#nav{position:sticky;top:var(--wp-admin--admin-bar--height,0);z-index:2;display:grid;width:100%;overflow:hidden;grid-template-areas:"left middle right" ".	  middle	 .";grid-template-columns:1fr auto 1fr;grid-template-rows:var(--nav-row-1-height,0) var(--nav-row-2-height,0);padding:var(--nav-padding,0) 25px;margin-bottom:calc(-1 * (var(--nav-padding, 0px) * 2 + var(--nav-row-1-height, 0px) + var(--nav-row-2-height, 0px)));isolation:isolate}.loaded #nav{transition:z-index .0s ease-out .4s,grid-template-rows .4s ease-out,column-gap .4s ease-out,padding .4s ease-out,margin .4s ease-out,background-color .4s ease-out,color .4s ease-out}.static #nav{background-color:#fff0;color:#FFF}.scroll #nav{background-color:rgb(255 255 255);color:#000}@media (min-width:900px){#nav{column-gap:50px}.static{--nav-row-1-height:50px;--nav-row-2-height:70px;--nav-padding:30px}.scroll{--nav-row-1-height:42px;--nav-row-2-height:0px;--nav-padding:15px}}@media (max-width:899.99px){#nav{column-gap:25px}.static{--nav-row-1-height:42px;--nav-row-2-height:0px;--nav-padding:25px}.scroll{--nav-row-1-height:30px;--nav-row-2-height:0px;--nav-padding:15px}.menu-open{--nav-row-1-height:30px;--nav-row-2-height:0px;--nav-padding:15px}.menu-open #nav{z-index:4;background-color:rgb(255 255 255);color:#000;transition:z-index .0s ease-out,grid-template-rows .4s ease-out,column-gap .4s ease-out,padding .4s ease-out,margin .4s ease-out,background-color .4s ease-out .4s,color .4s ease-out}}#nav>.menu{display:flex;flex-direction:row}#nav>.menu>a{max-width:100%;text-overflow:ellipsis}#nav>.menu-left>a,#nav>.menu-right>a{overflow:hidden}#nav>.menu>a>span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#nav>.menu-left,#nav>.menu-right{align-self:center;display:flex;overflow:hidden;flex-direction:row;align-items:center;column-gap:20px;transition:opacity .4s ease-out,visibility .4s ease-out}#nav>.menu-left{grid-area:left;justify-content:flex-start}#nav>.menu-right{grid-area:right;justify-content:flex-end}#nav>.menu-middle{grid-area:middle;align-self:flex-end;max-width:100%;justify-content:center;align-items:flex-end;transition:gap .4s ease-out,opacity .4s ease-out,visibility .4s ease-out}#nav>.menu-middle>.menu-item{position:relative;text-transform:uppercase;line-height:20px;font-size:15px;font-weight:500}#nav>.menu-middle>.menu-item:before{content:'';position:absolute;top:calc(20px - var(--nav-row-1-height, 0px));left:50%;transform:translateX(-50%);display:block;height:calc(var(--nav-row-1-height, 0px) - 25px);width:50px;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-0.svg);--mask-position:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);opacity:0;pointer-events:none}.loaded #nav>.menu-middle>.menu-item:before{transition:top .4s ease-out,height .4s ease-out,opacity .2s ease-out}#nav>.menu-middle>.menu-item:hover:before,#nav>.menu-middle>.menu-item.current:before{opacity:1}#nav>.menu-middle>.menu-item.current{font-weight:700}@media (min-width:900px){.static #nav>.menu-middle{column-gap:60px}.scroll #nav>.menu-middle{column-gap:40px}}@media (max-width:899.99px){#nav>.menu-left,#nav>.menu-right,#nav>.menu-middle{overflow:hidden;opacity:0;pointer-events:none;visibility:hidden}#nav>.menu-middle{column-gap:15px}}#nav>.menu-btn{grid-area:left;align-self:center;transition:opacity .4s ease-out}@media (min-width:900px){#nav>.menu-btn{opacity:0;pointer-events:none}}@media (max-width:899.99px){#nav>.menu-btn{}}#nav>.menu-btn{position:relative;height:14px;width:25px;align-items:center;column-gap:15px;background-color:#fff0;border:none;color:inherit;cursor:pointer}.loaded #nav>.menu-btn{transition:opacity .4s ease-out}#nav>.menu-btn>div{position:absolute;left:0;transform:translateY(-50%) rotate(0deg);width:100%;height:1px;background-color:currentColor;border-radius:.5px}.loaded #nav>.menu-btn>div{transition:opacity .2s ease-out,top .2s ease-out .2s,transform .2s ease-out}#nav>.menu-btn>.top{top:0}#nav>.menu-btn>.mid{top:50%}#nav>.menu-btn>.bot{top:100%}.menu-open #nav>.menu-btn>div{transition:opacity .2s ease-out,top .2s ease-out,color .2s ease-out,transform .2s ease-out .2s}.menu-open #nav>.menu-btn>.top{top:50%;transform:translateY(-50%) rotate(45deg)}.menu-open #nav>.menu-btn>.mid{opacity:0}.menu-open #nav>.menu-btn>.bot{top:50%;transform:translateY(-50%) rotate(-45deg)}#nav>.home-btn{grid-area:middle;justify-self:center;display:block;width:min(var(--nav-row-1-height, 0px) / .25, 225px);height:min(var(--nav-row-1-height, 0px), 225px * .25);--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-light.svg);--mask-position:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat)}.loaded #nav>.home-btn{transition:all .4s ease-out}@media (min-width:900px){#nav>.home-btn{background-color:#FFF}.static #nav>.home-btn{opacity:1}.scroll #nav>.home-btn{opacity:0;pointer-events:none}}@media (max-width:899.99px){#nav>.home-btn{background-color:currentColor}}#header{position:relative;isolation:isolate}#main-slider>.swiper-wrapper>.swiper-slide{isolation:isolate}#main-slider>.swiper-wrapper>.swiper-slide>.background{position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%;filter:brightness(.6)!important;isolation:isolate}#main-slider>.swiper-wrapper>.swiper-slide>.overlay{display:flex;overflow:hidden;flex-direction:column;justify-content:flex-end;align-items:flex-start}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content{display:flex;flex-direction:column;align-items:flex-start;row-gap:15px;color:#FFF}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>*{margin:0}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.tag{display:flex;height:24px;flex-direction:row;justify-content:center;align-items:center;padding:0 10px;background-color:#C2A973;border-radius:3px;text-transform:uppercase;text-align:center;font-size:11px;font-weight:500;letter-spacing:2px;color:#FFF}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.title{font-size:36px;font-weight:400}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.metrics{display:flex;flex-direction:row;align-items:center;column-gap:15px;font-size:12px;font-weight:600}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.metrics>.length{display:flex;height:30px;flex-direction:row;justify-content:center;align-items:center;padding:0 15px;background-color:#31414F;border-radius:15px}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.vehicles{position:relative;padding-left:40px;margin:15px 0 10px;text-transform:uppercase;font-size:12px;font-weight:600}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.vehicles:before{content:'';position:absolute;top:45%;left:0;transform:translateY(-50%);display:block;height:16px;width:27px;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/bike.svg);--mask-size:contain;--mask-repeat:no-repeat;--mask-position:center;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position)}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:0;line-height:145%;font-size:12px}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.rate{margin:10px 0 15px;font-size:14px}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.rate>.value{font-size:20px;font-weight:600}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.link{display:flex;height:46px;flex-direction:row;justify-content:center;align-items:center;padding:0 20px;background-color:#783D3B;border-radius:5px;text-align:center;font-size:16px;font-weight:500;color:#FFF}@media (min-width:900px){#main-slider>.swiper-wrapper>.swiper-slide>.overlay{height:650px;padding:175px 75px 75px;background-image:linear-gradient(to right,rgb(0 0 0 / .3),transparent 50%)}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content{max-width:450px}}@media (max-width:899.99px){#main-slider>.swiper-wrapper>.swiper-slide>.overlay{height:950px;padding:115px 25px 300px}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.vehicles>.separator{display:none}#main-slider>.swiper-wrapper>.swiper-slide>.overlay>.content>.vehicles>.vehicle{display:block}}#overlay-slider{position:absolute;bottom:50px;right:0;padding:0 25px}#overlay-slider .swiper-slide{position:relative;display:flex;height:auto;width:300px;overflow:hidden;flex-direction:column;justify-content:flex-end;align-items:flex-start;row-gap:10px;padding:80px 25px 35px;background-color:rgb(26 47 61 / .9);border:solid 1px rgb(208 217 225 / .45);border-radius:30px;color:#FFF;cursor:pointer;isolation:isolate}#overlay-slider .swiper-slide>.background{position:absolute;top:20px;right:20px;height:80px;width:80px;overflow:hidden;border-radius:50%;filter:brightness(1)!important}#overlay-slider .swiper-slide>.background~*{margin:0}#overlay-slider .swiper-slide>.destination{text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:2px;color:#C2A973}#overlay-slider .swiper-slide>.title{font-size:20px}#overlay-slider .swiper-slide>.subtitle{text-transform:uppercase;font-size:10px;font-weight:500}@media (min-width:900px){#overlay-slider{left:600px;--mask-image:linear-gradient(to right, transparent, #000 25px);-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image)}}@media (max-width:899.99px){#overlay-slider{left:0}}#summary{padding:25px}#summary>.entries{display:flex;overflow:hidden;flex-direction:row;flex-wrap:wrap;column-gap:var(--grid-gap);row-gap:calc(var(--grid-gap) / 2)}@media (min-width:900px){#summary>.entries{--grid-gap:40px}}@media (max-width:899.99px){#summary>.entries{--grid-gap:25px}}#summary>.entries>.entry{position:relative;display:flex;flex:1 0 200px;flex-direction:column;justify-content:center;align-items:center;padding:calc(var(--grid-gap) / 2) 0;text-align:center;text-wrap:balance}#summary>.entries>.entry:before{content:'';position:absolute;top:0;left:calc(var(--grid-gap) / -2);height:100%;width:1px;background-image:linear-gradient(to bottom,transparent,rgb(255 255 255 / .2) 20%,rgb(255 255 255 / .2) 80%,transparent 100%)}#summary>.entries>.entry:after{content:'';position:absolute;top:calc(var(--grid-gap) / -4);left:0;width:100%;height:1px;background-image:linear-gradient(to right,transparent,rgb(255 255 255 / .2) 20%,rgb(255 255 255 / .2) 80%,transparent 100%)}#summary>.entries>.entry>.icon{max-width:50px;max-height:25px;margin-bottom:15px}#summary>.entries>.entry>.icon~*{font-weight:500}#summary>.entries>.entry>.title{margin-bottom:5px;color:#F7F1EB}#summary>.entries>.entry>.description{color:rgb(255 255 255 / .8)}@media (min-width:900px){#summary>.entries>.entry>.title{font-size:16px}#summary>.entries>.entry>.title:first-child{font-size:20px}#summary>.entries>.entry>.description{font-size:12px}}@media (max-width:899.99px){#summary>.entries>.entry>.title{font-size:16px}#summary>.entries>.entry>.title:first-child{font-size:20px}#summary>.entries>.entry>.description{font-size:10px}}.accents{position:absolute;top:0;left:0;z-index:-2;height:100%;width:100%;overflow:hidden;opacity:.05;pointer-events:none;--column-width:min(1200px, 100%);--column-padding:calc(max(0px, 100vw - var(--column-width)) / 2)}.accents>.accent{position:absolute;top:var(--top);left:calc(var(--column-padding) + var(--column-width) * var(--left));right:calc(var(--column-padding) + var(--column-width) * var(--right));height:0;width:0;overflow:visible}.accents>.accent:not([style*="--left"]){left:unset}.accents>.accent:not([style*="--right"]){right:unset}.accents>.accent>.graphic{position:absolute;transform:translate(-50%,-50%);--mask-position:center;--mask-repeat:no-repeat;--mask-size:contain;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size)}.accents>.accent>.graphic.light{background-color:#FFF}.accents>.accent>.graphic.dark{background-color:#000}.accents>.accent>.graphic:before{content:'';display:block}.accents>.accent>.graphic-1{width:500px;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-0.svg)}.accents>.accent>.graphic-1:before{padding-top:73.2%}.accents>.accent>.graphic-2{width:650px;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-1.svg)}.accents>.accent>.graphic-2:before{padding-top:27.3%}.accents>.accent>.graphic-3{width:320px;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-2.svg)}.accents>.accent>.graphic-3:before{padding-top:100%}#trips{position:relative;isolation:isolate}#trips>.content-wrapper>header{margin-bottom:50px;text-align:center;color:#FFF}#trips>.content-wrapper>header:not(:last-child){margin-bottom:75px}#trips>.content-wrapper>header>*{margin:0 auto;font-weight:400}#trips>.content-wrapper>header>.title{max-width:800px;text-transform:uppercase;text-wrap:balance}#trips>.content-wrapper>header>.title>span{color:#582726}#trips>.content-wrapper>header>.title:not(:last-child){margin-bottom:30px}#trips>.content-wrapper>header>.description{max-width:600px;line-height:145%;text-wrap:balance}@media (min-width:900px){#trips>.content-wrapper>header>.title{line-height:56px;font-size:40px}#trips>.content-wrapper>header>.description{font-size:16px}}@media (max-width:899.99px){#trips>.content-wrapper>header>.title{line-height:28px;font-size:24px}#trips>.content-wrapper>header>.description{font-size:14px}}#filters{padding:1px 25px;margin:0 25px 75px;mask-image:linear-gradient(to right,transparent,#000 25px,#000 calc(100% - 25px),transparent 100%)}#filters .swiper-slide{max-width:fit-content}#filters .swiper-slide>.filter{background-color:#fff0;border:solid 1px #FFF;color:#FFF;white-space:nowrap}#filters .swiper-slide>.filter.current,#filters .swiper-slide>.filter:hover{background-color:#FFF;color:#783D3B}#trips>.content-wrapper>.posts>.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px, 100%),1fr));grid-auto-rows:1fr;gap:25px}.trip{position:relative;display:flex;height:auto;overflow:hidden;flex-direction:column;align-items:stretch;row-gap:20px;padding:20px;padding-top:220px;background-color:#FFF;border-radius:30px;color:#000;isolation:isolate}@media (min-width:900px){.trip{transition:transform .4s ease-out}.trip:hover{transform:translateY(-20px)}}.trip>*{flex:0 0 auto}.trip>.cover{position:absolute;top:0;left:0;height:200px;width:100%;filter:none!important}.trip>.cover:after{content:'';position:absolute;bottom:0;left:0;display:block;height:5px;width:100%;background-image:linear-gradient(to top,rgb(0 0 0 / .1),transparent)}.trip>.tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.trip>.tags>.tag{box-sizing:border-box;display:flex;height:16px;justify-content:center;align-items:center;padding:0 5px;border-radius:3px;text-transform:uppercase;text-align:center;font-size:10px;font-weight:600}.trip>.tags>.tag:nth-child(3n+1){background-color:#2D4254;color:#FFF}.trip>.tags>.tag:nth-child(3n+2){background-color:#EFE7E7;color:#783D3B}.trip>.tags>.tag:nth-child(3n+0){background-color:#FFF;border:solid 1px rgb(48 0 0 / .4);color:#30414F}.trip>.about{flex:1}.trip>.about>.title{margin:0 0 5px;font-size:20px;font-weight:500;color:#2D4254}.trip>.about>.subtitle{margin:0;font-size:12px;font-weight:500;font-style:italic;color:#C2A973}.trip>.about>.description{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:10px 0 0;line-height:140%;font-size:12px;font-weight:500;color:rgb(45 66 84 / .9)}.trip>.metrics{display:flex;flex-direction:row;column-gap:15px;padding:20px 0;border-top:solid 1px rgb(0 0 0 / .1);border-bottom:solid 1px rgb(0 0 0 / .1);font-size:13px;font-weight:500;color:rgb(69 69 69 / .9)}.trip>.booking{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.trip>.booking>.pricing{padding-left:4px}.trip>.booking>.pricing>.rate{font-size:13px}.trip>.booking>.pricing>.rate>.value{font-size:150%;font-weight:600}.trip>.booking>.pricing>.rate>.value:after{content:' €'}.trip>.booking>.pricing>.board{font-size:11px;font-weight:500;color:rgb(69 69 69 / .5)}.trip>.booking>.booking-btn{display:flex;height:40px;flex:0 0 auto;flex-direction:row;justify-content:center;align-items:center;padding:0 20px;background-color:#2D4254;transition:background-color .2s ease-out;border-radius:5px;text-align:center;font-size:13px;font-weight:500;color:#FFF}.trip>.booking>.booking-btn:hover{background-color:#425565}.trip>.booking>.booking-btn:before{content:'';position:absolute;top:0;left:0;z-index:1;display:block;height:100%;width:100%}.trip>.booking>.booking-btn>.label:after{content:' ➝'}#pois{position:relative;isolation:isolate}#pois>.background{position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%;filter:brightness(.8)!important;isolation:isolate}#pois>.content-wrapper{text-align:center;color:#FFF}#pois>.content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width:900px){#pois>.content-wrapper{row-gap:75px;padding:100px 0}}@media (max-width:899.99px){#pois>.content-wrapper{row-gap:50px;padding:75px 0}}#pois>.content-wrapper>header{display:flex;flex-direction:column;align-items:center;row-gap:15px}#pois>.content-wrapper>header>.hook{text-transform:uppercase;font-weight:500;letter-spacing:2px}#pois>.content-wrapper>header>.title{max-width:700px;margin:0;text-wrap:balance;font-weight:400}#pois>.content-wrapper>header>.description{max-width:400px;margin:0;line-height:140%;font-size:12px}@media (min-width:900px){#pois>.content-wrapper>header>.hook{font-size:14px}#pois>.content-wrapper>header>.title{font-size:36px}}@media (max-width:899.99px){#pois>.content-wrapper>header>.hook{font-size:12px}#pois>.content-wrapper>header>.title{font-size:26px}}#pois>.content-wrapper>.pois{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(250px, 100%),1fr));grid-auto-rows:1fr;gap:15px}#pois>.content-wrapper>.pois>.poi{padding:35px 25px;background-color:rgb(255 255 255 / .5);border-radius:30px;color:#000}#pois>.content-wrapper>.pois>.poi>.image{height:90px;width:90px;overflow:hidden;margin:0 auto 25px;border-radius:50%}#pois>.content-wrapper>.pois>.poi>.title{margin-bottom:15px;font-weight:500}#pois>.content-wrapper>.pois>.poi>.description{line-height:140%;font-size:12px}@media (min-width:900px){#pois>.content-wrapper>.pois>.poi>.title{font-size:20px}}@media (max-width:899.99px){#pois>.content-wrapper>.pois>.poi>.title{font-size:12px}}#pack{background-color:#1A2F3D;color:#FFF;isolation:isolate}@media (min-width:900px){#pack>.content-wrapper{padding:100px 0}}@media (max-width:899.99px){#pack>.content-wrapper{padding:75px 0}}#pack>.content-wrapper>header{display:flex;flex-direction:column;align-items:flex-start;row-gap:15px;margin-bottom:35px}#pack>.content-wrapper>header>.hook{text-transform:uppercase;font-weight:500;letter-spacing:2px}#pack>.content-wrapper>header>.title{max-width:700px;margin:0;text-wrap:balance;font-weight:400}@media (min-width:900px){#pack>.content-wrapper>header>.hook{font-size:14px}#pack>.content-wrapper>header>.title{font-size:36px}}@media (max-width:899.99px){#pack>.content-wrapper>header>.hook{font-size:12px}#pack>.content-wrapper>header>.title{font-size:26px}}#pack>.content-wrapper>.content>.list{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(300px, 100%),1fr));grid-auto-rows:1fr;column-gap:10px;row-gap:10px}#pack>.content-wrapper>.content>.list:not(:last-child){margin-bottom:35px}#pack>.content-wrapper>.content>.list .entry{position:relative;padding:20px;padding-left:60px;background-color:#324C5E;border-radius:5px;line-height:140%;font-size:12px}#pack>.content-wrapper>.content>.list .entry:before{content:'';position:absolute;top:20px;left:20px;display:block;height:20px;width:20px;background-position:center;background-repeat:no-repeat;background-size:contain}#pack>.content-wrapper>.content>.inclusions .entry:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/icon-yes.png)}#pack>.content-wrapper>.content>.exclusions .entry:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/icon-no.png)}#pack>.content-wrapper>.content>.options>.title{margin:0 0 15px;text-transform:uppercase;font-size:12px;font-weight:600}#pack>.content-wrapper>.content>.options>p{line-height:140%;font-size:12px;font-weight:500}#vehicles{background-color:#F7F1EB;color:#2D4254;isolation:isolate}@media (min-width:900px){#vehicles>.content-wrapper{padding:100px 0}}@media (max-width:899.99px){#vehicles>.content-wrapper{padding:75px 0}}#vehicles>.content-wrapper>header{display:flex;flex-direction:column;align-items:flex-start;row-gap:15px;margin-bottom:35px}#vehicles>.content-wrapper>header>.hook{text-transform:uppercase;font-weight:500;letter-spacing:2px;color:#C2A973}#vehicles>.content-wrapper>header>.title{max-width:700px;margin:0;text-wrap:balance;font-weight:400}#vehicles>.content-wrapper>header>.description{max-width:400px;margin:0;line-height:140%;font-size:12px}@media (min-width:900px){#vehicles>.content-wrapper>header>.hook{font-size:14px}#vehicles>.content-wrapper>header>.title{font-size:36px}}@media (max-width:899.99px){#vehicles>.content-wrapper>header>.hook{font-size:12px}#vehicles>.content-wrapper>header>.title{font-size:26px}}#vehicles>.content-wrapper>.fleet{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(min(250px, 100%),1fr));grid-auto-rows:1fr;gap:15px}.vehicle-thumbnail{position:relative;display:grid;overflow:hidden;grid-template-areas:"cover" "name" "hook" "features";grid-template-columns:1fr;grid-template-rows:150px auto auto auto;align-items:flex-start;row-gap:5px;padding:20px;background-color:#FFF;border:solid 1px #BCBCBC;border-radius:10px;color:#000;isolation:isolate}.vehicle-thumbnail>.tag{position:absolute;top:20px;right:20px;z-index:1;display:flex;height:24px;flex-direction:row;justify-content:center;align-items:center;padding:0 10px;background-color:#C2A973;border-radius:3px;text-align:center;text-transform:uppercase;font-size:10px;letter-spacing:2px;color:#FFF}.vehicle-thumbnail>.cover{grid-area:cover;height:calc(100% + 5px);width:calc(100% + 40px);margin:-20px -20px 0}.vehicle-thumbnail>.title{margin:0;font-size:20px;font-weight:500}.vehicle-thumbnail>.hook{margin:0;text-transform:uppercase;line-height:140%;font-size:10px;font-weight:700;color:#C2A973}.vehicle-thumbnail>.features{grid-area:features;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;row-gap:5px;column-gap:10px;margin-top:15px}.vehicle-thumbnail>.features>.feature{line-height:140%;font-size:10px}#testimonials{isolation:isolate}#testimonials{display:flex;flex-direction:column;justify-content:center;align-items:stretch}@media (min-width:900px){#testimonials{row-gap:75px}}@media (max-width:899.99px){#testimonials{row-gap:50px}}#testimonials>header{display:flex;flex-direction:column;align-items:center;row-gap:15px;text-align:center}#testimonials>header>.title{max-width:700px;margin:0;text-wrap:balance;font-weight:400}#testimonials>header>.reviews{display:flex;height:50px;flex-direction:row;justify-content:center;align-items:center;padding:0 25px;border:solid 1px #C2A973;border-radius:25px;text-align:center;font-size:12px;color:rgb(255 255 255 / .6)}#testimonials>header>.reviews>.label>span{white-space:nowrap}#testimonials>header>.reviews>.label>span>.stars{color:#C2A973}@media (min-width:900px){#testimonials>header>.title{font-size:36px}}@media (max-width:899.99px){#testimonials>header>.title{font-size:26px}}#testimonials>.swiper{width:100%}@media (min-width:900px){#testimonials>.swiper{padding:0 50px 60px}}@media (max-width:899.99px){#testimonials>.swiper{padding:0 25px 60px}}#testimonials>.swiper>.swiper-scrollbar{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:8px;overflow:hidden;margin:auto 0;background-color:rgb(235 225 216 / .4);border-radius:4px}#testimonials>.swiper>.swiper-scrollbar>.swiper-scrollbar-drag{height:100%;background-color:#783D3B;border-radius:inherit}@media (min-width:900px){#testimonials>.swiper>.swiper-scrollbar{width:min(400px, 100vw - 100px)}}@media (max-width:899.99px){#testimonials>.swiper>.swiper-scrollbar{width:min(300px, 100vw - 50px)}}#testimonials>.swiper .testimonial{position:relative;display:flex;overflow:hidden;flex-direction:column;justify-content:center;align-items:stretch;row-gap:25px;padding:35px 25px;background-color:#783D3B;border-radius:30px;color:#FFF}@media (min-width:450px){#testimonials>.swiper .testimonial{width:400px}}#testimonials>.swiper .testimonial>.content{flex:1;display:flex;min-height:200px;flex-direction:column;justify-content:center;row-gap:20px}#testimonials>.swiper .testimonial>.content>.rating{display:flex;flex-direction:row;justify-content:center;align-items:stretch}#testimonials>.swiper .testimonial>.content>.rating>.star{width:20px;margin:0 2px;background-color:rgb(0 0 0 / .3);--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/star.svg);--mask-position:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat)}#testimonials>.swiper .testimonial>.content>.rating>.star:before{content:'';display:block;padding-top:100%}#testimonials>.swiper .testimonial>.content>.rating>.star.filled{background-color:#EAA737}#testimonials>.swiper .testimonial>.content>.feedback{line-height:140%;text-align:center;font-size:12px;font-weight:500}#testimonials>.swiper .testimonial>.content>.feedback:before{content:open-quote ' '}#testimonials>.swiper .testimonial>.content>.feedback:after{content:' ' close-quote}#testimonials>.swiper .testimonial>.credits{position:relative;display:flex;flex:0 0 75px;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:5px;padding-left:90px}#testimonials>.swiper .testimonial>.credits>.avatar{position:absolute;top:0;left:0;display:flex;height:75px;width:75px;flex-direction:row;justify-content:center;align-items:center;background-color:#582726;border-radius:50%;text-transform:uppercase;font-size:22px;font-weight:600;color:#C2A973}#testimonials>.swiper .testimonial>.credits>.author{margin:0;font-size:16px;font-weight:600}#testimonials>.swiper .testimonial>.credits>.meta{font-size:13px;font-weight:300}#faq>.content-wrapper{}@media (min-width:900px){#faq>.content-wrapper{display:grid;grid-template-areas:"background content";grid-template-columns:repeat(2,1fr);grid-template-rows:700px;gap:50px}#faq>.content-wrapper>.background{grid-area:background}#faq>.content-wrapper>.content{grid-area:content;max-height:100%;overflow:auto;--mask-image:linear-gradient(to bottom, transparent, #000 20px, #000 calc(100% - 20px), transparent);-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image)}#faq>.content-wrapper>.content>.scrollable{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:stretch;row-gap:45px;padding:20px 20px 20px 0}}@media (max-width:899.99px){#faq>.content-wrapper{display:flex;flex-direction:column;row-gap:35px}#faq>.content-wrapper>.content,#faq>.content-wrapper>.content>.scrollable{display:contents}#faq>.content-wrapper>.content>.scrollable>header{order:-1}}#faq>.content-wrapper>.background{position:relative;display:flex;min-height:350px;height:100%;width:100%;overflow:hidden;flex-direction:column;justify-content:flex-end;align-items:stretch;border-radius:30px;color:#FFF}#faq>.content-wrapper>.background>.image{position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%}#faq>.content-wrapper>.background>.hook{align-self:center;max-width:350px;text-wrap:balance;text-align:center;font-weight:500}@media (min-width:900px){#faq>.content-wrapper>.background{padding:55px 40px;background-image:linear-gradient(to top,rgb(0 0 0 / .5),transparent 75%),url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-full-blue.svg);background-size:auto,min(100%, 200px) auto;background-position:top left,top 45px center;background-repeat:no-repeat}#faq>.content-wrapper>.background>.hook{font-size:24px}}@media (max-width:899.99px){#faq>.content-wrapper>.background{padding:35px 25px;background-image:linear-gradient(to top,rgb(0 0 0 / .5),transparent 75%)}#faq>.content-wrapper>.background>.hook{font-size:18px}}#faq>.content-wrapper>.content>.scrollable>header>.hook{text-transform:uppercase;font-weight:500;letter-spacing:2px;color:#C2A973}#faq>.content-wrapper>.content>.scrollable>header>.title{max-width:400px;margin:15px 0 0;text-wrap:balance;font-weight:400}#faq>.content-wrapper>.content>.scrollable>header>.description{margin:15px 0 0;line-height:140%;font-size:12px}@media (min-width:900px){#faq>.content-wrapper>.content>.scrollable>header>.hook{font-size:14px}#faq>.content-wrapper>.content>.scrollable>header>.title{font-size:36px}}@media (max-width:899.99px){#faq>.content-wrapper>.content>.scrollable>header>.hook{font-size:12px}#faq>.content-wrapper>.content>.scrollable>header>.title{font-size:26px}}#faq>.content-wrapper>.content>.scrollable>.questions>.question{border-bottom:solid 1px #D2D2D2;padding:10px 0}#faq>.content-wrapper>.content>.scrollable>.questions>.question>*{padding:10px 55px 10px 0;margin:0}#faq>.content-wrapper>.content>.scrollable>.questions>.question>.label{position:relative;text-wrap:balance;line-height:130%;font-size:14px;font-weight:500;cursor:pointer}#faq>.content-wrapper>.content>.scrollable>.questions>.question>.label:after{position:absolute;top:50%;right:5px;display:block;height:10px;width:10px;overflow:hidden;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../../resources/images/icons/close.svg);--mask-postion:center;--mask-size:contain;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-positon);mask-position:var(--mask-positon);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);transition:transform .2s ease-out}#faq>.content-wrapper>.content>.scrollable>.questions>.question.closed>.label:after{content:'';transform:translateY(-50%) rotate(45deg)}#faq>.content-wrapper>.content>.scrollable>.questions>.question.open>.label:after{content:'';transform:translateY(-50%) rotate(0deg)}#faq>.content-wrapper>.content>.scrollable>.questions>.question>.answer{line-height:140%;font-size:12px}#faq>.content-wrapper>.content>.scrollable>footer>.contact-hook{line-height:130%;font-size:14px;font-weight:500}#footer{background-color:#783D3B;color:#FFF}@media (min-width:900px){#footer{padding-bottom:75px}}@media (max-width:899.99px){#footer{padding-bottom:50px}}#footer-legal{display:flex}#footer-legal>.credits>.copyright{font-size:11px}#footer-legal>.credits>.signature{font-size:8px;color:#FFF}#footer-legal>.credits>.signature>.love{display:inline-block;height:12px;width:14px;overflow:hidden;margin:0 2px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/aply-logo.svg);background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle}#footer-legal>.menu{display:flex;flex-wrap:wrap}#footer-legal>.menu>.menu-item:not([href])>.label{pointer-events:none!important}@media (min-width:1000px){#footer-legal{flex-direction:row;justify-content:space-between;column-gap:50px}#footer-legal>.credits>.signature{margin-top:5px}#footer-legal>.menu{flex-direction:row;flex-wrap:wrap;column-gap:25px}}@media (max-width:999.99px){#footer-legal{flex-direction:column;row-gap:25px;text-align:center}#footer-legal>.credits>.signature{margin-top:10px;text-align:center}#footer-legal>.menu{flex-direction:row;justify-content:center;column-gap:10px;row-gap:5px;order:-1}}#footer-newsletter{position:relative;isolation:isolate}@media (min-width:900px){#footer-newsletter{margin-bottom:75px}}@media (max-width:899.99px){#footer-newsletter{margin-bottom:50px}}#footer-newsletter>.background{position:absolute;top:0;left:0;z-index:-1;height:100%;width:100%}#footer-newsletter>.content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}#footer-newsletter>.content-wrapper>.title{margin:0 0 50px;font-weight:400}#footer-newsletter>.content-wrapper>.description{margin:0 0 70px}@media (min-width:900px){#footer-newsletter>.content-wrapper{min-height:700px;padding:75px 0}#footer-newsletter>.content-wrapper>.title{max-width:500px;line-height:50px;font-size:40px}#footer-newsletter>.content-wrapper>.description{max-width:500px;line-height:145%;font-size:16px}}@media (max-width:899.99px){#footer-newsletter>.content-wrapper{min-height:550px;padding:50px 0}#footer-newsletter>.content-wrapper>.title{max-width:350px;line-height:28px;font-size:25px}#footer-newsletter>.content-wrapper>.description{max-width:350px;line-height:135%;font-size:12px}}#footer-cards{display:flex;border-bottom:solid 1px rgb(255 255 255 / .2)}@media (min-width:900px){#footer-cards{flex-direction:row;justify-content:space-between;column-gap:40px;padding-bottom:50px;margin-bottom:50px}}@media (max-width:899.99px){#footer-cards{flex-direction:column;align-items:center;row-gap:40px;padding-bottom:35px;margin-bottom:35px}}#footer-cards>.card{overflow:hidden}#footer-cards>.card>.title{margin-bottom:25px;font-size:18px;font-weight:500}#footer-cards>.card>.description{margin:0;line-height:135%;font-size:14px;font-weight:300}@media (min-width:900px){#footer-cards>.card{max-width:250px;flex:1}}@media (max-width:899.99px){#footer-cards>.card{max-width:330px;text-align:center}}#footer-menu{display:flex;margin-bottom:50px}@media (min-width:1100px){#footer-menu{flex-direction:row;column-gap:50px;padding-bottom:50px;border-bottom:solid 1px rgb(255 255 255 / .2)}}@media (max-width:1099.99px){#footer-menu{flex-direction:column;row-gap:35px}}#footer-menu>.about>.logo{position:relative;display:block;max-width:170px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-full-light.svg);background-position:center;background-size:contain;background-repeat:no-repeat}#footer-menu>.about>.logo:before{content:'';display:block;padding-top:62.5%}#footer-menu>.about>.description{line-height:130%}@media (min-width:1100px){#footer-menu>.about{flex:0 0 300px}#footer-menu>.about>.logo{margin-bottom:25px}}@media (max-width:1099.99px){#footer-menu>.about{text-align:center}#footer-menu>.about>.logo{margin:0 auto 35px}#footer-menu>.about>.description{max-width:330px;margin:0 auto}}#footer-menu>.menu .category{overflow:hidden}#footer-menu>.menu .category>.title{margin:0;font-size:15px;font-weight:400}#footer-menu>.menu .category>.entries>.entry{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:14px;font-weight:300}#footer-menu>.menu .category>.entries>.entry>a{text-decoration:underline}#footer-menu>.menu .category>.entries>.social{display:flex;width:100%;flex-direction:row;column-gap:15px}#footer-menu>.menu .category>.entries>.social>.link{width:100%;max-width:16px;background-color:#FFF;transition:background-color .2s ease-out;--mask-size:contain;--mask-position:center;--mask-repeat:no-repeat;-webit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat)}#footer-menu>.menu .category>.entries>.social>.link:hover{background-color:#C2A973}#footer-menu>.menu .category>.entries>.social>.link:before{content:'';display:block;padding-top:100%}#footer-menu>.menu .category>.entries>.social>.link.facebook{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/facebook.svg)}#footer-menu>.menu .category>.entries>.social>.link.instagram{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/instagram.svg)}#footer-menu>.menu .category>.entries>.social>.link.tiktok{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/tiktok.svg)}#footer-menu>.menu .category>.entries>.social>.link.youtube{--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/social/youtube.svg)}@media (min-width:1100px){#footer-menu>.menu{display:flex;flex:1;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;column-gap:25px;row-gap:35px;padding-top:50px}#footer-menu>.menu>.category-group{display:flex;flex-direction:column;align-items:stretch;row-gap:25px}#footer-menu>.menu>.category-group>.category{flex:0 0 auto}#footer-menu>.menu .category{flex:1;max-width:220px}#footer-menu>.menu .category>.title{line-height:20px;pointer-events:none}#footer-menu>.menu .category>.entries{align-self:stretch;display:flex!important;flex-direction:column;align-items:flex-start;row-gap:10px;padding-top:25px;opacity:1!important}}@media (max-width:1099.99px){#footer-menu>.menu>.category-group{display:contents}#footer-menu>.menu .category{border-bottom:solid 1px rgb(255 255 255 / .3)}#footer-menu>.menu .category>.title{position:relative;padding-right:35px;line-height:55px;cursor:pointer}#footer-menu>.menu .category>.title:after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%) rotate(45deg);display:block;height:24px;width:24px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/close-2.svg);background-position:center;background-size:contain;background-repeat:no-repeat;filter:brightness(0) invert();transition:transform .2s ease-out}#footer-menu>.menu .category.open>.title:after{transform:translateY(-50%) rotate(0deg)}#footer-menu>.menu .category>.entries{display:none;padding:5px 0 25px}#footer-menu>.menu .category>.entries>.entry:not(.networks){display:block}#footer-menu>.menu .category>.entries>.entry:not(.networks):not(:last-child){margin-bottom:10px}}.modal{position:fixed;left:0;z-index:3;display:block;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));width:100%;overflow:auto;pointer-events:none;clip-path:inset(0 0 0 100%);isolation:isolate}@media (min-width:600.01px){.modal{top:var(--wp-admin--admin-bar--height,0)}}@media (max-width:600px){.static .modal{top:var(--wp-admin--admin-bar--height,0);height:calc(100% - var(--wp-admin--admin-bar--height, 0px))}.scroll .modal{top:0;height:100%}}.loaded .modal{transition:clip-path .4s cubic-bezier(.38,.005,.215,1)}#modal-underlay{position:fixed;left:0;z-index:2;display:block;height:100%;width:100%;background-color:rgb(0 0 0 / .3);backdrop-filter:blur(5px);opacity:0;pointer-events:none}.loaded #modal-underlay{transition:opacity .4s ease-out}@media (min-width:600.01px){#modal-underlay{top:var(--wp-admin--admin-bar--height,0)}}@media (max-width:600px){.static #modal-underlay{top:var(--wp-admin--admin-bar--height,0);height:calc(100% - var(--wp-admin--admin-bar--height, 0px))}.scroll #modal-underlay{top:0;height:100%}}.reflection-form-response #modal-underlay,body[class*='open'] #modal-underlay{opacity:1;pointer-events:auto}#modal-menu{padding:0 25px 25px;background-color:#FFF;clip-path:inset(0 100% 0 0)}.menu-open #modal-menu{opacity:1;clip-path:inset(0 0 0 0);pointer-events:auto}#modal-menu>.menu-group{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;padding-top:calc(var(--nav-padding) * 2 + var(--nav-row-1-height) + 25px);transform:translateY(50px);opacity:0;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.menu-open #modal-menu>.menu-group{transform:translateY(0);opacity:1}#modal-menu>.menu-group>.menu-wrapper{display:flex;min-height:100%;flex-direction:column;justify-content:flex-start;align-items:stretch}#modal-menu>.menu-group.has-links>.menu-wrapper{transform:translateY(50px);opacity:0;transition:transform .2s linear .2s,opacity .2s linear}#modal-menu>.menu-group.has-links.open>.menu-wrapper{transform:translateY(0);opacity:1;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}#modal-menu>.menu-group.has-links>.menu-wrapper{min-height:calc(100% - 80px)}#modal-menu>.menu-group>.menu-wrapper>.links{display:flex;flex-direction:column;align-items:stretch;row-gap:25px;margin:0 0 auto;text-align:center;font-size:18px;font-weight:400}#newsletter-modal{position:fixed;top:calc(50% + var(--wp-admin--admin-bar--height, 0px) / 2);left:50%;transform:translate(-50%,-50%) translateY(50px);z-index:3;display:block;height:calc(100% - var(--wp-admin--admin-bar--height, 0px));width:100%;max-width:min(950px, 100vw - 100px);max-height:min(700px, calc(100vh - var(--wp-admin--admin-bar--height, 0px) - 100px));overflow:hidden;--background-color:#1F2F3C;background-color:var(--background-color,#FFF);opacity:0;color:#FFF;pointer-events:none}.loaded #newsletter-modal{transition:transform .4s cubic-bezier(.38,.005,.215,1),opacity .4s cubic-bezier(.38,.005,.215,1)}.newsletter-open #newsletter-modal{transform:translate(-50%,-50%);opacity:1;pointer-events:auto}#newsletter-modal>.modal-wrapper{transform:translateY(50px);display:flex;height:100%;width:100%;opacity:0}.loaded #newsletter-modal>.modal-wrapper{transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.newsletter-open #newsletter-modal>.modal-wrapper{transform:translateY(0);opacity:1}@media (min-width:900px){#newsletter-modal>.modal-wrapper{flex-direction:row;align-items:stretch}}@media (max-width:899.99px){#newsletter-modal>.modal-wrapper{flex-direction:column;align-items:stretch}}#newsletter-modal>.modal-wrapper>header{position:relative;isolation:isolate}#newsletter-modal>.modal-wrapper>header>.background{z-index:-1}#newsletter-modal>.modal-wrapper>header>.overlay{text-align:center}#newsletter-modal>.modal-wrapper>header>.overlay>.logo{max-width:250px;margin:0 auto 40px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-light.svg);background-size:contain;background-repeat:no-repeat;background-position:center}#newsletter-modal>.modal-wrapper>header>.overlay>.logo:after{content:'';display:block;padding-top:25%}#newsletter-modal>.modal-wrapper>header>.overlay>.description{margin:0;line-height:145%}@media (min-width:900px){#newsletter-modal>.modal-wrapper>header{flex:0 0 40%}#newsletter-modal>.modal-wrapper>header>*{position:absolute;top:0;left:0;height:100%;width:100%}#newsletter-modal>.modal-wrapper>header>.overlay{padding:80px 40px}}@media (max-width:899.99px){#newsletter-modal>.modal-wrapper>header{}#newsletter-modal>.modal-wrapper>header>.background{position:absolute;top:0;left:0;height:100%;width:100%}#newsletter-modal>.modal-wrapper>header>.overlay{padding:40px}}#newsletter-modal>.modal-wrapper>form{flex:1;overflow:auto;padding:0 40px 60px}#newsletter-modal>.modal-wrapper>form>header{padding-top:60px;padding-bottom:35px}.reflection-form{position:relative}.reflection-form>header{position:sticky;top:0;z-index:1;background-color:var(--background-color,#FFF)}.reflection-form>header>.close-btn{position:absolute;right:0;display:block;background-color:#FFF;border:none;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/close.svg);--mask-position:center;--mask-size:20px auto;--mask-repeat:no-repeat;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);cursor:pointer}.reflection-form>header>.title{margin:0 0 10px;font-weight:400}.reflection-form>header>.title:last-child{margin:0}.reflection-form>header>.description{margin:0;line-height:145%;font-size:10px}@media (min-width:900px){.reflection-form>header{padding-right:60px}.reflection-form>header>.close-btn{height:40px;width:40px}.reflection-form>header>.title{font-size:20px}.reflection-form>header>.title:last-child{line-height:40px}}@media (max-width:899.99px){.reflection-form>header{padding-right:50px}.reflection-form>header>.close-btn{height:30px;width:30px}.reflection-form>header>.title{font-size:18px}.reflection-form>header>.title:last-child{line-height:30px}}.reflection-form>footer>.submit-btn{margin-bottom:30px}.reflection-form>footer>.content{margin:0;line-height:145%;font-size:10px}.reflection-form>.fields{display:flex;width:100%;flex-direction:row;flex-wrap:wrap;align-items:flex-start;column-gap:30px;row-gap:20px;padding:0;margin:0 0 45px;border:none}.reflection-form.sending>.fields{pointer-events:none}.reflection-form>.fields>.field{position:relative;flex:0 0 100%;max-width:100%;padding-bottom:15px;border-bottom:solid 1px}.reflection-form>.fields>.field:first-child{padding-top:0}@media (min-width:700px){.reflection-form>.fields>.field.cols-2{flex:calc((100% - 30px) / 2)}.reflection-form>.fields>.field.cols-3{flex:calc((100% - 60px) / 3)}}.reflection-form>.fields>.field>label{display:block;margin-bottom:10px;line-height:16px;font-size:14px;font-weight:400}.reflection-form>.fields>.field>.error{display:none;margin-top:8px;line-height:16px;font-size:12px;color:#BA1717}.reflection-form>.fields>.field.empty>.empty,.reflection-form>.fields>.field.wrong>.wrong{display:block}.reflection-form>.fields>.input>input{display:block;height:30px;width:100%;padding:0;border:none;background-color:#fff0;text-overflow:ellipsis;font-family:inherit;font-size:14px;color:inherit}.reflection-form>.fields>.input>input::-webkit-input-placeholder,.reflection-form>.fields>.input>input::placeholder{opacity:.5;color:inherit}.reflection-form>.fields>.textarea>textarea{display:block;height:120px;width:100%;resize:none;padding:5px 0 0;margin:0;border:none;background-color:#fff0;text-overflow:ellipsis;font-family:inherit;font-size:14px;color:inherit}.reflection-form>.fields>.textarea>textarea::-webkit-input-placeholder,.reflection-form>.fields>.textarea>textarea::placeholder{opacity:.5;color:inherit}.reflection-form>.fields>.checkbox{padding-bottom:0;border-bottom:none}.reflection-form>.fields>.checkbox>.checkbox{position:relative;max-width:600px}.reflection-form>.fields>.checkbox>.checkbox>input{position:absolute;top:0;left:0;pointer-events:none;visibility:hidden}.reflection-form>.fields>.checkbox>.checkbox>label{display:block;max-width:400px;padding-left:35px;text-align:left;line-height:20px;cursor:pointer}.reflection-form>.fields>.checkbox>.checkbox>label:not(:last-child){margin-bottom:5px}.reflection-form>.fields>.checkbox>.checkbox>label:before{content:"";position:absolute;left:0;box-sizing:border-box;display:block;height:18px;width:18px;background-color:rgb(0 0 0 / .25);background-clip:content-box;border:solid 3px rgb(0 0 0 / .25);border-radius:3px;outline:solid 1px #FFF;transition:outline .2s ease-out,background-color .2s ease-out}.reflection-form>.fields>.checkbox>.checkbox>input:checked+label:before{background-color:#000}.reflection-form>.fields>.checkbox>.checkbox>label>a{text-decoration:underline}.reflection-form>.fields>.checkbox>.checkbox+.error{padding-left:35px}.reflection-form>.fields{background-color:inherit}.reflection-form>.fields>.dropdown{background-color:inherit}.reflection-form>.fields>.dropdown>.select{position:relative;background-color:inherit}.reflection-form>.fields>.dropdown>.select:after{content:'';position:absolute;top:50%;right:0;transform:translateY(-50%);display:block;height:10px;width:10px;background-color:currentColor;--mask-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/arrow.down.svg);--mask-size:contain;--mask-repeat:no-repeat;--mask-position:center;-webkit-mask-image:var(--mask-image);mask-image:var(--mask-image);-webkit-mask-size:var(--mask-size);mask-size:var(--mask-size);-webkit-mask-repeat:var(--mask-repeat);mask-repeat:var(--mask-repeat);-webkit-mask-position:var(--mask-position);mask-position:var(--mask-position)}.reflection-form>.fields>.dropdown>.select>select{appearance:none;width:100%;height:30px;margin:0;padding:0;background-color:inherit;border:none;line-height:inherit;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}.reflection-form>.fields>.dropdown>.select>select:required:invalid{color:color-mix(in srgb,currentColor 50%,transparent)}.reflection-form>.fields>.dropdown>.select>select>option[value=""][disabled]{display:none}.reflection-form>.response{display:none}#contact-modal{left:unset;right:0;max-width:1000px;background-color:#783D3B;clip-path:inset(0 0 0 100%);color:#FFF}.contact-open #contact-modal{opacity:1;clip-path:inset(0 0 0 0);pointer-events:auto}@media (min-width:900px){#contact-modal{padding:50px}}@media (max-width:899.99px){#contact-modal{padding:0 25px 25px}}#contact-modal>.graphics{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;opacity:.05}#contact-modal>.graphics>.graphic{position:absolute;top:35%;z-index:-1;transform:translate(-50%,-50%);display:block;height:calc((var(--width, 100%) - 50px) * .75);width:calc(var(--width, 100%) - 50px);background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/accent-0.svg);background-repeat:no-repeat;background-size:contain;background-position:center}@media (min-width:1000px){#contact-modal>.graphics>.graphic{right:20%;--width:500px}}@media (max-width:999.99px){#contact-modal>.graphics>.graphic{left:50%}}#contact-modal>.modal-wrapper{display:flex;min-height:100%;flex-direction:column;justify-content:center;align-items:center;transform:translateY(50px);opacity:0;transition:transform .4s cubic-bezier(.38,.005,.215,1) .2s,opacity .4s cubic-bezier(.38,.005,.215,1) .2s}.contact-open #contact-modal>.modal-wrapper{transform:translateY(0);opacity:1}#contact-modal>.modal-wrapper>*{width:100%;max-width:600px}@media (min-width:900px){#contact-modal>.modal-wrapper>form{margin-bottom:50px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>form{margin-bottom:25px}}#contact-modal>.modal-wrapper>form>header{background-color:#fff0}#contact-modal>.modal-wrapper>form>header>.title{text-transform:uppercase}@media (min-width:900px){#contact-modal>.modal-wrapper>form>header{position:relative;padding:0 0 40px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>form>header{padding:25px 0}}#contact-modal>.modal-wrapper>form>footer>.submit-btn{background-color:#572726}#contact-modal>.modal-wrapper>form>footer>.content{max-width:300px}#contact-modal>.modal-wrapper>.info>.title{margin:0;text-transform:uppercase;font-weight:400}@media (min-width:900px){#contact-modal>.modal-wrapper>.info>.title{margin-bottom:40px;font-size:20px}}@media (max-width:899.99px){#contact-modal>.modal-wrapper>.info>.title{margin-bottom:25px;font-size:18px}}#contact-modal>.modal-wrapper>.info>address{line-height:145%;font-style:normal}#contact-modal>.modal-wrapper>.info>address>.cta-link{display:block}#contact-modal>.modal-wrapper>.info>address>.cta-link:first-of-type{margin-top:20px}#reflection-form-response{position:fixed;top:calc((100% + var(--wp-admin--admin-bar--height, 0px)) / 2);left:50%;transform:translate(-50%,-50%);z-index:3;display:flex;width:100%;flex-direction:column;justify-content:center;background-color:#FFF;border-radius:40px;box-shadow:0 5px 10px rgb(0 0 0 / .2);color:#000;opacity:0;pointer-events:none;isolation:isolate}.loaded #reflection-form-response{transition:opacity .4s cubic-bezier(.38,.005,.215,1)}.reflection-form-response #reflection-form-response{opacity:1;pointer-events:auto}@media (min-width:650px){#reflection-form-response{width:100%;max-width:560px;max-height:calc(100% - 50px);align-items:flex-start;padding:50px 90px 50px 180px}}@media (max-width:649.99px){#reflection-form-response{max-width:calc(100% - 50px);max-height:calc(100% - 50px);align-items:center;padding:60px 40px;text-align:center}}#reflection-form-response:before{content:'';display:block;height:80px;width:80px;background-position:center;background-repeat:no-repeat;background-size:contain}.reflection-form-success #reflection-form-response:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/reflection-form-success.svg)}.reflection-form-failure #reflection-form-response:before{background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/icons/reflection-form-failure.svg)}@media (min-width:650px){#reflection-form-response:before{position:absolute;top:50%;left:50px;transform:translateY(-50%)}}@media (max-width:649.99px){#reflection-form-response:before{margin-bottom:50px}}#reflection-form-response>.logo{width:160px;height:40px;margin:5px 0 15px;background-image:url(/wp-content/themes/nomads-02-04-2025/resources/scripts/css/../../images/logo-dark.svg);background-position:top left;background-size:contain;background-repeat:no-repeat}#reflection-form-response>.title{margin-bottom:5px;font-size:16px;font-weight:500}#reflection-form-response>.description{font-size:14px}