/*!
 * 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:calc(1 * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:calc(1 * 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:calc(1s * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:calc(1s * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:calc(1s * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:calc(1s * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:calc(1s / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:calc(1s * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:calc(1s * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:calc(1s * 3);animation-duration:calc(var(--animate-duration) * 3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!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%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}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-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@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-name:heartBeat;animation-duration:calc(1s * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.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:calc(1s * .75);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:calc(1s * .75);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}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.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%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:calc(1s * .75);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%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:calc(1s * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:calc(1s * 2);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%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.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{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,textarea,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;font-family:Poppins,sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}a{color:inherit}img{vertical-align:bottom}img.project_card{width:100%;height:auto;border-radius:10px}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input[type=password]::-ms-clear,input[type=password]::-ms-reveal,input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}textarea:focus{outline:0}#simple-tabpanel-all>div{padding:0}.css-10klw3m{height:auto}a{white-space:nowrap;text-decoration:none;color:#212121}button{text-transform:none;box-shadow:none;padding:0}button.outline{border:1px solid #eee}button.contain{color:#fff}p,span{line-height:1.2}body{font-family:Poppins,sans-serif}body::-webkit-scrollbar{width:9px}body::-webkit-scrollbar-thumb{height:30%;background:#bdbdbd;border-radius:10px}body::-webkit-scrollbar-track{background:#eee}body .MuiPopover-paper{box-shadow:none}hr{border-width:0 0 thin;border-color:#eee;margin:auto}#pc-wrap{width:100%;height:100%}#pc-wrap .container{position:relative;width:1300px;margin:0 auto;display:flex}.property-big-card-box{position:relative;margin-right:8px;margin-left:8px;margin-bottom:35px;width:410px;height:455px;display:flex;flex-direction:column}.property-big-card-box .card-img{position:relative;width:100%;height:264px;background-size:cover;border-radius:12px 12px 0 0;cursor:pointer}.property-big-card-box .card-img div.status{position:absolute;padding:6px 34px;left:20px;top:20px;display:flex;align-items:center;border-radius:6px;background:#eb6753}.property-big-card-box .card-img div.status img{width:14px;height:14px}.property-big-card-box .card-img div.status span{margin-left:5px;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase}.property-big-card-box .card-img div.price{position:absolute;padding:8px 12px;left:20px;bottom:20px;border-radius:6px;background:#fff;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}.property-big-card-box .info{padding:20px 22px 17px;display:flex;flex-direction:column;box-sizing:border-box;border-radius:0 0 12px 12px;border:1px solid #ddd;border-top:none;background:#fff}.property-big-card-box .info .title{color:#181a20;font-size:15px;font-weight:600;text-transform:capitalize;cursor:pointer}.property-big-card-box .info .desc,.property-big-card-box .info .title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-style:normal;line-height:normal}.property-big-card-box .info .desc{margin-top:5px;color:#717171;font-size:13px;font-weight:400}.property-big-card-box .info .options{margin-top:15px;display:flex;flex-direction:row;justify-content:space-between}.property-big-card-box .info .options div{display:flex;flex-direction:row}.property-big-card-box .info .options div img{margin-right:5px;width:17px;height:17px}.property-big-card-box .info .options div span{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.property-big-card-box .info .bott,.property-big-card-box .info .bott div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.property-big-card-box .info .bott div{width:65px}.property-big-card-box .info .bott p{color:#181a20;font-size:13px}.property-big-card-box .info .bott p,.property-big-card-box .info .bott span{font-family:Poppins,sans-serif;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.property-big-card-box .info .bott span{margin-left:6px;color:hsla(0,0%,56%,.54);font-size:15px}.property-big-card-box .info .bott button{margin-left:15px;width:16px;height:16px;box-sizing:border-box}.property-big-card-box .info .bott .buttons-box{width:auto;height:auto;display:flex;flex-direction:row;gap:7px}.agent-general-card{position:relative;margin-right:27px;margin-bottom:34px;display:flex;flex-direction:column}.agent-general-card .agent-img{border-radius:12px;width:233px;height:273px;background-size:100% 100%;background-repeat:no-repeat;cursor:pointer}.agent-general-card .agent-img div{position:absolute;padding:12px;top:12px;left:12px;border-radius:6px;background:#eb6753;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.agent-general-card .agent-desc{margin-top:23px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.agent-general-card .agent-desc .agent-info{display:flex;flex-direction:column}.agent-general-card .agent-desc .agent-info strong{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.agent-general-card .agent-desc .agent-info span{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}.agent-general-card .agent-desc .buttons{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.agent-general-card .agent-desc .buttons svg{width:24px;height:24px;cursor:pointer}.agent-general-card .agent-desc .buttons .view-cnt{font-size:13px}.community-general-card-config{position:relative;height:auto;gap:20px;border-radius:12px;cursor:pointer}.community-general-card-config .image-box{width:100%;height:283px}.community-general-card-config .image-box .card-img{width:100%;height:100%;border-radius:12px}.community-general-card-config .desc-box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:80px}.community-general-card-config .desc-box .title{color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.community-general-card-config .desc-box .desc{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:26px;text-transform:capitalize}.community-general-card-config .desc-box .buttons{width:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px}.community-general-card-config .desc-box .buttons .MuiButtonBase-root,.community-general-card-config .desc-box .buttons .MuiButtonBase-root:hover{background:transparent!important}.community-general-card-config .desc-box .buttons .community-like-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:10px;background:transparent!important}.community-general-card-config .desc-box .buttons .community-like-btn svg{width:22px;height:22px;color:rgba(24,26,32,.55)}.community-general-card-config .desc-box .buttons .community-like-btn.liked svg{color:#ef4444}.community-general-card-config .desc-box .buttons .community-like-btn .community-like-count{font-size:13px;color:#717171;font-family:Poppins,sans-serif;font-weight:400;line-height:normal}.community-general-card-config .desc-box .buttons svg{width:24px;height:24px;cursor:pointer}.community-general-card-config .desc-box .buttons .view-cnt{font-size:13px}.community-general-card-config .date-box{position:absolute;width:70px;height:69.014px;align-items:center;justify-content:center;top:235px;right:20px;border-radius:12px;background:#fff;box-shadow:0 6px 15px 0 rgba(64,79,104,.05)}.community-general-card-config .date-box .month{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.community-general-card-config .date-box .day{color:#181a20;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .home-page{position:relative;width:100%;height:auto}#pc-wrap .home-page .navbar{position:-webkit-sticky;position:sticky;top:0;z-index:999}#pc-wrap .home-page .navbar .navbar-main.glass{background:rgba(12,16,34,.72);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.08);box-shadow:0 20px 60px rgba(0,0,0,.25)}#pc-wrap .home-page .navbar .top-container{padding:10px 0 4px;display:flex;justify-content:space-between;align-items:center}#pc-wrap .home-page .navbar .top-container .call-info-box{gap:8px}#pc-wrap .home-page .navbar .top-container .call-info-box .email-info-box,#pc-wrap .home-page .navbar .top-container .call-info-box .phone-number-box{padding:6px 10px;border-radius:12px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08);color:#e5e7eb;font-size:13px;font-weight:600}#pc-wrap .home-page .navbar .top-container .call-info-box .email-info-box img,#pc-wrap .home-page .navbar .top-container .call-info-box .phone-number-box img{filter:brightness(10)}#pc-wrap .home-page .navbar .top-container .carento-brand-box{padding:8px 14px;border-radius:14px;background:linear-gradient(120deg,rgba(99,102,241,.12),rgba(14,165,233,.12));border:1px solid hsla(0,0%,100%,.1);color:#f8fafc;font-weight:700;letter-spacing:.4px}#pc-wrap .home-page .navbar .top-container .lang-currency-box{gap:10px}#pc-wrap .home-page .navbar .top-container .lang-currency-box .btn-currency,#pc-wrap .home-page .navbar .top-container .lang-currency-box .btn-lang{background:hsla(0,0%,100%,.08);border-radius:12px;padding:4px 8px;color:#f8fafc}#pc-wrap .home-page .navbar .top-container .lang-currency-box .notification-icon{transition:transform .3s ease}#pc-wrap .home-page .navbar .top-container .lang-currency-box .notification-icon:hover{transform:scale(1.08)}#pc-wrap .home-page .navbar .container.visible{margin-top:10px;padding:12px 0;border-radius:18px;background:linear-gradient(120deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 16px 50px rgba(0,0,0,.25)}#pc-wrap .home-page .navbar .logo-box .logo-text{color:#f8fafc;font-weight:800;letter-spacing:.6px}#pc-wrap .home-page .navbar .router-box{gap:16px}#pc-wrap .home-page .navbar .router-box a div{padding:10px 14px;border-radius:12px;color:#e5e7eb;font-weight:700;transition:all .25s ease}#pc-wrap .home-page .navbar .router-box a div:hover{background:hsla(0,0%,100%,.08);transform:translateY(-2px)}#pc-wrap .home-page .navbar .user-box{gap:14px}#pc-wrap .home-page .navbar .user-box .join-box{padding:9px 14px;border-radius:12px;border:1px solid hsla(0,0%,100%,.12);color:#f8fafc;background:hsla(0,0%,100%,.06);transition:all .25s ease}#pc-wrap .home-page .navbar .user-box .join-box:hover{background:hsla(0,0%,100%,.12);transform:translateY(-2px)}#pc-wrap .home-page .navbar .user-box .login-user img{border:2px solid hsla(0,0%,100%,.2);box-shadow:0 10px 30px rgba(0,0,0,.25)}#pc-wrap .home-page .info-box{width:100%;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .home-page .info-box .left{display:flex;flex-direction:column}#pc-wrap .home-page .info-box .left span{color:#181a20;font-family:Poppins,sans-serif;font-size:34px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.646px;text-transform:capitalize}#pc-wrap .home-page .info-box .left span.white{color:#fff}#pc-wrap .home-page .info-box .left p{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .home-page .info-box .left p.white{color:#fff}#pc-wrap .home-page .info-box .right{display:flex;flex-direction:row;align-items:flex-end}#pc-wrap .home-page .info-box .right .pagination-box{display:flex;flex-direction:row;align-items:center}#pc-wrap .home-page .info-box .right .pagination-box .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#000}#pc-wrap .home-page .info-box .right .pagination-box .swiper-trend-next{margin-left:20px;cursor:pointer}#pc-wrap .home-page .info-box .right .pagination-box .swiper-trend-prev{margin-right:20px;cursor:pointer}#pc-wrap .home-page .info-box .right .pagination-box .swiper-top-next{margin-left:20px;cursor:pointer}#pc-wrap .home-page .info-box .right .pagination-box .swiper-top-prev{margin-right:20px;cursor:pointer}#pc-wrap .home-page .info-box .right .more-box{display:flex;flex-direction:row;cursor:pointer;align-items:center}#pc-wrap .home-page .info-box .right .more-box span{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}#pc-wrap .home-page .info-box .right .more-box img{margin-left:10px;width:16px;height:16px}#pc-wrap .home-page .info-box .right .btn-box{display:flex;flex-direction:row}#pc-wrap .home-page .info-box .right .btn-box button{border-radius:6px;background:hsla(0,0%,100%,.07);color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:28px;text-transform:capitalize}#pc-wrap .home-page .info-box .right .btn-box button:first-child{margin-right:20px}#pc-wrap .home-page .info-box .right .btn-box button.active{border:1px solid #181a20;background:#fff;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:28px}#pc-wrap .home-page .choose-by-type{padding:86px 0 78px;width:100%;display:flex;background:#fff;--card-grad-1:linear-gradient(135deg,#f0fdf4,#e0f7ec);--card-grad-2:linear-gradient(135deg,#ecf5ff,#dceafb);--card-grad-3:linear-gradient(135deg,#fef6e4,#fce9c5);--card-grad-4:linear-gradient(135deg,#f3f4ff,#e8e9ff);--card-grad-5:linear-gradient(135deg,#fff5f5,#ffe2e2);--card-grad-6:linear-gradient(135deg,#f3f8ff,#e2f0ff);--card-grad-7:linear-gradient(135deg,#f4f1ff,#e7e2ff);--card-grad-8:linear-gradient(135deg,#f1fff9,#e3f9f0)}#pc-wrap .home-page .choose-by-type .container{flex-direction:column;gap:26px}#pc-wrap .home-page .choose-by-type .info{display:flex;align-items:center;justify-content:space-between;gap:14px}#pc-wrap .home-page .choose-by-type .info .heading{display:flex;flex-direction:column;gap:6px}#pc-wrap .home-page .choose-by-type .info .heading h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:34px;font-weight:800;letter-spacing:-.6px}#pc-wrap .home-page .choose-by-type .info .heading p{margin:0;color:#5f6067;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:24px}#pc-wrap .home-page .choose-by-type .info .view-more{padding:12px 18px;border-radius:12px;background:linear-gradient(135deg,#3cf083,#22c55e);box-shadow:0 12px 30px rgba(34,197,94,.25);color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:800;text-transform:none}#pc-wrap .home-page .choose-by-type .info .view-more:hover{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 14px 32px rgba(34,197,94,.28)}#pc-wrap .home-page .choose-by-type .info .view-more svg{font-size:18px}#pc-wrap .home-page .choose-by-type .grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));grid-gap:16px;gap:16px}#pc-wrap .home-page .choose-by-type .type-card{border-radius:18px;border:1px solid #e6e7eb;background:#fff;box-shadow:0 12px 28px rgba(17,24,39,.08);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}#pc-wrap .home-page .choose-by-type .type-card .thumb{width:100%;height:150px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-start;justify-content:flex-end;padding:12px}#pc-wrap .home-page .choose-by-type .type-card .thumb .thumb-badge{padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);color:#111827;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#pc-wrap .home-page .choose-by-type .type-card .card-body{display:flex;flex-direction:column;gap:12px;padding:14px 16px 16px}#pc-wrap .home-page .choose-by-type .type-card .card-body .title{color:#111827;font-family:Poppins,sans-serif;font-size:17px;font-weight:800;letter-spacing:-.2px}#pc-wrap .home-page .choose-by-type .type-card .card-body .card-footer{display:flex;align-items:center;justify-content:space-between}#pc-wrap .home-page .choose-by-type .type-card .card-body .card-footer .count-pill{padding:7px 12px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#pc-wrap .home-page .choose-by-type .type-card .card-body .card-footer .arrow-btn{width:34px;height:34px;border-radius:50%;border:1px solid #e6e7eb;background:#fff;color:#0f172a;transition:background .2s ease,border-color .2s ease,transform .2s ease}#pc-wrap .home-page .choose-by-type .type-card:hover{transform:translateY(-6px);border-color:#cde9d8;box-shadow:0 16px 36px rgba(17,24,39,.12)}#pc-wrap .home-page .choose-by-type .type-card:hover .arrow-btn{background:#22c55e;border-color:#22c55e;color:#0f172a;transform:translateX(2px)}#pc-wrap .home-page .info-rent{padding:82px 0 76px;width:100%;display:flex;background:#f3f6fa}#pc-wrap .home-page .info-rent .container{flex-direction:row;align-items:center;justify-content:space-between;gap:48px}#pc-wrap .home-page .info-rent .visual{position:relative;flex:1 1 46%;min-width:460px;display:flex;align-items:center;justify-content:center}#pc-wrap .home-page .info-rent .visual .visual-glow{position:absolute;inset:-24px -28px -28px -32px;border-radius:24px;background:radial-gradient(circle at 30% 30%,rgba(34,197,94,.12),rgba(34,197,94,0));filter:blur(10px)}#pc-wrap .home-page .info-rent .visual .visual-card{position:relative;width:100%;max-width:580px;height:380px;border-radius:18px;background:linear-gradient(135deg,#cfd3d8,#d8dbde);box-shadow:0 24px 52px rgba(17,24,39,.14);display:flex;align-items:center;justify-content:center;overflow:hidden}#pc-wrap .home-page .info-rent .visual .visual-card .info-video{width:100%;height:100%;object-fit:cover;border-radius:18px}#pc-wrap .home-page .info-rent .visual .play-btn{position:absolute;width:82px;height:82px;min-width:82px;border-radius:50%;background:linear-gradient(135deg,#3cf083,#22c55e);box-shadow:0 16px 30px rgba(34,197,94,.25);color:#0f172a}#pc-wrap .home-page .info-rent .visual .play-btn:hover{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 18px 34px rgba(34,197,94,.3)}#pc-wrap .home-page .info-rent .content{flex:1 1 50%;display:flex;flex-direction:column;gap:16px}#pc-wrap .home-page .info-rent .content .badge{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#fff;box-shadow:0 12px 24px rgba(17,24,39,.08);color:#111827;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#pc-wrap .home-page .info-rent .content h3{margin:0;color:#1f2937;font-family:Poppins,sans-serif;font-size:32px;font-weight:800;line-height:1.3;letter-spacing:-.4px}#pc-wrap .home-page .info-rent .content p{margin:0;color:#6b7280;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:24px;max-width:520px}#pc-wrap .home-page .info-rent .content .checks{margin-top:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px 24px;gap:12px 24px}#pc-wrap .home-page .info-rent .content .checks .check-item{display:inline-flex;align-items:center;gap:10px;color:#1f2937;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .home-page .info-rent .content .checks .check-item svg{color:#22c55e}#pc-wrap .home-page .car-brands{width:100%;padding:78px 0 70px;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8fbff,#f6f7fb 50%,#f8fbff)}#pc-wrap .home-page .car-brands:before{top:-140px;right:-120px;width:320px;height:320px;background:radial-gradient(closest-side,rgba(34,197,94,.08),rgba(34,197,94,0))}#pc-wrap .home-page .car-brands:after,#pc-wrap .home-page .car-brands:before{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}#pc-wrap .home-page .car-brands:after{bottom:-120px;left:-160px;width:300px;height:300px;background:radial-gradient(closest-side,rgba(24,26,32,.05),rgba(24,26,32,0))}#pc-wrap .home-page .car-brands .container{flex-direction:column;gap:24px;position:relative;z-index:1}#pc-wrap .home-page .car-brands .container .info-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}#pc-wrap .home-page .car-brands .container .info-row .info-left{display:flex;flex-direction:column;gap:10px;max-width:520px}#pc-wrap .home-page .car-brands .container .info-row .info-left .eyebrow-row{display:inline-flex;align-items:center;gap:10px}#pc-wrap .home-page .car-brands .container .info-row .info-left .eyebrow-row .spark-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 0 0 6px rgba(34,197,94,.08)}#pc-wrap .home-page .car-brands .container .info-row .info-left .eyebrow-row .spark-dot.muted{opacity:.35;box-shadow:0 0 0 5px rgba(34,197,94,.05)}#pc-wrap .home-page .car-brands .container .info-row .info-left .eyebrow-row .eyebrow{color:#0f9f6e;font-family:Poppins,sans-serif;font-size:12px;font-weight:800;letter-spacing:.4px;text-transform:uppercase}#pc-wrap .home-page .car-brands .container .info-row .info-left h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:34px;font-weight:700;letter-spacing:-.6px}#pc-wrap .home-page .car-brands .container .info-row .info-left h3 .gradient-text{background:linear-gradient(120deg,#111827,#0f9f6e 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}#pc-wrap .home-page .car-brands .container .info-row .info-left p{margin:0;color:#5f6067;font-family:Poppins,sans-serif;font-size:15px;font-weight:500;line-height:24px}#pc-wrap .home-page .car-brands .container .info-row .info-left .accent-bar{margin-top:4px;width:110px;height:6px;border-radius:999px;background:linear-gradient(90deg,rgba(34,197,94,.18),rgba(34,197,94,.8))}#pc-wrap .home-page .car-brands .container .info-row .info-right{display:flex;flex-direction:column;align-items:flex-end;gap:10px;min-width:240px}#pc-wrap .home-page .car-brands .container .info-row .info-right .meta{display:flex;align-items:center;gap:10px}#pc-wrap .home-page .car-brands .container .info-row .info-right .meta .pill{padding:6px 12px;border-radius:999px;background:#e8faf1;color:#0f9f6e;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.2px}#pc-wrap .home-page .car-brands .container .info-row .info-right .meta .note{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#pc-wrap .home-page .car-brands .container .info-row .info-right .stats{display:flex;align-items:center;justify-content:flex-end;gap:12px}#pc-wrap .home-page .car-brands .container .info-row .info-right .stats .stat{display:flex;flex-direction:column;gap:2px;text-align:right}#pc-wrap .home-page .car-brands .container .info-row .info-right .stats .stat .stat-number{color:#111827;font-family:Poppins,sans-serif;font-size:18px;font-weight:800;letter-spacing:-.2px}#pc-wrap .home-page .car-brands .container .info-row .info-right .stats .stat .stat-label{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#pc-wrap .home-page .car-brands .container .info-row .info-right .stats .stat-divider{width:1px;height:32px;background:linear-gradient(180deg,rgba(17,24,39,0),rgba(17,24,39,.16),rgba(17,24,39,0))}#pc-wrap .home-page .car-brands .container .brand-grid{width:100%;display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));grid-auto-rows:124px;grid-gap:12px;gap:12px;position:relative;overflow:visible}#pc-wrap .home-page .car-brands .container .brand-grid:before{content:"";position:absolute;inset:35% 0 auto 0;height:18px;background:linear-gradient(90deg,rgba(34,197,94,.08),rgba(34,197,94,0),rgba(34,197,94,.08));filter:blur(22px);border-radius:999px;pointer-events:none}#pc-wrap .home-page .car-brands .container .brand-grid:after{content:"";position:absolute;inset:auto 0 32% 0;height:18px;background:linear-gradient(90deg,rgba(17,24,39,.06),rgba(17,24,39,0),rgba(17,24,39,.06));filter:blur(20px);border-radius:999px;pointer-events:none}#pc-wrap .home-page .car-brands .container .brand-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:18px;background:#fff;position:relative;overflow:hidden;border:1px solid #e6e7eb;box-shadow:0 16px 36px rgba(17,24,39,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transform-origin:center}#pc-wrap .home-page .car-brands .container .brand-card:nth-child(2n){transform:translateY(4px)}#pc-wrap .home-page .car-brands .container .brand-card:nth-child(3n){transform:translateY(-4px)}#pc-wrap .home-page .car-brands .container .brand-card:nth-child(4n){transform:translateY(6px)}#pc-wrap .home-page .car-brands .container .brand-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 20%,rgba(34,197,94,.08),transparent 40%),radial-gradient(circle at 80% 80%,rgba(34,197,94,.06),transparent 45%);opacity:0;transition:opacity .22s ease;pointer-events:none}#pc-wrap .home-page .car-brands .container .brand-card img{max-width:72%;max-height:58px;object-fit:contain;transition:transform .22s ease}#pc-wrap .home-page .car-brands .container .brand-card .brand-name{margin-top:8px;color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.08px}#pc-wrap .home-page .car-brands .container .brand-card .ring{position:absolute;width:78%;height:78%;border-radius:22px;border:1px solid rgba(34,197,94,.22);box-shadow:inset 0 0 0 1px rgba(17,24,39,.06),0 14px 24px rgba(34,197,94,.12);opacity:.8;pointer-events:none}#pc-wrap .home-page .car-brands .container .brand-card:hover{transform:translateY(-5px);border-color:#cde9d8;box-shadow:0 20px 44px rgba(17,24,39,.12)}#pc-wrap .home-page .car-brands .container .brand-card:hover:before{opacity:1}#pc-wrap .home-page .car-brands .container .brand-card:hover img{transform:scale(1.04)}#pc-wrap .home-page .trend-properties{padding:96px 0 86px;width:100%;height:auto;display:flex;flex-direction:row;background:#f7f8fb}#pc-wrap .home-page .trend-properties .container{flex-direction:column}#pc-wrap .home-page .trend-properties .container .info-box{align-items:flex-start}#pc-wrap .home-page .trend-properties .container .info-box .left span{letter-spacing:-.4px}#pc-wrap .home-page .trend-properties .container .info-box .left p{margin-top:8px;color:#5f6067;font-size:15px;line-height:24px}#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box{padding:8px 12px;border-radius:12px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 20px rgba(0,0,0,.05)}#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-next,#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-prev{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f3f4f6;color:#222;transition:background .2s ease,color .2s ease,transform .2s ease}#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-next:hover,#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-prev:hover{background:#10b981;color:#fff;transform:translateY(-2px)}#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-prev{margin-right:12px}#pc-wrap .home-page .trend-properties .container .info-box .right .pagination-box .swiper-trend-next{margin-left:12px}#pc-wrap .home-page .trend-properties .container .card-box{position:relative;margin-top:46px;display:flex;flex-direction:row}#pc-wrap .home-page .trend-properties .container .card-box .empty-list{width:100%;height:280px;display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px dashed #d1d5db;background:#fff}#pc-wrap .home-page .trend-properties .container .card-box .trend-property-swiper{width:100%;height:auto;display:flex;flex-direction:row;padding:4px 6px 14px}#pc-wrap .home-page .trend-properties .container .card-box .trend-property-swiper .trend-property-slide{width:360px;height:auto;display:flex;margin:6px 6px 10px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card{width:100%;max-width:360px;display:flex;flex-direction:column;border-radius:16px;background:#fff;border:1px solid #e6e7eb;box-shadow:0 15px 35px rgba(19,25,38,.08);overflow:hidden;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(19,25,38,.12)}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image{position:relative;width:100%;height:195px;border-radius:16px 16px 0 0;background-size:cover;background-repeat:no-repeat;background-position:50%;overflow:hidden}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-bar{position:absolute;left:14px;right:14px;bottom:12px;height:36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:3;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:hsla(0,0%,100%,.92);text-shadow:0 2px 12px rgba(0,0,0,.55)}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-left{display:inline-flex;align-items:center;gap:8px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 6px;border-radius:8px;background:transparent!important}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn:hover{background:transparent!important}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn.liked svg{color:#ef4444;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-icon{font-size:22px;color:inherit;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-count{font-size:16px;font-weight:500;color:inherit}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image .placeholder{color:#7b7d86;font-family:Poppins,sans-serif;font-size:14px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image .trend-stats-bar{color:rgba(0,0,0,.55);text-shadow:none}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body{position:relative;padding:18px 18px 16px;display:flex;flex-direction:column;gap:8px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill{position:absolute;top:7px;left:247px;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(16,185,129,.18);color:#0f9f6e;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill .reviews{color:#6b7280;font-weight:500}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill svg{width:18px;height:18px;color:#0f9f6e}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:1.4;text-transform:none}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-brand-year{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-brand-year span{text-transform:capitalize}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-location{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.1px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-location svg{color:#9ca3af}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs{margin-top:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs .spec-item{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.08px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs .spec-item svg{color:#a0a0aa}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box{display:flex;flex-direction:column;line-height:1.2}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box span{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box strong{margin-top:2px;color:#111827;font-family:Poppins,sans-serif;font-size:17px;font-weight:800;letter-spacing:-.2px}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .book-btn{padding:10px 16px;border-radius:30px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 24px rgba(34,197,94,.28);color:#fff;border:none;min-width:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-transform:none}#pc-wrap .home-page .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .book-btn:hover{background:linear-gradient(135deg,#16a34a,#15803d);box-shadow:0 12px 28px rgba(21,128,61,.3)}#pc-wrap .home-page .popular-properties{padding:50px 0;width:100%;display:flex;flex-direction:row;background:linear-gradient(135deg,#070b12,#111827 45%,#0b0f16)}#pc-wrap .home-page .popular-properties .container{flex-direction:column;width:100%;gap:28px}#pc-wrap .home-page .popular-properties .container .info-box{width:100%;padding-left:20px;padding-right:20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;color:#f8fafc}#pc-wrap .home-page .popular-properties .container .info-box .left{display:flex;flex-direction:column;gap:10px}#pc-wrap .home-page .popular-properties .container .info-box .left span{color:#fff;font-family:Poppins,sans-serif;font-size:48px;font-weight:700;letter-spacing:-.3px}#pc-wrap .home-page .popular-properties .container .info-box .left p{color:rgba(248,250,252,.74);font-size:16px}#pc-wrap .home-page .popular-properties .container .info-box .left .metrics{margin-top:10px;display:flex;flex-direction:row;gap:28px}#pc-wrap .home-page .popular-properties .container .info-box .left .metrics div{display:flex;flex-direction:column;gap:3px}#pc-wrap .home-page .popular-properties .container .info-box .left .metrics div strong{font-size:26px;color:#fff}#pc-wrap .home-page .popular-properties .container .info-box .left .metrics div span{font-size:13px;color:rgba(248,250,252,.6)}#pc-wrap .home-page .popular-properties .container .info-box .right{display:flex;flex-direction:column;align-items:flex-end;gap:18px}#pc-wrap .home-page .popular-properties .container .info-box .right .ghost-link{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;border-radius:999px;border:1px solid rgba(248,250,252,.18);color:#f8fafc;font-size:13px;text-transform:uppercase;letter-spacing:.4px}#pc-wrap .home-page .popular-properties .container .info-box .right .pagination-box.desktop-only{margin-right:30px;display:flex;align-items:center;gap:15px;color:#f8fafc}#pc-wrap .home-page .popular-properties .container .info-box .right .pagination-box.desktop-only .swiper-popular-next,#pc-wrap .home-page .popular-properties .container .info-box .right .pagination-box.desktop-only .swiper-popular-prev{cursor:pointer}#pc-wrap .home-page .popular-properties .container .card-box{width:100%}#pc-wrap .home-page .popular-properties .container .card-box .popular-property-swiper{width:100%;padding:8px 6px 34px}#pc-wrap .home-page .popular-properties .container .card-box .popular-car-slide{width:auto}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box{position:relative;width:360px;height:440px;display:flex;flex-direction:column;border-radius:28px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);box-shadow:0 25px 50px rgba(0,0,0,.45);transition:transform .35s ease,box-shadow .35s ease;cursor:pointer}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.55)}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img{position:relative;width:calc(100% - 36px);height:220px;margin:18px 18px 0;border-radius:24px;background-size:cover;background-position:50%;overflow:hidden}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img.no-image{background:linear-gradient(120deg,#2c2f3b,#1a1d27)}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.9))}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .tag-pill{position:absolute;top:16px;left:16px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:rgba(34,197,94,.15);color:#4ade80;font-size:12px;font-weight:600;z-index:1}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .price{position:absolute;bottom:16px;left:16px;display:flex;flex-direction:column;color:#fff;z-index:1}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .price span{font-size:12px;text-transform:uppercase;letter-spacing:.6px}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .price strong{font-size:24px;font-weight:700}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-bar{position:absolute;right:16px;bottom:18px;display:flex;align-items:center;gap:16px;z-index:1;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:hsla(0,0%,100%,.92);text-shadow:0 2px 12px rgba(0,0,0,.55)}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-left{display:inline-flex;align-items:center;gap:8px}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 6px;border-radius:10px;background:transparent!important}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn:hover{background:transparent!important}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn.liked svg{color:#ef4444;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-icon{font-size:22px;color:inherit;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-count{font-size:16px;font-weight:600;color:inherit}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info{flex:1 1;display:flex;flex-direction:column;padding:18px 24px 22px;color:#e5e7eb}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .title-block{display:flex;flex-direction:column;gap:6px}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .title-block .title{font-size:20px;font-weight:700}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .title-block .desc{font-size:14px;color:rgba(229,231,235,.72)}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .options{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .options .option-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.05);font-size:13px;font-weight:500;color:#f3f4f6}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .bott{margin-top:20px;display:flex;align-items:center;justify-content:space-between}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .bott .stat{display:flex;flex-direction:column;gap:4px}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .bott .stat span{font-size:11px;text-transform:uppercase;color:rgba(229,231,235,.6)}#pc-wrap .home-page .popular-properties .container .card-box .popular-card-box .info .bott .stat strong{font-size:18px;color:#fff}#pc-wrap .home-page .popular-properties .container .card-box .empty-list{width:100%;min-height:200px;display:flex;align-items:center;justify-content:center;color:rgba(248,250,252,.8);font-size:16px;border:1px dashed rgba(248,250,252,.2);border-radius:16px}#pc-wrap .home-page .popular-properties .container .pagination-box.mobile-only{display:none;align-items:center;justify-content:center;gap:18px;color:#f8fafc}#pc-wrap .home-page .popular-properties .container .pagination-box.mobile-only .swiper-popular-next,#pc-wrap .home-page .popular-properties .container .pagination-box.mobile-only .swiper-popular-prev{cursor:pointer}#pc-wrap .home-page .video-frame{width:100%;height:678px;background:#000;transform:perspective(0);box-shadow:-3px 0 20px 14px rgba(52,52,52,.502)}#pc-wrap .home-page .top-properties{padding:108px 0 76px;width:100%;height:697px;display:flex;flex-direction:row}#pc-wrap .home-page .top-properties .container{flex-direction:column}#pc-wrap .home-page .top-properties .container .card-box{position:relative;margin-top:64px;display:flex;flex-direction:row}#pc-wrap .home-page .top-properties .container .card-box .top-property-swiper{width:100%;height:400px;display:flex;flex-direction:row}#pc-wrap .home-page .top-properties .container .card-box .top-property-swiper .top-property-slide{width:auto;height:auto;display:flex;margin:10px 0 0 10px}#pc-wrap .home-page .top-properties .container .card-box .top-card-box{position:relative;width:300px;height:375px;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}#pc-wrap .home-page .top-properties .container .card-box .top-card-box:hover{opacity:1;transform:translateY(-8px);box-shadow:0 26px 56px rgba(0,0,0,.45)}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .card-img{position:relative;width:100%;height:203px;background-size:cover;border-radius:12px 12px 0 0;cursor:pointer}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .card-img div{position:absolute;padding:8px 12px;left:12px;bottom:12px;border-radius:6px;background:#fff;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info{padding:20px 22px 17px;display:flex;flex-direction:column;box-sizing:border-box;border-radius:0 0 12px 12px;border:1px solid rgba(248,250,252,.12);border-top:none;background:rgba(8,10,18,.92);box-shadow:0 18px 40px rgba(0,0,0,.6);color:#e5e7eb}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .title{overflow:hidden;color:#fff;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;cursor:pointer}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .desc{margin-top:5px;overflow:hidden;color:rgba(229,231,235,.78);font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .options{margin-top:15px;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .options div{display:flex;flex-direction:row}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .options div img{margin-right:5px;width:17px;height:17px;filter:brightness(0) invert(1);opacity:.9}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .options div span{color:#f3f4f6;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott p{color:rgba(229,231,235,.78);font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott button{margin-left:7px;width:16px;height:16px;box-sizing:border-box}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott .view-like-box{display:flex;flex-direction:row;gap:7px;align-items:center}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott .view-like-box .MuiIconButton-root{width:32px;height:32px;color:rgba(229,231,235,.78);background:transparent!important}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott .view-like-box .MuiIconButton-root:hover{background:transparent!important}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott .view-like-box .MuiSvgIcon-root{font-size:22px}#pc-wrap .home-page .top-properties .container .card-box .top-card-box .info .bott .view-like-box .view-cnt{color:rgba(229,231,235,.6);font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-overflow:ellipsis}#pc-wrap .home-page .top-properties.top-cars-section{position:relative;padding:118px 0 110px;width:100%;height:auto;background:linear-gradient(135deg,#070b12,#111827 45%,#0b0f16);overflow:hidden}#pc-wrap .home-page .top-properties.top-cars-section .container{position:relative;flex-direction:column;gap:28px;z-index:1}#pc-wrap .home-page .top-properties.top-cars-section .top-hero{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,4fr);align-items:stretch;grid-gap:28px;gap:28px;padding:28px 30px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);border-radius:26px;box-shadow:0 25px 50px rgba(0,0,0,.45)}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__copy{display:flex;flex-direction:column;gap:14px;color:#f8fafc}#pc-wrap .home-page .top-properties.top-cars-section .eyebrow-pill{align-self:flex-start;padding:8px 14px;border-radius:999px;background:rgba(34,197,94,.15);color:#4ade80;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.6px;text-transform:uppercase}#pc-wrap .home-page .top-properties.top-cars-section .hero-title{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.6px;line-height:1.2}#pc-wrap .home-page .top-properties.top-cars-section .hero-desc{margin:0;max-width:720px;color:rgba(248,250,252,.74);font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.7}#pc-wrap .home-page .top-properties.top-cars-section .hero-meta{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:13px}#pc-wrap .home-page .top-properties.top-cars-section .hero-meta .pulse{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.6);animation:pulse 1.6s infinite}#pc-wrap .home-page .top-properties.top-cars-section .cta-row{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:4px}#pc-wrap .home-page .top-properties.top-cars-section .cta-row button{border:none;border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;padding:12px 18px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}#pc-wrap .home-page .top-properties.top-cars-section .cta-row button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(99,102,241,.25)}#pc-wrap .home-page .top-properties.top-cars-section .cta-row .primary-cta{background:linear-gradient(135deg,#3cf083,#22c55e);color:#0f172a;box-shadow:0 12px 30px rgba(34,197,94,.25)}#pc-wrap .home-page .top-properties.top-cars-section .cta-row .primary-cta:hover{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 14px 32px rgba(34,197,94,.28)}#pc-wrap .home-page .top-properties.top-cars-section .cta-row .ghost-cta{background:transparent;color:#f8fafc;border:1px solid rgba(248,250,252,.18)}#pc-wrap .home-page .top-properties.top-cars-section .stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-top:6px}#pc-wrap .home-page .top-properties.top-cars-section .stat-card{padding:14px 16px;border-radius:14px;background:hsla(0,0%,100%,.05);border:1px solid rgba(248,250,252,.08);box-shadow:0 15px 30px rgba(0,0,0,.35)}#pc-wrap .home-page .top-properties.top-cars-section .stat-card span{display:block;color:rgba(248,250,252,.6);font-family:Poppins,sans-serif;font-size:12px;letter-spacing:.4px;text-transform:uppercase}#pc-wrap .home-page .top-properties.top-cars-section .stat-card strong{display:block;margin-top:6px;color:#fff;font-family:Poppins,sans-serif;font-size:26px;font-weight:800;letter-spacing:-.3px}#pc-wrap .home-page .top-properties.top-cars-section .stat-card p{margin:6px 0 0;color:rgba(248,250,252,.6);font-family:Poppins,sans-serif;font-size:12px;line-height:1.4}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge{position:relative;display:flex;flex-direction:column;justify-content:center;gap:14px;align-items:flex-end}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .glow{position:absolute;inset:-30px -10px -30px 0;filter:blur(40px);background:radial-gradient(50% 50% at 50% 50%,rgba(168,85,247,.35),transparent 70%)}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card{position:relative;padding:22px 20px;border-radius:18px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);box-shadow:0 25px 50px rgba(0,0,0,.45);color:#e5e7eb;min-width:260px}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card p{margin:0;color:rgba(229,231,235,.72);font-family:Poppins,sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.6px}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card strong{display:block;margin:8px 0 2px;font-family:Poppins,sans-serif;font-size:38px;font-weight:800;color:#fff}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card span{color:rgba(229,231,235,.72);font-family:Poppins,sans-serif;font-size:14px}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card .badge-row{margin-top:12px;display:flex;align-items:center;gap:8px}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-card .badge-row .dot{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.4);animation:pulse 1.6s infinite}#pc-wrap .home-page .top-properties.top-cars-section .top-hero__badge .badge-chip{position:relative;padding:10px 14px;border-radius:999px;background:hsla(0,0%,100%,.05);border:1px solid rgba(248,250,252,.08);color:#f8fafc;font-family:Poppins,sans-serif;font-size:13px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}#pc-wrap .home-page .top-properties.top-cars-section .top-grid-shell{position:relative;gap:18px;padding:0}#pc-wrap .home-page .top-properties.top-cars-section .grid-shell{position:relative;padding:20px 10px;border-radius:24px;border:1px solid rgba(248,250,252,.08);background:rgba(8,10,18,.85);box-shadow:0 25px 50px rgba(0,0,0,.45)}#pc-wrap .home-page .top-properties.top-cars-section .top-grid{display:flex;flex-wrap:nowrap;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}#pc-wrap .home-page .top-properties.top-cars-section .top-grid::-webkit-scrollbar{height:6px}#pc-wrap .home-page .top-properties.top-cars-section .top-grid::-webkit-scrollbar-thumb{background:rgba(148,163,184,.6);border-radius:999px}#pc-wrap .home-page .top-properties.top-cars-section .top-grid-card{display:flex;flex:0 0 300px;scroll-snap-align:start}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box{position:relative;width:100%;min-height:390px;padding:14px;border-radius:16px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);box-shadow:0 25px 50px rgba(0,0,0,.45);transition:transform .35s ease,box-shadow .35s ease}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box:hover{transform:translateY(-10px);box-shadow:0 30px 60px rgba(0,0,0,.55)}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .card-img{width:100%;height:210px;border-radius:12px;overflow:hidden;background-size:cover;background-position:50%;box-shadow:inset 0 -40px 80px rgba(0,0,0,.35)}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .card-img div{position:absolute;left:14px;bottom:14px;padding:8px 12px;border-radius:12px;background:hsla(0,0%,100%,.95);color:#0f172a;font-family:Poppins,sans-serif;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(0,0,0,.3)}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info{border:none;background:transparent;box-shadow:none;padding:16px 6px 6px;color:#e5e7eb}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .title{color:#fff;font-size:16px;font-weight:700}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .desc{color:rgba(229,231,235,.72);font-size:13px}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .options div img{filter:brightness(0) invert(1);opacity:.9}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .options div span{color:#f3f4f6}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .bott p{color:rgba(229,231,235,.72)}#pc-wrap .home-page .top-properties.top-cars-section .top-card-box .info .bott .view-cnt{color:rgba(229,231,235,.6)}#pc-wrap .home-page .top-properties.top-cars-section .empty-top-cars{width:100%;padding:28px 22px;text-align:center;border-radius:14px;color:rgba(248,250,252,.8);border:1px dashed rgba(248,250,252,.2);background:rgba(8,10,18,.5)}#pc-wrap .home-page .top-properties.top-cars-section .showcase-head{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding:0 4px}#pc-wrap .home-page .top-properties.top-cars-section .showcase-head .breadcrumb{display:flex;flex-direction:column;gap:6px}#pc-wrap .home-page .top-properties.top-cars-section .showcase-head .breadcrumb span{color:rgba(248,250,252,.6);font-family:Poppins,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.6px}#pc-wrap .home-page .top-properties.top-cars-section .showcase-head .breadcrumb strong{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-weight:800;letter-spacing:-.3px}#pc-wrap .home-page .top-properties.top-cars-section .showcase-head .head-count{padding:8px 18px;border-radius:999px;border:1px solid rgba(248,250,252,.08);background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}#pc-wrap .home-page .top-properties.top-cars-section .grid-footer{margin-top:22px;padding:16px 24px;border-radius:18px;border:1px solid rgba(248,250,252,.08);background:rgba(8,10,18,.85);box-shadow:0 25px 50px rgba(0,0,0,.45);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}#pc-wrap .home-page .top-properties.top-cars-section .grid-footer .MuiPagination-root{display:flex;align-items:center}#pc-wrap .home-page .top-properties.top-cars-section .grid-footer .MuiPagination-root .MuiPaginationItem-root{color:#f8fafc;border-color:rgba(248,250,252,.18)}#pc-wrap .home-page .top-properties.top-cars-section .grid-footer .MuiPagination-root .MuiPaginationItem-root.Mui-selected{background:linear-gradient(135deg,#3cf083,#22c55e);color:#0f172a;border:none}#pc-wrap .home-page .top-properties.top-cars-section .grid-badges{display:flex;align-items:center;gap:12px}#pc-wrap .home-page .top-properties.top-cars-section .grid-badges .pill{padding:8px 14px;border-radius:999px;border:1px solid rgba(248,250,252,.18);background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#pc-wrap .home-page .top-properties.top-cars-section .grid-badges .pill.accent{background:rgba(34,197,94,.15);color:#4ade80;border:none}#pc-wrap .home-page .top-agents{position:relative;padding:140px 0 120px;width:100%;height:auto;display:flex;flex-direction:row;overflow:hidden;background:radial-gradient(120% 140% at 10% 10%,#f5f7ff 0,#fff 50%,#f8fbff 100%)}#pc-wrap .home-page .top-agents .halo{position:absolute;width:340px;height:340px;filter:blur(110px);border-radius:50%;background:rgba(99,102,241,.25)}#pc-wrap .home-page .top-agents .halo.halo-left{top:30px;left:0}#pc-wrap .home-page .top-agents .halo.halo-right{right:-80px;bottom:0;background:rgba(14,165,233,.25)}#pc-wrap .home-page .top-agents .container{position:relative;flex-direction:column;align-items:center}#pc-wrap .home-page .top-agents .container .info-box{align-items:center}#pc-wrap .home-page .top-agents .container .info-box .left{gap:10px}#pc-wrap .home-page .top-agents .container .info-box .left .eyebrow{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:rgba(24,26,32,.06);color:#111827;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;width:-moz-fit-content;width:fit-content}#pc-wrap .home-page .top-agents .container .info-box .left p{max-width:470px;color:#4b5563}#pc-wrap .home-page .top-agents .container .info-box .left .stats{display:flex;flex-direction:row;gap:16px;margin-top:8px}#pc-wrap .home-page .top-agents .container .info-box .left .stats .stat{display:flex;flex-direction:column;padding:10px 14px;border-radius:16px;background:#fff;box-shadow:0 12px 45px rgba(12,17,29,.07);border:1px solid rgba(17,24,39,.06)}#pc-wrap .home-page .top-agents .container .info-box .left .stats .stat strong{color:#111827;font-size:22px;font-weight:700;line-height:32px}#pc-wrap .home-page .top-agents .container .info-box .left .stats .stat small{color:#6b7280;font-size:12px;font-weight:500;line-height:18px;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .home-page .top-agents .container .info-box .right .more-box{padding:12px 16px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 10px 30px rgba(14,27,53,.08);transition:all .3s ease}#pc-wrap .home-page .top-agents .container .info-box .right .more-box span{font-weight:700;color:#111827}#pc-wrap .home-page .top-agents .container .info-box .right .more-box img{margin-left:8px}#pc-wrap .home-page .top-agents .container .info-box .right .more-box:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(14,27,53,.12)}#pc-wrap .home-page .top-agents .container .wrapper{width:100%;margin-top:64px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#pc-wrap .home-page .top-agents .container .wrapper .switch-btn{width:54px;height:54px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);box-shadow:0 12px 40px rgba(5,16,54,.12);cursor:pointer;transition:all .25s ease}#pc-wrap .home-page .top-agents .container .wrapper .switch-btn svg{width:16px;height:16px;color:#111827}#pc-wrap .home-page .top-agents .container .wrapper .switch-btn.swiper-agents-next{transform:rotate(180deg)}#pc-wrap .home-page .top-agents .container .wrapper .switch-btn:hover{transform:translateY(-2px);background:#111827}#pc-wrap .home-page .top-agents .container .wrapper .switch-btn:hover svg{color:#fff}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper{width:1174px;height:auto;display:flex;flex-direction:row;padding:26px 22px;border-radius:24px;background:linear-gradient(112deg,hsla(0,0%,100%,.86),hsla(0,0%,100%,.65));border:1px solid rgba(17,24,39,.05);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agents-swiper{width:99.7%;height:auto;display:flex;flex-direction:row;padding:6px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agents-swiper .top-agents-slide{width:25%!important;height:auto;display:flex;justify-content:center}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card{width:240px;height:100%;display:flex;flex-direction:column}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-shell{position:relative;width:100%;height:100%;padding:18px 16px 16px;display:flex;flex-direction:column;gap:14px;border-radius:22px;background:linear-gradient(180deg,#fff,#f4f6fb);box-shadow:0 20px 55px rgba(11,22,39,.08);border:1px solid rgba(17,24,39,.05);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-shell:after{content:"";position:absolute;inset:0;background:radial-gradient(90% 70% at 50% 0,rgba(99,102,241,.12),transparent);pointer-events:none}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-shell:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(11,22,39,.12);border-color:rgba(79,70,229,.12)}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:8px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .header-left{display:inline-flex;align-items:center;gap:8px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .pill{padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.06);color:#111827;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .pill.accent{background:rgba(99,102,241,.12);color:#4f46e5}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .like-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.18);color:#ef4444}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .like-pill .MuiSvgIcon-root{font-size:18px;color:#ef4444}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .like-pill span{color:#ef4444;font-size:13px;font-weight:800}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-header .like-pill.active{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.25)}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .avatar{position:relative;display:flex;justify-content:center}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .avatar .ring{position:relative;width:150px;height:150px;padding:8px;border-radius:50%;background:linear-gradient(140deg,#4f46e5,#0ea5e9);display:flex;align-items:center;justify-content:center}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .avatar .ring img{width:134px;height:134px;border-radius:50%;cursor:pointer;object-fit:cover;border:6px solid #fff;box-shadow:0 12px 36px rgba(14,27,53,.2)}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-body{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-body strong{color:#111827;text-align:center;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:24px;text-transform:capitalize;cursor:pointer}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-body span{color:#4b5563;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:22px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-body .tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-body .tags .tag{padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.06);color:#1f2937;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-footer{margin-top:auto;padding-top:14px;border-top:1px solid rgba(17,24,39,.06);display:flex;align-items:center;justify-content:space-between}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-footer .footer-item{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:15px;font-weight:700}#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-footer .footer-item .MuiSvgIcon-root,#pc-wrap .home-page .top-agents .container .wrapper .card-wrapper .top-agent-card .card-footer .footer-item svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#pc-wrap .home-page .events{position:relative;padding:120px 0;width:100%;height:auto;display:flex;flex-direction:row;background:radial-gradient(120% 160% at 10% 10%,rgba(99,102,241,.18),transparent),radial-gradient(100% 140% at 90% 20%,rgba(14,165,233,.2),transparent),#0c1022;overflow:hidden}#pc-wrap .home-page .events .glow{position:absolute;width:380px;height:380px;filter:blur(120px);border-radius:50%;background:rgba(79,70,229,.3)}#pc-wrap .home-page .events .glow.glow-left{top:-80px;left:-40px}#pc-wrap .home-page .events .glow.glow-right{bottom:-60px;right:-20px;background:rgba(14,165,233,.28)}#pc-wrap .home-page .events .container{flex-direction:column;align-items:center}#pc-wrap .home-page .events .container .info-box .right .more-box{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12)}#pc-wrap .home-page .events .container .info-box .right .more-box span{color:#fff}#pc-wrap .home-page .events .container .card-wrapper{position:relative;margin-top:48px;width:100%;height:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:26px;gap:26px}#pc-wrap .home-page .events .container .card-wrapper .event-card{position:relative;min-height:420px;border-radius:20px;cursor:pointer;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 25px 60px rgba(0,0,0,.35);overflow:hidden;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}#pc-wrap .home-page .events .container .card-wrapper .event-card:hover{transform:translateY(-8px);box-shadow:0 30px 70px rgba(0,0,0,.45);border-color:hsla(0,0%,100%,.18)}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-top{display:flex;justify-content:space-between;padding:18px;gap:10px}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-top .pill{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.08);color:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-top .pill.ghost{background:hsla(0,0%,100%,.04);color:#cbd5e1}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:10px;padding:20px 18px 18px;background:linear-gradient(180deg,rgba(12,16,34,0),rgba(12,16,34,.75))}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom strong{color:#fff;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;letter-spacing:-.3px}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom p{margin:0;color:#e5e7eb;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:22px}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom .meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom .meta .chip{padding:8px 12px;border-radius:999px;background:hsla(0,0%,100%,.08);color:#cbd5e1;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom .meta .cta{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;transition:all .25s ease}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom .meta .cta img{width:16px;height:16px}#pc-wrap .home-page .events .container .card-wrapper .event-card .card-bottom .meta .cta:hover{background:hsla(0,0%,100%,.18);transform:translateY(-1px)}#pc-wrap .home-page .user-reviews{width:100%;padding:110px 0 120px;background:#f6f7fb}#pc-wrap .home-page .user-reviews .container{flex-direction:column;gap:36px}#pc-wrap .home-page .user-reviews .reviews-header{text-align:center;gap:12px}#pc-wrap .home-page .user-reviews .reviews-header h2{margin:0;color:#0f172a;font-family:Poppins,sans-serif;font-size:36px;font-weight:800;letter-spacing:-.5px}#pc-wrap .home-page .user-reviews .reviews-header p{margin:0 auto;max-width:560px;color:#4b5563;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.6}#pc-wrap .home-page .user-reviews .reviews-grid,#pc-wrap .home-page .user-reviews .reviews-list{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}#pc-wrap .home-page .user-reviews .reviews-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}#pc-wrap .home-page .user-reviews .review-card{padding:28px 32px;border-radius:24px;border:1px solid rgba(15,23,42,.06);background:#fff;box-shadow:0 18px 36px rgba(15,23,42,.08);display:flex;flex-direction:column;gap:18px;min-height:260px}#pc-wrap .home-page .user-reviews .review-title{margin:0;color:#0f172a;font-family:Poppins,sans-serif;font-size:20px;font-weight:700}#pc-wrap .home-page .user-reviews .review-description{margin:0;color:#4b5563;font-family:Poppins,sans-serif;font-size:15px;line-height:1.6}#pc-wrap .home-page .user-reviews .review-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}#pc-wrap .home-page .user-reviews .review-actions{display:inline-flex;align-items:center;gap:14px}#pc-wrap .home-page .user-reviews .review-like-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:10px;background:transparent!important}#pc-wrap .home-page .user-reviews .review-like-btn:hover{background:transparent!important}#pc-wrap .home-page .user-reviews .review-like-btn svg{width:22px;height:22px;color:rgba(15,23,42,.55)}#pc-wrap .home-page .user-reviews .review-like-btn.liked svg{color:#ef4444}#pc-wrap .home-page .user-reviews .review-like-count{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;font-weight:700;letter-spacing:-.1px}#pc-wrap .home-page .user-reviews .reviewer{display:flex;align-items:center;gap:14px}#pc-wrap .home-page .user-reviews .reviewer .avatar{width:56px;height:56px;border-radius:50%;background:#d1d5db}#pc-wrap .home-page .user-reviews .reviewer .reviewer-meta{display:flex;flex-direction:column;gap:2px}#pc-wrap .home-page .user-reviews .reviewer .reviewer-meta strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}#pc-wrap .home-page .user-reviews .reviewer .reviewer-meta span{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#pc-wrap .home-page .user-reviews .review-rating{display:inline-flex;align-items:center;gap:6px}#pc-wrap .home-page .user-reviews .review-rating .star{width:18px;height:18px;border-radius:4px;background:#e2e8f0;display:inline-flex}#pc-wrap .home-page .user-reviews .review-rating .star.active{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 6px 12px rgba(22,163,74,.25)}#pc-wrap .home-page .user-reviews .reviews-placeholder{width:100%;padding:48px 0;border-radius:20px;border:1px dashed rgba(15,23,42,.16);text-align:center;color:#6b7280;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;background:hsla(0,0%,100%,.6)}#pc-wrap .home-page .how-works{width:100%;padding:90px 0 88px;display:flex;background:#fff}#pc-wrap .home-page .how-works .container{flex-direction:column;align-items:center;gap:40px}#pc-wrap .home-page .how-works .hw-heading{text-align:center;display:flex;flex-direction:column;gap:12px}#pc-wrap .home-page .how-works .hw-heading .eyebrow{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}#pc-wrap .home-page .how-works .hw-heading h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:32px;font-weight:800;line-height:1.35;letter-spacing:-.4px}#pc-wrap .home-page .how-works .hw-steps{width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}#pc-wrap .home-page .how-works .hw-step{padding:20px 14px 18px;border-radius:18px;border:1px solid #e6e7eb;background:#fff;box-shadow:0 12px 28px rgba(17,24,39,.06);display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#pc-wrap .home-page .how-works .hw-step .icon-wrap{width:76px;height:76px;border-radius:18px;background:#f7f8fb;display:flex;align-items:center;justify-content:center}#pc-wrap .home-page .how-works .hw-step .icon-wrap img{width:60px;height:60px;object-fit:contain}#pc-wrap .home-page .how-works .hw-step .step-title{color:#111827;font-family:Poppins,sans-serif;font-size:17px;font-weight:800;letter-spacing:-.2px}#pc-wrap .home-page .how-works .hw-step .step-desc{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:22px;max-width:220px}#pc-wrap .home-page .how-works .hw-step:hover{transform:translateY(-6px);box-shadow:0 16px 36px rgba(17,24,39,.1);border-color:#cde9d8}#pc-wrap #property-list-page{padding-bottom:40px;background:#f6f6f6}#pc-wrap #property-list-page .container .right{position:absolute;right:0;top:3%;display:flex;flex-direction:row;align-items:center;z-index:2}#pc-wrap #property-list-page .container .right button{margin-left:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:26px}#pc-wrap #property-list-page .container .right button:hover{background:none}#pc-wrap #property-list-page .container .property-page{position:relative;width:100%;flex-direction:row;gap:25px;padding-top:96px}#pc-wrap #property-list-page .container .property-page .filter-config{width:339px;height:auto}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main{width:100%;padding:30px 24px;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home{position:relative;width:100%;gap:10px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .property-location{gap:10px;height:115px;overflow:hidden;transition:1s}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .property-location:hover{height:253px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .title-main{width:100%;height:25px;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .title{width:auto;height:auto;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box{position:relative;width:100%;flex-direction:row;align-items:center}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box svg{cursor:pointer}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box .search-input{width:100%;height:53px;border-radius:8px;border:1px solid #ddd;background:#fff;outline:none;padding-left:43px;color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box img{position:absolute;width:18px;height:17px;top:18px;left:15px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box .property-checkbox{width:16px;height:15px;border-radius:12px;margin-right:10px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .input-box .property-checkbox svg{width:19px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .city-select{width:100%;height:49px;border-radius:8px;border:1px solid #ddd;background:#fff;outline:none;padding-left:15px;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3);color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .divider{position:absolute;height:48px;border-left:1px solid #ddd;right:39px;top:31px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .arrow-down{position:absolute;width:15px;height:8px;color:#ddd;right:13px;top:52px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .property-type{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:19px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .button-group{width:100%;height:43.998px;flex-direction:row}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .button-group button{width:100%;color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .square-year-input{width:100%;gap:10px;flex-direction:row;align-items:center}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .square-year-input .central-divider{width:22px;border:1px solid #000}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .square-year-input input{width:100%;height:49px;border-radius:8px;border:1px solid #ddd;background:#fff;outline:none;padding-left:15px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .square-year-input label{line-height:13px}#pc-wrap #property-list-page .container .property-page .filter-config .filter-main .find-your-home .square-year-input input::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-list-page .container .property-page .main-config{width:936px;align-items:center;gap:109px}#pc-wrap #property-list-page .container .property-page .main-config .list-config{display:flex;width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:23px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config{width:296px;height:413px;margin-bottom:7px;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top{position:relative;width:100%;height:240px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top a{height:100%}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top img{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top .top-badge{position:absolute;top:20px;left:16px;display:flex;width:80px;height:30px;justify-content:center;align-items:center;border-radius:6px;padding:6px 20px;background:#eb6753;color:#fff;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top .top-badge img{height:16px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top .price-box{position:absolute;bottom:20px;left:20px;padding:8px 15px;align-items:center;border-radius:6px;border:1px solid hsla(0,0%,100%,.5);background:#fff}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .top .price-box p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom{width:100%;height:173px;padding:20px 16px 10px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .name-address{width:100%;height:48px;gap:5px;margin-bottom:20px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .name-address .name{width:100%;height:23px;overflow:hidden}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .name-address .name p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .name-address .address{width:100%;overflow:hidden}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .name-address .address p{color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .options{flex-direction:row;width:100%;height:20px;gap:20px;margin-bottom:10px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .options .option{flex-direction:row;gap:5px;align-items:center}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .options .option p{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .divider{width:100%;height:1px;background:#ddd;margin-bottom:17px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons{flex-direction:row;width:100%;justify-content:space-between;align-items:center}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .type{flex-direction:row;align-items:center;gap:7px}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .type p{color:#181a20;font-family:Poppins,sans-serif;font-style:normal;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .type .disabled-type{color:hsla(0,0%,56%,.54);font-family:Poppins,sans-serif;font-style:normal;line-height:normal}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .buttons{flex-direction:row;width:auto;justify-content:center;align-items:center}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .buttons svg{width:24px;height:24px;cursor:pointer}#pc-wrap #property-list-page .container .property-page .main-config .list-config .card-config .bottom .type-buttons .buttons .view-cnt{font-size:13px}#pc-wrap #property-list-page .container .property-page .main-config .pagination-config{width:442px;height:86px;align-items:center;gap:20px}#pc-wrap #property-list-page .container .property-page .main-config .pagination-config .pagination-box{width:100%;align-items:center}#pc-wrap #property-list-page .container .property-page .main-config .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:275;line-height:26px}#pc-wrap #property-detail-page{position:relative;background:#fff;padding-top:87px;padding-bottom:200px}#pc-wrap #property-detail-page .property-detail-config{width:100%;height:auto;padding-top:56px;gap:30px}#pc-wrap #property-detail-page .property-detail-config .property-info-config{width:100%;height:auto;gap:30px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info{width:100%;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box{width:50%;height:auto}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .title-main{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box{width:auto;height:auto;flex-direction:row;align-items:center;gap:10px;margin-bottom:17px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box .city{color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box .divider{width:1px;height:20px;background:#ddd}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box .buy-rent-box{flex-direction:row;align-items:center;gap:7px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box .buy-rent-box .buy-rent{color:#eb6753;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .top-box .date{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .bottom-box{width:auto;height:auto;flex-direction:row;gap:15px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .bottom-box .option{width:auto;height:auto;flex-direction:row;gap:8px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .left-box .bottom-box .option p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box{width:auto;height:auto;align-items:flex-end}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box .buttons{width:auto;height:auto;flex-direction:row;align-items:center;gap:11px;margin:0 10px 27px 0}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box .buttons p{color:#181a20;text-align:right;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.52px;text-transform:capitalize}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box .buttons .button-box{flex-direction:row;gap:5px;align-items:center}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box img{width:28px;height:27px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box svg{width:28px;height:27px;cursor:pointer}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box p{color:#181a20;text-align:right;font-family:Poppins,sans-serif;font-size:26px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.52px;text-transform:capitalize}#pc-wrap #property-detail-page .property-detail-config .property-info-config .info .right-box span{color:#181a20;text-align:right;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.3px;text-transform:capitalize}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images{width:100%;height:auto;gap:10px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images .main-image{width:100%;height:600px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images .main-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images .sub-images{width:100%;height:auto;flex-direction:row;gap:10px}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images .sub-images .sub-img-box{width:120px;height:120px;cursor:pointer}#pc-wrap #property-detail-page .property-detail-config .property-info-config .images .sub-images .sub-img-box img{width:100%;height:100%;object-fit:cover;border-radius:12px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config{width:100%;height:auto;flex-direction:row;gap:22px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config{width:960px;height:auto;gap:40px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config{width:100%;height:auto;flex-direction:row;gap:47.5px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option{width:auto;height:auto;flex-direction:row;gap:17px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option .svg-box{width:56px;height:50px;align-items:center;justify-content:center;border-radius:12px;border:1px solid #ddd}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option .svg-box img{width:35px;height:auto}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option .option-includes{width:auto;height:auto}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option .option-includes .title{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .options-config .option .option-includes .option-data{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config{width:100%;height:auto;gap:50px;padding:29px 38px 50px;border-radius:12px;border:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .top{width:100%;height:auto;gap:30px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .top .title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .top .desc{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;max-height:104px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom{width:100%;height:auto;gap:30px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box{width:100%;height:auto;flex-direction:row;gap:230px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .left .info,#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .right .info{width:auto;height:auto;display:flex;flex-direction:row;gap:38px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .left .info .title,#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .right .info .title{width:121px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:35px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .left .info .data,#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .prop-desc-config .bottom .info-box .right .info .data{width:88px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:35px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .floor-plans-config{width:100%;height:auto;gap:30px;padding:30px 38px;border-radius:12px;border:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .floor-plans-config .title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .floor-plans-config .image-box{width:100%;height:510px;border:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .floor-plans-config .image-box img{width:100%;height:100%;object-fit:cover}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .address-config{width:100%;height:auto;gap:30px;padding:30px 38px;border-radius:12px;border:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .address-config .title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .address-config .map-box{width:100%;height:400px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .address-config .map-box iframe{border-radius:12px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config{width:100%;height:auto;padding:30px 38px 45px;border-radius:12px;border:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box{width:100%;height:auto;flex-direction:row;justify-content:space-between;margin-bottom:30px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box .review-cnt{width:auto;height:auto;flex-direction:row;align-items:center;gap:12px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box .review-cnt .reviews{width:153.6px;color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box .select-box{width:auto;height:auto;flex-direction:row;gap:10px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box .select-box .sort-title{color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .filter-box .select-box .select-main{width:140px;border:none;outline:none;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list{width:100%;height:auto;gap:20px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config{width:100%;height:auto;padding-bottom:10px;border-bottom:1px solid #c4c4c4}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info{width:100%;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info .img-name-box{width:30%;flex-direction:row;align-items:center;gap:20px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info .img-name-box .img-box{width:65px;height:65px;align-items:center;justify-content:center;border-radius:50%;background:#f6f6f6;border:1px solid #b9b9b9;object-fit:cover}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info .img-name-box .name{width:100%;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info .img-name-box .date{width:100%;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .review-mb-info .review-stars{padding-top:10px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .desc-box{width:100%;height:auto;margin-top:15px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .review-config .desc-box .description{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .reviews-config .review-list .pagination-box{margin-top:15px;width:100%;height:auto;display:flex;justify-content:center}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config{border-radius:12px;border:1px solid #c4c4c4;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07);padding:30px 38px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .review-title{margin-top:20px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config textarea{width:100%;height:120px;margin-top:8px;padding:20px;border-radius:8px;border:1px solid #ddd;color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .submit-btn{width:100%;display:flex;justify-content:flex-end}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .submit-btn button:disabled{background:#dfdfdf}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .submit-btn .submit-review{display:flex;width:256px;margin-top:30px;padding:16px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;border:1px solid #c4c4c4;cursor:pointer}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .left-config .leave-review-config .submit-btn .submit-review .title{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config{width:318px;height:-moz-fit-content;height:fit-content;padding:30px 25px;gap:20px;border-radius:12px;border:1px solid hsla(0,0%,77%,.79);background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box{position:relative;width:100%;gap:8px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:17px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info{width:100%;flex-direction:row;gap:18px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info img{width:95px;height:95px;border-radius:50%;object-fit:cover}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info .name-phone-listings{gap:5px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info .name-phone-listings .name{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info .name-phone-listings .phone-number{width:100%;flex-direction:row;align-items:center;gap:10px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info .name-phone-listings .phone-number .number{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .image-info .name-phone-listings .listings{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box input{width:100%;height:55px;padding:15px;border-radius:8px;border:1px solid #ddd;background:#fff;outline:none}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box input::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box input:focus{border:1px solid #000}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box textarea{width:100%;height:120px;padding:20px;border-radius:8px;border:1px solid #ddd;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box textarea::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box textarea:focus{border:1px solid #000}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .send-message{display:flex;width:100%;padding:16px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;background:#eb6753}#pc-wrap #property-detail-page .property-detail-config .property-desc-config .right-config .info-box .send-message .title{color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config{width:100%;margin-top:45px;gap:66px}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .title-pagination-box{width:100%;height:auto;flex-direction:row;justify-content:space-between;align-items:flex-end}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .title-pagination-box .title-box{width:30%}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .title-pagination-box .title-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .title-pagination-box .title-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .title-pagination-box .pagination-box{flex-direction:row;align-items:center;gap:22px}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .cards-box{width:100%;padding-bottom:10px}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .cards-box .similar-homes-swiper{width:100%}#pc-wrap #property-detail-page .property-detail-config .similar-properties-config .cards-box .similar-homes-swiper .similar-homes-slide{width:411px}#pc-wrap .car-page{position:relative;padding:147px 0 75px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center}#pc-wrap .car-page .container{display:flex;flex-direction:column;gap:18px}#pc-wrap .car-page .car-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-radius:18px;background:hsla(0,0%,100%,.82);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(17,24,39,.08)}#pc-wrap .car-page .car-topbar__title{display:flex;flex-direction:column;gap:4px}#pc-wrap .car-page .car-topbar__title strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:26px;font-weight:900;letter-spacing:-.4px}#pc-wrap .car-page .car-topbar__title span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .car-page .car-topbar__actions{display:inline-flex;align-items:center;gap:10px}#pc-wrap .car-page .car-topbar__actions button{border-radius:14px;padding:10px 14px;background:#fff;border:1px solid rgba(17,24,39,.12);color:#0f172a;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .car-page .car-topbar__actions .ghost{background:hsla(0,0%,100%,.75)}#pc-wrap .car-page .car-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:start;align-content:start}#pc-wrap .car-page .car-pagination{margin-top:8px;display:flex;flex-direction:column;align-items:center;gap:10px}#pc-wrap .car-page .car-pagination span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .car-page .car-filterbar{padding:12px;border-radius:18px;background:hsla(0,0%,100%,.82);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 45px rgba(17,24,39,.08)}#pc-wrap .car-page .car-filterbar__row{display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap .car-page .car-filterbar__left{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start}#pc-wrap .car-page .filter-pill{border-radius:999px;padding:9px 12px;background:#fff;border:1px solid rgba(17,24,39,.12);color:rgba(15,23,42,.82);font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .car-page .filter-pill:hover{background:#fff}#pc-wrap .car-page .filter-pill.active{background:rgba(79,70,229,.1);border-color:rgba(79,70,229,.25);color:rgba(79,70,229,.95)}#pc-wrap .car-page .car-filterbar__right{display:inline-flex;align-items:center;gap:10px}#pc-wrap .car-page .car-filterbar__right .active-count{color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .car-page .car-filterbar__right .reset{border-radius:999px;padding:9px 12px;background:#fff;border:1px solid rgba(17,24,39,.12);color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .car-page .car-filterbar__menu{border-radius:16px;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.18);padding:10px 0;min-width:300px;max-height:420px}#pc-wrap .car-page .menu-head{padding:12px 16px 10px;display:flex;flex-direction:column;gap:4px}#pc-wrap .car-page .menu-head strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:900}#pc-wrap .car-page .menu-head span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#pc-wrap .car-page .price-menu{padding:12px 14px;display:flex;flex-direction:column;gap:12px}#pc-wrap .car-page .preset-row{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap .car-page .preset-row .preset{border-radius:999px;padding:7px 10px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.1);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:800;text-transform:none}#pc-wrap .car-page .price-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}#pc-wrap .car-page .price-grid .field{display:flex;flex-direction:column;gap:6px}#pc-wrap .car-page .price-grid .field label{color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900}#pc-wrap .car-page .price-grid .field .MuiOutlinedInput-root{border-radius:14px;background:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#pc-wrap .car-page .price-actions{display:flex;justify-content:flex-end}#pc-wrap .car-page .price-actions .apply{border-radius:14px;padding:10px 14px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .car-page .menu-item{gap:10px}#pc-wrap .car-page .menu-item span{color:rgba(15,23,42,.85);font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#pc-wrap .car-page .car-card{border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}#pc-wrap .car-page .car-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px rgba(17,24,39,.12);border-color:rgba(79,70,229,.18)}#pc-wrap .car-page .car-card__media{position:relative;height:210px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06)}#pc-wrap .car-page .car-card__media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#pc-wrap .car-page .car-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.68))}#pc-wrap .car-page .car-card__tag{position:absolute;left:12px;top:12px;z-index:1;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .car-page .car-card__tag span{color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .car-page .car-card__price{position:absolute;left:12px;bottom:12px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:baseline;gap:6px}#pc-wrap .car-page .car-card__price small,#pc-wrap .car-page .car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .car-page .car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#pc-wrap .car-page .car-card__stats{position:absolute;right:12px;bottom:12px;z-index:1;display:flex;gap:10px}#pc-wrap .car-page .car-card__stats .stat{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .car-page .car-card__stats .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#pc-wrap .car-page .car-card__stats .stat span{color:rgba(15,23,42,.8);font-size:12px;font-weight:900}#pc-wrap .car-page .car-card__stats .like{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .car-page .car-card__stats .like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#pc-wrap .car-page .car-card__stats .like span{color:rgba(15,23,42,.8);font-size:12px;font-weight:900}#pc-wrap .car-page .car-card__stats .like.liked{border-color:rgba(239,68,68,.22)}#pc-wrap .car-page .car-card__stats .like.liked .MuiSvgIcon-root{color:#ef4444}#pc-wrap .car-page .car-card__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:10px}#pc-wrap .car-page .car-card__titleRow{display:flex;flex-direction:column;gap:2px}#pc-wrap .car-page .car-card__titleRow .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:900;line-height:1.15}#pc-wrap .car-page .car-card__titleRow .meta{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#pc-wrap .car-page .car-card__desc{color:rgba(55,65,81,.82);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#pc-wrap .car-page .car-card__specs{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap .car-page .car-card__specs .chip{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}#pc-wrap .car-page .car-card__specs .chip svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#pc-wrap .car-page .car-card__specs .chip span{color:rgba(15,23,42,.82);font-size:12px;font-weight:800}@media(max-width:1280px){#pc-wrap .car-page .car-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pc-wrap .car-page .car-filterbar__row{flex-direction:column;align-items:flex-start}#pc-wrap .car-page .car-filterbar__right{width:100%;justify-content:flex-end}}.car-filterbar__menu{border-radius:16px;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.18);padding:10px 0;min-width:300px;max-height:420px}.car-filterbar__menu .menu-head{padding:12px 16px 10px;display:flex;flex-direction:column;gap:4px}.car-filterbar__menu .menu-head strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:900}.car-filterbar__menu .menu-head span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:700}.car-filterbar__menu .price-menu{padding:12px 14px;display:flex;flex-direction:column;gap:12px}.car-filterbar__menu .preset-row{display:flex;flex-wrap:wrap;gap:8px}.car-filterbar__menu .preset-row .preset{border-radius:999px;padding:7px 10px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.1);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:800;text-transform:none}.car-filterbar__menu .price-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.car-filterbar__menu .price-grid .field{display:flex;flex-direction:column;gap:6px}.car-filterbar__menu .price-grid .field label{color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900}.car-filterbar__menu .price-grid .field .MuiOutlinedInput-root{border-radius:14px;background:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:800}.car-filterbar__menu .price-actions{display:flex;justify-content:flex-end}.car-filterbar__menu .price-actions .apply{border-radius:14px;padding:10px 14px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}.car-filterbar__menu .menu-item{gap:10px}.car-filterbar__menu .menu-item span{color:rgba(15,23,42,.85);font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#pc-wrap .car-detail-page{position:relative;padding:133px 0 80px;width:100%;display:flex;justify-content:center}#pc-wrap .car-detail-page .container{width:100%;max-width:1300px;padding:0 20px;margin:0 auto;display:flex;flex-direction:column;gap:18px}#pc-wrap .car-detail-page .car-detail__crumbs{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#pc-wrap .car-detail-page .car-detail__crumbs .link{cursor:pointer;color:rgba(79,70,229,.95)}#pc-wrap .car-detail-page .car-detail__crumbs .sep{color:hsla(220,9%,46%,.6)}#pc-wrap .car-detail-page .car-detail__crumbs .current{color:rgba(15,23,42,.85);font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px}#pc-wrap .car-detail-page .car-detail__top{display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap .car-detail-page .car-detail__top .back{border-radius:14px;padding:10px 14px;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);color:#0f172a;font-family:Poppins,sans-serif;font-weight:900;text-transform:none}#pc-wrap .car-detail-page .car-detail__top .back:hover{background:rgba(15,23,42,.06)}#pc-wrap .car-detail-page .car-detail__top .meta{display:inline-flex;align-items:center;gap:10px}#pc-wrap .car-detail-page .car-detail__top .meta-item,#pc-wrap .car-detail-page .car-detail__top .meta-like{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:hsla(0,0%,100%,.86);border:1px solid rgba(17,24,39,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 16px 34px rgba(17,24,39,.08)}#pc-wrap .car-detail-page .car-detail__top .meta-item svg,#pc-wrap .car-detail-page .car-detail__top .meta-like svg{color:hsla(220,9%,46%,.9)}#pc-wrap .car-detail-page .car-detail__top .meta-item span,#pc-wrap .car-detail-page .car-detail__top .meta-like span{color:rgba(15,23,42,.85);font-family:Poppins,sans-serif;font-size:13px;font-weight:900}#pc-wrap .car-detail-page .car-detail__top .meta-like{cursor:pointer}#pc-wrap .car-detail-page .car-detail__top .meta-like svg{color:rgba(15,23,42,.55)}#pc-wrap .car-detail-page .car-detail__top .meta-like.liked{border-color:rgba(239,68,68,.22)}#pc-wrap .car-detail-page .car-detail__top .meta-like.liked svg{color:#ef4444}#pc-wrap .car-detail-page .car-detail__grid{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:22px;gap:22px;align-items:start}#pc-wrap .car-detail-page .car-detail__main{min-width:0;display:flex;flex-direction:column;gap:18px}#pc-wrap .car-detail-page .car-detail__aside{position:-webkit-sticky;position:sticky;top:110px;display:flex;flex-direction:column;gap:14px}#pc-wrap .car-detail-page .car-detail__gallery{display:flex;flex-direction:column;gap:12px}#pc-wrap .car-detail-page .car-detail__hero{position:relative;border-radius:22px;overflow:hidden;height:420px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06);box-shadow:0 24px 55px rgba(17,24,39,.14)}#pc-wrap .car-detail-page .car-detail__hero.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.18),rgba(14,165,233,.18))}#pc-wrap .car-detail-page .car-detail__hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0),rgba(2,6,23,.58))}#pc-wrap .car-detail-page .car-detail__hero .hero-badges{position:absolute;left:14px;top:14px;display:flex;gap:10px;flex-wrap:wrap}#pc-wrap .car-detail-page .car-detail__hero .hero-badges .badge{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.1);color:rgba(15,23,42,.88);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .car-detail-page .car-detail__hero .hero-badges .badge svg{width:18px;height:18px;color:rgba(79,70,229,.85)}#pc-wrap .car-detail-page .car-detail__hero .hero-badges .badge.ghost{text-transform:none;letter-spacing:0;font-weight:800}#pc-wrap .car-detail-page .car-detail__hero .hero-price{position:absolute;left:14px;bottom:14px;z-index:1;padding:12px 14px;border-radius:18px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:baseline;gap:8px}#pc-wrap .car-detail-page .car-detail__hero .hero-price small,#pc-wrap .car-detail-page .car-detail__hero .hero-price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .car-detail-page .car-detail__hero .hero-price strong{color:#0f172a;font-size:18px;font-weight:900}#pc-wrap .car-detail-page .car-detail__thumbs{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));grid-gap:10px;gap:10px}#pc-wrap .car-detail-page .car-detail__thumbs .thumb{border-radius:14px;overflow:hidden;height:62px;background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(17,24,39,.1);cursor:pointer;transition:transform .16s ease,border-color .16s ease}#pc-wrap .car-detail-page .car-detail__thumbs .thumb:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.22)}#pc-wrap .car-detail-page .car-detail__thumbs .thumb.active{border-color:rgba(79,70,229,.45);box-shadow:0 12px 30px rgba(79,70,229,.18)}#pc-wrap .car-detail-page .car-detail__card{border-radius:22px;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);padding:18px;display:flex;flex-direction:column;gap:14px}#pc-wrap .car-detail-page .car-detail__card .header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}#pc-wrap .car-detail-page .car-detail__card .name{color:#0f172a;font-family:Poppins,sans-serif;font-size:26px;font-weight:950;letter-spacing:-.02em}#pc-wrap .car-detail-page .car-detail__card .sub{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}#pc-wrap .car-detail-page .car-detail__card .sub .pill{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);color:rgba(15,23,42,.82);font-size:12px;font-weight:900}#pc-wrap .car-detail-page .car-detail__card .sub .pill svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#pc-wrap .car-detail-page .car-detail__card .sub .pill .dot{width:8px;height:8px;border-radius:50%;background:rgba(79,70,229,.9)}#pc-wrap .car-detail-page .car-detail__card .facts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact{border-radius:18px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);padding:16px;display:flex;align-items:center;gap:14px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.18);box-shadow:0 18px 40px rgba(17,24,39,.08)}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact .icon{width:44px;height:44px;border-radius:16px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);display:flex;align-items:center;justify-content:center}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact .icon svg{width:22px;height:22px;color:rgba(79,70,229,.85)}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact .text{min-width:0;display:flex;flex-direction:column;gap:4px}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact .text .label{color:hsla(220,9%,46%,.9);font-size:12px;font-weight:900}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact .text .value{color:#0f172a;font-size:15px;font-weight:950;text-transform:uppercase;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .car-detail-page .car-detail__card .facts-grid .fact.muted{opacity:.55}#pc-wrap .car-detail-page .car-detail__card .desc{color:rgba(55,65,81,.85);font-family:Poppins,sans-serif;font-size:14px;font-weight:650;line-height:1.55}#pc-wrap .car-detail-page .car-detail__section{border-radius:22px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);padding:18px;display:flex;flex-direction:column;gap:14px}#pc-wrap .car-detail-page .car-detail__section .section-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px}#pc-wrap .car-detail-page .car-detail__section .section-head .section-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:950}#pc-wrap .car-detail-page .car-detail__section .section-head .section-sub{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#pc-wrap .car-detail-page .car-detail__section .section-head .section-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:rgba(79,70,229,.06);border:1px solid rgba(79,70,229,.12);white-space:nowrap}#pc-wrap .car-detail-page .car-detail__section .section-head .section-chip svg{width:18px;height:18px;color:rgba(79,70,229,.9)}#pc-wrap .car-detail-page .car-detail__section .section-head .section-chip span{color:rgba(15,23,42,.85);font-family:Poppins,sans-serif;font-size:12px;font-weight:900}#pc-wrap .car-detail-page .car-detail__section .empty{color:hsla(220,9%,46%,.85);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .car-detail-page .car-detail__section .review-list{display:flex;flex-direction:column;gap:12px}#pc-wrap .car-detail-page .car-detail__section .leave-review{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.75);padding:14px;display:flex;flex-direction:column;gap:10px}#pc-wrap .car-detail-page .car-detail__section .leave-review .leave-title{color:rgba(15,23,42,.9);font-family:Poppins,sans-serif;font-size:14px;font-weight:950}#pc-wrap .car-detail-page .car-detail__section .leave-review textarea{min-height:120px;padding:12px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:#fff;font-family:Poppins,sans-serif;font-size:14px;resize:vertical;outline:none}#pc-wrap .car-detail-page .car-detail__section .leave-review textarea:disabled{background:rgba(15,23,42,.03)}#pc-wrap .car-detail-page .car-detail__section .leave-review .leave-actions{display:flex;justify-content:flex-end}#pc-wrap .car-detail-page .car-detail__section .leave-review .leave-actions .submit{border-radius:14px;padding:10px 14px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .car-detail-page .car-detail__section .leave-review .leave-actions .submit:disabled{opacity:.55;color:#fff}#pc-wrap .car-detail-page .car-detail__section .leave-review .leave-actions .submit:hover{background:linear-gradient(135deg,#4f46e5,#1d4ed8)}#pc-wrap .car-detail-page .car-detail__section .similar-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:start}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card{border-radius:20px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(17,24,39,.12);border-color:rgba(79,70,229,.18)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media{position:relative;height:180px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.06),rgba(2,6,23,.72))}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__tag{position:absolute;left:12px;top:12px;z-index:1;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__tag span{color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price{position:absolute;left:12px;bottom:12px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:baseline;gap:6px}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price small,#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats{position:absolute;right:12px;bottom:12px;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:10px}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like,#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like svg,#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like span,#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat span{color:rgba(15,23,42,.8);font-size:12px;font-weight:900}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like.liked{border-color:rgba(239,68,68,.22)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like.liked .MuiSvgIcon-root{color:#ef4444}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__body{padding:14px 14px 16px;display:flex;flex-direction:column;gap:10px}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__titleRow{display:flex;flex-direction:column;gap:2px}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__titleRow .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:950;line-height:1.15}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__titleRow .meta{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__desc{display:none}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__specs{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__specs .chip{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__specs .chip svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__specs .chip span{color:rgba(15,23,42,.82);font-size:12px;font-weight:800}@media(max-width:720px){#pc-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats{gap:8px}}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:12px;gap:12px}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature{border-radius:18px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);padding:14px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.18);box-shadow:0 18px 40px rgba(17,24,39,.08)}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .icon{width:44px;height:44px;border-radius:16px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:flex;align-items:center;justify-content:center}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .icon svg{width:22px;height:22px;color:rgba(79,70,229,.85)}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .label{color:hsla(220,9%,46%,.92);font-size:12px;font-weight:900}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .value{color:#0f172a;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid .feature.muted{opacity:.55}#pc-wrap .car-detail-page .aside-card,#pc-wrap .car-detail-page .dealer-card{border-radius:22px;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);padding:16px}#pc-wrap .car-detail-page .aside-card{display:flex;flex-direction:column;gap:10px}#pc-wrap .car-detail-page .aside-card .price{display:inline-flex;align-items:baseline;gap:8px}#pc-wrap .car-detail-page .aside-card .price small,#pc-wrap .car-detail-page .aside-card .price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .car-detail-page .aside-card .price strong{color:#0f172a;font-size:24px;font-weight:950}#pc-wrap .car-detail-page .aside-card .cta{border-radius:16px;padding:12px 14px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:950;text-transform:none;box-shadow:0 16px 34px rgba(79,70,229,.22)}#pc-wrap .car-detail-page .aside-card .cta:hover{background:linear-gradient(135deg,#4f46e5,#1d4ed8)}#pc-wrap .car-detail-page .aside-card .cta:disabled{opacity:.55;color:#fff}#pc-wrap .car-detail-page .aside-card .ghost{border-radius:16px;padding:12px 14px;background:#fff;border:1px solid rgba(17,24,39,.12);color:#0f172a;font-family:Poppins,sans-serif;font-size:13px;font-weight:950;text-transform:none}#pc-wrap .car-detail-page .dealer-card{display:flex;flex-direction:column;gap:12px}#pc-wrap .car-detail-page .dealer-card .dealer-top{display:flex;align-items:center;gap:12px;cursor:pointer}#pc-wrap .car-detail-page .dealer-card .dealer-top img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 12px 28px rgba(17,24,39,.12)}#pc-wrap .car-detail-page .dealer-card .dealer-top .dealer-meta{min-width:0}#pc-wrap .car-detail-page .dealer-card .dealer-top .dealer-meta strong{display:block;color:#0f172a;font-size:15px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .car-detail-page .dealer-card .dealer-top .dealer-meta .sub{display:block;margin-top:4px;color:hsla(220,9%,46%,.9);font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .car-detail-page .dealer-card .dealer-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}#pc-wrap .car-detail-page .dealer-card .dealer-actions a,#pc-wrap .car-detail-page .dealer-card .dealer-actions button{border-radius:16px;padding:10px 12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:950;text-transform:none}#pc-wrap .car-detail-page .dealer-card .dealer-actions .primary{background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.1);color:#0f172a}#pc-wrap .car-detail-page .dealer-card .dealer-actions .ghost{background:#fff;border:1px solid rgba(17,24,39,.12);color:#0f172a}#pc-wrap .car-detail-page .car-detail__empty{margin-top:40px;padding:24px 20px;border-radius:22px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);display:flex;flex-direction:column;align-items:center;gap:10px}#pc-wrap .car-detail-page .car-detail__empty .title{font-family:Poppins,sans-serif;font-size:20px;font-weight:950;color:#0f172a}#pc-wrap .car-detail-page .car-detail__empty .sub{font-family:Poppins,sans-serif;font-size:13px;font-weight:700;color:hsla(220,9%,46%,.9)}@media(max-width:1100px){#pc-wrap .car-detail-page .car-detail__grid{grid-template-columns:1fr}#pc-wrap .car-detail-page .car-detail__aside{position:static}#pc-wrap .car-detail-page .car-detail__thumbs{grid-template-columns:repeat(6,minmax(0,1fr))}#pc-wrap .car-detail-page .car-detail__card .facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#pc-wrap .car-detail-page .car-detail__section .similar-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){#pc-wrap .car-detail-page .car-detail__card .facts-grid{grid-template-columns:1fr}#pc-wrap .car-detail-page .car-detail__section.features .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#pc-wrap .car-detail-page .car-detail__section .similar-grid{grid-template-columns:1fr}}#pc-wrap .agent-list-page{position:relative;padding:147px 0 75px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center}#pc-wrap .agent-list-page .container{display:flex;flex-direction:column}#pc-wrap .agent-list-page .container .filter{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#pc-wrap .agent-list-page .container .filter .left{display:flex;flex-direction:row}#pc-wrap .agent-list-page .container .filter .left input{padding:22px 10px;width:333px;height:50px;border-radius:40px;border:1px solid #ddd;background:#fff;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;box-sizing:border-box}#pc-wrap .agent-list-page .container .filter .right{display:flex;flex-direction:row;align-items:center}#pc-wrap .agent-list-page .container .filter .right button{margin-left:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:26px}#pc-wrap .agent-list-page .container .filter .right button:hover{background:none}#pc-wrap .agent-list-page .container .card-wrap{position:relative;margin-top:35px;width:100%;min-height:500px;height:auto;display:flex;flex-direction:row;flex-wrap:wrap}#pc-wrap .agent-list-page .container .pagination{display:flex;flex-direction:column;align-items:center}#pc-wrap .agent-list-page .container .pagination span{margin-top:20px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .agent-detail-page{position:relative;padding:133px 0 75px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center}#pc-wrap .agent-detail-page .container{display:flex;flex-direction:column;align-items:center}#pc-wrap .agent-detail-page .container .agent-info{margin-left:58px;width:100%;display:flex;flex-direction:row;align-items:center}#pc-wrap .agent-detail-page .container .agent-info img{margin-right:32px;width:135px;height:135px;border-radius:50%;cursor:pointer;object-fit:cover}#pc-wrap .agent-detail-page .container .agent-info .info{display:flex;flex-direction:column}#pc-wrap .agent-detail-page .container .agent-info .info strong{color:#181a20;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;cursor:pointer}#pc-wrap .agent-detail-page .container .agent-info .info div{margin-top:13px;display:flex;flex-direction:row;align-items:center}#pc-wrap .agent-detail-page .container .agent-info .info div img{margin-right:10px;width:16px;height:16px}#pc-wrap .agent-detail-page .container .agent-info .info div span{color:#181a20;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap .agent-detail-page .container .agent-home-list{position:relative;width:100%;margin-top:33px;padding:0 0 46px;display:flex;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap{position:relative;margin-top:35px;width:100%;height:auto;display:flex;flex-direction:row;flex-wrap:wrap}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .wrap-main{margin-right:0;margin-left:5px;display:flex;flex-direction:row;flex-wrap:wrap}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card{position:relative;margin-right:27px;margin-bottom:34px;display:flex;flex-direction:column}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card .agent-img{border-radius:12px;width:233px;height:273px;background-size:cover;cursor:pointer}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card .agent-img div{position:absolute;padding:12px;top:12px;left:12px;border-radius:6px;background:#eb6753;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card .agent-info{margin-top:23px;display:flex;flex-direction:column}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card .agent-info strong{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap .agent-detail-page .container .agent-home-list .card-wrap .agent-card .agent-info span{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap .agent-detail-page .container .agent-home-list .pagination{display:flex;flex-direction:column;align-items:center}#pc-wrap .agent-detail-page .container .agent-home-list .pagination span{margin-top:20px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .agent-detail-page .container .review-box{position:relative;margin-top:75px;padding:58px 19px;width:95%;height:auto;border-radius:24px;background:#f6f6f6}#pc-wrap .agent-detail-page .container .review-box .main-intro{display:flex;flex-direction:column}#pc-wrap .agent-detail-page .container .review-box .main-intro span{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap .agent-detail-page .container .review-box .main-intro p{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .agent-detail-page .container .review-box .review-wrap{padding:29px 25px;margin-top:57px;display:flex;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap .agent-detail-page .container .review-box .review-wrap .title-box svg{width:10px;height:10px}#pc-wrap .agent-detail-page .container .review-box .review-wrap .title-box span{margin-left:8px;color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card{margin-top:20px;display:flex;flex-direction:column;padding-bottom:10px;border-bottom:1px solid #c4c4c4}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info{display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .left{display:flex;flex-direction:row}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .left img{width:55px;height:59px;border-radius:50%;object-fit:cover}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .left div{margin-left:8px;display:flex;flex-direction:column}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .left div strong{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .left div span{margin-top:4px;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .right{display:flex;flex-direction:row}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card .info .right svg{color:#edf023}#pc-wrap .agent-detail-page .container .review-box .review-wrap .review-card p{margin-top:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .agent-detail-page .container .review-box .review-wrap .pagination-box{margin-top:15px;width:100%;height:auto;display:flex;justify-content:center}#pc-wrap .agent-detail-page .container .review-box .leave-review-config{margin-top:15px;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07);padding:30px 38px}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .review-title{margin-top:20px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .agent-detail-page .container .review-box .leave-review-config textarea{width:100%;height:120px;margin-top:8px;padding:20px;border-radius:8px;border:1px solid #ddd;color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .submit-btn{width:100%;display:flex;justify-content:flex-end}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .submit-btn button:disabled{background:#dfdfdf}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .submit-btn .submit-review{display:flex;width:256px;margin-top:30px;padding:16px 30px;justify-content:center;align-items:center;gap:10px;border-radius:12px;border:1px solid #c4c4c4;cursor:pointer}#pc-wrap .agent-detail-page .container .review-box .leave-review-config .submit-btn .submit-review .title{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .dealer-list-page{position:relative;padding:147px 0 75px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center}#pc-wrap .dealer-list-page .container{display:flex;flex-direction:column;gap:22px}#pc-wrap .dealer-list-page .dealer-toolbar{display:flex;flex-direction:column;align-items:center;gap:14px;padding:18px;border-radius:18px;background:hsla(0,0%,100%,.8);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 40px rgba(17,24,39,.08)}#pc-wrap .dealer-list-page .dealer-toolbar .dealer-toolbar__title{color:#111827;font-family:Poppins,sans-serif;font-size:38px;font-weight:900;letter-spacing:-.6px;line-height:1.05;text-align:center}#pc-wrap .dealer-list-page .dealer-toolbar .dealer-toolbar__row{width:100%;display:grid;grid-template-columns:minmax(260px,1fr) minmax(340px,520px) minmax(220px,1fr);align-items:center;grid-gap:14px;gap:14px}#pc-wrap .dealer-list-page .dealer-toolbar .dealer-toolbar__left{display:flex;justify-content:flex-start;gap:12px}#pc-wrap .dealer-list-page .dealer-toolbar .pill{padding:10px 14px;border-radius:14px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 12px 30px rgba(17,24,39,.06);display:flex;flex-direction:column;align-items:flex-start}#pc-wrap .dealer-list-page .dealer-toolbar .pill strong{color:#111827;font-size:18px;font-weight:900;line-height:22px}#pc-wrap .dealer-list-page .dealer-toolbar .pill small{margin-top:2px;color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .dealer-list-page .dealer-toolbar .search{width:100%;display:flex;justify-content:center}#pc-wrap .dealer-list-page .dealer-toolbar .search input{padding:14px 16px;width:100%;height:48px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:#fff;color:#111827;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;box-sizing:border-box;text-align:center}#pc-wrap .dealer-list-page .dealer-toolbar .sort{display:flex;align-items:center;justify-content:flex-end;gap:10px}#pc-wrap .dealer-list-page .dealer-toolbar .sort .label{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .dealer-list-page .dealer-toolbar .sort .select button{border-radius:14px;padding:10px 14px;background:#fff;border:1px solid rgba(17,24,39,.12);color:#111827;font-family:Poppins,sans-serif;font-size:13px;font-weight:800;text-transform:none}#pc-wrap .dealer-list-page .dealer-toolbar .sort .select button:hover{background:#fff}#pc-wrap .dealer-list-page .dealer-grid{position:relative;margin-top:6px;width:100%;min-height:500px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;align-content:start;grid-gap:18px;gap:18px}#pc-wrap .dealer-list-page .dealer-pagination{margin-top:18px;display:flex;flex-direction:column;align-items:center;gap:10px}#pc-wrap .dealer-list-page .dealer-pagination span{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}#pc-wrap .dealer-card{border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}#pc-wrap .dealer-card:hover{transform:translateY(-6px);box-shadow:0 26px 60px rgba(17,24,39,.12);border-color:rgba(79,70,229,.16)}#pc-wrap .dealer-card__inner{padding:16px 16px 14px;display:flex;flex-direction:column;gap:14px}#pc-wrap .dealer-card__top{display:grid;grid-template-columns:58px minmax(0,1fr) 40px;grid-gap:12px;gap:12px;align-items:start}#pc-wrap .dealer-avatar{width:58px;height:58px;border-radius:18px;background:linear-gradient(140deg,rgba(79,70,229,.22),rgba(14,165,233,.18));display:flex;align-items:center;justify-content:center}#pc-wrap .dealer-avatar img{width:52px;height:52px;border-radius:16px;object-fit:cover;background:#fff}#pc-wrap .dealer-head{min-width:0;display:flex;flex-direction:column;gap:6px}#pc-wrap .dealer-name-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px}#pc-wrap .dealer-name{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:900;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .dealer-role{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .dealer-subrow{display:inline-flex;align-items:center;gap:8px;min-width:0;color:rgba(55,65,81,.78);font-size:13px;font-weight:600}#pc-wrap .dealer-subrow svg{width:18px;height:18px;color:rgba(79,70,229,.55)}#pc-wrap .dealer-subrow span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .dealer-subrow.muted svg{color:hsla(220,9%,46%,.6)}#pc-wrap .dealer-like{width:40px;height:40px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:inline-flex;align-items:center;justify-content:center}#pc-wrap .dealer-like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#pc-wrap .dealer-like.liked{border-color:rgba(239,68,68,.22)}#pc-wrap .dealer-like.liked .MuiSvgIcon-root{color:#ef4444}#pc-wrap .dealer-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#pc-wrap .dealer-stat{padding:10px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.75);display:flex;align-items:center;gap:10px}#pc-wrap .dealer-stat .MuiSvgIcon-root,#pc-wrap .dealer-stat svg{width:20px;height:20px;color:rgba(79,70,229,.65)}#pc-wrap .dealer-stat .heart{color:rgba(239,68,68,.8)}#pc-wrap .dealer-stat .heart-outline{color:rgba(15,23,42,.55)}#pc-wrap .dealer-stat div{display:flex;flex-direction:column;gap:1px}#pc-wrap .dealer-stat strong{color:#0f172a;font-size:14px;font-weight:900;line-height:18px}#pc-wrap .dealer-stat span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .dealer-detail-page{position:relative;padding:133px 0 75px;width:100%;height:auto;display:flex;flex-direction:row;justify-content:center}#pc-wrap .dealer-detail-page .container{display:flex;flex-direction:column;align-items:center}#pc-wrap .dealer-detail-page .dealer-detail-grid{width:100%;display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:26px;gap:26px;align-items:start}#pc-wrap .dealer-detail-page .dealer-profile-card{position:-webkit-sticky;position:sticky;top:110px;align-self:start;padding:22px 20px 18px;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);display:flex;flex-direction:column;gap:14px}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top{display:flex;gap:14px;align-items:center}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top img{width:92px;height:92px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 12px 28px rgba(17,24,39,.12)}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top .profile-meta{min-width:0;display:flex;flex-direction:column;gap:6px;cursor:pointer}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top .profile-meta strong{color:#0f172a;font-size:20px;font-weight:900;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top .profile-meta .role{color:hsla(220,9%,46%,.9);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top .profile-meta .sub{color:rgba(55,65,81,.78);font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-top .profile-meta .sub.muted{color:hsla(220,9%,46%,.72)}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions a,#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions button{border-radius:14px;padding:10px 12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions .primary{background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;box-shadow:0 14px 30px rgba(79,70,229,.22)}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions .primary:hover{background:linear-gradient(135deg,#4f46e5,#1d4ed8)}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions .ghost{background:#fff;border:1px solid rgba(17,24,39,.12);color:#0f172a}#pc-wrap .dealer-detail-page .dealer-profile-card .profile-actions .ghost:hover{background:#fff}#pc-wrap .dealer-detail-page .dealer-profile-card .quick-stats{margin-top:4px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}#pc-wrap .dealer-detail-page .dealer-profile-card .quick-stats .stat{padding:10px;border-radius:14px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:2px}#pc-wrap .dealer-detail-page .dealer-profile-card .quick-stats .stat strong{color:#0f172a;font-size:16px;font-weight:900}#pc-wrap .dealer-detail-page .dealer-profile-card .quick-stats .stat span{color:#6b7280;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .dealer-detail-page .dealer-content{width:100%;display:flex;flex-direction:column;gap:22px}#pc-wrap .dealer-detail-page .dealer-panels{width:100%;border-radius:18px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 45px rgba(17,24,39,.08);overflow:hidden}#pc-wrap .dealer-detail-page .dealer-tabs{padding:8px 10px;background:hsla(0,0%,100%,.88);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(17,24,39,.08)}#pc-wrap .dealer-detail-page .dealer-tabs .MuiTabs-root{min-height:44px}#pc-wrap .dealer-detail-page .dealer-tabs .MuiTab-root{min-height:44px;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .dealer-detail-page .dealer-panel{padding:16px 16px 18px;display:flex;flex-direction:column;gap:14px}#pc-wrap .dealer-detail-page .panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}#pc-wrap .dealer-detail-page .panel-head .panel-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:900}#pc-wrap .dealer-detail-page .panel-head .panel-sub{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .dealer-detail-page .card-wrap{display:flex;flex-direction:column;gap:12px}#pc-wrap .dealer-detail-page .dealer-car-card{display:grid;grid-template-columns:220px minmax(0,1fr);grid-gap:14px;gap:14px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fff,#fbfbff);box-shadow:0 14px 30px rgba(17,24,39,.08);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#pc-wrap .dealer-detail-page .dealer-car-card:hover{transform:translateY(-3px);border-color:rgba(79,70,229,.18);box-shadow:0 18px 40px rgba(17,24,39,.12)}#pc-wrap .dealer-detail-page .dealer-car-card__img{border-radius:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:140px;position:relative;overflow:hidden;background-color:rgba(15,23,42,.06)}#pc-wrap .dealer-detail-page .dealer-car-card__img.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#pc-wrap .dealer-detail-page .dealer-car-card__img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0),rgba(2,6,23,.55))}#pc-wrap .dealer-detail-page .dealer-car-card__price{position:absolute;left:10px;bottom:10px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-flex;align-items:baseline;gap:6px}#pc-wrap .dealer-detail-page .dealer-car-card__price small,#pc-wrap .dealer-detail-page .dealer-car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap .dealer-detail-page .dealer-car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#pc-wrap .dealer-detail-page .dealer-car-card__body{min-width:0;display:flex;flex-direction:column;gap:10px;padding:2px}#pc-wrap .dealer-detail-page .dealer-car-card__titleRow{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}#pc-wrap .dealer-detail-page .dealer-car-card__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#pc-wrap .dealer-detail-page .dealer-car-card__metaPill{padding:6px 10px;border-radius:999px;background:rgba(79,70,229,.08);border:1px solid rgba(79,70,229,.14);color:rgba(79,70,229,.95);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}#pc-wrap .dealer-detail-page .dealer-car-card__desc{color:rgba(55,65,81,.82);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#pc-wrap .dealer-detail-page .dealer-car-card__specs{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap .dealer-detail-page .dealer-car-card__specs .spec{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}#pc-wrap .dealer-detail-page .dealer-car-card__specs .spec svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#pc-wrap .dealer-detail-page .dealer-car-card__specs .spec span{color:rgba(15,23,42,.82);font-size:12px;font-weight:800}#pc-wrap .dealer-detail-page .dealer-car-card__footer{margin-top:2px;display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap .dealer-detail-page .dealer-car-card__footer .stat{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.95);font-size:12px;font-weight:800}#pc-wrap .dealer-detail-page .dealer-car-card__footer .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#pc-wrap .dealer-detail-page .dealer-car-card__footer .like{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.85)}#pc-wrap .dealer-detail-page .dealer-car-card__footer .like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#pc-wrap .dealer-detail-page .dealer-car-card__footer .like span{color:rgba(15,23,42,.78);font-size:12px;font-weight:900}#pc-wrap .dealer-detail-page .dealer-car-card__footer .like.liked{border-color:rgba(239,68,68,.22)}#pc-wrap .dealer-detail-page .dealer-car-card__footer .like.liked .MuiSvgIcon-root{color:#ef4444}#pc-wrap .dealer-detail-page .pagination{margin-top:6px;display:flex;flex-direction:column;align-items:center;gap:10px}#pc-wrap .dealer-detail-page .pagination span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#pc-wrap .dealer-detail-page .main-intro{display:flex;flex-direction:column;gap:6px}#pc-wrap .dealer-detail-page .main-intro span{color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:900}#pc-wrap .dealer-detail-page .main-intro p{margin:0;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#pc-wrap .dealer-detail-page .review-wrap{display:flex;flex-direction:column;gap:12px}#pc-wrap .dealer-detail-page .review-wrap .title-box{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(79,70,229,.06);border:1px solid rgba(79,70,229,.12)}#pc-wrap .dealer-detail-page .review-wrap .title-box svg{color:rgba(79,70,229,.9)}#pc-wrap .dealer-detail-page .review-wrap .title-box span{color:#0f172a;font-family:Poppins,sans-serif;font-size:13px;font-weight:900}#pc-wrap .dealer-detail-page .leave-review-config{padding:14px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.75);display:flex;flex-direction:column;gap:10px}#pc-wrap .dealer-detail-page .leave-review-config .main-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:900}#pc-wrap .dealer-detail-page .leave-review-config .review-title{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#pc-wrap .dealer-detail-page .leave-review-config textarea{min-height:120px;padding:12px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:#fff;font-family:Poppins,sans-serif;font-size:14px;resize:vertical;outline:none}#pc-wrap .dealer-detail-page .leave-review-config .submit-btn{display:flex;justify-content:flex-end}#pc-wrap .dealer-detail-page .leave-review-config .submit-btn .submit-review{border-radius:14px;padding:10px 14px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap .dealer-detail-page .leave-review-config .submit-btn .submit-review:disabled{opacity:.55;color:#fff}#pc-wrap .dealer-detail-page .leave-review-config .submit-btn .submit-review:hover{background:linear-gradient(135deg,#4f46e5,#1d4ed8)}#pc-wrap #my-page{background:radial-gradient(1200px 360px at 18% 0,rgba(124,93,255,.12) 0,hsla(0,0%,100%,0) 60%),radial-gradient(1000px 320px at 85% 0,hsla(8,79%,62%,.11) 0,hsla(0,0%,100%,0) 55%),linear-gradient(180deg,#f7f8fb,#f3f4f6 55%,#f7f8fb)}#pc-wrap #my-page .container .my-dashboard{position:relative;width:100%;padding-top:92px;gap:18px}#pc-wrap #my-page .container .my-dashboard .mypage-menu{width:100%;padding:18px}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header{width:100%;align-items:center}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header .avatar{width:46px;height:46px;border:1px solid rgba(17,24,39,.12)}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header .info{min-width:0}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header .info .name{color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:950;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header .info .phone{color:rgba(15,23,42,.6);font-family:Poppins,sans-serif;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-header .role{margin-left:auto;height:28px;border-radius:999px;font-family:Poppins,sans-serif;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;border:1px solid rgba(17,24,39,.12);background:rgba(17,24,39,.04)}#pc-wrap #my-page .container .my-dashboard .mypage-menu .admin-link{margin-top:10px}#pc-wrap #my-page .container .my-dashboard .mypage-menu .admin-link .admin-btn{width:100%;height:36px;border-radius:12px;background:rgba(124,93,255,.12);color:#4f46e5;font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page .container .my-dashboard .mypage-menu .admin-link .admin-btn:hover{background:rgba(124,93,255,.16)}#pc-wrap #my-page .container .my-dashboard .mypage-menu .divider{margin:14px 0;border-color:rgba(17,24,39,.08)}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .group-title{color:rgba(15,23,42,.55);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;margin-left:4px}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list{padding:0;display:flex;flex-direction:column;gap:6px}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item{border-radius:14px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.8);padding:10px 12px;display:flex;gap:10px;align-items:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item .dot{width:8px;height:8px;border-radius:999px;background:rgba(17,24,39,.25);flex:0 0 auto}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item .label{color:rgba(15,23,42,.85);font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item:hover{transform:translateY(-1px);background:rgba(17,24,39,.03);border-color:rgba(17,24,39,.14)}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item.active{background:#111827;border-color:#111827}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item.active .dot{background:#fff}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-body .group .list .item.active .label{color:#fff}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-footer{margin-top:14px}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-footer .logout{width:100%;height:38px;border-radius:14px;border:1px solid rgba(239,68,68,.22);background:rgba(239,68,68,.06);color:rgba(239,68,68,.95);font-family:Poppins,sans-serif;font-size:13px;font-weight:900;text-transform:none}#pc-wrap #my-page .container .my-dashboard .mypage-menu .menu-footer .logout:hover{background:rgba(239,68,68,.1)}#pc-wrap #my-page .container .my-dashboard .dash-grid{margin-bottom:90px;align-items:flex-start}#pc-wrap #my-page .container .my-dashboard .dash-grid .dash-side{width:296px;position:-webkit-sticky;position:sticky;top:110px;border-radius:18px;background:hsla(0,0%,100%,.85);border:1px solid rgba(17,24,39,.08);box-shadow:0 18px 50px rgba(17,24,39,.08);overflow:hidden}#pc-wrap #my-page .container .my-dashboard .dash-grid .dash-main{flex:1 1;min-width:0;max-width:980px}#pc-wrap #my-page .container .my-dashboard .dash-grid .dash-main .content-card{padding:18px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.92);box-shadow:0 20px 55px rgba(17,24,39,.08)}@media(max-width:1100px){#pc-wrap #my-page .container .my-dashboard .dash-grid{flex-direction:column}#pc-wrap #my-page .container .my-dashboard .dash-grid .dash-side{position:relative;top:auto;width:100%}#pc-wrap #my-page .container .my-dashboard .dash-grid .dash-main{width:100%}}#pc-wrap #my-page .container .my-page .list-config{display:flex;width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:22px}#pc-wrap #my-page .container .my-page .list-config .card-config{width:296px;height:413px;margin-bottom:7px;border-radius:12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #my-page .container .my-page .list-config .card-config .top{position:relative;width:100%;height:240px}#pc-wrap #my-page .container .my-page .list-config .card-config .top img{width:100%;height:100%;object-fit:contain;border-radius:12px 12px 0 0}#pc-wrap #my-page .container .my-page .list-config .card-config .top .top-badge{position:absolute;top:20px;left:16px;display:flex;width:80px;height:30px;justify-content:center;align-items:center;border-radius:6px;padding:6px 20px;background:#eb6753;color:#fff;text-align:center;text-shadow:0 4px 4px rgba(0,0,0,.25);font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .top .top-badge img{height:16px}#pc-wrap #my-page .container .my-page .list-config .card-config .top .price-box{position:absolute;bottom:20px;left:20px;padding:8px 15px;align-items:center;border-radius:6px;border:1px solid hsla(0,0%,100%,.5);background:#fff}#pc-wrap #my-page .container .my-page .list-config .card-config .top .price-box p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom{width:100%;height:100%;padding:20px 16px 10px}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .name-address{width:100%;height:48px;gap:5px;margin-bottom:20px}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .name-address .name{width:100%;height:23px;overflow:hidden}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .name-address .name p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .name-address .address{width:100%;overflow:hidden}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .name-address .address p{color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .options{flex-direction:row;width:100%;height:20px;gap:20px;margin-bottom:10px}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .options .option{flex-direction:row;gap:5px;align-items:center}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .options .option p{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .divider{width:100%;height:1px;background:#ddd;margin-bottom:17px}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .type-buttons{flex-direction:row;width:100%;justify-content:space-between;align-items:center}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .type-buttons .type{flex-direction:row;align-items:center;gap:7px}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .type-buttons .type p{color:#181a20;font-family:Poppins,sans-serif;font-style:normal;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .type-buttons .type .disabled-type{color:hsla(0,0%,56%,.54);font-family:Poppins,sans-serif;font-style:normal;line-height:normal}#pc-wrap #my-page .container .my-page .list-config .card-config .bottom .type-buttons .buttons{flex-direction:row;width:auto;gap:12px;justify-content:center;align-items:center;padding-right:10px}#pc-wrap #my-page .container .my-page .pagination-config{width:442px;height:86px;align-items:center;gap:20px}#pc-wrap #my-page .container .my-page .pagination-config .pagination-box{width:100%;align-items:center}#pc-wrap #my-page .container .my-page .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:275;line-height:26px}#pc-wrap #my-page #add-car-page{width:100%;display:flex;flex-direction:column;gap:16px}#pc-wrap #my-page #add-car-page .addcar-header{width:100%;gap:16px}#pc-wrap #my-page #add-car-page .addcar-header .left{gap:6px}#pc-wrap #my-page #add-car-page .addcar-header .left .kicker{color:rgba(15,23,42,.55);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}#pc-wrap #my-page #add-car-page .addcar-header .left .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:22px;font-weight:950;letter-spacing:-.3px}#pc-wrap #my-page #add-car-page .addcar-header .left .desc{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:1.6;max-width:640px}#pc-wrap #my-page #add-car-page .addcar-header .right{gap:10px}#pc-wrap #my-page #add-car-page .addcar-header .right .count{color:rgba(15,23,42,.7);font-family:Poppins,sans-serif;font-size:13px;font-weight:900}#pc-wrap #my-page #add-car-page .primary{height:38px;padding:0 14px;border-radius:14px;background:#111827;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:950;text-transform:none;letter-spacing:-.1px}#pc-wrap #my-page #add-car-page .primary:hover{background:#0b1220}#pc-wrap #my-page #add-car-page .ghost{height:38px;padding:0 14px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:hsla(0,0%,100%,.75);color:rgba(15,23,42,.82);font-family:Poppins,sans-serif;font-size:12px;font-weight:950;text-transform:none}#pc-wrap #my-page #add-car-page .ghost:hover{background:rgba(17,24,39,.03)}#pc-wrap #my-page #add-car-page .addcar-grid{display:grid;grid-template-columns:360px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}#pc-wrap #my-page #add-car-page .panel{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.92);box-shadow:0 18px 55px rgba(17,24,39,.08);padding:14px}#pc-wrap #my-page #add-car-page .panel.media .cover{position:relative;height:220px;border-radius:16px;overflow:hidden;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06)}#pc-wrap #my-page #add-car-page .panel.media .cover.empty{background-image:radial-gradient(circle at 20% 20%,rgba(124,93,255,.22),transparent 45%),radial-gradient(circle at 85% 10%,hsla(8,79%,62%,.18),transparent 44%),linear-gradient(135deg,rgba(17,24,39,.1),rgba(17,24,39,.02))}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.55))}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-badge{position:absolute;left:12px;top:12px;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:rgba(15,23,42,.85);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;z-index:1}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-price{position:absolute;right:12px;bottom:12px;padding:10px 12px;border-radius:14px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;text-align:right}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-price span{display:block;color:hsla(220,9%,46%,.9);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-price strong{display:block;color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.2px;margin-top:2px}#pc-wrap #my-page #add-car-page .panel.media .cover .cover-price small{display:block;color:hsla(220,9%,46%,.9);font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #add-car-page .panel.media .cover-info{margin-top:12px;display:flex;flex-direction:column;gap:6px}#pc-wrap #my-page #add-car-page .panel.media .cover-info .name{color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:950;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #add-car-page .panel.media .cover-info .meta{color:rgba(15,23,42,.6);font-family:Poppins,sans-serif;font-size:12px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #add-car-page .panel.media .dropzone{margin-top:14px;padding:12px;border-radius:16px;border:1px dashed rgba(79,70,229,.25);background:rgba(79,70,229,.04);display:flex;align-items:center;justify-content:space-between;gap:10px;transition:background .16s ease,border-color .16s ease}#pc-wrap #my-page #add-car-page .panel.media .dropzone.active{border-color:rgba(79,70,229,.55);background:rgba(79,70,229,.08)}#pc-wrap #my-page #add-car-page .panel.media .dropzone .dz-text{display:flex;flex-direction:column;gap:2px}#pc-wrap #my-page #add-car-page .panel.media .dropzone .dz-text strong{color:rgba(15,23,42,.88);font-size:12px;font-weight:950}#pc-wrap #my-page #add-car-page .panel.media .dropzone .dz-text span{color:rgba(15,23,42,.6);font-size:12px;font-weight:600}#pc-wrap #my-page #add-car-page .panel.media .dropzone .browse{height:34px;padding:0 12px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:hsla(0,0%,100%,.85);color:rgba(15,23,42,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:950;text-transform:none}#pc-wrap #my-page #add-car-page .panel.media .dropzone .browse:hover{background:hsla(0,0%,100%,.95)}#pc-wrap #my-page #add-car-page .panel.media .gallery{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}#pc-wrap #my-page #add-car-page .panel.media .thumb{position:relative;height:84px;border-radius:14px;overflow:hidden;background:rgba(15,23,42,.06)}#pc-wrap #my-page #add-car-page .panel.media .thumb img{width:100%;height:100%;object-fit:cover;display:block}#pc-wrap #my-page #add-car-page .panel.media .thumb .remove{position:absolute;right:8px;top:8px;width:26px;height:26px;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:hsla(0,0%,100%,.92);color:rgba(15,23,42,.8);cursor:pointer;font-size:18px;line-height:24px;font-weight:900;display:flex;align-items:center;justify-content:center;transition:background .15s ease}#pc-wrap #my-page #add-car-page .panel.media .thumb .remove:hover{background:#fff}#pc-wrap #my-page #add-car-page .panel.form{display:flex;flex-direction:column;gap:12px}#pc-wrap #my-page #add-car-page .section{padding:14px;border-radius:16px;border:1px solid rgba(17,24,39,.06);background:rgba(17,24,39,.02)}#pc-wrap #my-page #add-car-page .section .section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}#pc-wrap #my-page #add-car-page .section .section-head strong{color:rgba(15,23,42,.9);font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}#pc-wrap #my-page #add-car-page .section .section-head span{color:rgba(15,23,42,.55);font-size:12px;font-weight:600}#pc-wrap #my-page #add-car-page .field{margin-top:12px;display:flex;flex-direction:column;gap:6px}#pc-wrap #my-page #add-car-page .field label{color:rgba(15,23,42,.75);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.02em}#pc-wrap #my-page #add-car-page .field input,#pc-wrap #my-page #add-car-page .field select,#pc-wrap #my-page #add-car-page .field textarea{width:100%;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:hsla(0,0%,100%,.92);padding:0 12px;font-family:Poppins,sans-serif;font-size:13px;font-weight:650;color:rgba(15,23,42,.9);outline:none;transition:border-color .16s ease,box-shadow .16s ease}#pc-wrap #my-page #add-car-page .field input:focus,#pc-wrap #my-page #add-car-page .field select:focus,#pc-wrap #my-page #add-car-page .field textarea:focus{border-color:rgba(79,70,229,.42);box-shadow:0 0 0 3px rgba(79,70,229,.12)}#pc-wrap #my-page #add-car-page .field input,#pc-wrap #my-page #add-car-page .field select{height:42px}#pc-wrap #my-page #add-car-page .field textarea{height:120px;padding:10px 12px;resize:vertical}#pc-wrap #my-page #add-car-page .row{margin-top:12px;display:grid;grid-gap:12px;gap:12px}#pc-wrap #my-page #add-car-page .row-2{grid-template-columns:repeat(2,minmax(0,1fr))}#pc-wrap #my-page #add-car-page .row-3{grid-template-columns:repeat(3,minmax(0,1fr))}#pc-wrap #my-page #add-car-page .actions{display:flex;justify-content:flex-end;gap:10px}#pc-wrap #my-page #add-car-page button:disabled{opacity:.55}@media(max-width:1100px){#pc-wrap #my-page #add-car-page .addcar-grid{grid-template-columns:1fr}#pc-wrap #my-page #add-car-page .panel.media .gallery{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:800px){#pc-wrap #my-page #add-car-page .row-3{grid-template-columns:repeat(2,minmax(0,1fr))}#pc-wrap #my-page #add-car-page .panel.media .gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:560px){#pc-wrap #my-page #add-car-page .row-2,#pc-wrap #my-page #add-car-page .row-3{grid-template-columns:1fr}#pc-wrap #my-page #add-car-page .panel.media .gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}#pc-wrap #my-page #my-property-page{width:100%;display:flex;flex-direction:column;gap:16px}#pc-wrap #my-page #my-property-page .cars-header{width:100%;gap:16px}#pc-wrap #my-page #my-property-page .cars-header .left{gap:6px}#pc-wrap #my-page #my-property-page .cars-header .left .kicker{color:rgba(15,23,42,.55);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}#pc-wrap #my-page #my-property-page .cars-header .left .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:22px;font-weight:950;letter-spacing:-.3px}#pc-wrap #my-page #my-property-page .cars-header .left .desc{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:1.6}#pc-wrap #my-page #my-property-page .cars-header .right{gap:10px}#pc-wrap #my-page #my-property-page .cars-header .right .count{color:rgba(15,23,42,.7);font-family:Poppins,sans-serif;font-size:13px;font-weight:900}#pc-wrap #my-page #my-property-page .cars-header .right .add-btn{height:36px;padding:0 14px;border-radius:12px;background:#111827;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page #my-property-page .cars-header .right .add-btn:hover{background:#0b1220}#pc-wrap #my-page #my-property-page .cars-toolbar{margin-top:2px;gap:12px}#pc-wrap #my-page #my-property-page .cars-toolbar .status-tabs{flex-wrap:wrap}#pc-wrap #my-page #my-property-page .cars-toolbar .status-tabs .tab{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:hsla(0,0%,100%,.8);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page #my-property-page .cars-toolbar .status-tabs .tab:hover{background:rgba(17,24,39,.03)}#pc-wrap #my-page #my-property-page .cars-toolbar .status-tabs .tab.active{background:#111827;border-color:#111827;color:#fff}#pc-wrap #my-page #my-property-page .cars-toolbar .meta{color:rgba(15,23,42,.6);font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#pc-wrap #my-page #my-property-page .cars-error{padding:12px 14px;border-radius:14px;border:1px solid rgba(239,68,68,.25);background:rgba(239,68,68,.06)}#pc-wrap #my-page #my-property-page .cars-error .err-title{color:rgba(239,68,68,.95);font-family:Poppins,sans-serif;font-size:13px;font-weight:950}#pc-wrap #my-page #my-property-page .cars-error .err-desc{color:rgba(15,23,42,.7);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;margin-top:4px}#pc-wrap #my-page #my-property-page .cars-error .retry{margin-top:10px;height:34px;padding:0 12px;border-radius:12px;border:1px solid rgba(239,68,68,.35);color:rgba(239,68,68,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page #my-property-page .cars-list{width:100%;display:flex;flex-direction:column;gap:12px}#pc-wrap #my-page #my-property-page .car-row{display:grid;grid-template-columns:180px minmax(0,1fr) 140px;align-items:center;grid-gap:14px;gap:14px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.92);box-shadow:0 16px 45px rgba(17,24,39,.08);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#pc-wrap #my-page #my-property-page .car-row:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(17,24,39,.12);border-color:rgba(79,70,229,.16)}#pc-wrap #my-page #my-property-page .car-row .media{position:relative;height:120px;border-radius:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06);overflow:hidden}#pc-wrap #my-page #my-property-page .car-row .media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.14),hsla(8,79%,62%,.12))}#pc-wrap #my-page #my-property-page .car-row .media .media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.04),rgba(2,6,23,.42))}#pc-wrap #my-page #my-property-page .car-row .media .media-chip{position:absolute;left:10px;top:10px;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;z-index:1}#pc-wrap #my-page #my-property-page .car-row .body{min-width:0}#pc-wrap #my-page #my-property-page .car-row .body .title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}#pc-wrap #my-page #my-property-page .car-row .body .car-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:15px;font-weight:950;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #my-property-page .car-row .body .actions{display:flex;gap:8px}#pc-wrap #my-page #my-property-page .car-row .body .icon{min-width:0;width:36px;height:36px;border-radius:14px;border:1px solid rgba(17,24,39,.12);background:rgba(17,24,39,.04);color:rgba(15,23,42,.8)}#pc-wrap #my-page #my-property-page .car-row .body .icon:hover{background:rgba(17,24,39,.08)}#pc-wrap #my-page #my-property-page .car-row .body .icon svg{width:20px;height:20px}#pc-wrap #my-page #my-property-page .car-row .body .delete{border-color:rgba(239,68,68,.18);background:rgba(239,68,68,.06);color:rgba(239,68,68,.95)}#pc-wrap #my-page #my-property-page .car-row .body .delete:hover{background:rgba(239,68,68,.1)}#pc-wrap #my-page #my-property-page .car-row .body .meta{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #my-property-page .car-row .body .sub-row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs .spec{padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(17,24,39,.02);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs .status{padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);font-family:Poppins,sans-serif;font-size:12px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs .status.active{background:rgba(16,185,129,.12);border-color:rgba(16,185,129,.22);color:rgba(16,185,129,.95)}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs .status.blocked{background:rgba(245,158,11,.12);border-color:rgba(245,158,11,.22);color:rgba(245,158,11,.95)}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .specs .status.deleted{background:rgba(239,68,68,.1);border-color:rgba(239,68,68,.18);color:rgba(239,68,68,.95)}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .stats{display:flex;gap:8px}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .stats .stat{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.75);color:rgba(15,23,42,.8);font-family:Poppins,sans-serif;font-size:12px;font-weight:900}#pc-wrap #my-page #my-property-page .car-row .body .sub-row .stats .stat svg{width:18px;height:18px;color:rgba(15,23,42,.55)}#pc-wrap #my-page #my-property-page .car-row .price{text-align:right;padding-left:14px;border-left:1px dashed rgba(17,24,39,.12)}#pc-wrap #my-page #my-property-page .car-row .price .label{display:block;color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #my-property-page .car-row .price strong{display:block;color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.2px;margin-top:4px}#pc-wrap #my-page #my-property-page .car-row .price small{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #my-property-page .car-skeleton{display:grid;grid-template-columns:180px minmax(0,1fr) 140px;grid-gap:14px;gap:14px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.85)}#pc-wrap #my-page #my-property-page .car-skeleton .sk-media{height:120px;border-radius:16px}#pc-wrap #my-page #my-property-page .car-skeleton .sk-body{padding-top:6px}#pc-wrap #my-page #my-property-page .cars-empty{width:100%;padding:42px 16px;border-radius:18px;border:1px dashed rgba(17,24,39,.14);background:rgba(17,24,39,.02);text-align:center}#pc-wrap #my-page #my-property-page .cars-empty .empty-title{margin-top:10px;color:#0f172a;font-family:Poppins,sans-serif;font-size:15px;font-weight:950}#pc-wrap #my-page #my-property-page .cars-empty .empty-desc{margin-top:6px;color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#pc-wrap #my-page #my-property-page .cars-empty .add-btn{margin-top:14px}#pc-wrap #my-page #my-property-page .cars-footer{margin-top:6px}#pc-wrap #my-page #my-property-page .cars-footer .footer-meta{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:12px;font-weight:700}@media(max-width:900px){#pc-wrap #my-page #my-property-page .cars-header{flex-direction:column;align-items:flex-start}#pc-wrap #my-page #my-property-page .cars-header .right{align-items:flex-start}#pc-wrap #my-page #my-property-page .car-row,#pc-wrap #my-page #my-property-page .car-skeleton{grid-template-columns:140px minmax(0,1fr)}#pc-wrap #my-page #my-property-page .car-row .price,#pc-wrap #my-page #my-property-page .car-skeleton .price{display:none}}@media(max-width:640px){#pc-wrap #my-page #my-property-page .car-row,#pc-wrap #my-page #my-property-page .car-skeleton{grid-template-columns:1fr}#pc-wrap #my-page #my-property-page .car-row .media,#pc-wrap #my-page #my-property-page .car-skeleton .media{height:180px}}#pc-wrap #my-page #my-favorites-page,#pc-wrap #my-page #my-recently-visited-page{width:100%;display:flex;flex-direction:column;gap:16px}#pc-wrap #my-page #my-favorites-page .favorites-header,#pc-wrap #my-page #my-recently-visited-page .favorites-header{width:100%;flex-direction:row;justify-content:space-between;gap:16px}#pc-wrap #my-page #my-favorites-page .favorites-header .left,#pc-wrap #my-page #my-recently-visited-page .favorites-header .left{gap:6px}#pc-wrap #my-page #my-favorites-page .favorites-header .left .kicker,#pc-wrap #my-page #my-recently-visited-page .favorites-header .left .kicker{color:rgba(15,23,42,.55);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}#pc-wrap #my-page #my-favorites-page .favorites-header .left .title,#pc-wrap #my-page #my-recently-visited-page .favorites-header .left .title{color:#0f172a;font-family:Poppins,sans-serif;font-size:22px;font-weight:950;letter-spacing:-.3px}#pc-wrap #my-page #my-favorites-page .favorites-header .left .desc,#pc-wrap #my-page #my-recently-visited-page .favorites-header .left .desc{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:1.6}#pc-wrap #my-page #my-favorites-page .favorites-header .right,#pc-wrap #my-page #my-recently-visited-page .favorites-header .right{gap:10px}#pc-wrap #my-page #my-favorites-page .favorites-header .right .count,#pc-wrap #my-page #my-recently-visited-page .favorites-header .right .count{color:rgba(15,23,42,.7);font-family:Poppins,sans-serif;font-size:13px;font-weight:900}#pc-wrap #my-page #my-favorites-page .favorites-header .right .browse-btn,#pc-wrap #my-page #my-recently-visited-page .favorites-header .right .browse-btn{height:36px;padding:0 14px;border-radius:12px;background:#111827;color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page #my-favorites-page .favorites-header .right .browse-btn:hover,#pc-wrap #my-page #my-recently-visited-page .favorites-header .right .browse-btn:hover{background:#0b1220}#pc-wrap #my-page #my-favorites-page .favorites-error,#pc-wrap #my-page #my-recently-visited-page .favorites-error{padding:12px 14px;border-radius:14px;border:1px solid rgba(239,68,68,.25);background:rgba(239,68,68,.06)}#pc-wrap #my-page #my-favorites-page .favorites-error .err-title,#pc-wrap #my-page #my-recently-visited-page .favorites-error .err-title{color:rgba(239,68,68,.95);font-family:Poppins,sans-serif;font-size:13px;font-weight:950}#pc-wrap #my-page #my-favorites-page .favorites-error .err-desc,#pc-wrap #my-page #my-recently-visited-page .favorites-error .err-desc{color:rgba(15,23,42,.7);font-family:Poppins,sans-serif;font-size:12px;font-weight:500;margin-top:4px}#pc-wrap #my-page #my-favorites-page .favorites-error .retry,#pc-wrap #my-page #my-recently-visited-page .favorites-error .retry{margin-top:10px;height:34px;padding:0 12px;border-radius:12px;border:1px solid rgba(239,68,68,.35);color:rgba(239,68,68,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#pc-wrap #my-page #my-favorites-page .favorites-list,#pc-wrap #my-page #my-recently-visited-page .favorites-list{width:100%;display:flex;flex-direction:column;gap:12px}#pc-wrap #my-page #my-favorites-page .favorite-row,#pc-wrap #my-page #my-recently-visited-page .favorite-row{display:grid;grid-template-columns:180px minmax(0,1fr) 140px;align-items:center;grid-gap:14px;gap:14px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.92);box-shadow:0 16px 45px rgba(17,24,39,.08);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}#pc-wrap #my-page #my-favorites-page .favorite-row:hover,#pc-wrap #my-page #my-recently-visited-page .favorite-row:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(17,24,39,.12);border-color:rgba(79,70,229,.16)}#pc-wrap #my-page #my-favorites-page .favorite-row .media,#pc-wrap #my-page #my-recently-visited-page .favorite-row .media{position:relative;height:120px;border-radius:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06);overflow:hidden}#pc-wrap #my-page #my-favorites-page .favorite-row .media.no-image,#pc-wrap #my-page #my-recently-visited-page .favorite-row .media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.14),hsla(8,79%,62%,.12))}#pc-wrap #my-page #my-favorites-page .favorite-row .media .media-overlay,#pc-wrap #my-page #my-recently-visited-page .favorite-row .media .media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.04),rgba(2,6,23,.42))}#pc-wrap #my-page #my-favorites-page .favorite-row .media .media-chip,#pc-wrap #my-page #my-recently-visited-page .favorite-row .media .media-chip{position:absolute;left:10px;top:10px;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;z-index:1}#pc-wrap #my-page #my-favorites-page .favorite-row .body,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body{min-width:0}#pc-wrap #my-page #my-favorites-page .favorite-row .body .title-row,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}#pc-wrap #my-page #my-favorites-page .favorite-row .body .car-title,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .car-title{color:#0f172a;font-family:Poppins,sans-serif;font-size:15px;font-weight:950;letter-spacing:-.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #my-favorites-page .favorite-row .body .remove,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .remove{min-width:0;width:36px;height:36px;border-radius:14px;border:1px solid rgba(239,68,68,.18);background:rgba(239,68,68,.06);color:rgba(239,68,68,.95)}#pc-wrap #my-page #my-favorites-page .favorite-row .body .remove:hover,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .remove:hover{background:rgba(239,68,68,.1)}#pc-wrap #my-page #my-favorites-page .favorite-row .body .remove.not-fav,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .remove.not-fav{border-color:rgba(17,24,39,.12);background:rgba(17,24,39,.04);color:rgba(15,23,42,.75)}#pc-wrap #my-page #my-favorites-page .favorite-row .body .remove.not-fav:hover,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .remove.not-fav:hover{background:rgba(17,24,39,.08)}#pc-wrap #my-page #my-favorites-page .favorite-row .body .remove svg,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .remove svg{width:20px;height:20px}#pc-wrap #my-page #my-favorites-page .favorite-row .body .meta,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .meta{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row .specs,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row .specs{display:flex;flex-wrap:wrap;gap:8px}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row .specs .spec,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row .specs .spec{padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:rgba(17,24,39,.02);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row .stats,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row .stats{display:flex;gap:8px}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row .stats .stat,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row .stats .stat{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.75);color:rgba(15,23,42,.8);font-family:Poppins,sans-serif;font-size:12px;font-weight:900}#pc-wrap #my-page #my-favorites-page .favorite-row .body .sub-row .stats .stat svg,#pc-wrap #my-page #my-recently-visited-page .favorite-row .body .sub-row .stats .stat svg{width:18px;height:18px;color:rgba(15,23,42,.55)}#pc-wrap #my-page #my-favorites-page .favorite-row .price,#pc-wrap #my-page #my-recently-visited-page .favorite-row .price{text-align:right;padding-left:14px;border-left:1px dashed rgba(17,24,39,.12)}#pc-wrap #my-page #my-favorites-page .favorite-row .price .label,#pc-wrap #my-page #my-recently-visited-page .favorite-row .price .label{display:block;color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #my-favorites-page .favorite-row .price strong,#pc-wrap #my-page #my-recently-visited-page .favorite-row .price strong{display:block;color:#0f172a;font-size:18px;font-weight:950;letter-spacing:-.2px;margin-top:4px}#pc-wrap #my-page #my-favorites-page .favorite-row .price small,#pc-wrap #my-page #my-recently-visited-page .favorite-row .price small{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#pc-wrap #my-page #my-favorites-page .favorite-skeleton,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton{display:grid;grid-template-columns:180px minmax(0,1fr) 140px;grid-gap:14px;gap:14px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.85)}#pc-wrap #my-page #my-favorites-page .favorite-skeleton .sk-media,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton .sk-media{height:120px;border-radius:16px}#pc-wrap #my-page #my-favorites-page .favorite-skeleton .sk-body,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton .sk-body{padding-top:6px}#pc-wrap #my-page #my-favorites-page .favorites-empty,#pc-wrap #my-page #my-recently-visited-page .favorites-empty{width:100%;padding:42px 16px;border-radius:18px;border:1px dashed rgba(17,24,39,.14);background:rgba(17,24,39,.02);text-align:center}#pc-wrap #my-page #my-favorites-page .favorites-empty .empty-title,#pc-wrap #my-page #my-recently-visited-page .favorites-empty .empty-title{margin-top:10px;color:#0f172a;font-family:Poppins,sans-serif;font-size:15px;font-weight:950}#pc-wrap #my-page #my-favorites-page .favorites-empty .empty-desc,#pc-wrap #my-page #my-recently-visited-page .favorites-empty .empty-desc{margin-top:6px;color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#pc-wrap #my-page #my-favorites-page .favorites-empty .browse-btn,#pc-wrap #my-page #my-recently-visited-page .favorites-empty .browse-btn{margin-top:14px}#pc-wrap #my-page #my-favorites-page .favorites-footer,#pc-wrap #my-page #my-recently-visited-page .favorites-footer{margin-top:6px}#pc-wrap #my-page #my-favorites-page .favorites-footer .footer-meta,#pc-wrap #my-page #my-recently-visited-page .favorites-footer .footer-meta{color:rgba(15,23,42,.62);font-family:Poppins,sans-serif;font-size:12px;font-weight:700}@media(max-width:1200px){#pc-wrap #my-page #my-favorites-page .favorite-row,#pc-wrap #my-page #my-favorites-page .favorite-skeleton,#pc-wrap #my-page #my-recently-visited-page .favorite-row,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton{grid-template-columns:160px minmax(0,1fr) 130px}}@media(max-width:900px){#pc-wrap #my-page #my-favorites-page .favorites-header,#pc-wrap #my-page #my-recently-visited-page .favorites-header{flex-direction:column;align-items:flex-start}#pc-wrap #my-page #my-favorites-page .favorites-header .right,#pc-wrap #my-page #my-recently-visited-page .favorites-header .right{align-items:flex-start}#pc-wrap #my-page #my-favorites-page .favorite-row,#pc-wrap #my-page #my-favorites-page .favorite-skeleton,#pc-wrap #my-page #my-recently-visited-page .favorite-row,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton{grid-template-columns:140px minmax(0,1fr)}#pc-wrap #my-page #my-favorites-page .favorite-row .price,#pc-wrap #my-page #my-favorites-page .favorite-skeleton .price,#pc-wrap #my-page #my-recently-visited-page .favorite-row .price,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton .price{display:none}}@media(max-width:640px){#pc-wrap #my-page #my-favorites-page .favorite-row,#pc-wrap #my-page #my-favorites-page .favorite-skeleton,#pc-wrap #my-page #my-recently-visited-page .favorite-row,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton{grid-template-columns:1fr}#pc-wrap #my-page #my-favorites-page .favorite-row .media,#pc-wrap #my-page #my-favorites-page .favorite-skeleton .media,#pc-wrap #my-page #my-recently-visited-page .favorite-row .media,#pc-wrap #my-page #my-recently-visited-page .favorite-skeleton .media{height:180px}}#pc-wrap #my-page #my-saved-page{width:100%;height:auto;display:flex;flex-direction:column;gap:57px}#pc-wrap #my-page #my-saved-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #my-page #my-saved-page .main-title-box .right-box{width:315px}#pc-wrap #my-page #my-saved-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #my-page #my-saved-page .main-title-box .right-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-saved-page .my-saved-list-box{width:100%;height:auto;padding:30px;border-radius:12px;border:1px solid hsla(0,0%,77%,.79);box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #my-page #my-saved-page .my-saved-list-box .list-title-box{width:100%;height:60px;flex-direction:row;align-items:center;padding:0 30px;border-radius:12px;background:#f6f6f6}#pc-wrap #my-page #my-saved-page .my-saved-list-box .list-title-box p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-saved-page .my-saved-list-box .list-title-box .date-created{margin-left:360px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .list-title-box .action{margin-left:200px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box{width:100%;height:80px;flex-direction:row;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid #ddd}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .title{width:410px;margin-right:20px;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .date{width:150px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .action-box{width:auto;height:100%;flex-direction:row;align-items:center;justify-content:center;margin-left:120px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .action-box .icon-button{width:40px;height:40px;border-radius:4px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .action-box .icon-button :hover{background:#f6f6f6}#pc-wrap #my-page #my-saved-page .my-saved-list-box .search-box .action-box .icon-button .buttons{color:#181a20}#pc-wrap #my-page #my-saved-page .my-saved-list-box .pagination-config{width:100%;height:auto;justify-content:center;align-items:center;margin-top:30px}#pc-wrap #my-page #my-saved-page .my-saved-list-box .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page{width:100%;height:auto;display:flex;flex-direction:column;gap:20px}#pc-wrap #my-page #my-profile-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #my-page #my-profile-page .main-title-box .right-box{width:315px}#pc-wrap #my-page #my-profile-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #my-page #my-profile-page .main-title-box .right-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .top-box{width:100%;padding:30px;margin-top:35px;gap:25px;border-radius:12px;border:1px solid #c4c4c4;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #my-page #my-profile-page .top-box .photo-box{gap:23px}#pc-wrap #my-page #my-profile-page .top-box .photo-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box{flex-direction:row;gap:50px}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .image-box{position:relative;width:194px;height:157px}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .image-box img{width:100%;height:100%;border-radius:15px;object-fit:cover}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .image-box .delete-box{position:absolute;top:10px;left:10px;width:36px;height:32px;background-color:#fff;align-items:center;justify-content:center;border-radius:12px}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .upload-big-box{align-self:flex-end;gap:22px}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .upload-big-box .labeler{display:flex;width:210.023px;height:40.135px;justify-content:center;align-items:center;cursor:pointer;border-radius:12px;border:1px solid #181a20}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .upload-big-box .labeler p{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .photo-box .image-big-box .upload-big-box .upload-text{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .top-box .small-input-box{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:30px}#pc-wrap #my-page #my-profile-page .top-box .small-input-box .input-box{width:48%;gap:10px}#pc-wrap #my-page #my-profile-page .top-box .small-input-box .input-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .small-input-box .input-box input{height:55px;outline:none;padding:0 15px;border-radius:8px;border:1px solid #ddd}#pc-wrap #my-page #my-profile-page .top-box .small-input-box .input-box input ::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .top-box .address-box{gap:10px}#pc-wrap #my-page #my-profile-page .top-box .address-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .address-box input{height:55px;outline:none;padding:0 15px;border-radius:8px;border:1px solid #ddd}#pc-wrap #my-page #my-profile-page .top-box .address-box input ::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .top-box .about-me-box{gap:10px}#pc-wrap #my-page #my-profile-page .top-box .about-me-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .about-me-box .about-textarea{height:170px;padding:20px 15px;border-radius:8px;border:1px solid #ddd;color:#717171;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .top-box .about-me-box .update-button{display:flex;width:170px;height:38px;justify-content:center;align-items:center;gap:10px;align-self:flex-end;margin-top:30px;border-radius:12px;background-color:#000}#pc-wrap #my-page #my-profile-page .top-box .about-me-box .update-button p{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .top-box .about-me-box button:disabled{background:rgba(24,26,32,.271)}#pc-wrap #my-page #my-profile-page .bottom-box{width:100%;padding:30px;gap:25px;border-radius:12px;border:1px solid #c4c4c4;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box{gap:20px}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box .old-password-box{gap:10px}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box .old-password-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box .old-password-box input{width:50%;height:55px;outline:none;padding:0 15px;border-radius:8px;border:1px solid #ddd}#pc-wrap #my-page #my-profile-page .bottom-box .top-inner-box .old-password-box input ::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .bottom-box .bottom-inner-box{width:100%;flex-direction:row;gap:45px}#pc-wrap #my-page #my-profile-page .bottom-box .bottom-inner-box .new-password-box{width:100%;gap:10px}#pc-wrap #my-page #my-profile-page .bottom-box .bottom-inner-box .new-password-box .title{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-page #my-profile-page .bottom-box .bottom-inner-box .new-password-box input{height:55px;outline:none;padding:0 15px;border-radius:8px;border:1px solid #ddd}#pc-wrap #my-page #my-profile-page .bottom-box .bottom-inner-box .new-password-box input ::placeholder{color:#717171;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-page #my-profile-page .bottom-box .change-password{display:flex;width:170px;height:38px;justify-content:center;align-items:center;gap:10px;align-self:flex-end;margin-top:18px;border-radius:12px;background-color:#000}#pc-wrap #my-page #my-profile-page .bottom-box .change-password p{color:#fff;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #my-articles-page{width:100%;height:auto}#pc-wrap #my-articles-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #my-articles-page .main-title-box .right-box{width:315px}#pc-wrap #my-articles-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #my-articles-page .main-title-box .right-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #my-articles-page .article-list-box{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:25px;margin-top:55px;margin-bottom:87px}#pc-wrap #my-articles-page .pagination-conf{width:100%;height:auto;justify-content:center;align-items:center;margin-top:30px}#pc-wrap #my-articles-page .pagination-conf .total p{color:#181a20;font-size:14px;text-align:center;font-family:Poppins,sans-serif;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #write-article-page{width:100%;height:auto}#pc-wrap #write-article-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #write-article-page .main-title-box .right-box{width:315px}#pc-wrap #write-article-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #write-article-page .main-title-box .right-box .sub-title{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #write-article-page .right-wrap{width:100%;height:auto}#pc-wrap #write-article-page .right-wrap .cont_bd{padding:30px 0}#pc-wrap #write-article-page .right-wrap .cont_bd .form_hd>div{margin-bottom:16px}#pc-wrap #write-article-page .right-wrap .flex-space .btn-next{background:#87cdf9;color:#000}#pc-wrap #write-article-page .right-wrap .select{width:214px;height:40px;font-size:14px}#pc-wrap #write-article-page .right-wrap .input-tit{font-size:14px;padding:0 16px;margin-top:16px;border:1px solid #eee;border-radius:4px}#pc-wrap #write-article-page .right-wrap .btn-flex{margin-top:40px}#pc-wrap #write-article-page .css-guvl2y-MuiButtonBase-root-MuiButton-root{background:#87cdf9}#pc-wrap #write-article-page .css-guvl2y-MuiButtonBase-root-MuiButton-root svg{fill:#000}#pc-wrap #write-article-page .toastui-editor-popup-body{padding:20px}#pc-wrap #write-article-page .youtube-input{padding:8px 16px;border:1px solid #ddd}#pc-wrap #write-article-page .youtube-div{display:flex;flex-direction:column}#pc-wrap #write-article-page .toastui-editor-defaultUI button{padding:4px}#pc-wrap #community-list-page .container{padding:96px 0 120px;display:flex;flex-direction:column;gap:28px}#pc-wrap #community-list-page .community-hero{display:grid;grid-template-columns:1.4fr .9fr;grid-gap:24px;gap:24px;padding:28px;border-radius:24px;background:radial-gradient(circle at 10% 20%,rgba(124,93,255,.16),transparent 35%),radial-gradient(circle at 80% 0,rgba(255,112,168,.18),transparent 28%),#0b1022;color:#f3f6ff;box-shadow:0 30px 90px rgba(5,8,20,.36)}#pc-wrap #community-list-page .hero-text .eyebrow{font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:#a9b7ff;font-weight:700}#pc-wrap #community-list-page .hero-text .hero-title{font-size:32px;font-weight:900;letter-spacing:-.4px}#pc-wrap #community-list-page .hero-text .hero-sub{color:rgba(243,246,255,.78);max-width:560px;line-height:1.5;font-size:15px}#pc-wrap #community-list-page .hero-text .hero-actions button{border-radius:14px;padding:10px 16px;font-weight:800;text-transform:none}#pc-wrap #community-list-page .hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;align-content:start}#pc-wrap #community-list-page .stat-card{background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);border-radius:16px;padding:14px 16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center}#pc-wrap #community-list-page .stat-card .stat-number{font-size:22px;font-weight:900;color:#fff}#pc-wrap #community-list-page .stat-card .stat-label{font-size:12px;color:rgba(243,246,255,.72);letter-spacing:.02em}#pc-wrap #community-list-page .community-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:22px;gap:22px}#pc-wrap #community-list-page .sidebar{border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 16px 40px rgba(15,23,42,.08);padding:16px;display:flex;flex-direction:column;gap:12px}#pc-wrap #community-list-page .sidebar .side-title{font-weight:800;font-size:16px}#pc-wrap #community-list-page .sidebar .side-list{display:flex;flex-direction:column;gap:10px}#pc-wrap #community-list-page .sidebar .side-item{justify-content:flex-start;align-items:flex-start;text-transform:none;border-radius:12px;padding:12px;border:1px solid #e2e8f0;background:#f8fafc}#pc-wrap #community-list-page .sidebar .side-item .label{font-weight:800;color:#0f172a}#pc-wrap #community-list-page .sidebar .side-item .desc{font-size:12px;color:#64748b}#pc-wrap #community-list-page .sidebar .side-item.active{border-color:transparent;background:linear-gradient(120deg,#7c5dff,#ff70a8);color:#fff;box-shadow:0 12px 30px rgba(124,93,255,.35)}#pc-wrap #community-list-page .sidebar .side-item.active .label{color:#fff}#pc-wrap #community-list-page .sidebar .side-item.active .desc{color:hsla(0,0%,100%,.8)}#pc-wrap #community-list-page .sidebar .side-meta{border-top:1px dashed #e2e8f0;padding-top:10px;display:flex;align-items:center;justify-content:space-between}#pc-wrap #community-list-page .sidebar .side-meta .meta-title{color:#475569;font-size:13px}#pc-wrap #community-list-page .sidebar .side-meta .meta-value{font-weight:800}#pc-wrap #community-list-page .content{display:flex;flex-direction:column;gap:16px}#pc-wrap #community-list-page .content-header .content-title{font-size:20px;font-weight:900;color:#0f172a}#pc-wrap #community-list-page .content-header .content-sub{color:#64748b;font-size:13px}#pc-wrap #community-list-page .community-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}#pc-wrap #community-list-page .card-skeleton{border-radius:18px;border:1px solid #eef1f6;padding:14px;box-shadow:0 12px 32px rgba(10,20,40,.08)}#pc-wrap #community-list-page .empty-state{width:100%;border:1px dashed #cbd5e1;border-radius:18px;padding:32px;text-align:center;background:#f8fafc;box-shadow:inset 0 1px 0 #fff;display:flex;flex-direction:column;align-items:center;gap:8px}#pc-wrap #community-list-page .empty-state .empty-title{font-weight:800;font-size:18px;color:#0f172a}#pc-wrap #community-list-page .empty-state .empty-desc{color:#475569;font-size:14px}#pc-wrap #community-list-page .empty-state button{margin-top:8px;border-radius:12px;text-transform:none;font-weight:800}#pc-wrap #community-list-page .community-pagination{justify-content:flex-end;padding-top:6px;gap:10px}#pc-wrap #community-list-page .community-pagination .page-meta{color:#475569;font-size:13px;font-weight:600}#pc-wrap #community-detail-page{padding:70px 0 90px}#pc-wrap #community-detail-page .container{display:flex;flex-direction:column;gap:24px}#pc-wrap #community-detail-page .cd-empty{border:1px solid #e5e7eb;border-radius:14px;padding:18px;background:#fff;box-shadow:0 6px 16px rgba(15,23,42,.04)}#pc-wrap #community-detail-page .cd-header-simple{padding:18px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.05)}#pc-wrap #community-detail-page .cd-author-card{padding:16px;border-radius:14px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 6px 16px rgba(15,23,42,.04)}#pc-wrap #community-detail-page .hero-chip{background:#eef2ff;color:#4338ca;font-weight:800;letter-spacing:.2px}#pc-wrap #community-detail-page .hero-title{font-size:24px;font-weight:900;letter-spacing:-.2px}#pc-wrap #community-detail-page .hero-sub{color:#475569;line-height:1.6;font-size:15px}#pc-wrap #community-detail-page .hero-meta,#pc-wrap #community-detail-page .hero-stats{color:#0f172a}#pc-wrap #community-detail-page .hero-meta .hero-author,#pc-wrap #community-detail-page .hero-stats .hero-author{font-weight:800}#pc-wrap #community-detail-page .hero-meta .hero-date,#pc-wrap #community-detail-page .hero-stats .hero-date{font-size:12px;color:#94a3b8}#pc-wrap #community-detail-page .hero-meta span,#pc-wrap #community-detail-page .hero-stats span{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:13px;cursor:default}#pc-wrap #community-detail-page .like-pill{padding:6px 10px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;transition:.2s;cursor:pointer}#pc-wrap #community-detail-page .like-pill:hover{background:#e2e8f0}#pc-wrap #community-detail-page .cd-content-card{border-radius:18px;border:1px solid #e2e8f0;background:#fff;padding:20px;box-shadow:0 10px 26px rgba(15,23,42,.06)}#pc-wrap .cs-page{position:relative;padding:60px 0;width:100%;height:auto}#pc-wrap .cs-page .container,#pc-wrap .cs-page .container .cs-main-info{display:flex;flex-direction:column}#pc-wrap .cs-page .container .cs-main-info .info{display:flex;flex-direction:column;align-items:center}#pc-wrap .cs-page .container .cs-main-info .info span{color:#000;font-family:Poppins,sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.525px}#pc-wrap .cs-page .container .cs-main-info .info p{color:#757575;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .cs-page .container .cs-main-info .btns{margin-top:50px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .cs-page .container .cs-main-info .btns :first-child{border-radius:4px 0 0 4px}#pc-wrap .cs-page .container .cs-main-info .btns :last-child{border-radius:0 4px 4px 0}#pc-wrap .cs-page .container .cs-main-info .btns div{width:204px;height:46px;display:flex;justify-content:center;align-items:center;border:1px solid #eee;cursor:pointer;color:#bdbdbd;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.42px}#pc-wrap .cs-page .container .cs-main-info .btns div.active{border:1px solid #725ce8;background:#eb6753;color:#fff}#pc-wrap .cs-page .container .cs-content{margin-top:25px;display:flex;flex-direction:column}#pc-wrap .cs-page .container .cs-content .title{margin-bottom:25px;color:#000;font-family:Poppins,sans-serif;font-size:27px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:.54px}#pc-wrap .cs-page .container .cs-content .pagination{margin-top:50px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .cs-page .container .cs-content .notice-content .main{border:1px solid #eee}#pc-wrap .cs-page .container .cs-content .notice-content .main .top{padding:25px 33px;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .cs-page .container .cs-content .notice-content .main .top span{color:#000;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom{display:flex;flex-direction:column}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card{padding:20px 14px 20px 30px;display:flex;flex-direction:row;justify-content:space-between;border:1px solid #eee}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card.event{background:#f6d79a}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card div{padding:6px 9px;border-radius:12px;border:1px solid #eb6753;color:#eb6753;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card .notice-number{margin-left:18px;width:39px;color:#bdbdbd;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card .notice-title{width:1060px;color:#000;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .cs-page .container .cs-content .notice-content .main .bottom .notice-card .notice-date{color:#bdbdbd;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .cs-page .container .cs-content .faq-content{margin-top:25px;display:flex;flex-direction:column}#pc-wrap .cs-page .container .cs-content .faq-content .categories{display:flex;flex-direction:row;justify-content:center}#pc-wrap .cs-page .container .cs-content .faq-content .categories div{width:14%;height:40px;display:flex;justify-content:center;align-items:center;color:#bdbdbd;text-align:center;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.225px;cursor:pointer}#pc-wrap .cs-page .container .cs-content .faq-content .categories div.active{border-bottom:1px solid #eb6753;color:#eb6753}#pc-wrap .cs-page .container .cs-content .faq-content .wrap{margin-top:50px}#pc-wrap .cs-page .container .cs-content .faq-content .wrap .MuiAccordionDetails-root{padding:30px 20px;background:#fafafa}#pc-wrap .cs-page .container .cs-content .faq-content .wrap .badge{margin:0 24px;display:inline-block;padding:4px 10px;border:1px solid #725ce8;border-radius:7px;color:#725ce8}#pc-wrap .cs-page .container .cs-content .faq-content .wrap .question .badge{background:#e92c28;color:#fff}#pc-wrap .cs-page .container .cs-content .faq-content .wrap .answer{margin-left:80px;display:flex;white-space:nowrap;align-items:center;flex-direction:row}#pc-wrap .cs-page .container .cs-content .faq-content .wrap .answer .badge{color:#eb6753;border:1px solid #eb6753}#pc-wrap .about-page{position:relative;padding:120px 0 60px;width:100%;height:auto}#pc-wrap .about-page .intro{display:flex;flex-direction:row;justify-content:center}#pc-wrap .about-page .intro .container{flex-direction:row;justify-content:space-between}#pc-wrap .about-page .intro .container .left{width:40%}#pc-wrap .about-page .intro .container .left strong{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap .about-page .intro .container .right{width:48%;display:flex;flex-direction:column}#pc-wrap .about-page .intro .container .right p{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .about-page .intro .container .right .boxes{margin-top:86px;display:flex;flex-direction:row}#pc-wrap .about-page .intro .container .right .boxes .box{margin-right:85px;width:203px;height:auto;display:flex;flex-direction:column}#pc-wrap .about-page .intro .container .right .boxes .box div{width:77px;height:70px;border-radius:50%;display:flex;justify-content:center;align-items:center;background:#f6f6f6}#pc-wrap .about-page .intro .container .right .boxes .box div img{width:36px;height:36px}#pc-wrap .about-page .intro .container .right .boxes .box span{margin:20px 0 10px;color:#181a20;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .about-page .intro .container .right .boxes .box p{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .about-page .statistics{margin-top:120px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .about-page .statistics .container{flex-direction:column}#pc-wrap .about-page .statistics .container .banner{width:100%;height:500px}#pc-wrap .about-page .statistics .container .banner img{width:100%;border-radius:12px}#pc-wrap .about-page .statistics .container .info{margin-top:120px;display:flex;flex-direction:row;justify-content:space-evenly}#pc-wrap .about-page .statistics .container .info div{display:flex;flex-direction:column;align-items:center}#pc-wrap .about-page .statistics .container .info div strong{color:#181a20;font-family:Poppins,sans-serif;font-size:42px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .about-page .statistics .container .info div p{margin-top:4px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .about-page .agents{margin-top:120px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .about-page .agents .container{flex-direction:column}#pc-wrap .about-page .agents .container .title{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap .about-page .agents .container .desc{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .about-page .agents .container .wrap{margin-top:60px;display:flex;flex-direction:row}#pc-wrap .about-page .options{position:relative;margin-top:120px;width:100%;height:720px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:24px;background:#fef4f3}#pc-wrap .about-page .options .about-banner{position:absolute;right:0;width:821px;height:720px;border-radius:0 24px 24px 0}#pc-wrap .about-page .options .container{flex-direction:column}#pc-wrap .about-page .options .container strong{width:445px;color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap .about-page .options .container .box{margin-top:40px;display:flex;flex-direction:row;align-items:center}#pc-wrap .about-page .options .container .box .icon-box{width:84px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fdeae8}#pc-wrap .about-page .options .container .box .text-box{margin-left:24px;display:flex;flex-direction:column}#pc-wrap .about-page .options .container .box .text-box span{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .about-page .options .container .box .text-box p{width:445px;margin-top:5px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .about-page .options .container .btn{margin-top:30px;padding:0 30px;max-width:180px;height:55px;display:flex;flex-direction:row;align-items:center;border-radius:12px;box-sizing:border-box;background:#181a20;justify-content:center;color:#fff;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap .about-page .options .container .btn img{margin-left:10px;width:16px;height:16px;filter:brightness(0) invert(1)}#pc-wrap .about-page .partners{margin-top:120px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .about-page .partners .container{flex-direction:column}#pc-wrap .about-page .partners .container span{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap .about-page .partners .container .wrap{margin-top:60px;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .about-page .help{margin-top:120px;display:flex;flex-direction:row;justify-content:center}#pc-wrap .about-page .help .container{padding:110px 65px;flex-direction:row;justify-content:space-between;border-radius:12px;background:#f6f6f6}#pc-wrap .about-page .help .container .left{display:flex;flex-direction:column}#pc-wrap .about-page .help .container .left strong{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap .about-page .help .container .left p{margin-top:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap .about-page .help .container .right{display:flex;flex-direction:row}#pc-wrap .about-page .help .container .right div{padding:0 30px;height:55px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:12px;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap .about-page .help .container .right div img{width:16px;height:16px}#pc-wrap .about-page .help .container .right div.white{color:#181a20;border:1px solid #181a20}#pc-wrap .about-page .help .container .right div.white img{margin-left:10px}#pc-wrap .about-page .help .container .right div.black{margin-left:30px;color:#fff;background:#181a20}#pc-wrap .about-page .help .container .right div.black img{margin-right:10px;filter:brightness(0) invert(1)}#pc-wrap .join-page{position:relative;padding:90px 0;width:100%;height:auto}#pc-wrap .join-page .container{align-items:center}#pc-wrap .join-page .container .main{width:1200px;height:900px;display:flex;flex-direction:row;border-radius:12px 0 0 12px;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap .join-page .container .main .left{width:50%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}#pc-wrap .join-page .container .main .left .logo{display:flex;flex-direction:row;align-items:center}#pc-wrap .join-page .container .main .left .logo img{width:40px;height:40px}#pc-wrap .join-page .container .main .left .logo span{margin-left:10px;font-family:Poppins,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.44px;color:#181a20}#pc-wrap .join-page .container .main .left .info{margin-top:30px;display:flex;flex-direction:column;align-items:center}#pc-wrap .join-page .container .main .left .info span{font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal;text-transform:uppercase;color:#181a20}#pc-wrap .join-page .container .main .left .info p{margin-top:5px;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;color:#181a20}#pc-wrap .join-page .container .main .left .input-wrap{margin-top:45px;width:470px;display:flex;flex-direction:column}#pc-wrap .join-page .container .main .left .input-wrap .input-box{margin-top:20px;display:flex;flex-direction:column}#pc-wrap .join-page .container .main .left .input-wrap .input-box:first-child{margin-top:0}#pc-wrap .join-page .container .main .left .input-wrap .input-box span{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:#181a20}#pc-wrap .join-page .container .main .left .input-wrap .input-box input{padding:0 15px;width:100%;height:55px;border-radius:8px;border:1px solid #ddd;background:#fff;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;color:#717171}#pc-wrap .join-page .container .main .left .register{margin-top:45px;width:470px;display:flex;flex-direction:column;align-items:center}#pc-wrap .join-page .container .main .left .register .type-option{display:flex;flex-direction:row;align-items:center}#pc-wrap .join-page .container .main .left .register .type-option span.text{font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;color:#181a20}#pc-wrap .join-page .container .main .left .register .type-option div{margin-left:20px;display:flex;flex-direction:row}#pc-wrap .join-page .container .main .left .register .type-option div:first-child{margin-right:25px}#pc-wrap .join-page .container .main .left .register .remember-info{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#pc-wrap .join-page .container .main .left .register .remember-info a{font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;cursor:pointer;color:#181a20}#pc-wrap .join-page .container .main .left .register button{margin-top:25px;width:100%;height:55px;border-radius:12px;background:#eb6753;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;color:#fff}#pc-wrap .join-page .container .main .left .register button img{filter:brightness(0) invert(1)}#pc-wrap .join-page .container .main .left .ask-info{margin-top:90px}#pc-wrap .join-page .container .main .left .ask-info p{font-family:Poppins,sans-serif;font-size:20px;font-style:normal;line-height:normal;font-weight:400;color:#181a20}#pc-wrap .join-page .container .main .left .ask-info p b{margin-left:10px;font-weight:600;font-size:32px;cursor:pointer;text-decoration:underline}#pc-wrap .join-page .container .main .right{width:50%;height:100%;background-image:url(/img/banner/joinBg.svg);background-size:cover}#pc-wrap .MuiAppBar-root{height:64px;display:flex;flex-direction:row;justify-content:flex-end;padding:0 24px;position:fixed;left:auto;box-shadow:none;background:#fff;border-bottom:1px solid rgba(0,0,0,.12)}#pc-wrap .MuiAppBar-root .settings-icon-admin{margin-right:15px;color:#7b809a;cursor:pointer}#pc-wrap .aside .logo-box{display:flex;flex-direction:row;padding:16px 0}#pc-wrap .aside .logo-box img{width:90px;height:90px}#pc-wrap .aside .user{background:#f5f5f5}#pc-wrap .aside hr{margin:24px 0}#pc-wrap .aside .MuiListItemIcon-root{margin-right:16px}#pc-wrap .user{background:#f5f5f5}#pc-wrap .menu-list{padding:8px 24px 8px 32px}#pc-wrap .menu-list li{padding:8px 16px 8px 28px;border-radius:4px;font-size:14px}#pc-wrap .menu-list li.on{font-weight:600;background:#fdf4f4;color:#f54d56}#pc-wrap .menu-list li.on span{color:#212121}#pc-wrap #bunker{width:calc(100% - 280px);margin-left:auto;padding:116px 24px;align-items:center}#pc-wrap #bunker .flex-space{display:flex;flex-direction:row;align-items:center;justify-content:space-between}#pc-wrap #bunker .title{margin-bottom:24px}#pc-wrap #bunker .badge{padding:3px 8px;font-weight:500;font-size:12px;border-radius:4px}#pc-wrap #bunker .success{color:#229a16;background:rgba(84,214,44,.16)}#pc-wrap #bunker .warning{color:#f57c00;background:rgba(245,124,0,.1);border-radius:4px}#pc-wrap #bunker .error{color:#b72136;background:rgba(255,72,66,.16)}#pc-wrap #bunker .block{color:#ab47bc;background:rgba(171,71,188,.1);border-radius:4px}#pc-wrap #bunker .delete{background:#757575;color:#fff;border-radius:4px}#pc-wrap #bunker .success-txt{font-size:14px;color:#229a16}#pc-wrap #bunker .warning-txt{font-size:14px;color:#f57c00}#pc-wrap #bunker .error-txt{font-size:14px;color:#b72136}#pc-wrap #bunker .hacking-txt{font-size:14px;color:#ab47bc}#pc-wrap #bunker .delete-txt{font-size:14px;color:#757575}#pc-wrap #bunker .up{color:#2d99ff;background:rgba(45,153,255,.3)}#pc-wrap #bunker .down{color:#ff3030;background:rgba(255,48,48,.3)}#pc-wrap #bunker .content{width:100%}#pc-wrap #bunker .content .no-data{font-size:16px}#pc-wrap #bunker .detail{min-width:1080px;align-items:center;justify-content:center}#pc-wrap #bunker .detail .back{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}#pc-wrap #bunker .detail .info-area{flex-direction:row}#pc-wrap #bunker .detail .info-area>ul{flex:1 1}#pc-wrap #bunker .detail .info-area li{padding:16px 24px}#pc-wrap #bunker .detail .info-area hr{margin:6px 10px;border-color:#bdbdbd}#pc-wrap #bunker .detail .info-area span:first-child{width:220px;min-width:220px}#pc-wrap #bunker .detail .info-area .active{color:#229a16;background:rgba(84,214,44,.16)}#pc-wrap #bunker .detail .info-area .warning{color:#f57c00;padding:4px;background:rgba(245,124,0,.1);border-radius:4px}#pc-wrap #bunker .detail .info-area .error{color:#b72136;background:rgba(255,72,66,.16)}#pc-wrap #bunker .detail .info-area .hacking{color:#ab47bc;padding:4px;background:rgba(171,71,188,.1);border-radius:4px}#pc-wrap #bunker .detail .MuiTabPanel-root{padding:0;margin:24px 0}#pc-wrap #bunker .detail .banned-wrap>div{margin:0 8px 8px 0}#pc-wrap #bunker .content-area strong{margin:0 3px}#pc-wrap #bunker .content-area .tit{font-size:20px;padding:32px 24px}#pc-wrap #bunker .content-area .btn-upload{flex-direction:column}#pc-wrap #bunker .content-area .btn-upload .img-area img{width:100%}#pc-wrap #bunker .content-area .comment{height:150px}#pc-wrap #bunker .content-area .comment textarea{width:50%;height:80%;padding:10px;font-size:14px;border:1px solid #eee;border-radius:4px;resize:none}#pc-wrap #bunker .content-area .desc span{color:#757575;margin-right:4px}#pc-wrap #bunker .user-area{margin-bottom:24px}#pc-wrap #bunker .user-area .user-id{background:#f5f5f5;border-radius:30px;padding:0 8px;margin-top:8px;text-align:center}#pc-wrap #bunker .user-area .connect{height:min-content;border-radius:8px;padding:2px 6px;margin-left:10px}#pc-wrap #bunker .user-area .connect.online{color:#229a16;background:rgba(84,214,44,.16)}#pc-wrap #bunker .user-area .connect.offline{color:#b72136;background:rgba(255,72,66,.16)}#pc-wrap #bunker .input-area div:first-child{margin-right:16px}#pc-wrap #bunker .input-area .MuiInputAdornment-root button{margin-right:0}#pc-wrap #bunker .btn-wrap{margin-top:24px;flex-direction:row;justify-content:flex-end}#pc-wrap #bunker .btn-wrap button{font-weight:500}#pc-wrap #bunker .btn-complete,#pc-wrap #bunker .btn-wrap button:nth-child(2){color:#fff;box-shadow:0 8px 16px 0 rgba(255,48,48,.24)}#pc-wrap #bunker .btn-action{position:static;font-weight:500;color:#fff;border-radius:8px}#pc-wrap #bunker .btn-add{color:#fff;font-weight:500;box-shadow:0 8px 16px 0 rgba(255,48,48,.24)}#pc-wrap #bunker .btn-cancel{color:#757575;border:1px solid #eee}#pc-wrap #bunker .btn-upload{border:1px dashed #eee}#pc-wrap #bunker .btn-text{color:#e92c28}#pc-wrap #bunker .btn-window{color:#757575;margin-left:8px}#pc-wrap #bunker .btn-window svg{font-size:20px}#pc-wrap #bunker .name a{display:flex;flex-direction:row;align-items:center}#pc-wrap #bunker .table-wrap{background:#fff;border-radius:4px;box-shadow:0 0 2px 0 rgba(145,158,171,.2),0 12px 24px -4px rgba(145,158,171,.12)}#pc-wrap #bunker .table-wrap .tab-menu{display:flex;flex-direction:row;padding:0 24px}#pc-wrap #bunker .table-wrap .tab-menu li{width:auto;height:48px;cursor:pointer;padding:12px 16px;color:#bdbdbd;font-size:14px}#pc-wrap #bunker .table-wrap .tab-menu li.on{font-weight:500;color:#e92c28;border-bottom:2px solid #e92c28}#pc-wrap #bunker .table-wrap.check-table-wrap td:first-child,#pc-wrap #bunker .table-wrap.check-table-wrap th:first-child{width:50px;padding:0 0 0 15px}#pc-wrap #bunker .table-wrap thead tr{background:#fafafa}#pc-wrap #bunker .table-wrap thead th{font-weight:700;color:#374151;font-size:14px;border-bottom:1px solid #eee}#pc-wrap #bunker .table-wrap thead th:last-child{padding-right:24px}#pc-wrap #bunker .table-wrap thead th:first-child{padding-left:24px}#pc-wrap #bunker .table-wrap tbody{color:#616161}#pc-wrap #bunker .table-wrap tbody tr{border-bottom:1px solid #eee}#pc-wrap #bunker .table-wrap tbody tr:last-child{border-bottom:0}#pc-wrap #bunker .table-wrap tbody th:first-child{padding-left:24px}#pc-wrap #bunker .table-wrap tbody td{padding:12px 16px;border-bottom:0;font-size:14px;color:#616161}#pc-wrap #bunker .table-wrap tbody td.info,#pc-wrap #bunker .table-wrap tbody td.info-community{display:flex;flex-direction:row;align-items:center}#pc-wrap #bunker .table-wrap tbody td.info-community a:visited{color:#959595}#pc-wrap #bunker .table-wrap tbody td .img-box{width:80px;height:80px}#pc-wrap #bunker .table-wrap tbody td p.text-ellipsis{width:280px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}#pc-wrap #bunker .table-wrap tbody td:first-child{padding-left:24px}#pc-wrap #bunker .table-wrap .flex-box button{color:#e92c28;font-weight:500;margin-right:8px}#pc-wrap #bunker .table-wrap .flex-box button:last-child{margin-right:0}#pc-wrap #bunker .table-wrap .edit-options{padding:25px}#pc-wrap #bunker .table-wrap .edit-options .option-wrap{margin-bottom:40px}#pc-wrap #bunker .table-wrap .edit-options .option-wrap .tit{height:40px;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:8px;background:#f5f5f5;border-radius:4px;padding:2px 16px}#pc-wrap #bunker .table-wrap .edit-options .option-wrap .notice{margin:6px 0 0 30px;color:#bdbdbd}#pc-wrap #bunker .table-wrap .edit-options .option{flex-flow:row wrap}#pc-wrap #bunker .table-wrap .edit-options .option label{width:301px;height:48px;padding-right:8px;color:#616161}#pc-wrap #bunker .table-wrap .edit-options .option label span{font-size:14px}#pc-wrap #bunker .tit{flex-direction:row;font-size:28px;font-weight:700}#pc-wrap #bunker .info-area{flex-direction:row}#pc-wrap #bunker .search-area{display:flex;flex-direction:row;justify-content:flex-end}#pc-wrap #bunker .search-area img{cursor:pointer}#pc-wrap #bunker .search-area .MuiOutlinedInput-root{height:48px;background:#fff;font-size:14px}#pc-wrap #bunker .search-area .MuiTableCell-root{padding:12px 20px;border-bottom:1px solid #eee}#pc-wrap #bunker .search-area .MuiToolbar-root{align-items:center}#pc-wrap #bunker .btn-action-wrap{display:flex;flex-direction:row}#pc-wrap #bunker .btn-action-wrap button{height:44px;background:#fff;border:1px solid #eee;color:#757575;margin-right:8px}#pc-wrap #bunker .btn-action-wrap thead{font-weight:600}#pc-wrap #bunker .MuiTabPanel-root{padding:0}#pc-wrap #bunker .MuiTableContainer-root{box-shadow:none}.right-dashboard-settings{padding:0 10px;width:360px;height:100%}.right-dashboard-settings,.right-dashboard-settings .top{position:relative;display:flex;flex-direction:column;box-sizing:border-box}.right-dashboard-settings .top{padding:24px;border-bottom:1px solid rgba(0,0,0,.125)}.right-dashboard-settings .top h5{font-size:20px;font-family:Poppins,sans-serif}.right-dashboard-settings .top p{color:#344767;font-family:Poppins,sans-serif}.right-dashboard-settings .top .close-icon{position:absolute;right:8px;cursor:pointer;font-size:20px}.right-dashboard-settings .main{position:relative;padding:16px 24px 24px;width:100%;height:auto;display:flex;flex-direction:column;box-sizing:border-box}.right-dashboard-settings .main .switch-box{width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.right-dashboard-settings .main .switch-box h6{font-size:16px;font-family:Poppins,sans-serif;font-weight:600}#pc-wrap #member-page{background:#f6f6f6}#pc-wrap #member-page .container .member-page{position:relative;width:100%;flex-direction:row;gap:25px;padding-top:96px}#pc-wrap #member-page .container .member-page .back-frame{width:1260px;height:auto;display:flex;flex-direction:row;margin:100px 0 200px;border-radius:12px;border:1px solid #c4c4c4;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#pc-wrap #member-page .container .member-page .back-frame .left-config{position:relative;padding:0;width:266px;height:700px;border-radius:12px;background:#fff;border:1px solid hsla(0,0%,77%,.79);box-shadow:0 1px 4px 0 rgba(24,26,32,.07);margin:180px 20px 40px}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile{margin-top:5px;position:relative;display:flex;flex-direction:row}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .profile-img img{width:79px;height:79px;border-radius:50%;right:30px;bottom:12px;object-fit:cover}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .user-info{margin-left:20px;display:flex;flex-direction:column}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .user-info .user-name{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .user-info .user-phone{display:flex;flex-direction:row;margin-top:5px}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .user-info .user-phone img{margin-top:3px;margin-right:4px;width:16px;height:16px}#pc-wrap #member-page .container .member-page .back-frame .left-config .profile .user-info .view-list{margin-top:5px;font-weight:300;color:#bbb}#pc-wrap #member-page .container .member-page .back-frame .left-config .follow-button-box{height:35px;flex-direction:row;gap:10px;align-items:center;margin-top:15px}#pc-wrap #member-page .container .member-page .back-frame .left-config .follow-button-box button{border:1px solid #b9b9b9;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #member-page .container .member-page .back-frame .left-config .follow-button-box p{color:#b9b9b9;font-family:Poppins,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:normal}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections{height:auto;margin-top:30px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section{height:auto}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .title{font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:28px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section{width:230px;height:auto;display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:0 5px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section li{height:33px;margin-bottom:6px;border-radius:4px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section .focus{height:50px;background:#000;border-radius:10px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section .focus p{font-size:14px;color:#fff}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section .flex-box{width:100%;display:flex;flex-direction:row;align-items:center}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section .flex-box .com-icon{display:flex;flex-direction:row;justify-content:flex-end;margin-left:11px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-section .flex-box p{width:40%;font-size:14px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section img,#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section svg{width:16px;height:16px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .sub-title{margin-left:12px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:55px}#pc-wrap #member-page .container .member-page .back-frame .left-config .sections .section .count-title{display:flex;justify-content:flex-end;padding-right:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:55px}#pc-wrap #member-page .container .member-page .back-frame .main-config{position:relative;width:936px;margin-top:52px;align-items:center;gap:109px}#pc-wrap #member-page .container .member-page .back-frame .main-config .list-config{display:flex;width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:22px}#pc-wrap #member-follows-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#pc-wrap #member-follows-page .main-title-box{width:100%;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #member-follows-page .main-title-box .right-box{width:315px}#pc-wrap #member-follows-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #member-follows-page .follows-list-box{width:100%;margin-top:85px;gap:15px}#pc-wrap #member-follows-page .follows-list-box .listing-title-box{width:100%;height:auto;flex-direction:row;gap:110px;padding:18px 34px 18px 33px;border-radius:12px;background:#f6f6f6;justify-content:space-between}#pc-wrap #member-follows-page .follows-list-box .listing-title-box .title-text{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-follows-page .follows-list-box .follows-card-box{padding-right:30px;padding-bottom:5px;width:100%;height:auto;flex-direction:row;align-items:center;gap:10px;border-bottom:1px solid #ddd}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .info{width:300px;display:flex;flex-direction:row;align-items:center;cursor:pointer}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .info .image-box{width:110px;height:110px;overflow:hidden;margin-right:25px}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .info .image-box img{width:100%;height:100%;object-fit:cover;border-radius:50%}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .info .information-box{width:auto;height:auto;padding:5px 0}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .info .information-box .name{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box{width:300px;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box .info-box{display:flex;align-items:center}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box .info-box img{width:24px;height:24px}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box .info-box svg{width:24px;height:24px;cursor:pointer}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box .info-box p{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .details-box .info-box span{margin-left:4px;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .action-box{width:300px;height:100%;flex-direction:row;align-items:center;justify-content:flex-end;gap:20px}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .action-box button{border:1px solid #b9b9b9;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #member-follows-page .follows-list-box .follows-card-box .action-box p{color:#b9b9b9;font-family:Poppins,sans-serif;font-size:14px;font-style:italic;font-weight:400;line-height:normal}#pc-wrap #member-follows-page .pagination-config{width:100%;height:auto;justify-content:center;align-items:center;margin-top:30px}#pc-wrap #member-follows-page .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #member-articles-page{width:100%;display:flex;flex-direction:column;align-items:center}#pc-wrap #member-articles-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between;align-self:flex-start}#pc-wrap #member-articles-page .main-title-box .right-box{width:315px}#pc-wrap #member-articles-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #member-articles-page .articles-list-box{width:100%;height:auto;flex-direction:row;flex-wrap:wrap;gap:35px;margin-top:85px}#pc-wrap #member-articles-page .articles-list-box .no-data{width:100%}#pc-wrap #member-articles-page .pagination-config{width:100%;height:auto;justify-content:center;align-items:center;margin-top:30px}#pc-wrap #member-articles-page .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #member-page #member-properties-page{width:100%}#pc-wrap #member-page #member-properties-page .main-title-box{width:auto;height:auto;flex-direction:row;justify-content:space-between}#pc-wrap #member-page #member-properties-page .main-title-box .right-box{width:315px}#pc-wrap #member-page #member-properties-page .main-title-box .right-box .main-title{color:#181a20;font-family:Poppins,sans-serif;font-size:30px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.6px;text-transform:capitalize}#pc-wrap #member-page #member-properties-page .properties-list-box{margin-top:85px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .listing-title-box{width:100%;height:auto;flex-direction:row;gap:110px;padding:18px 15px 18px 33px;border-radius:12px;background:#f6f6f6}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .listing-title-box .title-text{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .listing-title-box :first-child{margin-right:138px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box{width:100%;height:auto;flex-direction:row;align-items:center;margin-top:30px;padding-bottom:30px;border-bottom:1px solid #ddd}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .image-box{width:115px;height:90px;overflow:hidden;margin-right:25px;padding-top:1px;cursor:pointer}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .image-box img{width:100%;height:100%;object-fit:contain;border-radius:12px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .information-box{width:210px;height:auto;padding:5px 0;cursor:pointer}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .information-box .name{margin-bottom:8px;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .information-box .address{margin-bottom:13px;color:#717171;font-family:Poppins,sans-serif;font-size:11px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .information-box .price{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .date-box{width:140px;height:100%;align-items:center;justify-content:center;margin-right:77px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .date-box .date{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .status-box{width:100px;height:100%;align-items:center;justify-content:center;margin-right:70px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .status-box .coloured-box{width:93px;height:36px;align-items:center;justify-content:center;border-radius:60px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .status-box .coloured-box .status{font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .views-box{width:35px;height:100%;align-items:center;justify-content:center;margin-right:75px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .property-card-box .views-box .views{color:#181a20;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .pagination-config{width:100%;height:auto;justify-content:center;align-items:center;margin-top:30px}#pc-wrap #member-page #member-properties-page .properties-list-box .list-box .pagination-config .total-result p{color:#181a20;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}body{-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll}body::-webkit-scrollbar{display:none}#pc-wrap #top .navbar .navbar-main{position:fixed;padding:22px 0;width:100%;height:87px;display:flex;flex-direction:column;box-sizing:border-box;z-index:99;align-items:center;border-top:1px solid hsla(0,0%,100%,.07);background:linear-gradient(135deg,rgba(12,16,34,.9),rgba(15,23,42,.82));box-shadow:0 24px 50px rgba(5,10,25,.35)}#pc-wrap #top .navbar .navbar-main.transparent{background-color:rgba(24,26,32,.62)}#pc-wrap #top .navbar .navbar-main .top-container{position:relative;margin:auto 0;width:1300px;padding:12px 20px;flex-direction:row;align-items:center;justify-content:space-between;border-radius:12px;background:linear-gradient(130deg,rgba(20,24,42,.9),rgba(11,20,46,.8));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(99,102,241,.35);box-shadow:0 10px 40px rgba(5,10,25,.35)}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box{width:auto;height:auto;display:flex;flex-direction:row;align-items:center;gap:8px}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .phone-number-box{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;border-radius:6px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .phone-number-box img{width:12px;height:12px;opacity:.9}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .phone-number-box .phone-number{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .phone-number-box:hover{border-color:rgba(241,117,66,.6);background:rgba(241,117,66,.15);transform:translateY(-1px);box-shadow:0 2px 8px rgba(241,117,66,.2)}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .email-info-box{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;border-radius:6px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .email-info-box img{width:12px;height:12px;opacity:.9}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .email-info-box .email{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:normal;white-space:nowrap}#pc-wrap #top .navbar .navbar-main .top-container .call-info-box .email-info-box:hover{border-color:rgba(241,117,66,.6);background:rgba(241,117,66,.15);transform:translateY(-1px);box-shadow:0 2px 8px rgba(241,117,66,.2)}#pc-wrap #top .navbar .navbar-main .top-container .carento-brand-box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 24px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1.5px solid rgba(99,102,241,.35);background:linear-gradient(130deg,rgba(99,102,241,.2),rgba(14,165,233,.2));box-shadow:0 6px 18px rgba(79,70,229,.25);color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;z-index:1}#pc-wrap #top .navbar .navbar-main .top-container .carento-brand-box:hover{border-color:rgba(99,102,241,.6);background:linear-gradient(135deg,rgba(99,102,241,.32),rgba(14,165,233,.28));box-shadow:0 10px 26px rgba(79,70,229,.28);transform:translate(-50%,-51%)}#pc-wrap #top .navbar .navbar-main .top-container .toggle-arrow{color:rgba(90,156,214,.827);position:absolute;left:50%;top:calc(50% + 30px);transform:translateX(-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;z-index:2;width:16px;height:16px}#pc-wrap #top .navbar .navbar-main .top-container .toggle-arrow:hover{transform:translateX(-50%) scale(1.2)}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box{display:flex;flex-direction:row;align-items:center;gap:8px}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .notification-box{padding:5px 10px;display:flex;align-items:center;justify-content:center;border-radius:6px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .notification-box:hover{border-color:rgba(14,165,233,.6);background:rgba(79,70,229,.16);transform:translateY(-1px);box-shadow:0 2px 8px rgba(79,70,229,.2)}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:6px;border-radius:6px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box>img{width:14px;height:14px;opacity:.9}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box .btn-lang{min-width:auto;padding:0;text-transform:none;color:#fff}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box .btn-lang:hover{background:transparent}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box .flag{display:flex;align-items:center}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box .flag img{width:18px;height:13px;border-radius:2px}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box .lang{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:normal}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .lang-box:hover{border-color:rgba(14,165,233,.6);background:rgba(79,70,229,.16);transform:translateY(-1px);box-shadow:0 2px 8px rgba(79,70,229,.2)}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box{padding:5px 10px;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:6px;border:1px solid hsla(0,0%,100%,.25);background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box .btn-currency{min-width:auto;padding:0;text-transform:none;color:#fff;display:flex;align-items:center;gap:6px}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box .btn-currency:hover{background:transparent}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box .currency-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:linear-gradient(140deg,rgba(79,70,229,.15),rgba(14,165,233,.15));border:1px solid hsla(0,0%,100%,.15);color:#fff;font-weight:800;font-size:14px}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box .currency-text{color:#fff;font-family:Poppins,sans-serif;font-size:11px;font-style:normal;font-weight:500;line-height:normal}#pc-wrap #top .navbar .navbar-main .top-container .lang-currency-box .currency-box:hover{border-color:rgba(14,165,233,.6);background:rgba(79,70,229,.16);transform:translateY(-1px);box-shadow:0 2px 8px rgba(79,70,229,.2)}#pc-wrap #top .navbar .navbar-main .container{position:relative;width:1300px;flex-direction:row;align-items:center;justify-content:space-between;gap:20px;border-radius:60px 20px 60px 20px;background:linear-gradient(135deg,rgba(24,26,32,.9),rgba(40,42,50,.85));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:2px solid rgba(99,102,241,.28);box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 40px rgba(99,102,241,.15),inset 0 2px 10px hsla(0,0%,100%,.05);transition:all .5s ease-in-out;overflow:hidden;max-height:0;opacity:0;transform:translateY(-20px);margin:0 0 auto;padding:0 24px}#pc-wrap #top .navbar .navbar-main .container.visible{max-height:2000px;opacity:1;transform:translateY(0);margin-top:20px;padding-top:20px;padding-bottom:20px}#pc-wrap #top .navbar .navbar-main .container.hidden{max-height:0;opacity:0;transform:translateY(-20px);margin-top:0;padding-top:0;padding-bottom:0}#pc-wrap #top .navbar .navbar-main .container .logo-box{display:flex;align-items:center;justify-content:flex-start}#pc-wrap #top .navbar .navbar-main .container .logo-box img{width:40px;height:40px;cursor:pointer;object-fit:contain}#pc-wrap #top .navbar .navbar-main .container .logo-box .logo-text{color:#fff;font-family:Poppins,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;cursor:pointer;text-transform:uppercase;letter-spacing:1px}#pc-wrap #top .navbar .navbar-main .container .router-box{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;flex:1 1}#pc-wrap #top .navbar .navbar-main .container .router-box div{position:relative;color:hsla(0,0%,93%,.929);font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap #top .navbar .navbar-main .container .router-box div .community_menu{position:absolute;left:-177%;top:30px;width:434px;height:33px;background:#fff;transition:all 2s ease}#pc-wrap #top .navbar .navbar-main .container .router-box div .community_menu:before{content:"";display:block;position:absolute;top:0;right:50%;width:10px;height:10px;background:#fff;transform:translateY(-50%) rotate(45deg);z-index:0}#pc-wrap #top .navbar .navbar-main .container .user-box{width:270px;display:flex;flex-direction:row;justify-content:flex-end}#pc-wrap #top .navbar .navbar-main .container .user-box .join-box{width:auto;height:auto;padding:5px 20px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2);background:transparent;cursor:pointer;transition:all .3s ease}#pc-wrap #top .navbar .navbar-main .container .user-box .join-box:hover{border-color:hsla(0,0%,100%,.4);background:hsla(0,0%,100%,.05)}#pc-wrap #top .navbar .navbar-main .container .user-box .join-box svg{color:#fff;font-size:20px}#pc-wrap #top .navbar .navbar-main .container .user-box .join-box span{font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal;color:#fff;white-space:nowrap}#pc-wrap #top .navbar .navbar-main .container .user-box .login-user img{width:35px;height:35px;border-radius:50%;object-fit:cover}#pc-wrap #top .navbar .navbar-main .container .lan-box{margin-left:28px;display:flex;align-items:center}#pc-wrap #top .navbar .navbar-main .container .lan-box .notification-icon{color:#fff}#pc-wrap #top .navbar .navbar-main .container .lan-box .btn-lang{border-radius:4px}#pc-wrap #top .navbar .navbar-main .container .lan-box .btn-lang img{width:24px;height:17px;border-radius:2px}#pc-wrap #top .navbar .navbar-main .container .lan-box .img-flag{width:24px;height:17px;border-radius:2px;margin-right:8px}#pc-wrap .header-main{position:relative;width:100%;height:860px;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:1}#pc-wrap .header-main .header-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}#pc-wrap .header-main .hero-section{position:relative;z-index:2;display:flex;flex-direction:column;gap:28px;max-width:750px;width:100%;text-align:center;align-items:center;justify-content:center;margin:0 auto;padding:0 24px;border-radius:0;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}#pc-wrap .header-main .hero-section .hero-label{font-family:Poppins,sans-serif;font-size:13px;font-weight:800;color:#0b1220;text-transform:uppercase;letter-spacing:2.4px;margin-bottom:6px;padding:10px 16px;border-radius:999px;background:linear-gradient(120deg,#a78bfa,#22d3ee 50%,#34d399);box-shadow:0 10px 30px rgba(79,70,229,.35)}#pc-wrap .header-main .hero-section .hero-title{font-family:Poppins,sans-serif;font-size:56px;font-weight:800;line-height:1.15;color:#fff;margin:0;text-shadow:0 10px 35px rgba(0,0,0,.45);background:linear-gradient(135deg,#eef2ff,#c7d2fe 30%,#e0f2fe 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}#pc-wrap .header-main .hero-section .hero-subline{margin:0;color:rgba(226,232,240,.92);font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:1.6;max-width:620px}#pc-wrap .header-main .hero-section .hero-features{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:32px;margin-top:24px}#pc-wrap .header-main .hero-section .hero-features .feature-item{display:flex;align-items:center;gap:10px;padding:12px 18px;border-radius:14px;background:linear-gradient(135deg,rgba(99,102,241,.18),rgba(14,165,233,.18));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid hsla(0,0%,100%,.2);box-shadow:0 12px 32px rgba(5,10,25,.28);transition:all .25s ease}#pc-wrap .header-main .hero-section .hero-features .feature-item:hover{background:linear-gradient(135deg,rgba(99,102,241,.28),rgba(34,197,94,.24));border-color:rgba(79,70,229,.45);transform:translateY(-2px) scale(1.01);box-shadow:0 14px 36px rgba(79,70,229,.25)}#pc-wrap .header-main .hero-section .hero-features .feature-item .check-icon{color:#a78bfa;font-size:22px;filter:drop-shadow(0 2px 6px rgba(167,139,250,.45))}#pc-wrap .header-main .hero-section .hero-features .feature-item span{font-family:Poppins,sans-serif;font-size:16px;font-weight:700;color:#fff;line-height:1.5;white-space:normal}@media(max-width:768px){#pc-wrap .header-main .hero-section{max-width:100%;padding:0 16px;gap:20px}#pc-wrap .header-main .hero-section .hero-label{font-size:12px;letter-spacing:1.5px}#pc-wrap .header-main .hero-section .hero-title{font-size:32px}#pc-wrap .header-main .hero-section .hero-features{gap:16px}#pc-wrap .header-main .hero-section .hero-features .feature-item{padding:6px 12px}#pc-wrap .header-main .hero-section .hero-features .feature-item .check-icon{font-size:18px}#pc-wrap .header-main .hero-section .hero-features .feature-item span{font-size:14px}}@media(max-width:480px){#pc-wrap .header-main .hero-section{gap:16px}#pc-wrap .header-main .hero-section .hero-title{font-size:24px}#pc-wrap .header-main .hero-section .hero-features{flex-direction:column;align-items:center;gap:12px}}#pc-wrap .header-main .container{position:relative;margin-top:20px;flex-direction:column;align-items:center;z-index:2}#pc-wrap .header-main .container .search-box{position:relative;margin-top:56px;padding:16px 29px;width:1094px;height:96px;display:flex;flex-direction:row;justify-content:space-between;background:hsla(0,0%,100%,.28);border-radius:12px}#pc-wrap .header-main .container .search-box .select-box{width:712px;display:flex;flex-direction:row;justify-content:space-between}#pc-wrap .header-main .container .search-box .select-box .box{padding:24px 22px;width:213px;height:56px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:12px;background:hsla(0,0%,100%,.575);box-sizing:border-box;cursor:pointer}#pc-wrap .header-main .container .search-box .select-box .box.on{background:#fff;border:1px solid #000;color:#181a20}#pc-wrap .header-main .container .search-box .select-box .box span{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .header-main .container .search-box .search-box-other,#pc-wrap .header-main .container .search-box .search-box-other .advanced-filter{display:flex;flex-direction:row;align-items:center}#pc-wrap .header-main .container .search-box .search-box-other .advanced-filter img{margin-right:10px;width:25px;height:22px;cursor:pointer}#pc-wrap .header-main .container .search-box .search-box-other .advanced-filter span{color:#fff;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}#pc-wrap .header-main .container .search-box .search-box-other .search-btn{margin-left:12px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;border-radius:55px;background:#f17742;cursor:pointer}#pc-wrap .header-main .container .search-box .search-box-other .search-btn svg{width:20px;height:20px;color:#fff}#pc-wrap .header-main .container .search-box .filter-location{position:absolute;padding:40px 60px;width:1094px;min-height:120px;height:auto;top:96px;right:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:40px;visibility:hidden;border-radius:12px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.35);box-sizing:border-box;z-index:2}#pc-wrap .header-main .container .search-box .filter-location.on{visibility:visible;transition:.2s ease-out;background:#fffdfd}#pc-wrap .header-main .container .search-box .filter-location div{width:295px;display:flex;flex-direction:row;align-items:center}#pc-wrap .header-main .container .search-box .filter-location div img{width:122px;height:85px;border-radius:15px;cursor:pointer}#pc-wrap .header-main .container .search-box .filter-location div span{margin-left:22px;color:#181a20;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;cursor:pointer;text-transform:capitalize}#pc-wrap .header-main .container .search-box .filter-location div label{line-height:13px}#pc-wrap .header-main .container .search-box .filter-type{position:absolute;padding:50px;width:1094px;min-height:120px;height:auto;top:96px;right:0;display:flex;flex-direction:row;justify-content:space-between;visibility:hidden;border-radius:12px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.35);box-sizing:border-box;z-index:1}#pc-wrap .header-main .container .search-box .filter-type.on{visibility:visible;transition:.2s ease-out;background:#fffdfd}#pc-wrap .header-main .container .search-box .filter-type div{position:relative;width:272px;height:168px;border-radius:15px;cursor:pointer;background-size:cover}#pc-wrap .header-main .container .search-box .filter-type div span{position:absolute;top:13px;right:12px;padding:1px 5px 5px;border-radius:2px 2px 0 0;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:26px;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,0));text-transform:capitalize}#pc-wrap .header-main .container .search-box .filter-rooms{position:absolute;padding:10px 92px;width:1094px;min-height:120px;height:auto;top:96px;right:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;visibility:hidden;border-radius:12px;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.35);box-sizing:border-box;z-index:1}#pc-wrap .header-main .container .search-box .filter-rooms.on{visibility:visible;transition:.2s ease-out;background:#fffdfd}#pc-wrap .header-main .container .search-box .filter-rooms span{display:flex;align-items:center;padding:10px 30px;border:1px solid #fffdfd;color:#181a20;font-family:Poppins,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:26px;cursor:pointer}#pc-wrap .header-main .container .search-box .filter-rooms span:hover{border-radius:5px;border:1px solid #b9b9b9;box-shadow:0 2px 8px 0 rgba(99,99,99,.2)}#pc-wrap .header-basic{position:relative;width:100%;height:557px;display:flex;flex-direction:row;justify-content:center;background:#000;background-position:50%;background-repeat:no-repeat;overflow:hidden}#pc-wrap .header-basic.auth{height:300px}#pc-wrap .header-basic .header-basic__overlay{position:absolute;inset:0;background:radial-gradient(80% 80% at 30% 10%,rgba(79,70,229,.34) 0,rgba(79,70,229,0) 55%),linear-gradient(180deg,rgba(7,12,23,.25),rgba(7,12,23,.82) 60%,rgba(7,12,23,.94));box-shadow:inset 0 60px 160px rgba(24,22,36,.9);pointer-events:none}#pc-wrap .header-basic .container{position:relative;margin-top:165px;z-index:1}#pc-wrap .header-basic .header-basic__content{display:flex;flex-direction:column;gap:10px;max-width:920px}#pc-wrap .header-basic .header-basic__crumb{color:hsla(0,0%,100%,.82);font-family:Poppins,sans-serif;font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}#pc-wrap .header-basic .header-basic__title{color:#fff;font-family:Poppins,sans-serif;font-size:54px;font-style:normal;font-weight:900;line-height:1.05;letter-spacing:-.02em;text-transform:capitalize;text-shadow:0 18px 40px rgba(0,0,0,.35)}#pc-wrap .header-basic.auth .container{margin-top:120px}#pc-wrap .header-basic.auth .header-basic__title{font-size:42px}#pc-wrap .review-card{margin-top:42px;display:flex;flex-direction:column}#pc-wrap .review-card .info{justify-content:space-between}#pc-wrap .review-card .info,#pc-wrap .review-card .info .left{display:flex;flex-direction:row}#pc-wrap .review-card .info .left img{width:55px;height:59px;border-radius:50%}#pc-wrap .review-card .info .left div{margin-left:8px;display:flex;flex-direction:column}#pc-wrap .review-card .info .left div strong{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#pc-wrap .review-card .info .left div span{margin-top:4px;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#pc-wrap .review-card .info .right{display:flex;flex-direction:row}#pc-wrap .review-card .info .right svg{color:#edf023}#pc-wrap .review-card p{margin-top:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .review-card .reply-button-box{width:auto;height:auto;flex-direction:row;gap:10px;align-items:center;border-bottom:1px solid #ddd}#pc-wrap .review-card .reply-button-box .reply-text{padding-bottom:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}#pc-wrap .chatting{position:fixed;width:auto;display:flex;flex-direction:column;align-items:flex-end;gap:12px;left:36px;bottom:120px;z-index:999}#pc-wrap .chatting .chat-button{position:relative;border:1px solid hsla(0,0%,100%,.08);height:68px;width:68px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:linear-gradient(145deg,#4f46e5,#06b6d4);box-shadow:0 18px 40px rgba(12,23,54,.45),0 0 0 8px rgba(79,70,229,.18);transition:all .3s ease;z-index:999;overflow:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:floatChat 6s ease-in-out infinite}#pc-wrap .chatting .chat-button svg{width:28px;height:28px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.25))}#pc-wrap .chatting .chat-button svg.spin-icon{animation:spinChat 10s linear infinite}#pc-wrap .chatting .chat-button .pulse-dot{position:absolute;inset:0;border-radius:20px;background:radial-gradient(circle,hsla(0,0%,100%,.18),transparent 55%);animation:chatPulse 2s infinite;pointer-events:none}#pc-wrap .chatting .chat-button:hover{cursor:pointer;transform:translateY(-3px) scale(1.02);box-shadow:0 22px 50px rgba(12,23,54,.55),0 0 0 10px rgba(79,70,229,.2)}#pc-wrap .chatting .chat-button:active{scale:.97}#pc-wrap .chatting .chat-button.open{background:linear-gradient(145deg,#0f172a,#111827);box-shadow:0 18px 40px rgba(12,23,54,.45),0 0 0 6px rgba(15,23,42,.25)}#pc-wrap .chatting .chat-frame{position:absolute;left:0;bottom:92px;width:400px;height:430px;display:none;flex-direction:column;background:rgba(12,17,29,.92);border-radius:20px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 25px 60px rgba(7,14,30,.55),0 0 0 10px rgba(79,70,229,.08);z-index:100;transition:all .25s ease,transform .3s ease,opacity .3s ease;transform:translateY(12px);opacity:0;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#pc-wrap .chatting .chat-frame.open{display:flex;transform:translateY(0);opacity:1}#pc-wrap .chatting .chat-frame .chat-top{width:100%;height:64px;display:flex;justify-content:space-between;align-items:center;padding:0 18px;border-bottom:1px solid hsla(0,0%,100%,.08);font-size:18px;line-height:54px;color:#fff;background:linear-gradient(135deg,rgba(15,23,42,.9),rgba(14,165,233,.18))}#pc-wrap .chatting .chat-frame .chat-top .chat-title{display:inline-flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.4px}#pc-wrap .chatting .chat-frame .chat-top .chat-title svg{color:#22d3ee}#pc-wrap .chatting .chat-frame .chat-top .chat-stats{display:inline-flex;align-items:center;gap:8px}#pc-wrap .chatting .chat-frame .chat-top .chat-stats small{color:#cbd5e1;font-size:11px;font-weight:700;letter-spacing:.2px}#pc-wrap .chatting .chat-frame .chat-top .chat-stats .chat-stats__icon{color:#22d3ee;font-size:18px}#pc-wrap .chatting .chat-frame .chat-content{position:relative;padding:12px 16px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;overflow:auto;background:linear-gradient(180deg,rgba(7,11,20,.92),rgba(9,13,24,.9))}#pc-wrap .chatting .chat-frame .chat-content .chat-main{position:relative;width:100%;display:flex;flex-direction:column;gap:10px}#pc-wrap .chatting .chat-frame .chat-content .chat-main .welcome{margin-left:2px;padding:12px 14px;width:auto;height:auto;display:flex;flex-direction:column;gap:4px;background:linear-gradient(135deg,rgba(79,70,229,.16),rgba(34,197,94,.18));border-radius:14px;color:#f8fafc;font-weight:700;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 26px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#pc-wrap .chatting .chat-frame .chat-content .chat-main .welcome strong{font-size:14px;letter-spacing:.2px}#pc-wrap .chatting .chat-frame .chat-content .chat-main .welcome span{font-size:12px;color:#e5e7eb;letter-spacing:.2px}#pc-wrap .chatting .chat-frame .chat-content .chat-main .msg-left{margin-left:10px;padding:12px 14px;width:auto;max-width:75%;display:flex;background:hsla(0,0%,100%,.12);border-radius:4px 14px 14px 14px;color:#f8fafc;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 8px 22px rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#pc-wrap .chatting .chat-frame .chat-content .chat-main .msg-right{color:#f8fafc}#pc-wrap .chatting .chat-frame .chat-bott{width:100%;height:96px;display:flex;justify-content:center;align-items:center;border-top:1px solid hsla(0,0%,100%,.08);background:rgba(15,23,42,.8)}#pc-wrap .chatting .chat-frame .chat-bott .msg-input{padding:12px;width:276px;height:46px;display:flex;flex-direction:column;align-items:center;background:hsla(0,0%,100%,.08);border-radius:12px;border:1px solid hsla(0,0%,100%,.12);outline-color:transparent;color:#e5e7eb;font-family:Poppins,sans-serif;font-style:normal;font-weight:600;font-size:13px;line-height:20px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#pc-wrap .chatting .chat-frame .chat-bott .send-msg-btn{margin-left:14px;width:54px;height:54px;display:flex;justify-content:center;align-items:center;border-radius:14px;background:linear-gradient(135deg,#22d3ee,#4f46e5);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 12px 30px rgba(12,23,54,.45);transition:all .25s ease}#pc-wrap .chatting .chat-frame .chat-bott .send-msg-btn:hover{background:linear-gradient(135deg,#34d399,#22d3ee);transform:translateY(-2px) scale(1.01);box-shadow:0 16px 38px rgba(34,211,153,.4)}#pc-wrap .chatting .chat-frame .chat-bott .send-msg-btn:active{scale:.96}#pc-wrap #footer{position:relative;padding:60px 0 18px;width:100%;height:auto;display:flex;flex-direction:row;background:#181a20}#pc-wrap #footer .footer-container{margin:0 auto;width:100%;max-width:1280px;display:flex;flex-direction:column;gap:40px}#pc-wrap #footer .footer-container .footer-subscribe{padding:14px 20px;border-radius:10px;background:#0f1112;border:1px solid #1f2224;display:flex;align-items:center;justify-content:space-between;gap:24px}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-title{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:18px;font-weight:600;line-height:26px;max-width:460px}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input{flex:1 1;display:flex;gap:12px}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root{flex:1 1}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root{background:#0b0d0e;border-radius:10px;color:#f1f1f1}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#222629}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#3a3f44}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root .MuiInputAdornment-root{color:#9ea3aa}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .footer-subscribe-btn{min-width:130px;border-radius:10px;background:#4ade80;color:#0e1011;text-transform:none;font-weight:700}#pc-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .footer-subscribe-btn:hover{background:#3ad46c}#pc-wrap #footer .footer-container .footer-content{display:grid;grid-template-columns:1.1fr 2fr;grid-gap:32px;gap:32px}#pc-wrap #footer .footer-container .footer-content .footer-brand{padding-right:20px;display:flex;flex-direction:column;gap:16px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-logo{display:flex;align-items:center;gap:10px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-logo img{width:40px;height:40px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-logo span{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:22px;font-weight:700}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info{display:flex;flex-direction:column;gap:12px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info div{display:flex;align-items:flex-start;gap:10px;color:#d1d5db;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info div svg{color:#9ea3aa;font-size:20px;margin-top:2px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info div p{margin:0}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline{align-items:center;gap:12px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline span{color:#9ea3aa;font-size:13px}#pc-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline strong{color:#4ade80;font-size:18px}#pc-wrap #footer .footer-container .footer-content .footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px}#pc-wrap #footer .footer-container .footer-content .footer-links .footer-link-group{display:flex;flex-direction:column;gap:12px}#pc-wrap #footer .footer-container .footer-content .footer-links .footer-link-group strong{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}#pc-wrap #footer .footer-container .footer-content .footer-links .footer-link-group span{color:#c7cbd1;font-family:Poppins,sans-serif;font-size:13px;cursor:pointer;transition:color .2s}#pc-wrap #footer .footer-container .footer-content .footer-links .footer-link-group span:hover{color:#fff}#pc-wrap #footer .footer-container .footer-bottom{padding-top:24px;border-top:1px solid #1f2224;display:flex;align-items:center;justify-content:space-between;gap:12px}#pc-wrap #footer .footer-container .footer-bottom span{color:#a3a7ad;font-family:Poppins,sans-serif;font-size:13px}#pc-wrap #footer .footer-container .footer-bottom .footer-socials{display:flex;align-items:center;gap:14px}#pc-wrap #footer .footer-container .footer-bottom .footer-socials span{color:#c7cbd1;font-weight:600;font-size:13px}#pc-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons{display:flex;align-items:center;gap:10px}#pc-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons svg{color:#c7cbd1;font-size:20px;cursor:pointer;transition:transform .2s,color .2s}#pc-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons svg:hover{color:#4ade80;transform:translateY(-2px)}@keyframes chatPulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}to{opacity:.6;transform:scale(1)}}@keyframes floatChat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes spinChat{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiPaper-root.MuiMenu-paper{padding:8px;box-shadow:0 3px 8px rgba(0,0,0,.24)}.advanced-filter-modal{padding:29px 0 18px;position:relative;width:662px;height:auto;display:flex;flex-direction:column;align-items:center}.advanced-filter-modal .close{position:absolute;top:20px;right:10px;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f6f6f6;cursor:pointer}.advanced-filter-modal .top{width:580px;height:auto;display:flex;flex-direction:column}.advanced-filter-modal .top span{color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}.advanced-filter-modal .top div.search-input-box{margin-top:10px;padding:18px 14px;display:flex;flex-direction:row;align-items:center;border-radius:8px;border:1px solid #ddd}.advanced-filter-modal .top div.search-input-box img{width:17px;height:17px;filter:brightness(0)}.advanced-filter-modal .top div.search-input-box input{margin-left:10px;width:100%;height:25px;color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;border:none;outline:none}.advanced-filter-modal hr{width:100%}.advanced-filter-modal .middle{position:relative;width:593px;height:auto;display:flex;flex-direction:column}.advanced-filter-modal .middle .row-box{position:relative;width:100%;height:auto;display:flex;flex-direction:row;justify-content:space-between}.advanced-filter-modal .middle .row-box .box{position:relative;width:285px;height:auto;display:flex;flex-direction:column}.advanced-filter-modal .middle .row-box .box span{margin-bottom:10px;color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize}.advanced-filter-modal .middle .row-box .box .inside{position:relative;width:100%;height:auto;display:flex;flex-direction:row}.advanced-filter-modal .middle .row-box .box .inside.space-between{justify-content:space-between}.advanced-filter-modal .middle .row-box .box .inside.align-center{align-items:center}.advanced-filter-modal .middle .row-box .box .inside div.room{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:600;line-height:normal;cursor:pointer}.advanced-filter-modal .middle .row-box .box .inside div.room:first-child{border-radius:12px 0 0 12px}.advanced-filter-modal .middle .row-box .box .inside div.room:last-child{border-radius:0 12px 12px 0}.advanced-filter-modal .middle .row-box .box .inside div.room.active{border:2px solid #181a20}.advanced-filter-modal .middle .row-box .box .inside select{padding-left:13px;width:100%;height:46px;border-radius:8px;border:1px solid #ddd;color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.advanced-filter-modal .middle .row-box .box .inside .arrow-down{position:absolute;width:15px;height:8px;color:#ddd;right:12px;top:21px}.advanced-filter-modal .middle .row-box .box .inside .minus-line{width:11px;height:1px;background:#181a20}.advanced-filter-modal .middle .row-box .box .inside em{color:#717171;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px}.advanced-filter-modal .bottom{width:604px;height:auto;display:flex;flex-direction:row;justify-content:space-between}.advanced-filter-modal .bottom div{display:flex;flex-direction:row;align-items:center}.advanced-filter-modal .bottom div img{margin-right:10px;width:15px;height:15px;cursor:pointer}.advanced-filter-modal .bottom div span{color:#181a20;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:26px;-webkit-text-decoration-line:underline;text-decoration-line:underline;cursor:pointer}.advanced-filter-modal .bottom button{width:185px;height:54px;border-radius:12px;background:linear-gradient(90deg,#e8543e,#ec6b57);color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.no-data{padding:30px 20px;width:100%;display:flex;flex-direction:column;align-items:center}.no-data img{width:56px;margin-bottom:2px}.no-data p{color:#bdbdbd;text-align:center}.img-flag{width:24px;height:17px;border-radius:2px;margin-right:8px}@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";#mobile-wrap .top{height:100px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}#mobile-wrap .choose-by-type{width:100%;padding:28px 14px 36px;background:#fff;--card-grad-1:linear-gradient(135deg,#f0fdf4,#e0f7ec);--card-grad-2:linear-gradient(135deg,#ecf5ff,#dceafb);--card-grad-3:linear-gradient(135deg,#fef6e4,#fce9c5);--card-grad-4:linear-gradient(135deg,#f3f4ff,#e8e9ff);--card-grad-5:linear-gradient(135deg,#fff5f5,#ffe2e2);--card-grad-6:linear-gradient(135deg,#f3f8ff,#e2f0ff);--card-grad-7:linear-gradient(135deg,#f4f1ff,#e7e2ff);--card-grad-8:linear-gradient(135deg,#f1fff9,#e3f9f0)}#mobile-wrap .choose-by-type .container{width:100%;flex-direction:column;gap:16px}#mobile-wrap .choose-by-type .info{display:flex;flex-direction:column;gap:12px}#mobile-wrap .choose-by-type .info .heading{display:flex;flex-direction:column;gap:6px}#mobile-wrap .choose-by-type .info .heading h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.3px}#mobile-wrap .choose-by-type .info .heading p{margin:0;color:#5f6067;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:20px}#mobile-wrap .choose-by-type .info .view-more{align-self:flex-start;padding:10px 14px;border-radius:10px;background:linear-gradient(135deg,#3cf083,#22c55e);box-shadow:0 10px 22px rgba(34,197,94,.22);color:#0f172a;font-family:Poppins,sans-serif;font-size:13px;font-weight:800;text-transform:none}#mobile-wrap .choose-by-type .grid{display:grid;grid-auto-flow:column;grid-auto-columns:82%;grid-gap:12px;gap:12px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}#mobile-wrap .choose-by-type .type-card{border-radius:16px;border:1px solid #e6e7eb;background:#fff;box-shadow:0 10px 24px rgba(17,24,39,.08);overflow:hidden;display:flex;flex-direction:column}#mobile-wrap .choose-by-type .type-card .thumb{width:100%;height:140px;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:flex-start;justify-content:flex-end;padding:10px}#mobile-wrap .choose-by-type .type-card .thumb .thumb-badge{padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);color:#111827;font-family:Poppins,sans-serif;font-size:11px;font-weight:700}#mobile-wrap .choose-by-type .type-card .card-body{display:flex;flex-direction:column;gap:10px;padding:12px 14px 14px}#mobile-wrap .choose-by-type .type-card .card-body .title{color:#111827;font-family:Poppins,sans-serif;font-size:16px;font-weight:800;letter-spacing:-.1px}#mobile-wrap .choose-by-type .type-card .card-body .card-footer{display:flex;align-items:center;justify-content:space-between}#mobile-wrap .choose-by-type .type-card .card-body .card-footer .count-pill{padding:6px 10px;border-radius:999px;background:#f3f4f6;color:#4b5563;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#mobile-wrap .choose-by-type .type-card .card-body .card-footer .arrow-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e6e7eb;background:#fff;color:#0f172a}#mobile-wrap .info-box{width:100%;display:flex;flex-direction:row;justify-content:center}#mobile-wrap .info-box span{color:#181a20;font-family:Poppins,sans-serif;font-size:34px;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-.646px;text-transform:capitalize}#mobile-wrap .info-box span.white{color:#fff}#mobile-wrap .car-brands{width:100%;padding:30px 14px 42px;background:linear-gradient(135deg,#f8fbff,#f6f7fb 50%,#f8fbff)}#mobile-wrap .car-brands .container{width:100%;flex-direction:column;gap:16px;position:relative;z-index:1}#mobile-wrap .car-brands .container .info-row{display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-brands .container .info-row .info-left{display:flex;flex-direction:column;gap:8px}#mobile-wrap .car-brands .container .info-row .info-right{display:flex;flex-direction:column;align-items:flex-start;gap:8px}#mobile-wrap .car-brands .container .info-left{display:flex;flex-direction:column;gap:8px}#mobile-wrap .car-brands .container .info-left .eyebrow-row{display:inline-flex;align-items:center;gap:8px}#mobile-wrap .car-brands .container .info-left .eyebrow-row .spark-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 0 0 5px rgba(34,197,94,.08)}#mobile-wrap .car-brands .container .info-left .eyebrow-row .spark-dot.muted{opacity:.35;box-shadow:0 0 0 4px rgba(34,197,94,.05)}#mobile-wrap .car-brands .container .info-left .eyebrow-row .eyebrow{color:#0f9f6e;font-family:Poppins,sans-serif;font-size:11px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}#mobile-wrap .car-brands .container .info-left h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.4px}#mobile-wrap .car-brands .container .info-left h3 .gradient-text{background:linear-gradient(120deg,#111827,#0f9f6e 80%);-webkit-text-fill-color:transparent}#mobile-wrap .car-brands .container .info-left p{margin:0;color:#5f6067;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;line-height:20px}#mobile-wrap .car-brands .container .info-left .accent-bar{margin-top:2px;width:96px;height:5px;border-radius:999px;background:linear-gradient(90deg,rgba(34,197,94,.18),rgba(34,197,94,.8))}#mobile-wrap .car-brands .container .info-left .meta{display:flex;align-items:center;gap:10px}#mobile-wrap .car-brands .container .info-left .meta .pill{padding:5px 10px;border-radius:999px;background:#e8faf1;color:#0f9f6e;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.2px}#mobile-wrap .car-brands .container .info-left .meta .note{color:#6b7280;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#mobile-wrap .car-brands .container .info-left .stats{margin-top:4px;display:flex;align-items:center;gap:10px}#mobile-wrap .car-brands .container .info-left .stats .stat{display:flex;flex-direction:column;gap:1px}#mobile-wrap .car-brands .container .info-left .stats .stat .stat-number{color:#111827;font-family:Poppins,sans-serif;font-size:16px;font-weight:800}#mobile-wrap .car-brands .container .info-left .stats .stat .stat-label{color:#6b7280;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}#mobile-wrap .car-brands .container .info-left .stats .stat-divider{width:1px;height:28px;background:linear-gradient(180deg,rgba(17,24,39,0),rgba(17,24,39,.16),rgba(17,24,39,0))}#mobile-wrap .car-brands .container .brand-grid{display:grid;grid-auto-flow:column;grid-auto-columns:132px;grid-gap:10px;gap:10px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch;position:relative}#mobile-wrap .car-brands .container .brand-grid:before{content:"";position:absolute;inset:45% 0 auto 0;height:12px;background:linear-gradient(90deg,rgba(34,197,94,.12),rgba(34,197,94,0),rgba(34,197,94,.12));filter:blur(12px);pointer-events:none}#mobile-wrap .car-brands .container .brand-card{height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;background:#fff;border:1px solid #e6e7eb;box-shadow:0 12px 30px rgba(17,24,39,.08);transition:transform .18s ease,box-shadow .18s ease;position:relative;overflow:hidden}#mobile-wrap .car-brands .container .brand-card:nth-child(2n){transform:translateY(4px)}#mobile-wrap .car-brands .container .brand-card:nth-child(3n){transform:translateY(-3px)}#mobile-wrap .car-brands .container .brand-card img{max-width:72%;max-height:52px;object-fit:contain}#mobile-wrap .car-brands .container .brand-card .brand-name{margin-top:6px;color:#6b7280;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#mobile-wrap .car-brands .container .brand-card .ring{position:absolute;width:80%;height:80%;border-radius:18px;border:1px solid rgba(34,197,94,.2);box-shadow:inset 0 0 0 1px rgba(17,24,39,.06),0 12px 18px rgba(34,197,94,.12);pointer-events:none}#mobile-wrap .car-brands .container .brand-card:active{transform:translateY(-2px);box-shadow:0 14px 34px rgba(17,24,39,.12)}#mobile-wrap .trend-properties{padding:32px 16px 56px;width:100%;height:auto;display:flex;flex-direction:row;background:#f7f8fb}#mobile-wrap .trend-properties .container{width:100%;flex-direction:column;align-items:center}#mobile-wrap .trend-properties .container .info-box{flex-direction:column;align-items:center;text-align:center}#mobile-wrap .trend-properties .container .info-box span{font-size:28px;line-height:140%}#mobile-wrap .trend-properties .container .info-box p{margin-top:8px;color:#60636f;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}#mobile-wrap .trend-properties .container .card-box{position:relative;margin-top:26px;display:flex;flex-direction:row;width:100%}#mobile-wrap .trend-properties .container .card-box .empty-list{width:100%;height:240px;display:flex;justify-content:center;align-items:center;border-radius:12px;border:1px dashed #d1d5db;background:#fff}#mobile-wrap .trend-properties .container .card-box .trend-property-swiper{width:100%;height:auto;display:flex;flex-direction:row;padding-bottom:8px}#mobile-wrap .trend-properties .container .card-box .trend-property-swiper .trend-property-slide{width:92%;height:auto;display:flex;padding:4px}#mobile-wrap .trend-properties .container .card-box .trend-car-card{width:100%;display:flex;flex-direction:column;border-radius:16px;background:#fff;border:1px solid #e6e7eb;box-shadow:0 12px 28px rgba(19,25,38,.08);overflow:hidden}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image{position:relative;width:100%;height:190px;border-radius:16px 16px 0 0;background-size:cover;background-repeat:no-repeat;background-position:50%}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-bar{position:absolute;left:14px;right:14px;bottom:12px;height:36px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;z-index:3;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:hsla(0,0%,100%,.92);text-shadow:0 2px 12px rgba(0,0,0,.55)}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-left{display:inline-flex;align-items:center;gap:8px}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 6px;border-radius:8px;background:transparent!important}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn:hover{background:transparent!important}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-like-btn.liked svg{color:#ef4444;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-icon{font-size:22px;color:inherit;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image .trend-stats-count{font-size:16px;font-weight:500;color:inherit}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;align-items:center;justify-content:center}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image .placeholder{color:#7b7d86;font-family:Poppins,sans-serif;font-size:14px}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-image.no-image .trend-stats-bar{color:rgba(0,0,0,.55);text-shadow:none}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body{position:relative;padding:16px 16px 14px;display:flex;flex-direction:column;gap:8px}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill{position:absolute;top:-16px;left:14px;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#fff;box-shadow:0 10px 26px rgba(16,185,129,.18);color:#0f9f6e;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill .reviews{color:#6b7280;font-weight:500}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .rating-pill svg{width:18px;height:18px;color:#0f9f6e}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-title{color:#1f2937;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;line-height:1.4}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-brand-year{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-location{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-location svg{color:#9ca3af}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs{margin-top:4px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px 12px;gap:10px 12px}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs .spec-item{display:inline-flex;align-items:center;gap:8px;color:#4b5563;font-family:Poppins,sans-serif;font-size:13px;font-weight:600}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .car-specs .spec-item svg{color:#a0a0aa}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer{margin-top:10px;display:flex;align-items:center;justify-content:space-between}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box{display:flex;flex-direction:column;line-height:1.2}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box span{color:#6b7280;font-family:Poppins,sans-serif;font-size:13px;font-weight:500}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .price-box strong{margin-top:2px;color:#111827;font-family:Poppins,sans-serif;font-size:17px;font-weight:800}#mobile-wrap .trend-properties .container .card-box .trend-car-card .trend-car-body .card-footer .book-btn{padding:10px 16px;border-radius:30px;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 10px 24px rgba(34,197,94,.28);color:#fff;border:none;min-width:0;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;text-transform:none}#mobile-wrap .popular-properties{padding:60px 16px;width:100%;display:flex;flex-direction:row;background:linear-gradient(160deg,#0b1220,#131c2b)}#mobile-wrap .popular-properties .container{width:100%;flex-direction:column;gap:24px}#mobile-wrap .popular-properties .container .info-box{padding-left:20px;width:100%;display:flex;flex-direction:column;align-items:flex-start;color:#f8fafc}#mobile-wrap .popular-properties .container .info-box span{font-size:28px;font-weight:700;margin-bottom:6px}#mobile-wrap .popular-properties .container .info-box p{color:rgba(248,250,252,.78);font-size:14px}#mobile-wrap .popular-properties .container .info-box .metrics{margin-top:12px;width:100%;display:flex;flex-wrap:wrap;gap:18px}#mobile-wrap .popular-properties .container .info-box .metrics div{display:flex;flex-direction:column}#mobile-wrap .popular-properties .container .info-box .metrics div strong{font-size:20px}#mobile-wrap .popular-properties .container .info-box .metrics div span{font-size:12px;color:rgba(248,250,252,.7)}#mobile-wrap .popular-properties .container .card-box{width:100%}#mobile-wrap .popular-properties .container .card-box .popular-property-swiper{width:100%;padding-bottom:28px}#mobile-wrap .popular-properties .container .card-box .popular-card-box{position:relative;width:100%;border-radius:24px;background:rgba(10,18,31,.92);border:1px solid rgba(248,250,252,.08);box-shadow:0 18px 32px rgba(0,0,0,.35);display:flex;flex-direction:column}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img{position:relative;width:calc(100% - 24px);height:220px;margin:12px 12px 0;border-radius:20px;background-size:cover;background-position:50%;overflow:hidden}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img.no-image{background:linear-gradient(120deg,#2c2f3b,#1a1d27)}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,0,0,.9))}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .tag-pill{position:absolute;top:12px;left:12px;padding:6px 14px;border-radius:999px;background:rgba(34,197,94,.2);color:#4ade80;font-size:11px;font-weight:600;z-index:1}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .price{position:absolute;left:12px;bottom:14px;display:flex;flex-direction:column;color:#fff;z-index:1}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .price span{font-size:11px;letter-spacing:1px}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .price strong{font-size:22px;font-weight:700}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-bar{position:absolute;right:12px;bottom:16px;display:flex;align-items:center;gap:14px;z-index:1;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;color:hsla(0,0%,100%,.92);text-shadow:0 2px 12px rgba(0,0,0,.55)}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-left{display:inline-flex;align-items:center;gap:8px}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn{display:inline-flex;align-items:center;gap:8px;padding:4px 6px;border-radius:10px;background:transparent!important}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn:hover{background:transparent!important}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-like-btn.liked svg{color:#ef4444;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-icon{font-size:22px;color:inherit;filter:drop-shadow(0 2px 10px rgba(0,0,0,.45))}#mobile-wrap .popular-properties .container .card-box .popular-card-box .card-img .popular-stats-count{font-size:16px;font-weight:600;color:inherit}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info{padding:18px 20px 22px;display:flex;flex-direction:column;gap:14px;color:#f1f5f9}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .title-block{display:flex;flex-direction:column;gap:6px}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .title-block .title{font-size:18px;font-weight:700}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .title-block .desc{font-size:13px;color:rgba(241,245,249,.78)}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .options .option-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;background:hsla(0,0%,100%,.04);font-size:12px;color:#e2e8f0}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .options .option-chip svg{font-size:16px;color:#a5b4fc}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .bott{display:flex;align-items:center;justify-content:space-between}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .bott .stat{display:flex;flex-direction:column}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .bott .stat span{font-size:10px;text-transform:uppercase;color:rgba(241,245,249,.6)}#mobile-wrap .popular-properties .container .card-box .popular-card-box .info .bott .stat strong{font-size:16px}#mobile-wrap .popular-properties .container .card-box .empty-list{width:100%;padding:40px 0;color:rgba(248,250,252,.7);text-align:center;border:1px dashed rgba(248,250,252,.2);border-radius:16px}#mobile-wrap .popular-properties .container .pagination-box{display:flex;justify-content:center;align-items:center;gap:18px;color:#f8fafc}#mobile-wrap .popular-properties .container .pagination-box .swiper-popular-next,#mobile-wrap .popular-properties .container .pagination-box .swiper-popular-prev{cursor:pointer}#mobile-wrap .video-frame{margin:20px 0;width:100%;height:300px;background:#000;transform:perspective(0);box-shadow:-3px 0 20px 14px rgba(52,52,52,.502)}#mobile-wrap .top-properties{padding:0 10px;width:100%;height:auto;display:flex;flex-direction:row}#mobile-wrap .top-properties .container{width:100%;display:flex;flex-direction:column}#mobile-wrap .top-properties .container .card-box{position:relative;margin-top:25px;display:flex;flex-direction:row}#mobile-wrap .top-properties .container .card-box .top-property-swiper{width:100%;height:400px;display:flex;flex-direction:row}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide{width:98%;height:auto;display:flex}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box{position:relative;width:100%;height:375px;display:flex;flex-direction:column}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .card-img{position:relative;width:100%;height:203px;background-size:cover;border-radius:12px 12px 0 0;cursor:pointer}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .card-img div{position:absolute;padding:8px 12px;left:12px;bottom:12px;border-radius:6px;background:#fff;color:#181a20;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info{padding:20px 22px 17px;display:flex;flex-direction:column;box-sizing:border-box;border-radius:0 0 12px 12px;border:1px solid hsla(0,0%,77%,.71);border-top:none;background:#fff;box-shadow:0 1px 4px 0 rgba(24,26,32,.07)}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .title{overflow:hidden;color:#181a20;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:normal;text-transform:capitalize;cursor:pointer}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .desc{margin-top:5px;overflow:hidden;color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-overflow:ellipsis;white-space:nowrap}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .options{margin-top:15px;display:flex;flex-direction:row;justify-content:space-between}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .options div{display:flex;flex-direction:row}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .options div img{margin-right:5px;width:17px;height:17px}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .options div span{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott{display:flex;flex-direction:row;justify-content:space-between;align-items:center}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott p{color:#181a20;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott button{margin-left:7px;width:16px;height:16px;box-sizing:border-box}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott .view-like-box{display:flex;flex-direction:row;gap:7px;align-items:center}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott .view-like-box .MuiIconButton-root{width:32px;height:32px;color:rgba(229,231,235,.78);background:transparent!important}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott .view-like-box .MuiIconButton-root:hover{background:transparent!important}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott .view-like-box .MuiSvgIcon-root{font-size:22px}#mobile-wrap .top-properties .container .card-box .top-property-swiper .top-property-slide .top-card-box .info .bott .view-like-box .view-cnt{color:#717171;font-family:Poppins,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:normal;text-overflow:ellipsis}#mobile-wrap .top-properties.top-cars-section{position:relative;margin-top:18px;padding:22px 14px 42px;background:linear-gradient(135deg,#070b12,#111827 45%,#0b0f16);border-radius:22px;overflow:hidden}#mobile-wrap .top-properties.top-cars-section .container{width:100%;display:flex;flex-direction:column;gap:18px}#mobile-wrap .top-properties.top-cars-section .top-hero{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:18px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);box-shadow:0 25px 50px rgba(0,0,0,.45)}#mobile-wrap .top-properties.top-cars-section .top-hero__copy{display:flex;flex-direction:column;gap:10px;color:#f8fafc}#mobile-wrap .top-properties.top-cars-section .eyebrow-pill{align-self:flex-start;padding:6px 10px;border-radius:999px;background:rgba(34,197,94,.15);color:#4ade80;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}#mobile-wrap .top-properties.top-cars-section .hero-title{margin:0;color:#fff;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;line-height:1.35}#mobile-wrap .top-properties.top-cars-section .hero-desc{margin:0;color:rgba(248,250,252,.74);font-family:Poppins,sans-serif;font-size:14px;line-height:1.6}#mobile-wrap .top-properties.top-cars-section .hero-meta{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:12px}#mobile-wrap .top-properties.top-cars-section .hero-meta .pulse{width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 0 rgba(34,197,94,.5);animation:pulse 1.6s infinite}#mobile-wrap .top-properties.top-cars-section .cta-row{display:flex;gap:10px;flex-wrap:wrap}#mobile-wrap .top-properties.top-cars-section .cta-row button{flex:1 1;min-width:120px;padding:11px 14px;border-radius:12px;border:none;font-family:Poppins,sans-serif;font-size:13px;font-weight:700;cursor:pointer}#mobile-wrap .top-properties.top-cars-section .cta-row .primary-cta{background:linear-gradient(135deg,#3cf083,#22c55e);color:#0f172a;box-shadow:0 12px 30px rgba(34,197,94,.25)}#mobile-wrap .top-properties.top-cars-section .cta-row .ghost-cta{background:transparent;color:#f8fafc;border:1px solid rgba(248,250,252,.18)}#mobile-wrap .top-properties.top-cars-section .stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .top-properties.top-cars-section .stat-card{padding:12px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid rgba(248,250,252,.08);box-shadow:0 15px 30px rgba(0,0,0,.35)}#mobile-wrap .top-properties.top-cars-section .stat-card span{display:block;color:rgba(248,250,252,.6);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:.3px}#mobile-wrap .top-properties.top-cars-section .stat-card strong{display:block;margin-top:5px;color:#fff;font-family:Poppins,sans-serif;font-size:18px;font-weight:800}#mobile-wrap .top-properties.top-cars-section .stat-card p{margin:4px 0 0;color:rgba(248,250,252,.6);font-size:11px}#mobile-wrap .top-properties.top-cars-section .top-hero__badge{display:flex;flex-direction:row;align-items:center;gap:10px}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card{padding:14px;border-radius:14px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);color:#e5e7eb;min-width:0;flex:1 1;box-shadow:0 25px 50px rgba(0,0,0,.45)}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card p{margin:0;font-family:Poppins,sans-serif;font-size:12px;letter-spacing:.4px;color:rgba(229,231,235,.72)}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card strong{display:block;margin:8px 0 4px;font-size:26px;font-weight:800;color:#fff}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card span{color:rgba(229,231,235,.72);font-size:12px}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card .badge-row{margin-top:8px;display:flex;align-items:center;gap:6px}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-card .badge-row .dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 1.6s infinite;box-shadow:0 0 0 0 rgba(34,197,94,.45)}#mobile-wrap .top-properties.top-cars-section .top-hero__badge .badge-chip{padding:10px 12px;border-radius:12px;background:hsla(0,0%,100%,.05);border:1px solid rgba(248,250,252,.08);color:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;white-space:nowrap}#mobile-wrap .top-properties.top-cars-section .top-showcase{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:16px;background:rgba(8,10,18,.5);border:1px solid rgba(248,250,252,.08)}#mobile-wrap .top-properties.top-cars-section .top-grid-shell{gap:16px}#mobile-wrap .top-properties.top-cars-section .grid-shell{padding:12px 6px;border-radius:18px;border:1px solid rgba(248,250,252,.08);background:rgba(8,10,18,.85);box-shadow:0 25px 50px rgba(0,0,0,.45)}#mobile-wrap .top-properties.top-cars-section .top-grid{display:flex;flex-wrap:nowrap;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}#mobile-wrap .top-properties.top-cars-section .top-grid::-webkit-scrollbar{height:4px}#mobile-wrap .top-properties.top-cars-section .top-grid::-webkit-scrollbar-thumb{background:rgba(148,163,184,.5);border-radius:999px}#mobile-wrap .top-properties.top-cars-section .top-grid-card{display:flex;flex:0 0 82vw;max-width:320px;scroll-snap-align:start}#mobile-wrap .top-properties.top-cars-section .top-card-box{width:100%;min-height:360px;padding:12px;border-radius:14px;background:rgba(8,10,18,.85);border:1px solid rgba(248,250,252,.08);box-shadow:0 25px 50px rgba(0,0,0,.45)}#mobile-wrap .top-properties.top-cars-section .top-card-box .card-img{height:190px;border-radius:12px;box-shadow:inset 0 -30px 60px rgba(0,0,0,.4)}#mobile-wrap .top-properties.top-cars-section .top-card-box .card-img div{left:12px;bottom:12px;padding:7px 10px;border-radius:10px;background:hsla(0,0%,100%,.95);color:#0f172a;font-size:13px;box-shadow:0 4px 12px rgba(0,0,0,.3)}#mobile-wrap .top-properties.top-cars-section .top-card-box .info{padding:14px 4px 6px;background:transparent;border:none;box-shadow:none;color:#e5e7eb}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .title{color:#fff;font-size:15px;font-weight:700}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .desc{color:rgba(229,231,235,.72);font-size:12px}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .options img{filter:brightness(0) invert(1);opacity:.9}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .options span{color:#f3f4f6;font-size:12px}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .bott p{color:rgba(229,231,235,.72)}#mobile-wrap .top-properties.top-cars-section .top-card-box .info .view-cnt{color:rgba(229,231,235,.6)}#mobile-wrap .top-properties.top-cars-section .empty-top-cars{padding:24px;text-align:center;color:rgba(248,250,252,.8);border-radius:12px;border:1px dashed rgba(248,250,252,.2);background:rgba(8,10,18,.5)}#mobile-wrap .top-properties.top-cars-section .showcase-head{display:flex;align-items:center;justify-content:space-between;padding:6px 4px 0}#mobile-wrap .top-properties.top-cars-section .showcase-head .breadcrumb{display:flex;flex-direction:column;gap:4px}#mobile-wrap .top-properties.top-cars-section .showcase-head .breadcrumb span{color:rgba(248,250,252,.6);font-family:Poppins,sans-serif;font-size:11px;letter-spacing:.4px}#mobile-wrap .top-properties.top-cars-section .showcase-head .breadcrumb strong{color:#fff;font-family:Poppins,sans-serif;font-size:16px;font-weight:800}#mobile-wrap .top-properties.top-cars-section .showcase-head .head-count{padding:6px 12px;border-radius:999px;border:1px solid rgba(248,250,252,.08);background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#mobile-wrap .top-properties.top-cars-section .grid-footer{margin-top:16px;padding:12px;border-radius:14px;border:1px solid rgba(248,250,252,.08);background:rgba(8,10,18,.85);box-shadow:0 25px 50px rgba(0,0,0,.45);display:flex;flex-direction:column;gap:10px}#mobile-wrap .top-properties.top-cars-section .grid-footer .MuiPagination-root{display:flex;justify-content:center}#mobile-wrap .top-properties.top-cars-section .grid-footer .MuiPagination-root .MuiPaginationItem-root{color:#f8fafc;border-color:rgba(248,250,252,.18)}#mobile-wrap .top-properties.top-cars-section .grid-footer .MuiPagination-root .MuiPaginationItem-root.Mui-selected{background:linear-gradient(135deg,#3cf083,#22c55e);color:#0f172a;border:none}#mobile-wrap .top-properties.top-cars-section .grid-badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}#mobile-wrap .top-properties.top-cars-section .grid-badges .pill{padding:8px 12px;border-radius:999px;border:1px solid rgba(248,250,252,.18);background:hsla(0,0%,100%,.05);color:#f8fafc;font-family:Poppins,sans-serif;font-size:12px;font-weight:600}#mobile-wrap .top-properties.top-cars-section .grid-badges .pill.accent{background:rgba(34,197,94,.15);color:#4ade80;border:none}#mobile-wrap .top-agents{position:relative;padding:30px 12px 36px;width:100%;height:auto;display:flex;flex-direction:row;overflow:hidden;background:radial-gradient(120% 120% at 10% 20%,#f5f7ff 0,#fff 50%,#f8fbff 100%)}#mobile-wrap .top-agents .halo{position:absolute;width:220px;height:220px;filter:blur(90px);border-radius:50%;background:rgba(79,70,229,.18)}#mobile-wrap .top-agents .halo.halo-right{right:-80px;bottom:0;background:rgba(14,165,233,.22)}#mobile-wrap .top-agents .container{position:relative;width:100%;flex-direction:column;align-items:center}#mobile-wrap .top-agents .container .info-box{width:100%;align-items:flex-start;gap:6px}#mobile-wrap .top-agents .container .info-box .eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.06);color:#111827;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}#mobile-wrap .top-agents .container .info-box span{font-size:26px}#mobile-wrap .top-agents .container .info-box p{color:#4b5563;font-size:14px;max-width:320px;line-height:24px}#mobile-wrap .top-agents .container .wrapper{width:100%;margin-top:22px;display:flex;flex-direction:row;align-items:center}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper{width:100%;height:auto;display:flex;flex-direction:row;padding:6px 2px 10px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide{width:92%;height:auto;display:flex}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card{width:100%;height:100%;display:flex;flex-direction:column}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-shell{position:relative;width:100%;padding:16px 14px 14px;display:flex;flex-direction:column;gap:12px;border-radius:20px;background:linear-gradient(180deg,#fff,#f4f6fb);box-shadow:0 18px 50px rgba(11,22,39,.12);border:1px solid rgba(17,24,39,.05);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-shell:after{content:"";position:absolute;inset:0;background:radial-gradient(100% 80% at 50% 0,rgba(79,70,229,.12),transparent);pointer-events:none}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-shell:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(11,22,39,.14);border-color:rgba(79,70,229,.12)}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header{position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:8px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .header-left{display:inline-flex;align-items:center;gap:8px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .pill{padding:6px 10px;border-radius:999px;background:rgba(17,24,39,.06);color:#111827;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .pill.accent{background:rgba(79,70,229,.14);color:#4f46e5}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .like-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.18);color:#ef4444}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .like-pill .MuiSvgIcon-root{font-size:18px;color:#ef4444}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .like-pill span{color:#ef4444;font-size:13px;font-weight:800}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-header .like-pill.active{background:rgba(239,68,68,.12);border-color:rgba(239,68,68,.25)}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .avatar{position:relative;display:flex;justify-content:center}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .avatar .ring{width:150px;height:150px;padding:8px;border-radius:50%;background:linear-gradient(140deg,#4f46e5,#0ea5e9);display:flex;align-items:center;justify-content:center}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .avatar .ring img{width:134px;height:134px;border-radius:50%;cursor:pointer;object-fit:cover;border:6px solid #fff;box-shadow:0 12px 36px rgba(14,27,53,.2)}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-body{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-body strong{color:#111827;text-align:center;font-family:Poppins,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:24px;text-transform:capitalize;cursor:pointer}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-body span{color:#4b5563;text-align:center;font-family:Poppins,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:22px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-body .tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:2px}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-body .tags .tag{padding:6px 10px;border-radius:999px;background:rgba(15,23,42,.06);color:#1f2937;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-footer{margin-top:12px;padding-top:12px;border-top:1px solid rgba(17,24,39,.06);display:flex;align-items:center;justify-content:space-between}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-footer .footer-item{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:15px;font-weight:700}#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-footer .footer-item .MuiSvgIcon-root,#mobile-wrap .top-agents .container .wrapper .top-agents-swiper .top-agents-slide .top-agent-card .card-footer .footer-item svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#mobile-wrap .events{position:relative;padding:60px 14px 70px;width:100%;background:radial-gradient(120% 140% at 10% 10%,rgba(99,102,241,.18),transparent),radial-gradient(100% 140% at 80% 0,rgba(14,165,233,.22),transparent),#0c1022;overflow:hidden}#mobile-wrap .events .glow{position:absolute;width:220px;height:220px;filter:blur(90px);border-radius:50%;background:rgba(79,70,229,.3)}#mobile-wrap .events .glow.glow-right{right:-60px;bottom:-40px;background:rgba(14,165,233,.28)}#mobile-wrap .events .container{flex-direction:column;gap:18px}#mobile-wrap .events .container .info-box{width:100%}#mobile-wrap .events .container .info-box .left{gap:6px}#mobile-wrap .events .container .info-box .left span{font-size:26px}#mobile-wrap .events .container .info-box .left p{color:#cbd5e1;line-height:24px;max-width:320px}#mobile-wrap .events .container .card-wrapper{width:100%;display:flex;flex-direction:row;gap:14px;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin}#mobile-wrap .events .container .card-wrapper .event-card{min-width:260px;max-width:280px;height:360px;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);box-shadow:0 18px 50px rgba(0,0,0,.35);overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}#mobile-wrap .events .container .card-wrapper .event-card .card-top{display:flex;justify-content:space-between;padding:14px;gap:8px}#mobile-wrap .events .container .card-wrapper .event-card .card-top .pill{padding:6px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:hsla(0,0%,100%,.08);color:#f8fafc;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}#mobile-wrap .events .container .card-wrapper .event-card .card-top .pill.ghost{background:hsla(0,0%,100%,.04);color:#cbd5e1}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom{display:flex;flex-direction:column;gap:8px;padding:16px 14px 14px;background:linear-gradient(180deg,rgba(12,16,34,0),rgba(12,16,34,.85))}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom strong{color:#fff;font-family:Poppins,sans-serif;font-size:19px;font-weight:800}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom p{margin:0;color:#e5e7eb;font-family:Poppins,sans-serif;font-size:13px;line-height:20px}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom .meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom .meta .chip{padding:8px 10px;border-radius:999px;background:hsla(0,0%,100%,.08);color:#cbd5e1;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom .meta .cta{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.15);color:#fff;font-family:Poppins,sans-serif;font-size:12px;font-weight:700}#mobile-wrap .events .container .card-wrapper .event-card .card-bottom .meta .cta img{width:14px;height:14px}#mobile-wrap #footer{position:relative;padding:60px 0 18px;width:100%;height:auto;display:flex;flex-direction:row;background:#181a20}#mobile-wrap #footer .footer-container{padding:0 16px;margin:0 auto;width:100%;height:auto;display:flex;flex-direction:column;gap:28px}#mobile-wrap #footer .footer-container .footer-subscribe{padding:16px;border-radius:12px;background:#0f1112;border:1px solid #1f2224;display:flex;flex-direction:column;gap:14px}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-title{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:24px}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input{display:flex;flex-direction:column;gap:10px}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root{width:100%}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root{background:#0b0d0e;border-radius:10px;color:#f1f1f1}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#222629}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#3a3f44}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .MuiTextField-root .MuiOutlinedInput-root .MuiInputAdornment-root{color:#9ea3aa}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .footer-subscribe-btn{width:100%;border-radius:10px;background:#4ade80;color:#0e1011;text-transform:none;font-weight:700}#mobile-wrap #footer .footer-container .footer-subscribe .footer-subscribe-input .footer-subscribe-btn:hover{background:#3ad46c}#mobile-wrap #footer .footer-container .footer-content{display:flex;flex-direction:column;gap:24px}#mobile-wrap #footer .footer-container .footer-content .footer-brand{display:flex;flex-direction:column;gap:14px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-logo{display:flex;align-items:center;gap:10px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-logo img{width:40px;height:40px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-logo span{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:20px;font-weight:700}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info{display:flex;flex-direction:column;gap:12px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info div{display:flex;align-items:flex-start;gap:10px;color:#d1d5db;font-family:Poppins,sans-serif;font-size:14px;line-height:22px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info div svg{color:#9ea3aa;font-size:20px;margin-top:2px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info div p{margin:0}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline{align-items:center;gap:12px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline span{color:#9ea3aa;font-size:13px}#mobile-wrap #footer .footer-container .footer-content .footer-brand .footer-info .footer-hotline strong{color:#4ade80;font-size:18px}#mobile-wrap #footer .footer-container .footer-content .footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}#mobile-wrap #footer .footer-container .footer-content .footer-links .footer-link-group{display:flex;flex-direction:column;gap:10px}#mobile-wrap #footer .footer-container .footer-content .footer-links .footer-link-group strong{color:#f7f7f7;font-family:Poppins,sans-serif;font-size:15px;font-weight:700}#mobile-wrap #footer .footer-container .footer-content .footer-links .footer-link-group span{color:#c7cbd1;font-family:Poppins,sans-serif;font-size:13px;cursor:pointer;transition:color .2s}#mobile-wrap #footer .footer-container .footer-content .footer-links .footer-link-group span:hover{color:#fff}#mobile-wrap #footer .footer-container .footer-bottom{padding-top:20px;border-top:1px solid #1f2224;display:flex;flex-direction:column;gap:12px}#mobile-wrap #footer .footer-container .footer-bottom span{color:#a3a7ad;font-family:Poppins,sans-serif;font-size:13px}#mobile-wrap #footer .footer-container .footer-bottom .footer-socials{display:flex;align-items:center;gap:12px}#mobile-wrap #footer .footer-container .footer-bottom .footer-socials span{color:#c7cbd1;font-weight:600;font-size:13px}#mobile-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons{display:flex;align-items:center;gap:10px}#mobile-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons svg{color:#c7cbd1;font-size:20px;cursor:pointer;transition:transform .2s,color .2s}#mobile-wrap #footer .footer-container .footer-bottom .footer-socials .social-icons svg:hover{color:#4ade80;transform:translateY(-2px)}#mobile-wrap .info-rent{width:100%;padding:28px 14px 38px;background:#f3f6fa}#mobile-wrap .info-rent .container{width:100%;flex-direction:column;gap:16px}#mobile-wrap .info-rent .visual{width:100%;position:relative;display:flex;justify-content:center}#mobile-wrap .info-rent .visual .visual-card{width:100%;max-width:520px;height:280px;border-radius:16px;background:linear-gradient(135deg,#cfd3d8,#d8dbde);box-shadow:0 18px 38px rgba(17,24,39,.14);display:flex;align-items:center;justify-content:center;overflow:hidden}#mobile-wrap .info-rent .visual .visual-card .info-video{width:100%;height:100%;object-fit:cover;border-radius:16px}#mobile-wrap .info-rent .visual .play-btn{position:absolute;width:70px;height:70px;min-width:70px;border-radius:50%;background:linear-gradient(135deg,#3cf083,#22c55e);box-shadow:0 14px 26px rgba(34,197,94,.25);color:#0f172a}#mobile-wrap .info-rent .content{display:flex;flex-direction:column;gap:12px}#mobile-wrap .info-rent .content .badge{display:inline-flex;align-items:center;padding:7px 14px;border-radius:999px;background:#fff;box-shadow:0 12px 20px rgba(17,24,39,.08);color:#111827;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;align-self:flex-start}#mobile-wrap .info-rent .content h3{margin:0;color:#1f2937;font-family:Poppins,sans-serif;font-size:24px;font-weight:800;line-height:1.35;letter-spacing:-.3px}#mobile-wrap .info-rent .content p{margin:0;color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;line-height:22px}#mobile-wrap .info-rent .content .checks{margin-top:4px;display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .info-rent .content .checks .check-item{display:inline-flex;align-items:center;gap:10px;color:#1f2937;font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#mobile-wrap .info-rent .content .checks .check-item svg{color:#22c55e}#mobile-wrap .how-works{width:100%;padding:28px 14px 36px;background:#fff}#mobile-wrap .how-works .container{width:100%;flex-direction:column;align-items:center;gap:24px}#mobile-wrap .how-works .hw-heading{text-align:center;display:flex;flex-direction:column;gap:8px}#mobile-wrap .how-works .hw-heading .eyebrow{color:#6b7280;font-family:Poppins,sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}#mobile-wrap .how-works .hw-heading h3{margin:0;color:#181a20;font-family:Poppins,sans-serif;font-size:22px;font-weight:800;line-height:1.35;letter-spacing:-.3px}#mobile-wrap .how-works .hw-steps{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}#mobile-wrap .how-works .hw-step{padding:16px 12px 14px;border-radius:14px;border:1px solid #e6e7eb;background:#fff;box-shadow:0 10px 22px rgba(17,24,39,.06);display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}#mobile-wrap .how-works .hw-step .icon-wrap{width:64px;height:64px;border-radius:14px;background:#f7f8fb;display:flex;align-items:center;justify-content:center}#mobile-wrap .how-works .hw-step .icon-wrap img{width:52px;height:52px;object-fit:contain}#mobile-wrap .how-works .hw-step .step-title{color:#111827;font-family:Poppins,sans-serif;font-size:15px;font-weight:800;letter-spacing:-.1px}#mobile-wrap .how-works .hw-step .step-desc{color:#6b7280;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;line-height:20px}@keyframes pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.user-reviews .review-actions{display:inline-flex;align-items:center;gap:12px}.user-reviews .review-like-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border-radius:10px}.user-reviews .review-like-btn,.user-reviews .review-like-btn:hover{background:transparent!important}.user-reviews .review-like-btn svg{width:22px;height:22px;color:rgba(15,23,42,.55)}.user-reviews .review-like-btn.liked svg{color:#ef4444}.user-reviews .review-like-count{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;font-weight:700}#mobile-wrap .dealer-list-page{padding:20px 14px 42px}#mobile-wrap .dealer-list-page .container{width:100%;display:flex;flex-direction:column;gap:16px}#mobile-wrap .dealer-list-page .dealer-header .title{display:flex;flex-direction:column;gap:4px}#mobile-wrap .dealer-list-page .dealer-header .title strong{font-size:22px;font-weight:800;color:#111827}#mobile-wrap .dealer-list-page .dealer-header .title span{font-size:13px;color:#6b7280}#mobile-wrap .dealer-list-page .dealer-grid{display:flex;flex-direction:column;gap:12px}#mobile-wrap .dealer-card{border-radius:16px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);overflow:hidden}#mobile-wrap .dealer-card .dealer-card__inner{padding:14px;display:flex;flex-direction:column;gap:12px}#mobile-wrap .dealer-card .dealer-card__top{display:grid;grid-template-columns:54px minmax(0,1fr) 40px;grid-gap:12px;gap:12px;align-items:start}#mobile-wrap .dealer-card .dealer-avatar{width:54px;height:54px;border-radius:16px;background:linear-gradient(140deg,rgba(79,70,229,.18),rgba(14,165,233,.14));display:flex;align-items:center;justify-content:center}#mobile-wrap .dealer-card .dealer-avatar img{width:48px;height:48px;border-radius:14px;object-fit:cover;background:#fff}#mobile-wrap .dealer-card .dealer-like{width:40px;height:40px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.9);display:inline-flex;align-items:center;justify-content:center}#mobile-wrap .dealer-card .dealer-like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#mobile-wrap .dealer-card .dealer-like.liked{border-color:rgba(239,68,68,.22)}#mobile-wrap .dealer-card .dealer-like.liked .MuiSvgIcon-root{color:#ef4444}#mobile-wrap .dealer-card .dealer-name{font-size:15px;font-weight:900}#mobile-wrap .dealer-card .dealer-role{font-size:11px;font-weight:900;color:hsla(220,9%,46%,.9);text-transform:uppercase}#mobile-wrap .dealer-card .dealer-subrow{display:inline-flex;align-items:center;gap:8px;color:rgba(55,65,81,.78);font-size:13px}#mobile-wrap .dealer-card .dealer-subrow svg{width:18px;height:18px;color:rgba(79,70,229,.55)}#mobile-wrap .dealer-card .dealer-subrow span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#mobile-wrap .dealer-card .dealer-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .dealer-card .dealer-stat{padding:10px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:hsla(0,0%,100%,.75);display:flex;align-items:center;gap:10px}#mobile-wrap .dealer-card .dealer-stat .MuiSvgIcon-root,#mobile-wrap .dealer-card .dealer-stat svg{width:20px;height:20px;color:rgba(79,70,229,.65)}#mobile-wrap .dealer-card .dealer-stat .heart{color:rgba(239,68,68,.8)}#mobile-wrap .dealer-card .dealer-stat .heart-outline{color:rgba(15,23,42,.55)}#mobile-wrap .dealer-card .dealer-stat strong{font-size:14px;font-weight:900}#mobile-wrap .dealer-card .dealer-stat span{font-size:11px;font-weight:900;color:hsla(220,9%,46%,.9);text-transform:uppercase}#mobile-wrap .dealer-detail-page{padding:110px 14px 40px}#mobile-wrap .dealer-detail-page .container{width:100%;display:flex;flex-direction:column;gap:12px}#mobile-wrap .dealer-detail-page .dealer-hero{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);padding:14px;display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}#mobile-wrap .dealer-detail-page .dealer-hero__avatar img{width:64px;height:64px;border-radius:16px;object-fit:cover;background:#fff}#mobile-wrap .dealer-detail-page .dealer-hero__meta{min-width:0}#mobile-wrap .dealer-detail-page .dealer-hero__name{margin:0;color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:900;line-height:1.1}#mobile-wrap .dealer-detail-page .dealer-hero__role{margin-top:4px;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}#mobile-wrap .dealer-detail-page .dealer-hero__phone{margin-top:8px;display:inline-flex;align-items:center;gap:8px}#mobile-wrap .dealer-detail-page .dealer-hero__phone img{width:16px;height:16px}#mobile-wrap .dealer-detail-page .dealer-hero__phone span{color:#111827;font-family:Poppins,sans-serif;font-size:13px;font-weight:800}#mobile-wrap .dealer-detail-page .dealer-hero__stats{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:8px}#mobile-wrap .dealer-detail-page .dealer-hero__stats .stat{padding:10px;border-radius:14px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;gap:2px}#mobile-wrap .dealer-detail-page .dealer-hero__stats .stat strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:900}#mobile-wrap .dealer-detail-page .dealer-hero__stats .stat span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#mobile-wrap .dealer-detail-page .dealer-panels{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);overflow:hidden}#mobile-wrap .dealer-detail-page .dealer-panel{padding:14px;display:flex;flex-direction:column;gap:12px}#mobile-wrap .dealer-detail-page .dealer-car-card{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08)}#mobile-wrap .dealer-detail-page .dealer-car-card__img{height:160px;border-radius:16px;background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;overflow:hidden;background-color:rgba(15,23,42,.06)}#mobile-wrap .dealer-detail-page .dealer-car-card__img.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#mobile-wrap .dealer-detail-page .dealer-car-card__img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,0),rgba(2,6,23,.55))}#mobile-wrap .dealer-detail-page .dealer-car-card__price{position:absolute;left:10px;bottom:10px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:inline-flex;align-items:baseline;gap:6px}#mobile-wrap .dealer-detail-page .dealer-car-card__price small,#mobile-wrap .dealer-detail-page .dealer-car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}#mobile-wrap .dealer-detail-page .dealer-car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#mobile-wrap .dealer-detail-page .dealer-car-card__titleRow{display:flex;justify-content:space-between;gap:10px}#mobile-wrap .dealer-detail-page .dealer-car-card__title{color:#0f172a;font-family:Poppins,sans-serif;font-size:16px;font-weight:900}#mobile-wrap .dealer-detail-page .dealer-car-card__metaPill{padding:6px 10px;border-radius:999px;background:rgba(79,70,229,.08);border:1px solid rgba(79,70,229,.14);color:rgba(79,70,229,.95);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .dealer-detail-page .dealer-car-card__desc{color:rgba(55,65,81,.82);font-family:Poppins,sans-serif;font-size:13px;font-weight:600;line-height:1.45}#mobile-wrap .dealer-detail-page .dealer-car-card__specs{display:flex;gap:8px;flex-wrap:wrap}#mobile-wrap .dealer-detail-page .dealer-car-card__specs .spec{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}#mobile-wrap .dealer-detail-page .dealer-car-card__specs .spec svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#mobile-wrap .dealer-detail-page .dealer-car-card__specs .spec span{color:rgba(15,23,42,.82);font-size:12px;font-weight:800}#mobile-wrap .dealer-detail-page .dealer-car-card__footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:2px}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .stat{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.95);font-size:12px;font-weight:800}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .like{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;border:1px solid rgba(17,24,39,.08);background:hsla(0,0%,100%,.85)}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .like .MuiSvgIcon-root{font-size:20px;color:rgba(15,23,42,.55)}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .like span{color:rgba(15,23,42,.78);font-size:12px;font-weight:900}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .like.liked{border-color:rgba(239,68,68,.22)}#mobile-wrap .dealer-detail-page .dealer-car-card__footer .like.liked .MuiSvgIcon-root{color:#ef4444}#mobile-wrap .car-page{padding:110px 14px 40px}#mobile-wrap .car-page .container{width:100%;display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-page .car-topbar{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px}#mobile-wrap .car-page .car-topbar__title{display:flex;flex-direction:column;gap:4px}#mobile-wrap .car-page .car-topbar__title strong{color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:900}#mobile-wrap .car-page .car-topbar__title span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#mobile-wrap .car-page .car-topbar__actions{display:inline-flex;gap:8px}#mobile-wrap .car-page .car-topbar__actions button{border-radius:14px;padding:10px 12px;background:#fff;border:1px solid rgba(17,24,39,.12);color:#0f172a;font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#mobile-wrap .car-page .car-topbar__actions button.ghost{background:hsla(0,0%,100%,.8)}#mobile-wrap .car-page .car-grid{display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-page .car-pagination{margin-top:10px;display:flex;flex-direction:column;align-items:center;gap:10px}#mobile-wrap .car-page .car-pagination span{color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:13px;font-weight:700}#mobile-wrap .car-page .car-filter-drawer{padding:14px 14px 18px}#mobile-wrap .car-page .car-filter{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);padding:14px;gap:12px}#mobile-wrap .car-page .car-filter .car-filter__header{display:flex;align-items:center;justify-content:space-between;gap:10px}#mobile-wrap .car-page .car-filter .car-filter__header .title{display:inline-flex;align-items:center;gap:8px;color:#0f172a;font-family:Poppins,sans-serif;font-size:14px;font-weight:900}#mobile-wrap .car-page .car-filter .car-filter__header .title svg{width:18px;height:18px;color:rgba(79,70,229,.85)}#mobile-wrap .car-page .car-filter .car-filter__header .title small{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:rgba(79,70,229,.12);border:1px solid rgba(79,70,229,.18);color:rgba(79,70,229,.95);font-size:12px;font-weight:900}#mobile-wrap .car-page .car-filter .car-filter__header .reset{border-radius:12px;padding:8px 10px;background:hsla(0,0%,100%,.85);border:1px solid rgba(17,24,39,.12);color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#mobile-wrap .car-page .car-filter .car-filter__label{color:hsla(220,9%,46%,.95);font-family:Poppins,sans-serif;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}#mobile-wrap .car-page .car-filter .car-filter__chips{display:flex;flex-wrap:wrap;gap:8px}#mobile-wrap .car-page .car-filter .car-filter__chips .chip{border-radius:999px;padding:7px 10px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.1);color:rgba(15,23,42,.78);font-family:Poppins,sans-serif;font-size:12px;font-weight:800;text-transform:none}#mobile-wrap .car-page .car-filter .car-filter__chips .chip.active{background:rgba(79,70,229,.1);border-color:rgba(79,70,229,.25);color:rgba(79,70,229,.95)}#mobile-wrap .car-page .car-card{border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 14px 26px rgba(17,24,39,.08)}#mobile-wrap .car-page .car-card .car-card__media{position:relative;height:190px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06)}#mobile-wrap .car-page .car-card .car-card__media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#mobile-wrap .car-page .car-card .car-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.68))}#mobile-wrap .car-page .car-card .car-card__tag{position:absolute;left:12px;top:12px;z-index:1;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08)}#mobile-wrap .car-page .car-card .car-card__tag span{color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-page .car-card .car-card__price{position:absolute;left:12px;bottom:12px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:inline-flex;align-items:baseline;gap:6px}#mobile-wrap .car-page .car-card .car-card__price small,#mobile-wrap .car-page .car-card .car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-page .car-card .car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#mobile-wrap .car-page .car-card .car-card__stats{position:absolute;right:12px;bottom:12px;z-index:1;display:flex;gap:10px}#mobile-wrap .car-page .car-card .car-card__stats .like,#mobile-wrap .car-page .car-card .car-card__stats .stat{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08)}#mobile-wrap .car-page .car-card .car-card__stats .like svg,#mobile-wrap .car-page .car-card .car-card__stats .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#mobile-wrap .car-page .car-card .car-card__stats .like span,#mobile-wrap .car-page .car-card .car-card__stats .stat span{color:rgba(15,23,42,.8);font-size:12px;font-weight:900}#mobile-wrap .car-page .car-card .car-card__stats .like.liked svg,#mobile-wrap .car-page .car-card .car-card__stats .stat.liked svg{color:#ef4444}#mobile-wrap .car-page .car-card .car-card__body{padding:14px;display:flex;flex-direction:column;gap:10px}#mobile-wrap .car-page .car-card .car-card__specs{display:flex;flex-wrap:wrap;gap:8px}#mobile-wrap .car-page .car-card .car-card__specs .chip{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06)}#mobile-wrap .car-page .car-card .car-card__specs .chip svg{width:18px;height:18px;color:rgba(79,70,229,.65)}#mobile-wrap .car-page .car-card .car-card__specs .chip span{color:rgba(15,23,42,.82);font-size:12px;font-weight:800}#mobile-wrap .car-detail-page{padding:110px 14px 40px}#mobile-wrap .car-detail-page .container{width:100%;display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-detail-page .car-detail__crumbs{display:inline-flex;align-items:center;gap:8px;color:hsla(220,9%,46%,.9);font-family:Poppins,sans-serif;font-size:12px;font-weight:800}#mobile-wrap .car-detail-page .car-detail__crumbs .link{color:rgba(79,70,229,.95)}#mobile-wrap .car-detail-page .car-detail__crumbs .sep{color:hsla(220,9%,46%,.6)}#mobile-wrap .car-detail-page .car-detail__crumbs .current{color:rgba(15,23,42,.85);font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}#mobile-wrap .car-detail-page .car-detail__top{display:flex;align-items:center;justify-content:space-between;gap:10px}#mobile-wrap .car-detail-page .car-detail__top .back{border-radius:14px;padding:10px 12px;background:rgba(15,23,42,.04);border:1px solid rgba(15,23,42,.08);color:#0f172a;font-family:Poppins,sans-serif;font-size:12px;font-weight:900;text-transform:none}#mobile-wrap .car-detail-page .car-detail__top .meta{display:inline-flex;gap:8px}#mobile-wrap .car-detail-page .car-detail__top .meta .meta-item,#mobile-wrap .car-detail-page .car-detail__top .meta .meta-like{display:inline-flex;align-items:center;gap:6px;padding:9px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08)}#mobile-wrap .car-detail-page .car-detail__top .meta .meta-item svg,#mobile-wrap .car-detail-page .car-detail__top .meta .meta-like svg{width:18px;height:18px;color:hsla(220,9%,46%,.8)}#mobile-wrap .car-detail-page .car-detail__top .meta .meta-item span,#mobile-wrap .car-detail-page .car-detail__top .meta .meta-like span{color:rgba(15,23,42,.85);font-size:12px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__top .meta .meta-like.liked svg{color:#ef4444}#mobile-wrap .car-detail-page .car-detail__grid{display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-detail-page .car-detail__hero{position:relative;border-radius:18px;overflow:hidden;height:240px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06);box-shadow:0 14px 26px rgba(17,24,39,.08)}#mobile-wrap .car-detail-page .car-detail__hero.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#mobile-wrap .car-detail-page .car-detail__hero .hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.68))}#mobile-wrap .car-detail-page .car-detail__hero .hero-badges{position:absolute;left:12px;top:12px;display:flex;gap:8px;flex-wrap:wrap}#mobile-wrap .car-detail-page .car-detail__hero .hero-badges .badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08);color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-detail-page .car-detail__hero .hero-badges .badge svg{width:18px;height:18px;color:rgba(79,70,229,.85)}#mobile-wrap .car-detail-page .car-detail__hero .hero-badges .badge.ghost{text-transform:none;font-weight:800}#mobile-wrap .car-detail-page .car-detail__hero .hero-price{position:absolute;left:12px;bottom:12px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:inline-flex;align-items:baseline;gap:6px}#mobile-wrap .car-detail-page .car-detail__hero .hero-price small,#mobile-wrap .car-detail-page .car-detail__hero .hero-price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-detail-page .car-detail__hero .hero-price strong{color:#0f172a;font-size:16px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .car-detail-page .car-detail__thumbs .thumb{border-radius:14px;height:62px;background-size:cover;background-position:50%;background-repeat:no-repeat;border:1px solid rgba(17,24,39,.1)}#mobile-wrap .car-detail-page .car-detail__thumbs .thumb.active{border-color:rgba(79,70,229,.45)}#mobile-wrap .car-detail-page .aside-card,#mobile-wrap .car-detail-page .car-detail__card,#mobile-wrap .car-detail-page .car-detail__section,#mobile-wrap .car-detail-page .dealer-card{border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fff;box-shadow:0 14px 26px rgba(17,24,39,.08);padding:14px}#mobile-wrap .car-detail-page .car-detail__card .name{color:#0f172a;font-family:Poppins,sans-serif;font-size:18px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__card .sub{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}#mobile-wrap .car-detail-page .car-detail__card .sub .pill{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);color:rgba(15,23,42,.82);font-size:12px;font-weight:800}#mobile-wrap .car-detail-page .car-detail__card .facts-grid{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact{border-radius:16px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);padding:12px;display:flex;align-items:center;gap:10px}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact .icon{width:40px;height:40px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:flex;align-items:center;justify-content:center}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact .icon svg{width:20px;height:20px;color:rgba(79,70,229,.85)}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact .text{min-width:0;display:flex;flex-direction:column;gap:3px}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact .text .label{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact .text .value{color:#0f172a;font-size:12px;font-weight:950;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#mobile-wrap .car-detail-page .car-detail__card .facts-grid .fact.muted{opacity:.55}#mobile-wrap .car-detail-page .car-detail__section .section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}#mobile-wrap .car-detail-page .car-detail__section .section-head .section-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:rgba(79,70,229,.06);border:1px solid rgba(79,70,229,.12)}#mobile-wrap .car-detail-page .car-detail__section .section-head .section-chip svg{width:18px;height:18px;color:rgba(79,70,229,.9)}#mobile-wrap .car-detail-page .car-detail__section .section-head .section-chip span{color:rgba(15,23,42,.85);font-size:11px;font-weight:900;white-space:nowrap}#mobile-wrap .car-detail-page .car-detail__section .similar-grid{display:flex;flex-direction:column;gap:12px}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature{border-radius:16px;background:rgba(15,23,42,.03);border:1px solid rgba(15,23,42,.06);padding:12px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .icon{width:40px;height:40px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:flex;align-items:center;justify-content:center}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .icon svg{width:20px;height:20px;color:rgba(79,70,229,.85)}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .label{color:hsla(220,9%,46%,.92);font-size:11px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature .value{color:#0f172a;font-size:12px;font-weight:950;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}#mobile-wrap .car-detail-page .car-detail__section.features .feature-grid .feature.muted{opacity:.55}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card{border-radius:18px;overflow:hidden;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 14px 26px rgba(17,24,39,.08)}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media{position:relative;height:190px;background-size:cover;background-position:50%;background-repeat:no-repeat;background-color:rgba(15,23,42,.06)}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media.no-image{background-image:linear-gradient(135deg,rgba(79,70,229,.12),rgba(14,165,233,.12))}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.05),rgba(2,6,23,.68))}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__tag{position:absolute;left:12px;top:12px;z-index:1;padding:6px 10px;border-radius:999px;background:hsla(0,0%,100%,.9);border:1px solid rgba(17,24,39,.08)}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__tag span{color:rgba(15,23,42,.82);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price{position:absolute;left:12px;bottom:12px;z-index:1;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08);display:inline-flex;align-items:baseline;gap:6px}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price small,#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price span{color:hsla(220,9%,46%,.9);font-size:11px;font-weight:900;text-transform:uppercase}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__price strong{color:#0f172a;font-size:16px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats{position:absolute;right:12px;bottom:12px;z-index:1;display:flex;flex-direction:column;align-items:flex-end;gap:8px}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like,#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;background:hsla(0,0%,100%,.92);border:1px solid rgba(17,24,39,.08)}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like svg,#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat svg{width:18px;height:18px;color:hsla(220,9%,46%,.75)}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like span,#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat span{color:rgba(15,23,42,.8);font-size:12px;font-weight:900}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .like.liked svg,#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__stats .stat.liked svg{color:#ef4444}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__body{padding:14px}#mobile-wrap .car-detail-page .car-detail__section .similar-grid .car-card__desc{display:none}