*,:after,:before{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{-webkit-margin-after:0;margin-block-end:0}ol[role=list],ul[role=list]{list-style:none}body{line-height:1.5;margin:0;min-height:100vh;padding:0}button,h1,h2,h3,h4,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){-webkit-text-decoration-skip:ink;color:currentColor;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{animation-name:slideOutUp}html{overflow-x:hidden}body,html{min-height:100%}body{color:#14223d;font-family:Plus Jakarta Sans,Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:200;letter-spacing:.8px;position:relative}.content{overflow-x:hidden;padding:0 20px;width:100%}.error-content{align-items:center;display:flex;flex-direction:column;justify-content:center}:root{--animate-delay:0.5s}h2{font-size:50px;font-weight:700;margin-top:140px;text-align:center}.bkg-img{overflow:hidden;position:absolute;top:0;width:100vw;z-index:-1}.bkg-img.bottom{bottom:0}.bkg-img svg{animation:fadeInUp 3s ease-out;margin:0 auto;overflow:hidden;width:2000px}.bkg-img-2{overflow:hidden;position:absolute;top:1600px;z-index:-1}.bkg-img-2,.bkg-img-2 svg{width:100vw}.text-grey{color:var(--darker-grey)}.text-yellow{color:var(--yellow)}.text-dark-yellow{color:var(--dark-yellow)}.text-white{color:var(--white)}.text-blue{color:var(--blue)}.text-red{color:var(--red)}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.text-lg{font-size:1.25rem}.text-xl{font-size:2.25rem}.text-light{font-weight:300}.text-bold{font-weight:600}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}@keyframes breathe{50%{transform:scaleX(1.12)}}@media only screen and (max-width:1078px){h2{font-size:36px;padding-left:20px;padding-right:20px}.content{padding:0}.bkg-img svg{margin-top:80px}.bkg-img-2{display:none}.bkg-img-2 svg{margin-left:-300px;width:400vw}}.flex{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-1{flex:1 1}.flex-2{flex:2 1}.flex-3{flex:3 1}.flex-4{flex:4 1}.align-center{align-items:center}.align-baseline{align-items:baseline}.justify-center{justify-content:center}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.flex-wrap{flex-wrap:wrap}.gap-sm{gap:.5rem}.gap{gap:1rem}.gap-lg{gap:1.5rem}.width-full{width:100%}.bkg-white{background-color:var(--white)}.bkg-blue{background-color:var(--blue)}.bkg-grey{background-color:var(--light-grey)}.box-shadow{box-shadow:var(--box-shadow)}.border{border-style:solid;border-width:1px}.border-top{border-top-style:solid;border-top-width:1px}.border-bottom{border-bottom-style:solid;border-bottom-width:1px}.border-right{border-right-style:solid;border-right-width:1px}.border-left{border-left-style:solid;border-left-width:1px}.border-radius-lg{border-radius:12px}.border-radius{border-radius:8px}.border-radius-sm{border-radius:6px}.border-radius-top-left{border-top-left-radius:8px}.border-radius-top-right{border-top-right-radius:8px}.border-radius-bottom-left{border-bottom-left-radius:8px}.border-radius-bottom-right{border-bottom-right-radius:8px}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.mx-3{margin-left:1rem!important;margin-right:1rem!important}.mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.mx-5{margin-left:3rem!important;margin-right:3rem!important}.my-0{margin-bottom:0!important;margin-top:0!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.my-3{margin-bottom:1rem!important;margin-top:1rem!important}.my-4{margin-bottom:1.5rem!important;margin-top:1.5rem!important}.my-5{margin-bottom:3rem!important;margin-top:3rem!important}.my-auto{margin-bottom:auto!important;margin-top:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:1rem!important;padding-right:1rem!important}.px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-5{padding-left:3rem!important;padding-right:3rem!important}.py-0{padding-bottom:0!important;padding-top:0!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-3{padding-bottom:1rem!important;padding-top:1rem!important}.py-4{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-5{padding-bottom:3rem!important;padding-top:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.d-hidden{display:none}@media only screen and (max-width:1078px){.m-hidden{display:none!important}.d-hidden{display:inherit}.m-flex-row{flex-direction:row!important}.m-flex-column{flex-direction:column!important}.m-flex-column-reverse{flex-direction:column-reverse!important}.m-align-center{align-items:center!important}.m-justify-center{justify-content:center!important}.m-space-between{justify-content:space-between!important}.m-space-around{justify-content:space-around!important}.m-width-full{width:100%!important}.m-text-center{text-align:center!important}}.btn{background:#14223d;border:none;border-radius:54px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:400;letter-spacing:0;letter-spacing:.02em;line-height:24px;outline:none;padding:12px 25px;text-align:center;text-decoration:none;width:-webkit-max-content;width:max-content}.btn-bold{font-weight:700}.btn-wide{padding:10px 40px}.btn-yellow,.btn:hover{background:#ffd000;color:#000;transition:all .3s ease}.btn-yellow:hover{background:#14223d;color:#ffd000}.btn-white{background:#fff;border:1px solid #14223d;color:#14223d;transition:all .3s ease}.btn-white:hover{background:#14223d;color:#fff}.btn-square{border-radius:8px}.btn-full-width{margin-bottom:2rem;width:100%}.btn-photo{border:3px solid #ffd000;border-radius:50%;bottom:10%;height:100px;left:calc(50% - 136px);opacity:.8;position:absolute;width:100px;z-index:6}.btn-photo-cancel{border-width:4px;bottom:100px;font-size:35px;height:70px;padding:3px 10px;position:absolute;right:20px;width:70px}nav{background:#fffffffb;border-bottom:1px solid #eee;flex-direction:column;padding:0 0 15px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.trustpilot,nav{display:flex;justify-content:center}.trustpilot{background-color:#14223d;color:#fff;font-size:16px;padding:20px 0}.trustpilot .rating{font-weight:700}.nav-disclaimer{background:#14223d;color:#fff;font-size:12px;padding:10px 0;text-align:center}nav .content{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between;margin:0 auto;max-width:1600px;padding-right:20px;padding-top:15px;width:100%}nav .mobile-menu{display:none}nav .main-links{display:flex;gap:3%;margin-left:50px;width:100%}nav .main-links .dropdown-link,nav .main-links a{border-bottom:2px solid #0000;color:#000;cursor:pointer;font-size:16px;font-weight:400;letter-spacing:0;padding:15px 10px;text-decoration:none;transition:all .4s ease;-webkit-user-select:none;user-select:none}nav .main-links .btn-dropdown.active,nav .main-links>a.active{border-bottom:2px solid gold}nav .main-links .dropdown a.active{border-bottom:none;color:gold}nav .main-links .dropdown-link .dropdown{background:#14223d;border:2px solid #14223d;border-radius:10px;display:none;flex-direction:column;margin-top:10px;padding:10px 20px;position:absolute}nav .main-links .dropdown a{padding:1rem .5rem}nav .main-links .dropdown-link.open .dropdown{display:flex;z-index:1}nav .main-links .dropdown-link .down-caret{position:relative;top:-5px}nav .main-links .dropdown-link .up-caret{position:relative;top:5px}nav .overlay{background:#0009;height:100vh;left:0;position:fixed;top:104px;width:100vw}.btn-dropdown{align-items:center;cursor:pointer;display:flex;gap:5px}a.btn-dropdown{color:#000;font-size:16px;text-decoration:none}.btn-dropdown .arrow{transition:all .4s ease}.btn-dropdown:hover .arrow{transform:rotate(180deg)}.btn-dropdown .dropdown-links{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 5px 25px #4039394d;display:none;flex-direction:column;gap:10px;padding:20px 40px;position:absolute;top:65px;z-index:1}.btn-dropdown:hover .dropdown-links{display:flex}.btn-dropdown .dropdown-links a{border-left:3px solid #0000;color:#000;font-weight:400;padding:0 5px;text-decoration:none;transition:all .3s ease}.btn-dropdown .dropdown-links a.active{font-weight:700}.btn-dropdown .dropdown-links a:hover{border-left:3px solid #14223d}@media only screen and (max-width:1078px){nav{border-bottom:none;padding:20px}nav .mobile-menu{display:block}nav .main-links{display:none}nav .main-links.open{animation:fadeInLeft .3s ease-out;background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;box-shadow:0 5px 25px #4039394d;display:flex;flex-direction:column;gap:20px;margin-left:0;padding:30px;position:absolute;top:73px;width:90vw;z-index:999}nav .main-links .dropdown-link,nav .main-links a{padding:5px 10px}.btn-dropdown{align-items:flex-start;display:flex;flex-direction:column}.btn-dropdown .dropdown-links{position:static;top:auto}}footer{background-color:#14223d;color:#fff;padding:2% 0}footer .footer-content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1200px;padding:0 20px}footer .rows{display:flex;gap:50px}footer .logo{display:flex;justify-content:space-between}footer .logo a{text-decoration:none}footer .logo a:hover{text-decoration:underline}footer .links{display:flex;flex-direction:column}footer .links a{color:#ffffffaa;font-size:14px;margin-bottom:5px;text-decoration:none}footer .copyright{font-size:12px}footer .content{display:flex;flex:3 1;flex-direction:column;justify-content:center}footer h4{font-size:35px;font-weight:300;margin-bottom:20px;margin-top:0}footer h4 b{font-size:24px;font-weight:500}footer .address,footer .contact,footer .hours{display:flex;flex-direction:column;margin-right:20px}footer .logos{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;gap:20px}footer h3{font-size:16px;font-weight:400;margin-bottom:20px}footer p{color:#ffffffaa;font-size:14px;line-height:2;margin-top:0}footer .info{display:flex}footer .info a{color:#ffffff88;font-size:12px;padding-right:10px;text-decoration:none}footer .info a:not(:first-child){padding-left:10px}footer .info a:not(:last-child){border-right:1px solid #fff3}footer .info a:hover{text-decoration:underline}footer .disclaimer{border-top:1px solid #ffffff11;color:#ffffff88;font-size:12px;margin-top:20px;padding-top:20px}footer hr{background-color:#293449;border:0;height:1px;width:100%}.cookie-bar{background:#14223d;border-top:1px solid #8e94a1;bottom:0;box-shadow:0 -2px 10px 0 #0003;color:#fff;font-size:14px;font-weight:500;left:0;padding:10px;position:fixed;width:100%;z-index:50}.cookie-bar-content{display:flex;gap:1rem;margin:0 auto;max-width:1200px}.cookie-bar-buttons{align-items:center;display:flex;gap:1rem;justify-content:space-between}.cookie-bar-buttons button{border:none;border-radius:5px;cursor:pointer;padding:5px 20px}.cookie-bar-buttons button.btn-link{background:#0000;color:#fff;text-decoration:underline}@media only screen and (max-width:1078px){footer{padding-left:20px;padding-right:20px;padding-top:20px}footer,footer .logo{flex-direction:column}footer .logo{gap:10px}footer .logo img:last-child{display:none}footer .logo h4{text-align:center}footer .rows{flex-direction:column;gap:20px}footer h4{font-size:25px}footer .info{flex-direction:column;gap:5px}footer .info a:not(:first-child){padding-left:0}footer .info a:not(:last-child){border-right:0 solid #fff3}footer h4 b{font-size:18px}footer .address,footer .contact,footer .hours{margin-bottom:20px;margin-right:0}footer hr{background-color:initial}.cookie-bar-buttons{flex-direction:column;justify-content:center}}.carousel{align-items:center;display:flex;gap:40px;justify-content:center;margin-bottom:70px;margin-top:70px}.carousel .property-card{cursor:pointer;max-width:calc(100vw - 20px);transition:all 1s ease;width:400px}@media screen and (max-width:1078px){.carousel{flex-direction:column;gap:20px}}.home .hero-content{align-items:center;display:flex;gap:40px;justify-content:space-between;margin-bottom:100px;margin-left:auto;margin-right:auto;max-width:1200px;width:100%}.home .hero-content .hero-line{background:#f5ca48;height:5px;margin:20px 0;width:80px}.home .hero-content .hero-video{box-sizing:border-box;height:auto;margin-bottom:350px;margin-top:150px;padding:20px;width:100%}.home .hero-content .hero-video video{border-color:#000;border-radius:8px;border-style:solid;border-width:2px 1px}@media only screen and (max-width:1078px){.home .hero-content .hero-video{margin-bottom:0;margin-top:0;padding:10px}}.home .hero-content .hero-img img{margin:50px 40px 0;max-height:700px}.home .hero-content .hero-text{margin-top:-50px;max-width:700px}.home .hero-content .hero-img{margin-top:-30px}.home .hero-content .hero-text h1{font-size:50px;font-weight:700;letter-spacing:0;line-height:1.2;margin:0}.home .hero-content .hero-text p{color:#818181;font-size:24px;font-weight:400;letter-spacing:0;line-height:1.2}.home .hero-content .hero-text p em{color:#000;font-style:normal;font-weight:700}.home .hero-content .hero-text .qr{border-radius:8px;box-shadow:0 5px 25px #0000001a;margin-top:30px;padding:10px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .hero-content .hero-text .qr svg{height:220px;width:180px}.home .hero-content .hero-cta{display:flex;gap:20px;margin-top:50px}.home .hero-content .store-links{margin-top:30px}.home .hero-content .video-link{align-items:center;color:#14223d;display:flex;font-size:20px;font-weight:700;letter-spacing:0;margin-bottom:40px;margin-top:30px;text-decoration:none}.home .hero-content .video-link span{fill:#14223d;background:#f5ca48;border-radius:34px;font-size:24px;margin-right:10px;padding:8px 6px 0 12px;transition:all .3s ease}.home .hero-content .video-link span svg{height:30px;width:30px}.home .hero-content .video-link:hover span{fill:#f5ca48;background-color:#14223d;text-decoration:none}@media only screen and (max-width:1078px){.home .hero-content{flex-direction:column;margin-top:0;padding:0 20px}.home .hero-content .video-link{justify-content:center}.home .hero-content .hero-video{margin-bottom:0;margin-top:0}.home .hero-content .hero-img img{margin-left:auto;margin-right:auto}.home .hero-content .hero-text{margin-top:50px;text-align:center}.home .hero-content .hero-text h1{font-size:30px}.home .hero-content .hero-text p{font-size:20px}.home .hero-content .hero-text .qr{margin:20px auto 0}.home .hero-content .hero-cta{align-items:center;flex-direction:column}}.home .coming-soon{background:#fff;background:linear-gradient(-20deg,#ffd00000 43.7%,#ffd00000 72.26%,#14223d 72.27%,#14223d),#f6f7f9;border-radius:24px;color:#14223d;left:50%;max-height:95vh;max-width:550px;opacity:0;overflow-y:hidden;padding-bottom:70px;position:fixed;top:-100%;transform:translateX(-50%);transition:all .5s ease-out;width:90%;z-index:-1}.home .coming-soon.show{opacity:1;top:10px;z-index:120}.home .coming-soon .logo{align-items:start;display:flex;justify-content:start;margin:20px auto 20px 20px}.home .coming-soon h2{color:#14223d;color:var(--Primary-Color,#14223d);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;margin-top:-64px;text-align:center}.home .coming-soon p{color:#677897;font-size:18px;font-style:normal;font-weight:600;letter-spacing:-.18px;line-height:28px;text-align:center}.home .coming-soon .btn-close{position:absolute;right:10px;top:10px}.home .coming-soon .content{margin-top:0;padding:0 50px;text-align:center}.home .coming-soon .store-links{justify-content:center;margin-top:20px}.home .form-heading{font-size:20px;letter-spacing:-.6px;line-height:normal;text-align:center}.home .coming-soon form{margin-top:30px}.home .coming-soon-overlay{background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s;width:100%;z-index:-1}.home .coming-soon-overlay.show{opacity:1;z-index:120}.home .coming-soon .error-message{color:red;font-weight:700}@media only screen and (max-width:1078px){.home .coming-soon h2{margin-top:-30px}.prefered-property{-webkit-appearance:none;background:none;color:#000;max-width:100%;width:100%}.slider-btn-container{display:flex;flex-direction:column;margin-top:-20px}.home .coming-soon form{align-items:center;flex-direction:column}.home .coming-soon form>div{flex-direction:column}.home .coming-soon .PhoneInput{margin:0!important;padding:0 10px}.home .coming-soon .btn{margin-top:15px}.home .coming-soon form button,.home .coming-soon form input{width:100%}.home .coming-soon{overflow-y:scroll}.form-group{flex-direction:column}.input-container{width:100%}.form-group .input-container{max-width:none}.phone-input{align-items:center;display:flex;font-size:16px;outline:none;padding:12px 15px;transition:border-color .3s,background-color .3s;width:100%}.phone-input .PhoneInputInternationalIcon{margin-right:10px}.phone-input input{padding:12px 15px}}.home .promo-popup{background:#fff;border-radius:24px;color:#14223d;left:50%;max-height:95vh;max-width:550px;opacity:0;overflow-y:hidden;padding:24px;position:fixed;top:-100%;transform:translateX(-50%);transition:all .5s ease-out;width:90%;z-index:-1}.home .invalid-promo.show{top:150px!important}.home .promo-popup.show{opacity:1;top:60px;z-index:120}.home .promo-popup .logo{align-items:start;display:flex;justify-content:start;margin:20px auto 20px 20px}.home .promo-popup h2{color:#14223d;color:var(--Primary-Color,#14223d);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;margin-top:-64px;text-align:center}.home .separation-line{margin:24px 0!important}.home .promo-popup p{align-self:center;color:#6e7b94;color:var(--Primary-Color-2,#6e7b94);font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.48px;line-height:26px;margin:0;text-align:left}.home .promo-popup .btn-close{background:#23222214;border-radius:100%;color:#14223d;font:icon;padding:3px 7px!important;position:absolute;right:20px;top:20px}.home .promo-popup .content{margin-top:0;padding:0;text-align:center}.home .promo-popup .store-links{justify-content:space-between;margin-top:32px}.app-links{gap:8px!important}.home .promo-popup .btn-signup{border-radius:14px!important;justify-content:center;padding:12px 24px!important;width:100%}.home .popup-title{font-size:24px;letter-spacing:-.7px;line-height:normal}.home .form-heading,.home .popup-title{color:#14223d;color:var(--Primary-Color,#14223d);font-style:normal;font-weight:700;margin:0;text-align:left}.home .form-heading{font-size:16px;letter-spacing:-.48px;line-height:26px}.home .invalid-form-heading{color:#ff3737!important;color:var(--Primary-Color,#ff3737)!important}.home .promo-details{align-items:center;display:flex;justify-content:space-between;margin:24px 0}.home .promo-details .promo-code{color:#14223d;color:var(--Primary-Color,#14223d);font-size:14px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;text-align:center}.home .promo-details .invitor-profile{align-items:center;background-color:#fafafa;border:1px solid #ebebeb;border-radius:50%;color:#14223d;color:var(--Primary-Color,#14223d);display:flex;font-size:30px;font-weight:700;height:56px;justify-content:center;width:56px}.home .promo-details .inviter-name{align-self:center;color:#14223d;color:var(--Primary-Color,#14223d);font-size:20px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:26px;margin:0 8px;text-align:left}.home .promo-details .code-container{background-color:#f7f2db;border:1px solid #ffd000;border-radius:12px;padding:14px 24px}.home .promo-popup form{margin-top:30px}.input-container{margin-bottom:10px;position:relative}.form-input{background:#f4f7fa;border:1px solid #cacaca;border-radius:10px;font-size:16px;outline:none;padding:12px 15px;transition:border-color .3s,background-color .3s;width:100%}.form-input:focus{border-color:#bbb}.form-input::placeholder{color:#abaeb5;font-size:14px}.form-input::placeholder,.form-label{font-style:normal;font-weight:500;line-height:normal}.form-label{background-color:#f4f7fa;color:#14223d;color:var(--Primary-Color,#14223d);font-size:16px;left:15px;letter-spacing:-.48px;padding:0 5px;pointer-events:none;position:absolute;top:0;transform:translateY(-50%);transition:all .3s}.form-group{display:flex;flex-basis:auto;flex-direction:row;gap:10px;justify-content:space-between;margin:20px 0 10px}.form-group .input-container{max-width:50%}.check-group{font-size:14px;font-weight:500;letter-spacing:.2px;margin-bottom:15px;margin-top:-10px}.check-group input{margin-right:10px;width:auto!important}.check-group img{display:inline;left:5px;position:relative;top:5px}.register-button{background-color:#14223d;border-radius:10px;color:#fff;font-size:18px;font-weight:700;padding:15px;text-transform:none;width:100%}.phone-input{align-items:center;background:#f4f7fa;border:1px solid #cacaca;border-radius:10px;display:flex;font-size:16px;outline:none;padding:12px 15px;width:100%}.phone-input input{background-color:initial;border:none;flex-grow:1;font-size:16px;outline:none}.phone-input .PhoneInputInternationalIcon{margin-right:10px}.phone-input input::placeholder{color:#abaeb5;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.home .promo-popup-overlay{background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s;width:100%;z-index:-1}.home .promo-popup-overlay.show{opacity:1;z-index:120}.home .promo-popup .error-message{color:red;font-weight:700}@media only screen and (max-width:1078px){.home .promo-popup h2{margin-top:-30px}.prefered-property{-webkit-appearance:none;background:none;color:#000;max-width:100%;width:100%}.slider-btn-container{display:flex;flex-direction:column;margin-top:-20px}.home .promo-popup form{align-items:center;flex-direction:column}.home .promo-popup form>div{flex-direction:column}.home .promo-popup .PhoneInput{margin:0!important;padding:0 10px}.home .promo-popup form button,.home .promo-popup form input{width:100%}.form-group{flex-direction:column}.input-container{width:100%}.form-group .input-container{max-width:none}.phone-input{align-items:center;display:flex;font-size:16px;outline:none;padding:12px 15px;transition:border-color .3s,background-color .3s;width:100%}.phone-input .PhoneInputInternationalIcon{margin-right:10px}.phone-input input{padding:12px 15px}}.home .disclaimer{background:#fff;border-radius:24px;color:#14223d;left:50%;max-height:95vh;max-width:750px;opacity:0;overflow-y:hidden;padding:0 2%;position:fixed;top:-100%;transform:translateX(-50%);transition:all .5s ease-out;width:90%;z-index:-1}.home .disclaimer.show{opacity:1;top:10%;z-index:121}.home .disclaimer h2{color:#14223d;color:var(--Primary-Color,#14223d);font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal;margin-top:40px;text-align:center}.home .separation-line{align-self:stretch;background:#b1b1b13d;border-radius:4px;height:1px;margin:20px 30px 0}.home .disclaimer p{color:#677897;font-size:12px;font-style:normal;font-weight:600;letter-spacing:-.18px;line-height:28px}.home .disclaimer .content{margin-top:0;max-height:50vh;padding:0}.home .modal-overlay{background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s;width:100%;z-index:-1}.home .modal-overlay.show{opacity:1;z-index:120}.home .disclaimer button{margin-bottom:40px}@media only screen and (max-width:1078px){.home .disclaimer{overflow-y:scroll}.home .disclaimer.show{padding:0 5%}}.home .growth{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.home .growth>div{align-items:flex-start;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 5px 25px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:24px 43px 36px}.home .growth>div>h3{font-size:18px;font-weight:700}.home .growth>div>p{font-size:16px;font-weight:400;letter-spacing:.02em;line-height:24px}@media only screen and (max-width:1078px){.home .growth{flex-direction:column;padding:0 20px}.home .growth>div{height:auto}}.home .compliance{background:#f6f7f9;left:0;margin-top:-100px;position:absolute;width:100vw;z-index:-1}.home .compliance .logos{margin:0 auto;padding:125px 5% 25px}@media only screen and (max-width:1078px){.home .compliance{margin-top:0;padding:50px 20px}.home .compliance .logos{align-items:center;padding:0 40px}}.home .investment-process h2{margin-top:150px}.home .investment-process .how-section{align-items:flex-start;background:#14223d;box-sizing:border-box;display:flex;flex-direction:column;gap:100px;justify-content:center;margin-left:-20px;margin-top:70px;width:calc(100% + 40px)!important}.home .investment-process .how-section .how-section-content{display:flex;gap:40px;margin:0 auto;overflow:visible}.home .investment-process .how-section .how-section-inner-content{display:flex;gap:20px;margin-bottom:150px;margin-top:90px}.home .investment-process .how-section .how-section-inner-content svg{fill:#f5ca48;width:100px}.home .investment-process .how-section .icon-wrapper{align-items:center;display:flex;justify-content:center}.home .investment-process .how-section .how-section-inner-content{max-width:739px}.home .investment-process .how-section .how-section-text h4{color:#fff;font-size:36px;font-weight:500;letter-spacing:-1px}.home .investment-process .how-section .how-section-text p{color:#fff;font-size:24px;font-weight:400;letter-spacing:0;line-height:125%;margin-top:16px}.home .investment-process .how-section .how-section-text p.yellow{color:#fd0}.home .investment-process .how-section .how-section-content img{height:500px;margin-bottom:-200px;margin-top:-50px;min-width:340px;object-fit:cover;object-position:top}.home .investment-process .tabs{display:flex;gap:20px;justify-content:center;margin-top:70px}.home .investment-process .tabs .tab{background-color:#f6f7f9;border-radius:30px;cursor:pointer;font-size:18px;font-weight:500;padding:15px 70px;transition:.3s ease}.home .investment-process .tabs .tab:not(.selected):hover{background:#14223d;color:#fff;font-weight:700}.home .investment-process .tabs .tab.selected{background:#f5ca48;font-weight:700}@media only screen and (max-width:1078px){.home .investment-process{margin-top:140px}.home .investment-process h2{margin-top:310px}.home .investment-process .how-section{margin-top:70px;padding:0 20px}.home .investment-process .how-section .how-section-content .number{margin:0 auto}.home .investment-process .how-section h4{margin-top:20px}.home .investment-process .how-section .how-section-content img{height:550px;margin:-90px auto 10px;object-fit:cover;object-position:top;width:340px}.home .investment-process .how-section .how-section-content{flex-direction:column-reverse;padding:40px 0;text-align:center}.home .investment-process .how-section .how-section-inner-content{align-items:center;flex-direction:column;margin-bottom:50px;margin-top:0}.home .investment-process .tabs .tab{padding:10px 30px}.home .investment-process .tabs{gap:10px;margin-top:30px}}.home .marketplace-samples{align-items:center;background:#f6f7f9;display:flex;flex-direction:column;padding-bottom:70px;padding-top:140px}.home .marketplace-samples h2{margin-bottom:70px;margin-top:0}.home .marketplace-samples h4{font-size:50px;font-weight:500;letter-spacing:-2px;margin-bottom:30px}.home .marketplace-samples h3{font-size:24px;font-weight:400;letter-spacing:-1px;margin-bottom:40px}.home .marketplace-samples .marketplace-samples{display:flex;flex-direction:row}@media only screen and (max-width:1078px){.home .marketplace-samples h2{margin-bottom:0;margin-top:70px}.home .marketplace-samples{margin-left:0;padding-top:0}}.home .calculator{margin:0 auto;max-width:1200px}.home .calculator h2{margin-top:70px}.home .calculator p{text-align:center}.home .calculator .calculator-content{align-items:center;display:flex;gap:5%;margin-top:70px}.home .calculator .calculator-bkg{background:#f5ca48;height:700px;left:0;position:absolute;width:100vw;z-index:-1}.home .calculator .calculator{background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 5px 25px #0000001a;display:flex;flex:1 1;flex-direction:column;padding:70px}.home .calculator .calculator>h3{font-size:26px;font-weight:700;margin-bottom:50px;margin-top:0}.home .calculator .calculator-text h2{font-size:36px;margin-top:0;text-align:left}.home .calculator .calculator .calculator-item{display:flex;flex-direction:column}.home .calculator .calculator .calculator-item .calculator-item-header{display:flex;justify-content:space-between}.home .calculator .calculator .calculator-item h5{color:#5e6473;font-size:16px;font-weight:400;margin-top:0}.home .calculator .calculator .calculator-item h6{color:#5e6473;font-size:16px;font-weight:700;margin:0}.home .calculator .calculator .calculator-input-baseline{background:#eee;border-radius:18px;height:8px;width:100%}.home .calculator .calculator .calculator-input-valueline{background:#fd0;border-radius:18px;height:8px;margin-top:-8px}.home .calculator .calculator .calculator-input-value{align-items:center;background-color:#fff;border:6px solid #ffd000;border-radius:25px;color:#f5ca48;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:22px;justify-content:center;position:absolute;position:relative;text-align:center;top:-15px;touch-action:none;-webkit-user-select:none;user-select:none;width:22px}.home .calculator .calculator .calculator-input-value:active,.home .calculator .calculator .calculator-input-value:hover{border:2px solid #ffd000}.home .calculator .calculator-text{flex:1 1}.home .calculator .calculator-text h4{font-size:34px;font-weight:400;letter-spacing:-1px}.home .calculator .calculator-text p{font-size:20px;font-weight:400}.home .calculator .calculator .calculator-summary{background:#ffd000;border:none;border-radius:8px;padding:10px 20px;width:100%}.home .calculator .calculator .calculator-summary .calculator-summary-header{font-size:20px;font-weight:400;padding-right:20px}.home .calculator .calculator .calculator-summary .calculator-summary-value{font-size:20px;font-weight:700;text-align:right}.home .calculator .calculator .calculator-summary .calculator-summary-value.calculator-summary-value-total{font-weight:500}.home .calculator-chart{display:flex;flex-direction:column}.home .calculator-chart>h2{color:#5e6473;font-size:24px;font-weight:500;margin-bottom:50px;text-align:center!important}.home .calculator-chart>h2 b{color:#000;font-weight:700}.home .calculator-chart .chart-cards{border:1px solid #eee;border-radius:8px;display:flex;gap:0;justify-content:space-between;margin-bottom:50px;padding:10px 20px}.home .calculator-chart .chart-card h4{font-size:14px;font-weight:400;letter-spacing:0;margin-top:5px;text-align:center}.home .calculator-chart .chart-card h2{font-size:16px;margin-bottom:5px;margin-top:8px;text-align:center}.home .calculator-chart .y-bars{display:flex;height:280px}.home .calculator-chart .x-axis{display:flex;font-size:12px;justify-content:space-between;margin-left:53px;margin-right:9px}.home .calculator-chart .bars{border-bottom:1px solid #ddd;border-left:1px solid #ddd;display:flex;gap:20px;width:100%}.home .calculator-chart .bar{display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.home .calculator-chart .y-axis{display:flex;flex-direction:column;font-size:10px;gap:10%;justify-content:space-between;margin-right:10px}.home .calculator-chart .bar .investment{background:#14223d}.home .calculator-chart .bar .rental{background:#ffd000}.home .calculator-chart .bar .property-value{background:#22ff7a;border-top-left-radius:8px;border-top-right-radius:8px}@media only screen and (max-width:1078px){.home .calculator .calculator-content{flex-direction:column-reverse;gap:40px;margin-bottom:50px;margin-top:50px;padding:0 20px}.home .calculator .calculator{margin-top:0;padding:30px}.home .calculator .calculator-text,.home .calculator .calculator-text h2{text-align:center!important}.home .calculator .calculator-text{padding-bottom:0!important;padding-top:0!important}}.home .join{align-items:center;background:#f6f7f9;display:flex;flex-direction:column;margin-bottom:70px;margin-top:70px;padding-bottom:70px}.home .join h4{color:#000;font-size:52px;font-weight:700;letter-spacing:0;text-align:center}.home .join .join-features{color:#000;display:flex;flex-direction:row;gap:40px;justify-content:space-between;margin-top:100px;max-width:1200px}.home .join .join-features>div{background-color:#f6f7f9;border:1px solid #fff;border-radius:8px;box-shadow:0 5px 25px #0000001a;padding:35px}.home .join .join-features>div>svg{height:50px;width:50px}.home .join .join-features>div>h5{text-wrap:pretty;font-size:22px;font-weight:700;line-height:34px;margin:10px 0}.home .join .join-features>div>p{font-size:16px;font-weight:400}@media only screen and (max-width:1078px){.home .join{margin-bottom:0;padding-bottom:100px}.home .join .join-features{flex-direction:column;margin-top:50px;padding:0 20px}.home .join .join-features>div{padding:20px}.home .join h4{font-size:36px;margin-top:50px;padding-left:20px;padding-right:20px;text-align:center}.home .join .join-features>div>h5{height:auto;margin:0}}.home .get-started{background-color:#14223d;border-bottom:1px solid #ffffff22;color:#fff;margin-left:-20px;margin-top:140px;padding-bottom:140px;padding-top:70px;text-align:center;width:calc(100% + 40px)!important}.fasteasy{margin-bottom:4rem}.home .get-started .get-started-content{margin:0 auto;max-width:1200px}.home .get-started h4{color:#fff;font-size:42px;font-weight:700}.home .get-started p{color:#fff;font-size:20px;font-weight:300;letter-spacing:0;margin:30px auto;max-width:900px}.home .get-started p.yellow{color:#f5ca48;font-size:22px;font-weight:700;margin-bottom:70px}.home .get-started .btn-started{background:#f5ca48;border-radius:30px;color:#14223d;cursor:pointer;font-size:18px;font-weight:300;letter-spacing:0;padding:15px 90px;text-decoration:none;transition:.3s ease}@media only screen and (max-width:1078px){.home .get-started .get-started-content{padding:0 20px}.home .get-started .btn-started{padding:15px 40px}}.swiper{overflow:visible;position:relative;z-index:0}.swiper-slide{height:auto}.testimonial-slider{margin:0 auto 150px;position:relative;width:70%}.testimonial-slider:before{background:linear-gradient(90deg,#f6f7f9 0,#f6f7f9 30%,#f6f7f900);left:-300px}.testimonial-slider:after,.testimonial-slider:before{content:"";height:100%;pointer-events:none;position:absolute;top:50px;width:400px;z-index:1}.testimonial-slider:after{background:linear-gradient(270deg,#f6f7f9 0,#f6f7f9 30%,#f6f7f900);right:-300px}.testimonial-slider h2{color:#14223d;font-size:36px;font-weight:800;letter-spacing:-1.44px;line-height:normal;margin-bottom:60px}.testimonial{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:space-around;padding:24px 40px}.testimonial p{color:#6e7b94;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.32px;line-height:24px}.testimonial-info{justify-content:space-between}.testimonial-info,.testimonial-user{display:flex;flex-direction:row;gap:20px}.testimonial-image{border-radius:50%;height:50px;margin-bottom:10px;object-fit:cover;width:50px}.testimonial-info h4{font-size:16px;margin:4px 0}.testimonial-details{display:flex;flex-direction:column;gap:5px;text-align:left}.rating{color:gold;display:flex;font-size:24px;gap:2px}.testimonial-info p{align-self:flex-end}.swiper-pagination-bullets{bottom:-40px!important}.swiper-pagination-bullet-active{background-color:#14223d;border-radius:7px;width:24px}@media (max-width:1024px){.testimonial-slider{margin-bottom:100px;width:80%}.testimonial-slider h2{font-size:30px;margin-bottom:50px}.testimonial{padding:20px 30px}.testimonial-image{height:45px;width:45px}.rating{font-size:20px}}@media (max-width:767px){.testimonial-slider{margin-bottom:80px;width:90%}.testimonial-slider h2{font-size:24px;margin-bottom:40px}.testimonial{padding:20px}.testimonial-info{flex-direction:column}.testimonial-user{align-items:center;gap:15px}.testimonial-image{height:40px;width:40px}.rating{font-size:18px}.swiper-pagination-bullets{bottom:-30px!important}}@media (max-width:575px){.testimonial-slider:after,.testimonial-slider:before{position:static}.swiper-pagination-bullets{bottom:-50px!important}}.content.home{overflow:hidden}.about{margin:0 auto;max-width:1200px}.about h2{margin-top:50px}.about .subheader{margin-bottom:50px;margin-top:50px}.about .subheader h3{text-wrap:pretty;font-size:68px;font-weight:700;margin:250px auto 0;max-width:1000px;text-align:center}.about .subheader h3 b{color:#d9b100}.about .subheader p{text-wrap:pretty;font-size:26px;font-weight:300;line-height:2rem;margin:30px auto 0;max-width:850px;text-align:center}.about .subheader .hero-img{background:#fff;border-radius:18px;box-shadow:0 5px 25px #00000026;padding:10px}.about .subheader .hero-img-1{height:242px;left:50%;position:absolute;top:110px;transform:translateX(-50%) translateX(470px);width:243px}.about .subheader .hero-img-2{height:180px;left:50%;position:absolute;top:213px;transform:translateX(-50%) translateX(-515px);width:179px}.about .subheader .hero-img-3{height:179px;left:50%;position:absolute;top:600px;transform:translateX(-50%) translateX(500px);width:180px}.about .subheader .hero-m-imgs{display:none}.about .subheader2{text-wrap:pretty;font-size:36px;font-weight:700;line-height:3.5rem;margin:150px auto 0;max-width:850px;text-align:center}.about .vismis>div{align-items:flex-start;background:linear-gradient(90deg,#fff,#fff);border:1px solid #eee;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:35px}.about .vismis>div h4{font-size:26px;font-weight:700;margin-top:0}.about .vismis>div p{font-size:16px;font-weight:300;margin-top:0}.about .advantages{margin-bottom:140px}.about .advantages h3{font-size:36px;font-weight:700;margin:140px auto 40px;text-align:center}.about .advantages>div>div{background:linear-gradient(90deg,#fff,#fff);border:1px solid #eee;border-radius:8px;box-sizing:border-box;gap:20px;padding:35px}.about .advantages>div>div h4{font-size:26px;font-weight:700;margin-bottom:30px;margin-top:10px}.about .advantages>div>div .card-content{display:flex;flex-direction:column;gap:15px}.about .advantages>div>div .card-content>div{background:#f6f7f9;border:1px solid #d3d9e5;border-radius:8px;box-sizing:border-box;gap:5px;padding:15px 20px}.about .advantages>div>div .card-content>div h5{font-size:18px;font-weight:700;letter-spacing:0;margin-bottom:10px;margin-top:0}.about .advantages>div>div .card-content>div p{font-size:16px;font-weight:400;letter-spacing:0;margin-top:0}@media only screen and (max-width:1078px){.about{padding:2rem}.about .subheader h3{font-size:42px;margin-top:0}.about .subheader p{font-size:24px}.about .subheader img{height:auto!important;object-fit:contain}.about .subheader .hero-img{display:none}.about .subheader .hero-m-imgs{display:flex;gap:20px;height:150px;justify-content:center;margin-top:30px}}.account h2{font-size:42px;font-weight:700;letter-spacing:1px;margin-top:100px}.account>p{text-wrap:pretty;font-size:16px;font-weight:400;letter-spacing:.5px;margin:20px auto 40px;max-width:770px;text-align:center}.account .stepContent{background:#fff;border-radius:8px;box-shadow:0 5px 25px #0000001a;margin:0 auto;max-width:700px;padding:35px;width:50%}.account form h3{font-size:24px;font-weight:500;letter-spacing:0;margin-bottom:20px;text-align:center}.account form input,.account form select{border:1px solid #d3d9e5;border-radius:8px;box-sizing:border-box;padding:15px}.account form label{font-size:16px;font-weight:700;letter-spacing:0;margin-bottom:.5rem;margin-top:10px}.password-container{position:relative;width:100%}.password-input{padding-right:56px!important;width:100%}.password-toggle-button{background:#0000;border:none;cursor:pointer;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.password-toggle-button .icon{color:#9ca3af;height:24px;width:24px}.account form .hint{color:#4d4d4d;font-size:.85rem;font-style:italic}.account form .error-message,.account form .info-message{background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:6px;margin-bottom:20px;padding:20px}.account form .error-message{color:red;font-weight:500}.account form .actions{display:flex;gap:1rem;justify-content:center;margin-top:20px}.name-container{display:flex;flex-wrap:wrap;gap:1rem}.name-container>div{flex:1 1;min-width:0}.name-container input{box-sizing:border-box;width:100%}.divider-dark{background-color:#202d47;border:#202d47;height:1px;margin:4rem 0;width:100%}.sliderSecion{color:#fff;padding:2rem}.sliderSecion,.terms-text-container{background-color:#14223d;border-radius:20px}.terms-text-container{box-shadow:0 4px 8px #0000001a;margin:0 0 2rem;padding:20px 10px 20px 20px}.terms-text-content{height:500px;overflow-y:auto;padding-right:10px}.terms-text-content::-webkit-scrollbar{width:10px}.terms-text-content::-webkit-scrollbar-track{background:#2c3951;border-radius:10px}.terms-text-content::-webkit-scrollbar-thumb{background-color:#ffd000;border-radius:10px}.terms-text-content::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}.terms-text-content h4{color:#fff;font-size:20px;font-weight:700;letter-spacing:1px;margin-bottom:20px;margin-top:40px}.terms-text-content li,.terms-text-content p{text-wrap:pretty;color:#818faa;font-size:16px;font-weight:600;letter-spacing:0;margin:0 auto 20px;max-width:770px}.checkbox-container{align-items:center;display:flex;gap:4px}.custom-checkbox{accent-color:#ffde4d;cursor:pointer;margin-top:4px;max-height:35px;max-width:35px}.checkbox-label{cursor:pointer;font-size:14px;line-height:1.2}.learn-more-link{color:#e4ba02;margin-left:4px;text-decoration:underline}.learn-more-link:hover{color:#e9c731}@media only screen and (max-width:1078px){.account h2{padding:0 20px}.account p{padding:0 30px}.account form{margin:0 auto;width:90%}}@media only screen and (max-width:768px){.account h2{font-size:32px;margin-top:60px;padding:0 15px}.account>p{font-size:14px;max-width:100%;padding:0 20px}.account .stepContent{margin:0 5%;padding:10px;width:90%}.account form h3{font-size:20px}.account form input,.account form select{font-size:14px;padding:12px}.password-toggle-button .icon{height:20px;width:20px}.divider-dark{margin:3rem 0}.sliderSecion,.terms-text-container{border-radius:15px;padding:1rem}.terms-text-content{height:400px}.terms-text-content h4{font-size:18px}.terms-text-content p,li{font-size:14px}.checkbox-container{gap:3px}.custom-checkbox{max-height:30px;max-width:30px}.checkbox-label{font-size:13px}.name-container{display:block}}@media only screen and (max-width:576px){.account h2{font-size:26px;margin-top:40px;padding:0 10px}.account>p{font-size:12px;max-width:100%;padding:0 15px}.account .stepContent{margin:0 5%;padding:10px;width:90%}.account form h3{font-size:18px}.account form input,.account form select{font-size:13px;padding:10px}.password-toggle-button .icon{height:18px;width:18px}.name-container{display:block}.divider-dark{margin:2rem 0}.sliderSecion,.terms-text-container{border-radius:12px;padding:1rem}.terms-text-content{height:300px}.terms-text-content h4{font-size:16px}.terms-text-content p,li{font-size:12px}.terms-text-content p{padding:0 0 0 15px}.terms-text-content ul{padding:0 0 0 25px}.terms-text-content li{padding:0}.terms-text-content{padding-right:5px}.terms-text-content::-webkit-scrollbar{width:6px}.terms-text-content::-webkit-scrollbar-thumb,.terms-text-content::-webkit-scrollbar-track{border-radius:6px}.custom-checkbox{max-height:25px;max-width:25px}.checkbox-label{font-size:12px}}.how{margin:0 auto;max-width:1200px}.how h2{margin-top:50px}.how .subheader{margin-bottom:50px;margin-top:50px}.how .subheader h3{margin:70px auto 0}.how .subheader h3,.how .subheader h4{text-wrap:pretty;font-size:68px;font-weight:700;max-width:1000px;text-align:center}.how .subheader h4{color:#d9b100;margin:0 auto}.how .subheader p{text-wrap:pretty;font-size:26px;font-weight:300;line-height:2rem;margin:30px auto 0;max-width:850px;text-align:center}.how .subheader .hero-img{background:#fff;border-radius:18px;box-shadow:0 5px 25px #00000026;padding:10px}.how .subheader .hero-img-1{height:242px;left:50%;position:absolute;top:110px;transform:translateX(-50%) translateX(470px);width:243px}.how .subheader .hero-img-2{height:180px;left:50%;position:absolute;top:406px;transform:translateX(-50%) translateX(-515px);width:179px}.how .subheader .hero-img-3{height:179px;left:50%;position:absolute;top:600px;transform:translateX(-50%) translateX(500px);width:180px}.how .subheader .hero-m-imgs{display:none}.how .subheader2{text-wrap:pretty;font-size:36px;font-weight:700;line-height:3.5rem;margin:150px auto 0;max-width:850px;text-align:center}.how .vismis{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.how .vismis>div{align-items:flex-start;background:linear-gradient(90deg,#fff,#fff);border:1px solid #eee;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;padding:35px}.how .vismis>div h4{font-size:26px;font-weight:700;margin-top:0}.how .vismis>div p{font-size:16px;font-weight:300;margin-top:0}.how .advantages{margin-bottom:140px}.how .advantages h3{font-size:36px;font-weight:700;margin:140px auto 40px;text-align:center}.how .advantages>div>div{background:linear-gradient(90deg,#fff,#fff);border:1px solid #eee;border-radius:8px;box-sizing:border-box;gap:20px;padding:35px}.how .advantages>div>div h4{font-size:26px;font-weight:700;margin-bottom:30px;margin-top:10px}.how .advantages>div>div .card-content{display:flex;flex-direction:column;gap:15px}.how .advantages>div>div .card-content>div{background:#f6f7f9;border:1px solid #d3d9e5;border-radius:8px;box-sizing:border-box;gap:5px;padding:15px 20px}.how .advantages>div>div .card-content>div h5{font-size:18px;font-weight:700;letter-spacing:0;margin-bottom:10px;margin-top:0}.how .advantages>div>div .card-content>div p{font-size:16px;font-weight:400;letter-spacing:0;margin-top:0}@media only screen and (max-width:1078px){.how{padding:2rem}.how .subheader h3{font-size:42px;margin-top:0}.how .subheader h4{font-size:42px;margin-top:24px}.how .subheader p{font-size:24px}.how .subheader img{height:auto!important;object-fit:contain}.how .subheader .hero-img{display:none}.how .subheader .hero-m-imgs{display:flex;gap:20px;height:150px;margin-left:-25%;margin-top:30px}}.services{margin-bottom:50px}.services h2{text-wrap:pretty;font-size:42px;font-weight:700;letter-spacing:1px;margin:140px auto 50px;max-width:650px}.services .section-container{display:flex;gap:25px;justify-content:space-between;margin:0 auto;max-width:1200px}.services .section{background:#f6f7f9;border:1px solid #eee;border-radius:8px;box-sizing:border-box;padding:35px}.services h3{font-size:26px;font-weight:700;letter-spacing:0}.services p{font-size:16px;font-weight:300}@media only screen and (max-width:1078px){.services .section{margin:0 20px;padding:20px}.services .section,.services .section:nth-child(odd){flex-direction:column}.services h2{margin-top:100px;padding:0 20px}}.marketplace{background:#f6f7f9;border-radius:8px;margin:10px 10px 50px;padding:20px}.marketplace .header{background:linear-gradient(99deg,#ffd00000 43.7%,#ffd00000 82.26%,#ffd000 82.27%,#ffd000),#14223d}.marketplace .content{display:flex;gap:30px;padding:0}.property-card-blur{filter:blur(5px);-webkit-user-select:none;user-select:none}.marketplace .property-cards{border-width:1px;flex:4 1;max-height:800px;overflow-y:auto;overflow:auto}.marketplace .property-cards.grid{grid-gap:2rem;-webkit-box-align:stretch;display:grid;flex:none;grid-template-columns:repeat(4,minmax(0,1fr));justify-items:flex-start;max-height:none;place-items:stretch center;width:100%}.marketplace .property-card{cursor:pointer;height:100%;max-width:390px;min-height:auto;transition:all .1s ease-in;width:100%}.marketplace .map{flex:10 1;height:800px}.marketplace .map>div{border-radius:12px}.marketplace .filter-container{display:flex;margin-bottom:40px;margin-top:-29px}.marketplace .tabs-container{display:flex;flex:1 1;justify-content:center}.marketplace .tabs{background-color:#fff;border-radius:9999px;box-shadow:0 .25px 1px #0000000a,0 .6px 2.5px rgba(0,0,0,.027),0 1.15px 4.75px rgba(0,0,0,.024),0 2px 8.5px #00000005,0 3.75px 15.85px rgba(0,0,0,.016),0 9px 38px #00000003;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;justify-content:space-between;margin-left:167px;max-width:600px;padding:5px}.marketplace .tabs .tab{background:#fff;border-radius:9999px;cursor:pointer;padding:10px 30px;transition:all .3s ease}.marketplace .tabs .tab.active{background:#ffd000;font-weight:700}.marketplace .dropdown,.marketplace .tabs .tab:hover{background:#14223d;color:#fff}.marketplace .dropdown{-webkit-appearance:none;appearance:none;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGlQTFRFAAAA/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////ButdgAAACN0Uk5TAC+su5UN2f+N6qVX/O8u+/A3WPE4YP30PmE/QGL1Zv46cSODITcUAAAAhUlEQVR4nO3QMQuDQAwF4PdQBNHhECoIIv7/H+WmOAjSDiKWioUqF3PaoZvQNwW+JBeO+Br++XcmVR/5FBw4WzgKDmfN3iA4+uyyCfiQp0X+KDVkv788mcR8zA57xo33rTRsoRnZa3XjNXB5c+PXOGLk09vT2ar61IKtfddllGSFc9a5Li8wSBofQrHPnwAAAABJRU5ErkJggg==);background-position:100%;background-repeat:no-repeat;border:5px solid #fff;border-radius:100px;font-weight:700;margin-right:10px;padding:10px 35px 10px 20px}.marker{background-color:#14223d;border:4px solid #ffcf00;border-radius:50%;cursor:pointer;height:52px;padding:10px;transition:all .3s ease;width:52px}.property-image{height:192px;width:100%}.marker img{width:24px}.marker .text{background:#14223c;color:#fff;left:-25px;margin-top:16px;opacity:.8;padding:4px 10px;position:absolute;text-align:center;width:100px}.marker:hover{transform:scale(1.2)}.marker:hover .text{background-color:#14223d;border-color:#ffd000;color:#fff}.custom-marker{display:inline-block;position:relative;text-align:center}.ellipse{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%)}.ellipse-1{height:80px;width:80px;z-index:0}.ellipse-2{height:115px;width:115px;z-index:0}.ellipse-3{height:140px;width:140px;z-index:0}.marker-icon{height:35px;isolation:isolate;width:32px;z-index:20}.marker-label{background:#14223d;border-radius:7px;color:#fff;color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:14px;font-style:normal;font-weight:700;left:50%;letter-spacing:-.28px;line-height:normal;margin-top:8px;padding:12px 14px;position:absolute;text-align:center;top:85px;transform:translateX(-50%);white-space:nowrap}.custom-marker:hover .marker-label{background-color:#ffd000;color:#14223d}@media screen and (max-width:1500px){.marketplace .property-cards.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:1280px){.marketplace .property-cards.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:1078px){.marketplace .property-cards{grid-gap:2rem;-webkit-box-align:stretch;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-items:flex-start;max-height:none;place-items:stretch center}.marketplace .header{background:#14223d;border-radius:8px;padding-left:20px;padding-right:20px}.marketplace .content{flex-direction:column-reverse}.marketplace .filter-container{flex-direction:column}.marketplace .tabs{border-radius:24px;margin-bottom:10px;margin-left:0;width:97%}.marketplace .tabs .tab{padding:7px 5%}.marketplace .property-cards.grid{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:768px){.marketplace .property-cards{grid-gap:2rem;-webkit-box-align:stretch;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));justify-items:flex-start;max-height:none;place-items:stretch center}.marketplace .tabs{justify-content:space-evenly}}.property{max-width:1200px}.property .header{background:linear-gradient(99deg,#ffd00000 43.7%,#ffd00000 82.26%,#ffd000 82.27%,#ffd000),#14223d;border-top-left-radius:8px;border-top-right-radius:8px;margin-bottom:-10px;padding-bottom:80px;padding-left:20px;padding-top:20px}.property .header h2{color:#fff;font-size:50px;text-align:center}.property .header .attributes{color:#a0a0a0;margin:10px auto 0}.property .details{background-color:#fff;box-shadow:0 5px 25px #0000001a;padding:20px 30px}.property-cards{margin-bottom:20px}.property-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #5e64731a;color:#5e6473;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:400;letter-spacing:.002em;margin-bottom:15px;overflow:hidden;position:relative;text-decoration:none}.property-tag-left{align-items:center;background-color:#40404066;border:1px solid #000;border-radius:9999px;color:#d9d9d9;display:flex;font-size:.875rem;font-weight:700;gap:.25rem;left:10px;padding:.25rem .75rem;position:absolute;top:10px}.property-tag-left.green{background-color:#05a77988;border:1px solid #015b41;color:#000}.property-tag-left .dot{background-color:#d9d9d9;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.property-tag-left.green .dot{background-color:#034230}.property-tag-right{align-items:center;background-color:#e2e8f0;border:1px solid #253256;border-radius:9999px;color:#000;display:flex;font-size:.875rem;font-weight:700;gap:.25rem;padding:.25rem .75rem;position:absolute;right:10px;top:10px}.property-tag-right .dot{background-color:#253256;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.property-card.selected{border:2px solid #14223d}.property-card .property-image{max-height:200px;object-fit:cover;width:100%}.property-card .property-attributes{display:flex;flex-direction:row;justify-content:space-between;padding:15px 20px;width:100%}.property-card .property-funded-days{background-color:#ffd000;color:#000;font-size:small;justify-content:center;padding:10px 20px}.property-card .property-funded-days,.property-content .property-content-funded-days{align-items:center;align-self:flex-start;display:flex;flex-direction:row;font-weight:700;width:100%}.property-content .property-content-funded-days{border-bottom:1px solid #f4f4f4;border-top:1px solid #f4f4f4;color:#3d8505;font-size:"13px";justify-content:left;padding:10px 0}.property-card .property-attributes>div{align-items:center}.property-card .property-attributes>.property-area{display:flex;flex-direction:row;gap:10px}.property-card .property-attributes>.property-area .property-area-separator{border-left:1px solid #0000001a;height:15px}.property-card .property-attributes>.property-area-value{font-weight:500}.progress-text-container{display:flex;justify-content:space-between;width:100%}.property-progress{max-width:170px}.property-progress,.property-progress-wrapper{display:flex;flex-direction:column;justify-content:space-between;position:relative;width:100%}.property-progress-wrapper{max-width:200px}.funded-tag{font-size:14px}.property-progress-container{background-color:#eee;border-radius:8px;height:7px;overflow:hidden;position:relative;width:100%}.property-progress-bar{background:#ffd000;border-radius:8px;height:100%}.property-progress-text{font-size:14px;font-weight:700;margin-left:10px}.property-card .property-content{padding:0 20px 20px}.property-card .property-title{color:#14223d;font-size:20px;font-weight:700;line-height:24px;margin-bottom:10px}.property-card .property-description{color:#14223d;letter-spacing:.005em;line-height:150%;margin-bottom:1rem;margin-top:1rem;max-height:63px;overflow:hidden}.property-card .property-price{align-items:center;display:flex;flex-direction:row;gap:10px}.property-card .property-content .property-price>div{margin:20px 0}.property-card .property-content .property-price-esitmated>div,.property-card .property-content .property-price>div{align-items:center;background:#fff;border:1px solid #eceff5;border-radius:100px;box-sizing:border-box;color:#14223d;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:7px;justify-content:center;line-height:16px;padding:10px 15px;text-align:center}.property-card .property-content .property-price-esitmated>div{margin:10px 0}.property-card .property-price-esitmated{align-items:center;display:flex;flex-direction:row;gap:10px}.property-price-circle-yellow{background:#ffd000;border-radius:50%;height:12px;width:12px}.property-price-circle-blue{background:#14223d;border-radius:50%;height:12px;width:12px}.property-card .property-price .property-price-circle-yellow{background:#ffd000;border-radius:50%;height:12px;width:12px}.property-card .property-price .property-price-circle-blue{background:#14223d;border-radius:50%;height:12px;width:12px}.property-card .property-financials{background:#f6f7f9;border-radius:8px;display:flex;flex-direction:column;gap:10px;justify-content:flex-end;padding:15px}.property-card .property-financials>div{display:flex;flex-direction:row;gap:10px;justify-content:space-between}.property-card .property-financials .property-financial-value{color:#14223d;font-weight:700}.property{margin:50px auto}.property h2{font-size:32px;margin-top:50px;text-align:left}.property .images{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px}.property .images img{height:auto;width:100%}.property .images .big-image{flex:1 1 50%}.property p{letter-spacing:0;line-height:2;margin:0}.property hr{background-color:#e2e8f0;border:0;height:2px;margin:1rem 0}.property .bkg-grey{background-color:#f6f7f9;padding:20px}.property .images .small-images{grid-gap:10px;display:grid;flex:1 1 50%;gap:10px;grid-template-columns:repeat(2,1fr);max-height:408px;overflow:auto}.property .docs li{background-color:#e2e8f0;border-radius:8px;font-weight:700;list-style:none;padding:10px 20px}.property .docs li:hover{background-color:#14223d;color:#fff}.property .docs li a{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:0 10px;text-decoration:none}.property .documents>div{cursor:pointer;transition:background-color .3s}.property .documents>div:hover{background-color:var(--light-grey)}.property .add-to-cart{align-self:flex-start;position:-webkit-sticky;position:sticky;top:20px}.financial-table{border-spacing:0 10px;width:100%}.financial-table td{margin-bottom:5px;margin-top:5px}.roi-label{font-weight:800}.roi-percentage{border-right:1px solid #dfdfdf;color:#047857;font-size:.875rem;font-weight:800}.roi-currency{color:#000;font-weight:700;padding-left:10px}.property-details-container{display:flex;flex-wrap:wrap;gap:1rem;margin:1rem 0}.joining-button{align-items:center;background-color:#14223d;border-radius:12px;color:#fff;display:flex;font-size:20px;font-weight:600;gap:2px;justify-content:center;outline:none;padding:16px;text-align:center;text-decoration:none}.joining-button img{height:100%;width:28px}.tab-header-row{align-items:center;display:flex;justify-content:space-between}@media (max-width:1078px){.property-progress-wrapper{max-width:100%;padding:0 10px}.property .images{flex-direction:column}.property .images .big-image,.property .images .small-images{flex:1 1 auto}.property .images .small-images{grid-template-columns:1fr}.property .docs{flex-direction:column}.property .docs li a{justify-content:flex-start}}.submit h2{font-size:42px;font-weight:700;letter-spacing:1px;margin-top:100px}.submit>p{text-wrap:pretty;font-size:16px;font-weight:400;letter-spacing:.5px;margin:20px auto 40px;max-width:770px;text-align:center}.submit form{background:#fff;border-radius:8px;box-shadow:0 5px 25px #0000001a;margin:0 auto;max-width:700px;padding:35px}.submit form h3{font-size:24px;font-weight:500;letter-spacing:0;margin-bottom:20px;text-align:center}.submit form input,.submit form select{border:1px solid #d3d9e5;border-radius:8px;box-sizing:border-box;padding:15px;width:100%}.submit form label{font-size:16px;font-weight:700;letter-spacing:0;margin-bottom:.5rem;margin-top:10px}.submit form .hint{color:#4d4d4d;font-size:.85rem;font-style:italic}.submit form .error-message,.submit form .info-message{background-color:#f9f9f9;border:1px solid #dfdfdf;border-radius:6px;margin-bottom:20px;padding:20px}.submit form .error-message{color:red}.submit form .actions{display:flex;justify-content:center;margin-top:20px}@media only screen and (max-width:1078px){.submit h2{padding:0 20px}.submit p{padding:0 30px}.submit form{margin:0 20px;max-width:none;width:100%}}.faqs,.faqs h2{margin-bottom:50px}.faqs h2{font-size:42px;letter-spacing:1px;margin-top:100px}.faqs h4{cursor:pointer;font-size:18px;letter-spacing:0;margin-top:0}.faqs p{animation:fadeInDown .5s}.faqs h4:hover{text-decoration:underline}.faqs .section{background:#f6f7f9;border:1px solid #eee;border-radius:8px;box-sizing:border-box;margin:25px auto 0;max-width:1200px;padding:25px 35px;transition:all .2s ease-out}.faqs .section.collapsed p{display:none}@media only screen and (max-width:1078px){.faqs .section{margin:10px 20px}}.static{margin-bottom:50px}.static .text-content{margin:0 auto;max-width:1200px}.static h2{margin-bottom:50px;margin-top:50px}.static li,.static p,.static table{font-weight:400}.static table{border-collapse:collapse;font-size:1rem;margin-bottom:1.5rem;margin-top:1.5rem;width:100%}.static table th{text-align:left}.static table td,.static table th{border-bottom:1px solid #e0e0e0;padding:.5rem 1rem}@media only screen and (max-width:1078px){.static{padding:20px}}.property-details .calculator{margin:0 auto;max-width:1200px}.property-details .calculator h2{margin-top:0}.property-details .calculator p{text-align:center}.property-details .calculator .calculator-content{align-items:center;display:flex;gap:5%;margin-top:0}.property-details .calculator .calculator-bkg{background:#f5ca48;height:700px;left:0;position:absolute;width:100vw;z-index:-1}.property-details .calculator .calculator{background-color:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 5px 25px #0000001a;display:flex;flex:1 1;flex-direction:column;padding:20px}.property-details .calculator .calculator>h3{font-size:20px;font-weight:700;margin-bottom:50px;margin-top:0}.property-details .calculator .calculator-text h2{font-size:24px;margin-top:0;text-align:left}.property-details .calculator .calculator .calculator-item{display:flex;flex-direction:column}.property-details .calculator .calculator .calculator-item .calculator-item-header{display:flex;justify-content:space-between}.property-details .calculator .calculator .calculator-item h5{color:#5e6473;font-size:16px;font-weight:400;margin-top:0}.property-details .calculator .calculator .calculator-item h6{color:#5e6473;font-size:16px;font-weight:700;margin:0}.property-details .calculator .calculator .calculator-input-baseline{background:#eee;border-radius:18px;height:8px;width:100%}.property-details .calculator .calculator .calculator-input-valueline{background:#fd0;border-radius:18px;height:8px;margin-top:-8px}.property-details .calculator .calculator .calculator-input-value{align-items:center;background-color:#fff;border:6px solid #ffd000;border-radius:25px;color:#f5ca48;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:22px;justify-content:center;position:absolute;position:relative;text-align:center;top:-15px;touch-action:none;-webkit-user-select:none;user-select:none;width:22px}.property-details .calculator .calculator .calculator-input-value:active,.property-details .calculator .calculator .calculator-input-value:hover{border:2px solid #ffd000}.property-details .calculator .calculator-text{flex:1 1}.property-details .calculator .calculator-text h4{font-size:34px;font-weight:400;letter-spacing:-1px}.property-details .calculator .calculator-text p{font-size:20px;font-weight:400}.property-details .calculator .calculator .calculator-summary{background:#ffd000;border:none;border-radius:8px;padding:10px 20px;width:100%}.property-details .calculator .calculator .calculator-summary .calculator-summary-header{font-size:20px;font-weight:400;padding-right:20px}.property-details .calculator .calculator .calculator-summary .calculator-summary-value{font-size:20px;font-weight:700;text-align:right}.property-details .calculator .calculator .calculator-summary .calculator-summary-value.calculator-summary-value-total{font-weight:500}.property-details .calculator-chart{display:flex;flex-direction:column;height:415px;padding:5px}.property-details .calculator-chart>h2{color:#000;font-size:16px;font-weight:700;letter-spacing:-.14px;line-height:normal;margin-bottom:20px;margin-top:16px;padding:0 12px;text-align:center!important}.property-details .calculator-chart>h2 b{color:#c67c0f;font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.14px;line-height:normal}.property-details .calculator-chart .chart-cards{background:#14223d;background:var(--Primary-Color,#14223d);border-radius:12px;display:flex;gap:20px;height:100px;justify-content:space-between;justify-content:center;margin-bottom:20px;padding:5px 20px}.property-details .calculator-chart .chart-card{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.property-details .calculator-chart .chart-card h4{color:#a2a2a4;font-size:12px;font-style:normal;font-weight:600;letter-spacing:-.24px;line-height:normal;text-align:center}.property-details .calculator-chart .chart-card .chart-heading{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:16px;font-style:normal;font-weight:700;letter-spacing:-.32px;line-height:normal;padding-bottom:1rem;text-align:center}.property-details .calculator-chart .y-bars{display:flex;height:180px}.property-details .calculator-chart .x-axis{display:flex;font-size:12px;justify-content:space-between;margin-left:53px;margin-right:9px}.property-details .calculator-chart .bars{border-bottom:1px solid #ddd;border-left:1px solid #ddd;display:flex;gap:20px;width:100%}.property-details .calculator-chart .bar{display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.property-details .calculator-chart .y-axis{display:flex;flex-direction:column;font-size:10px;gap:10%;justify-content:space-between;margin-right:10px}.property-details .calculator-chart .bar .investment{background:#14223d}.property-details .calculator-chart .bar .rental{background:#ffd000}.property-details .calculator-chart .bar .property-value{background:#22ff7a;border-top-left-radius:8px;border-top-right-radius:8px}.tooltip{background:#14223d;border-radius:8px;box-shadow:0 5px 25px #0000001a;color:#fff;padding:20px;position:absolute}@media only screen and (max-width:1078px){.property-details .calculator-chart .chart-cards{gap:20px}.property-details .calculator-chart .chart-card{gap:10px}.property-details .calculator-chart .chart-card h4{font-size:10px}.property-details .calculator-chart .chart-card .chart-heading{font-size:12px}.property-details .calculator-chart .y-bars{width:90%}.property-details .calculator-chart .x-axis{font-size:10px;justify-content:space-between;margin:0}}@media only screen and (max-width:468px){.property-details .calculator-chart .chart-cards{gap:10px}}@media only screen and (max-width:1078px){.property-details .calculator-card{align-items:center;justify-content:center}.property-details .calculator-chart .x-axis{font-size:12px;margin:0 36px}.property-details .calculator-chart .chart-card h4{font-size:12px}.property-details .calculator-chart .chart-card .chart-heading{font-size:14px}.property-details .calculator .calculator-content{flex-direction:column-reverse;gap:40px;margin-bottom:50px;margin-top:50px;padding:0 20px}.property-details .calculator .calculator{margin-top:0;padding:30px}.property-details .calculator .calculator-text,.property-details .calculator .calculator-text h2{text-align:center!important}.property-details .calculator .calculator-text{padding-bottom:0!important;padding-top:0!important}}body{background-color:#f6f7f9}.property-details{max-width:1400px}.text-preserve-line-breaks{white-space:pre-line!important}.property-details .header{margin-top:-50px}.property-details .property-heading{color:#000;font-size:48px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:50px;text-align:center}.property-details .section-container{display:flex;flex-direction:row;gap:16px;padding:8px 2px}.property-details .small-images{display:flex;flex-direction:column;gap:16px;max-height:605px;overflow-x:auto;overflow-y:auto;scroll-behavior:smooth;width:15%}.property-details .small-image,.property-details .small-video{border-radius:8px;cursor:pointer;height:128px;object-fit:cover;width:100%}.property-details .small-video{align-items:center;background-color:#f3f4f6;display:flex;justify-content:center}.property-details .small-image.selected,.property-details .small-video.selected{border:3px solid #14223d;border:3px solid var(--Primary-Color,#14223d)}.property-details .more-images{align-items:center;background-color:#f3f4f6;border-radius:8px;color:#6b7280;display:flex;height:128px;justify-content:center}.property-details .more-images-container{position:relative}.property-details .more-images-overlay{align-items:center;background:#00000080;border-radius:8px;color:#fff;display:flex;font-size:16px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.property-details .big-image-container{position:relative;width:56%}.property-details .tokens-indicator{align-items:center;background:#e6eaf4;border:1px solid #253256;border-radius:100px;color:#14223d;color:var(--Primary-Color,#14223d);display:inline-flex;font-size:14px;font-style:normal;font-weight:600;gap:6px;justify-content:center;line-height:normal;padding:6px 10px;position:absolute;right:10px;top:20px;z-index:40}.property-details .property-price{font-size:16px;font-weight:600;letter-spacing:-.32px;margin-right:3rem}.property-details .property-price,.property-details .property-price-value{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-style:normal;line-height:normal}.property-details .property-price-value{font-size:28px;font-weight:700;letter-spacing:-.48px}.property-details .header-content{align-items:center;display:flex;justify-content:space-between}.property-details .big-image{border-radius:20px;height:605px;object-fit:cover;transition:opacity .5s ease-in-out,transform .5s ease-in-out;width:100%}.property-details .gradient-overlay{background-size:cover;background:linear-gradient(182deg,#14223d00 1.6%,#14223d00 46.26%,#14223d 98.69%);border-radius:0 0 20px 20px;bottom:0;height:100%;left:0;position:absolute;width:100%}.property-details .image-details{border-radius:8px;bottom:4%;color:#f8f8f8;left:32px;padding:10px 6px;position:absolute;width:100%;z-index:40}.property-details .separation-line{align-self:stretch;background:#b1b1b13d;border-radius:4px;height:1px}.property-details .property-title{color:#f8f8f8;font-size:26px;font-weight:700;margin-bottom:4px}.property-details .property-info{align-items:center;display:flex;font-size:16px;gap:8px;margin:2px 0 0}.property-details .sub-info{font-weight:400;margin-right:8px}.property-details .detail-cards{display:flex;flex-direction:column;gap:16px;width:29%}.property-details .card{border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:16px}.property-details .finance-card{border-radius:16px;padding:16px}.property-details .finance-table-content{align-items:flex-end;align-self:stretch;display:flex;justify-content:space-between;margin:8px 2px}.property-details .finance-table-value{color:#14223d;color:var(--Primary-Color,#14223d);font-size:14px;font-style:normal;font-weight:700;letter-spacing:.14px;line-height:normal;text-align:right}.property-details .yellow-card{background-color:#ffd000;padding:16px}.property-details .property-details-roi-card{align-items:flex-start;background:#ffd000;border-radius:16px;color:#14223d;display:flex;flex-direction:column;font-family:Arial,sans-serif;gap:10px;padding:20px;position:relative}.property-details .property-details-roi-card-blur>*{filter:blur(15px);-webkit-user-select:none;user-select:none}.property-details .property-details-roi-card .blur-content{align-items:center;color:#14223d;display:flex;filter:blur(0);flex-direction:column;justify-content:center;position:absolute;text-align:center;z-index:10}.property-details .property-details-roi-card .blur-content .blur-text{color:#14223d;font-size:16px;font-weight:600;letter-spacing:-.32px;line-height:18px}.property-details .property-details-roi-card .blur-content .lock-icon{background:#ffd00033;border:1px solid #ffd00033;border-radius:100px;height:auto;margin-bottom:10px;padding:0 10px;width:50px}.property-details .property-details-roi-card h3{color:#000;color:var(--Primary-Color,#000);font-family:Plus Jakarta Sans;font-size:18px;font-style:normal;font-weight:700;letter-spacing:.14px;line-height:normal}.property-details .property-details-roi-card p{color:#000;font-family:Plus Jakarta Sans;font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.14px;line-height:22px;max-height:4.2em;overflow-y:auto;white-space:normal}.property-details .property-details-roi-card .funded-container,.property-details .property-details-roi-card .roi-container{align-items:center;background:#ffeb94;border:1px solid #14223d;border:1px solid var(--Primary-Color,#14223d);border-radius:12px;display:flex;justify-content:space-between;padding:12px 16px;width:100%}.property-details .property-details-roi-card .funded-content,.property-details .property-details-roi-card .roi-content{align-items:center;display:flex;gap:8px}.property-details .property-details-roi-card .funded-content span,.property-details .property-details-roi-card .funded-days,.property-details .property-details-roi-card .roi-content span,.property-details .property-details-roi-card .roi-percentage{color:#14223d;color:var(--Primary-Color,#14223d);font-family:Plus Jakarta Sans;font-size:14px;font-style:normal;font-weight:700;letter-spacing:.12px;line-height:normal;text-align:right}.property-details .calculator-card{align-items:center;background:#fff;border:1px solid #ececec;border-radius:16px;display:flex;justify-content:center;padding:0 10px;width:100%}.property-details .calculator-card-title{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:18px;font-style:normal;font-weight:700;letter-spacing:.18px;line-height:normal;margin-top:15px}.property-details .calculator-card-content{display:flex;flex-direction:column;gap:8px;margin-top:10px}.property-details .calculator-card-content-row{align-items:flex-end;align-self:stretch;display:flex;justify-content:space-between}.property-details .calculator-card-content-row-value{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:13px;font-style:normal;font-weight:700;letter-spacing:.13px;line-height:normal}.property-details .investment-calculations{align-items:flex-start;align-self:stretch;background:#29364e;border-radius:12px;display:flex;flex-direction:column;gap:15px;padding:16px}.property-details .projected-investment{align-items:center;align-self:stretch;background:#ffd000;background:var(--Brand-Color,#ffd000);border-radius:12px;display:flex;justify-content:center;padding:11px 12px}.property-details .projected-investment-content{align-items:center;display:flex;justify-content:space-between}.property-details .projected-investment-key{font-size:14px;font-weight:700;letter-spacing:.14px;width:75%}.property-details .projected-investment-key,.property-details .projected-investment-value{color:#14223d;color:var(--Primary-Color,#14223d);font-family:Plus Jakarta Sans;font-style:normal;line-height:normal}.property-details .projected-investment-value{font-size:13px;font-weight:800;letter-spacing:.13px}.property-details .investment-calculations-heading{align-self:stretch;color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-family:Plus Jakarta Sans;font-size:12px;font-style:normal;font-weight:700;letter-spacing:.12px;line-height:normal}.property-details .investment-content-row{align-items:center;align-self:stretch;display:flex;justify-content:space-between}.property-details .investment-content-row-key{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:14px;font-style:normal;font-weight:700;letter-spacing:.14px;line-height:normal;text-align:right}.property-details .investment-content-row-value{color:#d6d6d6;font-size:13px;font-style:normal;font-weight:600;letter-spacing:.13px;line-height:normal;text-align:right}.property-details .card-title-container{align-items:center;background:#ffffff40;border:1px solid #14223d;border-radius:24px;display:flex;justify-content:center;padding:8px}.property-details .card-title{color:#14223d;font-size:14px;font-weight:700;letter-spacing:.12px;line-height:normal;text-transform:capitalize}.property-details .card-content{margin-top:8px}.property-details .bold{font-weight:700}.property-details .progress-bar{background-color:#e5e7eb;border-radius:9999px;height:10px;margin:16px 0}.property-details .progress{background-color:#3b82f6;border-radius:9999px;height:10px;width:80%}.property-details .investment-return{font-size:18px;font-weight:700;margin-top:16px}.property-details .highlight{color:#3b82f6}.property-details .details{background-color:#fff;box-shadow:0 5px 25px #0000001a;padding:20px 30px}.property-details-cards{margin-bottom:20px}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.property-details .pulse-loader{animation:pulse 1.5s ease-in-out infinite;background-color:#e0e0e0;border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.property-details .property-info-wrapper{align-items:center;display:flex;justify-content:space-between;width:100%}.property-details-card{background:#fff;border-radius:8px;box-shadow:0 4px 10px #5e64731a;color:#5e6473;cursor:pointer;display:flex;flex-direction:column;font-size:14px;font-weight:400;justify-content:flex-end;letter-spacing:.002em;margin-bottom:15px;overflow:hidden;position:relative;text-decoration:none}.property-details-tag-left{align-items:center;background-color:#fcd34d66;border:1px solid #fcd34d;border-radius:9999px;color:#000;display:flex;font-size:.875rem;font-weight:700;gap:.25rem;left:10px;padding:.25rem .75rem;position:absolute;top:10px}.property-details-tag-left .dot{background-color:#fcd34d;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.property-details-tag-right{align-items:center;background-color:#e2e8f0;border:1px solid #253256;border-radius:9999px;color:#000;display:flex;font-size:.875rem;font-weight:700;gap:.25rem;padding:.25rem .75rem;position:absolute;right:10px;top:10px}.property-details-tag-right .dot{background-color:#253256;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.property-details-card.selected{border:2px solid #14223d}.property-details-card .property-details-image{max-height:200px;object-fit:cover;width:100%}.property-details-card .property-details-attributes{display:flex;flex-direction:row;justify-content:space-between;padding:15px 20px;width:100%}.property-details-card .property-details-attributes>div{align-items:center}.property-details-card .property-details-attributes>.property-details-area{display:flex;flex-direction:row;gap:10px}.property-details-card .property-details-attributes>.property-details-area .property-details-area-separator{border-left:1px solid #0000001a;height:15px}.property-details-progress{display:flex;flex-direction:column;max-width:170px;position:relative;width:100%}.funded-tag{align-self:flex-start;color:#000;font-weight:700}.progress-container{align-items:center;display:flex;width:100%}.property-details-progress-container{background-color:#eee;border-radius:8px;height:7px;overflow:hidden;position:relative;width:100%}.property-details-progress-bar{background:#ffd000;border-radius:8px;height:100%}.property-details-progress-text{font-weight:700;margin-left:10px}.property-details-card .property-details-content{padding:0 20px 20px}.property-details-card .property-details-title{color:#14223d;font-size:20px;font-weight:700;line-height:24px;margin-bottom:10px}.property-details-card .property-details-description{color:#14223d;letter-spacing:.005em;line-height:150%;margin-bottom:1rem;margin-top:1rem;max-height:63px;overflow:hidden}.property-details-card .property-details-price{align-items:center;display:flex;flex-direction:row;gap:10px}.property-details-card .property-details-content .property-details-price>div{margin:20px 0}.property-details-card .property-details-content .property-details-price-esitmated>div,.property-details-card .property-details-content .property-details-price>div{align-items:center;background:#fff;border:1px solid #eceff5;border-radius:100px;box-sizing:border-box;color:#14223d;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:7px;justify-content:center;line-height:16px;padding:10px 15px;text-align:center}.property-details-card .property-details-content .property-details-price-esitmated>div{margin:10px 0}.property-details-card .property-details-price-esitmated{align-items:center;display:flex;flex-direction:row;gap:10px}.property-details-price-circle-yellow{background:#ffd000;border-radius:50%;height:12px;width:12px}.property-details-price-circle-blue{background:#14223d;border-radius:50%;height:12px;width:12px}.property-details-card .property-details-price .property-details-price-circle-yellow{background:#ffd000;border-radius:50%;height:12px;width:12px}.property-details-card .property-details-price .property-details-price-circle-blue{background:#14223d;border-radius:50%;height:12px;width:12px}.property-details-card .property-details-financials{background:#f6f7f9;border-radius:8px;display:flex;flex-direction:column;gap:10px;justify-content:flex-end;padding:15px}.property-details-card .property-details-financials>div{display:flex;flex-direction:row;gap:10px;justify-content:space-between}.property-details-card .property-details-financials .property-details-financial-value{color:#14223d;font-weight:700}.property-details{margin:50px auto}.card{background-color:var(--white);border:1.5px solid #e2e8f0;border-radius:8px;box-shadow:0 .25px 1px 0 #0000000a,0 .6px 2.5px 0 #00000007,0 1.15px 4.75px 0 #00000006,0 2px 8.5px 0 #00000005,0 3.75px 15.85px 0 #00000004,0 9px 38px 0 #00000003;padding:1.5rem 2rem}.property-details h2{font-size:32px;margin-top:50px;text-align:left}.property-details .images{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px}.property-details .images img{height:auto;width:100%}.property-details .video-container{background-color:#000;border-radius:20px;height:605px;overflow:hidden;width:100%;z-index:9999}.property-details .big-video{border-radius:20px;height:100%;object-fit:contain;width:100%}.property-details .images .big-image{flex:1 1 50%}.property-details p{letter-spacing:0;line-height:2;margin:0 0 5px}.property-details hr{background-color:#e2e8f0;border:0;height:2px;margin:1rem 0}.property-details .bkg-grey{background-color:#f6f7f9;padding:20px}.property-details .images .small-images{grid-gap:10px;display:grid;flex:1 1 50%;gap:10px;grid-template-columns:repeat(2,1fr);max-height:408px;overflow:auto}.property-details .docs li{background-color:#e2e8f0;border-radius:8px;font-weight:700;list-style:none;padding:10px 20px}.property-details .docs li:hover{background-color:#14223d;color:#fff}.property-details .docs li a{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:0 10px;text-decoration:none}.property-details .documents>div{cursor:pointer;transition:background-color .3s}.property-details .documents>div:hover{background-color:var(--light-grey)}.property-details .add-to-cart{align-self:flex-start;position:-webkit-sticky;position:sticky;top:20px}.investment-calculator{margin-bottom:1.5rem;margin-top:2rem}.investment-calculator__title{color:#14223d;font-family:Plus Jakarta Sans,sans-serif;font-size:2rem;font-weight:700;letter-spacing:normal;line-height:normal;margin-bottom:1rem}.investment-calculator__subtitle{color:#2d3748;font-size:1.125rem;font-weight:300;margin-bottom:.5rem;margin-top:1.5rem;text-align:center}.investment-calculator__return{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.investment-calculator__details{border:1px solid #e2e8f0;border-radius:.375rem;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.investment-calculator__detail{display:flex;flex-direction:column;gap:.5rem}.investment-calculator__label{color:#2d3748;font-size:.875rem;font-weight:300}.investment-calculator__value{color:#14223d;font-family:Plus Jakarta Sans,sans-serif;font-weight:700;letter-spacing:normal;line-height:normal}.investment-calculator__sliders{display:flex;flex-direction:column;gap:1rem}.investment-calculator__slider{margin-bottom:1.5rem}.investment-calculator__slider-label{display:flex;justify-content:space-between;margin-bottom:1.5rem}.investment-calculator__disclaimer{background-color:#f6f7f9;border-radius:.375rem;padding:1.5rem;text-align:center}.investment-calculator__disclaimer-text{font-size:.75rem;font-weight:300}.roi-label{color:#1e1e1e;font-size:.875rem;font-weight:700}.roi-value{align-items:center;display:flex;gap:.25rem}.funded-days,.roi-percentage{color:#047857;font-size:.875rem;font-weight:800;padding-right:10px;text-align:right}.property-details-details-container{display:flex;gap:1rem;margin:1rem 0}.price-info{background-color:#fcd34d66;border:1px solid #fcd34d;border-radius:9999px;color:#000;font-size:.875rem;font-weight:700;padding:.25rem .75rem}.price-info-text{align-items:center;display:flex}.price-dot{background-color:#fcd34d;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.rental-info{background-color:#e2e8f0;border:1px solid #253256;border-radius:9999px;color:#000;font-size:.875rem;font-weight:700;padding:.25rem .75rem}.rental-info-text{align-items:center;display:flex}.rental-dot{background-color:#253256;border-radius:9999px;height:.5rem;margin-right:.25rem;width:.5rem}.map>div{border-radius:20px}.property-details .big-image .fade-out{opacity:0}.property-details .big-image .fade-in{opacity:1}.property-details .image-navigation{align-items:center;display:flex;gap:10px;justify-content:space-between;position:absolute;top:50%;width:100%}.property-details .nav-arrow{align-items:center;cursor:pointer;display:flex;justify-content:center;transition:background-color .3s}.property-details .fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:1080px){.property-details .gradient-overlay{bottom:4%}.property-details .image-details{bottom:9%;left:0}.property-details .property-info-wrapper{align-items:start;flex-direction:column;justify-content:flex-start;padding-left:2rem}.property-details .property-price{margin:0}.property-details .header-content{flex-direction:column;justify-content:center}.property-details .property-heading{font-size:40px}}@media (max-width:1078px){.property-details .gradient-overlay{bottom:0}.property-details .image-details{bottom:4%}.property-details .property-heading{font-size:38px;margin-bottom:30px}.property-details{padding:5%}.property-details .header{margin-top:-70px}.property-details .images{flex-direction:column}.property-details .property-price-value{font-size:20px}.property-details .images .big-image,.property-details .images .small-images{flex:1 1 auto}.property-details .images .small-images{grid-template-columns:1fr}.property-details .docs{flex-direction:column}.property-details .docs li a{justify-content:flex-start}.property-details .small-images{display:none}.property-details .section-container{flex-direction:column}.property-details .big-image-container,.property-details .detail-cards{width:100%}.financials-grid{flex-direction:column;gap:5px!important}.property-details .vertical-line{height:1px!important}.tab-buttons{overflow-x:auto;padding:0!important;width:100%!important}}@media (max-width:420px){.property-details .property-heading{font-size:28px}.property-details .big-image{height:430px}.tab-header-row .joining-button{display:none}}.property-details ::-webkit-scrollbar{width:12px}.property-details ::-webkit-scrollbar-thumb{background-color:#ffd000;border:3px solid #f6f7f9;border-radius:6px}.property-details ::-webkit-scrollbar-thumb:hover{background-color:#e2af17}.property-details ::-webkit-scrollbar-track{background-color:#f3f4f6;border-radius:6px}.property-details{scrollbar-color:#ffd000 #f3f4f6;scrollbar-width:thin}.tab-container{margin:0 auto;width:100%}.tab-buttons{background-color:#f3f1f1;border-radius:12px;display:flex;gap:20px;justify-content:space-between;margin-top:20px;padding:12px 32px;width:45%}.tab-button{background:none;border:none;border-radius:12px;color:#818181;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:10px 24px;transition:color .2s,background-color .2s}.tab-button:hover{background-color:#cdcdd1;border-radius:12px;color:#000}.tab-button.active{background-color:#ffd000;border-radius:8px;color:#000;font-weight:700}.tab-content h3{color:#111827;font-size:24px;font-weight:700;margin-bottom:16px}.tab-content p{color:#4b5563;font-size:16px;line-height:1.5}.tab-details{background:#f0f4ff;border-radius:16px;margin-top:24px;padding:20px 40px}.tab-details-title{color:#000;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal}.tab-details-text{font-size:14px;font-style:normal;font-weight:400;letter-spacing:-.36px;line-height:32px;max-height:auto;padding-top:20px;position:relative;transition:all .3s ease;white-space:pre-line}.read-more-toggle{align-items:center;color:#111827;cursor:pointer;display:flex;font-weight:700;justify-content:center;margin-top:8px}.tab-details-text{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tab-details-text.collapsed{max-height:200px}.tab-details-text.expanded{max-height:-webkit-max-content;max-height:max-content}.read-more-toggle img{margin-right:8px;transition:transform .3s ease}.read-more-toggle span{font-size:16px}.financials-container{background-color:#1a2b46;border-radius:20px;color:#f8f8f8;margin-top:20px;padding:16px 24px}.financials-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.financials-title{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-family:Plus Jakarta Sans;font-size:22px;font-style:normal;font-weight:700;letter-spacing:-.48px;line-height:normal}.financials-estimation{align-items:center;background:#ffd0001f;border:1px solid #ffd000;border:1px solid var(--Brand-Color,#ffd000);border-radius:100px;color:#ffd000;color:var(--Brand-Color,#ffd000);display:flex;font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.32px;line-height:normal;padding:8px 16px}.financials-estimation .dot{background-color:#ffd000;border-radius:50%;height:8px;margin-right:8px;width:8px}.financials-grid{display:flex;gap:32px;justify-content:space-between}.financials-section{flex:1 1;padding:0 20px}.financials-subtitle{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:16px;font-style:normal;font-weight:600;letter-spacing:-.36px;line-height:normal;margin-bottom:1rem;opacity:.6;padding:6px 0}.financials-item{display:flex;justify-content:space-between;margin:10px 0 20px}.financials-item,.financials-value{color:#f8f8f8;color:var(--Secondary-Color,#f8f8f8);font-size:16px;font-style:normal;font-weight:500;letter-spacing:-.36px;line-height:normal}.financials-value{font-family:Plus Jakarta Sans;opacity:.7;text-align:right}.financials-item-bold{font-weight:600}.financials-divider{border:none;border-top:1px solid #3b4a67;margin:16px 0}.property-details .vertical-line{border-left:1px solid #b1b1b13d;height:240px;transform:translateX(-50%)}.documents-container{margin-top:20px}.documents-title{font-size:20px;font-weight:700;margin-bottom:20px}.documents-list{display:flex;flex-wrap:wrap;gap:16px;list-style-type:none;padding:0}.document-item-container{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.document-item{align-items:center;background-color:#fff;border-radius:12px;box-shadow:0 4px 10px #5e64731a;display:flex;padding:16px;position:relative;width:300px}.document-gradient{background:radial-gradient(50% 50% at 50% 50%,#fef5f5 0,#fddcdc 100%);border-radius:12px;bottom:0;filter:blur(50px);left:0;position:absolute;right:0;top:0;z-index:-1}.document-link{align-items:start;color:inherit;display:flex;flex-direction:column;justify-content:space-between;position:relative;text-decoration:none;width:100%}.document-icon{height:40px;margin-right:16px;width:40px}.document-info{display:flex;flex-direction:column;flex-grow:1}.document-name{color:#14223d;font-size:16px;font-weight:600;margin:4px 0;overflow:hidden;padding-top:4px;text-overflow:ellipsis;white-space:nowrap}.document-size{color:#6b7280;font-size:14px}.download-icon{height:24px;margin-left:16px;width:24px}.property-description p{line-height:1.6;margin-bottom:1.5rem}.property-description h1,.property-description h2{margin-bottom:1.5rem;margin-top:2rem}.rotate-180{transform:rotate(180deg)}@media (max-width:768px){.hidden-mobile-skeleton{display:none}.big-image-skeleton,.detail-cards-skeleton{width:100%!important}}.property-card-wrapper{display:flex;flex-direction:column;width:390px}.blur{filter:blur(5px);pointer-events:none}.property-comingsoon{color:#d1b020;font-family:Plus Jakarta Sans;font-size:16px;font-style:normal;font-weight:700;padding-bottom:16px;padding-top:16px}.prelaunch-header{align-items:center;background-color:#14223d;border-radius:16px 16px 0 0;display:flex;flex-direction:column;gap:0;justify-content:center;padding:8px 0}.prelaunch-header .prelaunch-text{color:#f8f8f8;font-size:12px;font-weight:600;letter-spacing:-.24px;line-height:14px;text-align:center}.prelaunch-header .countdown{align-items:center;color:#f8f8f8;display:flex;justify-content:center;text-align:center}.prelaunch-header .countdown .countdown-div{align-items:flex-end;display:flex;justify-content:center;margin:0 8px}.prelaunch-header .countdown .countdown-number{font-size:22px;font-weight:700;letter-spacing:-.44px;line-height:28px}.prelaunch-header .countdown .countdown-label{font-size:12px;font-weight:500;letter-spacing:-.24px;line-height:22px}.prelaunch-container{align-items:center;background-color:#14223d;border-bottom:.1px solid #ffffff1a;display:flex;flex-wrap:wrap;justify-content:space-between;padding:10px 64px}.prelaunch-left{flex:1 1;flex-direction:column;gap:20px}.prelaunch-left,.prelaunch-left-content{align-items:flex-start;display:flex;justify-content:center}.prelaunch-left-content{flex-direction:column}.prelaunch-left-content h3{color:#f8f8f8;font-size:18px;font-weight:600;letter-spacing:-.36px}.prelaunch-left-content h4{color:#f8f8f8;font-size:16px;font-weight:400!important;letter-spacing:-.32px;margin:0!important}.prelaunch-left-button{color:#ffd000;cursor:pointer;font-size:20px;font-weight:600!important;letter-spacing:-.6px;-webkit-text-decoration-line:underline;text-decoration-line:underline}.prelaunch-right{align-items:center;color:#f8f8f8;display:flex;flex:1 1;gap:20px;justify-content:center}.date-item-container{align-items:flex-end;display:flex;justify-content:center;padding-right:20px}.date-item-container .date-item{font-size:36px;font-weight:700;letter-spacing:-.72px}.date-item-container .date-sub-item{font-size:16px;font-weight:500;letter-spacing:-.32px}@media (max-width:768px){.prelaunch-container{flex-direction:column;padding:10px 20px}.prelaunch-left{gap:15px}.prelaunch-left,.prelaunch-left-content{align-items:center}.prelaunch-left-content h3{font-size:16px}.prelaunch-left-content h4{font-size:14px}.prelaunch-left-button{font-size:18px}.prelaunch-right{gap:15px}.date-item-container,.prelaunch-right{align-items:center;flex-direction:column}.date-item-container{padding-right:0}.date-item-container .date-item{font-size:28px}.date-item-container .date-sub-item{font-size:14px}}@media (max-width:480px){.prelaunch-left-content h3{font-size:14px}.prelaunch-left-content h4{font-size:12px}.prelaunch-left-button{font-size:16px}.date-item-container .date-item{font-size:24px}.date-item-container .date-sub-item{font-size:12px}}.waitlist-popup-container{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.waitlist-popup{background-color:#fff;border-radius:12px;box-shadow:0 4px 50px 0 #00000040;max-width:600px;padding:48px 32px;width:100%}.popup-header{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:16px;text-align:center}.waitlist-popup .main-text{color:#14223d;font-size:24px;font-weight:700;letter-spacing:-.72px;margin:0!important}.close-button{align-items:center;background-color:#23222214;border:none;border-radius:100%;color:#14223d;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0 8px!important;width:32px}.close-button:hover{background-color:red;color:#fff}.waitlist-popup .secondary-text{background-color:#f8f8f8;border:1px solid #f0f0f0;border-radius:8px;color:#6e7b94;font-family:Plus Jakarta Sans;font-size:16px;font-weight:600;letter-spacing:-.48px;line-height:26px;padding:16px}.token-input-container{margin:4px 0}.token-text{color:#14223d;font-size:14px;font-weight:500;margin-bottom:12px;text-align:left}.token-selection{align-items:flex-start;display:flex;justify-content:space-between}.token-info{display:flex;flex-direction:column;gap:0}.token-label{font-size:24px;letter-spacing:-.72px}.token-label,.token-minimum{color:#14223d;font-weight:700}.token-minimum{font-size:16px;letter-spacing:-.48px}.token-value{color:#6e7b94;font-size:14px;font-weight:600;letter-spacing:-.42px;margin:0!important}.token-selection .token-control{align-items:center;border-radius:6px;display:flex;justify-content:center}.token-control .control-button{align-items:center;align-self:center;background-color:initial;border:none;color:#28303f;cursor:pointer;display:flex;font-size:32px;justify-content:center}.control-button:disabled{color:#d1d5db;cursor:not-allowed}.token-count{background:#e7e9ec;border-radius:8px;color:#14223d;font-family:Plus Jakarta Sans;font-size:24px;font-weight:600;letter-spacing:-.72px;padding:4px 16px}.input-fields{margin-bottom:24px;margin-top:12px}.input-group{margin-bottom:16px;text-align:left}.input-group label{color:#14223d;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.input-field{border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-size:14px;padding:10px 12px;width:100%}.input-field::placeholder{color:#9ca3af}.confirm-button-container{display:flex;justify-content:flex-end;width:100%}.confirm-button{background-color:#14223d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:background-color .2s}.confirm-button:hover{background-color:#1e3258}.message-box{border-radius:5px;font-size:14px;font-weight:700;margin:10px 0;padding:10px;text-align:center}.message-box.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.message-box.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.maintenance-modal-bg{background-color:#fff4e4;z-index:999}.maintenance-modal-header{display:flex;justify-content:flex-start}.maintenance-icon-wrapper{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:50%;display:flex;height:3rem;justify-content:center;margin-right:14px;padding:.7rem;width:3rem}.maintenance-icon{height:100%;width:100%}.maintenance-modal-title{color:#14223d;font-size:1.125rem;font-weight:700;letter-spacing:-.36px;line-height:1.5}.maintenance-divider{border-bottom:1px solid #dfdeee;margin-bottom:1.5rem;margin-top:1.5rem}.maintenance-modal-content{color:#768195;font-size:1rem;font-weight:600;letter-spacing:-.36px;line-height:1.75rem}.maintenance-highlight{color:#14223d}.maintenance-modal-button{background-color:#14223d;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;letter-spacing:normal;margin-top:.5rem;padding:.75rem 3rem;transition:background-color .2s;width:100%}.maintenance-modal-button:hover{background-color:#172645}.modal-backdrop{background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:101}.modal{border-radius:8px;box-shadow:0 2px 10px #0003;left:50%;max-height:90vh;max-width:520px;overflow-y:auto;padding:30px;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:102}.modal-header{display:flex}.modal-title{font-weight:600;margin:0}.modal-close{border-radius:4px;cursor:pointer;padding:5px 10px;transition:background-color .3s}.modal-close:hover{border:1px solid #eaeaea}.modal-content{max-height:calc(90vh - 60px);overflow-y:auto}
/*# sourceMappingURL=main.7f710585.css.map*/