.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:1px solid #e8e8e8;-webkit-box-sizing:border-box;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(68,68,68,.11);box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(0.75) translateY(-19px);transform:scale(0.75) translateY(-19px);-webkit-transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}.nice-select .list{border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:rgba(0,0,0,0);border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset: -3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset: -3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast: none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid rgba(0,0,0,0);cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0 !important;padding:0 !important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none !important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:rgba(0,0,0,0);border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}h1,h2,h3,h4,h5,h6{font-family:"OakesGrotesk",sans-serif}h2{font-size:72px;font-weight:400;line-height:120%;letter-spacing:-0.01em;color:hsla(0,0%,100%,.3)}h2 span{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:#fff}span,a,button,figcaption,div,p,body,html{font-family:"Manrope",sans-serif;font-weight:400;font-size:16px;line-height:160%;color:#171717}*{box-sizing:border-box}img{height:auto}.btn{display:inline-block;font-family:"OakesGrotesk";font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;transition:300ms all ease;text-decoration:none;padding-bottom:2px;border-bottom:1px solid #fff;cursor:pointer}.btn.disabled{opacity:.4;pointer-events:none}.btn:hover{color:#9b8168;border-bottom:1px solid #9b8168}*{margin:0;box-sizing:border-box}button{padding:0}html{scroll-behavior:smooth;-webkit-scroll-behavior:smooth;max-width:100%;overflow-x:hidden}html.freeze{overflow-y:hidden}body{overflow-x:hidden;max-width:100%;font-family:"OakesGrotesk";background:#171717}body.page-template-generic{background:#000}body.home.page-template-page-v2{background:#000}.wrapper{overflow:hidden}.container{margin:auto}@media(min-width: 576px){.container{max-width:100%}}@media(min-width: 768px){.container{max-width:100%}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1280px}}@media(min-width: 1600px){.container{max-width:1461px}}@media(max-width: 1300px){.container{max-width:100%;padding-left:25px;padding-right:25px}}@media(max-width: 768px){.container{padding-left:25px;padding-right:25px}}body.home{background-color:#171717}.flickity-page-dots .dot{width:40px;height:4px;border-radius:0;background:#373737;transition:300ms all ease}.flickity-page-dots .dot.is-selected{background:#9b8168}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes fadeup{0%{opacity:0;transform:translateY(5px)}100%{opacity:1;transform:translateY(0px)}}#wpadminbar{position:fixed;top:unset;bottom:0 !important}body.admin-bar{margin-top:-33px !important}.header-desktop{position:fixed;max-width:100vw;width:100%;top:0;left:0;height:81px;z-index:99999;transition:500ms all ease;border-bottom:1px solid #000;background:#000}@media(max-width: 1200px){.header-desktop{height:64px}}.header-desktop.headroom--not-top{background:rgba(0,0,0,.8);backdrop-filter:blur(50px);border-bottom:1px solid rgba(0,0,0,.8)}.header-desktop .site-logo a{display:flex}@media(max-width: 600px){.header-desktop .site-logo{max-width:134px}.header-desktop .site-logo svg{width:100%;height:auto}}.header-desktop svg path{transition:300ms all ease}.header-desktop .container{display:flex;align-items:center;justify-content:space-between;max-width:100%;height:100%}@media(max-width: 1200px){.header-desktop .container{padding:0}}.header-desktop .container>div{width:33.33%;display:flex;align-items:center;color:#fff}.header-desktop .container>div:first-child{gap:16px;max-width:179px;padding-left:40px;height:100%;border-right:1px solid #333}.header-desktop .container>div:nth-child(2){justify-content:center}.header-desktop .container>div:last-child{justify-content:flex-end;max-width:179px;padding-right:40px;height:100%;border-left:1px solid #333}.header-desktop .container>div:last-child a{font-family:"OakesGrotesk";display:flex;align-items:center;gap:16px}.header-desktop .container>div:last-child a img{margin-top:-3px}.header-desktop .container>div a{color:#fff;display:flex;align-items:center}.header-desktop .left-col{display:flex;align-items:center}@media(max-width: 1200px){.header-desktop .left-col{padding-left:0 !important}}.header-desktop .left-col span{font-family:"OakesGrotesk";font-weight:400;font-size:16px;line-height:120%;letter-spacing:.02em;color:#fff}.header-desktop .left-col .site-logo{margin-right:56px}.header-desktop .left-col ul{list-style:none;display:flex;align-items:center}@media(max-width: 1200px){.header-desktop .left-col ul{display:none}}.header-desktop .left-col ul li{margin-right:56px}.header-desktop .left-col ul li a{text-decoration:none;font-family:"OakesGrotesk";font-size:16px;line-height:20px;letter-spacing:.04em;color:#fff}.header-desktop .right-col{display:flex;align-items:center;gap:14px}@media(max-width: 1200px){.header-desktop .right-col{padding-right:0 !important}}.header-desktop .right-col a{text-decoration:none;line-height:1}@media(max-width: 1200px){.header-desktop .right-col a{width:64px;height:64px;min-width:64px;display:flex;align-items:center;justify-content:center}}.header-desktop .right-col span{font-family:"OakesGrotesk";font-weight:400;font-size:16px;line-height:120%;letter-spacing:.02em;color:#fff}.header-desktop .left-col,.header-desktop .right-col{cursor:pointer;transition:300ms all ease}@media(max-width: 1200px){.header-desktop .left-col,.header-desktop .right-col{width:64px !important;height:64px !important;display:flex;align-items:center !important;justify-content:center !important}.header-desktop .left-col span,.header-desktop .right-col span{display:none}}.header-desktop .left-col:hover,.header-desktop .left-col.active,.header-desktop .right-col:hover,.header-desktop .right-col.active{background:#9b8168}body{padding-top:81px}@media(max-width: 1200px){body{padding-top:65px}}body.home .header-desktop{background:#171717;border-bottom:1px solid #333}body.home .header-desktop.headroom--not-top{background:rgba(0,0,0,.8);backdrop-filter:blur(50px);border-bottom:1px solid rgba(0,0,0,.8)}body.nav-open .header-desktop{background:rgba(0,0,0,0) !important;backdrop-filter:blur(0px) !important;border-bottom:1px solid #333 !important}@media(max-width: 1200px){.hamburger{width:64px;height:64px;display:flex;align-items:center;justify-content:center}}.hamburger .open,.hamburger .close{-webkit-animation:"fadein";animation:"fadein";animation-duration:500ms;cursor:pointer}.hamburger .open{display:flex}.hamburger .close{display:none}.hamburger.active .open{display:none}.hamburger.active .close{display:flex}#mobile-navigation{transition:500ms all ease;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background:#000;backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px);padding-top:81px;opacity:0;pointer-events:none}@media(max-width: 1200px){#mobile-navigation{padding-top:65px}}#mobile-navigation.active{opacity:1;pointer-events:all}#mobile-navigation .container{max-width:100%;height:86vh;display:flex;justify-content:space-between;overflow:visible}#mobile-navigation .container .container{display:flex}#mobile-navigation .bottom-btns{display:flex;flex-direction:column;gap:16px}#mobile-navigation .bottom-btns a{border:none}#mobile-navigation .bottom-btns a:first-child{background:#fff;color:#171717}#mobile-navigation .bottom-btns a:last-child{background:#171717;color:#fff}#mobile-navigation ul{list-style:none;padding-left:0}#mobile-navigation ul li{margin-bottom:48px}@media(max-width: 600px){#mobile-navigation ul li{margin-bottom:48px}}#mobile-navigation ul li a{font-family:"OakesGrotesk";font-weight:400 !important;font-size:42px;line-height:120%;letter-spacing:-0.01em;color:#fff;text-decoration:none;font-weight:500;transition:300ms all ease}@media(max-width: 600px){#mobile-navigation ul li a{font-size:32px}}#mobile-navigation ul li a:hover{color:#9b8168}#mobile-navigation .fake-slider{width:50%;gap:56px}@media(max-width: 1200px){#mobile-navigation .fake-slider{display:none}}#mobile-navigation .fake-slider ul{height:calc(100% + 150px)}#mobile-navigation .fake-slider ul li{margin-bottom:56px}#mobile-navigation .fake-slider ul li img{width:480px;height:720px}@media(max-width: 1600px){#mobile-navigation .fake-slider ul li img{width:400px;height:520px;object-fit:cover}}#mobile-navigation .fake-slider ul:last-child{height:calc(100% + 200px);margin-top:-150px}#mobile-navigation #primary-menu-mob{padding:80px;max-height:80vh;-ms-overflow-style:none;scrollbar-width:none;overflow-y:auto}#mobile-navigation #primary-menu-mob::-webkit-scrollbar{display:none}@media(max-width: 1200px){#mobile-navigation #primary-menu-mob{padding:48px 0}}#mobile-navigation #primary-menu-mob li.current_page_item a{color:#9b8168}@media(max-width: 600px){#mobile-navigation #primary-menu-mob .sub-menu li{margin-bottom:16px}}@media(max-width: 600px){#mobile-navigation #primary-menu-mob .sub-menu li a{font-size:20px}}.page-id-187 #hero *{color:#171717}.page-id-187 #hero .cta-btn .arrow,.page-id-187 #hero .cta-btn{border:2px solid #171717}.page-id-187 #hero .cta-btn .arrow svg path,.page-id-187 #hero .cta-btn svg path{fill:#171717}.page-id-187 #hero .cta-btn .arrow:hover,.page-id-187 #hero .cta-btn:hover{background-color:#171717;color:#fff}.page-id-187 #hero .cta-btn .arrow:hover svg path,.page-id-187 #hero .cta-btn:hover svg path{fill:#fff}.page-id-187 .header-desktop ul li a{color:#171717 !important}.page-id-187 .header-desktop .login-btn{background:#fff;border:2px solid #303030;color:#171717}.page-id-187 .header-desktop .login-btn:hover{color:#fff;background:#171717;border:2px solid #fff}.page-id-187 .header-desktop.headroom--not-top .login-btn{border:2px solid #fff}.page-id-187 .header-desktop.headroom--not-top .login-btn:hover{border:2px solid #171717}.page-id-187 .header-desktop.headroom--not-top .sign-up-btn{background:#171717;color:#fff}.page-id-187 .header-desktop.headroom--not-top .sign-up-btn:after{opacity:0}.page-id-187 .header-desktop.headroom--not-top .sign-up-btn:hover{background:#fff;color:#171717}.page-id-187 .header-desktop .sign-up-btn{color:#171717}.page-id-187 .header-desktop .sign-up-btn:hover{background:#171717;color:#fff}.page-id-187 .header-desktop .sign-up-btn:hover:after{opacity:0}.page-id-187 .header-desktop .hamburger svg{border-radius:12px;transition:300ms all ease}.page-id-187 .header-desktop .hamburger rect{transition:300ms all ease}@media(max-width: 1200px){.page-id-187 .header-desktop .hamburger svg{background:#fff}.page-id-187 .header-desktop .hamburger .open svg rect:nth-child(1),.page-id-187 .header-desktop .hamburger .open svg rect:nth-child(2),.page-id-187 .header-desktop .hamburger .open svg rect:nth-child(3){stroke:#171717}.page-id-187 .header-desktop .hamburger .open svg rect:last-child{stroke:#fff}}#mobile-navigation ul .sub-menu{transition:400ms all ease;overflow:hidden;height:0}#mobile-navigation ul .sub-menu li{margin-top:24px;margin-bottom:0}#mobile-navigation ul .sub-menu li a{font-size:24px;line-height:120%}#mobile-navigation #primary-menu-mob .menu-item-has-children>div{display:flex;align-items:center;gap:12px}#mobile-navigation #primary-menu-mob .sub-menu-wrap svg path,#mobile-navigation #primary-menu-mob .sub-menu-wrap svg{transition:400ms all ease}.sub-menu .sub-menu{padding-left:10px !important}.sub-menu-wrap svg{cursor:pointer !important}#mobile-navigation #primary-menu-mob .sub-menu-wrap.active a{color:#9b8168}#mobile-navigation #primary-menu-mob .sub-menu-wrap.active svg path{stroke:#9b8168}#mobile-navigation #primary-menu-mob .sub-menu-wrap.active svg{transform:rotate(180deg);transform-origin:center}#mobile-navigation #primary-menu-mob .sub-menu-wrap.active+.sub-menu a{color:#fff}#mobile-navigation #primary-menu-mob .make-grey a,#mobile-navigation #primary-menu-mob .make-grey.current-menu-item a{color:hsla(0,0%,100%,.5)}#mobile-navigation #primary-menu-mob .make-grey svg path,#mobile-navigation #primary-menu-mob .make-grey.current-menu-item svg path{stroke:hsla(0,0%,100%,.5)}.splide__slide{height:auto !important}#mobile-navigation .fake-slider ul li{transition:200ms all ease}.splide__track{padding-top:130px !important}.fake-slider{display:flex;width:calc(50% + 55px) !important}@media(max-width: 1600px){.fake-slider{width:calc(50% + 135px) !important}}.fake-slider .splide{margin-top:-100px}.splide-2 .splide__track{transform:translateY(-120px) !important;height:fit-content !important}.splide__list{transition:800ms all ease !important}.fake-slider .splide li img{transition:300ms all ease;opacity:.6}.fake-slider .splide:first-child li.is-active img{opacity:1}.sub-menu-wrap.active>a{color:#9b8168 !important}.sub-menu .sub-menu li{margin-top:22px !important}.sub-menu .sub-menu li a{font-size:18px !important}body .current_page_item>a{color:#9b8168 !important}body .current_page_item .sub-menu-wrap>a{color:#9b8168 !important}.footer{position:relative;z-index:100;background:#000;padding-top:67px;padding-bottom:48px}.footer .container{max-width:calc(100% - 160px)}@media(max-width: 1300px){.footer .container{max-width:100%}}@media(max-width: 768px){.footer{display:none}}.footer .col p,.footer .additional-items a{color:#fff}.footer .cols{display:flex;justify-content:space-between;width:100%}@media(max-width: 1300px){.footer .cols{flex-wrap:wrap;gap:68px}}.footer .cols p{margin-bottom:20px;font-weight:500;font-size:18px;line-height:120%;letter-spacing:-0.01em;color:#fff}.footer .cols p.col-title{color:#fff;font-weight:400;font-size:24px;line-height:120%;font-family:"OakesGrotesk";margin-bottom:32px}.footer .cols p a{font-family:"Manrope";font-weight:500;font-size:18px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-bottom:20px;text-decoration:none;transition:300ms all ease}.footer .cols p a:hover{color:#9b8168}.footer .cols .col{min-width:220px}.footer .cols .col:first-child{margin-right:220px}@media(max-width: 1300px){.footer .cols .col:first-child{width:100%}}.footer .additional-items{width:100%;margin-top:100px;padding-top:40px;margin-bottom:40px;border-top:1px solid #262626;display:flex;align-items:center}.footer .additional-items a{font-family:"Manrope";font-weight:600;font-size:18px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-right:32px;text-decoration:none;display:flex;align-items:center;gap:8px;transition:500ms all ease}.footer .additional-items a:last-child{margin-right:0}.footer .additional-items a svg{transform-origin:center;transition:500ms all ease}.footer .additional-items a.active svg{transform:rotate(180deg)}.footer .location-address{transition:500ms all ease;height:0px;overflow:hidden}.footer .loc-address-holder{display:none;width:fit-content;-webkit-animation:fadein;animation:fadein;animation-duration:500ms;margin-bottom:48px}.footer .loc-address-holder.active{display:block}.footer .loc-address-holder p,.footer .loc-address-holder a{font-family:"Manrope";font-weight:400;font-size:18px;line-height:160%;color:#fff;display:block;text-decoration:none}.footer .loc-address-holder p{margin-bottom:20px}.footer .bottom-text div,.footer .bottom-text p{font-weight:400;font-size:13px;line-height:160%;letter-spacing:-0.01em;color:#777}.footer .bottom-text div:last-child,.footer .bottom-text p:last-child{margin-bottom:0}.footer .partners{margin-top:40px;display:flex;align-items:center;gap:29px;flex-wrap:wrap}.footer .site-built{margin-top:32px;font-family:"Manrope";font-weight:400;font-size:13px;line-height:160%;letter-spacing:-0.01em;color:#777}.footer .social-icons{margin-top:32px;display:flex;gap:20px}.footer .social-icons a{display:flex}.footer .social-icons a svg{width:32px;height:32px}.footer .social-icons a svg path{transition:300ms all ease}.footer .social-icons a:hover svg path{fill:#fff}.footer .social-icons svg path{fill:#777}#footer-mob{background:#000;padding-top:38px;border-top:1px solid #262626;padding-bottom:24px}@media(min-width: 768px){#footer-mob{display:none}}#footer-mob .social-icons{margin-top:32px;display:flex;gap:20px;margin-bottom:36px}#footer-mob .social-icons svg{width:24px;height:24px}#footer-mob .social-icons svg path{fill:#777}#footer-mob .footer-logo{margin-bottom:28px}#footer-mob .footer-logo a{display:flex}#footer-mob .footer-logo img{width:182px}#footer-mob .accordion,#footer-mob .accordion-mob{font-size:20px;line-height:120%;color:#fff;padding:0;padding:12px 0;border:none;justify-content:flex-start;gap:12px}#footer-mob .accordion:after,#footer-mob .accordion-mob:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTg0OTg1IDAuMTk5N0MwLjQzMTYzMiAtMC4wNjY1NjY2IDAuODMxNTI2IC0wLjA2NjU2NjYgMS4wNzgxNyAwLjE5OTdMNCAzLjM1Mzk1TDYuOTIxODMgMC4xOTk3QzcuMTY4NDcgLTAuMDY2NTY2NiA3LjU2ODM3IC0wLjA2NjU2NjYgNy44MTUwMiAwLjE5OTdDOC4wNjE2NiAwLjQ2NTk2NiA4LjA2MTY2IDAuODk3NjcgNy44MTUwMiAxLjE2Mzk0TDQuNDQ2NTkgNC44MDAzQzQuMTk5OTUgNS4wNjY1NyAzLjgwMDA1IDUuMDY2NTcgMy41NTM0MSA0LjgwMDNMMC4xODQ5ODUgMS4xNjM5NEMtMC4wNjE2NjE3IDAuODk3NjcgLTAuMDYxNjYxNyAwLjQ2NTk2NiAwLjE4NDk4NSAwLjE5OTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");transform-origin:center !important;transition:300ms all ease;margin-left:0;position:relative;top:-3px}#footer-mob .accordion.active:after,#footer-mob .active.accordion-mob:after{transform:rotate(180deg);top:7px}#footer-mob .panel{border:none}#footer-mob .panel p,#footer-mob .panel a{font-size:13px;line-height:160%;color:#c7c7c7;padding-bottom:8px;text-decoration:none}#footer-mob .panel p:last-child{padding-bottom:20px}#footer-mob .additional-items{margin-top:28px;gap:12px;display:flex;flex-wrap:wrap;flex-direction:column;padding-top:32px;border-top:1px solid #262626;margin-bottom:32px}#footer-mob .additional-items .accordion:first-child,#footer-mob .additional-items .accordion-mob:first-child{padding-top:0}#footer-mob .additional-items a{font-weight:600;font-size:13px;line-height:120%;color:#fff;text-decoration:none;margin-bottom:0px;display:block}#footer-mob .bottom-text div,#footer-mob .bottom-text p{font-size:13px;line-height:160%;color:#4f4f4f;margin-bottom:18px}#footer-mob .bottom-text div:last-child,#footer-mob .bottom-text p:last-child{margin-bottom:0}#footer-mob .bottom-text p{margin-bottom:0}#footer-mob .partners{margin-top:32px;gap:29px;display:flex;flex-wrap:wrap}#footer-mob .panel p a{padding-bottom:0 !important}#footer-mob .panel p:first-child{padding-top:10px}.site-built{font-weight:400;font-size:13px;line-height:160%;text-align:left;letter-spacing:-0.01em;color:#777;margin-top:0 !important}.site-built a{transition:300ms all ease;text-decoration:none;color:#777;font-size:13px;line-height:160%}.site-built a:hover{color:#fff}.footer-end-flex-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding-top:32px;margin-top:32px}.footer-end-flex-container .flex-container{display:flex;align-items:center;gap:20px}.footer-end-flex-container .flex-container a{transition:300ms all ease;text-decoration:none;color:#777;font-size:13px;line-height:160%}.footer-end-flex-container .flex-container a:hover{color:#fff}body .footer-v2{position:relative;z-index:100;background:#000;padding-top:80px;padding-bottom:48px}body .footer-v2 p,body .footer-v2 span{color:#fff}body .footer-v2 .container{max-width:calc(100% - 160px);margin:0 auto}@media(max-width: 1300px){body .footer-v2 .container{max-width:calc(100% - 60px)}}@media(max-width: 768px){body .footer-v2 .container{max-width:calc(100% - 40px)}}@media(max-width: 768px){body .footer-v2{display:none}}body .footer-v2 .footer-v2-grid{display:flex;justify-content:space-between;width:100%;gap:40px}@media(max-width: 1100px){body .footer-v2 .footer-v2-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:60px 40px}}body .footer-v2 .footer-v2-grid .footer-v2-logo-col{min-width:225px;margin-right:80px}@media(max-width: 1300px){body .footer-v2 .footer-v2-grid .footer-v2-logo-col{margin-right:20px}}@media(max-width: 1100px){body .footer-v2 .footer-v2-grid .footer-v2-logo-col{grid-column:span 2;margin-right:0}}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-logo a{display:inline-block}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-logo img{max-width:180px;height:auto}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-logo .logo-text{font-family:"OakesGrotesk";font-size:24px;font-weight:700;color:#fff;letter-spacing:1px}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-social{margin-top:32px;display:flex;gap:20px;align-items:center}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-social a{display:flex;align-items:center;justify-content:center;text-decoration:none}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-social a svg{width:24px;height:24px}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-social a svg path{fill:#777;transition:fill 300ms ease}body .footer-v2 .footer-v2-grid .footer-v2-logo-col .footer-v2-social a:hover svg path{fill:#fff}body .footer-v2 .footer-v2-grid .footer-v2-right-columns{display:flex;gap:48px}body .footer-v2 .footer-v2-grid .footer-v2-col{width:260px;max-width:260px;flex:1}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-title{color:#fff;font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;margin-bottom:32px}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents p,body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents a,body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents li,body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents ul{font-family:"Manrope";font-weight:400;font-size:18px;line-height:150%;color:#fff;text-decoration:none}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents a{margin-bottom:20px}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents p{margin-bottom:16px}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents p:last-child{margin-bottom:0}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents a{display:inline-block;transition:color 300ms ease;margin-bottom:16px}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents a:last-child{margin-bottom:0}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents a:hover{color:#fff}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents ul{list-style:none;padding:0;margin:0}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents ul li{margin-bottom:16px}body .footer-v2 .footer-v2-grid .footer-v2-col .footer-v2-col-contents ul li:last-child{margin-bottom:0}body .footer-v2 .footer-v2-divider{border:0;border-top:1px solid #1c1c1c;margin:80px 0 36px 0}body .footer-v2 .footer-v2-bottom-selectors{display:flex;gap:32px;margin-bottom:32px}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn{display:inline-flex;align-items:center;gap:8px;font-family:"OakesGrotesk";font-size:15px;font-weight:500;color:#777;text-decoration:none;transition:color 300ms ease}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn span{text-transform:uppercase}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn svg{width:10px;height:6px;transition:transform 300ms ease}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn svg path{stroke:#777;transition:stroke 300ms ease}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn:hover,body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn.active{color:#fff}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn:hover svg path,body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn.active svg path{stroke:#fff}body .footer-v2 .footer-v2-bottom-selectors .footer-v2-selector-btn.active svg{transform:rotate(180deg)}body .footer-v2 .footer-v2-addresses-wrapper{transition:400ms all ease;height:0px;overflow:hidden}body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card{display:none;animation:footerFadeIn 400ms forwards;padding-bottom:32px}body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card.active{display:block}body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card p,body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card a{font-family:"Manrope";font-size:18px;line-height:160%;color:#fff;text-decoration:none;margin-bottom:12px;display:block}body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card p:last-child,body .footer-v2 .footer-v2-addresses-wrapper .footer-v2-address-card a:last-child{margin-bottom:0}body .footer-v2 .footer-v2-copyright{font-family:"Manrope";font-size:13px;line-height:150%;color:#777;margin-bottom:16px}body .footer-v2 .footer-v2-disclaimer{font-family:"Manrope";font-size:13px;line-height:160%;color:#777;margin-bottom:32px}body .footer-v2 .footer-v2-disclaimer a,body .footer-v2 .footer-v2-disclaimer p{color:#777;margin-bottom:12px}body .footer-v2 .footer-v2-disclaimer a:last-child,body .footer-v2 .footer-v2-disclaimer p:last-child{margin-bottom:0}body .footer-v2 .footer-v2-partners{display:flex;flex-wrap:wrap;align-items:center;gap:32px;margin-bottom:40px}body .footer-v2 .footer-v2-partners img{max-height:28px;width:auto;object-fit:contain;transition:all 300ms ease}body .footer-v2 .footer-v2-partners img:hover{filter:grayscale(0) brightness(1);opacity:1}body .footer-v2 .footer-v2-end-row{display:flex;justify-content:space-between;align-items:center}body .footer-v2 .footer-v2-end-row .footer-v2-designed{font-family:"Manrope";font-size:13px;color:#777}body .footer-v2 .footer-v2-end-row .footer-v2-designed a{color:#777;text-decoration:none;transition:color 300ms ease}body .footer-v2 .footer-v2-end-row .footer-v2-designed a:hover{color:#fff}body .footer-v2 .footer-v2-end-row .footer-v2-links{display:flex;gap:24px}body .footer-v2 .footer-v2-end-row .footer-v2-links a{font-family:"Manrope";font-size:13px;color:#777;text-decoration:none;transition:color 300ms ease}body .footer-v2 .footer-v2-end-row .footer-v2-links a:hover{color:#fff}.footer-v2-mob{display:none;background:#000;padding-top:60px;padding-bottom:32px;border-top:1px solid #1c1c1c}@media(max-width: 768px){.footer-v2-mob{display:block}}.footer-v2-mob span,.footer-v2-mob p{color:#fff}.footer-v2-mob .container{margin:0 auto}.footer-v2-mob .footer-v2-mob-header{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.footer-v2-mob .footer-v2-mob-header .footer-v2-logo a{display:inline-block}.footer-v2-mob .footer-v2-mob-header .footer-v2-logo img{max-width:180px;height:auto}.footer-v2-mob .footer-v2-mob-header .footer-v2-logo .logo-text{font-family:"OakesGrotesk";font-size:20px;font-weight:700;color:#fff;letter-spacing:1px}.footer-v2-mob .footer-v2-mob-header .footer-v2-social{display:flex;gap:24px}.footer-v2-mob .footer-v2-mob-header .footer-v2-social a{display:flex;align-items:center}.footer-v2-mob .footer-v2-mob-header .footer-v2-social a svg{width:24px;height:24px}.footer-v2-mob .footer-v2-mob-header .footer-v2-social a svg path{fill:#fff}.footer-v2-mob .footer-v2-mob-accordion-group{margin-bottom:0px}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item{border:none}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:rgba(0,0,0,0);border:none;outline:none;cursor:pointer;color:#fff;font-family:"OakesGrotesk";font-size:24px;font-weight:400}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger span{text-transform:capitalize}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger svg{width:10px;height:6px;transition:transform 300ms ease;color:#fff}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger svg path{stroke:currentColor;stroke-width:1.5}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger.active svg{transform:rotate(180deg)}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel{max-height:0;overflow:hidden;transition:max-height 300ms cubic-bezier(0.4, 0, 0.2, 1)}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content{padding-bottom:20px}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content p,.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content a,.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content li,.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content ul{font-family:"Manrope";font-size:16px;line-height:160%;color:#c7c7c7;text-decoration:none}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content p{margin-bottom:12px}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content p:last-child{margin-bottom:0}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content a{display:block;margin-bottom:12px}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content a:last-child{margin-bottom:0}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content ul{list-style:none;padding:0;margin:0}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content ul li{margin-bottom:12px}.footer-v2-mob .footer-v2-mob-accordion-group .footer-v2-mob-acc-item .footer-v2-mob-acc-panel .footer-v2-mob-acc-panel-content ul li:last-child{margin-bottom:0}.footer-v2-mob .footer-v2-mob-accordion-group-addresses{margin-bottom:32px}.footer-v2-mob .footer-v2-mob-accordion-group-addresses .footer-v2-mob-acc-item .footer-v2-mob-acc-trigger span{text-transform:uppercase}.footer-v2-mob .footer-v2-mob-divider{border:0;border-top:1px solid #1c1c1c;margin:24px 0}.footer-v2-mob .footer-v2-copyright{font-family:"Manrope";font-size:14px;line-height:150%;color:#777;margin-bottom:16px}.footer-v2-mob .footer-v2-disclaimer{font-family:"Manrope";font-size:13px;line-height:160%;color:#777;margin-bottom:32px}.footer-v2-mob .footer-v2-disclaimer span,.footer-v2-mob .footer-v2-disclaimer p{font-size:13px;color:#777}.footer-v2-mob .footer-v2-disclaimer p{margin-bottom:12px}.footer-v2-mob .footer-v2-disclaimer p:last-child{margin-bottom:0}.footer-v2-mob .footer-v2-partners{display:flex;flex-wrap:wrap;align-items:center;gap:32px;margin-bottom:40px}.footer-v2-mob .footer-v2-partners img{max-height:28px;width:auto;object-fit:contain}.footer-v2-mob .footer-v2-end-row{display:flex;flex-direction:column;gap:16px;padding-top:0;border-top:none}.footer-v2-mob .footer-v2-end-row .footer-v2-designed{font-family:"Manrope";font-size:14px;color:#777}.footer-v2-mob .footer-v2-end-row .footer-v2-designed a{color:#777;text-decoration:none}.footer-v2-mob .footer-v2-end-row .footer-v2-links{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}.footer-v2-mob .footer-v2-end-row .footer-v2-links a{font-family:"Manrope";font-size:14px;color:#777;text-decoration:none}@keyframes footerFadeIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.bounce{animation-duration:1.8s;animation-iteration-count:infinite;animation-name:bounce;animation-timing-function:linear}@keyframes bounce{0%{transform:translateY(0)}50%{transform:translateY(-15px)}100%{transform:translateY(0)}}.pin-spacer{max-height:calc(100vh + 50px)}.hero{width:100%;min-height:100vh;min-height:100svh;margin-top:-83px;background-color:#171717;position:relative;top:0 !important;transform:translateY(0) !important}@media(max-width: 1600px){.hero{min-height:100vh;min-height:100svh}}@media(max-width: 1200px){.hero{min-height:70vh}}@media(max-width: 600px){.hero{margin-top:0px;min-height:52vh;margin-bottom:155px}}.hero .down-arrow{position:absolute;width:unset;height:unset;padding:unset;top:unset;left:80px;bottom:80px;transition:800ms all ease;z-index:99999}@media(max-width: 1200px){.hero .down-arrow{left:20px;bottom:20px}}@media(max-width: 600px){.hero .down-arrow{left:unset;right:25px;bottom:40px}.hero .down-arrow svg{width:64px;height:64px}}.hero>div{position:absolute;width:100%;height:100%;display:flex;top:0;left:0}@media(max-width: 1200px){.hero>div{padding:0 25px}}.hero>div img{width:100%;height:auto}.hero h1{font-family:"OakesGrotesk";font-weight:400;font-size:36px;line-height:120%;text-align:right;letter-spacing:-0.01em;color:hsla(0,0%,100%,.3);max-width:364px;bottom:80px;right:80px;position:absolute;transition:800ms all ease;z-index:99999}@media(max-width: 1200px){.hero h1{bottom:20px;right:20px}}@media(max-width: 600px){.hero h1{bottom:-120px;font-size:24px;line-height:140%;max-width:100%;right:0;padding:0 25px;text-align:left}.hero h1 br{display:none}}.hero h1 span{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;color:#fff}.hero .v-center-items{display:flex;align-items:center;justify-content:center;z-index:99;transition:800ms all ease}.hero .v-center-items img{max-width:1520px;transform:translateY(-50px)}@media(max-width: 1600px){.hero .v-center-items img{max-width:1200px}}@media(max-width: 992px){.hero .v-center-items img{transform:translateY(150px)}}@media(max-width: 600px){.hero .v-center-items img{transform:translateY(100px)}}.hero .v-bottom-items{display:flex;align-items:flex-end;justify-content:center}.hero .v-bottom-items>div>div{position:absolute;display:flex}.hero .v-bottom-items>div>div.bg-img,.hero .v-bottom-items>div>div.bg-img-overlap{max-width:45%;height:100%;width:100%;transition:1500ms all ease;transition-delay:200ms}@media(max-width: 992px){.hero .v-bottom-items>div>div.bg-img,.hero .v-bottom-items>div>div.bg-img-overlap{max-width:75%}}@media(max-width: 600px){.hero .v-bottom-items>div>div.bg-img,.hero .v-bottom-items>div>div.bg-img-overlap{max-width:calc(100% - 40px);margin-left:20px;margin-right:20px}}.hero .v-bottom-items>div>div.bg-img img,.hero .v-bottom-items>div>div.bg-img video,.hero .v-bottom-items>div>div.bg-img-overlap img,.hero .v-bottom-items>div>div.bg-img-overlap video{width:100%;height:70%;object-fit:cover;object-position:bottom;transition:1800ms all ease;transition-delay:100ms}@media(max-width: 600px){.hero .v-bottom-items>div>div.bg-img img,.hero .v-bottom-items>div>div.bg-img video,.hero .v-bottom-items>div>div.bg-img-overlap img,.hero .v-bottom-items>div>div.bg-img-overlap video{min-height:47vh}}.hero .v-bottom-items>div>div.bg-img-overlap img.hide{opacity:0 !important}.hero .v-bottom-items .bg-img,.hero .v-bottom-items .bg-img-overlap{display:flex;align-items:flex-end}@media(max-width: 1600px){.hero .v-bottom-items .bg-img img,.hero .v-bottom-items .bg-img video,.hero .v-bottom-items .bg-img-overlap img,.hero .v-bottom-items .bg-img-overlap video{max-height:100%}}.hero .v-bottom-items .obj-img{max-height:774px;z-index:99}.hero .v-bottom-items .obj-img img{width:unset;max-height:774px}@media(max-width: 1600px){.hero .v-bottom-items .obj-img img{max-height:650px}}@media(max-width: 600px){.hero .v-bottom-items .obj-img img{max-height:420px;width:100%}}.hero .v-bottom-items .shape-img{transform:translateX(250px) translateY(-150px)}.hero .v-bottom-items .shape-img img{max-width:784px}@media(max-width: 1200px){.hero .v-bottom-items .shape-img img{width:280px}}@media(max-width: 1200px){.hero .v-bottom-items .shape-img{top:65px;right:0px;margin-right:0px;transform:translateY(20px)}}@media(max-width: 600px){.hero .v-bottom-items .shape-img{top:-20px;right:-25px}.hero .v-bottom-items .shape-img img{max-width:280px}}.hero .v-bottom-items .inner{width:100%;height:100%;position:relative;top:0;left:0;display:flex;justify-content:center;text-align:center;align-items:flex-end}.hero .obj-img{transition:600ms all ease;transition-delay:1500ms}.hero.animate h1,.hero.animate .down-arrow,.hero.animate .v-center-items{opacity:0}.hero.animate .bg-img,.hero.animate .bg-img-overlap{max-width:100% !important;width:100%}.hero.animate .bg-img video,.hero.animate .bg-img img,.hero.animate .bg-img-overlap video,.hero.animate .bg-img-overlap img{height:100% !important}.hero.animate .obj-img{opacity:0}.hero video{position:absolute;width:100%;height:100%;object-fit:contain;object-position:center}.hero .v-center-items{position:relative;z-index:99999}.hero .bg-img-overlap{position:relative;z-index:9999}.hero .bg-img{position:relative;z-index:999}.hero .obj-img{position:relative;z-index:99999 !important}.about{position:relative;padding-top:160px;padding-bottom:138px}@media(max-width: 1200px){.about{padding-bottom:40px}}@media(max-width: 768px){.about{padding:48px 0}}.about .bg{width:100%;height:100%;position:absolute;top:0;left:0}.about .bg img{width:100%;height:100%;object-fit:cover;object-position:top}.about .container{max-width:100%;padding:0 80px;position:relative;z-index:10;display:flex;justify-content:space-between}@media(max-width: 1200px){.about .container{padding:0 25px}}@media(max-width: 768px){.about .container{flex-direction:column;gap:64px}}.about .container>div{width:50%;min-width:auto}@media(max-width: 768px){.about .container>div{width:100%}}.about .container .left-col{max-width:627px;margin-right:80px}.about .container h2{margin-bottom:48px}@media(max-width: 1200px){.about .container h2{font-size:46px;margin-bottom:10px}}@media(max-width: 600px){.about .container h2{font-size:36px;line-height:120%}}.about .container p{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#fff}.about .container p a{font-family:inherit;font-size:inherit;color:inherit;text-decoration:none}@media(max-width: 600px){.about .container p{font-size:16px;line-height:160%}}.about .container .btn{margin-top:48px}@media(max-width: 1200px){.about .container .btn{margin-top:25px}}@media(max-width: 600px){.about .container .btn{font-size:16px;line-height:120%}}.about .right-col{min-width:680px}@media(max-width: 1600px){.about .right-col{min-width:550px}}@media(max-width: 681px){.about .right-col{min-width:100%}}.about .right-col .action-items .item{display:flex;align-items:center;justify-content:space-between;padding-bottom:48px;margin-bottom:48px;border-bottom:1px solid #373737}.about .right-col .action-items .item:last-child{border-bottom:none}.about .right-col .action-items .item a{display:flex}@media(max-width: 600px){.about .right-col .action-items .item{padding-bottom:24px;margin-bottom:24px}.about .right-col .action-items .item .text-content{margin-right:20px}.about .right-col .action-items .item img{width:20px;height:20px}}@media(max-width: 600px){.about .right-col .action-items .item .text-content+a{width:40px;height:40px;min-width:40px;min-height:40px}.about .right-col .action-items .item .text-content+a svg{width:40px;height:40px;min-width:40px;min-height:40px}}.about .right-col .title-holder{display:flex;align-items:center;gap:16px;margin-bottom:8px}.about .right-col p.title{font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em}@media(max-width: 600px){.about .right-col p.title{font-size:20px;line-height:160%}}.about .right-col p.title a{transition:300ms all ease}.about .right-col p.title a:hover{color:#9b8168}.about .right-col p.desc{font-weight:400;font-size:16px;line-height:180%;letter-spacing:-0.01em}.about .text-content+a svg circle{transition:300ms all ease}.about .text-content+a:hover svg circle{stroke:#fff}.parallax-images{background:#171717;position:relative;padding:0 80px;padding-top:286px;padding-bottom:130px}@media(max-width: 1200px){.parallax-images{padding:80px 25px}}.parallax-images .bg-emblem img{position:absolute;top:0;left:80px;max-width:784px}@media(max-width: 1200px){.parallax-images .bg-emblem img{max-width:280px;left:unset;right:25px}}.parallax-images .bg-emblem img:first-child{top:100px;left:48%;z-index:991}@media(max-width: 1600px){.parallax-images .bg-emblem img:first-child{max-width:340px;left:60%}}@media(max-width: 1200px){.parallax-images .bg-emblem img:first-child{max-width:160px;left:unset;right:40px;top:40px}}.parallax-images .parallax-holder{position:relative;z-index:10;display:flex;align-items:center;gap:20px;transition:300ms all ease}@media(max-width: 1080px){.parallax-images .parallax-holder{display:block}}.parallax-images .parallax-holder img{width:100%;height:auto}.parallax-images .parallax-holder>div{display:flex;width:33.33%;position:relative}.parallax-images .parallax-holder>div:first-child{z-index:99 !important}.parallax-images .parallax-holder>div .abs-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:20}@media(max-width: 1080px){.parallax-images .parallax-holder>div{display:block;width:100%}}.parallax-images .parallax-holder>div .text-btn{position:absolute;bottom:0;left:0;z-index:99;width:100%;padding:32px}@media(max-width: 600px){.parallax-images .parallax-holder>div .text-btn{padding:16px;padding-bottom:32px}}.parallax-images .parallax-holder>div .text-btn a{display:flex;align-items:center;justify-content:flex-end;gap:16px;font-family:"OakesGrotesk";font-size:24px;line-height:100%;text-align:right;letter-spacing:-0.01em;color:#fff;text-decoration:none}@media(max-width: 1080px){.parallax-images .parallax-holder>div .text-btn a{justify-content:center}}.parallax-images .parallax-holder>div .text-btn a svg circle{transition:300ms all ease}.parallax-images .parallax-holder>div .text-btn img,.parallax-images .parallax-holder>div .text-btn svg{width:32px;height:32px;margin-top:-5px}.parallax-images .parallax-holder>div .parallax-img{position:relative;z-index:8}.parallax-images .parallax-holder>div .parallax-img>div{overflow:hidden}.parallax-images .parallax-holder>div .parallax-img img{transition:1000ms all ease;width:100%}@media(min-width: 1080px){.parallax-images .parallax-holder>div:first-child .parallax-img{z-index:10}.parallax-images .parallax-holder>div:nth-child(2) .parallax-img{width:calc(150% - 60px);transform:translateX(-230px)}.parallax-images .parallax-holder>div:nth-child(2) .parallax-img>div{width:calc(150% - 60px);max-width:calc(150% - 60px);max-height:700px}.parallax-images .parallax-holder>div:nth-child(2) .parallax-img img{width:calc(150% - 60px)}.parallax-images .parallax-holder>div:hover .text-btn a svg circle{stroke-opacity:1}}@media(min-width: 1080px)and (min-width: 1080px){.parallax-images .parallax-holder>div:hover .parallax-img img{transition:500ms all ease-in-out !important;transform:scale(1.2) !important}}@media(max-width: 1600px){.parallax-images .parallax-holder>div:nth-child(2) .parallax-img{width:calc(130% - 20px);transform:translateX(-100px)}.parallax-images .parallax-holder>div:nth-child(2) .parallax-img>div{width:calc(130% - 20px);max-width:calc(130% - 20px);max-height:500px}.parallax-images .parallax-holder>div:nth-child(2) .parallax-img img{width:calc(130% - 20px)}}@media(min-width: 1080px){.parallax-images .parallax-holder>div:nth-child(2):hover .parallax-img img{transform:scale(1.5) !important}}@media(max-width: 1080px){.parallax-holder{margin-right:-20px}}@media(max-width: 1080px){.parallax-item{margin:0 10px}}.achievement{padding:260px 80px;padding-top:160px;background:#171717;text-align:center;position:relative}@media(max-width: 600px){.achievement{padding:80px 25px;padding-top:0px}}.achievement .bg-img{position:absolute;z-index:9;width:100%;top:-620px}@media(max-width: 600px){.achievement .bg-img{top:-250px}.achievement .bg-img img{width:100%}}.achievement .message{position:relative;z-index:10;font-family:"OakesGrotesk";font-weight:400;font-size:36px;line-height:130%;text-align:center;letter-spacing:-0.01em;color:#fff;max-width:720px;margin:0 auto}@media(max-width: 600px){.achievement .message{font-size:24px;line-height:140%}}.achievement.type-2{margin-top:120px;background:linear-gradient(0deg, rgba(155, 129, 104, 0.7) 0%, rgba(23, 23, 23, 0.7) 99.34%),#171717}@media(max-width: 600px){.achievement.type-2{margin-top:0px;padding-top:0}}.achievement.type-2 .bg-img{top:-95px}@media(max-width: 600px){.achievement.type-2 .bg-img{top:unset;bottom:-5px}.achievement.type-2 .bg-img img{max-width:65%}}.achievement.type-2 .bg-pattern{position:absolute;bottom:0;left:0}.achievement.type-2 .bg-pattern img{width:100%;height:auto}.achievement .aos-animate{position:relative;z-index:9}.featured{position:relative;margin-top:-20px;padding-bottom:235px;background:linear-gradient(0deg, rgba(155, 129, 104, 0.7) 0%, rgba(23, 23, 23, 0.7) 30.55%),#171717}@media(max-width: 600px){.featured{padding-bottom:64px}}.featured .title-holder{position:absolute;top:-80px;z-index:999 !important;width:100%;display:flex;align-items:center;justify-content:space-between;padding-right:80px}@media(max-width: 1200px){.featured .title-holder{padding-right:25px}}.featured .title-holder a{transition:300ms all ease !important;margin-top:-24px}@media(max-width: 600px){.featured .title-holder a{font-size:18px}}@media(max-width: 600px){.featured .title-holder{position:relative;top:0}}.featured h2{font-weight:400;font-size:120px;line-height:120%;letter-spacing:-0.01em;color:#fff;position:relative;z-index:90;padding:0 80px}@media(max-width: 768px){.featured h2{margin-bottom:24px;padding-left:25px}}@media(max-width: 600px){.featured h2{font-size:36px;line-height:120%}}.featured .colored-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5}.featured .colored-bg img{width:100%;height:100%}.featured .bg-pattern{position:absolute;bottom:0;display:flex;align-items:flex-end;left:0;width:100%;height:100%;z-index:9}.featured .bg-pattern img{width:100%}.featured .featured-carousel{position:relative;z-index:50}.featured .featured-carousel .item{margin-right:48px;position:relative;overflow:hidden;min-width:652px;height:500px;position:relative}.featured .featured-carousel .item:hover img{transform:scale(1.1)}.featured .featured-carousel .item a,.featured .featured-carousel .item .overlay{position:absolute;width:100%;height:100%;top:0;left:0;z-index:99}.featured .featured-carousel .item .overlay{background:linear-gradient(180deg, rgba(0, 0, 0, 0) 41.4%, rgba(0, 0, 0, 0.7) 100%);z-index:10}@media(max-width: 600px){.featured .featured-carousel .item{min-width:unset;height:auto;width:calc(100% - 50px)}}.featured .featured-carousel .item img{width:100%;height:100%;object-fit:cover;transition:500ms all ease}.featured .featured-carousel .item .text-holder{position:absolute;width:100%;height:100%;z-index:10;top:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;padding:40px}@media(max-width: 600px){.featured .featured-carousel .item .text-holder{padding:20px}}.featured .featured-carousel .item .text-holder p.title,.featured .featured-carousel .item .text-holder .feature{font-family:"Manrope";font-weight:600;font-size:20px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-bottom:12px}@media(max-width: 600px){.featured .featured-carousel .item .text-holder p.title,.featured .featured-carousel .item .text-holder .feature{font-size:16px;line-height:120%}}.featured .featured-carousel .item:nth-child(even){max-height:400px}.featured .featured-carousel .feature{font-weight:400 !important;display:flex;align-items:center;gap:12px}.featured .featured-carousel .feature .bar{width:20px;height:1px;background-color:#fff}.featured .featured-carousel .price{width:fit-content;margin-top:20px;padding:10px 20px;background:#171717;border-radius:24px;font-weight:600;font-size:16px;line-height:120%;letter-spacing:-0.01em;color:#fff}@media(max-width: 600px){.featured .featured-carousel .price{margin-top:4px}}.featured .featured-carousel .flickity-slider{left:80px !important}@media(max-width: 768px){.featured .featured-carousel .flickity-slider{left:25px !important}}.featured .custom-carousel-navigator{width:100%;max-width:calc(100% - 160px);height:1px;background:hsla(0,0%,100%,.2);position:relative;margin:0 auto;margin-top:70px}@media(max-width: 1200px){.featured .custom-carousel-navigator{max-width:calc(100% - 50px)}}@media(min-width: 1600px){.featured .custom-carousel-navigator{min-width:1300px}}@media(max-width: 600px){.featured .custom-carousel-navigator{margin-top:35px}}.featured .custom-carousel-navigator .carousel-thumb{position:absolute;top:-2px;left:0;width:200px;height:3px;background:#9b8168;transition:500ms all ease}.featured.move-pattern .bg-pattern{bottom:-100px}@media(max-width: 992px){.featured{margin-top:30px}}@media(max-width: 600px){.featured{margin-top:0px}}.help{display:flex;overflow:hidden}@media(max-width: 1200px){.help{flex-direction:column}.help>div{width:100% !important}.help .row-2{display:none !important}}@media(max-width: 600px){.help{display:none}}.help .left-col{width:70%;position:relative;padding:100px}@media(max-width: 1200px){.help .left-col{padding:60px}}.help .left-col .bg{position:absolute;width:100%;height:100%;top:0;left:0}.help .left-col .bg img{width:100%;height:100%;object-fit:cover;object-position:top}.help .right-col{width:30%}.help .right-col .row-2{height:65%}.help .right-col .row-2 img{width:100%;object-fit:cover;object-position:left}.help .text-flex-container{display:flex;flex-wrap:wrap;gap:80px 120px;position:relative;z-index:10}@media(max-width: 1200px){.help .text-flex-container{gap:60px 40px}}.help .text-flex-container .item{width:calc(50% - 120px);padding-bottom:32px;border-bottom:1px solid rgba(23,23,23,.3)}@media(max-width: 1200px){.help .text-flex-container .item{width:calc(50% - 40px)}}.help .text-flex-container .item .point{font-family:"Manrope";color:#171717;font-weight:500;font-size:20px;line-height:120%;letter-spacing:-0.01em;margin-bottom:20px}.help .text-flex-container .item .point:last-child{margin-bottom:0}.help .text-flex-container .item .point a{color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;position:relative}.help .text-flex-container .item .point a:after{content:"";position:absolute;bottom:-2px;left:0;width:0%;height:1px;background:#171717;transition:300ms all ease}.help .text-flex-container .item .point a:hover:after{width:100%}.help .text-flex-container .item p.title{font-family:"OakesGrotesk";font-size:24px;line-height:120%;margin-bottom:32px}.help .row-1{padding:100px 64px;background:#9b8168}@media(max-width: 1200px){.help .row-1{padding:60px 30px}}.help .row-1 p{font-family:"Manrope";font-weight:400;font-size:20px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-bottom:27px}.help .row-1 a{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;text-decoration:none;display:flex;gap:16px;align-items:center}.help .row-1 a svg{margin-top:-5px}.help .row-1 a svg circle{transition:300ms all ease}.help .row-1 a:hover svg circle{stroke-opacity:1}.help .row-2{display:flex}.help.dark-bg p{color:#fff !important}.help.dark-bg .item{border-bottom:1px solid hsla(0,0%,100%,.3)}.help.dark-bg+section{padding-top:120px}.help.dark-bg a:after{background:#fff !important}.help--mob{position:relative;z-index:90}@media(max-width: 600px){.help--mob+section{margin-top:48px}}.help--mob .accordion-help-container{position:relative;padding:64px 25px;padding-bottom:31px}.help--mob .accordion-help-container .item{position:relative}.help--mob .accordion-help-container button{font-family:"OakesGrotesk";color:#171717;font-size:24px;font-weight:400;line-height:120%;justify-content:flex-start;gap:16px;padding-bottom:32px;border-bottom:1px solid rgba(23,23,23,.3)}.help--mob .accordion-help-container button:after{transition:300ms all ease;transform-origin:center;content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw3IDcuNUwxMyAxLjUiIHN0cm9rZT0iIzE3MTcxNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) !important}.help--mob .accordion-help-container button.active:after{transform:rotate(180deg)}.help--mob .accordion-help-container .panel{margin-bottom:33px;border-bottom:1px solid rgba(23,23,23,.3) !important}.help--mob .accordion-help-container .panel p{color:#171717;padding-bottom:20px}.help--mob .accordion-help-container .panel p a{color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;position:relative}.help--mob .accordion-help-container .panel p a:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:1px;background:#171717;transition:300ms all ease}.help--mob .accordion-help-container .panel p a:hover:after{width:100%}.help--mob .accordion-help-container .bg{position:absolute;width:100%;height:100%;top:0;left:0}.help--mob .accordion-help-container .bg img{width:100%;height:100%;object-fit:cover;object-position:top}.help--mob .bottom-row{background:#9b8168}@media(max-width: 1200px){.help--mob .bottom-row{padding:60px 30px}}.help--mob .bottom-row p{font-family:"Manrope";font-weight:400;font-size:20px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-bottom:27px}.help--mob .bottom-row p:after{background:#fff}.help--mob .bottom-row a{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;text-decoration:none;display:flex;gap:16px;align-items:center}.help--mob .bottom-row a svg{margin-top:-5px}@media(min-width: 600px){.help--mob{display:none}}.help--mob.dark-bg button,.help--mob.dark-bg p{color:#fff !important}.help--mob.dark-bg button{border-bottom:1px solid hsla(0,0%,100%,.3)}.help--mob.dark-bg button:after{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEuNUw3IDcuNUwxMyAxLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) !important}.help--mob.dark-bg+section{margin-top:80px}.help-grid-section{background-color:#000;padding:120px 0;color:#fff;overflow:hidden}@media(max-width: 1200px){.help-grid-section{padding:80px 0}}@media(max-width: 768px){.help-grid-section{padding:60px 0}}.help-grid-section .container{max-width:1800px;margin:0 auto;padding:0 20px}.help-grid-section .help-grid-heading{font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);margin-bottom:32px}@media(max-width: 768px){.help-grid-section .help-grid-heading{line-height:1.3}}@media(max-width: 768px){.help-grid-section .help-grid-heading{font-size:20px;line-height:1.3;margin-bottom:32px}}.help-grid-section .help-grid-heading .highlight{color:#9b8168}.help-grid-section .help-grid{display:grid;gap:32px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:stretch;width:54%}@media(max-width: 991px){.help-grid-section .help-grid{grid-template-columns:1fr}}@media(max-width: 768px){.help-grid-section .help-grid{width:100%;gap:16px}}.help-grid-section .left-help-card{border-radius:24px;overflow:hidden;background-color:hsla(0,0%,100%,.07);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;height:100%;transition:transform .3s ease,box-shadow .3s ease;min-height:295px}@media(max-width: 768px){.help-grid-section .left-help-card{min-height:auto}.help-grid-section .left-help-card:hover{transform:none;box-shadow:none}}.help-grid-section .left-help-card:hover{transform:translateY(-4px)}.help-grid-section .left-help-card .card-inner{padding:32px;display:flex;flex-direction:column;height:100%;justify-content:flex-start}@media(max-width: 1200px){.help-grid-section .left-help-card .card-inner{padding:28px}}@media(max-width: 768px){.help-grid-section .left-help-card .card-inner{padding:24px}}.help-grid-section .cards-and-right-col-wrapper{display:flex}@media(max-width: 768px){.help-grid-section .cards-and-right-col-wrapper{flex-direction:column;gap:16px}}.help-grid-section .right-col{padding-left:32px;width:46%;flex-direction:column}@media(max-width: 768px){.help-grid-section .right-col{padding-left:0;width:100%;display:flex;flex-direction:column;gap:16px}}.help-grid-section .service-card{min-height:240px}@media(max-width: 768px){.help-grid-section .service-card{min-height:auto}}@media(max-width: 768px){.help-grid-section .service-card .card-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;width:100%}}.help-grid-section .service-card .accordion-toggle-icon{display:none}@media(max-width: 768px){.help-grid-section .service-card .accordion-toggle-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff}.help-grid-section .service-card .accordion-toggle-icon svg{width:20px;height:20px;transition:transform .3s ease}.help-grid-section .service-card .accordion-toggle-icon svg path{stroke:#fff}}.help-grid-section .service-card .card-links-wrapper{width:100%}@media(max-width: 768px){.help-grid-section .service-card .card-links-wrapper{display:grid;grid-template-rows:0fr;opacity:0;margin-top:0;visibility:hidden;transition:grid-template-rows .35s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s ease,margin-top .35s cubic-bezier(0.23, 1, 0.32, 1),visibility 0s linear .35s}.help-grid-section .service-card .card-links-wrapper>.card-links{overflow:hidden;min-height:0}}@media(max-width: 768px){.help-grid-section .service-card.active .card-links-wrapper{grid-template-rows:1fr;opacity:1;margin-top:24px;visibility:visible;transition:grid-template-rows .35s cubic-bezier(0.23, 1, 0.32, 1),opacity .3s ease .05s,margin-top .35s cubic-bezier(0.23, 1, 0.32, 1),visibility 0s}}@media(max-width: 768px){.help-grid-section .service-card.active .accordion-toggle-icon svg{transform:rotate(180deg)}}.help-grid-section .service-card .card-icon{margin-bottom:32px;display:inline-flex;align-items:center}.help-grid-section .service-card .card-icon img{width:auto;height:32px;object-fit:contain}@media(max-width: 768px){.help-grid-section .service-card .card-icon{display:none}}.help-grid-section .service-card .card-title{font-family:"OakesGrotesk";font-size:24px;font-weight:500;line-height:1.2;color:#fff;margin-bottom:32px;letter-spacing:-0.01em}@media(max-width: 768px){.help-grid-section .service-card .card-title{font-size:20px;margin-bottom:0}}.help-grid-section .service-card .card-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.help-grid-section .service-card .card-links .link-item{margin:0}.help-grid-section .service-card .card-links .link-item a{font-family:"Manrope";font-size:16px;font-weight:400;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .25s ease,padding-left .25s ease;display:inline-block}.help-grid-section .service-card .card-links .link-item a:hover{color:#fff;padding-left:6px}@media(max-width: 768px){.help-grid-section .service-card .card-links{gap:20px}}.help-grid-section .cta-card{background:linear-gradient(90deg, #9b8168 0%, #78614c 100%);transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;min-height:237px;margin-bottom:32px;border-radius:24px;padding:40px;position:relative;display:flex;align-items:center}@media(max-width: 768px){.help-grid-section .cta-card{padding:24px;min-height:auto;margin-bottom:0}.help-grid-section .cta-card:hover{transform:none}}.help-grid-section .cta-card:hover{background-color:#a89078}.help-grid-section .cta-card .card-inner{flex-direction:row;justify-content:space-between;align-items:center;gap:30px}@media(max-width: 768px){.help-grid-section .cta-card .card-inner{flex-direction:column;align-items:flex-start;gap:20px;width:100%}}@media(max-width: 576px){.help-grid-section .cta-card .card-inner{flex-direction:column;align-items:flex-start;gap:24px}}.help-grid-section .cta-card .cta-text-wrapper{flex:1}.help-grid-section .cta-card .cta-title{font-family:"OakesGrotesk";font-size:24px;font-weight:400;line-height:1.2;color:#fff;letter-spacing:-0.01em}@media(max-width: 768px){.help-grid-section .cta-card .cta-title{font-size:18px;margin-bottom:8px}}.help-grid-section .cta-card .cta-desc{font-family:"Manrope";font-size:18px;font-weight:400;line-height:1.4;color:hsla(0,0%,100%,.8);margin:0}@media(max-width: 768px){.help-grid-section .cta-card .cta-desc{font-size:14px;margin-top:8px}}.help-grid-section .cta-card .cta-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0;transition:transform .25s ease;position:absolute;right:40px;top:calc(50% - 19px);z-index:2;height:38px}@media(max-width: 768px){.help-grid-section .cta-card .cta-btn{position:static;align-self:flex-start;margin-top:20px;transform:none !important;height:auto}}.help-grid-section .cta-card .cta-btn svg{display:block;width:48px;height:48px}.help-grid-section .cta-card .cta-btn svg circle{transition:stroke-opacity .25s ease,stroke .25s ease}.help-grid-section .cta-card .cta-btn svg path{transition:transform .25s ease;transform-origin:center}.help-grid-section .cta-card .cta-btn:hover{transform:scale(1.05)}.help-grid-section .cta-card .cta-btn:hover svg circle{stroke-opacity:1}.help-grid-section .cta-card .cta-btn:hover svg path{transform:translate(1px, 0)}.help-grid-section .image-card{padding:0;background-color:rgba(0,0,0,0);flex-grow:1;height:353px;max-height:353px}@media(max-width: 768px){.help-grid-section .image-card{min-height:160px;height:160px}}.help-grid-section .image-card img.featured-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:24px}@media(max-width: 768px)and (prefers-reduced-motion: reduce){.help-grid-section .service-card .card-links-wrapper{transition:none}}.invest-cities-slider-section{background-color:#000;padding:120px 0 160px 0;position:relative;overflow:hidden;color:#fff}@media(max-width: 1200px){.invest-cities-slider-section{padding:80px 0 120px 0}}@media(max-width: 768px){.invest-cities-slider-section{padding:4px 0 100px 0}}.invest-cities-slider-section .text-containter{max-width:1840px;padding:0 20px;margin:0 auto}.invest-cities-slider-section .slider-heading{max-width:1800px;margin:0 auto 60px auto;padding:0 20px;font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);display:inline-block;margin-bottom:40px}@media(max-width: 768px){.invest-cities-slider-section .slider-heading{line-height:1.3}}@media(max-width: 1400px){.invest-cities-slider-section .slider-heading{max-width:90%;padding:0}}@media(max-width: 768px){.invest-cities-slider-section .slider-heading{font-size:20px;margin-bottom:32px;line-height:24px;padding:0 20px}}.invest-cities-slider-section .slider-heading .highlight{color:#9b8168}.invest-cities-slider-section .container{max-width:none;padding:0}.invest-cities-slider-section .invest-slider-container{position:relative;max-width:100%;margin:0 auto}.invest-cities-slider-section .invest-slider-carousel{width:100%;overflow:visible}.invest-cities-slider-section .invest-slider-carousel .flickity-viewport{overflow:hidden !important}.invest-cities-slider-section .slider-cell{width:clamp(640px,44.4vw,730px);padding:0 20px;transition:transform .6s cubic-bezier(0.25, 1, 0.5, 1),opacity .6s ease,filter .6s ease;transform:scale(0.85);opacity:.35;filter:blur(1px)}@media(max-width: 1200px){.invest-cities-slider-section .slider-cell{width:65%;padding:0 15px}}@media(max-width: 768px){.invest-cities-slider-section .slider-cell{width:100%;padding:0 25px;transform:none;opacity:1;filter:none}}.invest-cities-slider-section .slider-cell.is-selected{transform:scale(1);opacity:1;filter:none}.invest-cities-slider-section .city-card{position:relative;display:block;border-radius:24px;overflow:hidden;height:560px;background-color:#1a1a1a}@media(max-width: 768px){.invest-cities-slider-section .city-card{height:364px;border-radius:24px}}.invest-cities-slider-section .city-card .card-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.invest-cities-slider-section .city-card .city-card-bg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.invest-cities-slider-section .city-card .city-card-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 100%)}.invest-cities-slider-section .city-card .city-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.51) 40%, rgba(0, 0, 0, 0.85) 100%);z-index:2}.invest-cities-slider-section .city-card .city-card-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-content{padding:32px 20px;justify-content:flex-end}}.invest-cities-slider-section .city-card .city-card-tagline{font-family:"Manrope";font-size:14px;font-weight:600;line-height:1.2;letter-spacing:4px;color:#eef1c2;text-transform:uppercase;margin-bottom:16px}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-tagline{font-size:11px;line-height:24px;letter-spacing:3px;margin-bottom:8px}}.invest-cities-slider-section .city-card .city-card-btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.18);border-radius:100px;padding:16px 32px;color:#fff;text-decoration:none;transition:background-color .3s ease,border-color .3s ease,transform .3s ease;box-shadow:0 8px 32px rgba(0,0,0,.3)}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-btn{padding:12px 20px}}.invest-cities-slider-section .city-card .city-card-btn .city-name{font-family:"OakesGrotesk";font-size:32px;font-weight:400;line-height:1;color:#fff;white-space:nowrap;position:relative}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-btn .city-name{font-size:18px;top:2px}}.invest-cities-slider-section .city-card .city-card-btn .city-arrow{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.15);color:#fff;transition:transform .3s ease,background-color .3s ease}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-btn .city-arrow{width:22px;height:22px}}.invest-cities-slider-section .city-card .city-card-btn .city-arrow svg{width:14px;height:14px}@media(max-width: 768px){.invest-cities-slider-section .city-card .city-card-btn .city-arrow svg{width:12px;height:12px}}.invest-cities-slider-section .city-card .city-card-btn:hover{background:hsla(0,0%,100%,.22);border-color:hsla(0,0%,100%,.35);transform:scale(1.03)}.invest-cities-slider-section .city-card .city-card-btn:hover .city-arrow{transform:translateX(3px);background-color:hsla(0,0%,100%,.3)}.invest-cities-slider-section .slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:rgba(0,0,0,.65);border:1px solid hsla(0,0%,100%,.15);cursor:pointer;transition:all .3s ease}.invest-cities-slider-section .slider-nav-btn svg{display:block;width:24px;height:24px}.invest-cities-slider-section .slider-nav-btn svg path{transition:stroke .3s ease}.invest-cities-slider-section .slider-nav-btn:hover{background-color:#9b8168;border-color:#9b8168;transform:translateY(-50%) scale(1.1)}.invest-cities-slider-section .slider-nav-btn:active{transform:translateY(-50%) scale(0.95)}.invest-cities-slider-section .slider-nav-btn.go-prev{left:8%}@media(max-width: 1400px){.invest-cities-slider-section .slider-nav-btn.go-prev{left:4%}}.invest-cities-slider-section .slider-nav-btn.go-next{right:8%}@media(max-width: 1400px){.invest-cities-slider-section .slider-nav-btn.go-next{right:4%}}@media(max-width: 768px){.invest-cities-slider-section .slider-nav-btn{display:none}}.invest-cities-slider-section .flickity-page-dots{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;background:hsla(0,0%,100%,.07);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:100px;border:1px solid hsla(0,0%,100%,.05);width:auto;margin:0;z-index:10;list-style:none}.invest-cities-slider-section .flickity-page-dots .dot{width:6px;height:6px;border-radius:50%;opacity:1;background:hsla(0,0%,100%,.35);cursor:pointer;transition:width 220ms cubic-bezier(0.23, 1, 0.32, 1),background-color 220ms cubic-bezier(0.23, 1, 0.32, 1),transform 120ms cubic-bezier(0.23, 1, 0.32, 1);border:none;outline:none;margin:0;padding:0;display:block}.invest-cities-slider-section .flickity-page-dots .dot.is-selected{width:24px;border-radius:100px;background:#9b8168}.globe-marquee-section{background-color:#000;padding:120px 0;position:relative;overflow:hidden;color:#fff}@media(max-width: 1200px){.globe-marquee-section{padding:80px 0}}@media(max-width: 768px){.globe-marquee-section{padding:60px 0}}.globe-marquee-section .container-fluid{width:100%;padding:0}.globe-marquee-section .container{max-width:1800px !important}.globe-marquee-section .marquee-heading{margin:0 0 32px 0;font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);display:inline-block;margin-bottom:32px}@media(max-width: 768px){.globe-marquee-section .marquee-heading{line-height:1.3}}.globe-marquee-section .marquee-heading .highlight{color:#9b8168;-webkit-text-fill-color:#9b8168}@media(max-width: 1400px){.globe-marquee-section .marquee-heading{max-width:90%;padding:0}}@media(max-width: 768px){.globe-marquee-section .marquee-heading{font-size:20px;line-height:24px;margin:0 0 30px 0}}.globe-marquee-section .marquee-container{overflow:hidden;width:100%;display:flex;position:relative}.globe-marquee-section .marquee-row{display:flex;width:max-content;animation:globeMarqueeMove 40s linear infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@media(max-width: 768px){.globe-marquee-section .marquee-row{animation-duration:25s}}.globe-marquee-section .marquee-group{display:flex;align-items:center;gap:100px;padding-right:100px}@media(max-width: 768px){.globe-marquee-section .marquee-group{gap:60px;padding-right:60px}}.globe-marquee-section .marquee-item{font-family:"OakesGrotesk";font-size:120px;font-weight:400;line-height:1.1;letter-spacing:-0.02em;color:#373737;white-space:nowrap;user-select:none}@media(max-width: 1200px){.globe-marquee-section .marquee-item{font-size:100px}}@media(max-width: 768px){.globe-marquee-section .marquee-item{font-size:64px}}@keyframes globeMarqueeMove{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-25%, 0, 0)}}.testimonial-slider-section{background-color:#000;padding:140px 0;position:relative;overflow:hidden;color:#fff}.testimonial-slider-section .section-big-bg{position:absolute;right:20px;top:0}@media(max-width: 768px){.testimonial-slider-section .section-big-bg{display:none}}.testimonial-slider-section .container{max-width:1800px !important}@media(max-width: 1200px){.testimonial-slider-section{padding:100px 0}}@media(max-width: 768px){.testimonial-slider-section{padding:32px 0}}.testimonial-slider-section .container{max-width:1240px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.testimonial-slider-section .bg-pattern-wrapper{position:absolute;right:0;top:50%;transform:translateY(-50%);width:35%;max-width:500px;z-index:1;pointer-events:none}.testimonial-slider-section .bg-pattern-wrapper .slider-bg-pattern{width:100%;height:auto;opacity:.04}@media(max-width: 991px){.testimonial-slider-section .bg-pattern-wrapper{display:none}}.testimonial-slider-section .testimonial-slider-wrapper{display:flex;align-items:center;gap:200px}@media(max-width: 1200px){.testimonial-slider-section .testimonial-slider-wrapper{gap:60px}}@media(max-width: 991px){.testimonial-slider-section .testimonial-slider-wrapper{flex-direction:column;align-items:center;gap:60px}}.testimonial-slider-section .testimonial-left-col{position:relative;flex-shrink:0}@media(max-width: 991px){.testimonial-slider-section .testimonial-left-col{width:100%;max-width:420px;margin:0 auto}}.testimonial-slider-section .testimonial-left-col .emblem-overlay-wrapper{position:absolute;top:-120px;right:-48px;width:280px;height:auto;z-index:10;pointer-events:none}.testimonial-slider-section .testimonial-left-col .emblem-overlay-wrapper .emblem-logo{width:100%;height:auto;opacity:1}@media(max-width: 480px){.testimonial-slider-section .testimonial-left-col .emblem-overlay-wrapper{top:-30px;right:-20px;width:180px}.testimonial-slider-section .testimonial-left-col .emblem-overlay-wrapper .emblem-logo{height:185px;width:auto}}.testimonial-slider-section .testimonial-image-carousel{position:relative;z-index:2;width:420px;height:420px;border-radius:24px;overflow:hidden;background-color:#111}@media(max-width: 480px){.testimonial-slider-section .testimonial-image-carousel{width:100%;height:320px;border-radius:24px}}.testimonial-slider-section .testimonial-image-carousel .flickity-viewport{height:100% !important}.testimonial-slider-section .testimonial-image-carousel .image-cell{width:100%;height:100%}.testimonial-slider-section .testimonial-image-carousel .image-wrapper{width:100%;height:100%}.testimonial-slider-section .testimonial-image-carousel .image-wrapper .testimonial-photo{width:100%;height:100%;object-fit:cover;display:block}.testimonial-slider-section .testimonial-image-carousel .image-wrapper .testimonial-photo-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1b1b1b 0%, #292929 100%)}.testimonial-slider-section .testimonial-right-col{position:relative;flex-grow:1}@media(max-width: 991px){.testimonial-slider-section .testimonial-right-col{width:100%;padding-bottom:110px}}.testimonial-slider-section .testimonial-text-carousel{width:100%}.testimonial-slider-section .testimonial-text-carousel .text-cell{width:100%;padding-right:40px}@media(max-width: 768px){.testimonial-slider-section .testimonial-text-carousel .text-cell{padding-right:0}}.testimonial-slider-section .testimonial-text-carousel .quote-text{font-family:"OakesGrotesk";font-size:32px;font-weight:400;line-height:1.45;color:#fff;margin:0 0 32px 0;letter-spacing:-0.01em}@media(max-width: 1200px){.testimonial-slider-section .testimonial-text-carousel .quote-text{font-size:24px}}@media(max-width: 768px){.testimonial-slider-section .testimonial-text-carousel .quote-text{font-size:22px;line-height:1.4;margin-bottom:24px}}.testimonial-slider-section .testimonial-text-carousel .quote-author{font-family:"Manrope";font-style:normal;font-size:20px;font-weight:500;color:hsla(0,0%,100%,.5);display:block;letter-spacing:-0.01em}@media(max-width: 768px){.testimonial-slider-section .testimonial-text-carousel .quote-author{font-size:14px}}.testimonial-slider-section .carousel-controls{z-index:10;margin-top:80px;margin-bottom:32px;padding:0}@media(max-width: 768px){.testimonial-slider-section .carousel-controls{bottom:30px}}.testimonial-slider-section .carousel-controls .nav-arrows{display:flex;gap:16px}.testimonial-slider-section .carousel-controls .nav-btn{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease}.testimonial-slider-section .carousel-controls .nav-btn svg{width:64px;height:64px;display:block}.testimonial-slider-section .carousel-controls .nav-btn svg circle{transition:stroke .3s ease}.testimonial-slider-section .carousel-controls .nav-btn:hover{transform:scale(1.05)}.testimonial-slider-section .carousel-controls .nav-btn:hover svg circle{stroke:#fff}.testimonial-slider-section .carousel-controls .nav-btn:active{transform:scale(0.95)}.testimonial-slider-section .carousel-controls .nav-btn:focus{outline:none}.testimonial-slider-section .testimonial-dots-container{position:absolute;left:0;bottom:0;margin:0;padding:0;display:flex;gap:12px;z-index:10;width:auto}.testimonial-slider-section .testimonial-dots-container .testimonial-dot{width:32px;height:3px;background-color:hsla(0,0%,100%,.2);border-radius:0;cursor:pointer;transition:all .35s cubic-bezier(0.25, 1, 0.5, 1);border:none;outline:none;padding:0;margin:0;display:block}.testimonial-slider-section .testimonial-dots-container .testimonial-dot.is-selected{width:48px;background-color:#9b8168}@media(max-width: 768px){.testimonial-slider-section .testimonial-slider-wrapper{gap:48px;align-items:flex-start}.testimonial-slider-section .testimonial-left-col{margin:0}.testimonial-slider-section .testimonial-right-col{padding-bottom:0}.testimonial-slider-section .emblem-overlay-wrapper{width:185px !important;height:162px !important}.testimonial-slider-section .carousel-controls{margin:40px 0 !important}.testimonial-slider-section .testimonial-image-carousel{width:248px;height:248px;max-width:248px;max-height:248px}}.news-section{background-color:#000;padding:140px 0;position:relative;overflow:hidden;color:#fff}.news-section .container{max-width:1800px !important;margin:0 auto;padding:0 20px;position:relative;z-index:2}@media(max-width: 1200px){.news-section{padding:100px 0}}@media(max-width: 768px){.news-section{padding:32px 0}}.news-section .news-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:56px}@media(max-width: 768px){.news-section .news-header{align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}}.news-section .news-header .section-title{font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}@media(max-width: 768px){.news-section .news-header .section-title{line-height:1.3}}@media(max-width: 768px){.news-section .news-header .section-title{font-size:20px;line-height:24px}}.news-section .news-header .view-all-link{display:inline-flex;align-items:center;gap:12px;font-family:"Manrope";font-size:18px;font-weight:500;line-height:1.2;color:#fff;text-decoration:none;transition:color .3s ease}.news-section .news-header .view-all-link svg.view-all-arrow{width:48px;height:48px;display:block}.news-section .news-header .view-all-link svg.view-all-arrow circle{transition:stroke .3s ease,stroke-width .3s ease}.news-section .news-header .view-all-link:hover{color:#9b8168}.news-section .news-header .view-all-link:hover svg.view-all-arrow circle{stroke:#9b8168}@media(max-width: 768px){.news-section .news-header .view-all-link{font-size:16px}.news-section .news-header .view-all-link svg.view-all-arrow{width:32px;height:32px}}.news-section .news-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:65px}.news-section .news-grid:after{content:"flickity";display:none}@media(min-width: 769px){.news-section .news-grid:after{content:""}}@media(max-width: 1200px){.news-section .news-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media(max-width: 768px){.news-section .news-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:40px;margin-bottom:-40px;gap:0}.news-section .news-grid.flickity-enabled{display:block;overflow:visible;padding-bottom:0;margin-bottom:0}.news-section .news-grid.flickity-enabled .flickity-viewport{overflow:visible}.news-section .news-grid.flickity-enabled .flickity-page-dots{position:absolute;bottom:-40px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background:hsla(0,0%,100%,.07);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:100px;border:1px solid hsla(0,0%,100%,.05);width:auto;margin:0;z-index:10;list-style:none}.news-section .news-grid.flickity-enabled .flickity-page-dots .dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.3);cursor:pointer;transition:all .35s cubic-bezier(0.25, 1, 0.5, 1);border:none;outline:none;margin:0;padding:0;display:block}.news-section .news-grid.flickity-enabled .flickity-page-dots .dot.is-selected{width:20px;border-radius:100px;background:#9b8168}.news-section .news-grid .flickity-page-dots{display:none !important}}.news-section .news-card{display:flex;flex-direction:column;height:100%;background:rgba(0,0,0,0);transition:transform .3s ease;position:relative}@media(min-width: 769px){.news-section .news-card::after{content:"";position:absolute;top:0;bottom:0;width:1px;background:hsla(0,0%,100%,.15);pointer-events:none;transition:opacity .3s ease}.news-section .news-card::before{transition:opacity .3s ease}.news-section .news-card:hover::after,.news-section .news-card:hover::before{opacity:0}}@media(min-width: 1201px){.news-section .news-card::after{right:-32px}.news-section .news-card:nth-child(4n)::after,.news-section .news-card:last-child::after{display:none}.news-section .news-card:nth-child(n+5)::before{content:"";position:absolute;top:-16px;left:0;right:0;height:1px;background:hsla(0,0%,100%,.15);pointer-events:none}}@media(min-width: 769px)and (max-width: 1200px){.news-section .news-card::after{right:-12px}.news-section .news-card:nth-child(2n)::after,.news-section .news-card:last-child::after{display:none}.news-section .news-card:nth-child(n+3)::before{content:"";position:absolute;top:-12px;left:0;right:0;height:1px;background:hsla(0,0%,100%,.15);pointer-events:none}}@media(max-width: 768px){.news-section .news-card{width:100%;margin-right:20px;flex-shrink:0;height:auto}.news-section .news-card::before,.news-section .news-card::after{display:none !important}}.news-section .news-card .card-image-wrapper{position:relative;width:100%;padding-bottom:66.67%;border-radius:20px;overflow:hidden;background-color:#111;margin-bottom:24px}.news-section .news-card .card-image-wrapper .news-link-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:block}.news-section .news-card .card-image-wrapper img.news-thumb{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}@media(min-width: 769px){.news-section .news-card .card-image-wrapper{padding-bottom:100%}}.news-section .news-card .card-image-wrapper .news-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1b1b1b 0%, #292929 100%)}.news-section .news-card .card-body{display:flex;flex-direction:column;flex-grow:1}.news-section .news-card .card-body .news-link-wrapper{text-decoration:none;display:block}.news-section .news-card .card-body .card-title{font-family:"OakesGrotesk";font-size:20px;font-weight:400;line-height:1.4;color:#fff;margin:0 0 16px 0;letter-spacing:-0.01em;transition:color .3s ease}.news-section .news-card .card-body .card-title:hover{color:#9b8168}@media(max-width: 768px){.news-section .news-card .card-body .card-title{font-size:20px}}.news-section .news-card .card-body .card-desc{font-family:"Manrope";font-size:16px;font-weight:400;line-height:1.6;color:#fff;margin:0 0 20px 0;letter-spacing:-0.01em}.news-section .news-card .card-body .read-article-link{margin-top:auto;display:inline-flex;align-items:center;gap:12px;font-family:"Manrope";color:#fff !important;text-decoration:none;transition:color .3s ease}.news-section .news-card .card-body .read-article-link svg.read-article-arrow{width:32px;height:32px;display:block}.news-section .news-card .card-body .read-article-link svg.read-article-arrow circle{transition:stroke .3s ease}.news-section .news-card .card-body .read-article-link span{font-size:16px;font-weight:600;color:#fff !important}.news-section .news-card .card-body .read-article-link:hover{color:#9b8168}.news-section .news-card .card-body .read-article-link:hover svg.read-article-arrow circle{stroke:#9b8168}.news-section .news-card:hover{transform:translateY(-8px)}.news-section .news-card:hover .card-image-wrapper img.news-thumb{transform:scale(1.05)}@keyframes bannermove{0%{transform:translateX(1%)}100%{transform:translateX(-80%)}}.operation-testimonial{padding-top:120px;padding-bottom:200px;position:relative}@media(max-width: 1200px){.operation-testimonial{padding-top:64px;padding-bottom:80px}}.operation-testimonial .bg{position:absolute;width:100%;height:100%;top:0;left:0}.operation-testimonial .bg img{width:100%;height:100%;object-fit:cover;object-position:top}.operation-testimonial .bg-shape{position:absolute;z-index:10;bottom:100px;right:0}.operation-testimonial .bg-shape img{max-width:698px}@media(max-width: 600px){.operation-testimonial .bg-shape{display:none !important}}.operation-testimonial .container{max-width:100%;padding:0 80px;position:relative;z-index:10}@media(max-width: 600px){.operation-testimonial .container{padding:0 25px}}.operation-testimonial .small-title{font-family:"OakesGrotesk";font-weight:400;font-size:36px;line-height:130%;letter-spacing:-0.01em;color:#fff;margin-bottom:25px}@media(max-width: 600px){.operation-testimonial .small-title{font-size:24px;line-height:130%;margin-bottom:24px}}.operation-testimonial .infinite-slider{margin-bottom:200px;display:flex;gap:80px;width:max-content;animation:bannermove 60s linear infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@media(max-width: 600px){.operation-testimonial .infinite-slider{margin-bottom:64px;gap:32px;animation:bannermove 30s linear infinite}}.operation-testimonial .infinite-slider p{font-weight:400;font-size:120px;line-height:120%;letter-spacing:-0.01em;color:#373737;white-space:nowrap}@media(max-width: 600px){.operation-testimonial .infinite-slider p{font-size:64px;line-height:120%}}.operation-testimonial .carousel-flex-container{display:flex;position:relative;z-index:99;gap:220px}@media(max-width: 1600px){.operation-testimonial .carousel-flex-container{gap:120px}}@media(max-width: 1200px){.operation-testimonial .carousel-flex-container{flex-direction:column;gap:40px;padding-top:24px}}.operation-testimonial .carousel-flex-container .img-carousel{width:420px}@media(max-width: 1200px){.operation-testimonial .carousel-flex-container .img-carousel{margin:auto;position:relative}.operation-testimonial .carousel-flex-container .img-carousel:before{content:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTczIiBoZWlnaHQ9IjE3MiIgdmlld0JveD0iMCAwIDE3MyAxNzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNzIuMjkxIDBMMC4yOTEwMTYgMTcyVjBIMTcyLjI5MVoiIGZpbGw9IiM5QjgxNjgiLz4KPC9zdmc+Cg==);position:absolute;top:-24px;left:-24px}}@media(max-width: 600px){.operation-testimonial .carousel-flex-container .img-carousel{width:272px;height:271px}.operation-testimonial .carousel-flex-container .img-carousel img{width:100%}}.operation-testimonial .carousel-flex-container .text-carousel{max-width:868px;width:100%;height:fit-content}.operation-testimonial .carousel-flex-container .text-carousel .item{margin-right:50px}@media(max-width: 1200px){.operation-testimonial .carousel-flex-container .text-carousel .item{margin-right:0}}.operation-testimonial .carousel-flex-container .text-carousel .message{font-family:"OakesGrotesk";font-weight:400;font-size:32px;line-height:140%;letter-spacing:-0.01em;color:#fff;margin-bottom:32px}@media(max-width: 600px){.operation-testimonial .carousel-flex-container .text-carousel .message{font-size:20px;line-height:140%}}.operation-testimonial .carousel-flex-container .text-carousel .name{font-family:"Manrope";font-weight:400;font-size:20px;line-height:120%;letter-spacing:-0.01em;color:#fff;display:flex;align-items:center;gap:12px}.operation-testimonial .carousel-flex-container .text-carousel .name .gap{width:20px;height:1px;background:#fff}.operation-testimonial .flickity-page-dots{text-align:left;bottom:-80px}@media(max-width: 1200px){.operation-testimonial .flickity-page-dots{bottom:-160px}}.operation-testimonial .flickity-page-dots .dot{width:48px;height:4px;margin-right:13px;border-radius:0;margin-left:0;transition:300ms all ease}.operation-testimonial .flickity-page-dots .dot.is-selected{background:#9b8168}.operation-testimonial .flickity-page-dots .dot:last-child{margin-right:0}.operation-testimonial .carousel-controllers{width:100%;display:flex;justify-content:flex-end;gap:16px}@media(max-width: 1200px){.operation-testimonial .carousel-controllers{justify-content:flex-start}}.operation-testimonial .carousel-controllers button{position:relative;z-index:99;background:none;outline:none;border:none;cursor:pointer;margin-top:-60px}@media(max-width: 1200px){.operation-testimonial .carousel-controllers button{margin:40px 0}}.operation-testimonial.remove-unnecessary-space{padding-bottom:0;margin-bottom:0}.operation-testimonial.remove-unnecessary-space .infinite-slider{margin-bottom:0}.carousel-controllers svg circle{transition:300ms all ease}.carousel-controllers button:hover svg circle{stroke:#fff}.blogs{display:block;padding:0 80px;padding-bottom:200px;background:#171717}@media(max-width: 1200px){.blogs{padding:0 25px;padding-bottom:80px}}.blogs .title-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}@media(max-width: 1080px){.blogs .title-container{margin-bottom:24px}.blogs .title-container a{font-size:24px;line-height:120%;font-weight:400}}.blogs h2{font-weight:400;font-size:48px;line-height:120%;letter-spacing:-0.01em;color:#fff}@media(max-width: 768px){.blogs h2{font-size:36px;line-height:120%}}.blogs .blogs-holder{display:flex;margin-right:-50px}@media(max-width: 1080px){.blogs .blogs-holder{display:block}}.blogs .blogs-holder .single-blog{width:25%;padding-right:50px;border-right:1px solid hsla(0,0%,100%,.2);margin-right:50px}@media(max-width: 1080px){.blogs .blogs-holder .single-blog{width:100%}}.blogs .blogs-holder .single-blog>img{width:100%;height:auto;margin-bottom:32px}.blogs .blogs-holder .single-blog p,.blogs .blogs-holder .single-blog a{color:#fff}.blogs .blogs-holder .single-blog p.title{font-family:"OakesGrotesk";font-weight:400;font-size:20px;line-height:140%;letter-spacing:-0.01em;color:#fff;margin-bottom:16px;transition:300ms all ease}.blogs .blogs-holder .single-blog p.title:hover{color:#9b8168 !important}.blogs .blogs-holder .single-blog p.desc{font-family:"Manrope";font-weight:400;font-size:16px;line-height:160%;letter-spacing:-0.01em;color:#fff}.blogs .blogs-holder .single-blog a{display:flex;align-items:center;gap:12px;font-family:"Manrope";font-weight:600;font-size:16px;line-height:160%;letter-spacing:-0.01em;color:#fff;text-decoration:none;margin-top:20px}.blogs .blogs-holder .single-blog a svg{width:32px;height:32px}.blogs .blogs-holder .single-blog a svg circle{transition:300ms all ease}.blogs .blogs-holder .single-blog a:hover svg circle{stroke-opacity:1}.blogs .blogs-holder .single-blog:last-child{border-right:none;margin-right:0}.blogs .single-blog a:first-child,.blogs .single a:first-child,.featured .single-blog a:first-child,.featured .single a:first-child{margin-top:0 !important}.blogs .single-blog img,.blogs .single img,.featured .single-blog img,.featured .single img{width:100%}.follow-us{background:#171717;position:relative;z-index:99}.follow-us h2{font-family:"OakesGrotesk";font-weight:400;font-size:48px;line-height:120%;letter-spacing:-0.01em;color:hsla(0,0%,100%,.3);margin-bottom:47px}@media(max-width: 600px){.follow-us h2{font-size:36px;line-height:120%;margin-bottom:40px}.follow-us h2 br{display:none}}.follow-us .social-icons{display:flex;justify-content:center;gap:24px}.follow-us .social-icons a{display:flex}.follow-us .social-icons a svg path{transition:300ms all ease}.follow-us .social-icons a:hover svg path{fill:#9b8168}.follow-us .container{max-width:544px;text-align:center}.stay-in-loop{background:#000;position:relative;z-index:99;padding:100px 0}@media(max-width: 768px){.stay-in-loop{padding:90px 0 20px 0}}.stay-in-loop .container{max-width:680px;margin:0 auto;padding:0 20px;text-align:center}.stay-in-loop h2{font-family:"OakesGrotesk";font-weight:400;font-size:48px;line-height:1.25;letter-spacing:-0.01em;margin:0 0 48px 0;background:linear-gradient(90deg, #ffffff 0%, #9b8168 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.stay-in-loop h2 span{color:#9b8168}@media(max-width: 768px){.stay-in-loop h2{font-size:32px;margin-bottom:40px;letter-spacing:-0.03em}}.stay-in-loop .social-icons{display:flex;justify-content:center;align-items:center;gap:32px}@media(max-width: 480px){.stay-in-loop .social-icons{gap:24px}}.stay-in-loop .social-icons a{display:flex;align-items:center;justify-content:center}.stay-in-loop .social-icons a svg{width:28px;height:28px;display:block}.stay-in-loop .social-icons a svg path,.stay-in-loop .social-icons a svg rect,.stay-in-loop .social-icons a svg circle,.stay-in-loop .social-icons a svg polygon,.stay-in-loop .social-icons a svg ellipse,.stay-in-loop .social-icons a svg line,.stay-in-loop .social-icons a svg .cls-1{fill:#fff !important;transition:fill 300ms ease}.stay-in-loop .social-icons a:hover svg path,.stay-in-loop .social-icons a:hover svg rect,.stay-in-loop .social-icons a:hover svg circle,.stay-in-loop .social-icons a:hover svg polygon,.stay-in-loop .social-icons a:hover svg ellipse,.stay-in-loop .social-icons a:hover svg line,.stay-in-loop .social-icons a:hover svg .cls-1{fill:#9b8168 !important}.infinite-image-carousel{background:linear-gradient(0deg, rgba(155, 129, 104, 0.7) 0%, rgba(23, 23, 23, 0.7) 99.34%),#171717;padding-top:200px;padding-bottom:100px}.infinite-image-carousel .item{margin-right:33px}@media(max-width: 1200px){.infinite-image-carousel{padding-top:72px;padding-bottom:80px}.infinite-image-carousel .item{margin:0 6px}}.infinite-image-carousel .flickity-slider{display:flex;align-items:flex-end}@media(max-width: 600px){.infinite-image-carousel .flickity-slider img{max-width:188px}}.breadcrumbs{margin-bottom:48px}.breadcrumbs .flex-container{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.breadcrumbs a{font-family:"Manrope";font-size:16px;line-height:150%;text-decoration:none;letter-spacing:.02em;color:#fff;transition:300ms all ease}.breadcrumbs a:hover{color:#9b8168}.breadcrumbs a[href="javascript:void(0)"]{pointer-events:none}.breadcrumbs .container{padding:0}.middle-banner{background:#171717;padding:56px 40px;margin:56px 0}@media(max-width: 1200px){.middle-banner{padding-left:45px;padding-right:45px}}@media(max-width: 992px){.middle-banner{margin-left:25px !important;margin-right:25px !important;padding:40px !important}}.middle-banner .content{max-width:800px;margin-left:auto;margin-right:auto}.middle-banner p{font-size:16px;font-weight:500;line-height:180%;color:#fff;margin-bottom:0 !important}.accordion-main{margin:56px 0}.accordion,.accordion-mob{margin:auto;cursor:pointer;padding:20px 0;display:flex;justify-content:space-between;align-items:center;width:100%;background-color:rgba(0,0,0,0);transition:.4s;color:#fff;font-weight:600;font-size:16px;line-height:150%;letter-spacing:.02em;font-family:"Manrope";border:none;text-align:left;outline:none;border-bottom:1px solid #333}.accordion:first-child,.accordion-mob:first-child{padding-top:0}.accordion:last-child,.accordion-mob:last-child{border:none}.accordion.active,.active.accordion-mob{border-bottom:none !important;color:#9b8168 !important}.accordion.active+.panel,.active.accordion-mob+.panel{border-bottom:1px solid #333}.accordion.active+.panel p,.active.accordion-mob+.panel p{opacity:1}.accordion:after,.accordion-mob:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYuMzE1OSIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMzE1OTIgMTZDOC4zMTU5MiAxNS40NDc3IDguNzYzNjMgMTUgOS4zMTU5MiAxNUgyMy4zMTU5QzIzLjg2ODIgMTUgMjQuMzE1OSAxNS40NDc3IDI0LjMxNTkgMTZDMjQuMzE1OSAxNi41NTIzIDIzLjg2ODIgMTcgMjMuMzE1OSAxN0g5LjMxNTkyQzguNzYzNjMgMTcgOC4zMTU5MiAxNi41NTIzIDguMzE1OTIgMTZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTE2LjMxNTkgMjRDMTUuNzYzNiAyNCAxNS4zMTU5IDIzLjU1MjMgMTUuMzE1OSAyM1Y5QzE1LjMxNTkgOC40NDc3MSAxNS43NjM2IDggMTYuMzE1OSA4QzE2Ljg2ODIgOCAxNy4zMTU5IDguNDQ3NzEgMTcuMzE1OSA5VjIzQzE3LjMxNTkgMjMuNTUyMyAxNi44NjgyIDI0IDE2LjMxNTkgMjRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");color:#fff;font-weight:bold;float:right;margin-left:10px}.accordion.active:after,.active.accordion-mob:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMyAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTYuMzE1OSIgY3k9IjE2IiByPSIxNiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguMzE1OTIgMTZDOC4zMTU5MiAxNS40NDc3IDguNzYzNjMgMTUgOS4zMTU5MiAxNUgyMy4zMTU5QzIzLjg2ODIgMTUgMjQuMzE1OSAxNS40NDc3IDI0LjMxNTkgMTZDMjQuMzE1OSAxNi41NTIzIDIzLjg2ODIgMTcgMjMuMzE1OSAxN0g5LjMxNTkyQzguNzYzNjMgMTcgOC4zMTU5MiAxNi41NTIzIDguMzE1OTIgMTZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K")}.panel{display:flex;flex-direction:column;padding-right:18px;padding-left:0 !important;background-color:rgba(0,0,0,0);max-height:0;overflow:hidden;transition:max-height .3s ease-out}.panel p{padding-bottom:30px;margin:0 !important;opacity:0;transition:700ms opacity ease;color:#fff}.panel p+ul,.panel p+ol{margin-top:-15px}.panel ul,.panel ol{padding-left:15px;margin-top:24px;margin-bottom:24px}.panel ul li,.panel ol li{margin-bottom:5px;font-family:"Manrope";font-size:16px;line-height:180%;color:#171717}.panel ul li a,.panel ol li a{color:#9b8168}.panel ul li:last-child,.panel ol li:last-child{margin-bottom:0}.featured-accordion{margin-top:100px;margin-bottom:80px;text-align:center;padding-left:25px;padding-right:25px}@media(max-width: 600px){.featured-accordion{margin-top:40px;margin-bottom:45px}}.featured-accordion h2{font-size:48px;line-height:59px;font-weight:400;margin-bottom:47px}@media(max-width: 600px){.featured-accordion h2{font-size:32px;line-height:130%;margin-bottom:41px}}.featured-accordion .accordion,.featured-accordion .accordion-mob{border:none;background:#edf6fc;border-radius:12px;padding-left:40px !important;padding-right:40px !important;padding-top:21px !important;padding-bottom:21px !important;height:unset !important;display:flex;align-items:center;font-family:"Manrope";font-size:20px;line-height:130%;font-weight:400;padding:0 20px;justify-content:center;margin-bottom:24px}@media(max-width: 600px){.featured-accordion .accordion,.featured-accordion .accordion-mob{margin-bottom:16px;font-size:16px;line-height:160%;letter-spacing:.01em}}.featured-accordion .accordion:after,.featured-accordion .accordion-mob:after{content:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDExIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMC4wNTM0IDAuMTYxNzc2TDUuNTAwNTMgNC42NzE5MUwwLjk0NzY1NiAwLjE2MTIzM0MwLjczMDU5IC0wLjA1Mzc0NDMgMC4zNzk0NTUgLTAuMDUzNzQ0MyAwLjE2MjM4OSAwLjE2MTIzM0MtMC4wNTQxMjk2IDAuMzc2MjEgLTAuMDU0MTI5NiAwLjcyNDUwOCAwLjE2MjM4OSAwLjkzOTQ4NUw1LjEwNzY0IDUuODM4NzdDNS4zMjQxNiA2LjA1Mzc0IDUuNjc1ODQgNi4wNTM3NCA1Ljg5MjM2IDUuODM4NzdMMTAuODM3NiAwLjkzOTUzQzExLjA1NDEgMC43MjQ1NTMgMTEuMDU0MSAwLjM3NTcxMyAxMC44Mzc2IDAuMTYwNzM1QzEwLjYyMTYgLTAuMDUzMjAxMyAxMC4yNjk5IC0wLjA1MzIwMTQgMTAuMDUzNCAwLjE2MTc3NloiIGZpbGw9IiMxNzE3MTciLz4KPC9zdmc+Cg==");position:relative;top:-3px;transition:300ms all ease;transform-origin:center}.featured-accordion .accordion:last-child,.featured-accordion .accordion-mob:last-child{margin-bottom:0}.featured-accordion .accordion.active:after,.featured-accordion .active.accordion-mob:after{transform:rotate(180deg);top:3px}.featured-accordion .panel{border:none !important}.featured-accordion .content{max-width:742px;margin-left:auto;margin-right:auto}.featured-accordion .bottom-text{margin-top:32px;margin-bottom:40px}@media(max-width: 600px){.featured-accordion .bottom-text{margin-top:16px;margin-bottom:32px;max-width:302px;margin-left:auto;margin-right:auto}}.featured-accordion .btn{background:#171717}.featured-accordion .btn:hover{background:#9b8168}@media(max-width: 600px){.featured-accordion .btn{height:48px}}.quote{background:#171717;padding:160px 0;margin-top:-46px}@media(max-width: 600px){.quote{padding:96px 0}}.quote p{font-weight:400;font-size:36px;line-height:130%;text-align:center;color:#fff;max-width:1170px;margin-left:auto;margin-right:auto}@media(max-width: 600px){.quote p{font-size:24px;line-height:140%}}.quote .button_container{display:flex;justify-content:center;text-align:center;margin-top:30px}.fifty-fifty{background:#171717;padding-bottom:160px}@media(max-width: 1080px){.fifty-fifty{padding-bottom:96px}}@media(max-width: 1080px){.fifty-fifty{padding-bottom:48px}}.fifty-fifty .fifty-item{display:flex;align-items:center;margin-bottom:160px}@media(max-width: 1080px){.fifty-fifty .fifty-item{flex-direction:column-reverse !important;margin-bottom:96px}}.fifty-fifty .fifty-item:last-child{margin-bottom:0}.fifty-fifty .fifty-item>div{width:50%}@media(max-width: 1080px){.fifty-fifty .fifty-item>div{width:100%}}.fifty-fifty .fifty-item>div img,.fifty-fifty .fifty-item>div video{width:100%;height:auto}@media(max-width: 1080px){.fifty-fifty .fifty-item>div img,.fifty-fifty .fifty-item>div video{margin-left:25px}}.fifty-fifty .fifty-item .content{padding:20px 166px}@media(max-width: 1600px){.fifty-fifty .fifty-item .content{padding:20px 80px}}@media(max-width: 1080px){.fifty-fifty .fifty-item .content{padding-top:48px;padding-left:25px;padding-right:25px}}.fifty-fifty .fifty-item h2{font-weight:400;font-size:72px;line-height:120%;letter-spacing:-0.01em;color:#fff;max-width:478px;margin-bottom:48px}@media(max-width: 1080px){.fifty-fifty .fifty-item h2{font-size:36px;line-height:120%;margin-bottom:24px}.fifty-fifty .fifty-item h2 span{display:block}}.fifty-fifty .fifty-item h2 span{color:hsla(0,0%,100%,.3)}.fifty-fifty .fifty-item .desc{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#fff;margin-bottom:48px}.fifty-fifty .fifty-item .desc p{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#fff}.fifty-fifty .fifty-item .desc p a{font-family:inherit;text-decoration:none;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;border-bottom:1px solid #9b8168}@media(max-width: 1080px){.fifty-fifty .fifty-item .desc{font-size:16px;margin-bottom:24px}.fifty-fifty .fifty-item .desc p{font-size:16px}}.fifty-fifty .fifty-item .btn{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;padding-bottom:2px;border-bottom:1px solid #fff;transition:300ms all ease}@media(max-width: 1080px){.fifty-fifty .fifty-item .btn{font-size:16px}}.fifty-fifty .fifty-item .btn:hover{color:#9b8168;border-bottom:1px solid #9b8168}.fifty-fifty .fifty-item.reversed,.fifty-fifty .fifty-item.row-reverse{flex-direction:row-reverse}.fifty-fifty .fifty-item.reversed h2,.fifty-fifty .fifty-item.row-reverse h2{font-size:48px;line-height:120%;margin-bottom:40px}.fifty-fifty .fifty-item.row-reverse:first-child h2{font-size:72px;line-height:120%}@media(max-width: 600px){.fifty-fifty .fifty-item.row-reverse:first-child h2{font-size:36px;line-height:120%;margin-bottom:24px}}.fifty-fifty .fifty-item.reversed.row-reverse{flex-direction:row}@media(max-width: 1080px){.fifty-fifty .fifty-item.reversed h2{font-size:36px;line-height:120%;margin-bottom:24px}}@media(max-width: 1080px){.fifty-fifty .fifty-item.reversed img{margin-left:0px;transform:translateX(-25px)}}.fancy-fifty{background:#171717;padding-bottom:200px;position:relative;z-index:10}@media(max-width: 992px){.fancy-fifty{padding-bottom:96px}}.fancy-fifty .flex-container{display:flex}.fancy-fifty .flex-container .content{position:relative;background:#c7ccd1;padding:120px;width:70%;padding-right:464px;min-height:900px}@media(max-width: 1600px){.fancy-fifty .flex-container .content{padding:120px 60px;padding-right:364px;min-height:700px}}.fancy-fifty .flex-container .content h3,.fancy-fifty .flex-container .content p,.fancy-fifty .flex-container .content .points{position:relative}.fancy-fifty .flex-container .content h3{font-weight:400;font-size:48px;line-height:120%;letter-spacing:-0.01em;color:#171717;margin-bottom:40px}.fancy-fifty .flex-container .content .desc,.fancy-fifty .flex-container .content .desc p{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#171717;margin-bottom:56px}.fancy-fifty .flex-container .content .points{display:flex;flex-wrap:wrap;gap:56px}@media(max-width: 600px){.fancy-fifty .flex-container .content .points{gap:32px}}.fancy-fifty .flex-container .content .points .icon-title{display:flex;align-items:center;gap:20px;margin-bottom:24px}.fancy-fifty .flex-container .content .points .icon-title img{transform:translateY(-2px)}.fancy-fifty .flex-container .content .points .point{max-width:320px;width:100%}@media(max-width: 1600px){.fancy-fifty .flex-container .content .points .point{max-width:235px}}@media(max-width: 600px){.fancy-fifty .flex-container .content .points .point{max-width:100%}}.fancy-fifty .flex-container .content .bg-pattern{position:absolute;right:0;top:0}.fancy-fifty .flex-container .content .bg-pattern svg{width:100%;height:100%;object-fit:contain;object-position:top;max-width:784px}.fancy-fifty .flex-container .image{position:relative;z-index:20;margin-left:-300px;width:calc(30% + 300px)}.fancy-fifty .flex-container .image img{width:100%;height:auto}@media(max-width: 1360px){.fancy-fifty .flex-container{flex-direction:column-reverse}.fancy-fifty .flex-container .image{display:flex;width:100%;margin-left:0}.fancy-fifty .flex-container .content{width:100%;padding:90px 60px;min-height:auto}.fancy-fifty .flex-container .content .bg-pattern{display:none}}@media(max-width: 600px){.fancy-fifty .flex-container .content{padding:56px 25px}.fancy-fifty .flex-container .content h3{font-size:36px;line-height:120%;margin-bottom:24px}.fancy-fifty .flex-container .content h4{font-size:20px;line-height:120%}}.fancy-fifty.without-points .flex-container{flex-direction:row-reverse}@media(max-width: 1360px){.fancy-fifty.without-points .flex-container{flex-direction:column-reverse}.fancy-fifty.without-points .flex-container .image{display:flex;width:100%;margin-left:0}.fancy-fifty.without-points .flex-container .content{width:100%;padding:90px 60px;min-height:auto}.fancy-fifty.without-points .flex-container .content .bg-pattern{display:none}}.fancy-fifty.without-points .content{background:#9b8168;padding-right:120px;padding-left:464px}.fancy-fifty.without-points .content .desc{margin-bottom:0px}.fancy-fifty.without-points .content .desc p{margin-bottom:12px}.fancy-fifty.without-points .content .desc p a{text-decoration:none;border-bottom:1px solid #fff;color:#fff !important}@media(max-width: 1600px){.fancy-fifty.without-points .content{padding:120px 60px;padding-left:364px}}@media(max-width: 600px){.fancy-fifty.without-points .content{padding:56px 25px !important;padding-bottom:70px !important}.fancy-fifty.without-points .content h3{font-size:36px !important;line-height:120%;margin-bottom:24px !important}.fancy-fifty.without-points .content h4{font-size:20px !important;line-height:120% !important}.fancy-fifty.without-points .content .desc{margin-bottom:36px !important}.fancy-fifty.without-points .content a{font-size:20px !important;line-height:120% !important}}.fancy-fifty.without-points .content h3,.fancy-fifty.without-points .content .desc,.fancy-fifty.without-points .content .desc p{color:#fff}.fancy-fifty.without-points .content a:hover{color:#171717;border-bottom:1px solid #171717}.fancy-fifty.without-points .image{margin-right:-300px;width:calc(30% + 300px)}.fancy-fifty+section{background:#171717;padding-bottom:0}.fancy-fifty+section .infinite-slider{margin-bottom:0}.fancy-fifty.without-points .btn-holder{margin-top:30px}.fancy-fifty.without-points .btn-holder a{transition:300ms all ease}.fancy-about{padding:0 80px;padding-bottom:160px;position:relative}@media(max-width: 1200px){.fancy-about{padding:0 25px}}.fancy-about .abs-pattern{position:absolute;top:60px;left:calc(50% - 120px)}@media(max-width: 1300px){.fancy-about .abs-pattern{display:none}}.fancy-about .abs-pattern img{max-width:748px;width:100%}.fancy-about .flex-container{display:flex;align-items:center}@media(max-width: 1200px){.fancy-about .flex-container{flex-direction:column-reverse}}.fancy-about .flex-container>div{position:relative;width:50%}@media(max-width: 1200px){.fancy-about .flex-container>div{width:100%}}.fancy-about .flex-container .left-col{padding-top:118px;padding-left:178px}@media(max-width: 1200px){.fancy-about .flex-container .left-col{margin-bottom:96px}}@media(max-width: 768px){.fancy-about .flex-container .left-col{padding-top:46px;padding-left:94px}}.fancy-about .flex-container .left-col .abs-emblem{position:absolute;left:458px;top:0;z-index:20}@media(max-width: 1300px){.fancy-about .flex-container .left-col .abs-emblem{left:330px}}@media(max-width: 600px){.fancy-about .flex-container .left-col .abs-emblem{left:45%}}.fancy-about .flex-container .left-col .abs-emblem img{max-width:212px}@media(max-width: 600px){.fancy-about .flex-container .left-col .abs-emblem img{max-width:134px}}.fancy-about .flex-container .left-col .abs-image{position:absolute;left:0;top:0;z-index:20}@media(max-width: 768px){.fancy-about .flex-container .left-col .abs-image img{width:50%}}.fancy-about .flex-container .left-col .section-img{position:relative;z-index:10}.fancy-about .flex-container .left-col .section-img img{width:100%}.fancy-about .flex-container .right-col{z-index:99}.fancy-about .flex-container .right-col p{position:relative;z-index:90;font-family:"OakesGrotesk";font-weight:400;font-size:36px;line-height:130%;letter-spacing:-0.01em;color:#fff;z-index:20;margin-left:-180px;max-width:880px}@media(max-width: 1200px){.fancy-about .flex-container .right-col p{margin-left:0;margin-bottom:64px;font-size:24px;line-height:140%}}.featured-pages{position:relative;background:#171717;z-index:9;padding:160px 80px}.featured-pages.list{padding-top:100px;padding-bottom:120px}@media(max-width: 1080px){.featured-pages.list{padding:44px 40px;padding-bottom:80px}}@media(max-width: 600px){.featured-pages.list{padding:18px 25px;padding-bottom:80px}}@media(max-width: 1080px){.featured-pages{padding:44px 40px;padding-bottom:80px}}@media(max-width: 600px){.featured-pages{padding:18px 25px;padding-bottom:80px}}.featured-pages .bg-pattern{position:absolute;right:0;top:100px}@media(max-width: 1080px){.featured-pages .bg-pattern{display:none}}.featured-pages .bg-pattern img{max-width:698px;width:100%}.featured-pages .content{max-width:627px;margin-bottom:120px;position:relative}@media(max-width: 600px){.featured-pages .content{margin-bottom:64px}}.featured-pages .content h2{font-size:48px;line-height:120%;margin-bottom:32px;color:#fff}@media(max-width: 600px){.featured-pages .content h2{font-size:36px;line-height:120%;margin-bottom:18px}}.featured-pages .content .desc{color:#fff;font-size:20px;line-height:180%}@media(max-width: 600px){.featured-pages .content .desc{font-size:16px}}.featured-pages .flex-container{display:flex;flex-wrap:wrap;gap:100px;margin-right:-100px;position:relative}@media(max-width: 1200px){.featured-pages .flex-container{gap:32px;margin-right:-32px}}@media(max-width: 600px){.featured-pages .flex-container{gap:48px;margin-right:0px}}.featured-pages .flex-container .single{width:calc(33.33% - 100px)}@media(max-width: 1200px){.featured-pages .flex-container .single{width:calc(33.33% - 32px)}}@media(max-width: 992px){.featured-pages .flex-container .single{width:calc(50% - 32px)}}@media(max-width: 600px){.featured-pages .flex-container .single{width:100%}}.featured-pages .flex-container .single>img{width:100%;height:270px;max-height:270px;object-fit:cover;object-position:center}.featured-pages .flex-container .single p,.featured-pages .flex-container .single a{color:#fff}.featured-pages .flex-container .single .title{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:140%;letter-spacing:-0.01em;color:#fff;margin-top:32px;margin-bottom:16px}.featured-pages .flex-container .single .desc{font-size:16px;line-height:160%}.featured-pages .flex-container .single a{display:flex;align-items:center;gap:12px;font-weight:600;font-size:16px;line-height:160%;letter-spacing:-0.01em;text-decoration:none;margin-top:35px}.featured-pages .flex-container .single a svg circle{transition:300ms all ease}.featured-pages .flex-container .single a:hover svg circle{stroke-opacity:1}@media(max-width: 600px){.achievement.type-2+.featured-pages{padding-top:80px !important}}.contact-cta{margin-top:120px;padding-bottom:120px}@media(max-width: 992px){.contact-cta{margin-top:80px}}.contact-cta .container{position:relative}.contact-cta .container .abs-shape,.contact-cta .container .abs-shape-2{position:absolute;z-index:2}@media(max-width: 1200px){.contact-cta .container .abs-shape img,.contact-cta .container .abs-shape-2 img{max-width:124px}}.contact-cta .container .abs-shape{top:0;left:0}@media(max-width: 1200px){.contact-cta .container .abs-shape{top:29px}}.contact-cta .container .abs-shape-2{right:0;bottom:65px}@media(max-width: 1200px){.contact-cta .container .abs-shape-2{bottom:50%;transform:translateY(50%);right:-65px}}.contact-cta .container .cta-form-holder,.contact-cta .container h2,.contact-cta .container .desc,.contact-cta .container button.generic-btn{position:relative;z-index:20}.contact-cta .container .cta-form-holder{max-width:627px;margin-left:auto;margin-right:auto;margin-top:56px}.contact-cta .container .cta-form-holder form>div{max-width:470px;margin-left:auto;margin-right:auto}.contact-cta .btn-holder{margin-top:64px;text-align:center}.contact-cta .btn-holder.hide{display:none}@media(max-width: 600px){.contact-cta .btn-holder{margin-top:40px}}.contact-cta .btn-holder button{font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;padding-bottom:2px;border:none;border-bottom:1px solid #fff;transition:300ms all ease;background:none;outline:none}@media(max-width: 600px){.contact-cta .btn-holder button{font-size:16px}}.contact-cta .btn-holder button:hover{color:#9b8168;border-bottom:1px solid #9b8168}.contact-cta h2{font-family:"OakesGrotesk";color:#fff;text-align:center;max-width:696px;margin-left:auto;margin-right:auto;font-weight:400;font-size:48px;line-height:120%;letter-spacing:-0.01em;margin-bottom:48px}@media(max-width: 600px){.contact-cta h2{font-size:36px;line-height:120%;margin-bottom:32px}}.contact-cta h2 span{color:hsla(0,0%,100%,.3)}@keyframes fadein{0%{opacity:0}100%{opacity:1}}.cta-form-holder{display:none;-webkit-animation:fadein;animation:fadein;animation-duration:500ms}.cta-form-holder.active{display:block}@media(max-width: 600px){.cta-form-holder{margin-top:49px !important}}.contact-cta textarea{max-height:160px;overflow-y:auto}.contact-cta input,.contact-cta textarea{outline:none;font-family:"Manrope";font-size:16px;line-height:140%;color:#171717;outline:none}.contact-cta input::placeholder,.contact-cta textarea::placeholder{font-size:16px;line-height:160%;font-weight:300;color:silver}.contact-cta input.wpcf7-not-valid,.contact-cta textarea.wpcf7-not-valid{border:1px solid #fa4f4f;background:rgba(250,79,79,.0509803922);color:#fff}.contact-cta br{display:none}.contact-cta .custom-checkbox-holder{width:fit-content;margin-left:auto;margin-right:auto}.contact-cta .nice-select{width:100%;height:50px;display:flex;align-items:center;margin-top:12px;margin-bottom:16px;font-size:16px;color:#171717;font-weight:300}.wpcf7 label{font-size:16px;line-height:160%;font-weight:500;color:#f4f0e1;font-family:"Manrope"}.wpcf7 span{width:100%}.wpcf7 span input{width:100%;height:50px;background:#fff;border:1px solid #e2e2e2;border-radius:8px;margin-top:12px;margin-bottom:16px;padding:0 20px;font-size:16px;line-height:160%;font-weight:300;letter-spacing:.01em}.wpcf7-submit{border:none;cursor:pointer;display:block;margin:0 auto;margin-top:56px;transition:300ms all ease}@media(max-width: 600px){.wpcf7-submit{margin-top:30px;width:100% !important}}@media(max-width: 600px){.wpcf7-submit{width:100%}}.wpcf7-not-valid-tip{display:none !important}.wpcf7-response-output{display:none !important;font-size:16px !important;margin-bottom:100px !important;max-width:462px !important;margin-left:auto !important;margin-right:auto !important;padding:20px !important;color:#fff !important}.call-to-action textarea{display:block;width:100%;border:1px solid #ebebeb;border-radius:8px;resize:none;padding:20px;margin-top:12px}.call-to-action input,.call-to-action textarea{font-family:"Manrope";font-size:16px;font-weight:300;color:#fff;transition:300ms all ease}.call-to-action input:focus,.call-to-action textarea:focus{border:1px solid #999 !important}.call-to-action .custom-checkbox-holder{margin-top:32px}.call-to-action .custom-checkbox-holder label a{font-size:inherit;font-weight:inherit}.custom-checkbox{background:#fff;border:2px solid #d6d6d6;border-radius:5px;width:24px;height:24px;min-width:24px;min-height:24px;transition:300ms all ease;margin-right:16px;display:flex;align-items:center;justify-content:center}.custom-checkbox svg path{fill:#fff}input[type=checkbox]{opacity:0;position:absolute;pointer-events:none}input[type=checkbox]:checked+.custom-checkbox{background:#9b8168;border:2px solid #9b8168}input[type=checkbox]:checked+.custom-checkbox svg path{fill:#fff}.wpcf7 .ajax-loader{width:24px !important;left:0 !important;margin-top:5px !important}.disabled{opacity:.4;pointer-events:none}label[for=check-terms]{cursor:pointer;display:flex;flex-wrap:wrap;white-space:nowrap;align-items:center;justify-content:center;margin-top:32px;font-family:"Manrope";font-size:16px;line-height:160%;color:#fff;font-weight:300}label[for=check-terms] a{font-family:inherit;font-size:inherit;font-weight:inherit;text-decoration:underline;padding-left:3px;color:#fff;transition:300ms all ease}label[for=check-terms] a:hover{color:#9b8168}label[for=check-terms] .custom-checkbox{border:1px solid silver}.wpcf7-spinner{display:none !important}.container .container{padding:0}#contact-page-success-container{align-items:center;flex-direction:column;display:none;-webkit-animation:fadein;animation:fadein;animation-duration:500ms;margin-top:80px}@media(max-width: 768px){#contact-page-success-container{margin-top:48px}}#contact-page-success-container svg path{fill:#9b8168}#contact-page-success-container.active{display:flex}#contact-page-success-container h3{margin-top:24px;margin-bottom:32px;font-size:36px;font-weight:400;line-height:130%;letter-spacing:-0.01em;color:#fff;font-family:"OakesGrotesk";text-align:center}#contact-page-success-container p{color:#fff;text-align:center;font-weight:400;font-size:20px;line-height:180%}#contact-page-success-container p.ending{display:flex;flex-direction:column;margin-top:30px;font-family:"Manrope"}#contact-page-success-container p.ending b{font-weight:600}label.required{position:relative}label.required:after{content:"*";font-size:13px;font-weight:700;color:#ff100d;position:relative;top:-2px;right:-2px}textarea{width:100%;border:none;outline:none;font-family:"Manrope";font-size:16px;line-height:140%;color:#171717;padding-top:4px;border-radius:8px;min-height:200px;overflow-y:auto;resize:none;margin-top:12px;padding:20px}textarea::-webkit-scrollbar{width:4px}textarea::-webkit-scrollbar-track{background:#fff}textarea::-webkit-scrollbar-thumb{background:silver;border-radius:8px}.wpcf7-submit{width:fit-content;color:#fff !important;border:none !important;font-family:"Manrope";font-weight:700;font-size:16px;line-height:130%;color:#fff;padding:16px 32px;background:#9b8168}.wpcf7-submit:hover{background:#000 !important;color:#fff !important}.file-holder{margin-top:20px;margin-bottom:20px;background:#fff;border:1px solid #dedede;box-sizing:border-box;height:50px;border-radius:5px;padding-left:20px;padding-right:20px;font-weight:400;position:relative;display:flex;align-items:center;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDE1VjE5QzIxIDE5LjUzMDQgMjAuNzg5MyAyMC4wMzkxIDIwLjQxNDIgMjAuNDE0MkMyMC4wMzkxIDIwLjc4OTMgMTkuNTMwNCAyMSAxOSAyMUg1QzQuNDY5NTcgMjEgMy45NjA4NiAyMC43ODkzIDMuNTg1NzkgMjAuNDE0MkMzLjIxMDcxIDIwLjAzOTEgMyAxOS41MzA0IDMgMTlWMTUiIHN0cm9rZT0iIzE3MTcxNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNyA4TDEyIDNMNyA4IiBzdHJva2U9IiMxNzE3MTciIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTIgM1YxNSIgc3Ryb2tlPSIjMTcxNzE3IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");background-position-y:center;background-position-x:calc(100% - 24px);background-repeat:no-repeat;transition:300ms all ease;cursor:pointer}.file-holder.invalid{border:1px solid #fa4f4f;background:rgba(250,79,79,.0509803922);margin-bottom:50px}.file-holder.invalid div{color:#fff !important}.file-holder div{font-family:"Manrope";font-size:16px;width:100%;pointer-events:none}.file-holder div+span{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:999}.file-holder input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:999;margin:0 !important;padding:0 !important;cursor:pointer}.file-holder .wpcf7-not-valid-tip{display:block !important;position:absolute !important;color:#fff !important;bottom:-30px !important}.wpcf7-list-item-label{color:#fff}.wpcf7-list-item{margin-left:0}.wpcf7-list-item label{display:flex;margin-bottom:10px;cursor:pointer}.wpcf7-list-item label .custom-checkbox{border:none !important}.wpcf7-checkbox{display:block;margin-top:12px;margin-bottom:12px}input[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.contact-addresses{margin-top:80px}@media(max-width: 1200px){.contact-addresses{margin-top:48px}}.contact-addresses .container{max-width:calc(100% - 160px)}@media(max-width: 1200px){.contact-addresses .container{max-width:100%}}.contact-addresses .flex-container{display:flex;flex-wrap:wrap;gap:80px 0}@media(max-width: 1200px){.contact-addresses .flex-container{gap:48px}}.contact-addresses .flex-container .address{width:33.33%;padding-bottom:80px;padding-right:64px;padding-left:64px;border-right:1px solid hsla(0,0%,100%,.2)}@media(max-width: 1200px){.contact-addresses .flex-container .address{width:calc(50% - 48px);padding:0;border:none;padding-bottom:48px;border-bottom:1px solid hsla(0,0%,100%,.2)}}@media(max-width: 600px){.contact-addresses .flex-container .address{width:100%}}.contact-addresses .flex-container .address:first-child{padding-left:0}.contact-addresses .flex-container .address:nth-child(3n+3){border-right:0}.contact-addresses .flex-container .address:nth-child(4n+4){padding-left:0}.contact-addresses .flex-container .address ul{margin-top:20px;padding-left:20px}.contact-addresses .flex-container .address ul li{color:#fff;margin-bottom:12px}.contact-addresses .flex-container .address ul li span{color:inherit}.contact-addresses .flex-container h5{font-family:"Manrope";font-weight:600;font-size:24px;line-height:120%;letter-spacing:-0.01em;margin-bottom:24px}.contact-addresses .flex-container h5,.contact-addresses .flex-container p{color:#fff}.contact-addresses .flex-container p{font-size:18px;line-height:160%}.contact-addresses .flex-container p a{color:#fff;transition:300ms all ease}.contact-addresses .flex-container p a:hover{color:#9b8168}.team-page-wrapper .container{max-width:1280px !important;margin-right:0;width:100%}.team-page-wrapper .sidebar-responsive{max-width:1280px !important}.team-holder{padding-top:160px}@media(max-width: 600px){.team-holder{padding-top:80px}}.team-holder:first-child{padding-top:48px}@media(max-width: 1200px){.team-holder:first-child{padding-top:0}}.team-holder:last-child{padding-bottom:90px}@media(max-width: 1810px){.team-holder{margin-left:100px}}@media(max-width: 1550px){.team-holder{margin-left:0px}}.team-page-wrapper .team{max-width:1280px !important;width:100%;margin-top:0px;margin-right:80px}.team-page-wrapper .team .team-holder{padding-top:92px;padding-bottom:60px}@media(max-width: 992px){.team-page-wrapper .team .team-holder{padding-top:68px;padding-bottom:48px}}@media(max-width: 992px){.team-page-wrapper .team .container{padding:0}}@media(max-width: 1550px){.team-page-wrapper .team{margin-left:auto;margin-right:auto}}.team-page-wrapper .team h2{font-size:48px;font-weight:400;line-height:120%;color:#fff;margin-bottom:80px}@media(max-width: 1200px){.team-page-wrapper .team h2{font-size:36px;line-height:120%;margin-bottom:40px}}.team-page-wrapper .team .members{display:flex;flex-wrap:wrap;gap:50px;margin-right:-115px}@media(max-width: 1200px){.team-page-wrapper .team .members{margin-right:-100px}}@media(max-width: 600px){.team-page-wrapper .team .members{margin-right:0px}}.team-page-wrapper .team .members img{width:100%;height:auto;margin-bottom:24px}.team-page-wrapper .team .members p.name{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:140%;letter-spacing:-0.01em;color:#fff;margin-bottom:4px}.team-page-wrapper .team .members p.designation{font-family:"Manrope";font-weight:400;font-size:16px;line-height:160%;letter-spacing:-0.01em;color:#fff;margin-bottom:0}.team-page-wrapper .team .members .member{position:relative;width:calc(33.33% - 50px);padding-right:50px;border-right:1px solid hsla(0,0%,100%,.2)}.team-page-wrapper .team .members .member .abs-link{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width: 1810px){.team-page-wrapper .team .members .member{width:calc(50% - 50px)}}@media(max-width: 1550px){.team-page-wrapper .team .members .member{width:calc(33.33% - 50px)}}@media(max-width: 1200px){.team-page-wrapper .team .members .member{width:calc(50% - 50px)}}@media(max-width: 600px){.team-page-wrapper .team .members .member{width:100%;padding-right:0;border:none}}.team-page-wrapper .team .members .member:nth-child(3n+3),.team-page-wrapper .team .members .member:last-child{border-right:0}@media(max-width: 1810px){.team-page-wrapper .team .members .member:nth-child(even){border-right:0}}@media(max-width: 1550px){.team-page-wrapper .team .members .member:nth-child(even){border-right:1px solid hsla(0,0%,100%,.2)}}@media(max-width: 1200px){.team-page-wrapper .team .members .member:nth-child(even){border-right:0}}.team-page-wrapper .team .members.two_col .member{width:calc(50% - 50px)}.team-page-wrapper .team .members.two_col .member:nth-child(even){border:none}.team-page-wrapper .team .members.two_col .member:nth-child(3n+3){border-right:1px solid hsla(0,0%,100%,.2)}@media(max-width: 600px){.team-page-wrapper .team .members.two_col .member:nth-child(3n+3){border-right:0}}@media(max-width: 1810px){.team-page-wrapper .team .members.two_col .member{width:calc(50% - 50px)}}@media(max-width: 1200px){.team-page-wrapper .team .members.two_col .member{width:calc(50% - 50px)}}@media(max-width: 600px){.team-page-wrapper .team .members.two_col .member{width:100%;padding-right:0;border:none}}.footer .partners img{width:unset}.social-icons svg path{transition:300ms all ease}.social-icons a:hover .normal-icon path{fill:#fff !important}.social-icons a:hover .email-icon path{stroke:#fff !important}.call-to-action{position:relative;padding:137.5px 25px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width: 600px){.call-to-action{padding:100px 25px}}.call-to-action .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.call-to-action .bg-img img{width:100%;height:100%}.call-to-action .content{position:relative;z-index:9;max-width:648px;margin-left:auto;margin-right:auto}.call-to-action .content h2{margin-top:64px;font-size:48px;font-weight:400;line-height:59px;text-align:center;color:#fff}@media(max-width: 600px){.call-to-action .content h2{font-size:32px;line-height:39px}}.call-to-action .content .cta-btn{margin-top:56px;transition:300ms all ease !important}@keyframes fadein{from{opacity:0}to{opacity:1}}.help-tabs{margin-top:80px;margin-bottom:100px}@media(max-width: 992px){.help-tabs{display:none}}.help-tabs .title-section{padding-bottom:64px;border-bottom:1px solid #333 !important;margin-bottom:64px;text-align:center}@media(max-width: 600px){.help-tabs .title-section{border-bottom:1px solid #373737 !important;padding-bottom:48px;margin-bottom:48px}}.help-tabs .title-section h2{font-weight:400;font-size:48px;line-height:120%;text-align:center;letter-spacing:-0.01em;color:#fff;margin-bottom:24px}@media(max-width: 600px){.help-tabs .title-section h2{font-size:36px;line-height:120%;margin-bottom:16px}}.help-tabs .title-section .desc{color:#fff;margin-top:20px;font-size:20px;line-height:180%}@media(max-width: 600px){.help-tabs .title-section .desc{margin-top:0;font-size:16px;line-height:180%}}.help-tabs .container{max-width:1140px}.help-tabs #selected_category{font-size:32px;font-weight:400;line-height:130%;letter-spacing:.02em;color:#fff;font-weight:400;margin-bottom:32px}.help-tabs .flex-container{display:flex}.help-tabs .flex-container .left-col{max-width:280px;width:100%;margin-right:64px}.help-tabs .flex-container .left-col .tab{font-size:16px;line-height:160%;color:#fff;padding:24px 20px;margin:0;cursor:pointer;transition:300ms all ease;position:relative;border-bottom:1px solid #333}.help-tabs .flex-container .left-col .tab:before{content:"";position:absolute;width:4px;height:100%;top:0;left:0;background:#9b8168;opacity:0;transition:300ms all ease}.help-tabs .flex-container .left-col .tab.active{font-weight:600;background:#333}.help-tabs .flex-container .left-col .tab.active:before{opacity:1}.help-tabs .flex-container .left-col .tab:hover{background:#333}.help-tabs .flex-container .left-col .tab:hover:before{opacity:1}.help-tabs .flex-container .right-col{width:100%}.help-tabs .flex-container .right-col h3{margin-bottom:12px}.help-tabs .flex-container .right-col .tab-content{display:none;-webkit-animation:"fadein";animation:"fadein";animation-duration:500ms}.help-tabs .flex-container .right-col .tab-content.active{display:block}.help-tabs .accordion,.help-tabs .accordion-mob{font-size:16px;line-height:160%;font-family:"Manrope";color:#fff;padding-bottom:24px;border-bottom:1px solid #333;align-items:flex-start}.help-tabs .accordion:after,.help-tabs .accordion-mob:after{display:none}.help-tabs .accordion svg,.help-tabs .accordion-mob svg{transition:300ms all ease;min-width:10px;margin-top:10px}.help-tabs .accordion svg path,.help-tabs .accordion-mob svg path{transition:300ms all ease}.help-tabs .accordion.active svg,.help-tabs .active.accordion-mob svg{transform:rotate(180deg);transform-origin:center}.help-tabs .panel p{max-width:742px}.help-tabs-mob{display:none}@media(max-width: 992px){.help-tabs-mob{display:block;margin-top:48px;margin-bottom:56px}}@media(max-width: 600px){.help-tabs-mob{margin:48px 0}}.help-tabs-mob .accordion-holder>.panel{margin-bottom:33px}.help-tabs-mob h2{font-weight:500;font-size:26px;line-height:130%;letter-spacing:-0.01em;color:#171717}.help-tabs-mob .desc{margin-top:20px}.help-tabs-mob .title-section{padding-bottom:40px;margin-bottom:4px;border-bottom:1px solid #ebebeb;margin-bottom:30px}.help-tabs-mob .accordion-mob{font-weight:500;font-size:20px;line-height:140%;color:#fff;font-family:"OakesGrotesk";padding-top:0}.help-tabs-mob .accordion-mob.active{padding-bottom:8px}.help-tabs-mob .accordion-mob.active+.panel .accordion-mob{padding-bottom:24px}.help-tabs-mob .accordion-mob.active+.panel{border-bottom:0}.help-tabs-mob .accordion-mob.active+.panel .accordion-mob.active+.panel{border-bottom:1px solid #ebebeb}.help-tabs-mob .panel button{padding-top:24px}.help-tabs-mob .panel button:first-child{padding-top:0}.help-tabs-mob .panel{padding-right:0}.help-tabs-mob .panel .panel p{transition:300ms all ease;padding-right:50px;opacity:0}.help-tabs-mob .panel .accordion-mob{font-family:"Manrope";font-weight:700;font-size:16px;line-height:160%;color:#fff}.help-tabs-mob .panel .accordion-mob:first-child{margin-top:25px}.help-tabs-mob .panel .accordion-mob.active+.panel p{opacity:1}.generic-banner{position:relative;height:600px;overflow:hidden;display:flex;align-items:center;padding:0 80px;margin-bottom:46px}@media(max-width: 600px){.generic-banner{min-height:521px;height:100%}}.generic-banner .simpleParallax{width:100%}.generic-banner .bg-img>div{width:100%;height:100%}.generic-banner:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%)}@media(max-width: 1200px){.generic-banner{padding:0 25px}}@media(max-width: 600px){.generic-banner{min-height:521px;height:auto}}.generic-banner .bg-img{position:absolute;width:100%;height:600px;top:0;left:0}@media(max-width: 600px){.generic-banner .bg-img{min-height:521px;height:100%}}.generic-banner .bg-img * div{position:absolute;height:100%}@media(max-width: 600px){.generic-banner .bg-img .desktop-img{display:none}}.generic-banner .bg-img .mob-img{display:none}@media(max-width: 600px){.generic-banner .bg-img .mob-img{display:flex}}.generic-banner .bg-img img{width:100%;height:100%;object-fit:cover}.generic-banner .content{position:relative;z-index:9;color:#fff;max-width:885px}.generic-banner .content h1{font-size:72px;line-height:120%;letter-spacing:-0.01em;margin-bottom:24px;font-weight:400}@media(max-width: 600px){.generic-banner .content h1{font-size:48px;line-height:120%}}.generic-banner .content p{font-family:"OakesGrotesk";font-size:24px;font-weight:400;line-height:160%;color:#fff}@media(max-width: 600px){.generic-banner .content p{font-size:20px;margin-bottom:0}}.generic-banner .content .btn{font-family:"OakesGrotesk";font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-top:48px}.generic-banner .content .btn:hover{color:#9b8168}.generic-banner+.fifty-fifty{margin-top:160px}@media(max-width: 600px){.generic-banner+.fifty-fifty{margin-top:48px}}.generic-banner.short-banner{height:400px}@media(max-width: 600px){.generic-banner.short-banner{height:336px;min-height:336px;margin-bottom:64px}}.generic-banner.short-banner h1{text-align:center;margin-bottom:0}.generic-banner.short-banner .content{margin-left:auto;margin-right:auto}.generic-banner.short-banner .bg-img{height:400px;min-height:400px}@media(max-width: 600px){.generic-banner.short-banner .bg-img{height:336px;min-height:336px}}.generic-banner .mob-img .simpleParallax{width:100%}.btn_flex_holder{display:flex;flex-wrap:wrap;align-items:center;gap:10px 30px}.fees{margin-top:160px;margin-bottom:120px}@media(max-width: 768px){.fees{margin-top:96px;margin-bottom:80px}}.fees h2{font-weight:400;font-size:36px;line-height:130%;text-align:center;letter-spacing:-0.01em;color:#fff;max-width:1170px;margin-left:auto;margin-right:auto;margin-bottom:120px}@media(max-width: 768px){.fees h2{font-size:24px;line-height:140%;margin-bottom:64px}}.fees .sub-section{margin-bottom:120px}.fees .sub-section:last-child{margin-bottom:0}.fees .sub-section h3{font-weight:400;font-size:48px;line-height:120%;text-align:center;letter-spacing:-0.01em;margin-bottom:64px;color:#fff}@media(max-width: 768px){.fees .sub-section h3{font-size:36px;line-height:120%}}.fees .sub-section .packages{display:flex;flex-wrap:wrap;gap:53px;justify-content:center}@media(max-width: 768px){.fees .sub-section .packages{display:block}}.fees .sub-section .packages .package{position:relative;z-index:99;max-width:400px;min-height:411px;background:#171717;border:1px solid #373737;border-radius:8px;padding-top:34px;padding-left:40px;padding-right:40px;padding-bottom:70px;height:fit-content}@media(max-width: 768px){.fees .sub-section .packages .package{max-width:100%;width:100%;margin-right:20px;min-height:unset}}.fees .sub-section .packages .package.normal-height{padding-bottom:34px}.fees .sub-section .packages .package .view-more{position:absolute;left:40px;bottom:32px}.fees .sub-section .packages .package h5{font-weight:500;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;margin-bottom:16px}.fees .sub-section .packages .package .amount{font-family:"OakesGrotesk";font-weight:600;font-size:36px;line-height:36px;color:#9b8168;margin-bottom:8px}.fees .sub-section .packages .package .tagline{font-weight:400;font-size:16px;line-height:180%;letter-spacing:-0.01em;color:#676767}.fees .sub-section .packages .package .points{padding-top:24px;margin-top:24px;border-top:1px solid #373737}.fees .sub-section .packages .package .points .point{display:flex;gap:16px;font-weight:400;font-size:16px;line-height:180%;letter-spacing:-0.01em;color:#fff;margin-bottom:12px;max-height:300px;transition:500ms all ease}.fees .sub-section .packages .package .points .point svg{min-width:18px}.fees .sub-section .packages .package .points .point.hidden{opacity:0;max-height:0px;margin-bottom:0;overflow:hidden;transition:500ms all ease}.fees .sub-section .packages .package .points .point.hidden.show{opacity:1;max-height:600px;margin-bottom:12px;transition:500ms all ease}.fees .sub-section .packages .package .points .point svg{margin-top:7px}.fees .sub-section .packages .package .points .point:last-child{margin-bottom:0}.fees .sub-section .packages .package .points .view-more{display:flex;align-items:center;gap:12px;margin-top:12px;cursor:pointer;width:fit-content}.fees .sub-section .packages .package .points .view-more circle{transition:300ms all ease}.fees .sub-section .packages .package .points .view-more.active svg circle{fill:#9b8168 !important}.fees .sub-section .packages .package .points .view-more.active svg circle+path{display:none !important}.fees .sub-section .packages .package .points .view-more *{transition:300ms all ease}.fees .sub-section .packages .package .points .view-more div{font-weight:500;font-size:16px;line-height:180%;letter-spacing:-0.01em;color:#fff}.fees .sub-section .packages .package .points .view-more span{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit}.fees .sub-section .packages .package .points .view-more:hover div,.fees .sub-section .packages .package .points .view-more:hover span{color:#9b8168}.fees .sub-section .packages .package .points .view-more .icon{display:flex}.fees .flickity-viewport{overflow:visible;transition:500ms all ease}.fees .flickity-page-dots{z-index:-1;bottom:-32px}.generic_content .container{margin:auto}@media(min-width: 576px){.generic_content .container{max-width:100%}}@media(min-width: 768px){.generic_content .container{max-width:100%}}@media(min-width: 992px){.generic_content .container{max-width:960px}}@media(min-width: 1200px){.generic_content .container{max-width:1280px}}@media(min-width: 1600px){.generic_content .container{max-width:1461px}}@media(max-width: 1300px){.generic_content .container{max-width:100%;padding-left:25px;padding-right:25px}}@media(max-width: 768px){.generic_content .container{padding-left:25px;padding-right:25px}}.generic_content .desc{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#fff;margin-bottom:48px}.generic_content .desc p{font-weight:400;font-size:20px;line-height:180%;letter-spacing:-0.01em;color:#fff}.generic_content .desc p span{font-size:inherit;font-weight:inherit;font-family:inherit;letter-spacing:inherit;line-height:inherit}.generic_content .desc p strong{font-weight:600;color:#9b8168}.generic_content .desc p a{font-family:inherit;text-decoration:none;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:inherit;border-bottom:1px solid #fff;color:inherit}.generic_content .desc p a:hover{color:#9b8168;border-color:#9b8168}@media(max-width: 1080px){.generic_content .desc{font-size:16px;margin-bottom:24px}.generic_content .desc p{font-size:16px}}.development_portal{background:linear-gradient(0deg, rgba(155, 129, 104, 0.7) 0%, rgba(23, 23, 23, 0.7) 100%),#171717;padding-top:41px;padding-bottom:120px}@media(max-width: 600px){.development_portal{padding-top:24px;padding-bottom:64px}}.development_portal .container{max-width:calc(100% - 80px)}@media(max-width: 1200px){.development_portal .container{max-width:100%}}.development_portal #location_search{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb24iPgo8cGF0aCBpZD0iUGluIiBkPSJNMTEuMDQxIDIxLjEzMTJDNS45MTMxNyAxMy43NTU2IDUgMTIuOTgyOSA1IDEwLjI0MzRDNSA2LjUyMDQ5IDcuOTg1MzcgMy41IDExLjc0MzQgMy41QzE1LjQ2NjMgMy41IDE4LjQ4NjggNi41MjA0OSAxOC40ODY4IDEwLjI0MzRDMTguNDg2OCAxMi45ODI5IDE3LjUzODUgMTMuNzU1NiAxMi40MTA3IDIxLjEzMTJDMTIuMDk0NiAyMS42MjI5IDExLjM1NzEgMjEuNjIyOSAxMS4wNDEgMjEuMTMxMlpNMTEuNzQzNCAxMy4wNTMyQzEzLjI4ODggMTMuMDUzMiAxNC41NTMyIDExLjgyMzkgMTQuNTUzMiAxMC4yNDM0QzE0LjU1MzIgOC42OTgwNSAxMy4yODg4IDcuNDMzNjYgMTEuNzQzNCA3LjQzMzY2QzEwLjE2MjkgNy40MzM2NiA4LjkzMzY2IDguNjk4MDUgOC45MzM2NiAxMC4yNDM0QzguOTMzNjYgMTEuODIzOSAxMC4xNjI5IDEzLjA1MzIgMTEuNzQzNCAxMy4wNTMyWiIgZmlsbD0iIzlCODE2OCIvPgo8L2c+Cjwvc3ZnPgo=");background-repeat:no-repeat;background-position-y:center;background-position-x:10px}.development_portal .search_container{margin-bottom:17px}.development_portal .search_container .top_part{border-radius:16px 16px 0px 0px;border:1px solid #333;background:linear-gradient(360deg, #353535 0%, #252525 70.83%);display:flex;align-items:center;padding:32px 40px;gap:35px}@media(max-width: 1600px){.development_portal .search_container .top_part{gap:20px}}@media(max-width: 992px){.development_portal .search_container .top_part{padding:16px;gap:12px}}.development_portal .search_container .top_part .nice-select{width:calc(21% - 35px)}@media(max-width: 1600px){.development_portal .search_container .top_part .nice-select{width:calc(21% - 20px)}}.development_portal .search_container .top_part .search_holder{width:calc(40% - 35px);display:flex;align-items:center}@media(max-width: 1600px){.development_portal .search_container .top_part .search_holder{width:calc(40% - 20px)}}.development_portal .search_container .top_part .search_holder button{border-radius:0px 64px 64px 0px;background:linear-gradient(90deg, #9B7B68 0%, #665443 100%);display:flex;align-items:center;gap:8px;border:none;outline:none;height:61px;padding:0 24px;padding-right:20px;font-family:"Manrope";color:#fff;text-align:center;font-size:16px;font-weight:500;line-height:120%;letter-spacing:.16px;cursor:pointer}.development_portal .search_container .top_part .search_holder button:hover{background:#9b8168}@media(max-width: 1600px){.development_portal .search_container .top_part .search_holder button{height:50px}}@media(max-width: 600px){.development_portal .search_container .top_part .search_holder button{height:48px}}.development_portal .search_container .top_part .search_holder button .search_text{color:#fff;text-align:center;font-size:16px;font-weight:500;line-height:120%;letter-spacing:.16px}@media(max-width: 992px){.development_portal .search_container .top_part .search_holder button .search_text{display:none}}@media(max-width: 992px){.development_portal .search_container .top_part .search_holder button{padding:14px 18px}}.development_portal .search_container .top_part .search_holder input{width:100%;height:61px;font-weight:300;padding:16px 0px 16px 20px;border:none;box-sizing:border-box;outline:none;border-radius:64px 0px 0px 64px;border:1px solid #ebebeb;background:#fff;padding-left:38px;font-family:"Manrope";font-size:16px;font-weight:400;line-height:180%;letter-spacing:.16px}@media(max-width: 1600px){.development_portal .search_container .top_part .search_holder input{height:50px}}@media(max-width: 600px){.development_portal .search_container .top_part .search_holder input{height:48px}}@media(max-width: 600px){.development_portal .search_container .top_part .search_holder input{font-size:13px}}.development_portal .search_container .top_part .search_holder input:placeholder{color:#878787;font-size:16px;font-weight:400;line-height:180%;letter-spacing:.16px}@media(max-width: 992px){.development_portal .search_container .top_part .nice-select{display:none}}@media(max-width: 992px){.development_portal .search_container .top_part #property_search_form{width:100%}}.development_portal .search_container .bottom_part{border:1px solid #333;background:#252525;padding:25px 40px;border-radius:0px 0px 16px 16px;display:flex;align-items:center;justify-content:space-between}@media(max-width: 992px){.development_portal .search_container .bottom_part{padding:16px;flex-wrap:wrap}}.development_portal .search_container .bottom_part .left,.development_portal .search_container .bottom_part .right{display:flex;align-items:center;color:#fff;font-weight:300}@media(max-width: 600px){.development_portal .search_container .bottom_part .left,.development_portal .search_container .bottom_part .right{font-size:13px}.development_portal .search_container .bottom_part .left span,.development_portal .search_container .bottom_part .right span{font-size:13px}.development_portal .search_container .bottom_part .left .text,.development_portal .search_container .bottom_part .right .text{font-size:13px}}.development_portal .search_container .bottom_part .left span,.development_portal .search_container .bottom_part .right span{font-weight:600;color:#fff;margin:0 4px}@media(max-width: 768px){.development_portal .search_container .bottom_part .left{width:100%;margin-bottom:16px}.development_portal .search_container .bottom_part .left svg{display:none}}.development_portal .search_container .bottom_part .right{gap:40px}@media(max-width: 600px){.development_portal .search_container .bottom_part .right{gap:20px}}.development_portal .search_container .bottom_part .right a{text-decoration:none}.development_portal .search_container .bottom_part .right a .text{color:#fff;position:relative}.development_portal .search_container .bottom_part .right a .text::before{content:"";width:100%;height:1px;bottom:-3px;left:0;background-color:#fff;opacity:0;transition:300ms all ease;position:absolute}.development_portal .search_container .bottom_part .right a .text:hover::before{opacity:1}.development_portal .nice-select{display:flex;align-items:center;height:61px;background-repeat:no-repeat;background-position-y:center;background-position-x:10px;padding-left:40px;border-radius:64px;border:1px solid rgba(235,235,235,.3);background-color:#252525;color:#fff}@media(max-width: 1600px){.development_portal .nice-select{height:50px}}@media(max-width: 600px){.development_portal .nice-select{height:48px}}.development_portal .nice-select .current{overflow:hidden;font-weight:300}.development_portal .nice-select span{color:#fff;font-weight:300}.development_portal .nice-select:after{border-color:#fff}.development_portal .nice-select.price_select,.development_portal .nice-select.price_select_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjA5MDkgMTguNTQwMUgxNi44NjA2VjIxSDZWMTguNTQwMUg2LjMzOTM5QzYuODI0MjQgMTguNTQwMSA3LjI0NDQ0IDE4LjM4MDUgNy42IDE4LjA2MTJDNy45NTU1NiAxNy43Mjc0IDguMTMzMzMgMTcuMzQyOSA4LjEzMzMzIDE2LjkwNzVWMTQuMzYwNUg2VjExLjkwMDdIOC4xMzMzM1Y5LjE3OTU5QzguMTMzMzMgOC4zOTU5MiA4LjM1MTUxIDcuNjg0ODEgOC43ODc4OCA3LjA0NjI2QzkuMjI0MjQgNi40MDc3MSA5LjgyMjIyIDUuOTA3MDMgMTAuNTgxOCA1LjU0NDIyQzExLjM0MTQgNS4xODE0MSAxMi4xNzM3IDUgMTMuMDc4OCA1QzE1LjMwOTEgNSAxNi45NDk1IDYuMzIwNjMgMTggOC45NjE5TDE1LjM1NzYgOS43NDU1OEMxNS4xMTUyIDkuMDA1NDQgMTQuODA4MSA4LjQ0NjcxIDE0LjQzNjQgOC4wNjkzOUMxNC4wODA4IDcuNjc3NTUgMTMuNjI4MyA3LjQ4MTYzIDEzLjA3ODggNy40ODE2M0MxMi40OTcgNy40ODE2MyAxMi4wMjAyIDcuNjU1NzggMTEuNjQ4NSA4LjAwNDA4QzExLjI5MjkgOC4zMzc4NyAxMS4xMTUyIDguNzczMjQgMTEuMTE1MiA5LjMxMDJWMTEuOTAwN0gxNC43NzU4VjE0LjM2MDVIMTEuMDkwOVYxOC41NDAxWiIgZmlsbD0iIzlCODE2OCIvPgo8L3N2Zz4K")}.development_portal .nice-select.property_type,.development_portal .nice-select.property_type_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc2NiA5LjYzMzExQzExLjgyODQgOS41NzA0NyAxMS45MjIgOS41MzkxNSAxMi4wMTU2IDkuNTM5MTVDMTIuMDc4IDkuNTM5MTUgMTIuMTcxNiA5LjU3MDQ3IDEyLjIzNCA5LjYzMzExTDE4LjAwNTIgMTQuMzYyNFYxOS40OTg5QzE4LjAwNTIgMTkuNzgwOCAxNy43NTU2IDIwIDE3LjUwNjEgMjBIMTMuOTgwOUMxMy43MzE0IDIwIDEzLjQ4MTggMTkuNzgwOCAxMy40ODE4IDE5LjQ5ODlWMTYuNDkyMkMxMy40ODE4IDE2LjI0MTYgMTMuMjYzNCAxNS45OTExIDEyLjk4MjcgMTUuOTkxMUgxMC45ODYxQzEwLjczNjYgMTUuOTkxMSAxMC40ODcgMTYuMjQxNiAxMC40ODcgMTYuNDkyMlYxOS40OTg5QzEwLjQ4NyAxOS43ODA4IDEwLjI2ODYgMjAgMTAuMDE5MSAyMEg2LjUyNTEzQzYuMjQ0MzcgMjAgNi4wMjYgMTkuNzgwOCA2LjAyNiAxOS40OTg5VjE0LjM5MzdMMTEuNzY2IDkuNjMzMTFaTTIwLjg0NCAxMi44NTkxQzIwLjkzNzYgMTIuOTIxNyAyMSAxMy4wNDcgMjEgMTMuMTQwOUMyMSAxMy4yMzQ5IDIwLjkzNzYgMTMuMzI4OSAyMC45MDY0IDEzLjM5MTVMMjAuMDk1MyAxNC4zNjI0QzIwLjAzMjkgMTQuNDI1MSAxOS45MDgxIDE0LjQ4NzcgMTkuODE0NiAxNC40ODc3QzE5Ljc1MjIgMTQuNDg3NyAxOS42Mjc0IDE0LjQ1NjQgMTkuNTY1IDE0LjM5MzdMMTIuMjM0IDguMzQ4OTlDMTIuMTcxNiA4LjI4NjM1IDEyLjA3OCA4LjI1NTAzIDEyLjAxNTYgOC4yNTUwM0MxMS45MjIgOC4yNTUwMyAxMS44Mjg0IDguMjg2MzUgMTEuNzY2IDguMzQ4OTlMNC40MzUwMSAxNC4zOTM3QzQuMzcyNjIgMTQuNDU2NCA0LjI0NzgzIDE0LjQ4NzcgNC4xODU0NCAxNC40ODc3QzQuMDkxODUgMTQuNDg3NyAzLjk2NzA3IDE0LjQyNTEgMy45MDQ2OCAxNC4zNjI0TDMuMDkzNTkgMTMuMzkxNUMzLjA2MjM5IDEzLjMyODkgMyAxMy4yMzQ5IDMgMTMuMTQwOUMzIDEzLjA0NyAzLjA2MjM5IDEyLjkyMTcgMy4xNTU5OCAxMi44NTkxTDExLjA0ODUgNi4zMTMyQzExLjI2NjkgNi4xMjUyOCAxMS43MDM2IDYgMTEuOTg0NCA2QzEyLjI5NjQgNiAxMi43MzMxIDYuMTI1MjggMTIuOTUxNSA2LjMxMzJMMTUuNzU5MSA4LjYzMDg3VjYuMzc1ODRDMTUuNzU5MSA2LjE1NjYgMTUuOTE1MSA2IDE2LjEzMzQgNkgxNy44ODA0QzE4LjA2NzYgNiAxOC4yNTQ4IDYuMTU2NiAxOC4yNTQ4IDYuMzc1ODRWMTAuNjk4TDIwLjg0NCAxMi44NTkxWiIgZmlsbD0iIzlCODE2OCIvPgo8L3N2Zz4K")}.development_portal .nice-select.bedrooms,.development_portal .nice-select.bedrooms_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxM0M2LjA5Mzc1IDEzIDUgMTEuOTA2MiA1IDEwLjVDNSA5LjEyNSA2LjA5Mzc1IDggNy41IDhDOC44NzUgOCAxMCA5LjEyNSAxMCAxMC41QzEwIDExLjkwNjIgOC44NzUgMTMgNy41IDEzWk0xOC41IDlDMjAuNDA2MiA5IDIyIDEwLjU5MzggMjIgMTIuNVYxOC41QzIyIDE4Ljc4MTIgMjEuNzUgMTkgMjEuNSAxOUgyMC41QzIwLjIxODggMTkgMjAgMTguNzgxMiAyMCAxOC41VjE3SDRWMTguNUM0IDE4Ljc4MTIgMy43NSAxOSAzLjUgMTlIMi41QzIuMjE4NzUgMTkgMiAxOC43ODEyIDIgMTguNVY3LjVDMiA3LjI1IDIuMjE4NzUgNyAyLjUgN0gzLjVDMy43NSA3IDQgNy4yNSA0IDcuNVYxNEgxMVY5LjVDMTEgOS4yNSAxMS4yMTg4IDkgMTEuNSA5SDE4LjVaIiBmaWxsPSIjOUI4MTY4Ii8+Cjwvc3ZnPgo=")}.development_portal .right a{color:#fff;font-size:16px;font-weight:400;line-height:180%;letter-spacing:.16px;display:flex;align-items:center;gap:12px}.development_portal .right a img{border-radius:50%;width:32px;height:32px;object-fit:contain}@media(max-width: 600px){.development_portal .right a img{width:24px;height:24px}}@media(max-width: 600px){.development_portal .right a{gap:8px}}.gm-control-active,.gm-style-mtc,.gm-style-cc,.gm-bundled-control-on-bottom button{display:none}#map{border-radius:16px;border:1px solid #333;height:720px !important}#map a img{display:none}@media(max-width: 1080px){#map{height:364px !important}}.portals__map{display:flex;gap:20px}@media(max-width: 1080px){.portals__map{flex-direction:column-reverse}}.portals_holder{min-width:480px;max-height:720px;overflow:hidden;overflow-y:auto;padding-bottom:30px;-ms-overflow-style:none;scrollbar-width:none}@media(max-width: 1200px){.portals_holder{min-width:50%;width:50%;max-height:100%}}@media(max-width: 1080px){.portals_holder{min-width:100%;width:100%;padding-bottom:0}}.portals_holder .portal{padding:16px;border-radius:16px;border:1px solid #333;background:linear-gradient(360deg, #353535 0%, #181818 100%);margin-bottom:20px;width:480px}@media(max-width: 1200px){.portals_holder .portal{width:100%}}@media(max-width: 600px){.portals_holder .portal{padding-bottom:24px}}.portals_holder .portal .image{display:flex;position:relative}.portals_holder .portal .image:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;border-radius:8px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);z-index:9}.portals_holder .portal .image img{width:100%;height:auto;border-radius:8px}.portals_holder .portal .image .info{position:absolute;bottom:0;width:100%;left:0;z-index:10;padding:16px}.portals_holder .portal .image .info .title_tag{display:flex;gap:16px}.portals_holder .portal .image .info .title_tag .title{font-family:"OakesGrotesk";font-size:24px;font-weight:400;line-height:160%;letter-spacing:.24px;color:#fff}@media(max-width: 600px){.portals_holder .portal .image .info .title_tag .title{font-size:20px}}.portals_holder .portal .image .info .title_tag .tag{color:#fff;font-size:11px;font-weight:700;line-height:160%;letter-spacing:.55px;padding:2px 8px;border-radius:6px;background:hsla(0,0%,100%,.2);text-transform:uppercase;white-space:nowrap;height:fit-content;margin-top:6px}.portals_holder .portal .image .info .address{color:#949494;font-size:13px;font-style:normal;font-weight:600;line-height:160%;letter-spacing:.65px}.portals_holder .portal .content{padding:16px;padding-top:25px}@media(max-width: 1080px){.portals_holder .portal .content{padding:0;padding-top:16px}}.portals_holder .portal .content .flex_items{display:flex;flex-wrap:wrap;gap:12px 20px}.portals_holder .portal .content .flex_items .item{min-width:35%;display:flex;align-items:center;gap:8px;color:#fff;font-size:16px;font-weight:400;line-height:180%;letter-spacing:.16px}.portals_holder .portal .content .flex_items .item:last-child{width:100%}@media(max-width: 600px){.portals_holder .portal .content .flex_items .item{font-size:14px}}.portals_holder .portal .content .address{color:#fff;font-size:16px;font-style:normal;font-weight:400;line-height:160%;margin-top:24px}.portals_holder .portal .buttons{display:flex;align-items:center;gap:20px;margin-top:40px}@media(max-width: 600px){.portals_holder .portal .buttons{flex-wrap:wrap;margin-top:20px;gap:12px}}.portals_holder .portal .btn{border-radius:40px;padding:10px 30px;padding-top:13px;font-size:16px;font-weight:500;line-height:180%;letter-spacing:.16px;width:100%;display:flex;justify-content:center;align-items:center;gap:10px;border:none;outline:none;border-radius:40px;transition:300ms all ease}.portals_holder .portal .btn svg{transform:translateY(-2px)}.portals_holder .portal .btn.primary_btn{background:linear-gradient(90deg, #9B8168 0%, #635140 100%);transition:none}.portals_holder .portal .btn.secondary_btn{border:1px solid hsla(0,0%,100%,.3)}.portals_holder .portal .btn:hover{color:#fff}.portals_holder .portal .btn:hover.primary_btn{background:#9b8168}.portals_holder .portal .btn:hover.secondary_btn{border-color:#fff}.portals_holder .portal{transition:500ms all ease;display:none;cursor:pointer}.portals_holder .portal.show{display:block}.portals_holder .portal:hover{border-color:#9b8168}.portals_holder .portal.highlight{border-color:#9b8168}.portals_holder .outside_projects{padding-top:20px}.portals_holder .outside_projects.hide{display:none}.portals_holder .outside_projects h3{color:#fff;font-size:24px;font-weight:400;margin-bottom:20px}.portals_holder .outside_projects .dynamic_portals{color:#fff}.portals_holder::-webkit-scrollbar{display:none}@media(max-width: 1200px){.top_part{flex-wrap:wrap}}.mobile_filter{width:100%;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:64px;border:1px solid rgba(235,235,235,.3);background:#252525;padding:12px;color:#fff;text-align:center;font-size:14px;font-weight:500;line-height:180%;letter-spacing:.14px;display:none}@media(max-width: 992px){.mobile_filter{display:flex}}.development_portal_modal{display:none;transition:300ms all ease;opacity:0;position:fixed;width:100%;height:100%;top:0;left:0;background:#171717;z-index:99999;padding:25px}.development_portal_modal.show{display:block}.development_portal_modal.appear{opacity:1}.development_portal_modal .close_modal{display:flex;justify-content:flex-end;margin-bottom:40px}.development_portal_modal .nice-select-dropdown{width:100%}.development_portal_modal .nice-select{display:flex;align-items:center;height:61px;width:100%;margin-bottom:16px;background-repeat:no-repeat;background-position-y:center;background-position-x:10px;padding-left:40px;border-radius:64px;border:1px solid rgba(235,235,235,.3);background-color:#252525;color:#fff}@media(max-width: 1600px){.development_portal_modal .nice-select{height:50px}}@media(max-width: 600px){.development_portal_modal .nice-select{height:48px}}.development_portal_modal .nice-select .current{overflow:hidden;font-weight:300}.development_portal_modal .nice-select span{color:#fff;font-weight:300;font-size:14px}.development_portal_modal .nice-select:after{border-color:#fff}.development_portal_modal .nice-select.price_select,.development_portal_modal .nice-select.price_select_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjA5MDkgMTguNTQwMUgxNi44NjA2VjIxSDZWMTguNTQwMUg2LjMzOTM5QzYuODI0MjQgMTguNTQwMSA3LjI0NDQ0IDE4LjM4MDUgNy42IDE4LjA2MTJDNy45NTU1NiAxNy43Mjc0IDguMTMzMzMgMTcuMzQyOSA4LjEzMzMzIDE2LjkwNzVWMTQuMzYwNUg2VjExLjkwMDdIOC4xMzMzM1Y5LjE3OTU5QzguMTMzMzMgOC4zOTU5MiA4LjM1MTUxIDcuNjg0ODEgOC43ODc4OCA3LjA0NjI2QzkuMjI0MjQgNi40MDc3MSA5LjgyMjIyIDUuOTA3MDMgMTAuNTgxOCA1LjU0NDIyQzExLjM0MTQgNS4xODE0MSAxMi4xNzM3IDUgMTMuMDc4OCA1QzE1LjMwOTEgNSAxNi45NDk1IDYuMzIwNjMgMTggOC45NjE5TDE1LjM1NzYgOS43NDU1OEMxNS4xMTUyIDkuMDA1NDQgMTQuODA4MSA4LjQ0NjcxIDE0LjQzNjQgOC4wNjkzOUMxNC4wODA4IDcuNjc3NTUgMTMuNjI4MyA3LjQ4MTYzIDEzLjA3ODggNy40ODE2M0MxMi40OTcgNy40ODE2MyAxMi4wMjAyIDcuNjU1NzggMTEuNjQ4NSA4LjAwNDA4QzExLjI5MjkgOC4zMzc4NyAxMS4xMTUyIDguNzczMjQgMTEuMTE1MiA5LjMxMDJWMTEuOTAwN0gxNC43NzU4VjE0LjM2MDVIMTEuMDkwOVYxOC41NDAxWiIgZmlsbD0iIzlCODE2OCIvPgo8L3N2Zz4K")}.development_portal_modal .nice-select.property_type,.development_portal_modal .nice-select.property_type_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc2NiA5LjYzMzExQzExLjgyODQgOS41NzA0NyAxMS45MjIgOS41MzkxNSAxMi4wMTU2IDkuNTM5MTVDMTIuMDc4IDkuNTM5MTUgMTIuMTcxNiA5LjU3MDQ3IDEyLjIzNCA5LjYzMzExTDE4LjAwNTIgMTQuMzYyNFYxOS40OTg5QzE4LjAwNTIgMTkuNzgwOCAxNy43NTU2IDIwIDE3LjUwNjEgMjBIMTMuOTgwOUMxMy43MzE0IDIwIDEzLjQ4MTggMTkuNzgwOCAxMy40ODE4IDE5LjQ5ODlWMTYuNDkyMkMxMy40ODE4IDE2LjI0MTYgMTMuMjYzNCAxNS45OTExIDEyLjk4MjcgMTUuOTkxMUgxMC45ODYxQzEwLjczNjYgMTUuOTkxMSAxMC40ODcgMTYuMjQxNiAxMC40ODcgMTYuNDkyMlYxOS40OTg5QzEwLjQ4NyAxOS43ODA4IDEwLjI2ODYgMjAgMTAuMDE5MSAyMEg2LjUyNTEzQzYuMjQ0MzcgMjAgNi4wMjYgMTkuNzgwOCA2LjAyNiAxOS40OTg5VjE0LjM5MzdMMTEuNzY2IDkuNjMzMTFaTTIwLjg0NCAxMi44NTkxQzIwLjkzNzYgMTIuOTIxNyAyMSAxMy4wNDcgMjEgMTMuMTQwOUMyMSAxMy4yMzQ5IDIwLjkzNzYgMTMuMzI4OSAyMC45MDY0IDEzLjM5MTVMMjAuMDk1MyAxNC4zNjI0QzIwLjAzMjkgMTQuNDI1MSAxOS45MDgxIDE0LjQ4NzcgMTkuODE0NiAxNC40ODc3QzE5Ljc1MjIgMTQuNDg3NyAxOS42Mjc0IDE0LjQ1NjQgMTkuNTY1IDE0LjM5MzdMMTIuMjM0IDguMzQ4OTlDMTIuMTcxNiA4LjI4NjM1IDEyLjA3OCA4LjI1NTAzIDEyLjAxNTYgOC4yNTUwM0MxMS45MjIgOC4yNTUwMyAxMS44Mjg0IDguMjg2MzUgMTEuNzY2IDguMzQ4OTlMNC40MzUwMSAxNC4zOTM3QzQuMzcyNjIgMTQuNDU2NCA0LjI0NzgzIDE0LjQ4NzcgNC4xODU0NCAxNC40ODc3QzQuMDkxODUgMTQuNDg3NyAzLjk2NzA3IDE0LjQyNTEgMy45MDQ2OCAxNC4zNjI0TDMuMDkzNTkgMTMuMzkxNUMzLjA2MjM5IDEzLjMyODkgMyAxMy4yMzQ5IDMgMTMuMTQwOUMzIDEzLjA0NyAzLjA2MjM5IDEyLjkyMTcgMy4xNTU5OCAxMi44NTkxTDExLjA0ODUgNi4zMTMyQzExLjI2NjkgNi4xMjUyOCAxMS43MDM2IDYgMTEuOTg0NCA2QzEyLjI5NjQgNiAxMi43MzMxIDYuMTI1MjggMTIuOTUxNSA2LjMxMzJMMTUuNzU5MSA4LjYzMDg3VjYuMzc1ODRDMTUuNzU5MSA2LjE1NjYgMTUuOTE1MSA2IDE2LjEzMzQgNkgxNy44ODA0QzE4LjA2NzYgNiAxOC4yNTQ4IDYuMTU2NiAxOC4yNTQ4IDYuMzc1ODRWMTAuNjk4TDIwLjg0NCAxMi44NTkxWiIgZmlsbD0iIzlCODE2OCIvPgo8L3N2Zz4K")}.development_portal_modal .nice-select.bedrooms,.development_portal_modal .nice-select.bedrooms_mob{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuNSAxM0M2LjA5Mzc1IDEzIDUgMTEuOTA2MiA1IDEwLjVDNSA5LjEyNSA2LjA5Mzc1IDggNy41IDhDOC44NzUgOCAxMCA5LjEyNSAxMCAxMC41QzEwIDExLjkwNjIgOC44NzUgMTMgNy41IDEzWk0xOC41IDlDMjAuNDA2MiA5IDIyIDEwLjU5MzggMjIgMTIuNVYxOC41QzIyIDE4Ljc4MTIgMjEuNzUgMTkgMjEuNSAxOUgyMC41QzIwLjIxODggMTkgMjAgMTguNzgxMiAyMCAxOC41VjE3SDRWMTguNUM0IDE4Ljc4MTIgMy43NSAxOSAzLjUgMTlIMi41QzIuMjE4NzUgMTkgMiAxOC43ODEyIDIgMTguNVY3LjVDMiA3LjI1IDIuMjE4NzUgNyAyLjUgN0gzLjVDMy43NSA3IDQgNy4yNSA0IDcuNVYxNEgxMVY5LjVDMTEgOS4yNSAxMS4yMTg4IDkgMTEuNSA5SDE4LjVaIiBmaWxsPSIjOUI4MTY4Ii8+Cjwvc3ZnPgo=")}.development_portal_modal .bedrooms_mob{margin-bottom:48px}.development_portal_modal .buttons{width:100%;display:flex;gap:16px;flex-direction:column}.development_portal_modal .buttons button{width:100%}.development_portal_modal .btn{border-radius:40px;padding:10px 30px;padding-top:13px;font-size:16px;font-weight:500;line-height:180%;letter-spacing:.16px;width:100%;display:flex;justify-content:center;align-items:center;gap:10px;border:none;outline:none;border-radius:40px;transition:300ms all ease}.development_portal_modal .btn svg{transform:translateY(-2px)}.development_portal_modal .btn.primary_btn{background:linear-gradient(90deg, #9B8168 0%, #635140 100%);transition:none}.development_portal_modal .btn.secondary_btn{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.3)}.development_portal_modal .btn:hover{color:#fff}.development_portal_modal .btn:hover.primary_btn{background:#9b8168}.development_portal_modal .btn:hover.secondary_btn{border-color:#fff}.development_portal .nice-select:after,.development_portal_modal .nice-select:after{right:20px !important}html.fixed{position:fixed}.development_portal .form_container{max-width:1000px;margin-left:auto;margin-right:auto;margin-top:120px}.development_portal .form_container h2{text-align:center !important;margin-bottom:64px !important;font-size:48px !important;max-width:670px !important;margin-left:auto;margin-right:auto}@media(max-width: 600px){.development_portal .form_container h2{margin-bottom:48px !important;font-size:36px !important;line-height:120%;letter-spacing:-0.36px;margin-left:25px;margin-right:25px}}.development_portal .form_container .nice-select{width:100%;height:50px;display:flex;align-items:center;margin-top:12px;margin-bottom:16px;font-size:16px;color:#171717 !important;background:#fff;font-weight:300;border-radius:8px;padding-left:20px}.development_portal .form_container .nice-select *{color:#171717 !important}.development_portal .form_container .nice-select:after{border-color:#171717}.development_portal .form_container input,.development_portal .form_container select,.development_portal .form_container textarea{outline:none}.development_portal .form_container .select_holder{display:flex}.development_portal .form_container>label{display:block;width:100%}.development_portal .form_container .checkboxes{display:flex;flex-wrap:wrap;margin-bottom:20px}.development_portal .form_container .checkboxes>span{width:33.33%}@media(max-width: 768px){.development_portal .form_container .checkboxes>span{width:50%}}@media(max-width: 600px){.development_portal .form_container .checkboxes>span{width:100%}}.development_portal .form_container .flex_container{display:flex;flex-wrap:wrap;gap:0px 30px}.development_portal .form_container .flex_container>div{width:calc(50% - 15px)}@media(max-width: 768px){.development_portal .form_container .flex_container>div{width:100%}}.development_portal .form_container .wpcf7-not-valid{border-color:red !important}.icon-title img{max-width:20px;height:auto}.home-hero-banner-video{font-family:"OakesGrotesk",sans-serif;position:relative;width:100%;min-height:100vh;background-color:#0c0c0c;display:flex;flex-direction:column;padding-top:37vh;overflow:hidden}.home-hero-banner-video .top-part{height:100vh}@media(max-width: 1200px){.home-hero-banner-video{height:100vh;padding:37vh 25px 0}}@media(max-width: 768px){.home-hero-banner-video{min-height:480px}}.home-hero-banner-video .banner-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-hero-banner-video .banner-background .bg-media{width:100%;height:100%;object-fit:cover;object-position:center}.home-hero-banner-video .banner-background .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:2}.home-hero-banner-video .text-wrappper{z-index:3;display:flex;justify-content:center;align-items:center}.home-hero-banner-video .text-content{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:880px;width:100%;padding:0;margin:0 auto;z-index:3;text-align:center}@media(max-width: 920px){.home-hero-banner-video .text-content{padding:0 20px}}.home-hero-banner-video .text-content img{margin-bottom:32px}.home-hero-banner-video .hero-title{font-size:48px;line-height:64px;letter-spacing:-0.005em;font-weight:400;color:#fff}@media(max-width: 992px){.home-hero-banner-video .hero-title{font-size:40px;line-height:56px}}@media(max-width: 600px){.home-hero-banner-video .hero-title{font-size:28px;line-height:36px}}.home-hero-banner-video .bottom-text-wrapper{position:absolute;bottom:0;right:0;z-index:3;width:100%}.home-hero-banner-video .bottom-text-wrapper:after{position:absolute;width:100%;height:160px;content:"";left:0;bottom:0;background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%)}.home-hero-banner-video .bottom-text-wrapper img{width:100%;display:block}@keyframes heroFadeInUp{to{opacity:1;transform:translate(var(--tw-translate-x, 0), 0)}}@keyframes heroScrollWheel{0%{opacity:0;transform:translate(-50%, 0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%, 12px)}}.property-locations{position:relative;background:#171717;z-index:9;padding:160px 0 120px 0;overflow:hidden;font-family:"OakesGrotesk",sans-serif;background-color:#000}.property-locations .section-content-wrapper{position:relative;z-index:10}.property-locations .bg-pattern{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;display:flex;align-items:flex-end;pointer-events:none;opacity:.07}.property-locations .bg-pattern img{width:100%;height:auto}.property-locations .container{position:relative;z-index:2}.property-locations .header-content{max-width:880px;margin:0 auto 120px auto;text-align:center}@media(max-width: 768px){.property-locations .header-content{margin-bottom:64px;text-align:left}}.property-locations .section-title{font-weight:400;font-size:48px;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(96.94deg, #ffffff 0%, #9b8168 91.147%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);margin-bottom:32px}.property-locations .section-title span{color:#9b8168}@media(max-width: 768px){.property-locations .section-title{font-size:28px;line-height:36px;margin-bottom:24px}}.property-locations .section-desc{font-family:"Manrope";font-size:20px;line-height:180%;color:#fff;margin:0}@media(max-width: 768px){.property-locations .section-desc{font-size:16px}}.property-locations .cards-subtitle{font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(93.44deg, #ffffff 0%, #9b8168 105.46%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);display:inline-block;margin-bottom:40px;text-align:left}@media(max-width: 768px){.property-locations .cards-subtitle{line-height:1.3}}@media(max-width: 768px){.property-locations .cards-subtitle{font-size:20px;margin-bottom:32px}}.property-locations .locations-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px}@media(max-width: 992px){.property-locations .locations-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}.property-locations .locations-grid:after{content:"flickity";display:none}@media(min-width: 769px){.property-locations .locations-grid:after{content:""}}@media(max-width: 768px){.property-locations .locations-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:40px;margin-bottom:-40px}.property-locations .locations-grid.flickity-enabled{display:block;overflow:visible;padding-bottom:0;margin-bottom:0}.property-locations .locations-grid.flickity-enabled .flickity-viewport{overflow:visible}.property-locations .locations-grid.flickity-enabled .flickity-page-dots{bottom:-40px;z-index:10;display:flex;justify-content:center;align-items:center}.property-locations .locations-grid .location-card{flex:0 0 248px;width:248px;margin-right:24px;scroll-snap-align:start}}.property-locations .location-card{position:relative;display:block;border-radius:24px;overflow:hidden;height:560px;text-decoration:none;transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1)}.property-locations .location-card:hover{transform:translateY(-8px)}.property-locations .location-card:hover .card-bg{transform:scale(1.08)}.property-locations .location-card:hover .card-btn{background:hsla(0,0%,100%,.16);transform:translateX(-50%) scale(1.05)}.property-locations .location-card .card-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.property-locations .location-card .card-bg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.property-locations .location-card .card-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 100%)}.property-locations .location-card .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 62.667%);z-index:2}.property-locations .location-card .card-btn{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:3;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.01);border-radius:999px;padding:16px 48px;text-align:center;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1)}.property-locations .location-card .card-btn span{font-family:"OakesGrotesk",sans-serif;font-weight:400;font-size:32px;line-height:36px;letter-spacing:-0.01em;color:#fff;white-space:nowrap}@media(max-width: 1200px){.property-locations .location-card .card-btn{padding:12px 30px}.property-locations .location-card .card-btn span{font-size:18px}}@media(max-width: 768px){.property-locations .location-card .card-btn{bottom:30px;padding:10px 24px}.property-locations .location-card .card-btn span{font-size:16px}}.property-locations .locations-grid-progress{display:none}@media(max-width: 768px){.property-locations .locations-grid-progress{display:block;height:2px;background:hsla(0,0%,100%,.1);position:relative;border-radius:2px;width:100%;margin-top:40px}.property-locations .locations-grid-progress .progress-bar-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:#9b8168;transition:width .1s ease-out;border-radius:2px}}@media(max-width: 768px){.property-locations{padding:64px 0}.property-locations .location-card{height:364px}}.property-locations-slider{position:relative;background:#171717;z-index:9;padding:180px 0 0 0;overflow:hidden;font-family:"OakesGrotesk",sans-serif;background:linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(100, 76, 53, 0.1) 100%)}@media(max-width: 768px){.property-locations-slider{padding:64px 0 0 0}}.property-locations-slider .section-top-bg{position:absolute;top:32px;right:170px}@media(max-width: 768px){.property-locations-slider .section-top-bg{display:none}}.property-locations-slider .section-content-wrapper{position:relative;z-index:2}.property-locations-slider .bg-pattern{position:absolute;top:0;right:0;width:40%;height:100%;z-index:1;display:flex;align-items:flex-start;justify-content:flex-end;pointer-events:none}.property-locations-slider .bg-pattern img{width:100%;height:auto;max-width:500px;opacity:.25}.property-locations-slider .header-content{max-width:800px;text-align:left}@media(max-width: 768px){.property-locations-slider .header-content{margin-bottom:40px}}.property-locations-slider .section-title{font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);margin-bottom:40px}@media(max-width: 768px){.property-locations-slider .section-title{line-height:1.3}}.property-locations-slider .section-title span,.property-locations-slider .section-title em{font-family:Georgia,serif;font-style:italic;background:none;-webkit-text-fill-color:initial;color:#9b8168;text-transform:none}@media(max-width: 768px){.property-locations-slider .section-title{font-size:20px;line-height:24px;margin-bottom:32px}}.property-locations-slider .section-desc{font-family:"Manrope";font-size:20px;line-height:180%;color:#fff;margin:0}@media(max-width: 768px){.property-locations-slider .section-desc{font-size:16px}}.property-locations-slider .slider-wrapper{width:100%;overflow:visible}.property-locations-slider .slider-wrapper .flickity-viewport{overflow:visible !important}.property-locations-slider .slider-cell{width:25%;padding-right:48px}@media(max-width: 1400px){.property-locations-slider .slider-cell{width:30%}}@media(max-width: 1100px){.property-locations-slider .slider-cell{width:45%}}@media(max-width: 768px){.property-locations-slider .slider-cell{width:70%;padding-right:16px}}.property-locations-slider .location-card{position:relative;display:block;border-radius:24px;overflow:hidden;height:560px;text-decoration:none;transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1);background:#1e1e1e}@media(max-width: 768px){.property-locations-slider .location-card{height:360px;border-radius:24px}}.property-locations-slider .location-card:hover{transform:translateY(-8px)}.property-locations-slider .location-card:hover .card-bg{transform:scale(1.08)}.property-locations-slider .location-card:hover .card-btn{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.25);transform:scale(1.03)}.property-locations-slider .location-card .card-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.property-locations-slider .location-card .card-bg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.property-locations-slider .location-card .card-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 100%)}.property-locations-slider .location-card .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.85) 100%);z-index:2}.property-locations-slider .location-card .card-content{position:absolute;bottom:40px;left:0;width:100%;z-index:3;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width: 768px){.property-locations-slider .location-card .card-content{bottom:30px;padding:0 16px}}.property-locations-slider .location-card .card-tagline{font-family:"Manrope";font-size:14px;font-weight:600;line-height:24px;letter-spacing:4px;color:#eef1c2;text-transform:uppercase;margin-bottom:16px}@media(max-width: 768px){.property-locations-slider .location-card .card-tagline{font-size:11px;margin-bottom:8px}}.property-locations-slider .location-card .card-btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:100px;padding:18px 32px;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);box-shadow:0 8px 32px rgba(0,0,0,.2);color:#fff}.property-locations-slider .location-card .card-btn span{font-family:"OakesGrotesk",sans-serif;font-weight:400;font-size:32px;line-height:1;letter-spacing:-0.01em;color:#fff;white-space:nowrap}.property-locations-slider .location-card .card-btn .card-arrow-icon{width:20px;height:20px;color:#fff;flex-shrink:0;transition:transform .3s ease}@media(max-width: 768px){.property-locations-slider .location-card .card-btn{padding:4px 20px}.property-locations-slider .location-card .card-btn span{font-size:18px;line-height:36px}.property-locations-slider .location-card .card-btn .card-arrow-icon{width:16px;height:16px}}.property-locations-slider .controls-wrapper{display:flex;align-items:flex-start;flex-direction:column;gap:32px;margin-top:40px;width:100%;padding:0 10px}@media(max-width: 768px){.property-locations-slider .controls-wrapper{flex-direction:column;align-items:flex-start;gap:24px;margin-top:40px}}.property-locations-slider .nav-arrows{display:flex;gap:16px}.property-locations-slider .nav-arrows .nav-btn{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;color:#fff;transition:color .3s,transform .3s;display:flex;align-items:center;justify-content:center}.property-locations-slider .nav-arrows .nav-btn svg{display:block}.property-locations-slider .nav-arrows .nav-btn svg circle{transition:stroke .3s,fill .3s}.property-locations-slider .nav-arrows .nav-btn:hover{color:#9b8168;transform:scale(1.05)}.property-locations-slider .nav-arrows .nav-btn:hover svg circle{stroke:#9b8168}.property-locations-slider .nav-arrows .nav-btn:active{transform:scale(0.95)}.property-locations-slider .nav-arrows .nav-btn:focus{outline:none}.property-locations-slider .progress-bar-container{flex-grow:1;height:2px;background:hsla(0,0%,100%,.1);position:relative;border-radius:2px;width:100%}@media(max-width: 768px){.property-locations-slider .progress-bar-container{width:100%}}.property-locations-slider .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:#9b8168;transition:width .1s ease-out;border-radius:2px}.property-locations-slider .bottom-image-section{min-height:100vh;min-height:100svh;display:flex;justify-content:center;align-items:center;position:relative}.property-locations-slider .bottom-image-section::after{content:"";position:absolute;left:0;right:0;bottom:0;height:60%;background:radial-gradient(120% 90% at 50% 100%, rgba(155, 129, 104, 0.55) 0%, rgba(155, 129, 104, 0.2) 38%, rgba(0, 0, 0, 0) 72%);pointer-events:none;z-index:1}.property-locations-slider .bottom-image-section .bottom-logo-text{position:absolute;bottom:0;left:0;pointer-events:none;z-index:10;width:100%}.property-locations-slider .bottom-image-section .description-section{max-width:720px;font-family:"OakesGrotesk",sans-serif;font-size:36px;line-height:130%;letter-spacing:-0.01em;background:linear-gradient(90deg, #ffffff 0%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);text-align:center;position:relative;z-index:2}.property-locations-slider .bottom-image-section .bottom-img-wrapper{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:flex-end;opacity:.25;z-index:0}.property-locations-slider .bottom-image-section .bottom-img-wrapper img{width:100%;max-height:85vh;object-fit:contain}@media(max-width: 768px){.property-locations-slider .nav-arrows{display:none}.property-locations-slider .controls-wrapper{margin-top:32px}.property-locations-slider .bottom-image-section{min-height:620px;align-items:flex-start;padding:88px 25px 0 25px}.property-locations-slider .bottom-image-section .description-section{font-size:24px;line-height:1.3}.property-locations-slider .bottom-image-section .bottom-img-wrapper img{display:block;width:auto;height:100%;max-height:none}.property-locations-slider .bottom-image-section .bottom-logo-text{display:none}}.auto-scroll-image-slider-section{background:linear-gradient(180deg, #000 0%, rgb(100, 76, 53) 100%);padding:0 0 120px 0;position:relative;overflow:hidden;color:#fff}@media(max-width: 1200px){.auto-scroll-image-slider-section{padding:80px 0}}@media(max-width: 768px){.auto-scroll-image-slider-section{padding:60px 0}}.auto-scroll-image-slider-section .slider-heading{max-width:1800px;margin:0 auto 60px auto;padding:0 40px;font-family:"OakesGrotesk";font-size:36px;font-weight:500;line-height:48px;letter-spacing:-0.04em;text-align:center}@media(max-width: 1400px){.auto-scroll-image-slider-section .slider-heading{max-width:90%;padding:0}}@media(max-width: 768px){.auto-scroll-image-slider-section .slider-heading{font-size:28px;line-height:38px;margin-bottom:40px;padding:0 20px}}.auto-scroll-image-slider-section .slider-heading .highlight{color:#9b8168;-webkit-text-fill-color:#9b8168}.auto-scroll-image-slider-section .marquee-wrapper{overflow:hidden;width:100%;display:flex;position:relative}.auto-scroll-image-slider-section .marquee-wrapper::before,.auto-scroll-image-slider-section .marquee-wrapper::after{content:"";position:absolute;top:0;bottom:0;width:150px;z-index:10;pointer-events:none}@media(max-width: 768px){.auto-scroll-image-slider-section .marquee-wrapper::before,.auto-scroll-image-slider-section .marquee-wrapper::after{width:50px}}.auto-scroll-image-slider-section .marquee-wrapper::before{left:0}.auto-scroll-image-slider-section .marquee-wrapper::after{right:0}.auto-scroll-image-slider-section .marquee-track{display:flex;width:max-content;will-change:transform}.auto-scroll-image-slider-section .marquee-slide-group{display:flex;align-items:center;gap:32px;padding-right:32px}@media(max-width: 768px){.auto-scroll-image-slider-section .marquee-slide-group{gap:16px;padding-right:16px}}.auto-scroll-image-slider-section.speed-slow .marquee-track{animation-duration:90s}.auto-scroll-image-slider-section.speed-medium .marquee-track{animation-duration:55s}.auto-scroll-image-slider-section.speed-fast .marquee-track{animation-duration:30s}.auto-scroll-image-slider-section.direction-left .marquee-track{animation-name:autoScrollMarqueeLeftToRight;animation-timing-function:linear;animation-iteration-count:infinite}.auto-scroll-image-slider-section.direction-right .marquee-track{animation-name:autoScrollMarqueeRightToLeft;animation-timing-function:linear;animation-iteration-count:infinite}.auto-scroll-image-slider-section .slider-card-item{flex-shrink:0;width:450px;height:500px}@media(max-width: 1200px){.auto-scroll-image-slider-section .slider-card-item{width:260px;height:390px}}@media(max-width: 768px){.auto-scroll-image-slider-section .slider-card-item{width:190px;height:220px}}.auto-scroll-image-slider-section .slider-card-link{display:block;width:100%;height:100%;text-decoration:none;outline:none}.auto-scroll-image-slider-section .slider-card-inner{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;background-color:#1a1a1a;transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1),box-shadow .5s ease}@media(max-width: 768px){.auto-scroll-image-slider-section .slider-card-inner{border-radius:20px}}.auto-scroll-image-slider-section .slider-card-inner .slider-card-img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.auto-scroll-image-slider-section .slider-card-inner .slider-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 100%)}.auto-scroll-image-slider-section .slider-card-inner .slider-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);z-index:2;transition:background-color .4s ease}@keyframes autoScrollMarqueeLeftToRight{0%{transform:translate3d(-25%, 0, 0)}100%{transform:translate3d(0, 0, 0)}}@keyframes autoScrollMarqueeRightToLeft{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-25%, 0, 0)}}.city-hero-section{position:relative;min-height:600px;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;padding:80px 0;background-color:#000}@media(max-width: 1200px){.city-hero-section{min-height:500px;height:60vh}}@media(max-width: 768px){.city-hero-section{min-height:100vh;min-height:100svh;height:auto;padding:80px 0}}.city-hero-section .city-hero-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.city-hero-section .city-hero-bg-wrapper .city-hero-bg{width:100%;height:100%;object-fit:cover}.city-hero-section .city-hero-bg-wrapper .city-hero-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #121212 0%, #222222 100%)}.city-hero-section .city-hero-bg-wrapper .city-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.65) 100%);z-index:2}.city-hero-section .container{position:relative;z-index:3;width:100%}.city-hero-section .city-hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:1000px;margin:0 auto}.city-hero-section .glass-capsule{background:hsla(0,0%,100%,.1);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:100px;padding:24px 80px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 15px 35px rgba(0,0,0,.25);margin-bottom:32px;max-width:95%}@media(max-width: 1200px){.city-hero-section .glass-capsule{padding:16px 60px;margin-bottom:28px}}@media(max-width: 768px){.city-hero-section .glass-capsule{padding:8px 24px;margin-bottom:20px;border-radius:50px}}.city-hero-section .city-hero-title{font-family:"OakesGrotesk",sans-serif;font-size:64px;font-weight:400;line-height:64px;letter-spacing:-0.02em;color:#fff;margin:0;text-transform:none;position:relative;top:8px}@media(max-width: 1200px){.city-hero-section .city-hero-title{font-size:42px}}@media(max-width: 768px){.city-hero-section .city-hero-title{font-size:28px;top:3px}}@media(max-width: 480px){.city-hero-section .city-hero-title{font-size:24px;line-height:1.1;top:1px}}.city-hero-section .city-hero-desc{font-family:"Manrope";font-size:24px;font-weight:300;line-height:1.6;color:#fff;max-width:885px;margin:0;letter-spacing:-0.01em}@media(max-width: 1200px){.city-hero-section .city-hero-desc{font-size:17px;max-width:680px}}@media(max-width: 768px){.city-hero-section .city-hero-desc{font-size:16px;line-height:1.6}}.desert-promo-banner{background-color:#000;position:relative;z-index:10;padding:120px 0;width:100%;overflow:hidden}@media(max-width: 1200px){.desert-promo-banner{padding:100px 0}}@media(max-width: 768px){.desert-promo-banner{padding:64px 0}}.desert-promo-banner .desert-promo-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:920px;margin:0 auto;padding:0 20px}@media(max-width: 768px){.desert-promo-banner .desert-promo-content{text-align:left}}.desert-promo-banner .desert-promo-title{font-family:"OakesGrotesk",sans-serif;font-size:48px;font-weight:400;line-height:1.2;letter-spacing:-0.05em;color:#fff;margin:0 0 32px 0;text-transform:none}.desert-promo-banner .desert-promo-title span{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;background:linear-gradient(90deg, #ffffff 0%, #9b8168 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}@media(max-width: 1200px){.desert-promo-banner .desert-promo-title{font-size:46px;margin-bottom:28px}}@media(max-width: 768px){.desert-promo-banner .desert-promo-title{font-size:32px;margin-bottom:24px}}@media(max-width: 480px){.desert-promo-banner .desert-promo-title{font-size:32px;line-height:1.25}}.desert-promo-banner .desert-promo-desc{font-family:"Manrope";font-size:20px;font-weight:300;line-height:1.8;color:#fff;margin:0;max-width:830px}@media(max-width: 1200px){.desert-promo-banner .desert-promo-desc{font-size:18px;max-width:720px}}.property-services-grid-section{background-color:#000;padding:120px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif;background:radial-gradient(100% 100% at 50% 100%, rgba(155, 129, 104, 0.08) 0%, rgba(0, 0, 0, 0) 80%),#050505}@media(max-width: 768px){.property-services-grid-section{padding:0px 0 60px 0;background:radial-gradient(100% 100% at 50% 100%, rgba(155, 129, 104, 0.22) 0%, rgba(0, 0, 0, 0) 80%),#050505;border-bottom-right-radius:24px;border-bottom-left-radius:24px;overflow:hidden}}.property-services-grid-section .container{max-width:1800px;margin:0 auto;padding:0 40px}@media(max-width: 768px){.property-services-grid-section .container{padding:0 20px}}.property-services-grid-section .section-heading{font-family:"OakesGrotesk";font-weight:500;font-size:32px;line-height:46px;letter-spacing:-0.04em;color:#fff;background:linear-gradient(90deg, #ffffff 0%, #9b8168 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 768px){.property-services-grid-section .section-heading{font-size:20px;line-height:24px;margin-bottom:32px}}.property-services-grid-section .section-heading .highlight{color:#9b8168;background:none;-webkit-text-fill-color:initial}.property-services-grid-section .slider-container-wrapper{margin-bottom:120px}@media(max-width: 768px){.property-services-grid-section .slider-container-wrapper{margin-bottom:64px}}.property-services-grid-section .slider-section-heading{margin-bottom:48px}@media(max-width: 768px){.property-services-grid-section .slider-section-heading{margin-bottom:32px}}.property-services-grid-section .slider-outer-wrapper{width:100%;overflow:visible}.property-services-grid-section .slider-wrapper{width:100%;overflow:visible}.property-services-grid-section .slider-wrapper .flickity-viewport{overflow:visible !important}.property-services-grid-section .slider-cell{width:25%;padding-right:48px}@media(max-width: 1400px){.property-services-grid-section .slider-cell{width:30%}}@media(max-width: 1100px){.property-services-grid-section .slider-cell{width:45%}}@media(max-width: 768px){.property-services-grid-section .slider-cell{width:70%;padding-right:24px}}@media(max-width: 480px){.property-services-grid-section .slider-cell{width:80%}}.property-services-grid-section .location-card{position:relative;display:block;border-radius:24px;overflow:hidden;height:560px;text-decoration:none;box-shadow:0 12px 40px rgba(0,0,0,.4);transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1);background:#1e1e1e}@media(max-width: 768px){.property-services-grid-section .location-card{height:364px;border-radius:24px}}.property-services-grid-section .location-card:hover{transform:translateY(-8px)}.property-services-grid-section .location-card:hover .card-bg{transform:scale(1.08)}.property-services-grid-section .location-card:hover .card-btn{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.25);transform:scale(1.03)}.property-services-grid-section .location-card .card-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.property-services-grid-section .location-card .card-bg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.property-services-grid-section .location-card .card-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 100%)}.property-services-grid-section .location-card .card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.85) 100%);z-index:2}.property-services-grid-section .location-card .card-content{position:absolute;bottom:40px;left:0;width:100%;z-index:3;padding:0 24px;display:flex;flex-direction:column;align-items:center;text-align:center}@media(max-width: 768px){.property-services-grid-section .location-card .card-content{bottom:30px;padding:0 16px}}.property-services-grid-section .location-card .card-tagline{font-family:"Manrope";font-size:14px;font-weight:600;line-height:24px;letter-spacing:4px;color:#eef1c2;text-transform:uppercase;margin-bottom:16px}@media(max-width: 768px){.property-services-grid-section .location-card .card-tagline{font-size:9px;margin-bottom:8px}}.property-services-grid-section .location-card .card-btn{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:hsla(0,0%,100%,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:100px;padding:18px 32px;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);box-shadow:0 8px 32px rgba(0,0,0,.2);color:#fff}.property-services-grid-section .location-card .card-btn span{font-family:"OakesGrotesk",sans-serif;font-weight:400;font-size:32px;line-height:1;letter-spacing:-0.01em;color:#fff;white-space:nowrap}.property-services-grid-section .location-card .card-btn .card-arrow-icon{width:20px;height:20px;color:#fff;flex-shrink:0;transition:transform .3s ease}@media(max-width: 768px){.property-services-grid-section .location-card .card-btn{padding:10px 24px}.property-services-grid-section .location-card .card-btn .card-content{bottom:36px}.property-services-grid-section .location-card .card-btn span{font-size:18px}.property-services-grid-section .location-card .card-btn .card-arrow-icon{width:16px;height:16px}}.property-services-grid-section .controls-wrapper{display:flex;align-items:flex-start;flex-direction:column;gap:32px;margin-top:40px;width:100%;padding:0 10px}@media(max-width: 768px){.property-services-grid-section .controls-wrapper{margin-top:32px;gap:24px}.property-services-grid-section .controls-wrapper .nav-arrows{display:none}}.property-services-grid-section .nav-arrows{display:flex;gap:16px}.property-services-grid-section .nav-arrows .nav-btn{background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;color:#fff;transition:color .3s,transform .3s;display:flex;align-items:center;justify-content:center}.property-services-grid-section .nav-arrows .nav-btn svg{display:block}.property-services-grid-section .nav-arrows .nav-btn svg circle{transition:stroke .3s,fill .3s}.property-services-grid-section .nav-arrows .nav-btn:hover{color:#9b8168;transform:scale(1.05)}.property-services-grid-section .nav-arrows .nav-btn:hover svg circle{stroke:#9b8168;stroke-opacity:1}.property-services-grid-section .nav-arrows .nav-btn:active{transform:scale(0.95)}.property-services-grid-section .nav-arrows .nav-btn:focus{outline:none}.property-services-grid-section .progress-bar-container{flex-grow:1;height:2px;background:hsla(0,0%,100%,.1);position:relative;border-radius:2px;width:100%}.property-services-grid-section .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:0;height:100%;width:0%;background:#9b8168;transition:width .1s ease-out;border-radius:2px}.property-services-grid-section .grid-container-wrapper{position:relative;z-index:2}.property-services-grid-section .services-heading{margin-bottom:48px}@media(max-width: 768px){.property-services-grid-section .services-heading{margin-bottom:32px}}.property-services-grid-section .services-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media(max-width: 1200px){.property-services-grid-section .services-grid{gap:20px}}@media(max-width: 1024px){.property-services-grid-section .services-grid{grid-template-columns:1fr;gap:16px}}.property-services-grid-section .service-card{display:flex;align-items:center;justify-content:space-between;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:20px;padding:32px;text-decoration:none;color:#fff;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.property-services-grid-section .service-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12);box-shadow:0 16px 40px rgba(0,0,0,.4)}.property-services-grid-section .service-card:hover .card-arrow-wrapper{color:#fff;transform:scale(1.05)}.property-services-grid-section .service-card:hover .card-arrow-wrapper .card-arrow-icon circle{stroke:#9b8168;stroke-opacity:1}.property-services-grid-section .service-card:hover .card-arrow-wrapper .card-arrow-icon path{transform:translateX(2px)}.property-services-grid-section .service-card:hover .card-icon-wrapper{background:rgba(155,129,104,.15);color:#9b8168}.property-services-grid-section .service-card .card-left{display:flex;align-items:flex-start;gap:24px}@media(max-width: 480px){.property-services-grid-section .service-card .card-left{gap:16px}}.property-services-grid-section .service-card .card-icon-wrapper{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;transition:all .3s ease;flex-shrink:0}@media(max-width: 480px){.property-services-grid-section .service-card .card-icon-wrapper{width:48px;height:48px;border-radius:10px}}.property-services-grid-section .service-card .card-icon-wrapper svg,.property-services-grid-section .service-card .card-icon-wrapper img{width:24px;height:24px;object-fit:contain}@media(max-width: 480px){.property-services-grid-section .service-card .card-icon-wrapper svg,.property-services-grid-section .service-card .card-icon-wrapper img{width:20px;height:20px}}.property-services-grid-section .service-card .card-info{display:flex;flex-direction:column;gap:6px}.property-services-grid-section .service-card .card-title{font-family:"OakesGrotesk";font-weight:500;font-size:24px;line-height:1.3;color:#fff;margin:0}@media(max-width: 768px){.property-services-grid-section .service-card .card-title{font-size:18px}}.property-services-grid-section .service-card .card-desc{font-family:"Manrope";font-size:18px;line-height:1.4;color:hsla(0,0%,100%,.75);margin:0}@media(max-width: 768px){.property-services-grid-section .service-card .card-desc{font-size:13px}}.property-services-grid-section .service-card .card-right{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:20px}.property-services-grid-section .service-card .card-arrow-wrapper{color:hsla(0,0%,100%,.5);transition:all .3s ease}.property-services-grid-section .service-card .card-arrow-wrapper .card-arrow-icon{display:block}.property-services-grid-section .service-card .card-arrow-wrapper .card-arrow-icon circle{transition:stroke .3s ease,stroke-opacity .3s ease}.property-services-grid-section .service-card .card-arrow-wrapper .card-arrow-icon path{transition:transform .3s ease}@media(max-width: 768px){.property-services-grid-section .service-card{padding:24px}.property-services-grid-section .service-card .card-left{flex-direction:column;gap:0}.property-services-grid-section .service-card .card-icon-wrapper{margin-bottom:20px;width:24px;height:24px}.property-services-grid-section .service-card img{width:20px;height:20px}.property-services-grid-section .service-card .card-icon-wrapper{padding:0;margin-bottom:20px}.property-services-grid-section .service-card .card-title{font-size:20px}.property-services-grid-section .service-card .card-desc{font-size:14px}.property-services-grid-section .service-card .card-right{display:none}}.why-choose-grid-section{background-color:#000;padding:120px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif}@media(max-width: 768px){.why-choose-grid-section{padding:64px 0 80px 0}}.why-choose-grid-section .container{max-width:1800px;margin:0 auto;padding:0 40px}@media(max-width: 768px){.why-choose-grid-section .container{padding:0 20px}}.why-choose-grid-section .why-choose-heading{font-family:"OakesGrotesk";font-weight:500;font-size:32px;line-height:46px;margin-bottom:40px;letter-spacing:-0.04em;color:#fff;background:linear-gradient(90deg, #ffffff 0%, #9b8168 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}@media(max-width: 768px){.why-choose-grid-section .why-choose-heading{font-size:20px;line-height:24px;margin-bottom:32px}}.why-choose-grid-section .why-choose-heading .highlight{color:#9b8168;background:none;-webkit-text-fill-color:initial}.why-choose-grid-section .why-choose-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px}@media(max-width: 1200px){.why-choose-grid-section .why-choose-grid{gap:20px}}@media(max-width: 1024px){.why-choose-grid-section .why-choose-grid{grid-template-columns:1fr;gap:12px}}.why-choose-grid-section .why-choose-card{background:#121212;border:1px solid hsla(0,0%,100%,.05);border-radius:20px;padding:48px 40px;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media(max-width: 1200px){.why-choose-grid-section .why-choose-card{padding:32px}}@media(max-width: 768px){.why-choose-grid-section .why-choose-card{padding:24px}}.why-choose-grid-section .why-choose-card:hover{transform:translateY(-5px);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.12);box-shadow:0 16px 40px rgba(0,0,0,.4)}.why-choose-grid-section .why-choose-card .card-title{font-family:"OakesGrotesk";font-weight:500;font-size:24px;line-height:1.2;color:#fff;letter-spacing:-0.01em;margin:0 0 12px 0}@media(max-width: 768px){.why-choose-grid-section .why-choose-card .card-title{font-size:20px;margin-bottom:12px}}.why-choose-grid-section .why-choose-card .card-desc{font-family:"Manrope";font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.75);margin:0}@media(max-width: 768px){.why-choose-grid-section .why-choose-card .card-desc{font-size:18px}}.developers-marquee-section{background-color:#000;padding:100px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif}@media(max-width: 768px){.developers-marquee-section{padding:60px 0 80px 0}.developers-marquee-section .container-max{display:flex;justify-content:center}}.developers-marquee-section .developers-heading{font-family:"OakesGrotesk";font-weight:500;font-size:32px;line-height:46px;margin-bottom:40px;letter-spacing:-0.05em;color:#fff;display:inline-block;background:linear-gradient(90deg, #ffffff 0%, rgb(155, 129, 104) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 768px){.developers-marquee-section .developers-heading{font-size:20px;line-height:1.1;margin-bottom:32px;text-align:center}}.developers-marquee-section .developers-heading span{color:#9b8168;background:none;-webkit-text-fill-color:initial}.developers-marquee-section .marquee-container{overflow:hidden;width:100%;display:flex;position:relative}.developers-marquee-section .marquee-container::before,.developers-marquee-section .marquee-container::after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}@media(max-width: 768px){.developers-marquee-section .marquee-container::before,.developers-marquee-section .marquee-container::after{width:60px}}.developers-marquee-section .marquee-container::before{left:0;background:linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 100%)}.developers-marquee-section .marquee-container::after{right:0;background:linear-gradient(to left, #000000 0%, rgba(0, 0, 0, 0) 100%)}.developers-marquee-section .marquee-row{display:flex;width:max-content;animation:developerMarqueeMove 30s linear infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.developers-marquee-section .marquee-row:hover{animation-play-state:paused}@media(max-width: 768px){.developers-marquee-section .marquee-row{animation-duration:20s}}.developers-marquee-section .marquee-group{display:flex;align-items:center;gap:120px;padding-right:120px}@media(max-width: 768px){.developers-marquee-section .marquee-group{gap:60px;padding-right:60px}}.developers-marquee-section .marquee-item{display:flex;align-items:center;justify-content:center}.developers-marquee-section .marquee-item-link{display:block;text-decoration:none;color:#fff;cursor:pointer}.developers-marquee-section .developer-logo-img{max-height:48px;width:auto;display:block;filter:grayscale(100%) brightness(0) invert(1);opacity:.35;transition:all .3s ease}.developers-marquee-section .developer-logo-img:hover{opacity:.85;transform:scale(1.05)}.developers-marquee-section .developer-logo-text{display:block;user-select:none;opacity:.35;transition:all .3s ease}.developers-marquee-section .developer-logo-text:hover{opacity:.85;transform:scale(1.05)}.developers-marquee-section .developer-logo-text.damac{font-family:"OakesGrotesk",sans-serif;font-size:28px;font-weight:800;font-style:italic;letter-spacing:2px;text-transform:uppercase}@media(max-width: 768px){.developers-marquee-section .developer-logo-text.damac{font-size:22px}}.developers-marquee-section .developer-logo-text.emaar{font-family:Georgia,serif;font-size:32px;font-weight:300;letter-spacing:6px;text-transform:uppercase}@media(max-width: 768px){.developers-marquee-section .developer-logo-text.emaar{font-size:26px;letter-spacing:4px}}@keyframes developerMarqueeMove{0%{transform:translate3d(0, 0, 0)}100%{transform:translate3d(-25%, 0, 0)}}.portal-link-banner-section{background-color:#000;padding:100px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif}@media(max-width: 768px){.portal-link-banner-section{padding:32px 0}}.portal-link-banner-section .container{max-width:925px;margin:0 auto;padding:0 40px}@media(max-width: 768px){.portal-link-banner-section .container{padding:0 20px}}.portal-link-banner-section .portal-heading{font-family:"OakesGrotesk";font-weight:500;font-size:32px;line-height:46px;margin-bottom:40px;letter-spacing:-0.05em;color:#fff;text-align:center;background:linear-gradient(90deg, #ffffff 30%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 768px){.portal-link-banner-section .portal-heading{font-size:20px;line-height:24px;margin-bottom:32px}}.portal-link-banner-section .portal-heading span{color:#9b8168;background:none;-webkit-text-fill-color:initial}.portal-link-banner-section .portal-cta-bar{display:flex;align-items:center;justify-content:space-between;max-width:1000px;margin:0 auto;padding:28px 48px;border-radius:100px;background:radial-gradient(circle at 10% 50%, rgba(155, 129, 104, 0.22) 0%, rgb(18, 18, 18) 60%),#121212;border:1px solid hsla(0,0%,100%,.05);box-shadow:0 20px 48px rgba(0,0,0,.5);text-decoration:none;color:#fff;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1)}@media(max-width: 900px){.portal-link-banner-section .portal-cta-bar{padding:24px 36px}}.portal-link-banner-section .portal-cta-bar:hover{transform:translateY(-4px);border-color:rgba(155,129,104,.3);box-shadow:0 24px 56px rgba(0,0,0,.6)}.portal-link-banner-section .portal-cta-bar:hover .portal-cta-btn svg{transform:translateX(4px)}@media(max-width: 768px){.portal-link-banner-section .portal-cta-bar{flex-direction:column;gap:24px;border-radius:24px;padding:32px 24px;text-align:center}}.portal-link-banner-section .portal-cta-text{font-family:"OakesGrotesk";font-size:24px;font-weight:500;line-height:1.3;color:#fff;letter-spacing:-0.01em}@media(max-width: 768px){.portal-link-banner-section .portal-cta-text{font-size:20px;margin-bottom:0}}.portal-link-banner-section .portal-cta-btn{display:inline-flex;align-items:center;gap:12px;padding:14px 28px;border-radius:100px;border:1px solid hsla(0,0%,100%,.15);background:rgba(0,0,0,0);font-family:"Manrope";font-size:16px;font-weight:600;transition:all .3s cubic-bezier(0.25, 1, 0.5, 1);white-space:nowrap}.portal-link-banner-section .portal-cta-btn span{color:#fff !important}@media(max-width: 768px){.portal-link-banner-section .portal-cta-btn{width:100%;justify-content:center;padding:12px 24px;font-size:18px !important}.portal-link-banner-section .portal-cta-btn span{font-size:18px !important}}.portal-link-banner-section .portal-cta-btn svg{transition:transform .3s ease}.portal-link-banner-section .portal-cta-btn:hover{background-color:#302a25 !important}.split-media-text-section{background-color:#000;padding:120px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif}@media(max-width: 768px){.split-media-text-section{padding:32px 0}}.split-media-text-section .container{max-width:1800px;margin:0 auto;padding:0 40px}@media(max-width: 768px){.split-media-text-section .container{padding:0 20px}}.split-media-text-section .split-wrapper{display:flex;align-items:center;gap:150px}@media(max-width: 1200px){.split-media-text-section .split-wrapper{gap:48px}}@media(max-width: 1024px){.split-media-text-section .split-wrapper{flex-direction:column;grid-template-columns:1fr;gap:48px}}.split-media-text-section .split-content-col{max-width:50%;order:1}@media(max-width: 1400px){.split-media-text-section .split-content-col{max-width:640px}}.split-media-text-section .split-image-col{order:2;flex:1;max-width:50%}.split-media-text-section.position-left .split-content-col{order:2}.split-media-text-section.position-left .split-image-col{order:1}@media(max-width: 1024px){.split-media-text-section .split-content-col{order:2 !important}.split-media-text-section .split-image-col{order:1 !important;max-width:100% !important}}.split-media-text-section .split-heading{font-family:"OakesGrotesk";font-weight:400;font-size:48px;line-height:1.25;letter-spacing:-0.04em;display:inline-block;background:linear-gradient(90deg, #ffffff 0%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);margin:0 0 32px 0}@media(max-width: 768px){.split-media-text-section .split-heading{font-size:32px;line-height:1.3;margin-bottom:24px}}.split-media-text-section .split-heading span{color:#9b8168}.split-media-text-section .split-desc{font-family:"Manrope";font-size:20px;line-height:1.8;color:hsla(0,0%,100%,.75);margin:0 0 24px 0;margin-bottom:64px}.split-media-text-section .split-desc p{color:hsla(0,0%,100%,.75)}.split-media-text-section .split-desc p:last-child{margin-bottom:0}@media(max-width: 768px){.split-media-text-section .split-desc{font-size:16px;line-height:24px;margin-bottom:32px}}.split-media-text-section .split-btn-wrapper{margin-top:40px}@media(max-width: 768px){.split-media-text-section .split-btn-wrapper{margin-top:30px}}.split-media-text-section .split-learn-more-btn{display:inline-flex;align-items:center;gap:12px;text-decoration:none;color:#fff;font-family:"Manrope";font-size:16px;font-weight:600;transition:color .3s ease}.split-media-text-section .split-learn-more-btn span{transition:color .3s ease;color:#fff}.split-media-text-section .split-learn-more-btn .btn-arrow-icon{width:24px;height:24px;color:#fff;transition:transform .3s ease,color .3s ease}.split-media-text-section .split-learn-more-btn .btn-arrow-icon circle{transition:stroke .3s ease}.split-media-text-section .split-learn-more-btn .btn-arrow-icon path{transition:transform .3s ease}.split-media-text-section .split-learn-more-btn:hover{color:#9b8168}.split-media-text-section .split-learn-more-btn:hover span{color:#9b8168}.split-media-text-section .split-learn-more-btn:hover .btn-arrow-icon{color:#9b8168;transform:scale(1.05)}.split-media-text-section .split-learn-more-btn:hover .btn-arrow-icon circle{stroke:#9b8168}.split-media-text-section .split-learn-more-btn:hover .btn-arrow-icon path{transform:translateX(2px)}.split-media-text-section .split-image-container{width:100%;height:520px;border-radius:28px;overflow:hidden;box-shadow:0 20px 48px rgba(0,0,0,.5);background-color:#111}@media(max-width: 1200px){.split-media-text-section .split-image-container{height:440px}}@media(max-width: 768px){.split-media-text-section .split-image-container{height:320px;border-radius:20px}}.split-media-text-section .split-main-img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.split-media-text-section .split-main-img:hover{transform:scale(1.03)}.split-media-text-section .split-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #151515 0%, #252525 100%)}.centered-text-area-section{padding:120px 0;position:relative;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif;background-color:#000}@media(max-width: 768px){.centered-text-area-section{padding:90px 0}}.centered-text-area-section .container{max-width:800;margin:0 auto;padding:0 40px}@media(max-width: 768px){.centered-text-area-section .container{padding:0 20px}}.centered-text-area-section .centered-text-content{font-family:"OakesGrotesk";font-size:36px;line-height:1.6;font-weight:400;text-align:center;letter-spacing:-0.02em;margin:0;margin:0 auto;background:linear-gradient(90deg, #ffffff 0%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);max-width:720px}@media(max-width: 1200px){.centered-text-area-section .centered-text-content{font-size:32px}}@media(max-width: 768px){.centered-text-area-section .centered-text-content{font-size:24px;line-height:1.3}}.centered-text-area-section .centered-text-content span{color:#9b8168}.property-quick-actions{position:relative;background-color:#000;background-image:radial-gradient(ellipse 71.34% 71.34% at 50% 121.34%, #644c35 0%, #4b3928 25%, #32261b 50%, #19130d 75%, #0d0a07 87.5%, #000 100%);padding:40px 0 120px 0;border-bottom-left-radius:64px;border-bottom-right-radius:64px;overflow:hidden;z-index:5}@media(max-width: 768px){.property-quick-actions{padding:0 0 64px 0;border-bottom-left-radius:32px;border-bottom-right-radius:32px}}.property-quick-actions .container{max-width:1800px;width:100%;margin:0 auto;padding:0 20px;position:relative;z-index:10}@media(max-width: 768px){.property-quick-actions .container{padding:0 24px}}.property-quick-actions .section-title{font-family:"OakesGrotesk",sans-serif;font-size:32px;font-weight:500;line-height:56px;letter-spacing:-0.005em;background:linear-gradient(101.13deg, #ffffff 0%, #9b8168 29.936%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);margin-top:0;margin-bottom:40px;text-align:left}@media(max-width: 768px){.property-quick-actions .section-title{line-height:1.3}}.property-quick-actions .section-title .highlight,.property-quick-actions .section-title span{color:#9b8168}@media(max-width: 992px){.property-quick-actions .section-title{font-size:34px;margin-bottom:40px}}@media(max-width: 768px){.property-quick-actions .section-title{font-size:20px;margin-bottom:32px}}.property-quick-actions .actions-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:48px;width:100%}@media(max-width: 992px){.property-quick-actions .actions-grid{grid-template-columns:repeat(2, 1fr);gap:24px}}@media(max-width: 768px){.property-quick-actions .actions-grid{grid-template-columns:1fr;gap:20px}}.property-quick-actions .quick-action-card{display:flex;align-items:flex-start;width:100%;padding:48px 32px;background:hsla(0,0%,100%,.07);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;text-decoration:none;transition:all .45s cubic-bezier(0.25, 1, 0.5, 1);cursor:pointer}@media(max-width: 1200px){.property-quick-actions .quick-action-card{padding:30px 24px}}@media(max-width: 768px){.property-quick-actions .quick-action-card{padding:24px;flex-direction:column}}.property-quick-actions .quick-action-card:hover{transform:translateY(-6px);background:hsla(0,0%,100%,.1)}.property-quick-actions .quick-action-card:hover .arrow-circle{background:#fff;border-color:#fff;color:#090909;transform:scale(1.05)}.property-quick-actions .quick-action-card:hover .arrow-circle svg{transform:translateX(3px)}.property-quick-actions .quick-action-card .card-left{flex-shrink:0;margin-right:24px;display:flex;align-items:center;justify-content:center;color:#9b8168}@media(max-width: 480px){.property-quick-actions .quick-action-card .card-left{margin-right:18px}}.property-quick-actions .quick-action-card .card-left .card-icon-svg{display:flex;align-items:center;justify-content:center}.property-quick-actions .quick-action-card .card-left .card-icon-svg svg{width:28px;height:28px;stroke-width:1.5}.property-quick-actions .quick-action-card .card-left .card-icon-img{width:32px;height:32px;display:block}.property-quick-actions .quick-action-card .card-left .card-icon-img img{width:100%;height:100%;object-fit:contain}@media(max-width: 768px){.property-quick-actions .quick-action-card .card-left .card-icon-img{width:24px;height:24px;margin-bottom:20px}}.property-quick-actions .quick-action-card .card-center{flex-grow:1;text-align:left}.property-quick-actions .quick-action-card .title-wrappper span{display:none}@media(max-width: 768px){.property-quick-actions .quick-action-card .title-wrappper{display:flex;gap:10px;align-items:center}.property-quick-actions .quick-action-card .title-wrappper svg,.property-quick-actions .quick-action-card .title-wrappper span{width:16px;height:16px;display:block}}.property-quick-actions .quick-action-card .card-title{font-family:"OakesGrotesk",sans-serif;font-size:24px;font-weight:500;line-height:1.2;letter-spacing:-0.01em;color:#fff;margin-top:0;margin-bottom:0px;transition:color .3s ease}@media(max-width: 1200px){.property-quick-actions .quick-action-card .card-title{font-size:20px}}.property-quick-actions .quick-action-card .card-desc{font-family:"Manrope";font-size:16px;font-weight:400;line-height:1.8;color:hsla(0,0%,100%,.75);margin:0}@media(max-width: 1200px){.property-quick-actions .quick-action-card .card-desc{font-size:14px}}.property-quick-actions .quick-action-card .card-right{flex-shrink:0;margin-left:20px}@media(max-width: 768px){.property-quick-actions .quick-action-card .card-right{display:none}}.property-quick-actions .quick-action-card .arrow-circle{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:46px;height:38px;padding:0;border-radius:999px;border:1px solid hsla(0,0%,100%,.25);color:#fff;transition:all .4s cubic-bezier(0.25, 1, 0.5, 1)}.property-quick-actions .quick-action-card .arrow-circle svg{width:14px;height:14px;stroke-width:1.5;transition:transform .3s ease}.featured-markets-section{position:relative;background-color:#0b0705;background-image:radial-gradient(circle at 50% 100%, #1c140f 0%, #0b0705 100%);padding:120px 0 160px 0;overflow:hidden;color:#fff;font-family:"OakesGrotesk",sans-serif}@media(max-width: 1200px){.featured-markets-section{padding:80px 0 120px 0}}@media(max-width: 768px){.featured-markets-section{padding:64px 0 100px 0}}.featured-markets-section .container-fluid{max-width:1800px;padding:0 20px;margin:0 auto;position:relative;z-index:10}@media(max-width: 1200px){.featured-markets-section .container-fluid{padding:0 30px}}@media(max-width: 768px){.featured-markets-section .container-fluid{padding:0 20px}}.featured-markets-section .featured-markets-heading{font-family:"OakesGrotesk";font-weight:400;font-size:32px;line-height:1.2;letter-spacing:-0.04em;color:#fff;margin-bottom:56px;text-align:left;display:inline-block;background:linear-gradient(90deg, #ffffff 0%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}@media(max-width: 1200px){.featured-markets-section .featured-markets-heading{font-size:32px;margin-bottom:40px}}@media(max-width: 768px){.featured-markets-section .featured-markets-heading{font-size:24px;margin-bottom:32px;letter-spacing:-0.02em}}.featured-markets-section .featured-markets-heading .highlight{color:#9b8168}.featured-markets-section .featured-markets-container{position:relative;width:100%}.featured-markets-section .featured-markets-carousel{width:100%;overflow:visible}.featured-markets-section .featured-markets-carousel .flickity-viewport{overflow:visible !important}.featured-markets-section .carousel-cell{width:31%;margin-right:32px;transition:transform .5s cubic-bezier(0.25, 1, 0.5, 1)}@media(max-width: 1200px){.featured-markets-section .carousel-cell{width:45%;margin-right:24px}}@media(max-width: 768px){.featured-markets-section .carousel-cell{width:80%;margin-right:16px}}.featured-markets-section .market-card{position:relative;display:block;border-radius:32px;overflow:hidden;height:560px;text-decoration:none;box-shadow:0 20px 40px rgba(0,0,0,.5);background-color:#120e0c}@media(max-width: 1200px){.featured-markets-section .market-card{height:480px;border-radius:28px}}@media(max-width: 768px){.featured-markets-section .market-card{height:380px;border-radius:24px}}.featured-markets-section .market-card:hover .market-card-bg{transform:scale(1.06)}.featured-markets-section .market-card:hover .market-badge-pill{background:hsla(0,0%,100%,.16);border-color:hsla(0,0%,100%,.35);transform:translateX(-50%) scale(1.03)}.featured-markets-section .market-card .card-bg-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.featured-markets-section .market-card .market-card-bg{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(0.25, 1, 0.5, 1)}.featured-markets-section .market-card .market-card-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #1f1a17 0%, #2e2621 100%)}.featured-markets-section .market-card .market-card-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);z-index:2}.featured-markets-section .market-card .market-card-content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3}.featured-markets-section .market-card .market-badge-pill{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:4;background:hsla(0,0%,100%,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:100px;padding:14px 48px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.35);transition:all .4s cubic-bezier(0.25, 1, 0.5, 1);width:max-content;max-width:85%}@media(max-width: 1200px){.featured-markets-section .market-card .market-badge-pill{bottom:30px;padding:12px 32px}}@media(max-width: 768px){.featured-markets-section .market-card .market-badge-pill{bottom:24px;padding:10px 24px}}.featured-markets-section .market-card .market-badge-pill span{font-family:"Manrope";font-weight:400;font-size:32px;line-height:1.2;letter-spacing:-0.01em;color:#fff;white-space:nowrap;display:block}@media(max-width: 1200px){.featured-markets-section .market-card .market-badge-pill span{font-size:16px}}@media(max-width: 768px){.featured-markets-section .market-card .market-badge-pill span{font-size:14px}}.featured-markets-section .flickity-page-dots{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;background:hsla(0,0%,100%,.06);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:100px;border:1px solid hsla(0,0%,100%,.04);width:auto;margin:0;z-index:10;list-style:none}@media(max-width: 768px){.featured-markets-section .flickity-page-dots{display:none}}.featured-markets-section .flickity-page-dots .dot{width:6px;height:6px;border-radius:50%;background:hsla(0,0%,100%,.25);cursor:pointer;transition:all .35s cubic-bezier(0.25, 1, 0.5, 1);border:none;outline:none;margin:0;padding:0;display:block}.featured-markets-section .flickity-page-dots .dot.is-selected{width:24px;border-radius:100px;background:#9b8168}.featured-markets-section .progress-bar-container{display:none}@media(max-width: 768px){.featured-markets-section .progress-bar-container{display:block;margin-top:40px;height:1px;background:hsla(0,0%,100%,.15);position:relative;width:100%;border-radius:1px}.featured-markets-section .progress-bar-container .progress-bar-fill{position:absolute;left:0;top:50%;transform:translateY(-50%);height:5px;width:0%;background:#9b8168;transition:width .15s cubic-bezier(0.25, 1, 0.5, 1);border-radius:2px}}.development-card-section{background-color:#000;padding:60px 0;position:relative;overflow:hidden;color:#fff}@media(max-width: 991px){.development-card-section{padding:60px 0}}.development-card-section .container{max-width:1840px;margin:0 auto;padding:0 20px}@media(max-width: 768px){.development-card-section .container{padding:0 20px}}.dev-card-section-title{font-family:"OakesGrotesk";font-size:32px;font-weight:400;line-height:1.2;letter-spacing:-0.02em;margin-bottom:40px;text-transform:none;background:linear-gradient(90deg, #ffffff 0%, #9b8168 50%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);display:inline-block}@media(max-width: 768px){.dev-card-section-title{font-size:26px;margin-bottom:30px}}.development-card{background-color:#121212;border:1px solid hsla(0,0%,100%,.05);border-radius:32px;padding:48px;width:100%;box-shadow:0 30px 60px rgba(0,0,0,.4)}@media(max-width: 991px){.development-card{padding:24px;border-radius:24px}}.development-card .dev-card-wrapper{display:flex;gap:56px;align-items:stretch}@media(max-width: 991px){.development-card .dev-card-wrapper{flex-direction:column;gap:32px}}.development-card.position-left .dev-card-image-col{order:1}.development-card.position-left .dev-card-content-col{order:2}.development-card.position-right .dev-card-image-col{order:2}.development-card.position-right .dev-card-content-col{order:1}@media(max-width: 991px){.development-card.position-left .dev-card-image-col,.development-card.position-right .dev-card-image-col{order:1 !important}.development-card.position-left .dev-card-content-col,.development-card.position-right .dev-card-content-col{order:2 !important}}.dev-card-image-col{flex:0 0 45%;max-width:45%;display:flex}@media(max-width: 991px){.dev-card-image-col{flex:0 0 100%;max-width:100%}}.dev-card-image-container{width:100%;min-height:480px;border-radius:24px;overflow:hidden;background-color:#1a1a1a;position:relative}@media(max-width: 991px){.dev-card-image-container{min-height:300px;height:320px}}.dev-card-image-container .dev-card-image-slider{position:absolute;top:0;left:0;width:100%;height:100%}.dev-card-image-container .dev-card-image-slider .flickity-viewport{height:100% !important;width:100%}.dev-card-image-container .dev-card-image-slider .slider-cell{width:100%;height:100%}.dev-card-image-container .dev-card-image-slider .flickity-page-dots{bottom:20px;z-index:10;display:flex;justify-content:center;align-items:center;gap:6px}.dev-card-image-container .dev-card-image-slider .flickity-page-dots .dot{margin:0;width:24px;height:3px;background-color:hsla(0,0%,100%,.35);border-radius:2px;opacity:1}.dev-card-image-container .dev-card-image-slider .flickity-page-dots .dot.is-selected{background-color:#9b8168}.dev-card-image-container .dev-card-image-slider .flickity-button{background:rgba(0,0,0,.4);color:#fff;opacity:0;transition:opacity .3s ease,background .3s ease;width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.1)}.dev-card-image-container .dev-card-image-slider .flickity-button:hover{background:rgba(155,129,104,.9)}.dev-card-image-container .dev-card-image-slider .flickity-button .flickity-button-icon{width:35%;height:35%;left:32.5%;top:32.5%}.dev-card-image-container .dev-card-image-slider:hover .flickity-button{opacity:1}.dev-card-main-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(0.16, 1, 0.3, 1)}.dev-card-main-img:hover{transform:scale(1.03)}.dev-card-img-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #181818 0%, #2c2c2c 100%)}.dev-card-content-col{flex:1;display:flex;flex-direction:column;justify-content:center}.dev-card-name{font-family:"OakesGrotesk";font-size:40px;font-weight:400;line-height:1.2;letter-spacing:-0.02em;color:#fff;margin:0 0 28px 0}@media(max-width: 768px){.dev-card-name{font-size:30px;margin-bottom:20px}}.column-title{font-family:"Manrope";font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9b8168;margin:0 0 16px 0}.dev-card-details-grid{display:flex;gap:60px;margin-bottom:28px;max-width:500px}@media(max-width: 575px){.dev-card-details-grid{flex-direction:column;gap:20px}}.dev-card-details-grid .details-column{flex:1}.dev-card-details-grid .details-list{list-style:none;padding:0;margin:0}.dev-card-details-grid .details-list li{font-family:"Manrope";font-size:16px;line-height:1.8;color:hsla(0,0%,100%,.85);display:flex;align-items:center;margin-bottom:4px;white-space:nowrap}.dev-card-details-grid .details-list li .detail-label{color:hsla(0,0%,100%,.5)}.dev-card-details-grid .details-list li .detail-separator{margin:0 8px;color:hsla(0,0%,100%,.2)}.dev-card-details-grid .details-list li .detail-value{color:#fff;font-weight:500}.dev-card-payment-terms{margin-bottom:32px}.dev-card-payment-terms .payment-desc-text{font-family:"Manrope";font-size:15px;line-height:1.6;max-width:550px;color:hsla(0,0%,100%,.6);margin:0}.dev-card-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:40px}@media(max-width: 768px){.dev-card-actions{margin-bottom:30px}}.dev-card-actions .btn-outline-pill{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.15);border-radius:30px;color:#fff;font-family:"Manrope";font-size:13px;font-weight:500;padding:10px 24px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.dev-card-actions .btn-outline-pill:hover{border-color:#9b8168;color:#9b8168;background-color:rgba(155,129,104,.05)}.btn-primary-gold{background-color:#9b8168;border:1px solid #9b8168;border-radius:40px;color:#fff;font-family:"Manrope";font-size:16px;font-weight:600;padding:14px 20px 14px 32px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:space-between;transition:all .3s ease;width:fit-content}.btn-primary-gold span{color:#fff;transition:color .3s ease}.btn-primary-gold .arrow-circle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background-color:hsla(0,0%,100%,.15);margin-left:20px;color:#fff;transition:all .3s ease}.btn-primary-gold .arrow-circle .cta-arrow-icon{width:16px;height:16px;stroke:currentColor;transition:transform .3s ease}.btn-primary-gold:hover{background-color:#fff;border-color:#fff}.btn-primary-gold:hover span{color:#171717}.btn-primary-gold:hover .arrow-circle{background-color:#171717;color:#fff}.btn-primary-gold:hover .arrow-circle .cta-arrow-icon{transform:translateX(2px)}@media(max-width: 575px){.btn-primary-gold{width:100%;justify-content:center}}.dev-card-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100000;display:flex;align-items:flex-start;justify-content:center;overflow-y:auto;padding:40px 0;-webkit-overflow-scrolling:touch;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s cubic-bezier(0.16, 1, 0.3, 1),visibility .4s linear}@media(max-width: 768px){.dev-card-modal{padding:20px 0}}.dev-card-modal.show-modal{opacity:1;visibility:visible;pointer-events:auto}.dev-card-modal.show-modal .dev-card-modal-container{transform:scale(1) translateY(0);opacity:1}.dev-card-modal .dev-card-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.85);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none}.dev-card-modal .dev-card-modal-container{position:relative;background-color:#111;border:1px solid hsla(0,0%,100%,.08);border-radius:32px;padding:48px;max-width:660px;width:90%;margin:auto;z-index:10;box-shadow:0 40px 100px rgba(0,0,0,.8);transform:scale(0.95) translateY(10px);opacity:0;transition:transform .4s cubic-bezier(0.16, 1, 0.3, 1),opacity .4s ease}@media(max-width: 768px){.dev-card-modal .dev-card-modal-container{padding:32px 24px;border-radius:24px;width:92%}}.dev-card-modal .dev-card-modal-container.modal-media{max-width:800px}.dev-card-modal .dev-card-modal-close{position:absolute;top:32px;right:32px;width:44px;height:44px;border-radius:50%;border:1px solid hsla(0,0%,100%,.15);background-color:rgba(0,0,0,0);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:0}.dev-card-modal .dev-card-modal-close svg{width:14px;height:14px;stroke:currentColor;transition:transform .3s ease}.dev-card-modal .dev-card-modal-close:hover{border-color:#fff;background-color:hsla(0,0%,100%,.08)}.dev-card-modal .dev-card-modal-close:hover svg{transform:rotate(90deg)}@media(max-width: 768px){.dev-card-modal .dev-card-modal-close{top:24px;right:24px;width:36px;height:36px}}.dev-card-modal .dev-card-modal-header{margin-bottom:32px;padding-right:48px}@media(max-width: 768px){.dev-card-modal .dev-card-modal-header{margin-bottom:24px}}.dev-card-modal .dev-card-modal-header .modal-title{font-family:"OakesGrotesk";font-size:32px;font-weight:400;line-height:1.2;color:#fff;margin:0}@media(max-width: 768px){.dev-card-modal .dev-card-modal-header .modal-title{font-size:26px}}.dev-card-modal .dev-card-modal-header .modal-subtitle{font-family:"Manrope";font-size:15px;font-weight:500;color:hsla(0,0%,100%,.5);margin:6px 0 0 0}.amenities-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media(max-width: 575px){.amenities-grid{grid-template-columns:1fr;gap:16px}}.amenities-grid .amenity-item{display:flex;align-items:center;gap:16px}.amenities-grid .amenity-item .amenity-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background-color:rgba(155,129,104,.1);color:#9b8168;flex-shrink:0}.amenities-grid .amenity-item .amenity-icon-wrapper svg{width:22px;height:22px;stroke:currentColor}.amenities-grid .amenity-item .amenity-icon-wrapper img.custom-amenity-icon{width:22px;height:22px;object-fit:contain}.amenities-grid .amenity-item .amenity-label{font-family:"Manrope";font-size:16px;font-weight:500;color:hsla(0,0%,100%,.85);line-height:1.4}.modal-image-wrapper{width:100%;display:flex;justify-content:center;border-radius:16px;overflow:hidden;background-color:#171717}.modal-image-wrapper .floor-plan-img{width:100%;max-height:60vh;object-fit:contain;display:block}.modal-map-wrapper{width:100%;border-radius:16px;overflow:hidden;background-color:#171717}.modal-map-wrapper .map-iframe-container{width:100%;height:450px;position:relative}@media(max-width: 768px){.modal-map-wrapper .map-iframe-container{height:300px}}.modal-map-wrapper .map-iframe-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;filter:grayscale(100%) invert(92%) contrast(110%) brightness(95%);-webkit-filter:grayscale(100%) invert(92%) contrast(110%) brightness(95%)}.modal-map-wrapper .location-map-img{width:100%;max-height:450px;object-fit:cover;display:block}html.modal-open-freeze{overflow:hidden !important}html.modal-open-freeze body{overflow:hidden !important}.dev-consultation-form{display:flex;flex-direction:column;gap:20px}.dev-consultation-form .form-group{display:flex;flex-direction:column;gap:8px}.dev-consultation-form .form-group label{font-family:"Manrope";font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsla(0,0%,100%,.6)}.dev-consultation-form .form-group label .required{color:#9b8168;margin-left:2px}.dev-consultation-form .form-group input[type=text],.dev-consultation-form .form-group input[type=email],.dev-consultation-form .form-group input[type=tel],.dev-consultation-form .form-group textarea{width:100%;background-color:#171717;border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:14px 20px;color:#fff;font-family:"Manrope";font-size:15px;transition:all .3s ease}.dev-consultation-form .form-group input[type=text]::placeholder,.dev-consultation-form .form-group input[type=email]::placeholder,.dev-consultation-form .form-group input[type=tel]::placeholder,.dev-consultation-form .form-group textarea::placeholder{color:hsla(0,0%,100%,.3)}.dev-consultation-form .form-group input[type=text]:focus,.dev-consultation-form .form-group input[type=email]:focus,.dev-consultation-form .form-group input[type=tel]:focus,.dev-consultation-form .form-group textarea:focus{outline:none;border-color:#9b8168;background-color:#1c1c1c;box-shadow:0 0 0 3px rgba(155,129,104,.15)}.dev-consultation-form .form-group textarea{resize:vertical;min-height:100px}.dev-consultation-form .form-actions{margin-top:10px}.dev-consultation-form .form-actions .submit-btn{width:100%;display:flex;align-items:center;justify-content:center;position:relative}.dev-consultation-form .form-actions .submit-btn .spinner{display:inline-block;width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite;margin-left:10px}.dev-consultation-form .form-message{border-radius:12px;padding:14px 20px;font-size:14px;font-family:"Manrope";line-height:1.4;display:none}.dev-consultation-form .form-message.success{display:block;background-color:rgba(46,213,115,.1);border:1px solid rgba(46,213,115,.2);color:#2ed573}.dev-consultation-form .form-message.error{display:block;background-color:rgba(255,71,87,.1);border:1px solid rgba(255,71,87,.2);color:#ff4757}@keyframes spin{to{transform:rotate(360deg)}}.generic-page-template .container{max-width:800px}.generic-page-template main>h1,.generic-page-template main>h2,.generic-page-template main>h3,.generic-page-template main>h4,.generic-page-template main>h5,.generic-page-template main>h6,.generic-page-template main>span,.generic-page-template main>p,.generic-page-template main>a,.generic-page-template main>div,.generic-page-template main>section,.generic-page-template main>.wp-block-image,.generic-page-template main>.wp-block-video{max-width:800px;margin-left:auto;margin-right:auto;color:#fff}@media(max-width: 992px){.generic-page-template main>h1,.generic-page-template main>h2,.generic-page-template main>h3,.generic-page-template main>h4,.generic-page-template main>h5,.generic-page-template main>h6,.generic-page-template main>span,.generic-page-template main>p,.generic-page-template main>a,.generic-page-template main>div,.generic-page-template main>section,.generic-page-template main>.wp-block-image,.generic-page-template main>.wp-block-video{padding-left:25px;padding-right:25px}}.generic-page-template .wp-block-image,.generic-page-template .wp-block-video{margin-top:56px;margin-bottom:56px}@media(max-width: 992px){.generic-page-template .wp-block-image,.generic-page-template .wp-block-video{padding-left:25px;padding-right:25px}}.generic-page-template h2{font-weight:400;font-size:32px;line-height:130%;margin-bottom:24px}.generic-page-template p{font-family:"Manrope";font-weight:300;font-size:16px;line-height:180%;letter-spacing:.02em;margin-bottom:48px}.generic-page-template p.subtitle{font-size:20px;line-height:140%;margin-bottom:16px}.generic-page-template p.pre{font-size:11px;line-height:160%;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#777;margin-bottom:8px}.generic-page-template p+ul,.generic-page-template p+ol{margin-top:-24px}.generic-page-template h6{font-family:"Manrope";font-size:16px;line-height:150%;font-weight:600;letter-spacing:.02em;margin-bottom:16px}.generic-page-template figcaption{font-family:"Manrope";font-size:13px;font-weight:600;line-height:160%;letter-spacing:.02em;color:#fff;margin-top:24px;margin-bottom:0}.generic-page-template ul,.generic-page-template ol{padding-left:15px;margin-top:24px;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto;margin-bottom:56px}@media(max-width: 992px){.generic-page-template ul,.generic-page-template ol{padding-left:40px;padding-right:25px}}.generic-page-template ul li,.generic-page-template ol li{font-family:"Manrope";font-weight:300;font-size:16px;line-height:180%;letter-spacing:.02em;color:#fff;margin-bottom:13px}.generic-page-template ul li a,.generic-page-template ol li a{color:#9b8168;text-decoration:underline}.generic-page-template ul li:last-child,.generic-page-template ol li:last-child{margin-bottom:0}.generic-page-template .wp-block-columns{margin-bottom:56px}@media(max-width: 992px){.generic-page-template .wp-block-columns{margin-bottom:31px !important}}.generic-page-template .wp-block-columns figure{margin-top:0;margin-bottom:0}@media(max-width: 992px){.generic-page-template .wp-block-columns figure{margin-bottom:25px}}@media(max-width: 600px){.generic-page-template .wp-block-columns{margin-left:-25px;margin-right:-25px;margin-top:56px;margin-bottom:56px}.generic-page-template .wp-block-columns img{width:100%}}.generic-page-template table{border-collapse:separate;max-width:800px;margin-left:auto;margin-right:auto}@media(max-width: 992px){.generic-page-template table{padding-left:25px;padding-right:25px}}.generic-page-template table th,.generic-page-template table td{padding:16px;border-collapse:separate !important;border-spacing:0}.generic-page-template table th{background:#171717;color:#fff}.generic-page-template table td{font-family:"Manrope";font-size:16px;line-height:130%;letter-spacing:.04em;color:#fff}.generic-page-template table tr th,.generic-page-template table tr td{border-right:1px solid #333;border-bottom:1px solid #333}.generic-page-template table tr th:first-child,.generic-page-template table tr td:first-child{border-left:1px solid #333}.generic-page-template table tr th{background:#171717;border-top:1px solid #333}.generic-page-template table tr:first-child th:first-child{border-top-left-radius:12px}.generic-page-template table tr:first-child th:last-child{border-top-right-radius:12px}.generic-page-template table tr:last-child td:first-child{border-bottom-left-radius:12px}.generic-page-template table tr:last-child td:last-child{border-bottom-right-radius:12px}.generic-page-template .custom-btn{margin:56px 0;display:flex;align-items:center;gap:32px;max-width:800px;margin-left:auto;margin-right:auto}.generic-page-template .custom-btn .generic-btn{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;letter-spacing:-0.01em;color:#fff;border-bottom:1px solid #fff;padding-bottom:2px;text-decoration:none;transition:300ms all ease}.generic-page-template .custom-btn .btn-holder{display:flex;align-items:center;gap:12px}.generic-page-template .custom-btn .btn-holder svg{transition:300ms all ease !important}.generic-page-template .custom-btn .btn-holder:hover a{color:#9b8168;border-bottom:1px solid #9b8168}.generic-page-template .custom-btn .btn-holder:hover svg{transform:translateX(5px)}.generic-page-template .custom-btn .btn-holder svg{margin-top:-10px}.generic-page-template .generic-banner{max-width:100%}.addtoany_list a img{max-width:32px;max-height:32px;transition:300ms all ease !important}.addtoany_list a,.addtoany_list{display:flex !important;gap:20px !important;padding:0 !important}.wrapper.generic-page-template{overflow:unset !important;position:relative}.wrapper.generic-page-template .sidebar{position:absolute;left:0;top:536px;width:100%;max-width:444px;width:100%;height:100%;background:#171717;z-index:99}@media(max-width: 1750px){.wrapper.generic-page-template .sidebar{max-width:380px}}@media(max-width: 1600px){.wrapper.generic-page-template .sidebar{max-width:340px}}@media(max-width: 1550px){.wrapper.generic-page-template .sidebar{display:none}}.wrapper.generic-page-template .sidebar.fixed{position:fixed;top:80px}.wrapper.generic-page-template .sidebar-header{background:#333;padding:20px 80px;position:relative}@media(max-width: 1800px){.wrapper.generic-page-template .sidebar-header{padding:20px 30px}}.wrapper.generic-page-template .sidebar-header p{margin-bottom:0;font-weight:400;font-size:16px;line-height:140%;letter-spacing:.01em;font-family:"OakesGrotesk";color:#fff}.wrapper.generic-page-template .sidebar-header .abs-element{display:flex;position:absolute;bottom:-15px;left:80px}.wrapper.generic-page-template .sidebar-body{padding:48px 80px}@media(max-width: 1800px){.wrapper.generic-page-template .sidebar-body{padding:48px 30px}}.wrapper.generic-page-template .sidebar-body>a{font-family:"Manrope";margin:0;font-weight:400;font-size:16px;line-height:140%;color:#c7ccd1;padding-bottom:24px;border-bottom:1px solid #333;margin-bottom:24px;display:block;text-decoration:none;transition:300ms all ease}.wrapper.generic-page-template .sidebar-body>a:hover{color:#9b8168}.wrapper.generic-page-template .sidebar-body>a.last-child{border-bottom:none;padding-bottom:0;margin-bottom:32px}.wrapper.generic-page-template .sidebar-responsive{max-width:800px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:32px;margin-top:-48px}.wrapper.generic-page-template .sidebar-responsive .accordion,.wrapper.generic-page-template .sidebar-responsive .accordion-mob{border:none !important}@media(min-width: 1550px){.wrapper.generic-page-template .sidebar-responsive{display:none}}@media(max-width: 1080px){.wrapper.generic-page-template .sidebar-responsive{margin-left:-25px;margin-right:-25px;padding-left:25px;padding-right:25px;width:unset}}.wrapper.generic-page-template .sidebar-responsive button{background:#333;padding:20px 25px;color:#fff !important;font-size:16px;line-height:140%}.wrapper.generic-page-template .sidebar-responsive button:after{display:none}.wrapper.generic-page-template .sidebar-responsive button svg{transition:300ms all ease;transform-origin:center}.wrapper.generic-page-template .sidebar-responsive button.active svg{transform:rotate(180deg)}.wrapper.generic-page-template .sidebar-responsive .panel{padding-right:0;border-bottom:0}.wrapper.generic-page-template .sidebar-responsive .panel a{font-size:16px;line-height:140%;color:#c7ccd1;text-decoration:none;transition:300ms all ease}.wrapper.generic-page-template .sidebar-responsive .panel a:hover{color:#9b8168}.wrapper.generic-page-template .sidebar-responsive .panel p{background:#171717;margin-bottom:0;padding:24px 25px;border-bottom:1px solid #333}.wrapper.generic-page-template .sidebar-responsive .panel p:last-child{border-bottom:0}.wrapper.generic-page-template .sidebar-responsive .panel .addtoany_shortcode{background:#171717;padding:32px 25px;border-bottom:0}.single-team-member main>.flex-container h1,.single-team-member main>.flex-container h2,.single-team-member main>.flex-container h3,.single-team-member main>.flex-container h4,.single-team-member main>.flex-container h5,.single-team-member main>.flex-container h6,.single-team-member main>.flex-container span,.single-team-member main>.flex-container p,.single-team-member main>.flex-container a,.single-team-member main>.flex-container div,.single-team-member main>.flex-container section,.single-team-member main>.flex-container .wp-block-image,.single-team-member main>.flex-container .wp-block-video{max-width:800px;margin-left:auto;margin-right:auto;color:#fff}@media(max-width: 992px){.single-team-member main>.flex-container h1,.single-team-member main>.flex-container h2,.single-team-member main>.flex-container h3,.single-team-member main>.flex-container h4,.single-team-member main>.flex-container h5,.single-team-member main>.flex-container h6,.single-team-member main>.flex-container span,.single-team-member main>.flex-container p,.single-team-member main>.flex-container a,.single-team-member main>.flex-container div,.single-team-member main>.flex-container section,.single-team-member main>.flex-container .wp-block-image,.single-team-member main>.flex-container .wp-block-video{padding-left:25px;padding-right:25px}}.single-team-member main .custom-btn{justify-content:flex-start}.single-team-member main .custom-btn .btn-holder{max-width:unset;width:fit-content;margin:unset}table{max-width:1140px;margin-left:auto;margin-right:auto;margin-bottom:60px}table tr th,table tr td{color:#fff;padding:3px 5px}table tr th strong,table tr td strong{color:#9b8168}.help-tabs+script+.wp-block-table{margin-top:-100px}@media(max-width: 1200px){.help-tabs+script+.wp-block-table{margin-top:30px;padding-left:25px;padding-right:25px}}.wp-block-table *{white-space:nowrap}.wp-block-table th,.wp-block-table td{padding-right:10px}@media(max-width: 1200px){.wp-block-table{margin-top:30px;padding-left:25px;padding-right:25px}}table{max-width:1280px}.custom-title{font-size:48px;line-height:120%;margin-bottom:40px;color:#fff}.custom-title-container{max-width:1280px}@media(min-width: 1600px){.custom-title-container{max-width:1280px}}.single-team-members{background:#000}.single-team-member .breadcrumbs,.single-team-member .breadcrumbs>.container{max-width:1160px;width:100%}.single-team-member .breadcrumbs{margin-bottom:80px}@media(max-width: 1300px){.single-team-member .breadcrumbs{padding-left:25px;padding-right:25px}}@media(max-width: 600px){.single-team-member .breadcrumbs{margin-bottom:40px}}.single-team-member .single-page-banner{position:relative;height:400px;margin-bottom:46px;padding:0;background:#171717;overflow:hidden;max-width:100%;display:flex;align-items:center}@media(max-width: 600px){.single-team-member .single-page-banner{height:280px;margin-bottom:40px}}.single-team-member .single-page-banner .bg-pattern{position:absolute;right:0}.single-team-member .single-page-banner .bg-pattern img{max-width:784px}@media(max-width: 600px){.single-team-member .single-page-banner .bg-pattern img{max-width:383px}}.single-team-member .single-page-banner .container{max-width:1160px;width:100%;position:relative;z-index:20}.single-team-member .single-page-banner .container h1,.single-team-member .single-page-banner .container p{color:#fff}.single-team-member .single-page-banner .container h1{font-family:"OakesGrotesk";font-weight:400;font-size:72px;line-height:120%;letter-spacing:-0.01em;color:#fff}@media(max-width: 600px){.single-team-member .single-page-banner .container h1{font-size:48px;line-height:120%}}.single-team-member .single-page-banner .container p{margin-bottom:0;margin-top:12px;font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:160%}@media(max-width: 600px){.single-team-member .single-page-banner .container p{font-size:20px;line-height:160%}}.single-team-member main>.flex-container{display:flex;max-width:1160px;gap:48px 80px;padding-bottom:140px !important}@media(max-width: 1300px){.single-team-member main>.flex-container{padding-left:25px;padding-right:25px}}@media(max-width: 1200px){.single-team-member main>.flex-container{padding-bottom:84px !important}}@media(max-width: 768px){.single-team-member main>.flex-container{flex-direction:column}}.single-team-member main>.flex-container>div{margin:0}.single-team-member main>.flex-container *{padding-left:0 !important;padding-right:0 !important}.single-team-member main>.flex-container ul{padding-left:20px !important}.single-team-member main>.flex-container p a,.single-team-member main>.flex-container li a{color:#9b8168}.single-team-member main>.flex-container .middle-banner{padding:40px !important;margin-left:0 !important;margin-right:0 !important}.single-team-member main>.flex-container .person-info{min-width:280px;max-width:280px;width:100%}@media(min-width: 768px){.single-team-member main>.flex-container .person-info-holder.fixed{position:fixed;top:85px;max-width:280px}.single-team-member main>.flex-container .person-info-holder.absolute{position:absolute !important;max-width:280px}}@media(max-width: 600px){.single-team-member main>.flex-container .person-info{min-width:100%;max-width:100%}}.single-team-member main>.flex-container .person-info .img{display:flex;margin-bottom:24px}.single-team-member main>.flex-container .person-info img{width:100%;height:auto}.single-team-member main>.flex-container .person-info .social-icons{display:flex;justify-content:center;gap:24px}.single-team-member main>.flex-container .person-info .social-icons a{display:flex;margin:0}.single-team-member main>.flex-container .person-info .social-icons a svg{width:32px;height:32px;min-width:32px;min-height:32px}.has-motion .vs-reveal:not(section){opacity:0;transform:translateY(48px);transition:opacity 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms),transform 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms);will-change:opacity,transform}.has-motion .vs-reveal:not(section).is-in{opacity:1;transform:none}.has-motion section.vs-reveal:not(.property-locations):not(.property-quick-actions):not(.help-grid-section)>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg){opacity:0;transform:translateY(48px);transition:opacity 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms),transform 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms);will-change:opacity,transform}.has-motion section.vs-reveal:not(.property-locations):not(.property-quick-actions):not(.help-grid-section).is-in>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg){opacity:1;transform:none}.has-motion .property-quick-actions.vs-reveal>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg),.has-motion .help-grid-section.vs-reveal>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg){opacity:0;transition:opacity 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms);will-change:opacity}.has-motion .property-quick-actions.vs-reveal.is-in>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg),.has-motion .help-grid-section.vs-reveal.is-in>:not(.bg-pattern):not(.bg-pattern-wrapper):not(.section-big-bg):not(.section-top-bg){opacity:1}.has-motion .property-locations.vs-reveal .section-content-wrapper{opacity:0;transform:translateY(48px);transition:opacity 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms),transform 900ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms);will-change:opacity,transform}.has-motion .property-locations.vs-reveal.is-in .section-content-wrapper{opacity:1;transform:none}.has-motion .vs-reveal:not(section).is-done,.has-motion section.vs-reveal.is-done>*,.has-motion .property-locations.vs-reveal.is-done .section-content-wrapper{will-change:auto}.has-motion .property-locations-slider .description-section .reveal-line{display:block;font:inherit;background:linear-gradient(90deg, #ffffff 0%, #9b8168 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0);opacity:0;transform:translateY(14px);transition:opacity 600ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms),transform 600ms cubic-bezier(0.23, 1, 0.32, 1) var(--delay, 0ms);will-change:opacity,transform}.has-motion .property-locations-slider .description-section.is-lines-in .reveal-line{opacity:1;transform:none;will-change:auto}@media(prefers-reduced-motion: reduce){.has-motion .property-locations-slider .description-section .reveal-line{opacity:1;transform:none}}.has-motion .property-locations.vs-reveal .section-title,.has-motion .property-locations.vs-reveal .cards-subtitle,.has-motion .property-quick-actions.vs-reveal .section-title,.has-motion .help-grid-section.vs-reveal .help-grid-heading,.has-motion .news-section.vs-reveal .section-title,.has-motion .globe-marquee-section.vs-reveal .marquee-heading,.has-motion .invest-cities-slider-section.vs-reveal .slider-heading,.has-motion .property-locations-slider.vs-reveal .section-title,.has-motion .stay-in-loop.vs-reveal h2{background-size:220% 100%;background-position:0 0;transition:background-size 900ms cubic-bezier(0.23, 1, 0.32, 1) 700ms}.has-motion .property-locations.vs-reveal.is-in .section-title,.has-motion .property-locations.vs-reveal.is-in .cards-subtitle,.has-motion .property-quick-actions.vs-reveal.is-in .section-title,.has-motion .help-grid-section.vs-reveal.is-in .help-grid-heading,.has-motion .news-section.vs-reveal.is-in .section-title,.has-motion .globe-marquee-section.vs-reveal.is-in .marquee-heading,.has-motion .invest-cities-slider-section.vs-reveal.is-in .slider-heading,.has-motion .property-locations-slider.vs-reveal.is-in .section-title,.has-motion .stay-in-loop.vs-reveal.is-in h2{background-size:100% 100%}.has-motion .property-locations .card-bg,.has-motion .property-locations-slider .card-bg,.has-motion .invest-cities-slider-section .city-card-bg,.has-motion .testimonial-slider-section .testimonial-photo,.has-motion .news-section img.news-thumb{scale:1.1}.has-motion .home-hero-banner-video .bottom-logo-icon{animation:vs-hero-fade 360ms cubic-bezier(0.23, 1, 0.32, 1) 0ms both}.has-motion .home-hero-banner-video .hero-title{animation:vs-hero-rise-sm 360ms cubic-bezier(0.23, 1, 0.32, 1) 120ms both}.has-motion .home-hero-banner-video .bottom-logo-text{animation:vs-hero-rise-lg 900ms cubic-bezier(0.23, 1, 0.32, 1) 320ms both}@keyframes vs-hero-fade{from{opacity:0}to{opacity:1}}@keyframes vs-hero-rise-sm{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes vs-hero-rise-lg{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:none}}.location-card,.quick-action-card,.news-card,.card-btn,.arrow-circle,.arrow-pill,.action-link-v2,.btn,.view-all-link,.news-link-wrapper,.social-icon-link,.go-prev,.go-next{transition:transform 120ms cubic-bezier(0.23, 1, 0.32, 1)}.location-card:active,.quick-action-card:active,.news-card:active,.card-btn:active,.arrow-circle:active,.arrow-pill:active,.action-link-v2:active,.btn:active,.view-all-link:active,.news-link-wrapper:active,.social-icon-link:active,.go-prev:active,.go-next:active{transform:scale(0.97)}.testimonial-dot:active,.flickity-page-dots .dot:active{transform:scale(0.9)}@media(hover: hover)and (pointer: fine){.property-locations .location-card:hover,.property-locations-slider .location-card:hover,.auto-scroll-image-slider-section .slider-card:hover,.news-section .news-card:hover{transform:translateY(-3px)}.property-quick-actions .quick-action-card:hover{transform:translateY(-3px)}.help-grid-section .left-help-card:hover{transform:translateY(-3px)}.property-locations .location-card:hover .card-bg,.property-locations-slider .location-card:hover .card-bg,.auto-scroll-image-slider-section .slider-card:hover img,.news-section .news-card:hover img.news-thumb{transform:scale(1.04)}.property-locations .card-bg,.property-locations-slider .card-bg,.auto-scroll-image-slider-section .slider-card img,.news-section img.news-thumb{transition:transform 600ms cubic-bezier(0.23, 1, 0.32, 1);will-change:transform}.arrow-circle svg,.arrow-pill svg,.view-all-link svg{transition:transform 160ms cubic-bezier(0.23, 1, 0.32, 1)}.arrow-circle:hover svg,.arrow-pill:hover svg,.view-all-link:hover svg{transform:translateX(3px)}}@media(hover: none),(pointer: coarse){.location-card:hover,.quick-action-card:hover,.news-card:hover,.left-help-card:hover,.slider-card:hover,.card-btn:hover,.arrow-circle:hover,.nav-btn:hover{transform:none}.location-card:hover .card-bg,.news-card:hover img.news-thumb,.slider-card:hover img{transform:none}.location-card:active,.quick-action-card:active,.news-card:active,.card-btn:active,.arrow-circle:active{transform:scale(0.97)}}.globe-marquee-section .marquee-row{will-change:transform}@media(prefers-reduced-motion: reduce){.has-motion .vs-reveal:not(section),.has-motion section.vs-reveal>*,.has-motion .property-locations.vs-reveal .section-content-wrapper{transform:none !important;transition:opacity 200ms ease}.has-motion .property-locations.vs-reveal .section-title,.has-motion .property-locations.vs-reveal .cards-subtitle,.has-motion .property-quick-actions.vs-reveal .section-title,.has-motion .help-grid-section.vs-reveal .help-grid-heading,.has-motion .news-section.vs-reveal .section-title,.has-motion .globe-marquee-section.vs-reveal .marquee-heading,.has-motion .invest-cities-slider-section.vs-reveal .slider-heading,.has-motion .property-locations-slider.vs-reveal .section-title,.has-motion .stay-in-loop.vs-reveal h2{background-size:100% 100% !important;transition:none}.has-motion .property-locations .card-bg,.has-motion .property-locations-slider .card-bg,.has-motion .invest-cities-slider-section .city-card-bg,.has-motion .testimonial-slider-section .testimonial-photo,.has-motion .news-section img.news-thumb{scale:1 !important;translate:none !important}.has-motion .home-hero-banner-video .bottom-logo-icon,.has-motion .home-hero-banner-video .hero-title,.has-motion .home-hero-banner-video .bottom-logo-text{animation:vs-hero-fade 200ms ease both}.globe-marquee-section .marquee-row,.auto-scroll-image-slider-section .marquee-track{animation:none !important}.location-card:hover,.quick-action-card:hover,.news-card:hover,.left-help-card:hover,.slider-card:hover,.location-card:hover .card-bg,.news-card:hover img.news-thumb,.slider-card:hover img,.arrow-circle:hover svg,.arrow-pill:hover svg,.view-all-link:hover svg,.location-card:active,.quick-action-card:active,.news-card:active,.card-btn:active,.arrow-circle:active,.btn:active,.action-link-v2:active{transform:none}.invest-cities-slider-section .slider-cell{transition:opacity 240ms ease;filter:none;transform:none}}.panel a,p a,.panel li a{transition:300ms all ease;color:#9b8168}.panel ul li,.panel ol li{color:#fff}.featured-pages.list .single a .title{margin-top:0;transition:300ms all ease}.featured-pages.list .single a:hover .title{color:#9b8168}.password-protected-page .header-desktop{background:#171717;border-bottom:1px solid #333}.password-protected-container{position:fixed;width:100%;height:100%;top:0;left:0;background:#fff;z-index:999;display:flex;align-items:center;justify-content:center;padding:0 20px}.password-protected-container form{max-width:600px;margin-left:auto;margin-right:auto}.password-protected-container p,.password-protected-container label{color:#000;display:flex;flex-direction:column}.password-protected-container p{margin-bottom:32px}.password-protected-container p:first-child{font-size:20px;line-height:26px;margin-bottom:40px}.password-protected-container label{font-size:20px;line-height:26px}.password-protected-container label input{border:1px solid #565656;height:50px;display:flex;align-items:center;padding:12px 14px;color:#fff;font-size:16px !important;border-radius:8px;background:rgba(0,0,0,0);outline:none;max-width:400px;width:100%;margin-left:auto;margin-right:auto;margin-bottom:40px}.password-protected-container label input::placeholder{display:none}.password-protected-container form{width:100%}.password-protected-container .icon_holder{display:flex;justify-content:center;margin-bottom:40px}.password-protected-container h2{font-family:"OakesGrotesk";font-weight:400;font-size:24px;line-height:120%;text-align:center;letter-spacing:-0.01em;color:#fff}.password-protected-container h2+p{font-family:"Manrope";font-weight:400;font-size:16px;line-height:180%;text-align:center;letter-spacing:-0.01em;color:#fff;margin-top:16px}.password-protected-container .post-password-form label{font-size:0;line-height:0}.password-protected-container .post-password-form label input{margin-top:0;margin-bottom:0}.password-protected-container input[type=submit]{max-width:200px;width:100%;margin-left:auto;margin-right:auto;display:flex;align-items:center;justify-content:center;background:#9b8168;border-radius:8px;font-family:"Manrope";font-weight:700;font-size:16px;line-height:130%;color:#fff;outline:none;height:50px;border:none;margin-top:40px;cursor:pointer;transition:300ms all ease}.password-protected-container input[type=submit]:hover{background:#fff;color:#171717}
