/*-----------------------------------------------------------------------------------
	My Site (original) V4
	About: A shiny new Blocs website.
	Author: Jorge Jorge
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Video Background Styles */

.video-bg-container, .bloc-video{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: -50%;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.bloc-video, .video-bg-container iframe{
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: 0;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}
.texture-diagonal-lines::before{
	background: url("img/texture-diag-lines.png");
	background-size: 10px 10px;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
:where(.d-bloc) .bloc-link{
	fill:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
:where(.l-bloc) .bloc-link{
	fill:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Correct Dropdown Links */

.d-bloc .dropdown-menu a, .l-bloc .dropdown-menu a,.d-bloc .dropdown-menu a:hover, .l-bloc .dropdown-menu a:hover{
	color:initial;
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	fill:#FFF;
	background:rgba(0,0,0,.3);
}

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

[data-bs-theme="dark"] .carousel-nav-icon{
	stroke: #000;
}
[data-bs-theme="dark"] .carousel-indicators [data-target] {
	background-color:#000;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Lato";
	font-weight:900;
}
.container{
	max-width:1170px;
}
.hero-bloc-text{
	font-size:55px;
}
.bloc-23-h3{
	font-family: Lato;
	font-weight: 900;
	line-height: 50px;
	font-size: 50px;
}
.bloc-23-p{
	font-family: Lato;
	font-weight: 900;
	font-size: 23px;
}
.img-bloc-22-style{
	width:800px;
}
.img-portop-style{
	width:800px;
}
.team-card{
	min-height:350px;
}
.h6-style{
	font-size:10px;
	font-family:Lato;
	font-weight:700;
	width:100%;
	line-height:12px;
}
.tipo letra toggle{
	font-family:"Lato";
	font-weight:300;
	font-size:50px;
	color:rgba(0,0,0,0.5)!important;
}
.navbar-brand img{
	width:25px;
	height:25px;
}
.h1-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-1-style{
	font-family:Lato;
	font-weight:700;
}
.h1--photography-style{
	font-size:100px;
	font-family:Lato;
	font-weight:900;
	letter-spacing:-3px;
}
.p-style{
	font-size:18px;
	font-family:Lato;
	font-weight:900;
	letter-spacing:0px;
}
.h1-4-style{
	font-size:40px;
	font-family:"Lato";
	font-weight:900;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-18px;
}
.h2-3-style{
	font-size:40px;
	text-indent:0px;
	letter-spacing:-1px;
	line-height:40px;
	margin-bottom:0px;
	margin-top:-14px;
}
.h1-15652-style{
	letter-spacing:-1px;
	line-height:42px;
	font-size:40px;
}
.h4-style{
	font-size:18px;
	letter-spacing:0px;
}
.h1--books-style{
	font-size:20px;
	letter-spacing:0px;
	line-height:20px;
}
.h1-bloc-47-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:40px;
}
.h1-bloc-2-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:86.12%;
}
.h1-17-style{
	letter-spacing:0px;
	font-size:14px;
}
.h1--afterstorm-style{
	letter-spacing:-1px;
}
.h4-bloc-45-style{
	font-size:14px;
}
.h1-douro-river-style{
	letter-spacing:0px;
	font-size:18px;
}
.h1-9-style{
	letter-spacing:-1px;
	font-size:60px;
	line-height:60px;
}
.h5-style{
	font-size:400px;
	line-height:200px;
	letter-spacing:-20px;
}
.h1-3-style{
	letter-spacing:-1px;
	font-size:60px;
}
.h1-11-style{
	letter-spacing:-1px;
}
.h1-40146-style{
	letter-spacing:-1px;
	font-size:90px;
}
.h1--insead-style{
	letter-spacing:-1px;
	font-size:40px;
	opacity:0.9;
}
.h1-13-style{
	letter-spacing:-1px;
}
.h1-33-style{
	letter-spacing:-1px;
	font-size:60px;
}
.h1--quemsomos-style{
	letter-spacing:-1px;
}
.h1--facebook-style{
	letter-spacing:-1px;
	font-size:40px;
	opacity:0.8;
	margin-top:13px;
}
.h1-5210-style{
	letter-spacing:-1px;
}
.h1--surf-leça-style{
	font-size:20px;
	letter-spacing:-1px;
}
.h1-18945-style{
	letter-spacing:-1px;
}
.h1-26787-style{
	letter-spacing:-1px;
}
.h1--startup02-style{
	letter-spacing:-1px;
}
.h1--startup01-style{
	letter-spacing:-1px;
}
.img-style{
	width:120px;
	height:120px;
}
.h1-26-style{
	letter-spacing:-1px;
	font-size:20px;
}
.h1--purpose-style{
	font-size:60px;
	letter-spacing:-1px;
}
.h1-62-style{
	line-height:35px;
	letter-spacing:-1px;
	font-size:25px;
}
.h1-64-style{
	letter-spacing:-1px;
	line-height:42px;
}
.h1-65-style{
	font-size:25px;
	line-height:35px;
	letter-spacing:-1px;
}
.h1-79-style{
	letter-spacing:-1px;
	font-size:20px;
	line-height:20px;
}
.h1-57-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h5-bloc-85-style{
	line-height:20px;
}
.h1-bloc-94-style{
	letter-spacing:-2px;
	font-size:68px;
	line-height:66px;
}
.h1-23-style{
	font-size:80px;
	letter-spacing:-2px;
}
.h6-8-style{
	letter-spacing:0px;
	font-size:14px;
}
.h1-steve-jobs-style{
	font-size:16px;
}
.h2-style{
	letter-spacing:-3px;
	font-size:80px;
	line-height:75px;
	width:65.76%;
}
.h1-8-style{
	letter-spacing:-2px;
	font-size:120px;
	line-height:100px;
	width:58.91%;
}
.h1-content-style{
	font-size:16px;
}
.p-bloc-6-style{
	letter-spacing:0px;
}
.h5-know-more-style{
	font-size:18px;
}
.h1-16-style{
	letter-spacing:-1px;
	font-family:Lato;
	font-weight:700;
	line-height:38px;
	font-size:35px;
}
.link-style{
	text-decoration:underline;
}
.h1-95-style{
	letter-spacing:-1px;
}
.h1-96-style{
	letter-spacing:-1px;
}
.h2-5-style{
	line-height:34px;
	letter-spacing:-1px;
}
.h1-bloc-4-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h1-29780-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h1-45-style{
	line-height:22px;
	letter-spacing:-1px;
	font-size:20px;
}
.h1-93-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-91-style{
	font-size:300px;
	margin-bottom:-43px;
}
.h1-83-style{
	font-size:20px;
	line-height:20px;
	letter-spacing:-1px;
}
.h3-style{
	letter-spacing:-1px;
	font-size:30px;
	width:63.07%;
	line-height:32px;
}
.h1-mindfullness-style{
	letter-spacing:-1px;
}
.bloc-margin-top{
	margin-top:170px;
}
.cinza-claro-letras-titulo{
	font-family:"Lato";
	font-weight:700;
}
.h1-bloc-119-style{
	letter-spacing:-1px;
	margin-top:-26px;
	color:rgba(0,0,0,0.11)!important;
	margin-bottom:10px;
}
.h1-101-style{
	line-height:80px;
	letter-spacing:-4px;
	margin-bottom:-278px;
	font-size:80px;
}
.h1-102-style{
	letter-spacing:-1px;
	margin-top:-73px;
	line-height:40px;
	margin-bottom:115px;
	font-size:40px;
}
.h1-48527-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-mindfullness-style{
	font-size:14px;
}
.h5-2-style{
	font-size:18px;
	line-height:19px;
}
.h4-1-style{
	font-size:30px;
	letter-spacing:-1px;
	line-height:30px;
	margin-top:-11px;
}
.img-lecasuns-style{
	width:500px;
}
.h1-97-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h1-98-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-19333-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:40px;
}
.h1-bloc-112-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-18-style{
	line-height:20px;
	letter-spacing:0px;
	font-size:16px;
}
.h1-bloc-120-style{
	letter-spacing:-3px;
	line-height:80px;
	font-size:80px;
}
.h1-branding-style{
	letter-spacing:-1px;
	margin-bottom:76px;
	font-size:40px;
	line-height:40px;
}
.h1-118-style{
	letter-spacing:-1px;
	line-height:40px;
	margin-bottom:13px;
	margin-top:10px;
}
.row-margin-bottom{
	margin-bottom:9px;
}
.img-bloc-71-style{
	width:270px;
}
.img-26-style{
	width:350px;
}
.h1-bloc-70-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h1-bloc-134-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h1-121-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-4888-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bloc-145-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-books-style{
	line-height:60px;
	letter-spacing:-2px;
	margin-bottom:264px;
	font-size:60px;
}
.bloc-bloc-146-margin-bottom{
	margin-bottom:223px;
	margin-top:-1px;
}
.h1-margin-bottom{
	margin-bottom:301px;
}
.row-bloc-146-margin-bottom{
	margin-bottom:-126px;
}
.bloc-bloc-147-margin-bottom{
	margin-bottom:210px;
}
.h1-testo-margin-bottom{
	margin-bottom:299px;
}
.h1-127-style{
	line-height:40px;
	letter-spacing:-1px;
	width:68.13%;
}
.img-img-66-style{
	width:300px;
}
.h1-bloc-130-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-115-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-78px;
}
.h1-116-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-167px;
}
.h1-114-style{
	line-height:40px;
	letter-spacing:-1px;
}
.img-68-style{
	width:300px;
}
.img-img-42-style{
	width:280px;
}
.img-img-46-style{
	width:300px;
}
.h1-125-style{
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
}
.h1-insead-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:60px;
}
.h1-58-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-389px;
	margin-bottom:221px;
}
.bloc-0-margin-top{
	margin-top:33px;
	margin-bottom:4px;
}
.h1-39455-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-bloc-141-style{
	font-size:12px;
}
.bloc-margin-bottom{
	margin-bottom:-1px;
	margin-top:75px;
}
.h1-132-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-133-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-porto-style{
	line-height:150px;
	letter-spacing:-4px;
	font-size:150px;
}
.h1-contact-me-by-style{
	line-height:40px;
	letter-spacing:-1px;
}
.row-margin-top{
	margin-top:-114px;
}
.h1-80-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-77-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-135-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-110-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-199px;
}
.h1-landscapes-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:40px;
}
.h1-black-white-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-peru-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-collection-style{
	line-height:40px;
	letter-spacing:-1px;
}
.img-screenshot3-style{
	width:380px;
}
.h1-148-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-155-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-architecture-style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.h1-wallpaper-style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.img-lecasunse-style{
	height:619px;
	margin-bottom:-1px;
	margin-top:0px;
}
.h1-lima-style{
	letter-spacing:0px;
	line-height:20px;
	margin-top:68px;
	font-size:20px;
}
.h1-47-style{
	line-height:40px;
	letter-spacing:60px;
}
.h1-south america-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-south-america-style{
	font-size:90px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-south-america-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-129-style{
	line-height:40px;
	letter-spacing:-1px;
	width:66.26%;
}
.h1-46187-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-17-style{
	font-size:13px;
	line-height:26px;
	font-family:Lato;
	font-weight:700;
}
.h4-18-style{
	font-size:13px;
	line-height:26px;
}
.h4-bloc-222-style{
	font-size:13px;
	line-height:26px;
	font-family:Lato;
	font-weight:700;
}
.h4-20-style{
	font-size:13px;
	line-height:26px;
}
.h4-21-style{
	font-size:13px;
	line-height:26px;
	margin-bottom:86px;
	width:100%;
}
.h1-109-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-161-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:40px;
}
.h1-12-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-the-other-view-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-123-style{
	line-height:40px;
	letter-spacing:-1px;
	width:65.76%;
}
.h4-bloc-91-style{
	font-size:16px;
	line-height:22px;
	letter-spacing:0px;
}
.h1-6261-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bloc-174-style{
	line-height:40px;
	letter-spacing:-1px;
	color:#ececec;
}
.h1-107-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:22px;
}
.h1-12311-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-color{
	color:#ffffff;
	line-height:80px;
	letter-spacing:-2px;
	margin-top:-21px;
	font-size:80px;
}
.text-span-color{
	color:#c0c0c0;
}
.h2-20609-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-16040-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-jorge-jorge-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-22px;
}
.h1-bloc-35-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-22-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-63px;
}
.h1-top-places-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h2-7-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	margin-top:-17px;
}
.h4-6369-style{
	font-size:16px;
}
.h1-mags-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-0-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-6-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-20px;
}
.h3-3-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-21px;
}
.h1-perú-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-14115-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-22px;
}
.h1-176-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
}
.h1-bloc-175-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-35-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-47060-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:48px;
}
.h1-84-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-13-style{
	font-size:18px;
}
.h5-bloc-88-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h3-6-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h1-bloc-194-style{
	line-height:16px;
	letter-spacing:0px;
	font-size:14px;
}
.h1-183-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-9-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-18px;
}
.h4-23-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h5-1999-style{
	font-size:400px;
	letter-spacing:-10px;
}
.h1-185-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-7-style{
	font-size:100px;
	line-height:90px;
	letter-spacing:-1px;
}
.h5-porsche1976-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h3-36145-style{
	font-size:800px;
}
.h1-cars-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-10-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h3-cars-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-187-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-rollsroyce-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-189-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
}
.h4-bloc-248-style{
	letter-spacing:0px;
}
.h1-fiat-127-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-bloc-255-style{
	font-size:14px;
	line-height:26px;
}
.h6-24-style{
	font-size:14px;
	line-height:25px;
}
.h6-25-style{
	font-size:14px;
	line-height:25px;
}
.h6-26-style{
	font-size:14px;
	line-height:26px;
	margin-left:58px;
	width:100%;
}
.h6-27-style{
	font-size:14px;
	line-height:26px;
	width:100%;
	margin-bottom:56px;
	margin-left:103px;
}
.h1-191-style{
	font-size:14px;
	line-height:25px;
}
.h6-23-style{
	font-size:10px;
	line-height:15px;
}
.h1-renault-4l-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-30-style{
	line-height:24px;
	letter-spacing:0px;
	font-size:18px;
}
.h1-19-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:40px;
	width:98.89%;
	margin-top:-76px;
}
.h2-books-style{
	font-size:40px;
}
.h1-37974-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-22-books-style{
	font-size:60px;
	line-height:50px;
	letter-spacing:-1px;
}
.bloc-bloc-24-margin-bottom{
	margin-bottom:8px;
	margin-top:-23px;
}
.bloc-bloc-29-margin-top{
	margin-top:42px;
}
.h1-32609-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-bloc-241-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	margin-top:-27px;
}
.h1-new-zealand-style{
	line-height:40px;
	letter-spacing:-2px;
}
.h3-11-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h1-singapore-style{
	line-height:80px;
	letter-spacing:-4px;
	font-size:80px;
}
.h2-12-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
	margin-top:-18px;
}
.h2-18377-style{
	font-size:130px;
	line-height:120px;
	letter-spacing:-5px;
}
.h3-ready-to-charm-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
	margin-top:-21px;
}
.h1-milan-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-29-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-moscow-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-13-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-21px;
}
.h1-108-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-141-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
	margin-top:-23px;
}
.h1-51-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-52-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-30709-style{
	font-size:80px;
	letter-spacing:-1px;
	line-height:70px;
}
.h1-27-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5--experience-style{
	font-size:16px;
}
.h4-bloc-37-style{
	font-size:30px;
	line-height:35px;
	letter-spacing:-1px;
}
.h1-22712-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-167-style{
	line-height:38px;
	letter-spacing:-1px;
	font-size:32px;
}
.h2-12011-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h3-5-style{
	font-size:32px;
	line-height:38px;
	letter-spacing:-1px;
}
.h1-20-style{
	line-height:14px;
	letter-spacing:0px;
	font-size:14px;
}
.h1-21-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-24-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-628-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-bloc-33-style{
	font-size:20px;
	line-height:20px;
}
.h1-646-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-20094-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:73.43%;
}
.h1-168-style{
	width:80%;
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h5-7-style{
	width:59.9%;
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h1-0-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:80px;
}
.h2-16-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
	width:68.42%;
}
.h3-16-style{
	font-size:30px;
	letter-spacing:-1px;
}
.h1-225-style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.h1-131-style{
	line-height:50px;
	letter-spacing:-1px;
}
.h1-26077-style{
	line-height:10px;
	letter-spacing:0px;
	font-size:10px;
}
.h5-bloc-209-style{
	font-size:18px;
}
.h6-bloc-208-style{
	font-size:22px;
}
.h1-228-style{
	line-height:60px;
	letter-spacing:-1px;
	font-size:60px;
}
.h1-229-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-17-style{
	font-size:80px;
}
.h1-230-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-bloc-346-style{
	font-size:80px;
	color:#b2b2b2;
}
.h2-19-style{
	font-size:80px;
}
.h1-bloc-346-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-232-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-lets-talk----style{
	font-size:18px;
}
.h1-113-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-21367-style{
	line-height:40px;
	letter-spacing:-1px;
	width:96.18%;
}
.h1-154-style{
	font-size:18px;
}
.h1-43348-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bmcar -style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-26-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	width:73.74%;
	margin-top:-22px;
}
.h1-248-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
	width:100%;
}
.link-bloc-0-style{
	font-size:16px;
}
.h1-250-style{
	font-size:70px;
	line-height:70px;
	letter-spacing:-2px;
	width:67.8%;
}
.h1-251-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-28-style{
	font-size:70px;
}
.h1-bloc-366-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-bloc-366-style{
	font-size:70px;
}
.h1-255-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:24px;
	margin-top:-48px;
}
.h2-32-style{
	font-size:20px;
	line-height:20px;
	letter-spacing:0px;
	width:100%;
}
.h2-35331-style{
	font-size:180px;
	line-height:170px;
	letter-spacing:-7px;
	margin-top:-20px;
}
.h1-180-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h4-24-style{
	width:68.81%;
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h5--challenges-style{
	font-size:16px;
}
.bloc-style{
	opacity:0.1;
}
.h5-jorgejorge-com-style{
	font-size:18px;
}
.h3-20-style{
	line-height:28px;
	letter-spacing:-1px;
}
.h6-35-style{
	font-size:14px;
}
.h6-36-style{
	font-size:14px;
}
.h6-37-style{
	font-size:18px;
}
.h6-39-style{
	font-size:18px;
}
.h1-257-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	font-family:Lato;
	font-weight:100;
}
.row-style{
	width:91.82%;
}
.h1-258-style{
	line-height:25px;
	letter-spacing:0px;
	font-size:20px;
}
.h1-press-awards-style{
	line-height:50px;
	letter-spacing:-2px;
	font-size:60px;
}
.h3-18665-style{
	font-size:35px;
	line-height:35px;
	letter-spacing:-1px;
	margin-top:-7px;
	margin-bottom:23px;
}
.h6--whatsapp-me--style{
	font-size:13px;
	line-height:13px;
}
.h1-best-brand-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-45145-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-3px;
}
.h1-262-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h6-bloc-377-style{
	font-size:24px;
	letter-spacing:0px;
}
.h5-bloc-377-style{
	font-size:18px;
}
.h5--award-style{
	font-size:18px;
}
.h1-263-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6--article-style{
	font-size:18px;
}
.h1-264-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h5-40-style{
	font-size:18px;
}
.h1-265-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h3-bloc-374-style{
	line-height:28px;
	letter-spacing:0px;
	width:52.69%;
	font-size:24px;
}
.h1-37031-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-38-style{
	font-size:18px;
	line-height:18px;
}
.h1-14681-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-39-style{
	font-size:18px;
}
.h5-44-style{
	font-size:20px;
	line-height:28px;
	width:100%;
}
.h3-22-style{
	line-height:28px;
	letter-spacing:-1px;
}
.h5-42-style{
	font-size:16px;
}
.h6-19183-style{
	font-size:18px;
	line-height:19px;
}
.h6-40-style{
	font-size:18px;
}
.h6-41-style{
	font-size:18px;
}
.text-span-0-color{
	color:#000000;
}
.h3-23-style{
	line-height:28px;
	letter-spacing:-1px;
}
.h6-46316-style{
	font-size:18px;
}
.h1-43801-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6--award-style{
	font-size:18px;
}
.h3-bloc-377-style{
	font-size:24px;
	letter-spacing:0px;
	line-height:28px;
}
.img-bloc-384-style{
	width:400px;
}
.h1-269-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-2px;
}
.h1-270-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h1-whatsapp-me--style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-2px;
}
.h1-271-style{
	font-size:40px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-5950-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-231-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-6449-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-143-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-3px;
}
.h1-142-style{
	font-size:60px;
	line-height:860px;
	letter-spacing:-3px;
}
.h1-10856-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-49289-style{
	line-height:21px;
	font-size:18px;
}
.h1-274-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-275-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-277-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-273-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-42540-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-let-it-flow--style{
	font-size:120px;
	line-height:110px;
	letter-spacing:-5px;
}
.h1-288-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h5-54-style{
	font-size:24px;
	letter-spacing:0px;
}
.h5-55-style{
	font-size:24px;
}
.h1-289-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-290-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h3-bloc-419-style{
	letter-spacing:0px;
	font-size:24px;
	line-height:28px;
}
.h1-291-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-57-style{
	width:54.44%;
	font-size:22px;
}
.h2-38-style{
	font-size:80px;
	line-height:80px;
}
.h1-292-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-49-style{
	font-size:20px;
	line-height:24px;
}
.h2-39-style{
	font-size:80px;
	line-height:80px;
}
.h1-293-style{
	line-height:40px;
	letter-spacing:-1px;
	color:#000000;
}
.h4-50-style{
	font-size:20px;
	line-height:24px;
}
.h2-40-style{
	font-size:80px;
	line-height:80px;
}
.h1-294-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-51-style{
	font-size:20px;
	line-height:24px;
}
.h2-orbit-view-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h3-28404-style{
	font-size:16px;
	line-height:26px;
}
.h4-28-style{
	font-size:30px;
	line-height:32px;
	width:52.63%;
	letter-spacing:-1px;
}
.h2-8-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h3--relevancy-style{
	font-size:16px;
}
.h2-let-it-flow--style{
	font-size:120px;
	line-height:100px;
	letter-spacing:-4px;
}
.h2-43407-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h4-32693-style{
	font-size:16px;
}
.h5-18-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h3-bloc-208-style{
	width:54.75%;
	line-height:30px;
	font-size:30px;
	margin-top:4px;
	margin-bottom:17px;
}
.h6-bloc-58-style{
	font-size:12px;
	line-height:12px;
}
.h2-football-pro-x-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h2-11-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-20-style{
	font-size:30px;
	line-height:32px;
	width:61.11%;
	letter-spacing:-1px;
}
.h6-46-style{
	font-size:13px;
	line-height:24px;
}
.h6-47-style{
	font-size:13px;
	line-height:24px;
	margin-bottom:7px;
}
.h6-48-style{
	font-size:13px;
	line-height:24px;
}
.h6-49-style{
	font-size:13px;
	line-height:24px;
}
.h1-312-style{
	line-height:50px;
	letter-spacing:-1px;
	font-size:36px;
	width:100%;
}
.h5-74-style{
	font-size:16px;
	line-height:18px;
}
.h1-21274-style{
	line-height:40px;
	letter-spacing:0px;
	font-size:24px;
}
.h1-314-style{
	font-size:36px;
	line-height:50px;
	letter-spacing:-1px;
}
.h5--media-style{
	font-size:16px;
	line-height:18px;
}
.h5-76-style{
	font-size:16px;
	line-height:18px;
}
.h1-315-style{
	font-size:36px;
	line-height:50px;
	letter-spacing:-1px;
}
.h1-w-creative-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
	opacity:1;
}
.h1-people-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
}
.img-img-9687-style{
	width:100px;
	height:100px;
}
.h1--endorsements-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
}
.h1-156-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
}
.h1-words-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h3-37-style{
	width:61.17%;
}
.h3-consulting-style{
	font-size:13px;
	line-height:24px;
}
.h4-w-creative-style{
	font-size:13px;
	line-height:24px;
	margin-bottom:20px;
	margin-top:26px;
}
.h1-137-style{
	line-height:60px;
	letter-spacing:-1px;
	font-size:60px;
}
.h1-874-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h1-15379-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:25px;
}
.img-jj-2020-style{
	width:350px;
	height:350px;
}
.h3-stories--style{
	font-size:120px;
	line-height:80px;
	letter-spacing:-3px;
}
.h5-5589-style{
	font-size:24px;
}
.h1-325-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h3-leça-palmeira-style{
	font-size:14px;
}
.h1-327-style{
	line-height:30px;
	letter-spacing:-1px;
	font-size:30px;
	width:85.07%;
}
.h1-328-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-1px;
}
.img-modelosm-style{
	width:700px;
	height:700px;
}
.h2-strategy-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h2-63-style{
	font-size:60px;
	line-height:30px;
}
.h1-329-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-330-style{
	line-height:40px;
	letter-spacing:-1px;
	width:64.98%;
}
.h5--element-style{
	font-size:18px;
	line-height:18px;
}
.h5--key-challenge-style{
	font-size:18px;
	line-height:18px;
}
.h6-4494-style{
	font-size:18px;
	line-height:18px;
}
.h1-331-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-36503-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-see-how--style{
	font-size:1px;
	margin-top:-84px;
}
.h2-25223-style{
	font-size:90px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-46452-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-12px;
}
.h2--3000-style{
	font-size:90px;
	line-height:80px;
	letter-spacing:-2px;
}
.h2--14-yrs-style{
	font-size:90px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-36-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-margin-top{
	margin-top:-8px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-managing-teams-margin-top{
	margin-top:-7px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-12624-style{
	font-size:200px;
	line-height:200px;
	letter-spacing:-4px;
}
.h2-try-me-style{
	font-size:100px;
}
.row-19-margin-top{
	margin-top:-305px;
}
.h1-surf-style{
	font-size:140px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2--lasanta-style{
	font-size:120px;
	letter-spacing:-4px;
}
.h1-334-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:30px;
}
.h4-61-style{
	font-size:120px;
	line-height:110px;
	letter-spacing:-5px;
}
.h6-12678-style{
	font-size:10px;
}
.h2-luis-afonso-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h4-bloc-207-style{
	line-height:28px;
	letter-spacing:px;
}
.h5-luis-afonso-style{
	line-height:20px;
	margin-bottom:15px;
}
.h1-bloc-207-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-18px;
	width:100%;
}
.h3-bloc-207-style{
	font-size:20px;
	line-height:20px;
}
.h1-337-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-75-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h3-42-style{
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
}
.h1-338-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-339-style{
	font-size:20px;
	line-height:20px;
	letter-spacing:-1px;
}
.h1-bratislava-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-341-style{
	line-height:40px;
	letter-spacing:-1px;
	width:100%;
	font-size:30px;
}
.h1-3578-style{
	font-size:60px;
	line-height:50px;
	letter-spacing:-3px;
}
.h1-343-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-76-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-4px;
}
.h6-38330-style{
	font-size:13px;
	line-height:13px;
}
.h5-bloc-61-style{
	line-height:20px;
}
.h5-bloc-433-style{
	font-size:13px;
	line-height:24px;
	margin-top:-10px;
}
.h5-88-style{
	font-size:13px;
	line-height:24px;
	margin-top:-10px;
	width:100%;
}
.h5-88-bloc-433-style{
	font-size:13px;
	line-height:24px;
}
.h5-31027-style{
	font-size:13px;
	line-height:24px;
	margin-top:-10px;
}
.h5-90-style{
	font-size:13px;
	line-height:24px;
	margin-top:-17px;
}
.h1-41040-style{
	font-size:70px;
	line-height:70px;
	letter-spacing:-4px;
}
.h1-342-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-orbit-view-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-35165-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	width:87.75%;
}
.h1-23526-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-consulting-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-enabling-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-sustaining-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-94-style{
	font-size:16px;
}
.h1-349-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-services--style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-43-style{
	letter-spacing:-1px;
}
.h5-99-style{
	font-size:13px;
	margin-top:-17px;
	line-height:24px;
}
.h2-54-style{
	font-size:16px;
	line-height:38px;
}
.h1-creatively-led-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-260-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-creative-style{
	line-height:50px;
	letter-spacing:-3px;
	font-size:50px;
}
.h5-78-style{
	font-size:24px;
	line-height:30px;
}
.h1-adaptable-style{
	line-height:50px;
	letter-spacing:-3px;
	font-size:50px;
}
.h5-79-style{
	font-size:24px;
	line-height:30px;
}
.divider-1406-padding{
	padding-top:6px;
	padding-bottom:6px;
}
.divider-978-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.h1-360-style{
	font-size:120px;
	line-height:115px;
	letter-spacing:-5px;
	width:90.83%;
}
.h1-9709-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.h2-this-is-paris--style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.h2-79-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.h1-bloc-470-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-344-style{
	line-height:60px;
	font-size:60px;
	letter-spacing:-2px;
}
.h1-345-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-347-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h3-41-style{
	font-size:200px;
	line-height:200px;
	letter-spacing:-5px;
}
.h4-63-style{
	line-height:39px;
}
.h3-5243-style{
	font-size:200px;
	line-height:200px;
	letter-spacing:-5px;
}
.h1-41756-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-97-style{
	font-size:24px;
	line-height:39px;
}
.h4-66-style{
	font-size:30px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-351-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-2px;
}
.h1-48639-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
	margin-top:-362px;
	opacity:0.8;
	width:100%;
}
.h4-bloc-368-style{
	font-size:34px;
	line-height:34px;
	letter-spacing:-1px;
}
.h4-bloc-403-style{
	font-size:26px;
	line-height:30px;
}
.h5-bloc-403-style{
	line-height:26px;
}
.h6-bloc-408-style{
	font-size:11px;
}
.h1-18933-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-45-style{
	line-height:28px;
}
.h6-22045-style{
	font-size:10px;
	line-height:10px;
}
.h2-52-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.divider-44570-padding{
	padding-top:14px;
	padding-bottom:14px;
}
.h1-campaigns-style{
	font-size:34px;
	line-height:34px;
}
.h4-37138-style{
	font-size:20px;
	line-height:24px;
}
.h2-24377-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h5-46-style{
	font-size:26px;
	line-height:30px;
}
.h1-23150-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-43652-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-28-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h5-50-style{
	line-height:26px;
}
.h1-55-style{
	font-size:100px;
	line-height:95px;
	letter-spacing:-4px;
	width:67.9%;
}
.h2-29288-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-34636-style{
	font-size:120px;
	line-height:115px;
	letter-spacing:-5px;
}
.h1-234-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-bloc-365-style{
	font-size:24px;
	line-height:30px;
}
.h5-22-style{
	font-size:24px;
	line-height:30px;
}
.h4-64-style{
	font-size:360px;
	line-height:400px;
	letter-spacing:-60px;
	width:93.75%;
}
.h6-bloc-206-style{
	width:14.83%;
	font-size:11px;
	line-height:11px;
	margin-top:-18px;
}
.h6-bloc-54-style{
	font-size:16px;
	line-height:16px;
}
.h6-15-style{
	font-size:16px;
	line-height:16px;
}
.h2-61-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-2px;
}
.h1-19265-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-2px;
}
.h1-36212-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-2px;
}
.h2-25176-style{
	font-size:80px;
	line-height:96px;
}
.img-sftues-style{
	width:130px;
	height:130px;
}
.h1-333-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-34266-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2--20-yr-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.divider-bloc-407-padding{
	padding-top:14px;
	padding-bottom:14px;
}
.h1-bloc-407-style{
	font-size:34px;
	line-height:34px;
}
.h3-bloc-407-style{
	font-size:20px;
}
.h2-bloc-407-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-7px;
}
.divider-0-bloc-407-padding{
	padding-top:14px;
	padding-bottom:14px;
}
.h1-press-style{
	font-size:34px;
	line-height:34px;
}
.h3-30-style{
	font-size:20px;
	line-height:24px;
}
.h5-bloc-407-style{
	font-size:24px;
	line-height:28px;
}
.img-margin-top{
	margin-top:-192px;
}
.h3-bloc-367-style{
	font-size:30px;
	line-height:36px;
	letter-spacing:-1px;
}
.h3-bloc-368-style{
	font-size:30px;
	line-height:36px;
	letter-spacing:-1px;
}
.h2-bloc-205-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-16px;
}
.img-placeholder-us-style{
	width:120px;
	height:120px;
}
.h1-165-style{
	font-size:18px;
	line-height:20px;
	letter-spacing:0px;
	margin-bottom:-30px;
}
.h2-130-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-5px;
}
.h2--happy-kid-style{
	font-size:20px;
	line-height:20px;
	letter-spacing:0px;
}
.h3-bloc-469-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.img-204-style{
	width:150px;
	height:150px;
}
.h2-169-style{
	font-size:14px;
	line-height:18px;
}
.h1-raw-magazine-style{
	font-family:"Lobster Two";
	font-size:120px;
}
.img-jayjayba-style{
	width:200px;
	height:200px;
}
.h6-bloc-378-style{
	font-size:24px;
	line-height:28px;
}
.h4-bloc-377-style{
	font-size:16px;
	line-height:16px;
}
.h3-see-how--style{
	font-size:16px;
	line-height:16px;
}
.h3-37-see-how--style{
	font-size:16px;
	line-height:16px;
}
.h3-bloc-381-style{
	font-size:24px;
	line-height:28px;
}
.h3-bloc-410-style{
	font-size:24px;
	line-height:28px;
}
.h1-100-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-vogue-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1--vogue--style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-29-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-28480-style{
	font-size:16px;
	line-height:18px;
}
.img-modelos-0-style{
	width:800px;
	height:489px;
}
.h3-62-style{
	opacity:1.0;
	font-size:130px;
	letter-spacing:-5px;
	line-height:130px;
}
.h3-63-style{
	opacity:1.0;
	font-size:130px;
	line-height:130px;
	letter-spacing:-5px;
}
.h1-press-ing--style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-4px;
}
.h5-bloc-690-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:100%;
}
.h2-bloc-692-style{
	line-height:34px;
	letter-spacing:-1px;
	width:74.05%;
}
.h2-175-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h3-66-style{
	font-size:22px;
	line-height:22px;
}
.h3-67-style{
	font-size:22px;
	line-height:22px;
}
.h3-68-style{
	font-size:22px;
	line-height:42px;
}
.h1-ny‘04’06’08’12-style{
	font-size:120px;
	line-height:115px;
	letter-spacing:-4px;
}
.h2-176-style{
	font-size:120px;
	line-height:144px;
	letter-spacing:-3px;
}
.h1-525-style{
	font-size:120px;
	line-height:144px;
	letter-spacing:-3px;
}
.h2-177-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-215-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
	width:55.56%;
	margin-top:168px;
}
.h1-new-york-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-amalfi-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-146-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-148-venice-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-517-style{
	line-height:55px;
	letter-spacing:-2px;
	font-size:60px;
	margin-top:26px;
}
.h2-178-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-16px;
}
.h1-words--style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h2-179-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h5-bloc-710-style{
	font-family:Lato;
	font-weight:300;
}
.h5-bloc-714-style{
	font-family:Lato;
	font-weight:300;
}
.h3-bloc-714-style{
	font-size:20px;
	line-height:24px;
	font-family:Lato;
	font-weight:300;
}
.h6-bloc-714-style{
	font-size:20px;
	line-height:24px;
	margin-top:81px;
}
.h6-108-style{
	font-size:12px;
	line-height:15px;
}
.h1-500-style{
	line-height:40px;
	letter-spacing:-1px;
	width:94.47%;
	font-size:40px;
}
.h6-bloc-713-style{
	font-size:12px;
	line-height:12px;
}
.h1-porto--style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.h2-181-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-23px;
}
.h1-this-is-porto--style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-bloc-743-style{
	font-size:40px;
	line-height:40px;
	margin-top:-19px;
	letter-spacing:-1px;
}
.h1-methodologies-style{
	font-size:30px;
	line-height:30px;
}
.h6--expertise-style{
	font-size:13px;
	line-height:24px;
	margin-bottom:15px;
	margin-top:27px;
}
.h3-bloc-433-style{
	font-size:13px;
	line-height:24px;
	margin-top:-13px;
}
.h2-18-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h5--city-insights-style{
	font-size:14px;
	line-height:14px;
	letter-spacing:0px;
}
.h5-4-style{
	font-size:18px;
}
.h1-535-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-536-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-537-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bloc-795-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-539-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-just-go--style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h4-bloc-743-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h1-543-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-118-style{
	font-size:10px;
}
.h1-bloc-814-style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.h1-164-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-bloc-818-style{
	font-size:26px;
	line-height:28px;
}
.h5-bloc-246-style{
	font-size:16px;
}
.h1-545-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-4px;
}
.h1-bloc-826-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-547-style{
	font-size:120px;
	line-height:120px;
	letter-spacing:-4px;
}
.h1-bloc-827-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bloc-176-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h4-bloc-365-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-142-australia-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-143-new-zealand-style{
	line-height:40px;
	letter-spacing:-1px;
}
.bloc-bloc-1-margin-bottom{
	margin-bottom:-19px;
}
.row-bloc-1-margin-bottom{
	margin-bottom:-8px;
}
.h1-156-new-york-style{
	line-height:200px;
	letter-spacing:-1px;
}
.h2-168-style{
	font-size:20px;
	line-height:24px;
	font-family:Lato;
	font-weight:300;
}
.divider-bloc-176-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.divider-0-bloc-176-padding{
	padding-top:10px;
	padding-bottom:10px;
}
.divider-28964-padding{
	padding-top:12px;
	padding-bottom:12px;
}
.h1--landscapes-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2--16-stories--style{
	letter-spacing:-1px;
	line-height:32px;
	font-size:28px;
}
.h6-bloc-227-style{
	width:45.35%;
}
.h5-view-now--style{
	font-size:18px;
	line-height:18px;
}
.h1-174-style{
	line-height:40px;
	letter-spacing:-1px;
	margin-top:171px;
	font-size:40px;
}
.h6-16442-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h5-48-style{
	font-size:16px;
}
.h3-w-creative-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:175px;
}
.h3-2157-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-217-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-218-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-219-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-220-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-221-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-222-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-26049-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.testefundorede{
	opacity:0.4;
}
.bloc-bloc-12-margin-top{
	margin-top:-46px;
	opacity:0.8;
}
.h6-view-now--style{
	font-size:18px;
}
.h6-see-how--style{
	font-size:18px;
}
.h6-bloc-214-style{
	font-size:18px;
}
.h6-45-style{
	font-size:18px;
}
.h6-46-see-how--style{
	font-size:18px;
}
.h4-bloc-238-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h6-47-see-how--style{
	font-size:18px;
}
.h6-48-see-how--style{
	font-size:18px;
}
.h1-562-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-563-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-564-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-565-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-566-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-567-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-568-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-bloc-877-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-569-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-9257-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-570-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-read-now--style{
	font-size:18px;
	line-height:20px;
	margin-top:11px;
}
.h5-bloc-708-style{
	font-size:16px;
	line-height:19px;
	margin-top:35px;
	margin-bottom:30px;
}
.h1-558-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h4-bloc-129-style{
	font-size:18px;
}
.h1-presented--style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-some-press-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-261-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-2265-style{
	font-size:150px;
	letter-spacing:-22px;
}
.h1-35072-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-assisted--style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-178-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-179-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-25070-style{
	line-height:20px;
	letter-spacing:0px;
	font-size:20px;
}
.h1-181-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-182-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-42531-style{
	font-size:18px;
	line-height:20px;
}
.h1-4260-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-184-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-651-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-17572-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-652-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-653-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-654-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-655-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-colmar--style{
	line-height:80px;
	letter-spacing:-3px;
	font-size:80px;
}
.h1-659-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h1-662-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-663-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-664-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-665-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-666-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-18321-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-669-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-670-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-671-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-672-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-673-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-28213-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
	width:66.06%;
}
.h1-6120-style{
	font-size:130px;
	letter-spacing:-6px;
	line-height:100px;
	width:70.3%;
}
.h1-295-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
	width:66.67%;
}
.h1-296-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
	width:72.73%;
}
.h1-297-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
	width:67.78%;
}
.h1-298-style{
	font-size:130px;
	line-height:100px;
	letter-spacing:-6px;
}
.h1-679-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-680-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-681-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-682-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-684-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-685-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-686-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-687-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-691-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-692-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-693-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-694-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-695-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-696-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:66.46%;
}
.h1-697-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-698-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-699-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-700-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-701-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-702-style{
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
}
.h1-703-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-704-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-705-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-320-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-62-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-21px;
}
.h1-321-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-4px;
}
.h1-322-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-323-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-324-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-35434-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-326-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-44367-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-27036-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-332-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-29528-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-720-style{
	font-size:200px;
	line-height:180px;
	letter-spacing:-7px;
}
.h1-721-style{
	font-size:200px;
	line-height:180px;
	letter-spacing:-7px;
}
.h1-722-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-49459-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-725-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-726-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-727-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-728-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-729-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-730-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-731-style{
	line-height:40px;
	letter-spacing:-2px;
}
.h1-732-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-bloc-1284-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-735-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-736-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-737-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-738-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-739-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-740-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-741-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-743-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-744-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-745-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-746-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-747-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-748-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-750-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-751-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-752-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-753-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-754-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-755-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-756-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-757-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-758-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-759-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-760-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-763-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-764-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-765-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-766-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-767-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-311-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-10271-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-313-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-22016-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-11938-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-772-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-773-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-774-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-775-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-776-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-777-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-778-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-779-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-780-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-781-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-782-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-783-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-784-style{
	font-size:40px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-785-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-786-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-787-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-788-style{
	line-height:60px;
	letter-spacing:-1px;
}
.h1-789-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-790-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-791-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-792-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-793-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-794-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-795-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-796-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-797-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-798-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-799-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-800-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-801-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-802-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-803-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-804-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-238-style{
	font-size:40px;
}
.h1-805-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-806-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-807-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-808-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-809-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-1px;
}
.h1-810-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-811-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-812-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-813-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-814-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-815-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-816-style{
	line-height:40px;
	letter-spacing:-2px;
}
.h1-817-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-818-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-819-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-820-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-821-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h1-822-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-823-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-824-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-825-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-826-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-827-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-828-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-829-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-830-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-831-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-832-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-833-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h1-834-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-835-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-836-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-837-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-838-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-839-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-840-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-841-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-225-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	margin-top:-22px;
}
.h1-842-style{
	font-size:120px;
	line-height:110px;
	letter-spacing:-6px;
}
.h1-como-bellagio-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
}
.h1-848-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-849-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-850-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-851-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-852-style{
	font-size:120px;
	line-height:110px;
	letter-spacing:-4px;
}
.h1-853-style{
	font-size:120px;
	line-height:110px;
	letter-spacing:-5px;
}
.h1-860-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-861-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-rome-florence-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-868-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-869-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-bloc-1059-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-on-the-air-style{
	font-size:70px;
	line-height:70px;
	letter-spacing:47px;
	width:100%;
}
.h2-bloc-1776-style{
	font-size:16px;
	line-height:16px;
	margin-bottom:14px;
	margin-top:118px;
}
.h1-873-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-alentejo-3-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-885-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-886-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-887-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-888-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-889-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-890-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-douro--style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-892-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-39144-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-900-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-901-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:76.16%;
}
.h1-903-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-904-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-905-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-906-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-portugal--style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-908-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-909-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:80.3%;
}
.h1-914-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6--listen-here--style{
	font-size:12px;
	line-height:12px;
}
.h1-936-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-281-style{
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
	margin-top:-11px;
	margin-bottom:21px;
}
.h1-mirrow-style{
	line-height:80px;
	letter-spacing:-1px;
	font-size:80px;
}
.h1-938-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-in-a-fair-way--style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-opendoor-style{
	font-size:80px;
	line-height:80px;
}
.h1-941-style{
	font-family:Lato;
	font-weight:300;
}
.h2-32219-style{
	font-family:Lato;
	font-weight:300;
}
.h2-110-style{
	font-size:35px;
	line-height:35px;
	letter-spacing:-1px;
	margin-top:-263px;
	margin-bottom:22px;
}
.h5-see-now--style{
	font-size:18px;
}
.h5-72-style{
	font-size:18px;
}
.h1-268-style{
	font-size:60px;
	line-height:60px;
}
.h2-112-style{
	font-size:35px;
	line-height:35px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h1-266-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-39022-style{
	font-size:35px;
	line-height:35px;
	letter-spacing:-1px;
	margin-top:-19px;
}
.h5-71-style{
	font-size:18px;
}
.h1-stories-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-73-style{
	font-size:18px;
}
.h1-279-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-123-style{
	font-size:35px;
	line-height:35px;
	letter-spacing:-1px;
	margin-top:-18px;
}
.h5-84-style{
	font-size:18px;
}
.h1-bmcar-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-2px;
}
.h2-124-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:-11px;
}
.h1-villa-minimae-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-siza-vieira-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-3744-style{
	font-size:30px;
}
.h1-182--endorsements-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:30px;
}
.img-135-style{
	width:150px;
	height:150px;
}
.img-136-style{
	width:150px;
	height:150px;
}
.img-137-style{
	width:150px;
	height:150px;
}
.h1--acknowledges-style{
	line-height:30px;
	letter-spacing:-1px;
	font-size:30px;
}
.h1-31181-style{
	line-height:30px;
	letter-spacing:-1px;
	font-size:30px;
}
.h6--see-here--style{
	font-size:12px;
	margin-bottom:7px;
	margin-top:4px;
	line-height:12px;
}
.icon-margin-top{
	margin-top:-16px;
}
.h6-33-style{
	font-size:12px;
	margin-bottom:7px;
	margin-top:30px;
	line-height:12px;
}
.icon-bloc-300-margin-top{
	margin-top:-18px;
}
.h6-34-style{
	font-size:12px;
	line-height:12px;
	margin-bottom:4px;
	margin-top:29px;
}
.icon-0-margin-top{
	margin-top:-4px;
}
.h1-geometry-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-129-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
	margin-top:27px;
}
.h1-575-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-272-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
	margin-top:21px;
}
.h2-bloc-900-style{
	font-size:60px;
	line-height:50px;
	letter-spacing:-3px;
	margin-top:49px;
}
.h1-578-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-579-style{
	line-height:60px;
	letter-spacing:-2px;
	font-size:60px;
}
.h1-bloc-582-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.img-margin-bottom{
	margin-bottom:31px;
	margin-top:26px;
}
.img-bloc-896-margin-top{
	margin-top:27px;
}
.h6-bloc-896-margin-top{
	margin-top:26px;
}
.img-523-margin-top{
	margin-top:26px;
}
.h1-594-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-589-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-bloc-903-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h2-bloc-460-style{
	font-size:28px;
	line-height:30px;
}
.h2-282-style{
	font-size:28px;
	line-height:30px;
}
.h3-bloc-903-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-601-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-602-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-603-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:80px;
}
.h2-bloc-916-style{
	width:65.66%;
}
.h1-590-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-bloc-932-style{
	font-size:22px;
}
.img-362-style{
	width:120px;
	height:120px;
}
.img-363-style{
	width:120px;
	height:120px;
}
.img-364-style{
	width:120px;
	height:120px;
}
.h1-bloc-867-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-658-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-43642-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-bloc-657-style{
	font-size:24px;
	line-height:28px;
}
.h3-54-style{
	font-size:24px;
	line-height:28px;
}
.h4-108-style{
	font-size:16px;
	line-height:28px;
}
.h1-1007-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h2-bloc-109-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
	margin-top:40px;
}
.h1-25920-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-49495-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-158-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-159-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-160-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-162-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-33430-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-27616-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-1015-style{
	line-height:20px;
	letter-spacing:0px;
	font-size:20px;
}
.h1-173-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h2-13359-style{
	font-size:35px;
	line-height:35px;
	margin-top:-15px;
	letter-spacing:-1px;
}
.h1-175-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
}
.h6-bloc-182-style{
	font-size:18px;
}
.h1-1901-style{
	font-size:80px;
	line-height:70px;
	letter-spacing:-3px;
}
.h3-8-style{
	font-size:18px;
	line-height:21px;
}
.h1-27728-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
}
.h6-bloc-317-style{
	font-size:14px;
	line-height:19px;
}
.h1-369-style{
	font-size:250px;
}
.h2-benetton-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h5-64-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h5-bloc-221-style{
	font-size:16px;
	line-height:20px;
}
.h1-207-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-32759-style{
	letter-spacing:-1px;
	line-height:40px;
}
.h2-bloc-365-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-211-style{
	line-height:40px;
	letter-spacing:-2px;
}
.img-215-style{
	width:120px;
	height:120px;
}
.h3-14-style{
	font-size:18px;
	line-height:20px;
}
.h4-45-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h5-bloc-314-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h5-367-style{
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
}
.h4--suggestion-style{
	font-size:20px;
}
.h1-1040-style{
	letter-spacing:-2px;
	font-size:50px;
	line-height:50px;
	margin-top:-14px;
}
.h1-1042-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-366-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-other-areas--style{
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
}
.h5-384-style{
	font-size:30px;
	line-height:30px;
	letter-spacing:-1px;
}
.h1-166-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-41-style{
	letter-spacing:-1px;
}
.h1-2728-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-4-style{
	letter-spacing:-1px;
}
.h1-11298-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-171-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-172-style{
	line-height:100px;
	letter-spacing:-4px;
	font-size:100px;
}
.h2-clarity-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.divider-16713-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.h1-bloc-273-style{
	font-size:100px;
	line-height:100px;
	letter-spacing:-4px;
}
.h3-commitment-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.divider-bloc-273-padding{
	padding-top:8px;
	padding-bottom:8px;
}
.h3--internal-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-37848-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-25098-style{
	line-height:60px;
	letter-spacing:-3px;
	font-size:60px;
}
.h1-21273-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h5-46567-style{
	font-size:25px;
	line-height:30px;
}
.h5-48320-style{
	font-size:25px;
	line-height:30px;
}
.h2-direction-style{
	letter-spacing:-1px;
}
.h1-bloc-275-style{
	font-size:20px;
	line-height:20px;
}
.h2-storytelling-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-1086-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-1087-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-1088-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-bloc-2300-style{
	font-size:36px;
	line-height:40px;
	letter-spacing:-1px;
}
.h3-88-style{
	font-size:36px;
	line-height:40px;
	letter-spacing:-1px;
}
.h1-1096-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-2760-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-1097-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-401-style{
	letter-spacing:-1px;
}
.h2-402-style{
	letter-spacing:-1px;
}
.h1-1099-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h2-4674-style{
	font-size:80px;
	line-height:96px;
}
.h1-1100-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-403-style{
	font-size:80px;
	line-height:96px;
}
.h1-1101-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-123-style{
	font-size:18px;
}
.h1-21902-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-571-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-249-style{
	font-size:24px;
	line-height:28px;
}
.h2-23499-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-572-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-573-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-80-style{
	font-size:20px;
	line-height:24px;
}
.h1-574-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-208-style{
	font-size:10px;
	line-height:10px;
}
.h1-13945-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-332-style{
	letter-spacing:-1px;
}
.h1-47393-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-49216-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-bloc-651-style{
	font-size:10px;
	line-height:10px;
}
.h1-38162-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-3px;
}
.h4-120-style{
	font-size:20px;
	line-height:24px;
}
.h1-1114-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h2-406-style{
	letter-spacing:-2px;
	font-size:50px;
	line-height:50px;
}
.h2-actual-model-style{
	letter-spacing:-1px;
}
.h1-1115-style{
	line-height:40px;
	letter-spacing:-1px;
	font-size:30px;
}
.h1-1116-style{
	font-size:18px;
	line-height:30px;
}
.h1-44830-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-1117-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-leading-crisis-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
}
.h2-351-style{
	font-size:90px;
	line-height:70px;
	letter-spacing:-1px;
}
.h1-adherence-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-building-trust-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
}
.h1-23695-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6-bloc-695-style{
	font-size:12px;
	line-height:12px;
}
.h6-bloc-696-style{
	font-size:12px;
	line-height:12px;
}
.h1-762-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6-254-style{
	font-size:18px;
	line-height:21px;
}
.h5-403-style{
	font-size:18px;
	line-height:28px;
}
.h1-bloc-1250-style{
	font-size:30px;
	line-height:35px;
	letter-spacing:-1px;
}
.h6-bloc-1248-style{
	font-size:12px;
	line-height:12px;
}
.h4-bloc-814-style{
	font-size:35px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-387-style{
	font-size:26px;
}
.h1-bloc-818-style{
	font-size:26px;
	line-height:28px;
}
.h1-17503-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-16663-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h6-bloc-499-style{
	font-size:12px;
	line-height:12px;
}
.h6-bloc-493-style{
	font-size:12px;
	line-height:12px;
	color:#ff7100;
}
.h6-bloc-394-style{
	font-size:12px;
	line-height:12px;
}
.h6-bloc-494-style{
	font-size:12px;
	line-height:12px;
}
.h6-bloc-498-style{
	font-size:12px;
	line-height:12px;
}
.h2-293-style{
	font-size:100px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-592-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-bloc-413-style{
	letter-spacing:-1px;
}
.h1-606-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-read-now--style{
	font-size:18px;
	line-height:18px;
}
.h2-304-style{
	letter-spacing:-1px;
}
.h2-305-style{
	font-size:28px;
}
.h1-604-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h2-306-style{
	font-size:100px;
	line-height:80px;
	letter-spacing:-3px;
}
.h1-605-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5-273-style{
	line-height:28px;
}
.h2-314-style{
	font-size:22px;
	line-height:22px;
}
.h2-45225-style{
	letter-spacing:-1px;
}
.h2-19796-style{
	letter-spacing:-1px;
}
.h3-see-work-here--style{
	font-size:20px;
	line-height:20px;
}
.h4-bloc-30-style{
	font-size:20px;
	line-height:20px;
}
.h4-bloc-34-style{
	font-size:20px;
	line-height:20px;
}
.h4-bloc-26-style{
	font-size:20px;
	line-height:20px;
}
.h4-bloc-28-style{
	font-size:20px;
	line-height:20px;
}
.h4-9-style{
	font-size:20px;
	line-height:20px;
}
.h4-see-surf-here--style{
	font-size:20px;
	line-height:20px;
}
.h1-30-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h4-12-style{
	font-size:20px;
	line-height:20px;
}
.h1-27760-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h5--real-world-style{
	font-size:16px;
	line-height:16px;
}
.h1-23528-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6-169-style{
	font-size:18px;
	line-height:18px;
}
.h1-25471-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:91.78%;
}
.h4-see-how--style{
	font-size:18px;
	line-height:20px;
}
.h1-299-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-303-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-304-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-420-style{
	font-size:40px;
	line-height:40px;
}
.h1-bloc-487-style{
	font-size:30px;
	line-height:30px;
}
.h3-bloc-545-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-300-style{
	font-size:24px;
	line-height:28px;
}
.h1-49120-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-bloc-14-style{
	font-size:32px;
	line-height:32px;
	letter-spacing:-1px;
}
.h1-7-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
	width:58.12%;
}
.h5-13602-style{
	font-size:18px;
	line-height:18px;
}
.h1-cambodia-style{
	font-size:100px;
	line-height:100px;
	letter-spacing:-4px;
}
.h5-3-style{
	font-size:20px;
	line-height:14px;
}
.img-1-style{
	width:120px;
	height:120px;
}
.h2--endorsements-style{
	font-size:40px;
	line-height:40px;
	letter-spacing:-1px;
}
.h2-33620-style{
	line-height:32px;
	letter-spacing:-1px;
}
.h5-6-style{
	font-size:16px;
	line-height:20px;
	margin-top:-10px;
}
.h6-listen-now--style{
	line-height:18px;
}
.h1-6-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h6--surf-style{
	font-size:14px;
	line-height:14px;
}
.h5-see-why--style{
	font-size:20px;
	line-height:30px;
}
.h5-101-style{
	font-size:18px;
	line-height:19px;
}
.h5--project-style{
	font-size:16px;
}
.h5-103-style{
	font-size:18px;
	line-height:19px;
}
.h6-167-style{
	font-size:18px;
}
.h5--city-branding-style{
	font-size:16px;
	line-height:16px;
}
.h6-169-see-how--style{
	font-size:18px;
}
.h5--just-imagine-style{
	font-size:16px;
}
.h5-110-style{
	font-size:18px;
}
.h1-1-style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-8px;
	width:58.12%;
}
.h3-minds--style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-8px;
}
.h2-creative-style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-8px;
}
.h1-work-style{
	font-size:150px;
	line-height:150px;
	letter-spacing:-8px;
}
.h1-photography-style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-9px;
	width:25.52%;
}
.h1--glossier-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h6-see-brands--style{
	font-size:18px;
}
.h1-bloc-16-style{
	font-size:90px;
	line-height:80px;
	letter-spacing:-4px;
	width:55.45%;
}
.h1-14-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-2px;
}
.h1-25626-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-5-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1--stories-style{
	font-size:80px;
	line-height:60px;
	letter-spacing:-4px;
}
.h2-11770-style{
	line-height:32px;
	letter-spacing:-1px;
}
.h1-bloc-3-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
	width:100%;
}
.h1-13740-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.h1-7399-style{
	font-size:50px;
	line-height:55px;
	letter-spacing:-2px;
}
.link-bloc-793-style{
	text-decoration:underline;
}
.link-creative-style{
	text-decoration:underline;
}
.link-0-style{
	text-decoration:underline;
}
.link-brand-design -style{
	text-decoration:underline;
}
.link-activation-style{
	text-decoration:underline;
}
.link-ad-operations-style{
	text-decoration:underline;
}
.link-planning-style{
	text-decoration:underline;
}
.link-communication-style{
	text-decoration:underline;
}
.link-analytics-style{
	text-decoration:underline;
}
.link-0-bloc-793-style{
	text-decoration:underline;
}
.link-data-strategy-style{
	text-decoration:underline;
}
.link-11571-style{
	text-decoration:underline;
}
.h3-bloc-246-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h3-bloc-479-style{
	letter-spacing:-1px;
	font-size:30px;
	line-height:32px;
}
.h6-153-style{
	font-size:16px;
}
.h3-bloc-473-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h4-bloc-239-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h4-bloc-232-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h2-bloc-481-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h2-bloc-482-style{
	font-size:30px;
	line-height:32px;
	letter-spacing:-1px;
}
.h5-132-style{
	font-size:18px;
	line-height:18px;
}
.h4-consulting-style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-9px;
}
.h4-see-now--style{
	font-size:20px;
	line-height:20px;
}
.h5--ads-style{
	font-size:30px;
	line-height:18px;
	letter-spacing:-1px;
}
.h2-inspire-style{
	font-size:150px;
	line-height:120px;
	letter-spacing:-9px;
}
.h1-638-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-253-style{
	font-size:60px;
	line-height:60px;
	letter-spacing:-3px;
	opacity:0.8;
	margin-bottom:7px;
	margin-top:-117px;
	width:93.76%;
}
.h1-23421-style{
	font-size:80px;
	line-height:80px;
	letter-spacing:-4px;
}
.link-bloc-947-style{
	text-decoration:underline;
}
.h6-bloc-411-style{
	font-size:11px;
	line-height:11px;
	margin-top:-17px;
}
.h6-bloc-207-style{
	font-size:11px;
	line-height:11px;
	margin-top:-17px;
}
.h1-camera-on--style{
	font-size:100px;
	line-height:100px;
	letter-spacing:-5px;
	font-family:Lato;
	font-weight:700;
}
.h1-2-style{
	line-height:42px;
	letter-spacing:-1px;
	font-size:35px;
	margin-top:17px;
}
.h2-bloc-3-style{
	font-size:25px;
	line-height:30px;
	letter-spacing:-1px;
	margin-top:-18px;
}
.h5-see-here--style{
	font-size:16px;
	line-height:16px;
	margin-top:-9px;
}
.h1--galapagos--style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1--galapagos-style{
	line-height:80px;
	letter-spacing:-4px;
	font-size:80px;
}
.h1-humantay-style{
	font-size:250px;
	line-height:300px;
	letter-spacing:-35px;
}
.h1-tortuga-bay-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h3-bloc-2515-style{
	font-size:22px;
	margin-top:-18px;
	width:48.55%;
}
.h2-bloc-13-style{
	font-size:80px;
	line-height:20px;
}
.h5-bloc-13-style{
	width:100%;
}
.h1-bloc-2528-style{
	line-height:40px;
	letter-spacing:-1px;
}
.h1-31-style{
	font-size:150px;
	width:100%;
	line-height:120px;
	letter-spacing:-8px;
}
.img-16-style{
	width:20px;
	height:20px;
}
.h6-margin-top{
	margin-top:-13px;
}
.h2-248-style{
	letter-spacing:-1px;
}
.h6-196-style{
	font-size:14px;
}
.h1--timetobe-style{
	font-size:80px;
	letter-spacing:-4px;
	line-height:80px;
}
.container-div-margin-top{
	margin-top:641px;
}
.h5-bloc-163-style{
	font-size:16px;
}
.img-bloc-23-style{
	width:100px;
}
.h4-bloc-163-style{
	font-size:16px;
}
.h1-bloc-6-style{
	text-indent:0px;
	letter-spacing:-1px;
	color:#00f900;
	font-size:40px;
}
.img-bloc-1939-style{
	height:527px;
	width:527px;
}
.h6-bloc-6-style{
	margin-top:-13px;
}
.h6-bloc-10-margin-top{
	margin-top:-9px;
}
.h6-bloc-9-margin-top{
	margin-top:-12px;
}
.h6-bloc-11-margin-top{
	margin-top:-10px;
}
.divider-background-color{
	background-color:var(--swatch-var-1);
}
.divider-bloc-54-background-color{
	background-color:var(--swatch-var-1);
}
.divider-0-background-color{
	background-color:var(--swatch-var-1);
}
.divider-bloc-47-background-color{
	background-color:var(--swatch-var-1);
}
.divider-0-bloc-47-background-color{
	background-color:var(--swatch-var-1);
}
.divider-15799-background-color{
	background-color:var(--swatch-var-1);
}
.divider-bloc-45-background-color{
	background-color:var(--swatch-var-1);
}
.divider-0-bloc-45-background-color{
	background-color:var(--swatch-var-1);
}
.divider-19427-background-color{
	background-color:var(--swatch-var-1);
}
.divider-21398-background-color{
	background-color:var(--swatch-var-1);
}
.divider-28636-background-color{
	background-color:var(--swatch-var-1);
}
.divider-26676-background-color{
	background-color:var(--swatch-var-1);
}
.divider-bloc-1057-background-color{
	background-color:var(--swatch-var-1);
}
.divider-0-bloc-1057-background-color{
	background-color:var(--swatch-var-1);
}
.divider-bloc-1056-background-color{
	background-color:var(--swatch-var-1);
}
.divider-0-bloc-1056-background-color{
	background-color:var(--swatch-var-1);
}
.blocs-card-width{
	width:25%;
}
.h2-2-style{
	font-size:35px;
	letter-spacing:-1px;
}
.h5-title-here-style{
	font-size:35px;
	text-indent:0px;
	line-height:35px;
	letter-spacing:-1px;
	width:100%;
}
.svg-icon-style{
	width:60px!important;
	height:60px!important;
	fill:var(--swatch-var-2)!important;
}
.svg-icon-bloc-6-style{
	width:60px!important;
	height:60px!important;
	fill:var(--swatch-var-2829)!important;
}
.svg-icon-bloc-9-style{
	width:60px!important;
	height:60px!important;
	fill:var(--swatch-var-2)!important;
}
.svg-icon-bloc-10-style{
	width:60px!important;
	height:60px!important;
	fill:var(--swatch-var-6825)!important;
}
.h6-see-who--style{
	font-size:20px;
}
.h5--who-style{
	letter-spacing:-1px;
	font-size:35px;
}
.h4-5-style{
	letter-spacing:-1px;
	font-size:30px;
	line-height:26px;
}
.h3-see-how-style{
	letter-spacing:-1px;
	font-size:20px;
}
.h6-see-people--style{
	font-size:14px;
}
.h5-listen-here--style{
	font-size:18px;
}
.h4-81-style{
	font-size:24px;
}
.h4-2024-style{
	font-size:32px;
}
.h4--2023-style{
	font-size:32px;
}
.h4-mentioned--style{
	font-size:24px;
}
.h1-1502-style{
	letter-spacing:-1px;
	line-height:50px;
	font-size:50px;
}
.h1-1503-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-1px;
}
.h1-1504-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-1px;
}
.h1-1505-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-1px;
}
.h1-1537-style{
	font-size:50px;
	line-height:52px;
	letter-spacing:-1px;
}
.h1-1541-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-1px;
}
.h1-taken-style{
	font-size:100px;
	line-height:100px;
	letter-spacing:-5px;
}
.h1-given-style{
	font-size:100px;
	line-height:100px;
	letter-spacing:-5px;
}
.h1-1575-style{
	font-size:50px;
	line-height:48px;
	letter-spacing:-1px;
}
.img-297-style{
	width:700px;
	height:700px;
}
.h6-43841-style{
	font-size:12px;
}
.h2-22754-style{
	font-size:50px;
	line-height:50px;
	letter-spacing:-2px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1:rgba(71,69,75,1.00);
	
	--swatch-var-2:rgba(255,255,255,1.00);
	
	--swatch-var-1298:rgba(231,231,231,1.0);
	
	--swatch-var-3714:#F0F5F6;
	
	--swatch-var-2573:rgba(0,0,0,1.0);
	
	--swatch-var-3646:#B2B2B2;
	
	--swatch-var-7183:#212121;
	
	--swatch-var-4457:#407FFF;
	
	--swatch-var-4490:#000000;
	
	--swatch-var-3413:#FF5900;
	
	--swatch-var-4727:#F2E5D0;
	
	--swatch-var-2829:#8497A4;
	
	--swatch-var-742:#FEF102;
	
	--swatch-var-5731:#28E0CC;
	
	--swatch-var-1472:rgba(255,255,255,1.0);
	
	--swatch-var-1975:#47454B;
	
	--swatch-var-6246:#E7E7E7;
	
	--swatch-var-3090:#407FFF;
	
	--swatch-var-585:rgba(92,197,82,0.30);
	
	--swatch-var-6491:#00F900;
	
	--swatch-var-872:rgba(64,127,255,0.25);
	
	--swatch-var-6825:rgba(108,117,76,0.66);
	
	--swatch-var-1421:rgba(236,185,131,0.43);
	
	--swatch-var-1296:rgba(218,220,216,1.00);
	
}


/* Background colour styles */

.bgc-2{
	background-color:var(--swatch-var-2);
}
.bgc-1298{
	background-color:var(--swatch-var-1298);
}
.bgc-3714{
	background-color:var(--swatch-var-3714);
}
.bgc-2829{
	background-color:var(--swatch-var-2829);
}
.bgc-6825{
	background-color:var(--swatch-var-6825);
}
.bgc-1421{
	background-color:var(--swatch-var-1421);
}
.bgc-1{
	background-color:var(--swatch-var-1);
}
.bgc-4490{
	background-color:var(--swatch-var-4490);
}
.bgc-4457{
	background-color:var(--swatch-var-4457);
}
.bgc-7183{
	background-color:var(--swatch-var-7183);
}
.bgc-2573{
	background-color:var(--swatch-var-2573);
}
.bgc-3646{
	background-color:var(--swatch-var-3646);
}
.bgc-3413{
	background-color:var(--swatch-var-3413);
}
.bgc-6246{
	background-color:var(--swatch-var-6246);
}

/* Text colour styles */

.tc-1298{
	color:var(--swatch-var-1298)!important;
}
.tc-3646{
	color:var(--swatch-var-3646)!important;
}
.tc-4490{
	color:var(--swatch-var-4490)!important;
}
.tc-1{
	color:var(--swatch-var-1)!important;
}
.tc-4457{
	color:var(--swatch-var-4457)!important;
}
.tc-2{
	color:var(--swatch-var-2)!important;
}
.tc-7183{
	color:var(--swatch-var-7183)!important;
}
.tc-6825{
	color:var(--swatch-var-6825)!important;
}
.tc-3413{
	color:var(--swatch-var-3413)!important;
}
.tc-3090{
	color:var(--swatch-var-3090)!important;
}
.tc-1296{
	color:var(--swatch-var-1296)!important;
}
.tc-2573{
	color:var(--swatch-var-2573)!important;
}
.tc-3714{
	color:var(--swatch-var-3714)!important;
}
.tc-1975{
	color:var(--swatch-var-1975)!important;
}

/* Link colour styles */

.ltc-2573{
	color:var(--swatch-var-2573)!important;
	fill:var(--swatch-var-2573);
}
.ltc-2573:hover{
	color:#000000!important;
	fill:var(--swatch-var-2573);
}
.ltc-1298{
	color:var(--swatch-var-1298)!important;
	fill:var(--swatch-var-1298);
}
.ltc-1298:hover{
	color:#B4B4B4!important;
	fill:var(--swatch-var-1298);
}
.ltc-4457{
	color:var(--swatch-var-4457)!important;
	fill:var(--swatch-var-4457);
}
.ltc-4457:hover{
	color:#0D4CCC!important;
	fill:var(--swatch-var-4457);
}
.ltc-2{
	color:var(--swatch-var-2)!important;
	fill:var(--swatch-var-2);
}
.ltc-2:hover{
	color:#CCCCCC!important;
	fill:var(--swatch-var-2);
}
.ltc-2829{
	color:var(--swatch-var-2829)!important;
	fill:var(--swatch-var-2829);
}
.ltc-2829:hover{
	color:#516471!important;
	fill:var(--swatch-var-2829);
}
.ltc-1{
	color:var(--swatch-var-1)!important;
	fill:var(--swatch-var-1);
}
.ltc-1:hover{
	color:#141218!important;
	fill:var(--swatch-var-1);
}
.ltc-6825{
	color:var(--swatch-var-6825)!important;
	fill:var(--swatch-var-6825);
}
.ltc-6825:hover{
	color:rgba(57,66,25,0.66)!important;
	fill:var(--swatch-var-6825);
}
.ltc-7183{
	color:var(--swatch-var-7183)!important;
	fill:var(--swatch-var-7183);
}
.ltc-7183:hover{
	color:#000000!important;
	fill:var(--swatch-var-7183);
}
.ltc-4490{
	color:var(--swatch-var-4490)!important;
	fill:var(--swatch-var-4490);
}
.ltc-4490:hover{
	color:#000000!important;
	fill:var(--swatch-var-4490);
}
.ltc-1975{
	color:var(--swatch-var-1975)!important;
	fill:var(--swatch-var-1975);
}
.ltc-1975:hover{
	color:#141218!important;
	fill:var(--swatch-var-1975);
}
.ltc-3090{
	color:var(--swatch-var-3090)!important;
	fill:var(--swatch-var-3090);
}
.ltc-3090:hover{
	color:#0D4CCC!important;
	fill:var(--swatch-var-3090);
}
.ltc-1296{
	color:var(--swatch-var-1296)!important;
	fill:var(--swatch-var-1296);
}
.ltc-1296:hover{
	color:#A7A9A5!important;
	fill:var(--swatch-var-1296);
}
.ltc-3413{
	color:var(--swatch-var-3413)!important;
	fill:var(--swatch-var-3413);
}
.ltc-3413:hover{
	color:#CC2600!important;
	fill:var(--swatch-var-3413);
}
.ltc-3646{
	color:var(--swatch-var-3646)!important;
	fill:var(--swatch-var-3646);
}
.ltc-3646:hover{
	color:#7F7F7F!important;
	fill:var(--swatch-var-3646);
}
.ltc-3714{
	color:var(--swatch-var-3714)!important;
	fill:var(--swatch-var-3714);
}
.ltc-3714:hover{
	color:#BDC2C3!important;
	fill:var(--swatch-var-3714);
}

/* Icon colour styles */

.icon-1975{
	color:var(--swatch-var-1975)!important;
	border-color:var(--swatch-var-1975)!important;
}
.icon-4457{
	color:var(--swatch-var-4457)!important;
	border-color:var(--swatch-var-4457)!important;
}
.icon-1{
	color:var(--swatch-var-1)!important;
	border-color:var(--swatch-var-1)!important;
}
.icon-2573{
	color:var(--swatch-var-2573)!important;
	border-color:var(--swatch-var-2573)!important;
}
.icon-4490{
	color:var(--swatch-var-4490)!important;
	border-color:var(--swatch-var-4490)!important;
}
.icon-2{
	color:var(--swatch-var-2)!important;
	border-color:var(--swatch-var-2)!important;
}
.icon-3714{
	color:var(--swatch-var-3714)!important;
	border-color:var(--swatch-var-3714)!important;
}

/* Bloc image backgrounds */

.bg-surf{
	background-image:url("img/surf.jpg");
	background-image: -webkit-image-set(url("img/surf.webp") 1x,
url("img/surf.webp") 2x);background-image: image-set(url("img/surf.jpg") 1x,
url("img/surf.jpg") 2x,url("img/surf.webp") 1x,
url("img/surf.webp") 2x);
}
.bg-mkt{
	background-image:url("img/mkt.jpg");
	background-image: -webkit-image-set(url("img/mkt.webp") 1x,
url("img/mkt.webp") 2x);background-image: image-set(url("img/mkt.jpg") 1x,
url("img/mkt.jpg") 2x,url("img/mkt.webp") 1x,
url("img/mkt.webp") 2x);
}
.bg-IMG-5951{
	background-image:url("img/IMG_5951.jpg");
	background-image: -webkit-image-set(url("img/IMG_5951.webp") 1x,
url("img/IMG_5951.webp") 2x);background-image: image-set(url("img/IMG_5951.jpg") 1x,
url("img/IMG_5951.jpg") 2x,url("img/IMG_5951.webp") 1x,
url("img/IMG_5951.webp") 2x);
}
.bg-MC-01{
	background-image:url("img/MC_01.jpg");
	background-image: -webkit-image-set(url("img/MC_01.webp") 1x,
url("img/MC_01.webp") 2x);background-image: image-set(url("img/MC_01.jpg") 1x,
url("img/MC_01.jpg") 2x,url("img/MC_01.webp") 1x,
url("img/MC_01.webp") 2x);
}
.bg-DSC-4122{
	background-image:url("img/DSC_4122.jpg");
	background-image: -webkit-image-set(url("img/DSC_4122.webp") 1x,
url("img/DSC_4122.webp") 2x);background-image: image-set(url("img/DSC_4122.jpg") 1x,
url("img/DSC_4122.jpg") 2x,url("img/DSC_4122.webp") 1x,
url("img/DSC_4122.webp") 2x);
}
.bg-wall{
	background-image:url("img/wall.jpg");
	background-image: -webkit-image-set(url("img/wall.webp") 1x,
url("img/wall.webp") 2x);background-image: image-set(url("img/wall.jpg") 1x,
url("img/wall.jpg") 2x,url("img/wall.webp") 1x,
url("img/wall.webp") 2x);
}
.bg-wall1{
	background-image:url("img/wall1.jpg");
	background-image: -webkit-image-set(url("img/wall1.webp") 1x,
url("img/wall1.webp") 2x);background-image: image-set(url("img/wall1.jpg") 1x,
url("img/wall1.jpg") 2x,url("img/wall1.webp") 1x,
url("img/wall1.webp") 2x);
}
.bg-IMG-1655{
	background-image:url("img/IMG_1655.jpg");
	background-image: -webkit-image-set(url("img/IMG_1655.webp") 1x,
url("img/IMG_1655.webp") 2x);background-image: image-set(url("img/IMG_1655.jpg") 1x,
url("img/IMG_1655.jpg") 2x,url("img/IMG_1655.webp") 1x,
url("img/IMG_1655.webp") 2x);
}
.bg-West608-FINAL55-20copy{
	background-image:url("img/West608-FINAL55%20copy.jpg");
	background-image: -webkit-image-set(url("img/West608-FINAL55%20copy.webp") 1x,
url("img/West608-FINAL55%20copy.webp") 2x);background-image: image-set(url("img/West608-FINAL55%20copy.jpg") 1x,
url("img/West608-FINAL55%20copy.jpg") 2x,url("img/West608-FINAL55%20copy.webp") 1x,
url("img/West608-FINAL55%20copy.webp") 2x);
}
.bg-amaflix{
	background-image:url("img/amaflix.png");
	background-image: -webkit-image-set(url("img/amaflix.webp") 1x,
url("img/amaflix.webp") 2x);background-image: image-set(url("img/amaflix.png") 1x,
url("img/amaflix.png") 2x,url("img/amaflix.webp") 1x,
url("img/amaflix.webp") 2x);
}
.bg-Ads{
	background-image:url("img/Ads.jpg");
	background-image: -webkit-image-set(url("img/Ads.webp") 1x,
url("img/Ads.webp") 2x);background-image: image-set(url("img/Ads.jpg") 1x,
url("img/Ads.jpg") 2x,url("img/Ads.webp") 1x,
url("img/Ads.webp") 2x);
}
.bg-IMG-2877{
	background-image:url("img/IMG_2877.jpg");
	background-image: -webkit-image-set(url("img/IMG_2877.webp") 1x,
url("img/IMG_2877.webp") 2x);background-image: image-set(url("img/IMG_2877.jpg") 1x,
url("img/IMG_2877.jpg") 2x,url("img/IMG_2877.webp") 1x,
url("img/IMG_2877.webp") 2x);
}
.bg-IMG-3272{
	background-image:url("img/IMG_3272.jpeg");
	background-image: -webkit-image-set(url("img/IMG_3272.webp") 1x,
url("img/IMG_3272.webp") 2x);background-image: image-set(url("img/IMG_3272.jpeg") 1x,
url("img/IMG_3272.jpeg") 2x,url("img/IMG_3272.webp") 1x,
url("img/IMG_3272.webp") 2x);
}
.bg-IMG-3461{
	background-image:url("img/IMG_3461.jpg");
	background-image: -webkit-image-set(url("img/IMG_3461.webp") 1x,
url("img/IMG_3461.webp") 2x);background-image: image-set(url("img/IMG_3461.jpg") 1x,
url("img/IMG_3461.jpg") 2x,url("img/IMG_3461.webp") 1x,
url("img/IMG_3461.webp") 2x);
}
.bg-IMG-2492-c{
	background-image:url("img/IMG_2492_c.jpeg");
	background-image: -webkit-image-set(url("img/IMG_2492_c.webp") 1x,
url("img/IMG_2492_c.webp") 2x);background-image: image-set(url("img/IMG_2492_c.jpeg") 1x,
url("img/IMG_2492_c.jpeg") 2x,url("img/IMG_2492_c.webp") 1x,
url("img/IMG_2492_c.webp") 2x);
}
.bg-IMG-1843{
	background-image:url("img/IMG_1843.jpg");
	background-image: -webkit-image-set(url("img/IMG_1843.webp") 1x,
url("img/IMG_1843.webp") 2x);background-image: image-set(url("img/IMG_1843.jpg") 1x,
url("img/IMG_1843.jpg") 2x,url("img/IMG_1843.webp") 1x,
url("img/IMG_1843.webp") 2x);
}
.bg-IMG-1822{
	background-image:url("img/IMG_1822.jpg");
	background-image: -webkit-image-set(url("img/IMG_1822.webp") 1x,
url("img/IMG_1822.webp") 2x);background-image: image-set(url("img/IMG_1822.jpg") 1x,
url("img/IMG_1822.jpg") 2x,url("img/IMG_1822.webp") 1x,
url("img/IMG_1822.webp") 2x);
}
.bg-IMG-2111{
	background-image:url("img/IMG_2111.jpg");
	background-image: -webkit-image-set(url("img/IMG_2111.webp") 1x,
url("img/IMG_2111.webp") 2x);background-image: image-set(url("img/IMG_2111.jpg") 1x,
url("img/IMG_2111.jpg") 2x,url("img/IMG_2111.webp") 1x,
url("img/IMG_2111.webp") 2x);
}
.bg-BASE-milan-10{
	background-image:url("img/BASE_milan_10.jpg");
	background-image: -webkit-image-set(url("img/BASE_milan_10.webp") 1x,
url("img/BASE_milan_10.webp") 2x);background-image: image-set(url("img/BASE_milan_10.jpg") 1x,
url("img/BASE_milan_10.jpg") 2x,url("img/BASE_milan_10.webp") 1x,
url("img/BASE_milan_10.webp") 2x);
}
.bg-NY2020{
	background-image:url("img/NY2020.jpg");
	background-image: -webkit-image-set(url("img/NY2020.webp") 1x,
url("img/NY2020.webp") 2x);background-image: image-set(url("img/NY2020.jpg") 1x,
url("img/NY2020.jpg") 2x,url("img/NY2020.webp") 1x,
url("img/NY2020.webp") 2x);
}
.bg-fastc{
	background-image:url("img/fastc.jpg");
	background-image: -webkit-image-set(url("img/fastc.webp") 1x,
url("img/fastc.webp") 2x);background-image: image-set(url("img/fastc.jpg") 1x,
url("img/fastc.jpg") 2x,url("img/fastc.webp") 1x,
url("img/fastc.webp") 2x);
}
.bg-fastco0{
	background-image:url("img/fastco0.jpg");
	background-image: -webkit-image-set(url("img/fastco0.webp") 1x,
url("img/fastco0.webp") 2x);background-image: image-set(url("img/fastco0.jpg") 1x,
url("img/fastco0.jpg") 2x,url("img/fastco0.webp") 1x,
url("img/fastco0.webp") 2x);
}
.bg-nyyy{
	background-image:url("img/nyyy.jpg");
	background-image: -webkit-image-set(url("img/nyyy.webp") 1x,
url("img/nyyy.webp") 2x);background-image: image-set(url("img/nyyy.jpg") 1x,
url("img/nyyy.jpg") 2x,url("img/nyyy.webp") 1x,
url("img/nyyy.webp") 2x);
}
.bg-nytimes{
	background-image:url("img/nytimes.jpg");
	background-image: -webkit-image-set(url("img/nytimes.webp") 1x,
url("img/nytimes.webp") 2x);background-image: image-set(url("img/nytimes.jpg") 1x,
url("img/nytimes.jpg") 2x,url("img/nytimes.webp") 1x,
url("img/nytimes.webp") 2x);
}
.bg-adage{
	background-image:url("img/adage.jpg");
	background-image: -webkit-image-set(url("img/adage.webp") 1x,
url("img/adage.webp") 2x);background-image: image-set(url("img/adage.jpg") 1x,
url("img/adage.jpg") 2x,url("img/adage.webp") 1x,
url("img/adage.webp") 2x);
}
.bg-adagep{
	background-image:url("img/adagep.jpg");
	background-image: -webkit-image-set(url("img/adagep.webp") 1x,
url("img/adagep.webp") 2x);background-image: image-set(url("img/adagep.jpg") 1x,
url("img/adagep.jpg") 2x,url("img/adagep.webp") 1x,
url("img/adagep.webp") 2x);
}
.bg-howm{
	background-image:url("img/howm.jpg");
	background-image: -webkit-image-set(url("img/howm.webp") 1x,
url("img/howm.webp") 2x);background-image: image-set(url("img/howm.jpg") 1x,
url("img/howm.jpg") 2x,url("img/howm.webp") 1x,
url("img/howm.webp") 2x);
}
.bg-hownn{
	background-image:url("img/hownn.jpg");
	background-image: -webkit-image-set(url("img/hownn.webp") 1x,
url("img/hownn.webp") 2x);background-image: image-set(url("img/hownn.jpg") 1x,
url("img/hownn.jpg") 2x,url("img/hownn.webp") 1x,
url("img/hownn.webp") 2x);
}
.bg-hbrrrrew{
	background-image:url("img/hbrrrrew.jpg");
	background-image: -webkit-image-set(url("img/hbrrrrew.webp") 1x,
url("img/hbrrrrew.webp") 2x);background-image: image-set(url("img/hbrrrrew.jpg") 1x,
url("img/hbrrrrew.jpg") 2x,url("img/hbrrrrew.webp") 1x,
url("img/hbrrrrew.webp") 2x);
}
.bg-incd{
	background-image:url("img/incd.jpg");
	background-image: -webkit-image-set(url("img/incd.webp") 1x,
url("img/incd.webp") 2x);background-image: image-set(url("img/incd.jpg") 1x,
url("img/incd.jpg") 2x,url("img/incd.webp") 1x,
url("img/incd.webp") 2x);
}
.bg-theeconmm{
	background-image:url("img/theeconmm.jpg");
	background-image: -webkit-image-set(url("img/theeconmm.webp") 1x,
url("img/theeconmm.webp") 2x);background-image: image-set(url("img/theeconmm.jpg") 1x,
url("img/theeconmm.jpg") 2x,url("img/theeconmm.webp") 1x,
url("img/theeconmm.webp") 2x);
}
.bg-nymagg-20copy{
	background-image:url("img/nymagg%20copy.jpg");
	background-image: -webkit-image-set(url("img/nymagg%20copy.webp") 1x,
url("img/nymagg%20copy.webp") 2x);background-image: image-set(url("img/nymagg%20copy.jpg") 1x,
url("img/nymagg%20copy.jpg") 2x,url("img/nymagg%20copy.webp") 1x,
url("img/nymagg%20copy.webp") 2x);
}
.bg-inccc{
	background-image:url("img/inccc.jpg");
	background-image: -webkit-image-set(url("img/inccc.webp") 1x,
url("img/inccc.webp") 2x);background-image: image-set(url("img/inccc.jpg") 1x,
url("img/inccc.jpg") 2x,url("img/inccc.webp") 1x,
url("img/inccc.webp") 2x);
}
.bg-nymagg{
	background-image:url("img/nymagg.jpg");
	background-image: -webkit-image-set(url("img/nymagg.webp") 1x,
url("img/nymagg.webp") 2x);background-image: image-set(url("img/nymagg.jpg") 1x,
url("img/nymagg.jpg") 2x,url("img/nymagg.webp") 1x,
url("img/nymagg.webp") 2x);
}
.bg-wireddd{
	background-image:url("img/wireddd.jpg");
	background-image: -webkit-image-set(url("img/wireddd.webp") 1x,
url("img/wireddd.webp") 2x);background-image: image-set(url("img/wireddd.jpg") 1x,
url("img/wireddd.jpg") 2x,url("img/wireddd.webp") 1x,
url("img/wireddd.webp") 2x);
}
.bg-hbrrrr{
	background-image:url("img/hbrrrr.jpg");
	background-image: -webkit-image-set(url("img/hbrrrr.webp") 1x,
url("img/hbrrrr.webp") 2x);background-image: image-set(url("img/hbrrrr.jpg") 1x,
url("img/hbrrrr.jpg") 2x,url("img/hbrrrr.webp") 1x,
url("img/hbrrrr.webp") 2x);
}
.bg-theeconomistsss{
	background-image:url("img/theeconomistsss.jpg");
	background-image: -webkit-image-set(url("img/theeconomistsss.webp") 1x,
url("img/theeconomistsss.webp") 2x);background-image: image-set(url("img/theeconomistsss.jpg") 1x,
url("img/theeconomistsss.jpg") 2x,url("img/theeconomistsss.webp") 1x,
url("img/theeconomistsss.webp") 2x);
}
.bg-wiredddd{
	background-image:url("img/wiredddd.jpg");
	background-image: -webkit-image-set(url("img/wiredddd.webp") 1x,
url("img/wiredddd.webp") 2x);background-image: image-set(url("img/wiredddd.jpg") 1x,
url("img/wiredddd.jpg") 2x,url("img/wiredddd.webp") 1x,
url("img/wiredddd.webp") 2x);
}
.bg-IMG-4556-2{
	background-image:url("img/IMG_4556-2.jpg");
	background-image: -webkit-image-set(url("img/IMG_4556-2.webp") 1x,
url("img/IMG_4556-2.webp") 2x);background-image: image-set(url("img/IMG_4556-2.jpg") 1x,
url("img/IMG_4556-2.jpg") 2x,url("img/IMG_4556-2.webp") 1x,
url("img/IMG_4556-2.webp") 2x);
}
.bg-DSCN5088{
	background-image:url("img/DSCN5088.jpg");
	background-image: -webkit-image-set(url("img/DSCN5088.webp") 1x,
url("img/DSCN5088.webp") 2x);background-image: image-set(url("img/DSCN5088.jpg") 1x,
url("img/DSCN5088.jpg") 2x,url("img/DSCN5088.webp") 1x,
url("img/DSCN5088.webp") 2x);
}
.bg-IMG-1637{
	background-image:url("img/IMG_1637.jpg");
	background-image: -webkit-image-set(url("img/IMG_1637.webp") 1x,
url("img/IMG_1637.webp") 2x);background-image: image-set(url("img/IMG_1637.jpg") 1x,
url("img/IMG_1637.jpg") 2x,url("img/IMG_1637.webp") 1x,
url("img/IMG_1637.webp") 2x);
}
.bg-IMG-1742{
	background-image:url("img/IMG_1742.jpg");
	background-image: -webkit-image-set(url("img/IMG_1742.webp") 1x,
url("img/IMG_1742.webp") 2x);background-image: image-set(url("img/IMG_1742.jpg") 1x,
url("img/IMG_1742.jpg") 2x,url("img/IMG_1742.webp") 1x,
url("img/IMG_1742.webp") 2x);
}
.bg-009739345{
	background-image:url("img/009739345.jpeg");
	background-image: -webkit-image-set(url("img/009739345.webp") 1x,
url("img/009739345.webp") 2x);background-image: image-set(url("img/009739345.jpeg") 1x,
url("img/009739345.jpeg") 2x,url("img/009739345.webp") 1x,
url("img/009739345.webp") 2x);
}
.bg-0xx3-b{
	background-image:url("img/0xx3_b.jpg");
	background-image: -webkit-image-set(url("img/0xx3_b.webp") 1x,
url("img/0xx3_b.webp") 2x);background-image: image-set(url("img/0xx3_b.jpg") 1x,
url("img/0xx3_b.jpg") 2x,url("img/0xx3_b.webp") 1x,
url("img/0xx3_b.webp") 2x);
}
.bg-gigi-portugal-8{
	background-image:url("img/gigi-portugal-8.jpg");
	background-image: -webkit-image-set(url("img/gigi-portugal-8.webp") 1x,
url("img/gigi-portugal-8.webp") 2x);background-image: image-set(url("img/gigi-portugal-8.jpg") 1x,
url("img/gigi-portugal-8.jpg") 2x,url("img/gigi-portugal-8.webp") 1x,
url("img/gigi-portugal-8.webp") 2x);
}
.bg-NYC-final{
	background-image:url("img/NYC_final.jpg");
	background-image: -webkit-image-set(url("img/NYC_final.webp") 1x,
url("img/NYC_final.webp") 2x);background-image: image-set(url("img/NYC_final.jpg") 1x,
url("img/NYC_final.jpg") 2x,url("img/NYC_final.webp") 1x,
url("img/NYC_final.webp") 2x);
}
.bg-DSC-0186{
	background-image:url("img/DSC_0186.jpg");
	background-image: -webkit-image-set(url("img/DSC_0186.webp") 1x,
url("img/DSC_0186.webp") 2x);background-image: image-set(url("img/DSC_0186.jpg") 1x,
url("img/DSC_0186.jpg") 2x,url("img/DSC_0186.webp") 1x,
url("img/DSC_0186.webp") 2x);
}
.bg-DSC-1032{
	background-image:url("img/DSC_1032.jpg");
	background-image: -webkit-image-set(url("img/DSC_1032.webp") 1x,
url("img/DSC_1032.webp") 2x);background-image: image-set(url("img/DSC_1032.jpg") 1x,
url("img/DSC_1032.jpg") 2x,url("img/DSC_1032.webp") 1x,
url("img/DSC_1032.webp") 2x);
}
.bg-imagemJu-2{
	background-image:url("img/imagemJu-2.jpg");
	background-image: -webkit-image-set(url("img/imagemJu-2.webp") 1x,
url("img/imagemJu-2.webp") 2x);background-image: image-set(url("img/imagemJu-2.jpg") 1x,
url("img/imagemJu-2.jpg") 2x,url("img/imagemJu-2.webp") 1x,
url("img/imagemJu-2.webp") 2x);
}
.bg-Porto-002{
	background-image:url("img/Porto_002.jpg");
	background-image: -webkit-image-set(url("img/Porto_002.webp") 1x,
url("img/Porto_002.webp") 2x);background-image: image-set(url("img/Porto_002.jpg") 1x,
url("img/Porto_002.jpg") 2x,url("img/Porto_002.webp") 1x,
url("img/Porto_002.webp") 2x);
}
.bg-Porto-001{
	background-image:url("img/Porto_001.jpg");
	background-image: -webkit-image-set(url("img/Porto_001.webp") 1x,
url("img/Porto_001.webp") 2x);background-image: image-set(url("img/Porto_001.jpg") 1x,
url("img/Porto_001.jpg") 2x,url("img/Porto_001.webp") 1x,
url("img/Porto_001.webp") 2x);
}
.bg-Porto-007{
	background-image:url("img/Porto_007.jpg");
	background-image: -webkit-image-set(url("img/Porto_007.webp") 1x,
url("img/Porto_007.webp") 2x);background-image: image-set(url("img/Porto_007.jpg") 1x,
url("img/Porto_007.jpg") 2x,url("img/Porto_007.webp") 1x,
url("img/Porto_007.webp") 2x);
}
.bg-Porto-009{
	background-image:url("img/Porto_009.jpg");
	background-image: -webkit-image-set(url("img/Porto_009.webp") 1x,
url("img/Porto_009.webp") 2x);background-image: image-set(url("img/Porto_009.jpg") 1x,
url("img/Porto_009.jpg") 2x,url("img/Porto_009.webp") 1x,
url("img/Porto_009.webp") 2x);
}
.bg-Porto-16{
	background-image:url("img/Porto_16.jpg");
	background-image: -webkit-image-set(url("img/Porto_16.webp") 1x,
url("img/Porto_16.webp") 2x);background-image: image-set(url("img/Porto_16.jpg") 1x,
url("img/Porto_16.jpg") 2x,url("img/Porto_16.webp") 1x,
url("img/Porto_16.webp") 2x);
}
.bg-DSC-1189{
	background-image:url("img/DSC_1189.jpg");
	background-image: -webkit-image-set(url("img/DSC_1189.webp") 1x,
url("img/DSC_1189.webp") 2x);background-image: image-set(url("img/DSC_1189.jpg") 1x,
url("img/DSC_1189.jpg") 2x,url("img/DSC_1189.webp") 1x,
url("img/DSC_1189.webp") 2x);
}
.bg-DSC-1365{
	background-image:url("img/DSC_1365.jpg");
	background-image: -webkit-image-set(url("img/DSC_1365.webp") 1x,
url("img/DSC_1365.webp") 2x);background-image: image-set(url("img/DSC_1365.jpg") 1x,
url("img/DSC_1365.jpg") 2x,url("img/DSC_1365.webp") 1x,
url("img/DSC_1365.webp") 2x);
}
.bg-DSC-1054-2{
	background-image:url("img/DSC_1054-2.jpg");
	background-image: -webkit-image-set(url("img/DSC_1054-2.webp") 1x,
url("img/DSC_1054-2.webp") 2x);background-image: image-set(url("img/DSC_1054-2.jpg") 1x,
url("img/DSC_1054-2.jpg") 2x,url("img/DSC_1054-2.webp") 1x,
url("img/DSC_1054-2.webp") 2x);
}
.bg-DSC-1165-2{
	background-image:url("img/DSC_1165-2.jpg");
	background-image: -webkit-image-set(url("img/DSC_1165-2.webp") 1x,
url("img/DSC_1165-2.webp") 2x);background-image: image-set(url("img/DSC_1165-2.jpg") 1x,
url("img/DSC_1165-2.jpg") 2x,url("img/DSC_1165-2.webp") 1x,
url("img/DSC_1165-2.webp") 2x);
}
.bg-IMG-2263-2{
	background-image:url("img/IMG_2263-2.jpg");
	background-image: -webkit-image-set(url("img/IMG_2263-2.webp") 1x,
url("img/IMG_2263-2.webp") 2x);background-image: image-set(url("img/IMG_2263-2.jpg") 1x,
url("img/IMG_2263-2.jpg") 2x,url("img/IMG_2263-2.webp") 1x,
url("img/IMG_2263-2.webp") 2x);
}
.bg-IMG-2315{
	background-image:url("img/IMG_2315.jpg");
	background-image: -webkit-image-set(url("img/IMG_2315.webp") 1x,
url("img/IMG_2315.webp") 2x);background-image: image-set(url("img/IMG_2315.jpg") 1x,
url("img/IMG_2315.jpg") 2x,url("img/IMG_2315.webp") 1x,
url("img/IMG_2315.webp") 2x);
}
.bg-IMG-1224{
	background-image:url("img/IMG_1224.jpg");
	background-image: -webkit-image-set(url("img/IMG_1224.webp") 1x,
url("img/IMG_1224.webp") 2x);background-image: image-set(url("img/IMG_1224.jpg") 1x,
url("img/IMG_1224.jpg") 2x,url("img/IMG_1224.webp") 1x,
url("img/IMG_1224.webp") 2x);
}
.bg-IMG-1160{
	background-image:url("img/IMG_1160.jpg");
	background-image: -webkit-image-set(url("img/IMG_1160.webp") 1x,
url("img/IMG_1160.webp") 2x);background-image: image-set(url("img/IMG_1160.jpg") 1x,
url("img/IMG_1160.jpg") 2x,url("img/IMG_1160.webp") 1x,
url("img/IMG_1160.webp") 2x);
}
.bg-IMG-2712{
	background-image:url("img/IMG_2712.jpg");
	background-image: -webkit-image-set(url("img/IMG_2712.webp") 1x,
url("img/IMG_2712.webp") 2x);background-image: image-set(url("img/IMG_2712.jpg") 1x,
url("img/IMG_2712.jpg") 2x,url("img/IMG_2712.webp") 1x,
url("img/IMG_2712.webp") 2x);
}
.bg-IMG-5496{
	background-image:url("img/IMG_5496.jpg");
	background-image: -webkit-image-set(url("img/IMG_5496.webp") 1x,
url("img/IMG_5496.webp") 2x);background-image: image-set(url("img/IMG_5496.jpg") 1x,
url("img/IMG_5496.jpg") 2x,url("img/IMG_5496.webp") 1x,
url("img/IMG_5496.webp") 2x);
}
.bg-eigbeiogh{
	background-image:url("img/eigbeiogh.jpg");
	background-image: -webkit-image-set(url("img/eigbeiogh.webp") 1x,
url("img/eigbeiogh.webp") 2x);background-image: image-set(url("img/eigbeiogh.jpg") 1x,
url("img/eigbeiogh.jpg") 2x,url("img/eigbeiogh.webp") 1x,
url("img/eigbeiogh.webp") 2x);
}
.bg-IMG-20180123-152347{
	background-image:url("img/IMG_20180123_152347.jpg");
	background-image: -webkit-image-set(url("img/IMG_20180123_152347.webp") 1x,
url("img/IMG_20180123_152347.webp") 2x);background-image: image-set(url("img/IMG_20180123_152347.jpg") 1x,
url("img/IMG_20180123_152347.jpg") 2x,url("img/IMG_20180123_152347.webp") 1x,
url("img/IMG_20180123_152347.webp") 2x);
}
.bg-IMG-2057{
	background-image:url("img/IMG_2057.jpg");
	background-image: -webkit-image-set(url("img/IMG_2057.webp") 1x,
url("img/IMG_2057.webp") 2x);background-image: image-set(url("img/IMG_2057.jpg") 1x,
url("img/IMG_2057.jpg") 2x,url("img/IMG_2057.webp") 1x,
url("img/IMG_2057.webp") 2x);
}
.bg-IMG-1954{
	background-image:url("img/IMG_1954.jpg");
	background-image: -webkit-image-set(url("img/IMG_1954.webp") 1x,
url("img/IMG_1954.webp") 2x);background-image: image-set(url("img/IMG_1954.jpg") 1x,
url("img/IMG_1954.jpg") 2x,url("img/IMG_1954.webp") 1x,
url("img/IMG_1954.webp") 2x);
}
.bg-IMG-1836-2{
	background-image:url("img/IMG_1836-2.jpg");
	background-image: -webkit-image-set(url("img/IMG_1836-2.webp") 1x,
url("img/IMG_1836-2.webp") 2x);background-image: image-set(url("img/IMG_1836-2.jpg") 1x,
url("img/IMG_1836-2.jpg") 2x,url("img/IMG_1836-2.webp") 1x,
url("img/IMG_1836-2.webp") 2x);
}
.bg-IMG-2107{
	background-image:url("img/IMG_2107.jpg");
	background-image: -webkit-image-set(url("img/IMG_2107.webp") 1x,
url("img/IMG_2107.webp") 2x);background-image: image-set(url("img/IMG_2107.jpg") 1x,
url("img/IMG_2107.jpg") 2x,url("img/IMG_2107.webp") 1x,
url("img/IMG_2107.webp") 2x);
}
.bg-IMG-1480{
	background-image:url("img/IMG_1480.jpg");
	background-image: -webkit-image-set(url("img/IMG_1480.webp") 1x,
url("img/IMG_1480.webp") 2x);background-image: image-set(url("img/IMG_1480.jpg") 1x,
url("img/IMG_1480.jpg") 2x,url("img/IMG_1480.webp") 1x,
url("img/IMG_1480.webp") 2x);
}
.bg-IMG-1497{
	background-image:url("img/IMG_1497.jpg");
	background-image: -webkit-image-set(url("img/IMG_1497.webp") 1x,
url("img/IMG_1497.webp") 2x);background-image: image-set(url("img/IMG_1497.jpg") 1x,
url("img/IMG_1497.jpg") 2x,url("img/IMG_1497.webp") 1x,
url("img/IMG_1497.webp") 2x);
}
.bg-IMG-1600{
	background-image:url("img/IMG_1600.jpg");
	background-image: -webkit-image-set(url("img/IMG_1600.webp") 1x,
url("img/IMG_1600.webp") 2x);background-image: image-set(url("img/IMG_1600.jpg") 1x,
url("img/IMG_1600.jpg") 2x,url("img/IMG_1600.webp") 1x,
url("img/IMG_1600.webp") 2x);
}
.bg-IMG-1462{
	background-image:url("img/IMG_1462.jpg");
	background-image: -webkit-image-set(url("img/IMG_1462.webp") 1x,
url("img/IMG_1462.webp") 2x);background-image: image-set(url("img/IMG_1462.jpg") 1x,
url("img/IMG_1462.jpg") 2x,url("img/IMG_1462.webp") 1x,
url("img/IMG_1462.webp") 2x);
}
.bg-IMG-1555{
	background-image:url("img/IMG_1555.jpg");
	background-image: -webkit-image-set(url("img/IMG_1555.webp") 1x,
url("img/IMG_1555.webp") 2x);background-image: image-set(url("img/IMG_1555.jpg") 1x,
url("img/IMG_1555.jpg") 2x,url("img/IMG_1555.webp") 1x,
url("img/IMG_1555.webp") 2x);
}
.bg-IMG-1538{
	background-image:url("img/IMG_1538.jpg");
	background-image: -webkit-image-set(url("img/IMG_1538.webp") 1x,
url("img/IMG_1538.webp") 2x);background-image: image-set(url("img/IMG_1538.jpg") 1x,
url("img/IMG_1538.jpg") 2x,url("img/IMG_1538.webp") 1x,
url("img/IMG_1538.webp") 2x);
}
.bg-jorgejorge-s2{
	background-image:url("img/jorgejorge_s2.jpg");
	background-image: -webkit-image-set(url("img/jorgejorge_s2.webp") 1x,
url("img/jorgejorge_s2.webp") 2x);background-image: image-set(url("img/jorgejorge_s2.jpg") 1x,
url("img/jorgejorge_s2.jpg") 2x,url("img/jorgejorge_s2.webp") 1x,
url("img/jorgejorge_s2.webp") 2x);
}
.bg-eee{
	background-image:url("img/eee.jpg");
	background-image: -webkit-image-set(url("img/eee.webp") 1x,
url("img/eee.webp") 2x);background-image: image-set(url("img/eee.jpg") 1x,
url("img/eee.jpg") 2x,url("img/eee.webp") 1x,
url("img/eee.webp") 2x);
}
.bg-dfvofhvibviuefbubv{
	background-image:url("img/dfvofhvibviuefbubv.jpg");
	background-image: -webkit-image-set(url("img/dfvofhvibviuefbubv.webp") 1x,
url("img/dfvofhvibviuefbubv.webp") 2x);background-image: image-set(url("img/dfvofhvibviuefbubv.jpg") 1x,
url("img/dfvofhvibviuefbubv.jpg") 2x,url("img/dfvofhvibviuefbubv.webp") 1x,
url("img/dfvofhvibviuefbubv.webp") 2x);
}
.bg-IMG-4083{
	background-image:url("img/IMG_4083.jpg");
	background-image: -webkit-image-set(url("img/IMG_4083.webp") 1x,
url("img/IMG_4083.webp") 2x);background-image: image-set(url("img/IMG_4083.jpg") 1x,
url("img/IMG_4083.jpg") 2x,url("img/IMG_4083.webp") 1x,
url("img/IMG_4083.webp") 2x);
}
.bg-IMG-3944{
	background-image:url("img/IMG_3944.jpg");
	background-image: -webkit-image-set(url("img/IMG_3944.webp") 1x,
url("img/IMG_3944.webp") 2x);background-image: image-set(url("img/IMG_3944.jpg") 1x,
url("img/IMG_3944.jpg") 2x,url("img/IMG_3944.webp") 1x,
url("img/IMG_3944.webp") 2x);
}
.bg-IMG-3959{
	background-image:url("img/IMG_3959.jpg");
	background-image: -webkit-image-set(url("img/IMG_3959.webp") 1x,
url("img/IMG_3959.webp") 2x);background-image: image-set(url("img/IMG_3959.jpg") 1x,
url("img/IMG_3959.jpg") 2x,url("img/IMG_3959.webp") 1x,
url("img/IMG_3959.webp") 2x);
}
.bg-IMG-3689{
	background-image:url("img/IMG_3689.jpg");
	background-image: -webkit-image-set(url("img/IMG_3689.webp") 1x,
url("img/IMG_3689.webp") 2x);background-image: image-set(url("img/IMG_3689.jpg") 1x,
url("img/IMG_3689.jpg") 2x,url("img/IMG_3689.webp") 1x,
url("img/IMG_3689.webp") 2x);
}
.bg-IMG-3491{
	background-image:url("img/IMG_3491.jpg");
	background-image: -webkit-image-set(url("img/IMG_3491.webp") 1x,
url("img/IMG_3491.webp") 2x);background-image: image-set(url("img/IMG_3491.jpg") 1x,
url("img/IMG_3491.jpg") 2x,url("img/IMG_3491.webp") 1x,
url("img/IMG_3491.webp") 2x);
}
.bg-IMG-4644{
	background-image:url("img/IMG_4644.jpg");
	background-image: -webkit-image-set(url("img/IMG_4644.webp") 1x,
url("img/IMG_4644.webp") 2x);background-image: image-set(url("img/IMG_4644.jpg") 1x,
url("img/IMG_4644.jpg") 2x,url("img/IMG_4644.webp") 1x,
url("img/IMG_4644.webp") 2x);
}
.bg-IMG-4613{
	background-image:url("img/IMG_4613.jpg");
	background-image: -webkit-image-set(url("img/IMG_4613.webp") 1x,
url("img/IMG_4613.webp") 2x);background-image: image-set(url("img/IMG_4613.jpg") 1x,
url("img/IMG_4613.jpg") 2x,url("img/IMG_4613.webp") 1x,
url("img/IMG_4613.webp") 2x);
}
.bg-IMG-4485{
	background-image:url("img/IMG_4485.jpg");
	background-image: -webkit-image-set(url("img/IMG_4485.webp") 1x,
url("img/IMG_4485.webp") 2x);background-image: image-set(url("img/IMG_4485.jpg") 1x,
url("img/IMG_4485.jpg") 2x,url("img/IMG_4485.webp") 1x,
url("img/IMG_4485.webp") 2x);
}
.bg-IMG-4497{
	background-image:url("img/IMG_4497.jpg");
	background-image: -webkit-image-set(url("img/IMG_4497.webp") 1x,
url("img/IMG_4497.webp") 2x);background-image: image-set(url("img/IMG_4497.jpg") 1x,
url("img/IMG_4497.jpg") 2x,url("img/IMG_4497.webp") 1x,
url("img/IMG_4497.webp") 2x);
}
.bg-IMG-4667{
	background-image:url("img/IMG_4667.jpg");
	background-image: -webkit-image-set(url("img/IMG_4667.webp") 1x,
url("img/IMG_4667.webp") 2x);background-image: image-set(url("img/IMG_4667.jpg") 1x,
url("img/IMG_4667.jpg") 2x,url("img/IMG_4667.webp") 1x,
url("img/IMG_4667.webp") 2x);
}
.bg-IMG-4727{
	background-image:url("img/IMG_4727.jpg");
	background-image: -webkit-image-set(url("img/IMG_4727.webp") 1x,
url("img/IMG_4727.webp") 2x);background-image: image-set(url("img/IMG_4727.jpg") 1x,
url("img/IMG_4727.jpg") 2x,url("img/IMG_4727.webp") 1x,
url("img/IMG_4727.webp") 2x);
}
.bg-IMG-4838{
	background-image:url("img/IMG_4838.jpg");
	background-image: -webkit-image-set(url("img/IMG_4838.webp") 1x,
url("img/IMG_4838.webp") 2x);background-image: image-set(url("img/IMG_4838.jpg") 1x,
url("img/IMG_4838.jpg") 2x,url("img/IMG_4838.webp") 1x,
url("img/IMG_4838.webp") 2x);
}
.bg-IMG-4841b{
	background-image:url("img/IMG_4841b.jpg");
	background-image: -webkit-image-set(url("img/IMG_4841b.webp") 1x,
url("img/IMG_4841b.webp") 2x);background-image: image-set(url("img/IMG_4841b.jpg") 1x,
url("img/IMG_4841b.jpg") 2x,url("img/IMG_4841b.webp") 1x,
url("img/IMG_4841b.webp") 2x);
}
.bg-IMG-7127{
	background-image:url("img/IMG_7127.jpg");
	background-image: -webkit-image-set(url("img/IMG_7127.webp") 1x,
url("img/IMG_7127.webp") 2x);background-image: image-set(url("img/IMG_7127.jpg") 1x,
url("img/IMG_7127.jpg") 2x,url("img/IMG_7127.webp") 1x,
url("img/IMG_7127.webp") 2x);
}
.bg-IMG-7165{
	background-image:url("img/IMG_7165.jpg");
	background-image: -webkit-image-set(url("img/IMG_7165.webp") 1x,
url("img/IMG_7165.webp") 2x);background-image: image-set(url("img/IMG_7165.jpg") 1x,
url("img/IMG_7165.jpg") 2x,url("img/IMG_7165.webp") 1x,
url("img/IMG_7165.webp") 2x);
}
.bg-IMG-7107{
	background-image:url("img/IMG_7107.jpg");
	background-image: -webkit-image-set(url("img/IMG_7107.webp") 1x,
url("img/IMG_7107.webp") 2x);background-image: image-set(url("img/IMG_7107.jpg") 1x,
url("img/IMG_7107.jpg") 2x,url("img/IMG_7107.webp") 1x,
url("img/IMG_7107.webp") 2x);
}
.bg-IMG-7085{
	background-image:url("img/IMG_7085.jpg");
	background-image: -webkit-image-set(url("img/IMG_7085.webp") 1x,
url("img/IMG_7085.webp") 2x);background-image: image-set(url("img/IMG_7085.jpg") 1x,
url("img/IMG_7085.jpg") 2x,url("img/IMG_7085.webp") 1x,
url("img/IMG_7085.webp") 2x);
}
.bg-IMG-7142{
	background-image:url("img/IMG_7142.jpg");
	background-image: -webkit-image-set(url("img/IMG_7142.webp") 1x,
url("img/IMG_7142.webp") 2x);background-image: image-set(url("img/IMG_7142.jpg") 1x,
url("img/IMG_7142.jpg") 2x,url("img/IMG_7142.webp") 1x,
url("img/IMG_7142.webp") 2x);
}
.bg-IMG-6998{
	background-image:url("img/IMG_6998.jpg");
	background-image: -webkit-image-set(url("img/IMG_6998.webp") 1x,
url("img/IMG_6998.webp") 2x);background-image: image-set(url("img/IMG_6998.jpg") 1x,
url("img/IMG_6998.jpg") 2x,url("img/IMG_6998.webp") 1x,
url("img/IMG_6998.webp") 2x);
}
.bg-IMG-1295{
	background-image:url("img/IMG_1295.jpg");
	background-image: -webkit-image-set(url("img/IMG_1295.webp") 1x,
url("img/IMG_1295.webp") 2x);background-image: image-set(url("img/IMG_1295.jpg") 1x,
url("img/IMG_1295.jpg") 2x,url("img/IMG_1295.webp") 1x,
url("img/IMG_1295.webp") 2x);
}
.bg-IMG-1791{
	background-image:url("img/IMG_1791.jpg");
	background-image: -webkit-image-set(url("img/IMG_1791.webp") 1x,
url("img/IMG_1791.webp") 2x);background-image: image-set(url("img/IMG_1791.jpg") 1x,
url("img/IMG_1791.jpg") 2x,url("img/IMG_1791.webp") 1x,
url("img/IMG_1791.webp") 2x);
}
.bg-IMG-1421{
	background-image:url("img/IMG_1421.jpg");
	background-image: -webkit-image-set(url("img/IMG_1421.webp") 1x,
url("img/IMG_1421.webp") 2x);background-image: image-set(url("img/IMG_1421.jpg") 1x,
url("img/IMG_1421.jpg") 2x,url("img/IMG_1421.webp") 1x,
url("img/IMG_1421.webp") 2x);
}
.bg-IMG-1476{
	background-image:url("img/IMG_1476.jpg");
	background-image: -webkit-image-set(url("img/IMG_1476.webp") 1x,
url("img/IMG_1476.webp") 2x);background-image: image-set(url("img/IMG_1476.jpg") 1x,
url("img/IMG_1476.jpg") 2x,url("img/IMG_1476.webp") 1x,
url("img/IMG_1476.webp") 2x);
}
.bg-IMG-1595{
	background-image:url("img/IMG_1595.jpg");
	background-image: -webkit-image-set(url("img/IMG_1595.webp") 1x,
url("img/IMG_1595.webp") 2x);background-image: image-set(url("img/IMG_1595.jpg") 1x,
url("img/IMG_1595.jpg") 2x,url("img/IMG_1595.webp") 1x,
url("img/IMG_1595.webp") 2x);
}
.bg-IMG-3607b{
	background-image:url("img/IMG_3607b.jpg");
	background-image: -webkit-image-set(url("img/IMG_3607b.webp") 1x,
url("img/IMG_3607b.webp") 2x);background-image: image-set(url("img/IMG_3607b.jpg") 1x,
url("img/IMG_3607b.jpg") 2x,url("img/IMG_3607b.webp") 1x,
url("img/IMG_3607b.webp") 2x);
}
.bg-IMG-3698b{
	background-image:url("img/IMG_3698b.jpg");
	background-image: -webkit-image-set(url("img/IMG_3698b.webp") 1x,
url("img/IMG_3698b.webp") 2x);background-image: image-set(url("img/IMG_3698b.jpg") 1x,
url("img/IMG_3698b.jpg") 2x,url("img/IMG_3698b.webp") 1x,
url("img/IMG_3698b.webp") 2x);
}
.bg-IMG-3555-20copy{
	background-image:url("img/IMG_3555%20copy.jpg");
	background-image: -webkit-image-set(url("img/IMG_3555%20copy.webp") 1x,
url("img/IMG_3555%20copy.webp") 2x);background-image: image-set(url("img/IMG_3555%20copy.jpg") 1x,
url("img/IMG_3555%20copy.jpg") 2x,url("img/IMG_3555%20copy.webp") 1x,
url("img/IMG_3555%20copy.webp") 2x);
}
.bg-IMG-3480{
	background-image:url("img/IMG_3480.jpg");
	background-image: -webkit-image-set(url("img/IMG_3480.webp") 1x,
url("img/IMG_3480.webp") 2x);background-image: image-set(url("img/IMG_3480.jpg") 1x,
url("img/IMG_3480.jpg") 2x,url("img/IMG_3480.webp") 1x,
url("img/IMG_3480.webp") 2x);
}
.bg-IMG-3496b{
	background-image:url("img/IMG_3496b.jpg");
	background-image: -webkit-image-set(url("img/IMG_3496b.webp") 1x,
url("img/IMG_3496b.webp") 2x);background-image: image-set(url("img/IMG_3496b.jpg") 1x,
url("img/IMG_3496b.jpg") 2x,url("img/IMG_3496b.webp") 1x,
url("img/IMG_3496b.webp") 2x);
}
.bg-IMG-2593{
	background-image:url("img/IMG_2593.jpg");
	background-image: -webkit-image-set(url("img/IMG_2593.webp") 1x,
url("img/IMG_2593.webp") 2x);background-image: image-set(url("img/IMG_2593.jpg") 1x,
url("img/IMG_2593.jpg") 2x,url("img/IMG_2593.webp") 1x,
url("img/IMG_2593.webp") 2x);
}
.bg-IMG-2650{
	background-image:url("img/IMG_2650.jpg");
	background-image: -webkit-image-set(url("img/IMG_2650.webp") 1x,
url("img/IMG_2650.webp") 2x);background-image: image-set(url("img/IMG_2650.jpg") 1x,
url("img/IMG_2650.jpg") 2x,url("img/IMG_2650.webp") 1x,
url("img/IMG_2650.webp") 2x);
}
.bg-IMG-2616-202{
	background-image:url("img/IMG_2616%202.jpg");
	background-image: -webkit-image-set(url("img/IMG_2616%202.webp") 1x,
url("img/IMG_2616%202.webp") 2x);background-image: image-set(url("img/IMG_2616%202.jpg") 1x,
url("img/IMG_2616%202.jpg") 2x,url("img/IMG_2616%202.webp") 1x,
url("img/IMG_2616%202.webp") 2x);
}
.bg-IMG-2559{
	background-image:url("img/IMG_2559.jpg");
	background-image: -webkit-image-set(url("img/IMG_2559.webp") 1x,
url("img/IMG_2559.webp") 2x);background-image: image-set(url("img/IMG_2559.jpg") 1x,
url("img/IMG_2559.jpg") 2x,url("img/IMG_2559.webp") 1x,
url("img/IMG_2559.webp") 2x);
}
.bg-IMG-6445{
	background-image:url("img/IMG_6445.jpg");
	background-image: -webkit-image-set(url("img/IMG_6445.webp") 1x,
url("img/IMG_6445.webp") 2x);background-image: image-set(url("img/IMG_6445.jpg") 1x,
url("img/IMG_6445.jpg") 2x,url("img/IMG_6445.webp") 1x,
url("img/IMG_6445.webp") 2x);
}
.bg-IMG-5104{
	background-image:url("img/IMG_5104.jpg");
	background-image: -webkit-image-set(url("img/IMG_5104.webp") 1x,
url("img/IMG_5104.webp") 2x);background-image: image-set(url("img/IMG_5104.jpg") 1x,
url("img/IMG_5104.jpg") 2x,url("img/IMG_5104.webp") 1x,
url("img/IMG_5104.webp") 2x);
}
.bg-IMG-6443{
	background-image:url("img/IMG_6443.jpg");
	background-image: -webkit-image-set(url("img/IMG_6443.webp") 1x,
url("img/IMG_6443.webp") 2x);background-image: image-set(url("img/IMG_6443.jpg") 1x,
url("img/IMG_6443.jpg") 2x,url("img/IMG_6443.webp") 1x,
url("img/IMG_6443.webp") 2x);
}
.bg-IMG-1670{
	background-image:url("img/IMG_1670.jpg");
	background-image: -webkit-image-set(url("img/IMG_1670.webp") 1x,
url("img/IMG_1670.webp") 2x);background-image: image-set(url("img/IMG_1670.jpg") 1x,
url("img/IMG_1670.jpg") 2x,url("img/IMG_1670.webp") 1x,
url("img/IMG_1670.webp") 2x);
}
.bg-IMG-2034{
	background-image:url("img/IMG_2034.jpg");
	background-image: -webkit-image-set(url("img/IMG_2034.webp") 1x,
url("img/IMG_2034.webp") 2x);background-image: image-set(url("img/IMG_2034.jpg") 1x,
url("img/IMG_2034.jpg") 2x,url("img/IMG_2034.webp") 1x,
url("img/IMG_2034.webp") 2x);
}
.bg-IMG-4514{
	background-image:url("img/IMG_4514.jpg");
	background-image: -webkit-image-set(url("img/IMG_4514.webp") 1x,
url("img/IMG_4514.webp") 2x);background-image: image-set(url("img/IMG_4514.jpg") 1x,
url("img/IMG_4514.jpg") 2x,url("img/IMG_4514.webp") 1x,
url("img/IMG_4514.webp") 2x);
}
.bg-IMG-4363{
	background-image:url("img/IMG_4363.jpg");
	background-image: -webkit-image-set(url("img/IMG_4363.webp") 1x,
url("img/IMG_4363.webp") 2x);background-image: image-set(url("img/IMG_4363.jpg") 1x,
url("img/IMG_4363.jpg") 2x,url("img/IMG_4363.webp") 1x,
url("img/IMG_4363.webp") 2x);
}
.bg-IMG-4434{
	background-image:url("img/IMG_4434.jpg");
	background-image: -webkit-image-set(url("img/IMG_4434.webp") 1x,
url("img/IMG_4434.webp") 2x);background-image: image-set(url("img/IMG_4434.jpg") 1x,
url("img/IMG_4434.jpg") 2x,url("img/IMG_4434.webp") 1x,
url("img/IMG_4434.webp") 2x);
}
.bg-IMG-4467{
	background-image:url("img/IMG_4467.jpg");
	background-image: -webkit-image-set(url("img/IMG_4467.webp") 1x,
url("img/IMG_4467.webp") 2x);background-image: image-set(url("img/IMG_4467.jpg") 1x,
url("img/IMG_4467.jpg") 2x,url("img/IMG_4467.webp") 1x,
url("img/IMG_4467.webp") 2x);
}
.bg-IMG-5725{
	background-image:url("img/IMG_5725.jpg");
	background-image: -webkit-image-set(url("img/IMG_5725.webp") 1x,
url("img/IMG_5725.webp") 2x);background-image: image-set(url("img/IMG_5725.jpg") 1x,
url("img/IMG_5725.jpg") 2x,url("img/IMG_5725.webp") 1x,
url("img/IMG_5725.webp") 2x);
}
.bg-DSC00081{
	background-image:url("img/DSC00081.jpg");
	background-image: -webkit-image-set(url("img/DSC00081.webp") 1x,
url("img/DSC00081.webp") 2x);background-image: image-set(url("img/DSC00081.jpg") 1x,
url("img/DSC00081.jpg") 2x,url("img/DSC00081.webp") 1x,
url("img/DSC00081.webp") 2x);
}
.bg-IMG-1878{
	background-image:url("img/IMG_1878.jpg");
	background-image: -webkit-image-set(url("img/IMG_1878.webp") 1x,
url("img/IMG_1878.webp") 2x);background-image: image-set(url("img/IMG_1878.jpg") 1x,
url("img/IMG_1878.jpg") 2x,url("img/IMG_1878.webp") 1x,
url("img/IMG_1878.webp") 2x);
}
.bg-IMG-3800{
	background-image:url("img/IMG_3800.jpg");
	background-image: -webkit-image-set(url("img/IMG_3800.webp") 1x,
url("img/IMG_3800.webp") 2x);background-image: image-set(url("img/IMG_3800.jpg") 1x,
url("img/IMG_3800.jpg") 2x,url("img/IMG_3800.webp") 1x,
url("img/IMG_3800.webp") 2x);
}
.bg-IMG-3798{
	background-image:url("img/IMG_3798.jpg");
	background-image: -webkit-image-set(url("img/IMG_3798.webp") 1x,
url("img/IMG_3798.webp") 2x);background-image: image-set(url("img/IMG_3798.jpg") 1x,
url("img/IMG_3798.jpg") 2x,url("img/IMG_3798.webp") 1x,
url("img/IMG_3798.webp") 2x);
}
.bg-IMG-4235{
	background-image:url("img/IMG_4235.jpg");
	background-image: -webkit-image-set(url("img/IMG_4235.webp") 1x,
url("img/IMG_4235.webp") 2x);background-image: image-set(url("img/IMG_4235.jpg") 1x,
url("img/IMG_4235.jpg") 2x,url("img/IMG_4235.webp") 1x,
url("img/IMG_4235.webp") 2x);
}
.bg-IMG-3738{
	background-image:url("img/IMG_3738.jpg");
	background-image: -webkit-image-set(url("img/IMG_3738.webp") 1x,
url("img/IMG_3738.webp") 2x);background-image: image-set(url("img/IMG_3738.jpg") 1x,
url("img/IMG_3738.jpg") 2x,url("img/IMG_3738.webp") 1x,
url("img/IMG_3738.webp") 2x);
}
.bg-IMG-4177{
	background-image:url("img/IMG_4177.jpg");
	background-image: -webkit-image-set(url("img/IMG_4177.webp") 1x,
url("img/IMG_4177.webp") 2x);background-image: image-set(url("img/IMG_4177.jpg") 1x,
url("img/IMG_4177.jpg") 2x,url("img/IMG_4177.webp") 1x,
url("img/IMG_4177.webp") 2x);
}
.bg-IMG-4135{
	background-image:url("img/IMG_4135.jpg");
	background-image: -webkit-image-set(url("img/IMG_4135.webp") 1x,
url("img/IMG_4135.webp") 2x);background-image: image-set(url("img/IMG_4135.jpg") 1x,
url("img/IMG_4135.jpg") 2x,url("img/IMG_4135.webp") 1x,
url("img/IMG_4135.webp") 2x);
}
.bg-IMG-4099{
	background-image:url("img/IMG_4099.jpg");
	background-image: -webkit-image-set(url("img/IMG_4099.webp") 1x,
url("img/IMG_4099.webp") 2x);background-image: image-set(url("img/IMG_4099.jpg") 1x,
url("img/IMG_4099.jpg") 2x,url("img/IMG_4099.webp") 1x,
url("img/IMG_4099.webp") 2x);
}
.bg-IMG-3664{
	background-image:url("img/IMG_3664.jpg");
	background-image: -webkit-image-set(url("img/IMG_3664.webp") 1x,
url("img/IMG_3664.webp") 2x);background-image: image-set(url("img/IMG_3664.jpg") 1x,
url("img/IMG_3664.jpg") 2x,url("img/IMG_3664.webp") 1x,
url("img/IMG_3664.webp") 2x);
}
.bg-IMG-3681{
	background-image:url("img/IMG_3681.jpg");
	background-image: -webkit-image-set(url("img/IMG_3681.webp") 1x,
url("img/IMG_3681.webp") 2x);background-image: image-set(url("img/IMG_3681.jpg") 1x,
url("img/IMG_3681.jpg") 2x,url("img/IMG_3681.webp") 1x,
url("img/IMG_3681.webp") 2x);
}
.bg-IMG-1909{
	background-image:url("img/IMG_1909.jpg");
	background-image: -webkit-image-set(url("img/IMG_1909.webp") 1x,
url("img/IMG_1909.webp") 2x);background-image: image-set(url("img/IMG_1909.jpg") 1x,
url("img/IMG_1909.jpg") 2x,url("img/IMG_1909.webp") 1x,
url("img/IMG_1909.webp") 2x);
}
.bg-IMG-1844{
	background-image:url("img/IMG_1844.jpg");
	background-image: -webkit-image-set(url("img/IMG_1844.webp") 1x,
url("img/IMG_1844.webp") 2x);background-image: image-set(url("img/IMG_1844.jpg") 1x,
url("img/IMG_1844.jpg") 2x,url("img/IMG_1844.webp") 1x,
url("img/IMG_1844.webp") 2x);
}
.bg-IMG-2040-20-281-29{
	background-image:url("img/IMG_2040%20%281%29.jpg");
	background-image: -webkit-image-set(url("img/IMG_2040%20%281%29.webp") 1x,
url("img/IMG_2040%20%281%29.webp") 2x);background-image: image-set(url("img/IMG_2040%20%281%29.jpg") 1x,
url("img/IMG_2040%20%281%29.jpg") 2x,url("img/IMG_2040%20%281%29.webp") 1x,
url("img/IMG_2040%20%281%29.webp") 2x);
}
.bg-IMG-1717{
	background-image:url("img/IMG_1717.jpg");
	background-image: -webkit-image-set(url("img/IMG_1717.webp") 1x,
url("img/IMG_1717.webp") 2x);background-image: image-set(url("img/IMG_1717.jpg") 1x,
url("img/IMG_1717.jpg") 2x,url("img/IMG_1717.webp") 1x,
url("img/IMG_1717.webp") 2x);
}
.bg-IMG-9069{
	background-image:url("img/IMG_9069.jpg");
	background-image: -webkit-image-set(url("img/IMG_9069.webp") 1x,
url("img/IMG_9069.webp") 2x);background-image: image-set(url("img/IMG_9069.jpg") 1x,
url("img/IMG_9069.jpg") 2x,url("img/IMG_9069.webp") 1x,
url("img/IMG_9069.webp") 2x);
}
.bg-IMG-9682{
	background-image:url("img/IMG_9682.jpg");
	background-image: -webkit-image-set(url("img/IMG_9682.webp") 1x,
url("img/IMG_9682.webp") 2x);background-image: image-set(url("img/IMG_9682.jpg") 1x,
url("img/IMG_9682.jpg") 2x,url("img/IMG_9682.webp") 1x,
url("img/IMG_9682.webp") 2x);
}
.bg-IMG-9914{
	background-image:url("img/IMG_9914.jpg");
	background-image: -webkit-image-set(url("img/IMG_9914.webp") 1x,
url("img/IMG_9914.webp") 2x);background-image: image-set(url("img/IMG_9914.jpg") 1x,
url("img/IMG_9914.jpg") 2x,url("img/IMG_9914.webp") 1x,
url("img/IMG_9914.webp") 2x);
}
.bg-IMG-8986{
	background-image:url("img/IMG_8986.jpg");
	background-image: -webkit-image-set(url("img/IMG_8986.webp") 1x,
url("img/IMG_8986.webp") 2x);background-image: image-set(url("img/IMG_8986.jpg") 1x,
url("img/IMG_8986.jpg") 2x,url("img/IMG_8986.webp") 1x,
url("img/IMG_8986.webp") 2x);
}
.bg-IMG-9879{
	background-image:url("img/IMG_9879.jpg");
	background-image: -webkit-image-set(url("img/IMG_9879.webp") 1x,
url("img/IMG_9879.webp") 2x);background-image: image-set(url("img/IMG_9879.jpg") 1x,
url("img/IMG_9879.jpg") 2x,url("img/IMG_9879.webp") 1x,
url("img/IMG_9879.webp") 2x);
}
.bg-IMG-9031{
	background-image:url("img/IMG_9031.jpg");
	background-image: -webkit-image-set(url("img/IMG_9031.webp") 1x,
url("img/IMG_9031.webp") 2x);background-image: image-set(url("img/IMG_9031.jpg") 1x,
url("img/IMG_9031.jpg") 2x,url("img/IMG_9031.webp") 1x,
url("img/IMG_9031.webp") 2x);
}
.bg-IMG-8942{
	background-image:url("img/IMG_8942.jpg");
	background-image: -webkit-image-set(url("img/IMG_8942.webp") 1x,
url("img/IMG_8942.webp") 2x);background-image: image-set(url("img/IMG_8942.jpg") 1x,
url("img/IMG_8942.jpg") 2x,url("img/IMG_8942.webp") 1x,
url("img/IMG_8942.webp") 2x);
}
.bg-IMG-0672{
	background-image:url("img/IMG_0672.jpg");
	background-image: -webkit-image-set(url("img/IMG_0672.webp") 1x,
url("img/IMG_0672.webp") 2x);background-image: image-set(url("img/IMG_0672.jpg") 1x,
url("img/IMG_0672.jpg") 2x,url("img/IMG_0672.webp") 1x,
url("img/IMG_0672.webp") 2x);
}
.bg-IMG-1049{
	background-image:url("img/IMG_1049.jpg");
	background-image: -webkit-image-set(url("img/IMG_1049.webp") 1x,
url("img/IMG_1049.webp") 2x);background-image: image-set(url("img/IMG_1049.jpg") 1x,
url("img/IMG_1049.jpg") 2x,url("img/IMG_1049.webp") 1x,
url("img/IMG_1049.webp") 2x);
}
.bg-IMG-0685{
	background-image:url("img/IMG_0685.jpg");
	background-image: -webkit-image-set(url("img/IMG_0685.webp") 1x,
url("img/IMG_0685.webp") 2x);background-image: image-set(url("img/IMG_0685.jpg") 1x,
url("img/IMG_0685.jpg") 2x,url("img/IMG_0685.webp") 1x,
url("img/IMG_0685.webp") 2x);
}
.bg-IMG-0762{
	background-image:url("img/IMG_0762.jpg");
	background-image: -webkit-image-set(url("img/IMG_0762.webp") 1x,
url("img/IMG_0762.webp") 2x);background-image: image-set(url("img/IMG_0762.jpg") 1x,
url("img/IMG_0762.jpg") 2x,url("img/IMG_0762.webp") 1x,
url("img/IMG_0762.webp") 2x);
}
.bg-IMG-1140{
	background-image:url("img/IMG_1140.jpg");
	background-image: -webkit-image-set(url("img/IMG_1140.webp") 1x,
url("img/IMG_1140.webp") 2x);background-image: image-set(url("img/IMG_1140.jpg") 1x,
url("img/IMG_1140.jpg") 2x,url("img/IMG_1140.webp") 1x,
url("img/IMG_1140.webp") 2x);
}
.bg-IMG-1600-2{
	background-image:url("img/IMG_1600-2.jpg");
	background-image: -webkit-image-set(url("img/IMG_1600-2.webp") 1x,
url("img/IMG_1600-2.webp") 2x);background-image: image-set(url("img/IMG_1600-2.jpg") 1x,
url("img/IMG_1600-2.jpg") 2x,url("img/IMG_1600-2.webp") 1x,
url("img/IMG_1600-2.webp") 2x);
}
.bg-IMG-0864{
	background-image:url("img/IMG_0864.jpg");
	background-image: -webkit-image-set(url("img/IMG_0864.webp") 1x,
url("img/IMG_0864.webp") 2x);background-image: image-set(url("img/IMG_0864.jpg") 1x,
url("img/IMG_0864.jpg") 2x,url("img/IMG_0864.webp") 1x,
url("img/IMG_0864.webp") 2x);
}
.bg-IMG-0761-2{
	background-image:url("img/IMG_0761-2.jpg");
	background-image: -webkit-image-set(url("img/IMG_0761-2.webp") 1x,
url("img/IMG_0761-2.webp") 2x);background-image: image-set(url("img/IMG_0761-2.jpg") 1x,
url("img/IMG_0761-2.jpg") 2x,url("img/IMG_0761-2.webp") 1x,
url("img/IMG_0761-2.webp") 2x);
}
.bg-IMG-0297{
	background-image:url("img/IMG_0297.jpg");
	background-image: -webkit-image-set(url("img/IMG_0297.webp") 1x,
url("img/IMG_0297.webp") 2x);background-image: image-set(url("img/IMG_0297.jpg") 1x,
url("img/IMG_0297.jpg") 2x,url("img/IMG_0297.webp") 1x,
url("img/IMG_0297.webp") 2x);
}
.bg-IMG-0176{
	background-image:url("img/IMG_0176.jpg");
	background-image: -webkit-image-set(url("img/IMG_0176.webp") 1x,
url("img/IMG_0176.webp") 2x);background-image: image-set(url("img/IMG_0176.jpg") 1x,
url("img/IMG_0176.jpg") 2x,url("img/IMG_0176.webp") 1x,
url("img/IMG_0176.webp") 2x);
}
.bg-IMG-0009{
	background-image:url("img/IMG_0009.jpg");
	background-image: -webkit-image-set(url("img/IMG_0009.webp") 1x,
url("img/IMG_0009.webp") 2x);background-image: image-set(url("img/IMG_0009.jpg") 1x,
url("img/IMG_0009.jpg") 2x,url("img/IMG_0009.webp") 1x,
url("img/IMG_0009.webp") 2x);
}
.bg-IMG-4401{
	background-image:url("img/IMG_4401.jpg");
	background-image: -webkit-image-set(url("img/IMG_4401.webp") 1x,
url("img/IMG_4401.webp") 2x);background-image: image-set(url("img/IMG_4401.jpg") 1x,
url("img/IMG_4401.jpg") 2x,url("img/IMG_4401.webp") 1x,
url("img/IMG_4401.webp") 2x);
}
.bg-IMG-5081{
	background-image:url("img/IMG_5081.jpg");
	background-image: -webkit-image-set(url("img/IMG_5081.webp") 1x,
url("img/IMG_5081.webp") 2x);background-image: image-set(url("img/IMG_5081.jpg") 1x,
url("img/IMG_5081.jpg") 2x,url("img/IMG_5081.webp") 1x,
url("img/IMG_5081.webp") 2x);
}
.bg-IMG-4666{
	background-image:url("img/IMG_4666.jpg");
	background-image: -webkit-image-set(url("img/IMG_4666.webp") 1x,
url("img/IMG_4666.webp") 2x);background-image: image-set(url("img/IMG_4666.jpg") 1x,
url("img/IMG_4666.jpg") 2x,url("img/IMG_4666.webp") 1x,
url("img/IMG_4666.webp") 2x);
}
.bg-IMG-4555{
	background-image:url("img/IMG_4555.jpg");
	background-image: -webkit-image-set(url("img/IMG_4555.webp") 1x,
url("img/IMG_4555.webp") 2x);background-image: image-set(url("img/IMG_4555.jpg") 1x,
url("img/IMG_4555.jpg") 2x,url("img/IMG_4555.webp") 1x,
url("img/IMG_4555.webp") 2x);
}
.bg-IMG-5297{
	background-image:url("img/IMG_5297.jpg");
	background-image: -webkit-image-set(url("img/IMG_5297.webp") 1x,
url("img/IMG_5297.webp") 2x);background-image: image-set(url("img/IMG_5297.jpg") 1x,
url("img/IMG_5297.jpg") 2x,url("img/IMG_5297.webp") 1x,
url("img/IMG_5297.webp") 2x);
}
.bg-IMG-4033{
	background-image:url("img/IMG_4033.jpg");
	background-image: -webkit-image-set(url("img/IMG_4033.webp") 1x,
url("img/IMG_4033.webp") 2x);background-image: image-set(url("img/IMG_4033.jpg") 1x,
url("img/IMG_4033.jpg") 2x,url("img/IMG_4033.webp") 1x,
url("img/IMG_4033.webp") 2x);
}
.bg-P4160143{
	background-image:url("img/P4160143.jpg");
	background-image: -webkit-image-set(url("img/P4160143.webp") 1x,
url("img/P4160143.webp") 2x);background-image: image-set(url("img/P4160143.jpg") 1x,
url("img/P4160143.jpg") 2x,url("img/P4160143.webp") 1x,
url("img/P4160143.webp") 2x);
}
.bg-IMG-1314{
	background-image:url("img/IMG_1314.jpg");
	background-image: -webkit-image-set(url("img/IMG_1314.webp") 1x,
url("img/IMG_1314.webp") 2x);background-image: image-set(url("img/IMG_1314.jpg") 1x,
url("img/IMG_1314.jpg") 2x,url("img/IMG_1314.webp") 1x,
url("img/IMG_1314.webp") 2x);
}
.bg-fundo-2{
	background-image:url("img/fundo_2.jpg");
	background-image: -webkit-image-set(url("img/fundo_2.webp") 1x,
url("img/fundo_2.webp") 2x);background-image: image-set(url("img/fundo_2.jpg") 1x,
url("img/fundo_2.jpg") 2x,url("img/fundo_2.webp") 1x,
url("img/fundo_2.webp") 2x);
}
.bg-014ccc{
	background-image:url("img/014ccc.jpg");
	background-image: -webkit-image-set(url("img/014ccc.webp") 1x,
url("img/014ccc.webp") 2x);background-image: image-set(url("img/014ccc.jpg") 1x,
url("img/014ccc.jpg") 2x,url("img/014ccc.webp") 1x,
url("img/014ccc.webp") 2x);
}
.bg-ana-20174{
	background-image:url("img/ana%20174.jpg");
	background-image: -webkit-image-set(url("img/ana%20174.webp") 1x,
url("img/ana%20174.webp") 2x);background-image: image-set(url("img/ana%20174.jpg") 1x,
url("img/ana%20174.jpg") 2x,url("img/ana%20174.webp") 1x,
url("img/ana%20174.webp") 2x);
}
.bg-ana-20037{
	background-image:url("img/ana%20037.jpg");
	background-image: -webkit-image-set(url("img/ana%20037.webp") 1x,
url("img/ana%20037.webp") 2x);background-image: image-set(url("img/ana%20037.jpg") 1x,
url("img/ana%20037.jpg") 2x,url("img/ana%20037.webp") 1x,
url("img/ana%20037.webp") 2x);
}
.bg-ana-20794{
	background-image:url("img/ana%20794.jpg");
	background-image: -webkit-image-set(url("img/ana%20794.webp") 1x,
url("img/ana%20794.webp") 2x);background-image: image-set(url("img/ana%20794.jpg") 1x,
url("img/ana%20794.jpg") 2x,url("img/ana%20794.webp") 1x,
url("img/ana%20794.webp") 2x);
}
.bg-ana-20571{
	background-image:url("img/ana%20571.jpg");
	background-image: -webkit-image-set(url("img/ana%20571.webp") 1x,
url("img/ana%20571.webp") 2x);background-image: image-set(url("img/ana%20571.jpg") 1x,
url("img/ana%20571.jpg") 2x,url("img/ana%20571.webp") 1x,
url("img/ana%20571.webp") 2x);
}
.bg-LV-2729NOV-20035{
	background-image:url("img/LV_2729NOV%20035.jpg");
	background-image: -webkit-image-set(url("img/LV_2729NOV%20035.webp") 1x,
url("img/LV_2729NOV%20035.webp") 2x);background-image: image-set(url("img/LV_2729NOV%20035.jpg") 1x,
url("img/LV_2729NOV%20035.jpg") 2x,url("img/LV_2729NOV%20035.webp") 1x,
url("img/LV_2729NOV%20035.webp") 2x);
}
.bg-ana-20739{
	background-image:url("img/ana%20739.jpg");
	background-image: -webkit-image-set(url("img/ana%20739.webp") 1x,
url("img/ana%20739.webp") 2x);background-image: image-set(url("img/ana%20739.jpg") 1x,
url("img/ana%20739.jpg") 2x,url("img/ana%20739.webp") 1x,
url("img/ana%20739.webp") 2x);
}
.bg-LV-2729NOV-20067{
	background-image:url("img/LV_2729NOV%20067.jpg");
	background-image: -webkit-image-set(url("img/LV_2729NOV%20067.webp") 1x,
url("img/LV_2729NOV%20067.webp") 2x);background-image: image-set(url("img/LV_2729NOV%20067.jpg") 1x,
url("img/LV_2729NOV%20067.jpg") 2x,url("img/LV_2729NOV%20067.webp") 1x,
url("img/LV_2729NOV%20067.webp") 2x);
}
.bg-IMG-8895{
	background-image:url("img/IMG_8895.jpg");
	background-image: -webkit-image-set(url("img/IMG_8895.webp") 1x,
url("img/IMG_8895.webp") 2x);background-image: image-set(url("img/IMG_8895.jpg") 1x,
url("img/IMG_8895.jpg") 2x,url("img/IMG_8895.webp") 1x,
url("img/IMG_8895.webp") 2x);
}
.bg-IMG-8897{
	background-image:url("img/IMG_8897.jpg");
	background-image: -webkit-image-set(url("img/IMG_8897.webp") 1x,
url("img/IMG_8897.webp") 2x);background-image: image-set(url("img/IMG_8897.jpg") 1x,
url("img/IMG_8897.jpg") 2x,url("img/IMG_8897.webp") 1x,
url("img/IMG_8897.webp") 2x);
}
.bg-IMG-8942b{
	background-image:url("img/IMG_8942b.jpg");
	background-image: -webkit-image-set(url("img/IMG_8942b.webp") 1x,
url("img/IMG_8942b.webp") 2x);background-image: image-set(url("img/IMG_8942b.jpg") 1x,
url("img/IMG_8942b.jpg") 2x,url("img/IMG_8942b.webp") 1x,
url("img/IMG_8942b.webp") 2x);
}
.bg-IMG-8926-20-281-29{
	background-image:url("img/IMG_8926%20%281%29.jpg");
	background-image: -webkit-image-set(url("img/IMG_8926%20%281%29.webp") 1x,
url("img/IMG_8926%20%281%29.webp") 2x);background-image: image-set(url("img/IMG_8926%20%281%29.jpg") 1x,
url("img/IMG_8926%20%281%29.jpg") 2x,url("img/IMG_8926%20%281%29.webp") 1x,
url("img/IMG_8926%20%281%29.webp") 2x);
}
.bg-IMG-8904b{
	background-image:url("img/IMG_8904b.jpg");
	background-image: -webkit-image-set(url("img/IMG_8904b.webp") 1x,
url("img/IMG_8904b.webp") 2x);background-image: image-set(url("img/IMG_8904b.jpg") 1x,
url("img/IMG_8904b.jpg") 2x,url("img/IMG_8904b.webp") 1x,
url("img/IMG_8904b.webp") 2x);
}
.bg-IMG-8855b{
	background-image:url("img/IMG_8855b.jpg");
	background-image: -webkit-image-set(url("img/IMG_8855b.webp") 1x,
url("img/IMG_8855b.webp") 2x);background-image: image-set(url("img/IMG_8855b.jpg") 1x,
url("img/IMG_8855b.jpg") 2x,url("img/IMG_8855b.webp") 1x,
url("img/IMG_8855b.webp") 2x);
}
.bg-IMG-8837b{
	background-image:url("img/IMG_8837b.jpg");
	background-image: -webkit-image-set(url("img/IMG_8837b.webp") 1x,
url("img/IMG_8837b.webp") 2x);background-image: image-set(url("img/IMG_8837b.jpg") 1x,
url("img/IMG_8837b.jpg") 2x,url("img/IMG_8837b.webp") 1x,
url("img/IMG_8837b.webp") 2x);
}
.bg-DSCN1603{
	background-image:url("img/DSCN1603.jpg");
	background-image: -webkit-image-set(url("img/DSCN1603.webp") 1x,
url("img/DSCN1603.webp") 2x);background-image: image-set(url("img/DSCN1603.jpg") 1x,
url("img/DSCN1603.jpg") 2x,url("img/DSCN1603.webp") 1x,
url("img/DSCN1603.webp") 2x);
}
.bg-DSCN1637{
	background-image:url("img/DSCN1637.jpg");
	background-image: -webkit-image-set(url("img/DSCN1637.webp") 1x,
url("img/DSCN1637.webp") 2x);background-image: image-set(url("img/DSCN1637.jpg") 1x,
url("img/DSCN1637.jpg") 2x,url("img/DSCN1637.webp") 1x,
url("img/DSCN1637.webp") 2x);
}
.bg-DSCN1675{
	background-image:url("img/DSCN1675.jpg");
	background-image: -webkit-image-set(url("img/DSCN1675.webp") 1x,
url("img/DSCN1675.webp") 2x);background-image: image-set(url("img/DSCN1675.jpg") 1x,
url("img/DSCN1675.jpg") 2x,url("img/DSCN1675.webp") 1x,
url("img/DSCN1675.webp") 2x);
}
.bg-DSCN1612{
	background-image:url("img/DSCN1612.jpg");
	background-image: -webkit-image-set(url("img/DSCN1612.webp") 1x,
url("img/DSCN1612.webp") 2x);background-image: image-set(url("img/DSCN1612.jpg") 1x,
url("img/DSCN1612.jpg") 2x,url("img/DSCN1612.webp") 1x,
url("img/DSCN1612.webp") 2x);
}
.bg-DSC-0182{
	background-image:url("img/DSC_0182.jpg");
	background-image: -webkit-image-set(url("img/DSC_0182.webp") 1x,
url("img/DSC_0182.webp") 2x);background-image: image-set(url("img/DSC_0182.jpg") 1x,
url("img/DSC_0182.jpg") 2x,url("img/DSC_0182.webp") 1x,
url("img/DSC_0182.webp") 2x);
}
.bg-DSC-0105{
	background-image:url("img/DSC_0105.jpg");
	background-image: -webkit-image-set(url("img/DSC_0105.webp") 1x,
url("img/DSC_0105.webp") 2x);background-image: image-set(url("img/DSC_0105.jpg") 1x,
url("img/DSC_0105.jpg") 2x,url("img/DSC_0105.webp") 1x,
url("img/DSC_0105.webp") 2x);
}
.bg-IMG-5339{
	background-image:url("img/IMG_5339.jpg");
	background-image: -webkit-image-set(url("img/IMG_5339.webp") 1x,
url("img/IMG_5339.webp") 2x);background-image: image-set(url("img/IMG_5339.jpg") 1x,
url("img/IMG_5339.jpg") 2x,url("img/IMG_5339.webp") 1x,
url("img/IMG_5339.webp") 2x);
}
.bg-IMG-5384{
	background-image:url("img/IMG_5384.jpg");
	background-image: -webkit-image-set(url("img/IMG_5384.webp") 1x,
url("img/IMG_5384.webp") 2x);background-image: image-set(url("img/IMG_5384.jpg") 1x,
url("img/IMG_5384.jpg") 2x,url("img/IMG_5384.webp") 1x,
url("img/IMG_5384.webp") 2x);
}
.bg-IMG-5404{
	background-image:url("img/IMG_5404.jpg");
	background-image: -webkit-image-set(url("img/IMG_5404.webp") 1x,
url("img/IMG_5404.webp") 2x);background-image: image-set(url("img/IMG_5404.jpg") 1x,
url("img/IMG_5404.jpg") 2x,url("img/IMG_5404.webp") 1x,
url("img/IMG_5404.webp") 2x);
}
.bg-DSC-0584{
	background-image:url("img/DSC_0584.jpg");
	background-image: -webkit-image-set(url("img/DSC_0584.webp") 1x,
url("img/DSC_0584.webp") 2x);background-image: image-set(url("img/DSC_0584.jpg") 1x,
url("img/DSC_0584.jpg") 2x,url("img/DSC_0584.webp") 1x,
url("img/DSC_0584.webp") 2x);
}
.bg-DSC-0742{
	background-image:url("img/DSC_0742.jpg");
	background-image: -webkit-image-set(url("img/DSC_0742.webp") 1x,
url("img/DSC_0742.webp") 2x);background-image: image-set(url("img/DSC_0742.jpg") 1x,
url("img/DSC_0742.jpg") 2x,url("img/DSC_0742.webp") 1x,
url("img/DSC_0742.webp") 2x);
}
.bg-DSC-4124{
	background-image:url("img/DSC_4124.jpg");
	background-image: -webkit-image-set(url("img/DSC_4124.webp") 1x,
url("img/DSC_4124.webp") 2x);background-image: image-set(url("img/DSC_4124.jpg") 1x,
url("img/DSC_4124.jpg") 2x,url("img/DSC_4124.webp") 1x,
url("img/DSC_4124.webp") 2x);
}
.bg-DSC-4315{
	background-image:url("img/DSC_4315.jpg");
	background-image: -webkit-image-set(url("img/DSC_4315.webp") 1x,
url("img/DSC_4315.webp") 2x);background-image: image-set(url("img/DSC_4315.jpg") 1x,
url("img/DSC_4315.jpg") 2x,url("img/DSC_4315.webp") 1x,
url("img/DSC_4315.webp") 2x);
}
.bg-IMG-5238{
	background-image:url("img/IMG_5238.jpg");
	background-image: -webkit-image-set(url("img/IMG_5238.webp") 1x,
url("img/IMG_5238.webp") 2x);background-image: image-set(url("img/IMG_5238.jpg") 1x,
url("img/IMG_5238.jpg") 2x,url("img/IMG_5238.webp") 1x,
url("img/IMG_5238.webp") 2x);
}
.bg-DSCN7072{
	background-image:url("img/DSCN7072.jpg");
	background-image: -webkit-image-set(url("img/DSCN7072.webp") 1x,
url("img/DSCN7072.webp") 2x);background-image: image-set(url("img/DSCN7072.jpg") 1x,
url("img/DSCN7072.jpg") 2x,url("img/DSCN7072.webp") 1x,
url("img/DSCN7072.webp") 2x);
}
.bg-DSCN7079{
	background-image:url("img/DSCN7079.jpg");
	background-image: -webkit-image-set(url("img/DSCN7079.webp") 1x,
url("img/DSCN7079.webp") 2x);background-image: image-set(url("img/DSCN7079.jpg") 1x,
url("img/DSCN7079.jpg") 2x,url("img/DSCN7079.webp") 1x,
url("img/DSCN7079.webp") 2x);
}
.bg-DSCN7075{
	background-image:url("img/DSCN7075.jpg");
	background-image: -webkit-image-set(url("img/DSCN7075.webp") 1x,
url("img/DSCN7075.webp") 2x);background-image: image-set(url("img/DSCN7075.jpg") 1x,
url("img/DSCN7075.jpg") 2x,url("img/DSCN7075.webp") 1x,
url("img/DSCN7075.webp") 2x);
}
.bg-DSC-0535{
	background-image:url("img/DSC_0535.jpg");
	background-image: -webkit-image-set(url("img/DSC_0535.webp") 1x,
url("img/DSC_0535.webp") 2x);background-image: image-set(url("img/DSC_0535.jpg") 1x,
url("img/DSC_0535.jpg") 2x,url("img/DSC_0535.webp") 1x,
url("img/DSC_0535.webp") 2x);
}
.bg-DSC-0525{
	background-image:url("img/DSC_0525.jpg");
	background-image: -webkit-image-set(url("img/DSC_0525.webp") 1x,
url("img/DSC_0525.webp") 2x);background-image: image-set(url("img/DSC_0525.jpg") 1x,
url("img/DSC_0525.jpg") 2x,url("img/DSC_0525.webp") 1x,
url("img/DSC_0525.webp") 2x);
}
.bg-IMG-8280{
	background-image:url("img/IMG_8280.jpg");
	background-image: -webkit-image-set(url("img/IMG_8280.webp") 1x,
url("img/IMG_8280.webp") 2x);background-image: image-set(url("img/IMG_8280.jpg") 1x,
url("img/IMG_8280.jpg") 2x,url("img/IMG_8280.webp") 1x,
url("img/IMG_8280.webp") 2x);
}
.bg-DSC-0293{
	background-image:url("img/DSC_0293.jpg");
	background-image: -webkit-image-set(url("img/DSC_0293.webp") 1x,
url("img/DSC_0293.webp") 2x);background-image: image-set(url("img/DSC_0293.jpg") 1x,
url("img/DSC_0293.jpg") 2x,url("img/DSC_0293.webp") 1x,
url("img/DSC_0293.webp") 2x);
}
.bg-DSC-0215{
	background-image:url("img/DSC_0215.jpg");
	background-image: -webkit-image-set(url("img/DSC_0215.webp") 1x,
url("img/DSC_0215.webp") 2x);background-image: image-set(url("img/DSC_0215.jpg") 1x,
url("img/DSC_0215.jpg") 2x,url("img/DSC_0215.webp") 1x,
url("img/DSC_0215.webp") 2x);
}
.bg-DSC-0138{
	background-image:url("img/DSC_0138.jpg");
	background-image: -webkit-image-set(url("img/DSC_0138.webp") 1x,
url("img/DSC_0138.webp") 2x);background-image: image-set(url("img/DSC_0138.jpg") 1x,
url("img/DSC_0138.jpg") 2x,url("img/DSC_0138.webp") 1x,
url("img/DSC_0138.webp") 2x);
}
.bg-DSC-0389{
	background-image:url("img/DSC_0389.jpg");
	background-image: -webkit-image-set(url("img/DSC_0389.webp") 1x,
url("img/DSC_0389.webp") 2x);background-image: image-set(url("img/DSC_0389.jpg") 1x,
url("img/DSC_0389.jpg") 2x,url("img/DSC_0389.webp") 1x,
url("img/DSC_0389.webp") 2x);
}
.bg-DSC-0422{
	background-image:url("img/DSC_0422.jpg");
	background-image: -webkit-image-set(url("img/DSC_0422.webp") 1x,
url("img/DSC_0422.webp") 2x);background-image: image-set(url("img/DSC_0422.jpg") 1x,
url("img/DSC_0422.jpg") 2x,url("img/DSC_0422.webp") 1x,
url("img/DSC_0422.webp") 2x);
}
.bg-DSC-0391{
	background-image:url("img/DSC_0391.jpg");
	background-image: -webkit-image-set(url("img/DSC_0391.webp") 1x,
url("img/DSC_0391.webp") 2x);background-image: image-set(url("img/DSC_0391.jpg") 1x,
url("img/DSC_0391.jpg") 2x,url("img/DSC_0391.webp") 1x,
url("img/DSC_0391.webp") 2x);
}
.bg-DSC-0447{
	background-image:url("img/DSC_0447.jpg");
	background-image: -webkit-image-set(url("img/DSC_0447.webp") 1x,
url("img/DSC_0447.webp") 2x);background-image: image-set(url("img/DSC_0447.jpg") 1x,
url("img/DSC_0447.jpg") 2x,url("img/DSC_0447.webp") 1x,
url("img/DSC_0447.webp") 2x);
}
.bg-DSC-0373{
	background-image:url("img/DSC_0373.jpg");
	background-image: -webkit-image-set(url("img/DSC_0373.webp") 1x,
url("img/DSC_0373.webp") 2x);background-image: image-set(url("img/DSC_0373.jpg") 1x,
url("img/DSC_0373.jpg") 2x,url("img/DSC_0373.webp") 1x,
url("img/DSC_0373.webp") 2x);
}
.bg-IMG-0341{
	background-image:url("img/IMG_0341.jpg");
	background-image: -webkit-image-set(url("img/IMG_0341.webp") 1x,
url("img/IMG_0341.webp") 2x);background-image: image-set(url("img/IMG_0341.jpg") 1x,
url("img/IMG_0341.jpg") 2x,url("img/IMG_0341.webp") 1x,
url("img/IMG_0341.webp") 2x);
}
.bg-DSCN5880{
	background-image:url("img/DSCN5880.jpg");
	background-image: -webkit-image-set(url("img/DSCN5880.webp") 1x,
url("img/DSCN5880.webp") 2x);background-image: image-set(url("img/DSCN5880.jpg") 1x,
url("img/DSCN5880.jpg") 2x,url("img/DSCN5880.webp") 1x,
url("img/DSCN5880.webp") 2x);
}
.bg-DSCN5881{
	background-image:url("img/DSCN5881.jpg");
	background-image: -webkit-image-set(url("img/DSCN5881.webp") 1x,
url("img/DSCN5881.webp") 2x);background-image: image-set(url("img/DSCN5881.jpg") 1x,
url("img/DSCN5881.jpg") 2x,url("img/DSCN5881.webp") 1x,
url("img/DSCN5881.webp") 2x);
}
.bg-IMG-4705{
	background-image:url("img/IMG_4705.jpg");
	background-image: -webkit-image-set(url("img/IMG_4705.webp") 1x,
url("img/IMG_4705.webp") 2x);background-image: image-set(url("img/IMG_4705.jpg") 1x,
url("img/IMG_4705.jpg") 2x,url("img/IMG_4705.webp") 1x,
url("img/IMG_4705.webp") 2x);
}
.bg-IMG-3602{
	background-image:url("img/IMG_3602.jpg");
	background-image: -webkit-image-set(url("img/IMG_3602.webp") 1x,
url("img/IMG_3602.webp") 2x);background-image: image-set(url("img/IMG_3602.jpg") 1x,
url("img/IMG_3602.jpg") 2x,url("img/IMG_3602.webp") 1x,
url("img/IMG_3602.webp") 2x);
}
.bg-IMG-6811{
	background-image:url("img/IMG_6811.jpg");
	background-image: -webkit-image-set(url("img/IMG_6811.webp") 1x,
url("img/IMG_6811.webp") 2x);background-image: image-set(url("img/IMG_6811.jpg") 1x,
url("img/IMG_6811.jpg") 2x,url("img/IMG_6811.webp") 1x,
url("img/IMG_6811.webp") 2x);
}
.bg-IMG-2107ccdc{
	background-image:url("img/IMG_2107ccdc.jpg");
	background-image: -webkit-image-set(url("img/IMG_2107ccdc.webp") 1x,
url("img/IMG_2107ccdc.webp") 2x);background-image: image-set(url("img/IMG_2107ccdc.jpg") 1x,
url("img/IMG_2107ccdc.jpg") 2x,url("img/IMG_2107ccdc.webp") 1x,
url("img/IMG_2107ccdc.webp") 2x);
}
.bg-IMG-8650{
	background-image:url("img/IMG_8650.jpg");
	background-image: -webkit-image-set(url("img/IMG_8650.webp") 1x,
url("img/IMG_8650.webp") 2x);background-image: image-set(url("img/IMG_8650.jpg") 1x,
url("img/IMG_8650.jpg") 2x,url("img/IMG_8650.webp") 1x,
url("img/IMG_8650.webp") 2x);
}
.bg-DSC-4175{
	background-image:url("img/DSC_4175.jpg");
	background-image: -webkit-image-set(url("img/DSC_4175.webp") 1x,
url("img/DSC_4175.webp") 2x);background-image: image-set(url("img/DSC_4175.jpg") 1x,
url("img/DSC_4175.jpg") 2x,url("img/DSC_4175.webp") 1x,
url("img/DSC_4175.webp") 2x);
}
.bg-DSC-4194{
	background-image:url("img/DSC_4194.jpg");
	background-image: -webkit-image-set(url("img/DSC_4194.webp") 1x,
url("img/DSC_4194.webp") 2x);background-image: image-set(url("img/DSC_4194.jpg") 1x,
url("img/DSC_4194.jpg") 2x,url("img/DSC_4194.webp") 1x,
url("img/DSC_4194.webp") 2x);
}
.bg-DSC-4176{
	background-image:url("img/DSC_4176.jpg");
	background-image: -webkit-image-set(url("img/DSC_4176.webp") 1x,
url("img/DSC_4176.webp") 2x);background-image: image-set(url("img/DSC_4176.jpg") 1x,
url("img/DSC_4176.jpg") 2x,url("img/DSC_4176.webp") 1x,
url("img/DSC_4176.webp") 2x);
}
.bg-DSC-4180{
	background-image:url("img/DSC_4180.jpg");
	background-image: -webkit-image-set(url("img/DSC_4180.webp") 1x,
url("img/DSC_4180.webp") 2x);background-image: image-set(url("img/DSC_4180.jpg") 1x,
url("img/DSC_4180.jpg") 2x,url("img/DSC_4180.webp") 1x,
url("img/DSC_4180.webp") 2x);
}
.bg-IMG-3467{
	background-image:url("img/IMG_3467.jpg");
	background-image: -webkit-image-set(url("img/IMG_3467.webp") 1x,
url("img/IMG_3467.webp") 2x);background-image: image-set(url("img/IMG_3467.jpg") 1x,
url("img/IMG_3467.jpg") 2x,url("img/IMG_3467.webp") 1x,
url("img/IMG_3467.webp") 2x);
}
.bg-IMG-3449{
	background-image:url("img/IMG_3449.jpg");
	background-image: -webkit-image-set(url("img/IMG_3449.webp") 1x,
url("img/IMG_3449.webp") 2x);background-image: image-set(url("img/IMG_3449.jpg") 1x,
url("img/IMG_3449.jpg") 2x,url("img/IMG_3449.webp") 1x,
url("img/IMG_3449.webp") 2x);
}
.bg-IMG-2356{
	background-image:url("img/IMG_2356.jpg");
	background-image: -webkit-image-set(url("img/IMG_2356.webp") 1x,
url("img/IMG_2356.webp") 2x);background-image: image-set(url("img/IMG_2356.jpg") 1x,
url("img/IMG_2356.jpg") 2x,url("img/IMG_2356.webp") 1x,
url("img/IMG_2356.webp") 2x);
}
.bg-IMG-2987{
	background-image:url("img/IMG_2987.jpg");
	background-image: -webkit-image-set(url("img/IMG_2987.webp") 1x,
url("img/IMG_2987.webp") 2x);background-image: image-set(url("img/IMG_2987.jpg") 1x,
url("img/IMG_2987.jpg") 2x,url("img/IMG_2987.webp") 1x,
url("img/IMG_2987.webp") 2x);
}
.bg-IMG-3340{
	background-image:url("img/IMG_3340.jpg");
	background-image: -webkit-image-set(url("img/IMG_3340.webp") 1x,
url("img/IMG_3340.webp") 2x);background-image: image-set(url("img/IMG_3340.jpg") 1x,
url("img/IMG_3340.jpg") 2x,url("img/IMG_3340.webp") 1x,
url("img/IMG_3340.webp") 2x);
}
.bg-IMG-4463{
	background-image:url("img/IMG_4463.jpg");
	background-image: -webkit-image-set(url("img/IMG_4463.webp") 1x,
url("img/IMG_4463.webp") 2x);background-image: image-set(url("img/IMG_4463.jpg") 1x,
url("img/IMG_4463.jpg") 2x,url("img/IMG_4463.webp") 1x,
url("img/IMG_4463.webp") 2x);
}
.bg-IMG-3652{
	background-image:url("img/IMG_3652.jpg");
	background-image: -webkit-image-set(url("img/IMG_3652.webp") 1x,
url("img/IMG_3652.webp") 2x);background-image: image-set(url("img/IMG_3652.jpg") 1x,
url("img/IMG_3652.jpg") 2x,url("img/IMG_3652.webp") 1x,
url("img/IMG_3652.webp") 2x);
}
.bg-IMG-4497b{
	background-image:url("img/IMG_4497b.jpg");
	background-image: -webkit-image-set(url("img/IMG_4497b.webp") 1x,
url("img/IMG_4497b.webp") 2x);background-image: image-set(url("img/IMG_4497b.jpg") 1x,
url("img/IMG_4497b.jpg") 2x,url("img/IMG_4497b.webp") 1x,
url("img/IMG_4497b.webp") 2x);
}
.bg-IMG-3684{
	background-image:url("img/IMG_3684.jpg");
	background-image: -webkit-image-set(url("img/IMG_3684.webp") 1x,
url("img/IMG_3684.webp") 2x);background-image: image-set(url("img/IMG_3684.jpg") 1x,
url("img/IMG_3684.jpg") 2x,url("img/IMG_3684.webp") 1x,
url("img/IMG_3684.webp") 2x);
}
.bg-IMG-4457{
	background-image:url("img/IMG_4457.jpg");
	background-image: -webkit-image-set(url("img/IMG_4457.webp") 1x,
url("img/IMG_4457.webp") 2x);background-image: image-set(url("img/IMG_4457.jpg") 1x,
url("img/IMG_4457.jpg") 2x,url("img/IMG_4457.webp") 1x,
url("img/IMG_4457.webp") 2x);
}
.bg-IMG-4485b{
	background-image:url("img/IMG_4485b.jpg");
	background-image: -webkit-image-set(url("img/IMG_4485b.webp") 1x,
url("img/IMG_4485b.webp") 2x);background-image: image-set(url("img/IMG_4485b.jpg") 1x,
url("img/IMG_4485b.jpg") 2x,url("img/IMG_4485b.webp") 1x,
url("img/IMG_4485b.webp") 2x);
}
.bg-IMG-3671b{
	background-image:url("img/IMG_3671b.jpg");
	background-image: -webkit-image-set(url("img/IMG_3671b.webp") 1x,
url("img/IMG_3671b.webp") 2x);background-image: image-set(url("img/IMG_3671b.jpg") 1x,
url("img/IMG_3671b.jpg") 2x,url("img/IMG_3671b.webp") 1x,
url("img/IMG_3671b.webp") 2x);
}
.bg-IMG-8468{
	background-image:url("img/IMG_8468.jpg");
	background-image: -webkit-image-set(url("img/IMG_8468.webp") 1x,
url("img/IMG_8468.webp") 2x);background-image: image-set(url("img/IMG_8468.jpg") 1x,
url("img/IMG_8468.jpg") 2x,url("img/IMG_8468.webp") 1x,
url("img/IMG_8468.webp") 2x);
}
.bg-IMG-20200228-1256xd{
	background-image:url("img/IMG_20200228_1256xd.jpg");
	background-image: -webkit-image-set(url("img/IMG_20200228_1256xd.webp") 1x,
url("img/IMG_20200228_1256xd.webp") 2x);background-image: image-set(url("img/IMG_20200228_1256xd.jpg") 1x,
url("img/IMG_20200228_1256xd.jpg") 2x,url("img/IMG_20200228_1256xd.webp") 1x,
url("img/IMG_20200228_1256xd.webp") 2x);
}
.bg-IMG-7291{
	background-image:url("img/IMG_7291.jpg");
	background-image: -webkit-image-set(url("img/IMG_7291.webp") 1x,
url("img/IMG_7291.webp") 2x);background-image: image-set(url("img/IMG_7291.jpg") 1x,
url("img/IMG_7291.jpg") 2x,url("img/IMG_7291.webp") 1x,
url("img/IMG_7291.webp") 2x);
}
.bg-IMG-6409ccc{
	background-image:url("img/IMG_6409ccc.jpg");
	background-image: -webkit-image-set(url("img/IMG_6409ccc.webp") 1x,
url("img/IMG_6409ccc.webp") 2x);background-image: image-set(url("img/IMG_6409ccc.jpg") 1x,
url("img/IMG_6409ccc.jpg") 2x,url("img/IMG_6409ccc.webp") 1x,
url("img/IMG_6409ccc.webp") 2x);
}
.bg-IMG-8467{
	background-image:url("img/IMG_8467.jpg");
	background-image: -webkit-image-set(url("img/IMG_8467.webp") 1x,
url("img/IMG_8467.webp") 2x);background-image: image-set(url("img/IMG_8467.jpg") 1x,
url("img/IMG_8467.jpg") 2x,url("img/IMG_8467.webp") 1x,
url("img/IMG_8467.webp") 2x);
}
.bg-IMG-1501{
	background-image:url("img/IMG_1501.jpg");
	background-image: -webkit-image-set(url("img/IMG_1501.webp") 1x,
url("img/IMG_1501.webp") 2x);background-image: image-set(url("img/IMG_1501.jpg") 1x,
url("img/IMG_1501.jpg") 2x,url("img/IMG_1501.webp") 1x,
url("img/IMG_1501.webp") 2x);
}
.bg-IMG-9983{
	background-image:url("img/IMG_9983.jpg");
	background-image: -webkit-image-set(url("img/IMG_9983.webp") 1x,
url("img/IMG_9983.webp") 2x);background-image: image-set(url("img/IMG_9983.jpg") 1x,
url("img/IMG_9983.jpg") 2x,url("img/IMG_9983.webp") 1x,
url("img/IMG_9983.webp") 2x);
}
.bg-IMG-1444{
	background-image:url("img/IMG_1444.jpg");
	background-image: -webkit-image-set(url("img/IMG_1444.webp") 1x,
url("img/IMG_1444.webp") 2x);background-image: image-set(url("img/IMG_1444.jpg") 1x,
url("img/IMG_1444.jpg") 2x,url("img/IMG_1444.webp") 1x,
url("img/IMG_1444.webp") 2x);
}
.bg-IMG-8690{
	background-image:url("img/IMG_8690.jpg");
	background-image: -webkit-image-set(url("img/IMG_8690.webp") 1x,
url("img/IMG_8690.webp") 2x);background-image: image-set(url("img/IMG_8690.jpg") 1x,
url("img/IMG_8690.jpg") 2x,url("img/IMG_8690.webp") 1x,
url("img/IMG_8690.webp") 2x);
}
.bg-IMG-4504{
	background-image:url("img/IMG_4504.jpeg");
	background-image: -webkit-image-set(url("img/IMG_4504.webp") 1x,
url("img/IMG_4504.webp") 2x);background-image: image-set(url("img/IMG_4504.jpeg") 1x,
url("img/IMG_4504.jpeg") 2x,url("img/IMG_4504.webp") 1x,
url("img/IMG_4504.webp") 2x);
}
.bg-IMG-5360{
	background-image:url("img/IMG_5360.jpeg");
	background-image: -webkit-image-set(url("img/IMG_5360.webp") 1x,
url("img/IMG_5360.webp") 2x);background-image: image-set(url("img/IMG_5360.jpeg") 1x,
url("img/IMG_5360.jpeg") 2x,url("img/IMG_5360.webp") 1x,
url("img/IMG_5360.webp") 2x);
}
.bg-IMG-1386{
	background-image:url("img/IMG_1386.jpg");
	background-image: -webkit-image-set(url("img/IMG_1386.webp") 1x,
url("img/IMG_1386.webp") 2x);background-image: image-set(url("img/IMG_1386.jpg") 1x,
url("img/IMG_1386.jpg") 2x,url("img/IMG_1386.webp") 1x,
url("img/IMG_1386.webp") 2x);
}
.bg-IMG-7018{
	background-image:url("img/IMG_7018.jpg");
	background-image: -webkit-image-set(url("img/IMG_7018.webp") 1x,
url("img/IMG_7018.webp") 2x);background-image: image-set(url("img/IMG_7018.jpg") 1x,
url("img/IMG_7018.jpg") 2x,url("img/IMG_7018.webp") 1x,
url("img/IMG_7018.webp") 2x);
}
.bg-IMG-8990{
	background-image:url("img/IMG_8990.jpg");
	background-image: -webkit-image-set(url("img/IMG_8990.webp") 1x,
url("img/IMG_8990.webp") 2x);background-image: image-set(url("img/IMG_8990.jpg") 1x,
url("img/IMG_8990.jpg") 2x,url("img/IMG_8990.webp") 1x,
url("img/IMG_8990.webp") 2x);
}
.bg-IMG-2409{
	background-image:url("img/IMG_2409.jpg");
	background-image: -webkit-image-set(url("img/IMG_2409.webp") 1x,
url("img/IMG_2409.webp") 2x);background-image: image-set(url("img/IMG_2409.jpg") 1x,
url("img/IMG_2409.jpg") 2x,url("img/IMG_2409.webp") 1x,
url("img/IMG_2409.webp") 2x);
}
.bg-IMG-2438{
	background-image:url("img/IMG_2438.jpg");
	background-image: -webkit-image-set(url("img/IMG_2438.webp") 1x,
url("img/IMG_2438.webp") 2x);background-image: image-set(url("img/IMG_2438.jpg") 1x,
url("img/IMG_2438.jpg") 2x,url("img/IMG_2438.webp") 1x,
url("img/IMG_2438.webp") 2x);
}
.bg-IMG-2922{
	background-image:url("img/IMG_2922.jpg");
	background-image: -webkit-image-set(url("img/IMG_2922.webp") 1x,
url("img/IMG_2922.webp") 2x);background-image: image-set(url("img/IMG_2922.jpg") 1x,
url("img/IMG_2922.jpg") 2x,url("img/IMG_2922.webp") 1x,
url("img/IMG_2922.webp") 2x);
}
.bg-IMG-0778{
	background-image:url("img/IMG_0778.jpg");
	background-image: -webkit-image-set(url("img/IMG_0778.webp") 1x,
url("img/IMG_0778.webp") 2x);background-image: image-set(url("img/IMG_0778.jpg") 1x,
url("img/IMG_0778.jpg") 2x,url("img/IMG_0778.webp") 1x,
url("img/IMG_0778.webp") 2x);
}
.bg-IMG-8372{
	background-image:url("img/IMG_8372.jpg");
	background-image: -webkit-image-set(url("img/IMG_8372.webp") 1x,
url("img/IMG_8372.webp") 2x);background-image: image-set(url("img/IMG_8372.jpg") 1x,
url("img/IMG_8372.jpg") 2x,url("img/IMG_8372.webp") 1x,
url("img/IMG_8372.webp") 2x);
}
.bg-IMG-8889wdgh{
	background-image:url("img/IMG_8889wdgh.jpg");
	background-image: -webkit-image-set(url("img/IMG_8889wdgh.webp") 1x,
url("img/IMG_8889wdgh.webp") 2x);background-image: image-set(url("img/IMG_8889wdgh.jpg") 1x,
url("img/IMG_8889wdgh.jpg") 2x,url("img/IMG_8889wdgh.webp") 1x,
url("img/IMG_8889wdgh.webp") 2x);
}
.bg-IMG-7741dd{
	background-image:url("img/IMG_7741dd.jpg");
	background-image: -webkit-image-set(url("img/IMG_7741dd.webp") 1x,
url("img/IMG_7741dd.webp") 2x);background-image: image-set(url("img/IMG_7741dd.jpg") 1x,
url("img/IMG_7741dd.jpg") 2x,url("img/IMG_7741dd.webp") 1x,
url("img/IMG_7741dd.webp") 2x);
}
.bg-IMG-4175{
	background-image:url("img/IMG_4175.jpg");
	background-image: -webkit-image-set(url("img/IMG_4175.webp") 1x,
url("img/IMG_4175.webp") 2x);background-image: image-set(url("img/IMG_4175.jpg") 1x,
url("img/IMG_4175.jpg") 2x,url("img/IMG_4175.webp") 1x,
url("img/IMG_4175.webp") 2x);
}
.bg-88fdfd888{
	background-image:url("img/88fdfd888.jpg");
	background-image: -webkit-image-set(url("img/88fdfd888.webp") 1x,
url("img/88fdfd888.webp") 2x);background-image: image-set(url("img/88fdfd888.jpg") 1x,
url("img/88fdfd888.jpg") 2x,url("img/88fdfd888.webp") 1x,
url("img/88fdfd888.webp") 2x);
}
.bg-IMG-968dd2{
	background-image:url("img/IMG_968dd2.jpg");
	background-image: -webkit-image-set(url("img/IMG_968dd2.webp") 1x,
url("img/IMG_968dd2.webp") 2x);background-image: image-set(url("img/IMG_968dd2.jpg") 1x,
url("img/IMG_968dd2.jpg") 2x,url("img/IMG_968dd2.webp") 1x,
url("img/IMG_968dd2.webp") 2x);
}
.bg-IMG-406ddd3{
	background-image:url("img/IMG_406ddd3.jpg");
	background-image: -webkit-image-set(url("img/IMG_406ddd3.webp") 1x,
url("img/IMG_406ddd3.webp") 2x);background-image: image-set(url("img/IMG_406ddd3.jpg") 1x,
url("img/IMG_406ddd3.jpg") 2x,url("img/IMG_406ddd3.webp") 1x,
url("img/IMG_406ddd3.webp") 2x);
}
.bg-IMG-1913{
	background-image:url("img/IMG_1913.jpg");
	background-image: -webkit-image-set(url("img/IMG_1913.webp") 1x,
url("img/IMG_1913.webp") 2x);background-image: image-set(url("img/IMG_1913.jpg") 1x,
url("img/IMG_1913.jpg") 2x,url("img/IMG_1913.webp") 1x,
url("img/IMG_1913.webp") 2x);
}
.bg-IMG-7427{
	background-image:url("img/IMG_7427.jpg");
	background-image: -webkit-image-set(url("img/IMG_7427.webp") 1x,
url("img/IMG_7427.webp") 2x);background-image: image-set(url("img/IMG_7427.jpg") 1x,
url("img/IMG_7427.jpg") 2x,url("img/IMG_7427.webp") 1x,
url("img/IMG_7427.webp") 2x);
}
.bg-IMG-4081{
	background-image:url("img/IMG_4081.jpg");
	background-image: -webkit-image-set(url("img/IMG_4081.webp") 1x,
url("img/IMG_4081.webp") 2x);background-image: image-set(url("img/IMG_4081.jpg") 1x,
url("img/IMG_4081.jpg") 2x,url("img/IMG_4081.webp") 1x,
url("img/IMG_4081.webp") 2x);
}
.bg-IMG-4078{
	background-image:url("img/IMG_4078.jpg");
	background-image: -webkit-image-set(url("img/IMG_4078.webp") 1x,
url("img/IMG_4078.webp") 2x);background-image: image-set(url("img/IMG_4078.jpg") 1x,
url("img/IMG_4078.jpg") 2x,url("img/IMG_4078.webp") 1x,
url("img/IMG_4078.webp") 2x);
}
.bg-IMG-7012{
	background-image:url("img/IMG_7012.jpg");
	background-image: -webkit-image-set(url("img/IMG_7012.webp") 1x,
url("img/IMG_7012.webp") 2x);background-image: image-set(url("img/IMG_7012.jpg") 1x,
url("img/IMG_7012.jpg") 2x,url("img/IMG_7012.webp") 1x,
url("img/IMG_7012.webp") 2x);
}
.bg-IMG-0812{
	background-image:url("img/IMG_0812.jpg");
	background-image: -webkit-image-set(url("img/IMG_0812.webp") 1x,
url("img/IMG_0812.webp") 2x);background-image: image-set(url("img/IMG_0812.jpg") 1x,
url("img/IMG_0812.jpg") 2x,url("img/IMG_0812.webp") 1x,
url("img/IMG_0812.webp") 2x);
}
.bg-base-photo-portugal{
	background-image:url("img/base_photo_portugal.jpg");
	background-image: -webkit-image-set(url("img/base_photo_portugal.webp") 1x,
url("img/base_photo_portugal.webp") 2x);background-image: image-set(url("img/base_photo_portugal.jpg") 1x,
url("img/base_photo_portugal.jpg") 2x,url("img/base_photo_portugal.webp") 1x,
url("img/base_photo_portugal.webp") 2x);
}
.bg-base-photo-landscapes{
	background-image:url("img/base_photo_landscapes.jpg");
	background-image: -webkit-image-set(url("img/base_photo_landscapes.webp") 1x,
url("img/base_photo_landscapes.webp") 2x);background-image: image-set(url("img/base_photo_landscapes.jpg") 1x,
url("img/base_photo_landscapes.jpg") 2x,url("img/base_photo_landscapes.webp") 1x,
url("img/base_photo_landscapes.webp") 2x);
}
.bg-base-photo-lanzarote{
	background-image:url("img/base_photo_lanzarote.jpg");
	background-image: -webkit-image-set(url("img/base_photo_lanzarote.webp") 1x,
url("img/base_photo_lanzarote.webp") 2x);background-image: image-set(url("img/base_photo_lanzarote.jpg") 1x,
url("img/base_photo_lanzarote.jpg") 2x,url("img/base_photo_lanzarote.webp") 1x,
url("img/base_photo_lanzarote.webp") 2x);
}
.bg-base-photo-newyork{
	background-image:url("img/base_photo_newyork.jpg");
	background-image: -webkit-image-set(url("img/base_photo_newyork.webp") 1x,
url("img/base_photo_newyork.webp") 2x);background-image: image-set(url("img/base_photo_newyork.jpg") 1x,
url("img/base_photo_newyork.jpg") 2x,url("img/base_photo_newyork.webp") 1x,
url("img/base_photo_newyork.webp") 2x);
}
.bg-base-photo-singapore{
	background-image:url("img/base_photo_singapore.jpg");
	background-image: -webkit-image-set(url("img/base_photo_singapore.webp") 1x,
url("img/base_photo_singapore.webp") 2x);background-image: image-set(url("img/base_photo_singapore.jpg") 1x,
url("img/base_photo_singapore.jpg") 2x,url("img/base_photo_singapore.webp") 1x,
url("img/base_photo_singapore.webp") 2x);
}
.bg-base-photo-amalfi{
	background-image:url("img/base_photo_amalfi.jpg");
	background-image: -webkit-image-set(url("img/base_photo_amalfi.webp") 1x,
url("img/base_photo_amalfi.webp") 2x);background-image: image-set(url("img/base_photo_amalfi.jpg") 1x,
url("img/base_photo_amalfi.jpg") 2x,url("img/base_photo_amalfi.webp") 1x,
url("img/base_photo_amalfi.webp") 2x);
}
.bg-base-photo-australia{
	background-image:url("img/base_photo_australia.jpg");
	background-image: -webkit-image-set(url("img/base_photo_australia.webp") 1x,
url("img/base_photo_australia.webp") 2x);background-image: image-set(url("img/base_photo_australia.jpg") 1x,
url("img/base_photo_australia.jpg") 2x,url("img/base_photo_australia.webp") 1x,
url("img/base_photo_australia.webp") 2x);
}
.bg-base-photo-porto{
	background-image:url("img/base_photo_porto.jpg");
	background-image: -webkit-image-set(url("img/base_photo_porto.webp") 1x,
url("img/base_photo_porto.webp") 2x);background-image: image-set(url("img/base_photo_porto.jpg") 1x,
url("img/base_photo_porto.jpg") 2x,url("img/base_photo_porto.webp") 1x,
url("img/base_photo_porto.webp") 2x);
}
.bg-base-photo-galapagos{
	background-image:url("img/base_photo_galapagos.jpg");
	background-image: -webkit-image-set(url("img/base_photo_galapagos.webp") 1x,
url("img/base_photo_galapagos.webp") 2x);background-image: image-set(url("img/base_photo_galapagos.jpg") 1x,
url("img/base_photo_galapagos.jpg") 2x,url("img/base_photo_galapagos.webp") 1x,
url("img/base_photo_galapagos.webp") 2x);
}
.bg-base-photo-ontheair{
	background-image:url("img/base_photo_ontheair.jpg");
	background-image: -webkit-image-set(url("img/base_photo_ontheair.webp") 1x,
url("img/base_photo_ontheair.webp") 2x);background-image: image-set(url("img/base_photo_ontheair.jpg") 1x,
url("img/base_photo_ontheair.jpg") 2x,url("img/base_photo_ontheair.webp") 1x,
url("img/base_photo_ontheair.webp") 2x);
}
.bg-base-photo-douro{
	background-image:url("img/base_photo_douro.jpg");
	background-image: -webkit-image-set(url("img/base_photo_douro.webp") 1x,
url("img/base_photo_douro.webp") 2x);background-image: image-set(url("img/base_photo_douro.jpg") 1x,
url("img/base_photo_douro.jpg") 2x,url("img/base_photo_douro.webp") 1x,
url("img/base_photo_douro.webp") 2x);
}
.bg-base-photo-romeflorence{
	background-image:url("img/base_photo_romeflorence.jpg");
	background-image: -webkit-image-set(url("img/base_photo_romeflorence.webp") 1x,
url("img/base_photo_romeflorence.webp") 2x);background-image: image-set(url("img/base_photo_romeflorence.jpg") 1x,
url("img/base_photo_romeflorence.jpg") 2x,url("img/base_photo_romeflorence.webp") 1x,
url("img/base_photo_romeflorence.webp") 2x);
}
.bg-base-photo-cambodia{
	background-image:url("img/base_photo_cambodia.jpg");
	background-image: -webkit-image-set(url("img/base_photo_cambodia.webp") 1x,
url("img/base_photo_cambodia.webp") 2x);background-image: image-set(url("img/base_photo_cambodia.jpg") 1x,
url("img/base_photo_cambodia.jpg") 2x,url("img/base_photo_cambodia.webp") 1x,
url("img/base_photo_cambodia.webp") 2x);
}
.bg-base-photo-alentejo{
	background-image:url("img/base_photo_alentejo.jpg");
	background-image: -webkit-image-set(url("img/base_photo_alentejo.webp") 1x,
url("img/base_photo_alentejo.webp") 2x);background-image: image-set(url("img/base_photo_alentejo.jpg") 1x,
url("img/base_photo_alentejo.jpg") 2x,url("img/base_photo_alentejo.webp") 1x,
url("img/base_photo_alentejo.webp") 2x);
}
.bg-base-photo-budapeste{
	background-image:url("img/base_photo_budapeste.jpg");
	background-image: -webkit-image-set(url("img/base_photo_budapeste.webp") 1x,
url("img/base_photo_budapeste.webp") 2x);background-image: image-set(url("img/base_photo_budapeste.jpg") 1x,
url("img/base_photo_budapeste.jpg") 2x,url("img/base_photo_budapeste.webp") 1x,
url("img/base_photo_budapeste.webp") 2x);
}
.bg-base-photo-barredo{
	background-image:url("img/base_photo_barredo.jpg");
	background-image: -webkit-image-set(url("img/base_photo_barredo.webp") 1x,
url("img/base_photo_barredo.webp") 2x);background-image: image-set(url("img/base_photo_barredo.jpg") 1x,
url("img/base_photo_barredo.jpg") 2x,url("img/base_photo_barredo.webp") 1x,
url("img/base_photo_barredo.webp") 2x);
}
.bg-base-photo-Miami{
	background-image:url("img/base_photo_Miami.jpg");
	background-image: -webkit-image-set(url("img/base_photo_Miami.webp") 1x,
url("img/base_photo_Miami.webp") 2x);background-image: image-set(url("img/base_photo_Miami.jpg") 1x,
url("img/base_photo_Miami.jpg") 2x,url("img/base_photo_Miami.webp") 1x,
url("img/base_photo_Miami.webp") 2x);
}
.bg-base-photo-peru{
	background-image:url("img/base_photo_peru.jpg");
	background-image: -webkit-image-set(url("img/base_photo_peru.webp") 1x,
url("img/base_photo_peru.webp") 2x);background-image: image-set(url("img/base_photo_peru.jpg") 1x,
url("img/base_photo_peru.jpg") 2x,url("img/base_photo_peru.webp") 1x,
url("img/base_photo_peru.webp") 2x);
}
.bg-base-photo-colmar{
	background-image:url("img/base_photo_colmar.jpg");
	background-image: -webkit-image-set(url("img/base_photo_colmar.webp") 1x,
url("img/base_photo_colmar.webp") 2x);background-image: image-set(url("img/base_photo_colmar.jpg") 1x,
url("img/base_photo_colmar.jpg") 2x,url("img/base_photo_colmar.webp") 1x,
url("img/base_photo_colmar.webp") 2x);
}
.bg-base-photo-berlin{
	background-image:url("img/base_photo_berlin.jpg");
	background-image: -webkit-image-set(url("img/base_photo_berlin.webp") 1x,
url("img/base_photo_berlin.webp") 2x);background-image: image-set(url("img/base_photo_berlin.jpg") 1x,
url("img/base_photo_berlin.jpg") 2x,url("img/base_photo_berlin.webp") 1x,
url("img/base_photo_berlin.webp") 2x);
}
.bg-base-photo-brussels{
	background-image:url("img/base_photo_brussels.jpg");
	background-image: -webkit-image-set(url("img/base_photo_brussels.webp") 1x,
url("img/base_photo_brussels.webp") 2x);background-image: image-set(url("img/base_photo_brussels.jpg") 1x,
url("img/base_photo_brussels.jpg") 2x,url("img/base_photo_brussels.webp") 1x,
url("img/base_photo_brussels.webp") 2x);
}
.bg-base-photo-como{
	background-image:url("img/base_photo_como.jpg");
	background-image: -webkit-image-set(url("img/base_photo_como.webp") 1x,
url("img/base_photo_como.webp") 2x);background-image: image-set(url("img/base_photo_como.jpg") 1x,
url("img/base_photo_como.jpg") 2x,url("img/base_photo_como.webp") 1x,
url("img/base_photo_como.webp") 2x);
}
.bg-base-photo-copenhagen{
	background-image:url("img/base_photo_copenhagen.jpg");
	background-image: -webkit-image-set(url("img/base_photo_copenhagen.webp") 1x,
url("img/base_photo_copenhagen.webp") 2x);background-image: image-set(url("img/base_photo_copenhagen.jpg") 1x,
url("img/base_photo_copenhagen.jpg") 2x,url("img/base_photo_copenhagen.webp") 1x,
url("img/base_photo_copenhagen.webp") 2x);
}
.bg-base-photo-madrid{
	background-image:url("img/base_photo_madrid.jpg");
	background-image: -webkit-image-set(url("img/base_photo_madrid.webp") 1x,
url("img/base_photo_madrid.webp") 2x);background-image: image-set(url("img/base_photo_madrid.jpg") 1x,
url("img/base_photo_madrid.jpg") 2x,url("img/base_photo_madrid.webp") 1x,
url("img/base_photo_madrid.webp") 2x);
}
.bg-base-photo-london{
	background-image:url("img/base_photo_london.jpg");
	background-image: -webkit-image-set(url("img/base_photo_london.webp") 1x,
url("img/base_photo_london.webp") 2x);background-image: image-set(url("img/base_photo_london.jpg") 1x,
url("img/base_photo_london.jpg") 2x,url("img/base_photo_london.webp") 1x,
url("img/base_photo_london.webp") 2x);
}
.bg-base-photo-monaconicecannes{
	background-image:url("img/base_photo_monaconicecannes.jpg");
	background-image: -webkit-image-set(url("img/base_photo_monaconicecannes.webp") 1x,
url("img/base_photo_monaconicecannes.webp") 2x);background-image: image-set(url("img/base_photo_monaconicecannes.jpg") 1x,
url("img/base_photo_monaconicecannes.jpg") 2x,url("img/base_photo_monaconicecannes.webp") 1x,
url("img/base_photo_monaconicecannes.webp") 2x);
}
.bg-base-photo-montblanc{
	background-image:url("img/base_photo_montblanc.jpg");
	background-image: -webkit-image-set(url("img/base_photo_montblanc.webp") 1x,
url("img/base_photo_montblanc.webp") 2x);background-image: image-set(url("img/base_photo_montblanc.jpg") 1x,
url("img/base_photo_montblanc.jpg") 2x,url("img/base_photo_montblanc.webp") 1x,
url("img/base_photo_montblanc.webp") 2x);
}
.bg-base-photo-stockholm{
	background-image:url("img/base_photo_stockholm.jpg");
	background-image: -webkit-image-set(url("img/base_photo_stockholm.webp") 1x,
url("img/base_photo_stockholm.webp") 2x);background-image: image-set(url("img/base_photo_stockholm.jpg") 1x,
url("img/base_photo_stockholm.jpg") 2x,url("img/base_photo_stockholm.webp") 1x,
url("img/base_photo_stockholm.webp") 2x);
}
.bg-base-photo-switzerland{
	background-image:url("img/base_photo_switzerland.jpg");
	background-image: -webkit-image-set(url("img/base_photo_switzerland.webp") 1x,
url("img/base_photo_switzerland.webp") 2x);background-image: image-set(url("img/base_photo_switzerland.jpg") 1x,
url("img/base_photo_switzerland.jpg") 2x,url("img/base_photo_switzerland.webp") 1x,
url("img/base_photo_switzerland.webp") 2x);
}
.bg-base-photo-corsega{
	background-image:url("img/base_photo_corsega.jpg");
	background-image: -webkit-image-set(url("img/base_photo_corsega.webp") 1x,
url("img/base_photo_corsega.webp") 2x);background-image: image-set(url("img/base_photo_corsega.jpg") 1x,
url("img/base_photo_corsega.jpg") 2x,url("img/base_photo_corsega.webp") 1x,
url("img/base_photo_corsega.webp") 2x);
}
.bg-base-photo-amsterdam{
	background-image:url("img/base_photo_amsterdam.jpg");
	background-image: -webkit-image-set(url("img/base_photo_amsterdam.webp") 1x,
url("img/base_photo_amsterdam.webp") 2x);background-image: image-set(url("img/base_photo_amsterdam.jpg") 1x,
url("img/base_photo_amsterdam.jpg") 2x,url("img/base_photo_amsterdam.webp") 1x,
url("img/base_photo_amsterdam.webp") 2x);
}
.bg-base-photo-cies{
	background-image:url("img/base_photo_cies.jpg");
	background-image: -webkit-image-set(url("img/base_photo_cies.webp") 1x,
url("img/base_photo_cies.webp") 2x);background-image: image-set(url("img/base_photo_cies.jpg") 1x,
url("img/base_photo_cies.jpg") 2x,url("img/base_photo_cies.webp") 1x,
url("img/base_photo_cies.webp") 2x);
}
.bg-base-photo-dublin{
	background-image:url("img/base_photo_dublin.jpg");
	background-image: -webkit-image-set(url("img/base_photo_dublin.webp") 1x,
url("img/base_photo_dublin.webp") 2x);background-image: image-set(url("img/base_photo_dublin.jpg") 1x,
url("img/base_photo_dublin.jpg") 2x,url("img/base_photo_dublin.webp") 1x,
url("img/base_photo_dublin.webp") 2x);
}
.bg-base-photo-lasvegas{
	background-image:url("img/base_photo_lasvegas.jpg");
	background-image: -webkit-image-set(url("img/base_photo_lasvegas.webp") 1x,
url("img/base_photo_lasvegas.webp") 2x);background-image: image-set(url("img/base_photo_lasvegas.jpg") 1x,
url("img/base_photo_lasvegas.jpg") 2x,url("img/base_photo_lasvegas.webp") 1x,
url("img/base_photo_lasvegas.webp") 2x);
}
.bg-base-photo-moscow{
	background-image:url("img/base_photo_moscow.jpg");
	background-image: -webkit-image-set(url("img/base_photo_moscow.webp") 1x,
url("img/base_photo_moscow.webp") 2x);background-image: image-set(url("img/base_photo_moscow.jpg") 1x,
url("img/base_photo_moscow.jpg") 2x,url("img/base_photo_moscow.webp") 1x,
url("img/base_photo_moscow.webp") 2x);
}
.bg-base-photo-stpetersburg{
	background-image:url("img/base_photo_stpetersburg.jpg");
	background-image: -webkit-image-set(url("img/base_photo_stpetersburg.webp") 1x,
url("img/base_photo_stpetersburg.webp") 2x);background-image: image-set(url("img/base_photo_stpetersburg.jpg") 1x,
url("img/base_photo_stpetersburg.jpg") 2x,url("img/base_photo_stpetersburg.webp") 1x,
url("img/base_photo_stpetersburg.webp") 2x);
}
.bg-base-photo-saopaulo{
	background-image:url("img/base_photo_saopaulo.jpg");
	background-image: -webkit-image-set(url("img/base_photo_saopaulo.webp") 1x,
url("img/base_photo_saopaulo.webp") 2x);background-image: image-set(url("img/base_photo_saopaulo.jpg") 1x,
url("img/base_photo_saopaulo.jpg") 2x,url("img/base_photo_saopaulo.webp") 1x,
url("img/base_photo_saopaulo.webp") 2x);
}
.bg-base-photo-barcelona{
	background-image:url("img/base_photo_barcelona.jpg");
	background-image: -webkit-image-set(url("img/base_photo_barcelona.webp") 1x,
url("img/base_photo_barcelona.webp") 2x);background-image: image-set(url("img/base_photo_barcelona.jpg") 1x,
url("img/base_photo_barcelona.jpg") 2x,url("img/base_photo_barcelona.webp") 1x,
url("img/base_photo_barcelona.webp") 2x);
}
.bg-base-photo-poland{
	background-image:url("img/base_photo_poland.jpg");
	background-image: -webkit-image-set(url("img/base_photo_poland.webp") 1x,
url("img/base_photo_poland.webp") 2x);background-image: image-set(url("img/base_photo_poland.jpg") 1x,
url("img/base_photo_poland.jpg") 2x,url("img/base_photo_poland.webp") 1x,
url("img/base_photo_poland.webp") 2x);
}
.bg-base-photo-viena{
	background-image:url("img/base_photo_viena.jpg");
	background-image: -webkit-image-set(url("img/base_photo_viena.webp") 1x,
url("img/base_photo_viena.webp") 2x);background-image: image-set(url("img/base_photo_viena.jpg") 1x,
url("img/base_photo_viena.jpg") 2x,url("img/base_photo_viena.webp") 1x,
url("img/base_photo_viena.webp") 2x);
}
.bg-base-photo-Bratislava{
	background-image:url("img/base_photo_Bratislava.jpg");
	background-image: -webkit-image-set(url("img/base_photo_Bratislava.webp") 1x,
url("img/base_photo_Bratislava.webp") 2x);background-image: image-set(url("img/base_photo_Bratislava.jpg") 1x,
url("img/base_photo_Bratislava.jpg") 2x,url("img/base_photo_Bratislava.webp") 1x,
url("img/base_photo_Bratislava.webp") 2x);
}
.bg-base-photo-paris{
	background-image:url("img/base_photo_paris.jpg");
	background-image: -webkit-image-set(url("img/base_photo_paris.webp") 1x,
url("img/base_photo_paris.webp") 2x);background-image: image-set(url("img/base_photo_paris.jpg") 1x,
url("img/base_photo_paris.jpg") 2x,url("img/base_photo_paris.webp") 1x,
url("img/base_photo_paris.webp") 2x);
}
.bg-base-photo-milan{
	background-image:url("img/base_photo_milan.jpg");
	background-image: -webkit-image-set(url("img/base_photo_milan.webp") 1x,
url("img/base_photo_milan.webp") 2x);background-image: image-set(url("img/base_photo_milan.jpg") 1x,
url("img/base_photo_milan.jpg") 2x,url("img/base_photo_milan.webp") 1x,
url("img/base_photo_milan.webp") 2x);
}
.bg-base-photo-scotland{
	background-image:url("img/base_photo_scotland.jpg");
	background-image: -webkit-image-set(url("img/base_photo_scotland.webp") 1x,
url("img/base_photo_scotland.webp") 2x);background-image: image-set(url("img/base_photo_scotland.jpg") 1x,
url("img/base_photo_scotland.jpg") 2x,url("img/base_photo_scotland.webp") 1x,
url("img/base_photo_scotland.webp") 2x);
}
.bg-base-photo-acores{
	background-image:url("img/base_photo_acores.jpg");
	background-image: -webkit-image-set(url("img/base_photo_acores.webp") 1x,
url("img/base_photo_acores.webp") 2x);background-image: image-set(url("img/base_photo_acores.jpg") 1x,
url("img/base_photo_acores.jpg") 2x,url("img/base_photo_acores.webp") 1x,
url("img/base_photo_acores.webp") 2x);
}
.bg-base-photo-newzealand{
	background-image:url("img/base_photo_newzealand.jpg");
	background-image: -webkit-image-set(url("img/base_photo_newzealand.webp") 1x,
url("img/base_photo_newzealand.webp") 2x);background-image: image-set(url("img/base_photo_newzealand.jpg") 1x,
url("img/base_photo_newzealand.jpg") 2x,url("img/base_photo_newzealand.webp") 1x,
url("img/base_photo_newzealand.webp") 2x);
}
.bg-base-photo-southamerica{
	background-image:url("img/base_photo-southamerica.jpg");
	background-image: -webkit-image-set(url("img/base_photo-southamerica.webp") 1x,
url("img/base_photo-southamerica.webp") 2x);background-image: image-set(url("img/base_photo-southamerica.jpg") 1x,
url("img/base_photo-southamerica.jpg") 2x,url("img/base_photo-southamerica.webp") 1x,
url("img/base_photo-southamerica.webp") 2x);
}
.bg-base-photo-tallin{
	background-image:url("img/base_photo_tallin.jpg");
	background-image: -webkit-image-set(url("img/base_photo_tallin.webp") 1x,
url("img/base_photo_tallin.webp") 2x);background-image: image-set(url("img/base_photo_tallin.jpg") 1x,
url("img/base_photo_tallin.jpg") 2x,url("img/base_photo_tallin.webp") 1x,
url("img/base_photo_tallin.webp") 2x);
}
.bg-base-photo-venice{
	background-image:url("img/base_photo_venice.jpg");
	background-image: -webkit-image-set(url("img/base_photo_venice.webp") 1x,
url("img/base_photo_venice.webp") 2x);background-image: image-set(url("img/base_photo_venice.jpg") 1x,
url("img/base_photo_venice.jpg") 2x,url("img/base_photo_venice.webp") 1x,
url("img/base_photo_venice.webp") 2x);
}
.bg-base-photo-argentina{
	background-image:url("img/base_photo_argentina.jpg");
	background-image: -webkit-image-set(url("img/base_photo_argentina.webp") 1x,
url("img/base_photo_argentina.webp") 2x);background-image: image-set(url("img/base_photo_argentina.jpg") 1x,
url("img/base_photo_argentina.jpg") 2x,url("img/base_photo_argentina.webp") 1x,
url("img/base_photo_argentina.webp") 2x);
}
.bg-base-photo-ecuador{
	background-image:url("img/base_photo_ecuador.jpg");
	background-image: -webkit-image-set(url("img/base_photo_ecuador.webp") 1x,
url("img/base_photo_ecuador.webp") 2x);background-image: image-set(url("img/base_photo_ecuador.jpg") 1x,
url("img/base_photo_ecuador.jpg") 2x,url("img/base_photo_ecuador.webp") 1x,
url("img/base_photo_ecuador.webp") 2x);
}
.bg-base-photo-dubai{
	background-image:url("img/base_photo_dubai.jpg");
	background-image: -webkit-image-set(url("img/base_photo_dubai.webp") 1x,
url("img/base_photo_dubai.webp") 2x);background-image: image-set(url("img/base_photo_dubai.jpg") 1x,
url("img/base_photo_dubai.jpg") 2x,url("img/base_photo_dubai.webp") 1x,
url("img/base_photo_dubai.webp") 2x);
}
.bg-base-photo-riojaneiro{
	background-image:url("img/base_photo_riojaneiro.jpg");
	background-image: -webkit-image-set(url("img/base_photo_riojaneiro.webp") 1x,
url("img/base_photo_riojaneiro.webp") 2x);background-image: image-set(url("img/base_photo_riojaneiro.jpg") 1x,
url("img/base_photo_riojaneiro.jpg") 2x,url("img/base_photo_riojaneiro.webp") 1x,
url("img/base_photo_riojaneiro.webp") 2x);
}
.bg-base-photo-madeira{
	background-image:url("img/base_photo_madeira.jpg");
	background-image: -webkit-image-set(url("img/base_photo_madeira.webp") 1x,
url("img/base_photo_madeira.webp") 2x);background-image: image-set(url("img/base_photo_madeira.jpg") 1x,
url("img/base_photo_madeira.jpg") 2x,url("img/base_photo_madeira.webp") 1x,
url("img/base_photo_madeira.webp") 2x);
}
.bg-base-photo-chile{
	background-image:url("img/base_photo_chile.jpg");
	background-image: -webkit-image-set(url("img/base_photo_chile.webp") 1x,
url("img/base_photo_chile.webp") 2x);background-image: image-set(url("img/base_photo_chile.jpg") 1x,
url("img/base_photo_chile.jpg") 2x,url("img/base_photo_chile.webp") 1x,
url("img/base_photo_chile.webp") 2x);
}
.bg-base-photo-vietnam{
	background-image:url("img/base_photo_vietnam.jpg");
	background-image: -webkit-image-set(url("img/base_photo_vietnam.webp") 1x,
url("img/base_photo_vietnam.webp") 2x);background-image: image-set(url("img/base_photo_vietnam.jpg") 1x,
url("img/base_photo_vietnam.jpg") 2x,url("img/base_photo_vietnam.webp") 1x,
url("img/base_photo_vietnam.webp") 2x);
}
.bg-base-photo-uruguai{
	background-image:url("img/base_photo_uruguai.jpg");
	background-image: -webkit-image-set(url("img/base_photo_uruguai.webp") 1x,
url("img/base_photo_uruguai.webp") 2x);background-image: image-set(url("img/base_photo_uruguai.jpg") 1x,
url("img/base_photo_uruguai.jpg") 2x,url("img/base_photo_uruguai.webp") 1x,
url("img/base_photo_uruguai.webp") 2x);
}
.bg-base-photo-finland{
	background-image:url("img/base_photo_finland.jpg");
	background-image: -webkit-image-set(url("img/base_photo_finland.webp") 1x,
url("img/base_photo_finland.webp") 2x);background-image: image-set(url("img/base_photo_finland.jpg") 1x,
url("img/base_photo_finland.jpg") 2x,url("img/base_photo_finland.webp") 1x,
url("img/base_photo_finland.webp") 2x);
}
.bg-base-NGB-mirrow{
	background-image:url("img/base_NGB_mirrow.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_mirrow.webp") 1x,
url("img/base_NGB_mirrow.webp") 2x);background-image: image-set(url("img/base_NGB_mirrow.jpg") 1x,
url("img/base_NGB_mirrow.jpg") 2x,url("img/base_NGB_mirrow.webp") 1x,
url("img/base_NGB_mirrow.webp") 2x);
}
.bg-base-NGB-opendoor{
	background-image:url("img/base_NGB_opendoor.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_opendoor.webp") 1x,
url("img/base_NGB_opendoor.webp") 2x);background-image: image-set(url("img/base_NGB_opendoor.jpg") 1x,
url("img/base_NGB_opendoor.jpg") 2x,url("img/base_NGB_opendoor.webp") 1x,
url("img/base_NGB_opendoor.webp") 2x);
}
.bg-base-creativity-wcreative{
	background-image:url("img/base_creativity_wcreative.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_wcreative.webp") 1x,
url("img/base_creativity_wcreative.webp") 2x);background-image: image-set(url("img/base_creativity_wcreative.jpg") 1x,
url("img/base_creativity_wcreative.jpg") 2x,url("img/base_creativity_wcreative.webp") 1x,
url("img/base_creativity_wcreative.webp") 2x);
}
.bg-base-creativity-pressawards{
	background-image:url("img/base_creativity_pressawards.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_pressawards.webp") 1x,
url("img/base_creativity_pressawards.webp") 2x);background-image: image-set(url("img/base_creativity_pressawards.jpg") 1x,
url("img/base_creativity_pressawards.jpg") 2x,url("img/base_creativity_pressawards.webp") 1x,
url("img/base_creativity_pressawards.webp") 2x);
}
.bg-base-creativity-stories{
	background-image:url("img/base_creativity_stories.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_stories.webp") 1x,
url("img/base_creativity_stories.webp") 2x);background-image: image-set(url("img/base_creativity_stories.jpg") 1x,
url("img/base_creativity_stories.jpg") 2x,url("img/base_creativity_stories.webp") 1x,
url("img/base_creativity_stories.webp") 2x);
}
.bg-base-creativity-conferences{
	background-image:url("img/base_creativity_conferences.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_conferences.webp") 1x,
url("img/base_creativity_conferences.webp") 2x);background-image: image-set(url("img/base_creativity_conferences.jpg") 1x,
url("img/base_creativity_conferences.jpg") 2x,url("img/base_creativity_conferences.webp") 1x,
url("img/base_creativity_conferences.webp") 2x);
}
.bg-base-creativity-people{
	background-image:url("img/base_creativity_people.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_people.webp") 1x,
url("img/base_creativity_people.webp") 2x);background-image: image-set(url("img/base_creativity_people.jpg") 1x,
url("img/base_creativity_people.jpg") 2x,url("img/base_creativity_people.webp") 1x,
url("img/base_creativity_people.webp") 2x);
}
.bg-base-creativity-surf{
	background-image:url("img/base_creativity_surf.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_surf.webp") 1x,
url("img/base_creativity_surf.webp") 2x);background-image: image-set(url("img/base_creativity_surf.jpg") 1x,
url("img/base_creativity_surf.jpg") 2x,url("img/base_creativity_surf.webp") 1x,
url("img/base_creativity_surf.webp") 2x);
}
.bg-base-creativity-words{
	background-image:url("img/base_creativity_words.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_words.webp") 1x,
url("img/base_creativity_words.webp") 2x);background-image: image-set(url("img/base_creativity_words.jpg") 1x,
url("img/base_creativity_words.jpg") 2x,url("img/base_creativity_words.webp") 1x,
url("img/base_creativity_words.webp") 2x);
}
.bg-base-creativity-lab{
	background-image:url("img/base_creativity_lab.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_lab.webp") 1x,
url("img/base_creativity_lab.webp") 2x);background-image: image-set(url("img/base_creativity_lab.jpg") 1x,
url("img/base_creativity_lab.jpg") 2x,url("img/base_creativity_lab.webp") 1x,
url("img/base_creativity_lab.webp") 2x);
}
.bg-base-creativity-brands{
	background-image:url("img/base_creativity_brands.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_brands.webp") 1x,
url("img/base_creativity_brands.webp") 2x);background-image: image-set(url("img/base_creativity_brands.jpg") 1x,
url("img/base_creativity_brands.jpg") 2x,url("img/base_creativity_brands.webp") 1x,
url("img/base_creativity_brands.webp") 2x);
}
.bg-base-NGB-bmcar{
	background-image:url("img/base_NGB_bmcar.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_bmcar.webp") 1x,
url("img/base_NGB_bmcar.webp") 2x);background-image: image-set(url("img/base_NGB_bmcar.jpg") 1x,
url("img/base_NGB_bmcar.jpg") 2x,url("img/base_NGB_bmcar.webp") 1x,
url("img/base_NGB_bmcar.webp") 2x);
}
.bg-base-NGB-poppi{
	background-image:url("img/base_NGB_poppi.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_poppi.webp") 1x,
url("img/base_NGB_poppi.webp") 2x);background-image: image-set(url("img/base_NGB_poppi.jpg") 1x,
url("img/base_NGB_poppi.jpg") 2x,url("img/base_NGB_poppi.webp") 1x,
url("img/base_NGB_poppi.webp") 2x);
}
.bg-base-NGB-perlego{
	background-image:url("img/base_NGB_perlego.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_perlego.webp") 1x,
url("img/base_NGB_perlego.webp") 2x);background-image: image-set(url("img/base_NGB_perlego.jpg") 1x,
url("img/base_NGB_perlego.jpg") 2x,url("img/base_NGB_perlego.webp") 1x,
url("img/base_NGB_perlego.webp") 2x);
}
.bg-base-NGB-aicure{
	background-image:url("img/base_NGB_aicure.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_aicure.webp") 1x,
url("img/base_NGB_aicure.webp") 2x);background-image: image-set(url("img/base_NGB_aicure.jpg") 1x,
url("img/base_NGB_aicure.jpg") 2x,url("img/base_NGB_aicure.webp") 1x,
url("img/base_NGB_aicure.webp") 2x);
}
.bg-base-NGB-humaniq{
	background-image:url("img/base_NGB_humaniq.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_humaniq.webp") 1x,
url("img/base_NGB_humaniq.webp") 2x);background-image: image-set(url("img/base_NGB_humaniq.jpg") 1x,
url("img/base_NGB_humaniq.jpg") 2x,url("img/base_NGB_humaniq.webp") 1x,
url("img/base_NGB_humaniq.webp") 2x);
}
.bg-base-NGB-peloton{
	background-image:url("img/base_NGB_peloton.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_peloton.webp") 1x,
url("img/base_NGB_peloton.webp") 2x);background-image: image-set(url("img/base_NGB_peloton.jpg") 1x,
url("img/base_NGB_peloton.jpg") 2x,url("img/base_NGB_peloton.webp") 1x,
url("img/base_NGB_peloton.webp") 2x);
}
.bg-base-NGB-proteus{
	background-image:url("img/base_NGB_proteus.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_proteus.webp") 1x,
url("img/base_NGB_proteus.webp") 2x);background-image: image-set(url("img/base_NGB_proteus.jpg") 1x,
url("img/base_NGB_proteus.jpg") 2x,url("img/base_NGB_proteus.webp") 1x,
url("img/base_NGB_proteus.webp") 2x);
}
.bg-base-creativity-book2{
	background-image:url("img/base_creativity_book2.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_book2.webp") 1x,
url("img/base_creativity_book2.webp") 2x);background-image: image-set(url("img/base_creativity_book2.jpg") 1x,
url("img/base_creativity_book2.jpg") 2x,url("img/base_creativity_book2.webp") 1x,
url("img/base_creativity_book2.webp") 2x);
}
.bg-base-creativity-ads2{
	background-image:url("img/base_creativity_ads2.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_ads2.webp") 1x,
url("img/base_creativity_ads2.webp") 2x);background-image: image-set(url("img/base_creativity_ads2.jpg") 1x,
url("img/base_creativity_ads2.jpg") 2x,url("img/base_creativity_ads2.webp") 1x,
url("img/base_creativity_ads2.webp") 2x);
}
.bg-base-creativity-mags2{
	background-image:url("img/base_creativity_mags2.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_mags2.webp") 1x,
url("img/base_creativity_mags2.webp") 2x);background-image: image-set(url("img/base_creativity_mags2.jpg") 1x,
url("img/base_creativity_mags2.jpg") 2x,url("img/base_creativity_mags2.webp") 1x,
url("img/base_creativity_mags2.webp") 2x);
}
.bg-base-NGB-sword{
	background-image:url("img/base_NGB_sword.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_sword.webp") 1x,
url("img/base_NGB_sword.webp") 2x);background-image: image-set(url("img/base_NGB_sword.jpg") 1x,
url("img/base_NGB_sword.jpg") 2x,url("img/base_NGB_sword.webp") 1x,
url("img/base_NGB_sword.webp") 2x);
}
.bg-base-creativity-consulting4{
	background-image:url("img/base_creativity_consulting4.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_consulting4.webp") 1x,
url("img/base_creativity_consulting4.webp") 2x);background-image: image-set(url("img/base_creativity_consulting4.jpg") 1x,
url("img/base_creativity_consulting4.jpg") 2x,url("img/base_creativity_consulting4.webp") 1x,
url("img/base_creativity_consulting4.webp") 2x);
}
.bg-base-creativity-schools2{
	background-image:url("img/base_creativity_schools2.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_schools2.webp") 1x,
url("img/base_creativity_schools2.webp") 2x);background-image: image-set(url("img/base_creativity_schools2.jpg") 1x,
url("img/base_creativity_schools2.jpg") 2x,url("img/base_creativity_schools2.webp") 1x,
url("img/base_creativity_schools2.webp") 2x);
}
.bg-zaha-hadid-d4ec7155002-original{
	background-image:url("img/zaha_hadid.d4ec7155002.original.jpg");
	background-image: -webkit-image-set(url("img/zaha_hadid.d4ec7155002.original.webp") 1x,
url("img/zaha_hadid.d4ec7155002.original.webp") 2x);background-image: image-set(url("img/zaha_hadid.d4ec7155002.original.jpg") 1x,
url("img/zaha_hadid.d4ec7155002.original.jpg") 2x,url("img/zaha_hadid.d4ec7155002.original.webp") 1x,
url("img/zaha_hadid.d4ec7155002.original.webp") 2x);
}
.bg-5000{
	background-image:url("img/5000.jpg");
	background-image: -webkit-image-set(url("img/5000.webp") 1x,
url("img/5000.webp") 2x);background-image: image-set(url("img/5000.jpg") 1x,
url("img/5000.jpg") 2x,url("img/5000.webp") 1x,
url("img/5000.webp") 2x);
}
.bg-1455220161601{
	background-image:url("img/1455220161601.jpg");
	background-image: -webkit-image-set(url("img/1455220161601.webp") 1x,
url("img/1455220161601.webp") 2x);background-image: image-set(url("img/1455220161601.jpg") 1x,
url("img/1455220161601.jpg") 2x,url("img/1455220161601.webp") 1x,
url("img/1455220161601.webp") 2x);
}
.bg-dsc01448{
	background-image:url("img/dsc01448.jpg");
	background-image: -webkit-image-set(url("img/dsc01448.webp") 1x,
url("img/dsc01448.webp") 2x);background-image: image-set(url("img/dsc01448.jpg") 1x,
url("img/dsc01448.jpg") 2x,url("img/dsc01448.webp") 1x,
url("img/dsc01448.webp") 2x);
}
.bg-db80efe16b30e1e221216fedea4965f8{
	background-image:url("img/db80efe16b30e1e221216fedea4965f8.jpg");
	background-image: -webkit-image-set(url("img/db80efe16b30e1e221216fedea4965f8.webp") 1x,
url("img/db80efe16b30e1e221216fedea4965f8.webp") 2x);background-image: image-set(url("img/db80efe16b30e1e221216fedea4965f8.jpg") 1x,
url("img/db80efe16b30e1e221216fedea4965f8.jpg") 2x,url("img/db80efe16b30e1e221216fedea4965f8.webp") 1x,
url("img/db80efe16b30e1e221216fedea4965f8.webp") 2x);
}
.bg-a3ecf737975721-5751d74a749f3{
	background-image:url("img/a3ecf737975721.5751d74a749f3.jpg");
	background-image: -webkit-image-set(url("img/a3ecf737975721.5751d74a749f3.webp") 1x,
url("img/a3ecf737975721.5751d74a749f3.webp") 2x);background-image: image-set(url("img/a3ecf737975721.5751d74a749f3.jpg") 1x,
url("img/a3ecf737975721.5751d74a749f3.jpg") 2x,url("img/a3ecf737975721.5751d74a749f3.webp") 1x,
url("img/a3ecf737975721.5751d74a749f3.webp") 2x);
}
.bg-sdfasdfxvaxzcv{
	background-image:url("img/sdfasdfxvaxzcv.jpg");
	background-image: -webkit-image-set(url("img/sdfasdfxvaxzcv.webp") 1x,
url("img/sdfasdfxvaxzcv.webp") 2x);background-image: image-set(url("img/sdfasdfxvaxzcv.jpg") 1x,
url("img/sdfasdfxvaxzcv.jpg") 2x,url("img/sdfasdfxvaxzcv.webp") 1x,
url("img/sdfasdfxvaxzcv.webp") 2x);
}
.bg-base-creativity-geometry{
	background-image:url("img/base_creativity_geometry.jpg");
	background-image: -webkit-image-set(url("img/base_creativity_geometry.webp") 1x,
url("img/base_creativity_geometry.webp") 2x);background-image: image-set(url("img/base_creativity_geometry.jpg") 1x,
url("img/base_creativity_geometry.jpg") 2x,url("img/base_creativity_geometry.webp") 1x,
url("img/base_creativity_geometry.webp") 2x);
}
.bg-510-Townsend-Rendering-steelblue-interior-3{
	background-image:url("img/510-Townsend-Rendering-steelblue-interior-3.jpg");
	background-image: -webkit-image-set(url("img/510-Townsend-Rendering-steelblue-interior-3.webp") 1x,
url("img/510-Townsend-Rendering-steelblue-interior-3.webp") 2x);background-image: image-set(url("img/510-Townsend-Rendering-steelblue-interior-3.jpg") 1x,
url("img/510-Townsend-Rendering-steelblue-interior-3.jpg") 2x,url("img/510-Townsend-Rendering-steelblue-interior-3.webp") 1x,
url("img/510-Townsend-Rendering-steelblue-interior-3.webp") 2x);
}
.bg-Porto-21{
	background-image:url("img/Porto_21.jpg");
	background-image: -webkit-image-set(url("img/Porto_21.webp") 1x,
url("img/Porto_21.webp") 2x);background-image: image-set(url("img/Porto_21.jpg") 1x,
url("img/Porto_21.jpg") 2x,url("img/Porto_21.webp") 1x,
url("img/Porto_21.webp") 2x);
}
.bg-Porto-20{
	background-image:url("img/Porto_20.jpg");
	background-image: -webkit-image-set(url("img/Porto_20.webp") 1x,
url("img/Porto_20.webp") 2x);background-image: image-set(url("img/Porto_20.jpg") 1x,
url("img/Porto_20.jpg") 2x,url("img/Porto_20.webp") 1x,
url("img/Porto_20.webp") 2x);
}
.bg-Porto-18{
	background-image:url("img/Porto_18.jpg");
	background-image: -webkit-image-set(url("img/Porto_18.webp") 1x,
url("img/Porto_18.webp") 2x);background-image: image-set(url("img/Porto_18.jpg") 1x,
url("img/Porto_18.jpg") 2x,url("img/Porto_18.webp") 1x,
url("img/Porto_18.webp") 2x);
}
.bg-Porto-17{
	background-image:url("img/Porto_17.jpg");
	background-image: -webkit-image-set(url("img/Porto_17.webp") 1x,
url("img/Porto_17.webp") 2x);background-image: image-set(url("img/Porto_17.jpg") 1x,
url("img/Porto_17.jpg") 2x,url("img/Porto_17.webp") 1x,
url("img/Porto_17.webp") 2x);
}
.bg-Porto-003{
	background-image:url("img/Porto_003.jpg");
	background-image: -webkit-image-set(url("img/Porto_003.webp") 1x,
url("img/Porto_003.webp") 2x);background-image: image-set(url("img/Porto_003.jpg") 1x,
url("img/Porto_003.jpg") 2x,url("img/Porto_003.webp") 1x,
url("img/Porto_003.webp") 2x);
}
.bg-Porto-004{
	background-image:url("img/Porto_004.jpg");
	background-image: -webkit-image-set(url("img/Porto_004.webp") 1x,
url("img/Porto_004.webp") 2x);background-image: image-set(url("img/Porto_004.jpg") 1x,
url("img/Porto_004.jpg") 2x,url("img/Porto_004.webp") 1x,
url("img/Porto_004.webp") 2x);
}
.bg-Porto-008{
	background-image:url("img/Porto_008.jpg");
	background-image: -webkit-image-set(url("img/Porto_008.webp") 1x,
url("img/Porto_008.webp") 2x);background-image: image-set(url("img/Porto_008.jpg") 1x,
url("img/Porto_008.jpg") 2x,url("img/Porto_008.webp") 1x,
url("img/Porto_008.webp") 2x);
}
.bg-Porto-10{
	background-image:url("img/Porto_10.jpg");
	background-image: -webkit-image-set(url("img/Porto_10.webp") 1x,
url("img/Porto_10.webp") 2x);background-image: image-set(url("img/Porto_10.jpg") 1x,
url("img/Porto_10.jpg") 2x,url("img/Porto_10.webp") 1x,
url("img/Porto_10.webp") 2x);
}
.bg-Porto-15{
	background-image:url("img/Porto_15.jpg");
	background-image: -webkit-image-set(url("img/Porto_15.webp") 1x,
url("img/Porto_15.webp") 2x);background-image: image-set(url("img/Porto_15.jpg") 1x,
url("img/Porto_15.jpg") 2x,url("img/Porto_15.webp") 1x,
url("img/Porto_15.webp") 2x);
}
.bg-Porto-11{
	background-image:url("img/Porto_11.jpg");
	background-image: -webkit-image-set(url("img/Porto_11.webp") 1x,
url("img/Porto_11.webp") 2x);background-image: image-set(url("img/Porto_11.jpg") 1x,
url("img/Porto_11.jpg") 2x,url("img/Porto_11.webp") 1x,
url("img/Porto_11.webp") 2x);
}
.bg-Porto-005{
	background-image:url("img/Porto_005.jpg");
	background-image: -webkit-image-set(url("img/Porto_005.webp") 1x,
url("img/Porto_005.webp") 2x);background-image: image-set(url("img/Porto_005.jpg") 1x,
url("img/Porto_005.jpg") 2x,url("img/Porto_005.webp") 1x,
url("img/Porto_005.webp") 2x);
}
.bg-Porto-12{
	background-image:url("img/Porto_12.jpg");
	background-image: -webkit-image-set(url("img/Porto_12.webp") 1x,
url("img/Porto_12.webp") 2x);background-image: image-set(url("img/Porto_12.jpg") 1x,
url("img/Porto_12.jpg") 2x,url("img/Porto_12.webp") 1x,
url("img/Porto_12.webp") 2x);
}
.bg-Porto-006{
	background-image:url("img/Porto_006.jpg");
	background-image: -webkit-image-set(url("img/Porto_006.webp") 1x,
url("img/Porto_006.webp") 2x);background-image: image-set(url("img/Porto_006.jpg") 1x,
url("img/Porto_006.jpg") 2x,url("img/Porto_006.webp") 1x,
url("img/Porto_006.webp") 2x);
}
.bg-Porto-22{
	background-image:url("img/Porto_22.jpg");
	background-image: -webkit-image-set(url("img/Porto_22.webp") 1x,
url("img/Porto_22.webp") 2x);background-image: image-set(url("img/Porto_22.jpg") 1x,
url("img/Porto_22.jpg") 2x,url("img/Porto_22.webp") 1x,
url("img/Porto_22.webp") 2x);
}
.bg-Porto-14{
	background-image:url("img/Porto_14.jpg");
	background-image: -webkit-image-set(url("img/Porto_14.webp") 1x,
url("img/Porto_14.webp") 2x);background-image: image-set(url("img/Porto_14.jpg") 1x,
url("img/Porto_14.jpg") 2x,url("img/Porto_14.webp") 1x,
url("img/Porto_14.webp") 2x);
}
.bg-Porto-19{
	background-image:url("img/Porto_19.jpg");
	background-image: -webkit-image-set(url("img/Porto_19.webp") 1x,
url("img/Porto_19.webp") 2x);background-image: image-set(url("img/Porto_19.jpg") 1x,
url("img/Porto_19.jpg") 2x,url("img/Porto_19.webp") 1x,
url("img/Porto_19.webp") 2x);
}
.bg-Porto-23{
	background-image:url("img/Porto_23.jpg");
	background-image: -webkit-image-set(url("img/Porto_23.webp") 1x,
url("img/Porto_23.webp") 2x);background-image: image-set(url("img/Porto_23.jpg") 1x,
url("img/Porto_23.jpg") 2x,url("img/Porto_23.webp") 1x,
url("img/Porto_23.webp") 2x);
}
.bg-paint-72dpi{
	background-image:url("img/paint-72dpi.jpg");
	background-image: -webkit-image-set(url("img/paint-72dpi.webp") 1x,
url("img/paint-72dpi.webp") 2x);background-image: image-set(url("img/paint-72dpi.jpg") 1x,
url("img/paint-72dpi.jpg") 2x,url("img/paint-72dpi.webp") 1x,
url("img/paint-72dpi.webp") 2x);
}
.bg-9421220A-B38A-4412-8BDE-F5098DAA9283{
	background-image:url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.JPG");
	background-image: -webkit-image-set(url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.webp") 1x,
url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.webp") 2x);background-image: image-set(url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.JPG") 1x,
url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.JPG") 2x,url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.webp") 1x,
url("img/9421220A-B38A-4412-8BDE-F5098DAA9283.webp") 2x);
}
.bg-photo-1439508472515-4899b144f04d-modified{
	background-image:url("img/photo-1439508472515-4899b144f04d-modified.jpg");
	background-image: -webkit-image-set(url("img/photo-1439508472515-4899b144f04d-modified.webp") 1x,
url("img/photo-1439508472515-4899b144f04d-modified.webp") 2x);background-image: image-set(url("img/photo-1439508472515-4899b144f04d-modified.jpg") 1x,
url("img/photo-1439508472515-4899b144f04d-modified.jpg") 2x,url("img/photo-1439508472515-4899b144f04d-modified.webp") 1x,
url("img/photo-1439508472515-4899b144f04d-modified.webp") 2x);
}
.bg-space-genetics-is-essential-making-life-in-space-work-GS{
	background-image:url("img/space-genetics-is-essential-making-life-in-space-work_GS.jpg");
	background-image: -webkit-image-set(url("img/space-genetics-is-essential-making-life-in-space-work_GS.webp") 1x,
url("img/space-genetics-is-essential-making-life-in-space-work_GS.webp") 2x);background-image: image-set(url("img/space-genetics-is-essential-making-life-in-space-work_GS.jpg") 1x,
url("img/space-genetics-is-essential-making-life-in-space-work_GS.jpg") 2x,url("img/space-genetics-is-essential-making-life-in-space-work_GS.webp") 1x,
url("img/space-genetics-is-essential-making-life-in-space-work_GS.webp") 2x);
}
.bg-1b16aa34766315-56e9306f7b9ac{
	background-image:url("img/1b16aa34766315.56e9306f7b9ac.jpg");
	background-image: -webkit-image-set(url("img/1b16aa34766315.56e9306f7b9ac.webp") 1x,
url("img/1b16aa34766315.56e9306f7b9ac.webp") 2x);background-image: image-set(url("img/1b16aa34766315.56e9306f7b9ac.jpg") 1x,
url("img/1b16aa34766315.56e9306f7b9ac.jpg") 2x,url("img/1b16aa34766315.56e9306f7b9ac.webp") 1x,
url("img/1b16aa34766315.56e9306f7b9ac.webp") 2x);
}
.bg-photo-1439508472515-4899b144f04d-modified-gs{
	background-image:url("img/photo-1439508472515-4899b144f04d-modified_gs.jpg");
	background-image: -webkit-image-set(url("img/photo-1439508472515-4899b144f04d-modified_gs.webp") 1x,
url("img/photo-1439508472515-4899b144f04d-modified_gs.webp") 2x);background-image: image-set(url("img/photo-1439508472515-4899b144f04d-modified_gs.jpg") 1x,
url("img/photo-1439508472515-4899b144f04d-modified_gs.jpg") 2x,url("img/photo-1439508472515-4899b144f04d-modified_gs.webp") 1x,
url("img/photo-1439508472515-4899b144f04d-modified_gs.webp") 2x);
}
.bg-09489034766315-56e800b3a438d{
	background-image:url("img/09489034766315.56e800b3a438d.jpg");
	background-image: -webkit-image-set(url("img/09489034766315.56e800b3a438d.webp") 1x,
url("img/09489034766315.56e800b3a438d.webp") 2x);background-image: image-set(url("img/09489034766315.56e800b3a438d.jpg") 1x,
url("img/09489034766315.56e800b3a438d.jpg") 2x,url("img/09489034766315.56e800b3a438d.webp") 1x,
url("img/09489034766315.56e800b3a438d.webp") 2x);
}
.bg-bc784634766315-56e6fb40d7122{
	background-image:url("img/bc784634766315.56e6fb40d7122.jpg");
	background-image: -webkit-image-set(url("img/bc784634766315.56e6fb40d7122.webp") 1x,
url("img/bc784634766315.56e6fb40d7122.webp") 2x);background-image: image-set(url("img/bc784634766315.56e6fb40d7122.jpg") 1x,
url("img/bc784634766315.56e6fb40d7122.jpg") 2x,url("img/bc784634766315.56e6fb40d7122.webp") 1x,
url("img/bc784634766315.56e6fb40d7122.webp") 2x);
}
.bg-IPAD-MOCKUP-3500x2188{
	background-image:url("img/IPAD_MOCKUP_3500x2188.jpg");
	background-image: -webkit-image-set(url("img/IPAD_MOCKUP_3500x2188.webp") 1x,
url("img/IPAD_MOCKUP_3500x2188.webp") 2x);background-image: image-set(url("img/IPAD_MOCKUP_3500x2188.jpg") 1x,
url("img/IPAD_MOCKUP_3500x2188.jpg") 2x,url("img/IPAD_MOCKUP_3500x2188.webp") 1x,
url("img/IPAD_MOCKUP_3500x2188.webp") 2x);
}
.bg-iStock-500883304-0-0-gs{
	background-image:url("img/iStock-500883304_0_0_gs.jpg");
	background-image: -webkit-image-set(url("img/iStock-500883304_0_0_gs.webp") 1x,
url("img/iStock-500883304_0_0_gs.webp") 2x);background-image: image-set(url("img/iStock-500883304_0_0_gs.jpg") 1x,
url("img/iStock-500883304_0_0_gs.jpg") 2x,url("img/iStock-500883304_0_0_gs.webp") 1x,
url("img/iStock-500883304_0_0_gs.webp") 2x);
}
.bg-earth-1952691-gs{
	background-image:url("img/earth-1952691_gs.jpg");
	background-image: -webkit-image-set(url("img/earth-1952691_gs.webp") 1x,
url("img/earth-1952691_gs.webp") 2x);background-image: image-set(url("img/earth-1952691_gs.jpg") 1x,
url("img/earth-1952691_gs.jpg") 2x,url("img/earth-1952691_gs.webp") 1x,
url("img/earth-1952691_gs.webp") 2x);
}
.bg-1-YMrnR5kQ-R602fbWHHWy2g-2-gs{
	background-image:url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.jpg");
	background-image: -webkit-image-set(url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.webp") 1x,
url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.webp") 2x);background-image: image-set(url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.jpg") 1x,
url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.jpg") 2x,url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.webp") 1x,
url("img/1-YMrnR5kQ_R602fbWHHWy2g_2_gs.webp") 2x);
}
.bg-charles-deluvio-Lks7vei-eAg-unsplash{
	background-image:url("img/charles-deluvio-Lks7vei-eAg-unsplash.jpg");
	background-image: -webkit-image-set(url("img/charles-deluvio-Lks7vei-eAg-unsplash.webp") 1x,
url("img/charles-deluvio-Lks7vei-eAg-unsplash.webp") 2x);background-image: image-set(url("img/charles-deluvio-Lks7vei-eAg-unsplash.jpg") 1x,
url("img/charles-deluvio-Lks7vei-eAg-unsplash.jpg") 2x,url("img/charles-deluvio-Lks7vei-eAg-unsplash.webp") 1x,
url("img/charles-deluvio-Lks7vei-eAg-unsplash.webp") 2x);
}
.bg-getty-465341826-122509{
	background-image:url("img/getty_465341826_122509.jpg");
	background-image: -webkit-image-set(url("img/getty_465341826_122509.webp") 1x,
url("img/getty_465341826_122509.webp") 2x);background-image: image-set(url("img/getty_465341826_122509.jpg") 1x,
url("img/getty_465341826_122509.jpg") 2x,url("img/getty_465341826_122509.webp") 1x,
url("img/getty_465341826_122509.webp") 2x);
}
.bg-IMG-9600{
	background-image:url("img/IMG_9600.jpg");
	background-image: -webkit-image-set(url("img/IMG_9600.webp") 1x,
url("img/IMG_9600.webp") 2x);background-image: image-set(url("img/IMG_9600.jpg") 1x,
url("img/IMG_9600.jpg") 2x,url("img/IMG_9600.webp") 1x,
url("img/IMG_9600.webp") 2x);
}
.bg-IMG-6850{
	background-image:url("img/IMG_6850.jpg");
	background-image: -webkit-image-set(url("img/IMG_6850.webp") 1x,
url("img/IMG_6850.webp") 2x);background-image: image-set(url("img/IMG_6850.jpg") 1x,
url("img/IMG_6850.jpg") 2x,url("img/IMG_6850.webp") 1x,
url("img/IMG_6850.webp") 2x);
}
.bg-IMG-9355-20copy-202{
	background-image:url("img/IMG_9355%20copy%202.jpg");
	background-image: -webkit-image-set(url("img/IMG_9355%20copy%202.webp") 1x,
url("img/IMG_9355%20copy%202.webp") 2x);background-image: image-set(url("img/IMG_9355%20copy%202.jpg") 1x,
url("img/IMG_9355%20copy%202.jpg") 2x,url("img/IMG_9355%20copy%202.webp") 1x,
url("img/IMG_9355%20copy%202.webp") 2x);
}
.bg-DSC-6583-2{
	background-image:url("img/DSC_6583-2.jpg");
	background-image: -webkit-image-set(url("img/DSC_6583-2.webp") 1x,
url("img/DSC_6583-2.webp") 2x);background-image: image-set(url("img/DSC_6583-2.jpg") 1x,
url("img/DSC_6583-2.jpg") 2x,url("img/DSC_6583-2.webp") 1x,
url("img/DSC_6583-2.webp") 2x);
}
.bg-IMG-6900-20copy{
	background-image:url("img/IMG_6900%20copy.jpg");
	background-image: -webkit-image-set(url("img/IMG_6900%20copy.webp") 1x,
url("img/IMG_6900%20copy.webp") 2x);background-image: image-set(url("img/IMG_6900%20copy.jpg") 1x,
url("img/IMG_6900%20copy.jpg") 2x,url("img/IMG_6900%20copy.webp") 1x,
url("img/IMG_6900%20copy.webp") 2x);
}
.bg-IMG-8660{
	background-image:url("img/IMG_8660.jpg");
	background-image: -webkit-image-set(url("img/IMG_8660.webp") 1x,
url("img/IMG_8660.webp") 2x);background-image: image-set(url("img/IMG_8660.jpg") 1x,
url("img/IMG_8660.jpg") 2x,url("img/IMG_8660.webp") 1x,
url("img/IMG_8660.webp") 2x);
}
.bg-IMG-8758sdcszdcvx{
	background-image:url("img/IMG_8758sdcszdcvx.jpg");
	background-image: -webkit-image-set(url("img/IMG_8758sdcszdcvx.webp") 1x,
url("img/IMG_8758sdcszdcvx.webp") 2x);background-image: image-set(url("img/IMG_8758sdcszdcvx.jpg") 1x,
url("img/IMG_8758sdcszdcvx.jpg") 2x,url("img/IMG_8758sdcszdcvx.webp") 1x,
url("img/IMG_8758sdcszdcvx.webp") 2x);
}
.bg-IMG-4427{
	background-image:url("img/IMG_4427.jpg");
	background-image: -webkit-image-set(url("img/IMG_4427.webp") 1x,
url("img/IMG_4427.webp") 2x);background-image: image-set(url("img/IMG_4427.jpg") 1x,
url("img/IMG_4427.jpg") 2x,url("img/IMG_4427.webp") 1x,
url("img/IMG_4427.webp") 2x);
}
.bg-IMG-0978{
	background-image:url("img/IMG_0978.JPG");
	background-image: -webkit-image-set(url("img/IMG_0978.webp") 1x,
url("img/IMG_0978.webp") 2x);background-image: image-set(url("img/IMG_0978.JPG") 1x,
url("img/IMG_0978.JPG") 2x,url("img/IMG_0978.webp") 1x,
url("img/IMG_0978.webp") 2x);
}
.bg-catolica-porto{
	background-image:url("img/catolica-porto.jpg");
	background-image: -webkit-image-set(url("img/catolica-porto.webp") 1x,
url("img/catolica-porto.webp") 2x);background-image: image-set(url("img/catolica-porto.jpg") 1x,
url("img/catolica-porto.jpg") 2x,url("img/catolica-porto.webp") 1x,
url("img/catolica-porto.webp") 2x);
}
.bg-IMG-8907{
	background-image:url("img/IMG_8907.jpg");
	background-image: -webkit-image-set(url("img/IMG_8907.webp") 1x,
url("img/IMG_8907.webp") 2x);background-image: image-set(url("img/IMG_8907.jpg") 1x,
url("img/IMG_8907.jpg") 2x,url("img/IMG_8907.webp") 1x,
url("img/IMG_8907.webp") 2x);
}
.bg-IMG-9215{
	background-image:url("img/IMG_9215.jpg");
	background-image: -webkit-image-set(url("img/IMG_9215.webp") 1x,
url("img/IMG_9215.webp") 2x);background-image: image-set(url("img/IMG_9215.jpg") 1x,
url("img/IMG_9215.jpg") 2x,url("img/IMG_9215.webp") 1x,
url("img/IMG_9215.webp") 2x);
}
.bg-un-museuml091520-1600{
	background-image:url("img/un_museuml091520_1600.jpg");
	background-image: -webkit-image-set(url("img/un_museuml091520_1600.webp") 1x,
url("img/un_museuml091520_1600.webp") 2x);background-image: image-set(url("img/un_museuml091520_1600.jpg") 1x,
url("img/un_museuml091520_1600.jpg") 2x,url("img/un_museuml091520_1600.webp") 1x,
url("img/un_museuml091520_1600.webp") 2x);
}
.bg-colorful-powder-explosion-white-background-2{
	background-image:url("img/colorful-powder-explosion-white-background-2.jpg");
	background-image: -webkit-image-set(url("img/colorful-powder-explosion-white-background-2.webp") 1x,
url("img/colorful-powder-explosion-white-background-2.webp") 2x);background-image: image-set(url("img/colorful-powder-explosion-white-background-2.jpg") 1x,
url("img/colorful-powder-explosion-white-background-2.jpg") 2x,url("img/colorful-powder-explosion-white-background-2.webp") 1x,
url("img/colorful-powder-explosion-white-background-2.webp") 2x);
}
.bg-Screenshot-202020-04-13-20at-2013-04-00{
	background-image:url("img/Screenshot%202020-04-13%20at%2013.04.00.png");
	background-image: -webkit-image-set(url("img/Screenshot%202020-04-13%20at%2013.04.00.webp") 1x,
url("img/Screenshot%202020-04-13%20at%2013.04.00.webp") 2x);background-image: image-set(url("img/Screenshot%202020-04-13%20at%2013.04.00.png") 1x,
url("img/Screenshot%202020-04-13%20at%2013.04.00.png") 2x,url("img/Screenshot%202020-04-13%20at%2013.04.00.webp") 1x,
url("img/Screenshot%202020-04-13%20at%2013.04.00.webp") 2x);
}
.bg-9375395792{
	background-image:url("img/9375395792.jpeg");
	background-image: -webkit-image-set(url("img/9375395792.webp") 1x,
url("img/9375395792.webp") 2x);background-image: image-set(url("img/9375395792.jpeg") 1x,
url("img/9375395792.jpeg") 2x,url("img/9375395792.webp") 1x,
url("img/9375395792.webp") 2x);
}
.bg-3d-render-modern-technology-background-with-flowing-particles{
	background-image:url("img/3d-render-modern-technology-background-with-flowing-particles.jpg");
	background-image: -webkit-image-set(url("img/3d-render-modern-technology-background-with-flowing-particles.webp") 1x,
url("img/3d-render-modern-technology-background-with-flowing-particles.webp") 2x);background-image: image-set(url("img/3d-render-modern-technology-background-with-flowing-particles.jpg") 1x,
url("img/3d-render-modern-technology-background-with-flowing-particles.jpg") 2x,url("img/3d-render-modern-technology-background-with-flowing-particles.webp") 1x,
url("img/3d-render-modern-technology-background-with-flowing-particles.webp") 2x);
}
.bg-pp-logo{
	background-image:url("img/pp_logo.jpg");
	background-image: -webkit-image-set(url("img/pp_logo.webp") 1x,
url("img/pp_logo.webp") 2x);background-image: image-set(url("img/pp_logo.jpg") 1x,
url("img/pp_logo.jpg") 2x,url("img/pp_logo.webp") 1x,
url("img/pp_logo.webp") 2x);
}
.bg-IMG-8889-gs{
	background-image:url("img/IMG_8889_gs.jpg");
	background-image: -webkit-image-set(url("img/IMG_8889_gs.webp") 1x,
url("img/IMG_8889_gs.webp") 2x);background-image: image-set(url("img/IMG_8889_gs.jpg") 1x,
url("img/IMG_8889_gs.jpg") 2x,url("img/IMG_8889_gs.webp") 1x,
url("img/IMG_8889_gs.webp") 2x);
}
.bg-104474066-3115498775155948-1222526809922975040-o-2{
	background-image:url("img/104474066_3115498775155948_1222526809922975040_o-2.jpg");
	background-image: -webkit-image-set(url("img/104474066_3115498775155948_1222526809922975040_o-2.webp") 1x,
url("img/104474066_3115498775155948_1222526809922975040_o-2.webp") 2x);background-image: image-set(url("img/104474066_3115498775155948_1222526809922975040_o-2.jpg") 1x,
url("img/104474066_3115498775155948_1222526809922975040_o-2.jpg") 2x,url("img/104474066_3115498775155948_1222526809922975040_o-2.webp") 1x,
url("img/104474066_3115498775155948_1222526809922975040_o-2.webp") 2x);
}
.bg-base-NGB-glossier{
	background-image:url("img/base_NGB_glossier.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_glossier.webp") 1x,
url("img/base_NGB_glossier.webp") 2x);background-image: image-set(url("img/base_NGB_glossier.jpg") 1x,
url("img/base_NGB_glossier.jpg") 2x,url("img/base_NGB_glossier.webp") 1x,
url("img/base_NGB_glossier.webp") 2x);
}
.bg-IMG-4199{
	background-image:url("img/IMG_4199.jpg");
	background-image: -webkit-image-set(url("img/IMG_4199.webp") 1x,
url("img/IMG_4199.webp") 2x);background-image: image-set(url("img/IMG_4199.jpg") 1x,
url("img/IMG_4199.jpg") 2x,url("img/IMG_4199.webp") 1x,
url("img/IMG_4199.webp") 2x);
}
.bg-IMG-5537{
	background-image:url("img/IMG_5537.jpg");
	background-image: -webkit-image-set(url("img/IMG_5537.webp") 1x,
url("img/IMG_5537.webp") 2x);background-image: image-set(url("img/IMG_5537.jpg") 1x,
url("img/IMG_5537.jpg") 2x,url("img/IMG_5537.webp") 1x,
url("img/IMG_5537.webp") 2x);
}
.bg-jayjaygalapagosIII{
	background-image:url("img/jayjaygalapagosIII.jpg");
	background-image: -webkit-image-set(url("img/jayjaygalapagosIII.webp") 1x,
url("img/jayjaygalapagosIII.webp") 2x);background-image: image-set(url("img/jayjaygalapagosIII.jpg") 1x,
url("img/jayjaygalapagosIII.jpg") 2x,url("img/jayjaygalapagosIII.webp") 1x,
url("img/jayjaygalapagosIII.webp") 2x);
}
.bg-1091-nvp415-Pano-NOITE-3-xs-bw{
	background-image:url("img/1091_nvp415-Pano-NOITE_3_xs_bw.jpg");
	background-image: -webkit-image-set(url("img/1091_nvp415-Pano-NOITE_3_xs_bw.webp") 1x,
url("img/1091_nvp415-Pano-NOITE_3_xs_bw.webp") 2x);background-image: image-set(url("img/1091_nvp415-Pano-NOITE_3_xs_bw.jpg") 1x,
url("img/1091_nvp415-Pano-NOITE_3_xs_bw.jpg") 2x,url("img/1091_nvp415-Pano-NOITE_3_xs_bw.webp") 1x,
url("img/1091_nvp415-Pano-NOITE_3_xs_bw.webp") 2x);
}
.bg-differenttogether{
	background-image:url("img/differenttogether.jpg");
	background-image: -webkit-image-set(url("img/differenttogether.webp") 1x,
url("img/differenttogether.webp") 2x);background-image: image-set(url("img/differenttogether.jpg") 1x,
url("img/differenttogether.jpg") 2x,url("img/differenttogether.webp") 1x,
url("img/differenttogether.webp") 2x);
}
.bg-annie-spratt-QckxruozjRg-unsplash{
	background-image:url("img/annie-spratt-QckxruozjRg-unsplash.jpg");
	background-image: -webkit-image-set(url("img/annie-spratt-QckxruozjRg-unsplash.webp") 1x,
url("img/annie-spratt-QckxruozjRg-unsplash.webp") 2x);background-image: image-set(url("img/annie-spratt-QckxruozjRg-unsplash.jpg") 1x,
url("img/annie-spratt-QckxruozjRg-unsplash.jpg") 2x,url("img/annie-spratt-QckxruozjRg-unsplash.webp") 1x,
url("img/annie-spratt-QckxruozjRg-unsplash.webp") 2x);
}
.bg-rec-fundo-rec{
	background-image:url("img/rec_fundo_rec.jpg");
	background-image: -webkit-image-set(url("img/rec_fundo_rec.webp") 1x,
url("img/rec_fundo_rec.webp") 2x);background-image: image-set(url("img/rec_fundo_rec.jpg") 1x,
url("img/rec_fundo_rec.jpg") 2x,url("img/rec_fundo_rec.webp") 1x,
url("img/rec_fundo_rec.webp") 2x);
}
.bg-base-NGB-revolut{
	background-image:url("img/base_NGB_revolut.jpg");
	background-image: -webkit-image-set(url("img/base_NGB_revolut.webp") 1x,
url("img/base_NGB_revolut.webp") 2x);background-image: image-set(url("img/base_NGB_revolut.jpg") 1x,
url("img/base_NGB_revolut.jpg") 2x,url("img/base_NGB_revolut.webp") 1x,
url("img/base_NGB_revolut.webp") 2x);
}
.bg-work-Base-011{
	background-image:url("img/work_Base_011.jpg");
	background-image: -webkit-image-set(url("img/work_Base_011.webp") 1x,
url("img/work_Base_011.webp") 2x);background-image: image-set(url("img/work_Base_011.jpg") 1x,
url("img/work_Base_011.jpg") 2x,url("img/work_Base_011.webp") 1x,
url("img/work_Base_011.webp") 2x);
}
.bg-work-Base-004{
	background-image:url("img/work_Base_004.jpg");
	background-image: -webkit-image-set(url("img/work_Base_004.webp") 1x,
url("img/work_Base_004.webp") 2x);background-image: image-set(url("img/work_Base_004.jpg") 1x,
url("img/work_Base_004.jpg") 2x,url("img/work_Base_004.webp") 1x,
url("img/work_Base_004.webp") 2x);
}
.bg-work-Base-001{
	background-image:url("img/work_Base_001.jpg");
	background-image: -webkit-image-set(url("img/work_Base_001.webp") 1x,
url("img/work_Base_001.webp") 2x);background-image: image-set(url("img/work_Base_001.jpg") 1x,
url("img/work_Base_001.jpg") 2x,url("img/work_Base_001.webp") 1x,
url("img/work_Base_001.webp") 2x);
}
.bg-work-Base-010{
	background-image:url("img/work_Base_010.jpg");
	background-image: -webkit-image-set(url("img/work_Base_010.webp") 1x,
url("img/work_Base_010.webp") 2x);background-image: image-set(url("img/work_Base_010.jpg") 1x,
url("img/work_Base_010.jpg") 2x,url("img/work_Base_010.webp") 1x,
url("img/work_Base_010.webp") 2x);
}
.bg-work-Base-005{
	background-image:url("img/work_Base_005.jpg");
	background-image: -webkit-image-set(url("img/work_Base_005.webp") 1x,
url("img/work_Base_005.webp") 2x);background-image: image-set(url("img/work_Base_005.jpg") 1x,
url("img/work_Base_005.jpg") 2x,url("img/work_Base_005.webp") 1x,
url("img/work_Base_005.webp") 2x);
}
.bg-work-Base-002{
	background-image:url("img/work_Base_002.jpg");
	background-image: -webkit-image-set(url("img/work_Base_002.webp") 1x,
url("img/work_Base_002.webp") 2x);background-image: image-set(url("img/work_Base_002.jpg") 1x,
url("img/work_Base_002.jpg") 2x,url("img/work_Base_002.webp") 1x,
url("img/work_Base_002.webp") 2x);
}
.bg-work-Base-008{
	background-image:url("img/work_Base_008.jpg");
	background-image: -webkit-image-set(url("img/work_Base_008.webp") 1x,
url("img/work_Base_008.webp") 2x);background-image: image-set(url("img/work_Base_008.jpg") 1x,
url("img/work_Base_008.jpg") 2x,url("img/work_Base_008.webp") 1x,
url("img/work_Base_008.webp") 2x);
}
.bg-work-Base-012{
	background-image:url("img/work_Base_012.jpg");
	background-image: -webkit-image-set(url("img/work_Base_012.webp") 1x,
url("img/work_Base_012.webp") 2x);background-image: image-set(url("img/work_Base_012.jpg") 1x,
url("img/work_Base_012.jpg") 2x,url("img/work_Base_012.webp") 1x,
url("img/work_Base_012.webp") 2x);
}
.bg-work-Base-007{
	background-image:url("img/work_Base_007.jpg");
	background-image: -webkit-image-set(url("img/work_Base_007.webp") 1x,
url("img/work_Base_007.webp") 2x);background-image: image-set(url("img/work_Base_007.jpg") 1x,
url("img/work_Base_007.jpg") 2x,url("img/work_Base_007.webp") 1x,
url("img/work_Base_007.webp") 2x);
}
.bg-work-Base-013{
	background-image:url("img/work_Base_013.jpg");
	background-image: -webkit-image-set(url("img/work_Base_013.webp") 1x,
url("img/work_Base_013.webp") 2x);background-image: image-set(url("img/work_Base_013.jpg") 1x,
url("img/work_Base_013.jpg") 2x,url("img/work_Base_013.webp") 1x,
url("img/work_Base_013.webp") 2x);
}
.bg-work-Base-003{
	background-image:url("img/work_Base_003.jpg");
	background-image: -webkit-image-set(url("img/work_Base_003.webp") 1x,
url("img/work_Base_003.webp") 2x);background-image: image-set(url("img/work_Base_003.jpg") 1x,
url("img/work_Base_003.jpg") 2x,url("img/work_Base_003.webp") 1x,
url("img/work_Base_003.webp") 2x);
}
.bg-work-Base-014{
	background-image:url("img/work_Base_014.jpg");
	background-image: -webkit-image-set(url("img/work_Base_014.webp") 1x,
url("img/work_Base_014.webp") 2x);background-image: image-set(url("img/work_Base_014.jpg") 1x,
url("img/work_Base_014.jpg") 2x,url("img/work_Base_014.webp") 1x,
url("img/work_Base_014.webp") 2x);
}
.bg-work-Base-009{
	background-image:url("img/work_Base_009.jpg");
	background-image: -webkit-image-set(url("img/work_Base_009.webp") 1x,
url("img/work_Base_009.webp") 2x);background-image: image-set(url("img/work_Base_009.jpg") 1x,
url("img/work_Base_009.jpg") 2x,url("img/work_Base_009.webp") 1x,
url("img/work_Base_009.webp") 2x);
}
.bg-Screenshot-202021-05-31-20at-2012-32-29{
	background-image:url("img/Screenshot%202021-05-31%20at%2012.32.29.png");
	background-image: -webkit-image-set(url("img/Screenshot%202021-05-31%20at%2012.32.29.webp") 1x,
url("img/Screenshot%202021-05-31%20at%2012.32.29.webp") 2x);background-image: image-set(url("img/Screenshot%202021-05-31%20at%2012.32.29.png") 1x,
url("img/Screenshot%202021-05-31%20at%2012.32.29.png") 2x,url("img/Screenshot%202021-05-31%20at%2012.32.29.webp") 1x,
url("img/Screenshot%202021-05-31%20at%2012.32.29.webp") 2x);
}
.bg-work-Base-006{
	background-image:url("img/work_Base_006.jpg");
	background-image: -webkit-image-set(url("img/work_Base_006.webp") 1x,
url("img/work_Base_006.webp") 2x);background-image: image-set(url("img/work_Base_006.jpg") 1x,
url("img/work_Base_006.jpg") 2x,url("img/work_Base_006.webp") 1x,
url("img/work_Base_006.webp") 2x);
}
.bg-hometime2{
	background-image:url("img/hometime2.jpg");
	background-image: -webkit-image-set(url("img/hometime2.webp") 1x,
url("img/hometime2.webp") 2x);background-image: image-set(url("img/hometime2.jpg") 1x,
url("img/hometime2.jpg") 2x,url("img/hometime2.webp") 1x,
url("img/hometime2.webp") 2x);
}
.bg-homeTime-gs{
	background-image:url("img/homeTime_gs.jpg");
	background-image: -webkit-image-set(url("img/homeTime_gs.webp") 1x,
url("img/homeTime_gs.webp") 2x);background-image: image-set(url("img/homeTime_gs.jpg") 1x,
url("img/homeTime_gs.jpg") 2x,url("img/homeTime_gs.webp") 1x,
url("img/homeTime_gs.webp") 2x);
}
.bg-iStock-500883304-0-b{
	background-image:url("img/iStock-500883304_0_b.jpg");
	background-image: -webkit-image-set(url("img/iStock-500883304_0_b.webp") 1x,
url("img/iStock-500883304_0_b.webp") 2x);background-image: image-set(url("img/iStock-500883304_0_b.jpg") 1x,
url("img/iStock-500883304_0_b.jpg") 2x,url("img/iStock-500883304_0_b.webp") 1x,
url("img/iStock-500883304_0_b.webp") 2x);
}
.bg-work-Base-001d{
	background-image:url("img/work_Base_001d.jpg");
	background-image: -webkit-image-set(url("img/work_Base_001d.webp") 1x,
url("img/work_Base_001d.webp") 2x);background-image: image-set(url("img/work_Base_001d.jpg") 1x,
url("img/work_Base_001d.jpg") 2x,url("img/work_Base_001d.webp") 1x,
url("img/work_Base_001d.webp") 2x);
}
.bg-campanha-Mobile{
	background-image:url("img/campanha_Mobile.jpg");
	background-image: -webkit-image-set(url("img/campanha_Mobile.webp") 1x,
url("img/campanha_Mobile.webp") 2x);background-image: image-set(url("img/campanha_Mobile.jpg") 1x,
url("img/campanha_Mobile.jpg") 2x,url("img/campanha_Mobile.webp") 1x,
url("img/campanha_Mobile.webp") 2x);
}
.bg-campanha-Mobile-new{
	background-image:url("img/campanha_Mobile_new.jpg");
	background-image: -webkit-image-set(url("img/campanha_Mobile_new.webp") 1x,
url("img/campanha_Mobile_new.webp") 2x);background-image: image-set(url("img/campanha_Mobile_new.jpg") 1x,
url("img/campanha_Mobile_new.jpg") 2x,url("img/campanha_Mobile_new.webp") 1x,
url("img/campanha_Mobile_new.webp") 2x);
}
.bg-New-base{
	background-image:url("img/New_base.jpg");
	background-image: -webkit-image-set(url("img/New_base.webp") 1x,
url("img/New_base.webp") 2x);background-image: image-set(url("img/New_base.jpg") 1x,
url("img/New_base.jpg") 2x,url("img/New_base.webp") 1x,
url("img/New_base.webp") 2x);
}
.bg-IMG-9826{
	background-image:url("img/IMG_9826.jpg");
	background-image: -webkit-image-set(url("img/IMG_9826.webp") 1x,
url("img/IMG_9826.webp") 2x);background-image: image-set(url("img/IMG_9826.jpg") 1x,
url("img/IMG_9826.jpg") 2x,url("img/IMG_9826.webp") 1x,
url("img/IMG_9826.webp") 2x);
}
.bg-base-photo-malta{
	background-image:url("img/base_photo_malta.jpg");
	background-image: -webkit-image-set(url("img/base_photo_malta.webp") 1x,
url("img/base_photo_malta.webp") 2x);background-image: image-set(url("img/base_photo_malta.jpg") 1x,
url("img/base_photo_malta.jpg") 2x,url("img/base_photo_malta.webp") 1x,
url("img/base_photo_malta.webp") 2x);
}
.bg-IMG-9716{
	background-image:url("img/IMG_9716.jpg");
	background-image: -webkit-image-set(url("img/IMG_9716.webp") 1x,
url("img/IMG_9716.webp") 2x);background-image: image-set(url("img/IMG_9716.jpg") 1x,
url("img/IMG_9716.jpg") 2x,url("img/IMG_9716.webp") 1x,
url("img/IMG_9716.webp") 2x);
}
.bg-IMG-9603{
	background-image:url("img/IMG_9603.jpg");
	background-image: -webkit-image-set(url("img/IMG_9603.webp") 1x,
url("img/IMG_9603.webp") 2x);background-image: image-set(url("img/IMG_9603.jpg") 1x,
url("img/IMG_9603.jpg") 2x,url("img/IMG_9603.webp") 1x,
url("img/IMG_9603.webp") 2x);
}
.bg-IMG-9558{
	background-image:url("img/IMG_9558.jpg");
	background-image: -webkit-image-set(url("img/IMG_9558.webp") 1x,
url("img/IMG_9558.webp") 2x);background-image: image-set(url("img/IMG_9558.jpg") 1x,
url("img/IMG_9558.jpg") 2x,url("img/IMG_9558.webp") 1x,
url("img/IMG_9558.webp") 2x);
}
.bg-IMG-9559{
	background-image:url("img/IMG_9559.jpg");
	background-image: -webkit-image-set(url("img/IMG_9559.webp") 1x,
url("img/IMG_9559.webp") 2x);background-image: image-set(url("img/IMG_9559.jpg") 1x,
url("img/IMG_9559.jpg") 2x,url("img/IMG_9559.webp") 1x,
url("img/IMG_9559.webp") 2x);
}
.bg-IMG-5284{
	background-image:url("img/IMG_5284.jpg");
	background-image: -webkit-image-set(url("img/IMG_5284.webp") 1x,
url("img/IMG_5284.webp") 2x);background-image: image-set(url("img/IMG_5284.jpg") 1x,
url("img/IMG_5284.jpg") 2x,url("img/IMG_5284.webp") 1x,
url("img/IMG_5284.webp") 2x);
}
.bg-IMG-5237{
	background-image:url("img/IMG_5237.jpg");
	background-image: -webkit-image-set(url("img/IMG_5237.webp") 1x,
url("img/IMG_5237.webp") 2x);background-image: image-set(url("img/IMG_5237.jpg") 1x,
url("img/IMG_5237.jpg") 2x,url("img/IMG_5237.webp") 1x,
url("img/IMG_5237.webp") 2x);
}
.bg-IMG-5232{
	background-image:url("img/IMG_5232.jpg");
	background-image: -webkit-image-set(url("img/IMG_5232.webp") 1x,
url("img/IMG_5232.webp") 2x);background-image: image-set(url("img/IMG_5232.jpg") 1x,
url("img/IMG_5232.jpg") 2x,url("img/IMG_5232.webp") 1x,
url("img/IMG_5232.webp") 2x);
}
.bg-IMG-5523{
	background-image:url("img/IMG_5523.jpg");
	background-image: -webkit-image-set(url("img/IMG_5523.webp") 1x,
url("img/IMG_5523.webp") 2x);background-image: image-set(url("img/IMG_5523.jpg") 1x,
url("img/IMG_5523.jpg") 2x,url("img/IMG_5523.webp") 1x,
url("img/IMG_5523.webp") 2x);
}
.bg-base-photo-luxembourg{
	background-image:url("img/base_photo_luxembourg.jpg");
	background-image: -webkit-image-set(url("img/base_photo_luxembourg.webp") 1x,
url("img/base_photo_luxembourg.webp") 2x);background-image: image-set(url("img/base_photo_luxembourg.jpg") 1x,
url("img/base_photo_luxembourg.jpg") 2x,url("img/base_photo_luxembourg.webp") 1x,
url("img/base_photo_luxembourg.webp") 2x);
}
.bg-IMG-6429-20copy{
	background-image:url("img/IMG_6429%20copy.jpg");
	background-image: -webkit-image-set(url("img/IMG_6429%20copy.webp") 1x,
url("img/IMG_6429%20copy.webp") 2x);background-image: image-set(url("img/IMG_6429%20copy.jpg") 1x,
url("img/IMG_6429%20copy.jpg") 2x,url("img/IMG_6429%20copy.webp") 1x,
url("img/IMG_6429%20copy.webp") 2x);
}
.bg-IMG-6768{
	background-image:url("img/IMG_6768.jpg");
	background-image: -webkit-image-set(url("img/IMG_6768.webp") 1x,
url("img/IMG_6768.webp") 2x);background-image: image-set(url("img/IMG_6768.jpg") 1x,
url("img/IMG_6768.jpg") 2x,url("img/IMG_6768.webp") 1x,
url("img/IMG_6768.webp") 2x);
}
.bg-IMG-6973{
	background-image:url("img/IMG_6973.jpg");
	background-image: -webkit-image-set(url("img/IMG_6973.webp") 1x,
url("img/IMG_6973.webp") 2x);background-image: image-set(url("img/IMG_6973.jpg") 1x,
url("img/IMG_6973.jpg") 2x,url("img/IMG_6973.webp") 1x,
url("img/IMG_6973.webp") 2x);
}
.bg-IMG-6929{
	background-image:url("img/IMG_6929.jpg");
	background-image: -webkit-image-set(url("img/IMG_6929.webp") 1x,
url("img/IMG_6929.webp") 2x);background-image: image-set(url("img/IMG_6929.jpg") 1x,
url("img/IMG_6929.jpg") 2x,url("img/IMG_6929.webp") 1x,
url("img/IMG_6929.webp") 2x);
}
.bg-face-20copy{
	background-image:url("img/face%20copy.jpg");
	background-image: -webkit-image-set(url("img/face%20copy.webp") 1x,
url("img/face%20copy.webp") 2x);background-image: image-set(url("img/face%20copy.jpg") 1x,
url("img/face%20copy.jpg") 2x,url("img/face%20copy.webp") 1x,
url("img/face%20copy.webp") 2x);
}
.bg-IMG-6808{
	background-image:url("img/IMG_6808.jpg");
	background-image: -webkit-image-set(url("img/IMG_6808.webp") 1x,
url("img/IMG_6808.webp") 2x);background-image: image-set(url("img/IMG_6808.jpg") 1x,
url("img/IMG_6808.jpg") 2x,url("img/IMG_6808.webp") 1x,
url("img/IMG_6808.webp") 2x);
}
.bg-IMG-6745{
	background-image:url("img/IMG_6745.jpg");
	background-image: -webkit-image-set(url("img/IMG_6745.webp") 1x,
url("img/IMG_6745.webp") 2x);background-image: image-set(url("img/IMG_6745.jpg") 1x,
url("img/IMG_6745.jpg") 2x,url("img/IMG_6745.webp") 1x,
url("img/IMG_6745.webp") 2x);
}
.bg-base-photo-hawaiinside{
	background-image:url("img/base_photo_hawaiinside.jpg");
	background-image: -webkit-image-set(url("img/base_photo_hawaiinside.webp") 1x,
url("img/base_photo_hawaiinside.webp") 2x);background-image: image-set(url("img/base_photo_hawaiinside.jpg") 1x,
url("img/base_photo_hawaiinside.jpg") 2x,url("img/base_photo_hawaiinside.webp") 1x,
url("img/base_photo_hawaiinside.webp") 2x);
}
.bg-fotos-destaque-hawai{
	background-image:url("img/fotos_destaque_hawai.jpg");
	background-image: -webkit-image-set(url("img/fotos_destaque_hawai.webp") 1x,
url("img/fotos_destaque_hawai.webp") 2x);background-image: image-set(url("img/fotos_destaque_hawai.jpg") 1x,
url("img/fotos_destaque_hawai.jpg") 2x,url("img/fotos_destaque_hawai.webp") 1x,
url("img/fotos_destaque_hawai.webp") 2x);
}
.bg-Porto-24{
	background-image:url("img/Porto_24.jpg");
	background-image: -webkit-image-set(url("img/Porto_24.webp") 1x,
url("img/Porto_24.webp") 2x);background-image: image-set(url("img/Porto_24.jpg") 1x,
url("img/Porto_24.jpg") 2x,url("img/Porto_24.webp") 1x,
url("img/Porto_24.webp") 2x);
}
.bg-Porto-25{
	background-image:url("img/Porto_25.jpg");
	background-image: -webkit-image-set(url("img/Porto_25.webp") 1x,
url("img/Porto_25.webp") 2x);background-image: image-set(url("img/Porto_25.jpg") 1x,
url("img/Porto_25.jpg") 2x,url("img/Porto_25.webp") 1x,
url("img/Porto_25.webp") 2x);
}
.bg-MAGS-bloomb{
	background-image:url("img/MAGS_bloomb.jpg");
	background-image: -webkit-image-set(url("img/MAGS_bloomb.webp") 1x,
url("img/MAGS_bloomb.webp") 2x);background-image: image-set(url("img/MAGS_bloomb.jpg") 1x,
url("img/MAGS_bloomb.jpg") 2x,url("img/MAGS_bloomb.webp") 1x,
url("img/MAGS_bloomb.webp") 2x);
}
.bg-MAGS-bllom-mag{
	background-image:url("img/MAGS_bllom_mag.jpg");
	background-image: -webkit-image-set(url("img/MAGS_bllom_mag.webp") 1x,
url("img/MAGS_bllom_mag.webp") 2x);background-image: image-set(url("img/MAGS_bllom_mag.jpg") 1x,
url("img/MAGS_bllom_mag.jpg") 2x,url("img/MAGS_bllom_mag.webp") 1x,
url("img/MAGS_bllom_mag.webp") 2x);
}
.bg-MAGS-mitsloan-l{
	background-image:url("img/MAGS_mitsloan_l.jpg");
	background-image: -webkit-image-set(url("img/MAGS_mitsloan_l.webp") 1x,
url("img/MAGS_mitsloan_l.webp") 2x);background-image: image-set(url("img/MAGS_mitsloan_l.jpg") 1x,
url("img/MAGS_mitsloan_l.jpg") 2x,url("img/MAGS_mitsloan_l.webp") 1x,
url("img/MAGS_mitsloan_l.webp") 2x);
}
.bg-MAGS-mit-mag{
	background-image:url("img/MAGS_mit_mag.jpg");
	background-image: -webkit-image-set(url("img/MAGS_mit_mag.webp") 1x,
url("img/MAGS_mit_mag.webp") 2x);background-image: image-set(url("img/MAGS_mit_mag.jpg") 1x,
url("img/MAGS_mit_mag.jpg") 2x,url("img/MAGS_mit_mag.webp") 1x,
url("img/MAGS_mit_mag.webp") 2x);
}
.bg-IMG-4211{
	background-image:url("img/IMG_4211.jpg");
	background-image: -webkit-image-set(url("img/IMG_4211.webp") 1x,
url("img/IMG_4211.webp") 2x);background-image: image-set(url("img/IMG_4211.jpg") 1x,
url("img/IMG_4211.jpg") 2x,url("img/IMG_4211.webp") 1x,
url("img/IMG_4211.webp") 2x);
}
.bg-base-photo-terceira{
	background-image:url("img/base_photo_terceira.jpg");
	background-image: -webkit-image-set(url("img/base_photo_terceira.webp") 1x,
url("img/base_photo_terceira.webp") 2x);background-image: image-set(url("img/base_photo_terceira.jpg") 1x,
url("img/base_photo_terceira.jpg") 2x,url("img/base_photo_terceira.webp") 1x,
url("img/base_photo_terceira.webp") 2x);
}
.bg-cover-20copy-203{
	background-image:url("img/cover%20copy%203.jpg");
	background-image: -webkit-image-set(url("img/cover%20copy%203.webp") 1x,
url("img/cover%20copy%203.webp") 2x);background-image: image-set(url("img/cover%20copy%203.jpg") 1x,
url("img/cover%20copy%203.jpg") 2x,url("img/cover%20copy%203.webp") 1x,
url("img/cover%20copy%203.webp") 2x);
}
.bg-IMG-1531{
	background-image:url("img/IMG_1531.jpg");
	background-image: -webkit-image-set(url("img/IMG_1531.webp") 1x,
url("img/IMG_1531.webp") 2x);background-image: image-set(url("img/IMG_1531.jpg") 1x,
url("img/IMG_1531.jpg") 2x,url("img/IMG_1531.webp") 1x,
url("img/IMG_1531.webp") 2x);
}
.bg-IMG-1511{
	background-image:url("img/IMG_1511.jpg");
	background-image: -webkit-image-set(url("img/IMG_1511.webp") 1x,
url("img/IMG_1511.webp") 2x);background-image: image-set(url("img/IMG_1511.jpg") 1x,
url("img/IMG_1511.jpg") 2x,url("img/IMG_1511.webp") 1x,
url("img/IMG_1511.webp") 2x);
}
.bg-IMG-1224{
	background-image:url("img/IMG_1224.jpg");
	background-image: -webkit-image-set(url("img/IMG_1224.webp") 1x,
url("img/IMG_1224.webp") 2x);background-image: image-set(url("img/IMG_1224.jpg") 1x,
url("img/IMG_1224.jpg") 2x,url("img/IMG_1224.webp") 1x,
url("img/IMG_1224.webp") 2x);
}
.bg-IMG-1224b{
	background-image:url("img/IMG_1224b.jpg");
	background-image: -webkit-image-set(url("img/IMG_1224b.webp") 1x,
url("img/IMG_1224b.webp") 2x);background-image: image-set(url("img/IMG_1224b.jpg") 1x,
url("img/IMG_1224b.jpg") 2x,url("img/IMG_1224b.webp") 1x,
url("img/IMG_1224b.webp") 2x);
}
.bg-IMG-1393{
	background-image:url("img/IMG_1393.jpg");
	background-image: -webkit-image-set(url("img/IMG_1393.webp") 1x,
url("img/IMG_1393.webp") 2x);background-image: image-set(url("img/IMG_1393.jpg") 1x,
url("img/IMG_1393.jpg") 2x,url("img/IMG_1393.webp") 1x,
url("img/IMG_1393.webp") 2x);
}
.bg-IMG-1377b{
	background-image:url("img/IMG_1377b.jpg");
	background-image: -webkit-image-set(url("img/IMG_1377b.webp") 1x,
url("img/IMG_1377b.webp") 2x);background-image: image-set(url("img/IMG_1377b.jpg") 1x,
url("img/IMG_1377b.jpg") 2x,url("img/IMG_1377b.webp") 1x,
url("img/IMG_1377b.webp") 2x);
}
.bg-base-photo-srilanka{
	background-image:url("img/base_photo_srilanka.jpg");
	background-image: -webkit-image-set(url("img/base_photo_srilanka.webp") 1x,
url("img/base_photo_srilanka.webp") 2x);background-image: image-set(url("img/base_photo_srilanka.jpg") 1x,
url("img/base_photo_srilanka.jpg") 2x,url("img/base_photo_srilanka.webp") 1x,
url("img/base_photo_srilanka.webp") 2x);
}
.bg-IMG-8039{
	background-image:url("img/IMG_8039.jpg");
	background-image: -webkit-image-set(url("img/IMG_8039.webp") 1x,
url("img/IMG_8039.webp") 2x);background-image: image-set(url("img/IMG_8039.jpg") 1x,
url("img/IMG_8039.jpg") 2x,url("img/IMG_8039.webp") 1x,
url("img/IMG_8039.webp") 2x);
}
.bg-Cover{
	background-image:url("img/Cover.jpg");
	background-image: -webkit-image-set(url("img/Cover.webp") 1x,
url("img/Cover.webp") 2x);background-image: image-set(url("img/Cover.jpg") 1x,
url("img/Cover.jpg") 2x,url("img/Cover.webp") 1x,
url("img/Cover.webp") 2x);
}
.bg-IMG-7416{
	background-image:url("img/IMG_7416.jpg");
	background-image: -webkit-image-set(url("img/IMG_7416.webp") 1x,
url("img/IMG_7416.webp") 2x);background-image: image-set(url("img/IMG_7416.jpg") 1x,
url("img/IMG_7416.jpg") 2x,url("img/IMG_7416.webp") 1x,
url("img/IMG_7416.webp") 2x);
}
.bg-IMG-7306{
	background-image:url("img/IMG_7306.jpg");
	background-image: -webkit-image-set(url("img/IMG_7306.webp") 1x,
url("img/IMG_7306.webp") 2x);background-image: image-set(url("img/IMG_7306.jpg") 1x,
url("img/IMG_7306.jpg") 2x,url("img/IMG_7306.webp") 1x,
url("img/IMG_7306.webp") 2x);
}
.bg-IMG-8362{
	background-image:url("img/IMG_8362.jpg");
	background-image: -webkit-image-set(url("img/IMG_8362.webp") 1x,
url("img/IMG_8362.webp") 2x);background-image: image-set(url("img/IMG_8362.jpg") 1x,
url("img/IMG_8362.jpg") 2x,url("img/IMG_8362.webp") 1x,
url("img/IMG_8362.webp") 2x);
}
.bg-IMG-8415{
	background-image:url("img/IMG_8415.jpg");
	background-image: -webkit-image-set(url("img/IMG_8415.webp") 1x,
url("img/IMG_8415.webp") 2x);background-image: image-set(url("img/IMG_8415.jpg") 1x,
url("img/IMG_8415.jpg") 2x,url("img/IMG_8415.webp") 1x,
url("img/IMG_8415.webp") 2x);
}
.bg-base-photo-bali{
	background-image:url("img/base_photo_bali.jpg");
	background-image: -webkit-image-set(url("img/base_photo_bali.webp") 1x,
url("img/base_photo_bali.webp") 2x);background-image: image-set(url("img/base_photo_bali.jpg") 1x,
url("img/base_photo_bali.jpg") 2x,url("img/base_photo_bali.webp") 1x,
url("img/base_photo_bali.webp") 2x);
}
.bg-bali-home{
	background-image:url("img/bali_home.jpg");
	background-image: -webkit-image-set(url("img/bali_home.webp") 1x,
url("img/bali_home.webp") 2x);background-image: image-set(url("img/bali_home.jpg") 1x,
url("img/bali_home.jpg") 2x,url("img/bali_home.webp") 1x,
url("img/bali_home.webp") 2x);
}
.bg-IMG-5561n{
	background-image:url("img/IMG_5561n.jpg");
	background-image: -webkit-image-set(url("img/IMG_5561n.webp") 1x,
url("img/IMG_5561n.webp") 2x);background-image: image-set(url("img/IMG_5561n.jpg") 1x,
url("img/IMG_5561n.jpg") 2x,url("img/IMG_5561n.webp") 1x,
url("img/IMG_5561n.webp") 2x);
}
.bg-IMG-5904{
	background-image:url("img/IMG_5904.jpg");
	background-image: -webkit-image-set(url("img/IMG_5904.webp") 1x,
url("img/IMG_5904.webp") 2x);background-image: image-set(url("img/IMG_5904.jpg") 1x,
url("img/IMG_5904.jpg") 2x,url("img/IMG_5904.webp") 1x,
url("img/IMG_5904.webp") 2x);
}
.bg-IMG-5835{
	background-image:url("img/IMG_5835.jpg");
	background-image: -webkit-image-set(url("img/IMG_5835.webp") 1x,
url("img/IMG_5835.webp") 2x);background-image: image-set(url("img/IMG_5835.jpg") 1x,
url("img/IMG_5835.jpg") 2x,url("img/IMG_5835.webp") 1x,
url("img/IMG_5835.webp") 2x);
}
.bg-IMG-5849{
	background-image:url("img/IMG_5849.jpg");
	background-image: -webkit-image-set(url("img/IMG_5849.webp") 1x,
url("img/IMG_5849.webp") 2x);background-image: image-set(url("img/IMG_5849.jpg") 1x,
url("img/IMG_5849.jpg") 2x,url("img/IMG_5849.webp") 1x,
url("img/IMG_5849.webp") 2x);
}
.bg-base-photo-sanfran{
	background-image:url("img/base_photo_sanfran.jpg");
	background-image: -webkit-image-set(url("img/base_photo_sanfran.webp") 1x,
url("img/base_photo_sanfran.webp") 2x);background-image: image-set(url("img/base_photo_sanfran.jpg") 1x,
url("img/base_photo_sanfran.jpg") 2x,url("img/base_photo_sanfran.webp") 1x,
url("img/base_photo_sanfran.webp") 2x);
}
.bg-IMG-7625{
	background-image:url("img/IMG_7625.jpg");
	background-image: -webkit-image-set(url("img/IMG_7625.webp") 1x,
url("img/IMG_7625.webp") 2x);background-image: image-set(url("img/IMG_7625.jpg") 1x,
url("img/IMG_7625.jpg") 2x,url("img/IMG_7625.webp") 1x,
url("img/IMG_7625.webp") 2x);
}
.bg-IMG-770n{
	background-image:url("img/IMG_770n.jpg");
	background-image: -webkit-image-set(url("img/IMG_770n.webp") 1x,
url("img/IMG_770n.webp") 2x);background-image: image-set(url("img/IMG_770n.jpg") 1x,
url("img/IMG_770n.jpg") 2x,url("img/IMG_770n.webp") 1x,
url("img/IMG_770n.webp") 2x);
}
.bg-IMG-7763{
	background-image:url("img/IMG_7763.jpg");
	background-image: -webkit-image-set(url("img/IMG_7763.webp") 1x,
url("img/IMG_7763.webp") 2x);background-image: image-set(url("img/IMG_7763.jpg") 1x,
url("img/IMG_7763.jpg") 2x,url("img/IMG_7763.webp") 1x,
url("img/IMG_7763.webp") 2x);
}
.bg-base-photo-lembongan{
	background-image:url("img/base_photo_lembongan.jpg");
	background-image: -webkit-image-set(url("img/base_photo_lembongan.webp") 1x,
url("img/base_photo_lembongan.webp") 2x);background-image: image-set(url("img/base_photo_lembongan.jpg") 1x,
url("img/base_photo_lembongan.jpg") 2x,url("img/base_photo_lembongan.webp") 1x,
url("img/base_photo_lembongan.webp") 2x);
}
.bg-IMG-6564f{
	background-image:url("img/IMG_6564f.jpg");
	background-image: -webkit-image-set(url("img/IMG_6564f.webp") 1x,
url("img/IMG_6564f.webp") 2x);background-image: image-set(url("img/IMG_6564f.jpg") 1x,
url("img/IMG_6564f.jpg") 2x,url("img/IMG_6564f.webp") 1x,
url("img/IMG_6564f.webp") 2x);
}
.bg-IMG-6631ff{
	background-image:url("img/IMG_6631ff.jpg");
	background-image: -webkit-image-set(url("img/IMG_6631ff.webp") 1x,
url("img/IMG_6631ff.webp") 2x);background-image: image-set(url("img/IMG_6631ff.jpg") 1x,
url("img/IMG_6631ff.jpg") 2x,url("img/IMG_6631ff.webp") 1x,
url("img/IMG_6631ff.webp") 2x);
}
.bg-IMG-6551{
	background-image:url("img/IMG_6551.jpg");
	background-image: -webkit-image-set(url("img/IMG_6551.webp") 1x,
url("img/IMG_6551.webp") 2x);background-image: image-set(url("img/IMG_6551.jpg") 1x,
url("img/IMG_6551.jpg") 2x,url("img/IMG_6551.webp") 1x,
url("img/IMG_6551.webp") 2x);
}
.bg-base-photo-istambul{
	background-image:url("img/base_photo_istambul.jpg");
	background-image: -webkit-image-set(url("img/base_photo_istambul.webp") 1x,
url("img/base_photo_istambul.webp") 2x);background-image: image-set(url("img/base_photo_istambul.jpg") 1x,
url("img/base_photo_istambul.jpg") 2x,url("img/base_photo_istambul.webp") 1x,
url("img/base_photo_istambul.webp") 2x);
}
.bg-IMG-689sd6{
	background-image:url("img/IMG_689sd6.jpg");
	background-image: -webkit-image-set(url("img/IMG_689sd6.webp") 1x,
url("img/IMG_689sd6.webp") 2x);background-image: image-set(url("img/IMG_689sd6.jpg") 1x,
url("img/IMG_689sd6.jpg") 2x,url("img/IMG_689sd6.webp") 1x,
url("img/IMG_689sd6.webp") 2x);
}
.bg-IMG-6977{
	background-image:url("img/IMG_6977.jpg");
	background-image: -webkit-image-set(url("img/IMG_6977.webp") 1x,
url("img/IMG_6977.webp") 2x);background-image: image-set(url("img/IMG_6977.jpg") 1x,
url("img/IMG_6977.jpg") 2x,url("img/IMG_6977.webp") 1x,
url("img/IMG_6977.webp") 2x);
}
.bg-IMG-7038{
	background-image:url("img/IMG_7038.jpg");
	background-image: -webkit-image-set(url("img/IMG_7038.webp") 1x,
url("img/IMG_7038.webp") 2x);background-image: image-set(url("img/IMG_7038.jpg") 1x,
url("img/IMG_7038.jpg") 2x,url("img/IMG_7038.webp") 1x,
url("img/IMG_7038.webp") 2x);
}
.bg-base-photo-kuala{
	background-image:url("img/base_photo_kuala.jpg");
	background-image: -webkit-image-set(url("img/base_photo_kuala.webp") 1x,
url("img/base_photo_kuala.webp") 2x);background-image: image-set(url("img/base_photo_kuala.jpg") 1x,
url("img/base_photo_kuala.jpg") 2x,url("img/base_photo_kuala.webp") 1x,
url("img/base_photo_kuala.webp") 2x);
}
.bg-IMG-7876{
	background-image:url("img/IMG_7876.JPG");
	background-image: -webkit-image-set(url("img/IMG_7876.webp") 1x,
url("img/IMG_7876.webp") 2x);background-image: image-set(url("img/IMG_7876.JPG") 1x,
url("img/IMG_7876.JPG") 2x,url("img/IMG_7876.webp") 1x,
url("img/IMG_7876.webp") 2x);
}
.bg-fundo-06{
	background-image:url("img/fundo_06.jpg");
	background-image: -webkit-image-set(url("img/fundo_06.webp") 1x,
url("img/fundo_06.webp") 2x);background-image: image-set(url("img/fundo_06.jpg") 1x,
url("img/fundo_06.jpg") 2x,url("img/fundo_06.webp") 1x,
url("img/fundo_06.webp") 2x);
}
.bg-upt-768x512-20copy{
	background-image:url("img/upt-768x512%20copy.jpg");
	background-image: -webkit-image-set(url("img/upt-768x512%20copy.webp") 1x,
url("img/upt-768x512%20copy.webp") 2x);background-image: image-set(url("img/upt-768x512%20copy.jpg") 1x,
url("img/upt-768x512%20copy.jpg") 2x,url("img/upt-768x512%20copy.webp") 1x,
url("img/upt-768x512%20copy.webp") 2x);
}
.bg-1730081{
	background-image:url("img/1730081.png");
	background-image: -webkit-image-set(url("img/1730081.webp") 1x,
url("img/1730081.webp") 2x);background-image: image-set(url("img/1730081.png") 1x,
url("img/1730081.png") 2x,url("img/1730081.webp") 1x,
url("img/1730081.webp") 2x);
}
.bg-dsc-7293-grandejpeg{
	background-image:url("img/dsc-7293-grandejpeg.jpg");
	background-image: -webkit-image-set(url("img/dsc-7293-grandejpeg.webp") 1x,
url("img/dsc-7293-grandejpeg.webp") 2x);background-image: image-set(url("img/dsc-7293-grandejpeg.jpg") 1x,
url("img/dsc-7293-grandejpeg.jpg") 2x,url("img/dsc-7293-grandejpeg.webp") 1x,
url("img/dsc-7293-grandejpeg.webp") 2x);
}
.bg-fachada-HSJ-sol{
	background-image:url("img/fachada_HSJ_sol.JPG");
	background-image: -webkit-image-set(url("img/fachada_HSJ_sol.webp") 1x,
url("img/fachada_HSJ_sol.webp") 2x);background-image: image-set(url("img/fachada_HSJ_sol.JPG") 1x,
url("img/fachada_HSJ_sol.JPG") 2x,url("img/fachada_HSJ_sol.webp") 1x,
url("img/fachada_HSJ_sol.webp") 2x);
}
.bg-IMG-1225{
	background-image:url("img/IMG_1225.jpg");
	background-image: -webkit-image-set(url("img/IMG_1225.webp") 1x,
url("img/IMG_1225.webp") 2x);background-image: image-set(url("img/IMG_1225.jpg") 1x,
url("img/IMG_1225.jpg") 2x,url("img/IMG_1225.webp") 1x,
url("img/IMG_1225.webp") 2x);
}
.bg-IMG-1244{
	background-image:url("img/IMG_1244.jpg");
	background-image: -webkit-image-set(url("img/IMG_1244.webp") 1x,
url("img/IMG_1244.webp") 2x);background-image: image-set(url("img/IMG_1244.jpg") 1x,
url("img/IMG_1244.jpg") 2x,url("img/IMG_1244.webp") 1x,
url("img/IMG_1244.webp") 2x);
}
.bg-IMG-1316{
	background-image:url("img/IMG_1316.jpg");
	background-image: -webkit-image-set(url("img/IMG_1316.webp") 1x,
url("img/IMG_1316.webp") 2x);background-image: image-set(url("img/IMG_1316.jpg") 1x,
url("img/IMG_1316.jpg") 2x,url("img/IMG_1316.webp") 1x,
url("img/IMG_1316.webp") 2x);
}
.bg-IMG-0941{
	background-image:url("img/IMG_0941.jpg");
	background-image: -webkit-image-set(url("img/IMG_0941.webp") 1x,
url("img/IMG_0941.webp") 2x);background-image: image-set(url("img/IMG_0941.jpg") 1x,
url("img/IMG_0941.jpg") 2x,url("img/IMG_0941.webp") 1x,
url("img/IMG_0941.webp") 2x);
}
.bg-IMG-0875{
	background-image:url("img/IMG_0875.jpg");
	background-image: -webkit-image-set(url("img/IMG_0875.webp") 1x,
url("img/IMG_0875.webp") 2x);background-image: image-set(url("img/IMG_0875.jpg") 1x,
url("img/IMG_0875.jpg") 2x,url("img/IMG_0875.webp") 1x,
url("img/IMG_0875.webp") 2x);
}
.bg-IMG-0927{
	background-image:url("img/IMG_0927.jpg");
	background-image: -webkit-image-set(url("img/IMG_0927.webp") 1x,
url("img/IMG_0927.webp") 2x);background-image: image-set(url("img/IMG_0927.jpg") 1x,
url("img/IMG_0927.jpg") 2x,url("img/IMG_0927.webp") 1x,
url("img/IMG_0927.webp") 2x);
}
.bg-IMG-0956{
	background-image:url("img/IMG_0956.jpg");
	background-image: -webkit-image-set(url("img/IMG_0956.webp") 1x,
url("img/IMG_0956.webp") 2x);background-image: image-set(url("img/IMG_0956.jpg") 1x,
url("img/IMG_0956.jpg") 2x,url("img/IMG_0956.webp") 1x,
url("img/IMG_0956.webp") 2x);
}
.bg-IMG-0952{
	background-image:url("img/IMG_0952.jpg");
	background-image: -webkit-image-set(url("img/IMG_0952.webp") 1x,
url("img/IMG_0952.webp") 2x);background-image: image-set(url("img/IMG_0952.jpg") 1x,
url("img/IMG_0952.jpg") 2x,url("img/IMG_0952.webp") 1x,
url("img/IMG_0952.webp") 2x);
}
.bg-IMG-1073ff{
	background-image:url("img/IMG_1073ff.jpg");
	background-image: -webkit-image-set(url("img/IMG_1073ff.webp") 1x,
url("img/IMG_1073ff.webp") 2x);background-image: image-set(url("img/IMG_1073ff.jpg") 1x,
url("img/IMG_1073ff.jpg") 2x,url("img/IMG_1073ff.webp") 1x,
url("img/IMG_1073ff.webp") 2x);
}
.bg-base-photo-mauritius{
	background-image:url("img/base_photo_mauritius.jpg");
	background-image: -webkit-image-set(url("img/base_photo_mauritius.webp") 1x,
url("img/base_photo_mauritius.webp") 2x);background-image: image-set(url("img/base_photo_mauritius.jpg") 1x,
url("img/base_photo_mauritius.jpg") 2x,url("img/base_photo_mauritius.webp") 1x,
url("img/base_photo_mauritius.webp") 2x);
}
.bg-base-photo-reunion{
	background-image:url("img/base_photo_reunion.jpg");
	background-image: -webkit-image-set(url("img/base_photo_reunion.webp") 1x,
url("img/base_photo_reunion.webp") 2x);background-image: image-set(url("img/base_photo_reunion.jpg") 1x,
url("img/base_photo_reunion.jpg") 2x,url("img/base_photo_reunion.webp") 1x,
url("img/base_photo_reunion.webp") 2x);
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
    .link-with-icon.text-sm-start,.link-with-icon.text-sm-left{justify-content: flex-start;}
    .link-with-icon.text-sm-center{justify-content: center;}
    .link-with-icon.text-sm-end,.link-with-icon.text-sm-right{justify-content: flex-end;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
    .link-with-icon.text-md-start,.link-with-icon.text-md-left{justify-content: flex-start;}
    .link-with-icon.text-md-center{justify-content: center;}
    .link-with-icon.text-md-end,.link-with-icon.text-md-right{justify-content: flex-end;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
    .link-with-icon.text-lg-start,.link-with-icon.text-lg-left{justify-content: flex-start;}
    .link-with-icon.text-lg-center{justify-content: center;}
    .link-with-icon.text-lg-end,.link-with-icon.text-lg-right{justify-content: flex-end;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
		font-weight:700;
	}
	.h1--surf-leça-style{
		letter-spacing:-1px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.h1-bloc-70-style{
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-97-style{
		line-height:40px;
		letter-spacing:-1px;
	}
	.h4-1-style{
		letter-spacing:-1px;
	}
	.img-modelosm-style{
		height:700px;
	}
	.h1-9-style{
		margin-top:34px;
	}
	.h1-47-style{
		letter-spacing:40px;
	}
	.h1-48639-style{
		margin-top:-30px;
	}
	.h1-55-style{
		width:90.11%;
	}
	.img-modelos-0-style{
		height:600px;
		width:600px;
	}
	.h4-64-style{
		width:88.49%;
	}
	.h1-press-ing--style{
		letter-spacing:-5px;
	}
	.h3-bloc-2515-style{
		width:57.38%;
	}
	.h1--timetobe-style{
		font-size:60px;
		letter-spacing:-2px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.mobile .bloc-mob-center-text{
		text-align:center;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
		font-weight:700;
	}
	.img-style{
		width:120px;
	}
	.h1-douro-river-style{
		letter-spacing:-1px;
	}
	.h6-bloc-255-style{
		width:100%;
	}
	.h6-24-style{
		width:30.04%;
		margin-left:191px;
		margin-top:-201px;
	}
	.h6-25-style{
		width:29.09%;
		margin-left:377px;
		margin-top:-254px;
	}
	.h6-26-style{
		margin-left:-1px;
		width:100%;
	}
	.h6-27-style{
		margin-top:-96px;
		width:29.66%;
		margin-left:187px;
	}
	.h1-255-style{
		line-height:16px;
		letter-spacing:0px;
		font-size:16px;
		margin-top:11px;
	}
	.h2-35331-style{
		margin-top:-7px;
		font-size:150px;
		line-height:150px;
	}
	.img-modelosm-style{
		height:526px;
	}
	.h1-9-style{
		margin-top:54px;
	}
	.h1-47-style{
		letter-spacing:30px;
	}
	.h5-bloc-61-style{
		line-height:20px;
	}
	.h1-48639-style{
		font-size:60px;
		line-height:60px;
		margin-top:4px;
	}
	.h1-55-style{
		width:92.59%;
	}
	.img-modelos-0-style{
		height:500px;
		width:500px;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h1-bloc-3-style{
		width:100%;
	}
	.h4-consulting-style{
		font-size:110px;
		line-height:100px;
	}
	.h2-style{
		width:97.72%;
	}
	.h1-press-ing--style{
		font-size:80px;
		line-height:80px;
	}
	.h1-253-style{
		font-size:50px;
		line-height:50px;
		letter-spacing:-2px;
	}
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 575px){
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"Lato";
		font-weight:700;
	}
	.footer-link{
		text-align:center;
	}
	.h1--photography-style{
		line-height:80px;
		font-size:99px;
	}
	.h1-douro-river-style{
		font-size:14px;
	}
	.h1--facebook-style{
		font-size:30px;
	}
	.h1--surf-leça-style{
		font-size:15px;
	}
	.h1-26-style{
		font-size:18px;
	}
	.mt-1{
	}
	.h1-3-style{
		font-size:30px;
	}
	.link-padding{
		padding-top:92px;
		padding-bottom:92px;
	}
	.h1-17-style{
		font-size:14px;
	}
	.h1-95-style{
		line-height:40px;
	}
	.teste{
		display:block;
		overflow:inherit;
		float:right;
		width:100px;
		height:40px;
	}
	.img-bloc-78-style{
		width:50px;
	}
	.img-img-9738-copy-style{
		width:50px;
	}
	.img-img-59-style{
		width:50px;
	}
	.img-mundaka-copy-style{
		width:50px;
	}
	.img-40-style{
		width:50px;
	}
	.img-img-6816-copy-style{
		width:50px;
	}
	.h1-bloc-94-style{
		line-height:64px;
	}
	.img-lecasunse-style{
		height:189px;
	}
	.h1-47-style{
		margin-bottom:15px;
		font-size:20px;
		line-height:20px;
		letter-spacing:20px;
	}
	.h1-101-style{
		margin-top:-29px;
		font-size:60px;
		line-height:60px;
	}
	.h1-bloc-2-style{
		width:90.37%;
		font-size:50px;
		line-height:50px;
	}
	.h5-1999-style{
		font-size:130px;
	}
	.h3-36145-style{
		font-size:500px;
	}
	.h1-bloc-194-style{
		font-size:40px;
		line-height:55px;
		letter-spacing:-1px;
	}
	.link-bloc-0-style{
		font-size:12px;
	}
	.h6-bloc-208-style{
		font-size:18px;
	}
	.h1-20094-style{
		font-size:35px;
		line-height:37px;
		width:100%;
	}
	.h2-16-style{
		width:100%;
	}
	.h1-45145-style{
		font-size:55px;
		line-height:50px;
	}
	.h3-bloc-374-style{
		width:100%;
	}
	.h4-28-style{
		width:87.04%;
	}
	.h5-20-style{
		width:91.48%;
		font-size:28px;
		line-height:30px;
	}
	.row-style{
		width:100%;
	}
	.h6-47-style{
		width:100%;
	}
	.h6-49-style{
		width:100%;
	}
	.h6-48-style{
		width:100%;
	}
	.h6-46-style{
		width:100%;
	}
	.img-modelosm-style{
		height:270px;
	}
	.h3-bloc-208-style{
		width:90%;
		font-size:28px;
		line-height:28px;
	}
	.h1-9-style{
		margin-top:82px;
		font-size:40px;
		line-height:40px;
	}
	.h1-48639-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
		margin-top:15px;
	}
	.h1-141-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.h2-35331-style{
		font-size:70px;
		line-height:70px;
		letter-spacing:-4px;
		margin-top:-15px;
		margin-bottom:18px;
	}
	.h1-255-style{
		margin-bottom:80px;
		margin-top:8px;
	}
	.h3-ready-to-charm-style{
		font-size:90px;
		line-height:80px;
	}
	.h1-55-style{
		width:100%;
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.h6-bloc-206-style{
		width:99.63%;
	}
	.img-jayjayba-style{
		width:200px;
	}
	.h1--vogue--style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.img-modelos-0-style{
		height:270px;
	}
	.h1-500-style{
		font-size:40px;
		letter-spacing:-1px;
		line-height:40px;
	}
	.h1-215-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-2px;
		width:98.52%;
	}
	.h2-168-style{
		letter-spacing:-1px;
	}
	.h1-167-style{
		font-size:20px;
		line-height:22px;
		letter-spacing:0px;
	}
	.h3-5-style{
		font-size:20px;
		line-height:22px;
		letter-spacing:0px;
	}
	.h1-659-style{
		font-size:40px;
		line-height:50px;
	}
	.h1-176-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-127-style{
		width:95.93%;
		font-size:35px;
		line-height:32px;
	}
	.h1-28213-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-6120-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-295-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-296-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-297-style{
		font-size:80px;
		line-height:65px;
	}
	.h1-298-style{
		font-size:55px;
		line-height:55px;
		letter-spacing:-5px;
	}
	.h1-on-the-air-style{
		width:100%;
	}
	.h6-bloc-227-style{
		width:97.78%;
	}
	.h1-266-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h2-39022-style{
		font-size:30px;
		line-height:30px;
	}
	.h1-architecture-style{
		font-size:60px;
		line-height:60px;
	}
	.img-style{
		width:120px;
	}
	.h6-bloc-494-style{
		color:#ff7100;
	}
	.h1-168-style{
		font-size:40px;
		line-height:40px;
		width:90.74%;
	}
	.h5-7-style{
		width:98.15%;
		font-size:28px;
		line-height:30px;
	}
	.h2-8-style{
		font-size:50px;
		line-height:50px;
	}
	.h2-43407-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-23528-style{
		font-size:50px;
		line-height:50px;
	}
	.h3-bloc-473-style{
		line-height:28px;
	}
	.h5-18-style{
		line-height:32px;
	}
	.h2-football-pro-x-style{
		font-size:60px;
		line-height:60px;
	}
	.h2-11-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h2-29-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-25471-style{
		font-size:45px;
		line-height:45px;
	}
	.h1-164-style{
		font-size:45px;
		line-height:45px;
	}
	.h1-299-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-303-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-304-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-cambodia-style{
		font-size:50px;
		letter-spacing:-1px;
		line-height:40px;
	}
	.h5-3-style{
		width:63.33%;
		line-height:10px;
	}
	.h1-6-style{
		line-height:40px;
		font-size:40px;
		letter-spacing:-2px;
	}
	.h1-7-style{
		width:95.56%;
	}
	.h1-8-style{
		font-size:90px;
		line-height:90px;
	}
	.h5-4-style{
		width:56.3%;
	}
	.h3-28-style{
		font-size:18px;
		line-height:30px;
	}
	.h1-1-style{
		font-size:90px;
		line-height:60px;
		letter-spacing:-6px;
	}
	.h2-creative-style{
		font-size:90px;
		line-height:60px;
		letter-spacing:-6px;
	}
	.h3-minds--style{
		font-size:90px;
		line-height:60px;
		letter-spacing:-6px;
	}
	.h1-work-style{
		font-size:90px;
		line-height:80px;
		letter-spacing:-6px;
	}
	.h1-13740-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-25626-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-5-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-photography-style{
		font-size:90px;
		line-height:60px;
		letter-spacing:-6px;
	}
	.h1-7399-style{
		font-size:35px;
		line-height:40px;
	}
	.h1--stories-style{
		font-size:60px;
		line-height:50px;
	}
	.h1-312-style{
		font-size:28px;
	}
	.h1-314-style{
		font-size:28px;
	}
	.h1-315-style{
		font-size:28px;
	}
	.h4-consulting-style{
		font-size:60px;
		line-height:30px;
		letter-spacing:-3px;
	}
	.h2-style{
		font-size:60px;
		line-height:60px;
	}
	.h2-strategy-style{
		font-size:60px;
		line-height:65px;
		letter-spacing:-3px;
	}
	.h4-61-style{
		font-size:80px;
		line-height:70px;
		letter-spacing:-4px;
	}
	.h1-press-ing--style{
		font-size:50px;
		line-height:50px;
	}
	.h1-23695-style{
		font-size:35px;
		line-height:40px;
	}
	.h2-bloc-692-style{
		width:100%;
	}
	.h1-leading-crisis-style{
		font-size:45px;
		line-height:50px;
	}
	.h2-inspire-style{
		font-size:90px;
		line-height:60px;
		letter-spacing:-6px;
	}
	.h1-253-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
		width:100%;
		margin-top:-3px;
	}
	.h1-16-style{
		font-size:30px;
		line-height:30px;
	}
	.h1-22712-style{
		font-size:30px;
		line-height:34px;
	}
	.h1-36-style{
		font-size:30px;
		line-height:32px;
	}
	.h2-3-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-4-style{
		font-size:30px;
		line-height:32px;
	}
	.h4-jorge-jorge-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-22-style{
		font-size:30px;
		line-height:34px;
	}
	.h1-19-style{
		font-size:30px;
		line-height:34px;
	}
	.h1-21-style{
		font-size:30px;
		line-height:34px;
	}
	.h1-style{
		font-size:30px;
		line-height:34px;
	}
	.h1--insead-style{
		font-size:30px;
		line-height:35px;
	}
	.h1-24-style{
		font-size:30px;
		line-height:34px;
	}
	.h4-bloc-37-style{
		font-size:25px;
		line-height:30px;
	}
	.h1-30-style{
		font-size:30px;
		line-height:34px;
	}
	.h2-bloc-35-style{
		font-size:25px;
	}
	.h1-19333-style{
		font-size:35px;
		line-height:40px;
	}
	.h2-29288-style{
		font-size:30px;
		line-height:30px;
	}
	.h1-bloc-47-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-porto-style{
		font-size:80px;
		line-height:90px;
	}
	.h2-vogue-style{
		font-size:25px;
		line-height:25px;
	}
	.h1-100-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h2-20609-style{
		font-size:32px;
		line-height:35px;
	}
	.h1-color{
		font-size:50px;
		line-height:50px;
	}
	.h1-113-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-presented--style{
		font-size:50px;
		line-height:50px;
	}
	.h1-assisted--style{
		font-size:50px;
		line-height:50px;
		letter-spacing:-3px;
	}
	.h1-some-press-style{
		font-size:50px;
		line-height:50px;
		letter-spacing:-3px;
	}
	.h1-108-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-25920-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-49495-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-158-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-159-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-160-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-33430-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-27616-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-162-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-166-style{
		font-size:70px;
		line-height:70px;
	}
	.h1-11298-style{
		font-size:35px;
	}
	.h1-23421-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.h1-2728-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-131-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-37848-style{
		font-size:30px;
		line-height:32px;
		letter-spacing:-1px;
	}
	.h1-25098-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-21273-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-173-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-143-style{
		font-size:60px;
		line-height:65px;
	}
	.h1-129-style{
		width:100%;
	}
	.h1-1901-style{
		font-size:75px;
	}
	.h1-27728-style{
		font-size:50px;
		line-height:55px;
	}
	.h1--endorsements-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-156-style{
		font-size:36px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h4-45-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-32759-style{
		font-size:30px;
		line-height:32px;
	}
	.h2-bloc-365-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-207-style{
		font-size:30px;
		line-height:32px;
	}
	.h5-bloc-314-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-27760-style{
		font-size:30px;
		line-height:32px;
	}
	.h1--landscapes-style{
		font-size:55px;
		line-height:55px;
	}
	.h4-bloc-239-style{
		font-size:26px;
		line-height:30px;
	}
	.h3-style{
		width:95.56%;
		font-size:28px;
		line-height:30px;
	}
	.h3-bloc-246-style{
		font-size:28px;
		line-height:30px;
	}
	.h3-bloc-479-style{
		font-size:28px;
		line-height:30px;
	}
	.h2-bloc-481-style{
		font-size:28px;
	}
	.h2-bloc-482-style{
		font-size:28px;
	}
	.h1-geometry-style{
		font-size:60px;
		line-height:60px;
	}
	.h2-129-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-villa-minimae-style{
		font-size:55px;
		line-height:55px;
	}
	.h2-siza-vieira-style{
		font-size:55px;
		line-height:55px;
	}
	.h1-wallpaper-style{
		font-size:60px;
		line-height:60px;
	}
	.h2-south-america-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-261-style{
		font-size:35px;
		line-height:45px;
	}
	.h1-2265-style{
		font-size:150px;
		letter-spacing:0px;
	}
	.h1-35072-style{
		font-size:35px;
		line-height:45px;
	}
	.h1-bloc-369-style{
		font-size:35px;
		line-height:45px;
		letter-spacing:-1px;
	}
	.h1-bloc-374-style{
		font-size:35px;
		line-height:45px;
		letter-spacing:-1px;
	}
	.h1-271-style{
		font-size:35px;
		line-height:45px;
	}
	.h2-7-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-top-places-style{
		font-size:50px;
		line-height:50px;
	}
	.h3-2157-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-217-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-218-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-219-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-220-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-221-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h1-222-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-1px;
	}
	.h3-7-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-324-style{
		letter-spacing:-4px;
	}
	.h1-326-style{
		letter-spacing:-4px;
	}
	.h1-singapore-style{
		font-size:50px;
		line-height:50px;
		letter-spacing:-3px;
	}
	.h2-12-style{
		font-size:50px;
		line-height:50px;
		letter-spacing:-2px;
	}
	.h1-27036-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-332-style{
		font-size:60px;
		line-height:60px;
	}
	.h2-34636-style{
		font-size:90px;
		line-height:90px;
	}
	.h1-248-style{
		font-size:40px;
		line-height:40px;
	}
	.h2-23499-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-250-style{
		width:100%;
		font-size:50px;
		line-height:50px;
	}
	.h4-bloc-365-style{
		font-size:35px;
		line-height:35px;
	}
	.h1-592-style{
		font-size:35px;
		line-height:35px;
	}
	.h2-bloc-407-style{
		width:100%;
		font-size:100px;
	}
	.h1-603-style{
		font-size:50px;
		line-height:50px;
	}
	.h2-305-style{
		font-size:24px;
	}
	.h1-605-style{
		font-size:35px;
		line-height:35px;
	}
	.h1-best-brand-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-37031-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-43801-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-14681-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-10856-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-262-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-263-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-273-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-264-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-274-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-275-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-42540-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-265-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-333-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-34266-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-277-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-36212-style{
		width:100%;
		font-size:60px;
		line-height:60px;
	}
	.h2-61-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-19265-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-adaptable-style{
		font-size:47px;
	}
	.h1-575-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-325-style{
		font-size:35px;
		line-height:40px;
	}
	.h1-bloc-582-style{
		font-size:55px;
	}
	.h1-578-style{
		font-size:35px;
		line-height:40px;
	}
	.h1-579-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-bloc-903-style{
		font-size:60px;
		line-height:60px;
	}
	.h3-bloc-903-style{
		font-size:35px;
	}
	.h1-590-style{
		font-size:35px;
		line-height:40px;
	}
	.h2-bloc-916-style{
		width:100%;
	}
	.h1-327-style{
		width:98.52%;
		line-height:35px;
	}
	.h1-328-style{
		font-size:40px;
		line-height:40px;
	}
	.h1-330-style{
		width:100%;
	}
	.h1-331-style{
		font-size:30px;
	}
	.h1-344-style{
		font-size:40px;
		line-height:45px;
	}
	.h1-345-style{
		font-size:35px;
	}
	.h4-63-style{
		line-height:35px;
	}
	.h5-97-style{
		line-height:35px;
	}
	.h1-351-style{
		font-size:45px;
	}
	.h2-75-style{
		font-size:60px;
		line-height:60px;
	}
	.h4-legislation-style{
		font-size:30px;
	}
	.h4-bloc-1139-style{
		font-size:30px;
	}
	.h4-132-style{
		font-size:30px;
	}
	.h4-133-style{
		font-size:30px;
	}
	.h2-332-style{
		font-size:28px;
	}
	.h1-38162-style{
		font-size:45px;
		line-height:45px;
		width:100%;
		letter-spacing:-2px;
	}
	.h1-3578-style{
		font-size:40px;
		line-height:40px;
		letter-spacing:-2px;
	}
	.h1-343-style{
		font-size:70px;
		line-height:70px;
	}
	.h2-76-style{
		font-size:80px;
		line-height:80px;
	}
	.h1-41040-style{
		font-size:45px;
		line-height:50px;
		letter-spacing:-3px;
	}
	.h1-342-style{
		font-size:40px;
	}
	.h1-43642-style{
		font-size:35px;
		line-height:35px;
	}
	.h1-9709-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-360-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-4px;
		width:100%;
	}
	.h2-79-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-4px;
	}
	.h2-175-style{
		font-size:35px;
	}
	.h2-176-style{
		font-size:60px;
	}
	.h1-525-style{
		font-size:80px;
		line-height:120px;
	}
	.h1-535-style{
		font-size:60px;
	}
	.h1-537-style{
		font-size:35px;
	}
	.h1-bloc-795-style{
		font-size:35px;
	}
	.h1-539-style{
		font-size:35px;
	}
	.h1-bloc-814-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-545-style{
		font-size:80px;
		line-height:80px;
	}
	.h1-547-style{
		font-size:80px;
		line-height:80px;
	}
	.h1-bloc-827-style{
		font-size:35px;
	}
	.h1-562-style{
		font-size:55px;
		line-height:55px;
	}
	.h1-517-style{
		font-size:40px;
		line-height:40px;
	}
	.h2-178-style{
		font-size:30px;
		line-height:30px;
	}
	.h1-662-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-663-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-664-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-665-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-18321-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-666-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-669-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-670-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-671-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-672-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-673-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-bloc-1137-style{
		letter-spacing:-1px;
	}
	.h1-684-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-685-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-686-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-687-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-696-style{
		width:100%;
	}
	.h1-720-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.h1-721-style{
		font-size:60px;
		line-height:60px;
		letter-spacing:-3px;
	}
	.h1-49459-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-789-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-792-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-795-style{
		font-size:50px;
		line-height:50px;
	}
	.h1-796-style{
		font-size:55px;
		line-height:55px;
	}
	.h1-797-style{
		font-size:55px;
		line-height:55px;
	}
	.h1-842-style{
		font-size:80px;
		line-height:90px;
	}
	.h1-853-style{
		font-size:90px;
		line-height:100px;
	}
	.h1-alentejo-3-style{
		font-size:75px;
	}
	.h1-887-style{
		font-size:70px;
		line-height:70px;
	}
	.h1-888-style{
		font-size:70px;
		line-height:70px;
	}
	.h1-892-style{
		font-size:55px;
	}
	.h1-portugal--style{
		font-size:70px;
	}
	.h1-909-style{
		width:100%;
	}
	.h1-bmcar-style{
		font-size:55px;
	}
	.h1-opendoor-style{
		font-size:55px;
	}
	.h1-225-style{
		font-size:47px;
		line-height:47px;
	}
	.h1-228-style{
		font-size:35px;
		line-height:40px;
	}
	.h1-mirrow-style{
		font-size:55px;
	}
	.h1-1040-style{
		font-size:45px;
		line-height:45px;
	}
	.h2-storytelling-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-1087-style{
		font-size:30px;
		line-height:32px;
	}
	.h5-bloc-2300-style{
		font-size:30px;
		line-height:32px;
	}
	.h3-88-style{
		font-size:30px;
		line-height:32px;
	}
	.h1-2760-style{
		font-size:45px;
		line-height:45px;
	}
	.h1-1097-style{
		font-size:35px;
	}
	.h1-1096-style{
		font-size:50px;
	}
	.h1-1099-style{
		font-size:55px;
	}
	.h1-1114-style{
		font-size:60px;
		line-height:60px;
	}
	.h1-44830-style{
		font-size:35px;
	}
	.h1-1117-style{
		font-size:35px;
	}
	.h1-229-style{
		font-size:35px;
	}
	.h5-57-style{
		width:96.67%;
	}
	.h4-24-style{
		width:100%;
	}
	.h1-humantay-style{
		line-height:200px;
	}
	.h1-tortuga-bay-style{
		font-size:20px;
		line-height:20px;
		letter-spacing:0px;
	}
	.h1--galapagos-style{
		font-size:50px;
		line-height:40px;
		letter-spacing:-3px;
	}
	.h1-camera-on--style{
		font-size:95px;
		line-height:85px;
	}
	.h3-bloc-2515-style{
		width:95.19%;
	}
	.h1-31-style{
		font-size:100px;
		line-height:80px;
		letter-spacing:-5px;
	}
	.h1--timetobe-style{
		line-height:40px;
		letter-spacing:-1px;
		font-size:40px;
	}
	.h6-see-people--style{
		font-size:20px;
		line-height:12px;
	}
	.container-div-margin-bottom{
		margin-bottom:10px;
		margin-top:135px;
		height:107px;
	}
	.h1-bloc-6-style{
		font-size:24px;
		line-height:24px;
	}
	.img-bloc-11-style{
		width:50px;
		height:50px;
	}
	.h6-bloc-6-style{
		font-size:13px;
	}
	.img-3-style{
		width:120px;
		height:80px;
	}
	.img-4-style{
		width:120px;
		height:80px;
	}
	.blocs-card-width{
		width:100%;
	}
	.h4-swipe--style{
		letter-spacing:-1px;
		font-size:20px;
	}
	.img-guardi-style{
		width:116px;
		border-radius:1px 1px 1px 1px;
	}
	.h4-2024-style{
		font-family:"Lato";
		font-weight:900;
	}
	.h2-2025-style{
		font-family:"Lato";
		font-weight:900;
	}
	.h4--2023-style{
		font-family:"Lato";
		font-weight:900;
	}
	.h4-mentioned--style{
		font-size:32px;
		font-family:"Lato";
		font-weight:900;
	}
	.h4-participant--style{
		font-size:32px;
		font-family:"Lato";
		font-weight:900;
	}
	.h4-supervising--style{
		font-size:32px;
		font-family:"Lato";
		font-weight:900;
	}
	.h2-2-style{
		font-size:25px;
	}
	
}

