html{box-sizing:border-box}*,:before,:after{box-sizing:inherit;margin:0;padding:0}a{color:inherit;text-decoration:none}a:hover,a:link,a:visited,a:active{text-decoration:none}ol,ul{list-style:none}input,textarea{resize:none;border:none;outline:none}img,video{max-width:100%;height:auto}*{font-family:SimHei,serif}html,body{width:100%;height:100%;overflow:hidden}#app{width:100%;height:100%}.fade-slide-leave-active,.fade-slide-enter-active{transition:all .3s}.fade-slide-enter-from{opacity:0;transform:translate(-30px)}.fade-slide-leave-to{opacity:0;transform:translate(30px)}.cus-scroll{overflow:auto}.cus-scroll::-webkit-scrollbar{width:8px;height:8px}.cus-scroll-x{overflow-x:auto}.cus-scroll-x::-webkit-scrollbar{width:0;height:8px}.cus-scroll-y{overflow-y:auto}.cus-scroll-y::-webkit-scrollbar{width:8px;height:0}.cus-scroll::-webkit-scrollbar-thumb{background-color:#0000;border-radius:4px}.cus-scroll-x::-webkit-scrollbar-thumb{background-color:#0000;border-radius:4px}.cus-scroll-y::-webkit-scrollbar-thumb{background-color:#0000;border-radius:4px}.cus-scroll:hover::-webkit-scrollbar-thumb{background:#bfbfbf}.cus-scroll-x:hover::-webkit-scrollbar-thumb{background:#bfbfbf}.cus-scroll-y:hover::-webkit-scrollbar-thumb{background:#bfbfbf}.cus-scroll:hover::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.cus-scroll-x:hover::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.cus-scroll-y:hover::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);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;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{transition-duration:1ms!important;animation-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:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;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:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@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:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.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:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)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:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)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:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)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:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)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:translateY(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}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:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translateZ(0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scaleX(1)translateZ(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}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:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.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;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.container{width:100%}.wh-full{width:100%;height:100%}.f-c-c{justify-content:center;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.card-border{--un-border-opacity:1;border-width:1px;border-color:rgb(239 239 245/var(--un-border-opacity));border-style:solid}.dark .card-border{--un-border-opacity:1;border-color:rgb(45 45 48/var(--un-border-opacity))}.auto-bg{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.dark .auto-bg{--un-bg-opacity:1;background-color:rgb(24 24 28/var(--un-bg-opacity)) }@media (width>=640px){.container{max-width:640px}}@media (width>=900px){.container{max-width:900px}}@media (width>=1120px){.container{max-width:1120px}}@media (width>=1355px){.container{max-width:1355px}}@media (width>=1846px){.container{max-width:1846px}}@media (width>=2080px){.container{max-width:2080px}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.bottom-\[-2px\]{bottom:-2px}.bottom-\[-4px\]{bottom:-4px}.bottom-\[12px\]{bottom:12px}.bottom-\[16px\]{bottom:16px}.bottom-\[2px\]{bottom:2px}.bottom-\[50\%\]{bottom:50%}.bottom-0{bottom:0}.bottom-4{bottom:4px}.left-\[-2px\]{left:-2px}.left-\[-4px\]{left:-4px}.left-\[12px\]{left:12px}.left-\[14px\]{left:14px}.left-\[18px\]{left:18px}.left-\[3px\]{left:3px}.left-\[50\%\]{left:50%}.left-\[52px\]{left:52px}.left-0{left:0}.right-\[0px\]{right:0}.right-\[12px\]{right:12px}.right-\[52px\]{right:52px}.right-\[6px\]{right:6px}.right-0{right:0}.right-4{right:4px}.top-\[-12px\]{top:-12px}.top-\[-14px\]{top:-14px}.top-\[-2px\]{top:-2px}.top-\[-4px\]{top:-4px}.top-\[12px\]{top:12px}.top-\[24px\]{top:24px}.top-\[6px\]{top:6px}.top-\[8px\]{top:8px}.top-0{top:0}[right~="100"]{right:100px}[line-clamp~="2"]{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.grid{display:grid}.grid-cols-\[repeat\(auto-fill\,221px\)\]{grid-template-columns:repeat(auto-fill,221px)}.m-12{margin:12px}.m-16{margin:16px}.m-auto,[m-auto=""]{margin:auto}.m-y-\[12px\]{margin-top:12px;margin-bottom:12px}.m-y-\[24px\]{margin-top:24px;margin-bottom:24px}.m-y-\[6px\]{margin-top:6px;margin-bottom:6px}.m-y-14{margin-top:14px;margin-bottom:14px}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:4px;margin-bottom:4px}.m-b-\[-12px\]{margin-bottom:-12px}.m-b-\[12px\]{margin-bottom:12px}.m-b-\[28px\]{margin-bottom:28px}.m-b-\[8px\]{margin-bottom:8px}.m-l-\[52px\]{margin-left:52px}.m-l-\[6px\]{margin-left:6px}.m-r-\[52px\]{margin-right:52px}.m-r-\[54px\]{margin-right:54px}.m-t-\[-4px\]{margin-top:-4px}.m-t-\[12px\],.mt-\[12px\]{margin-top:12px}.m-t-\[24px\],.mt-\[24px\]{margin-top:24px}.m-t-\[28px\]{margin-top:28px}.m-t-\[2px\]{margin-top:2px}.m-t-\[36px\],.mt-36{margin-top:36px}.m-t-\[48px\]{margin-top:48px}.m-t-\[4px\],.mt-4{margin-top:4px}.m-t-\[6px\],.mt-6{margin-top:6px}.m-t-14{margin-top:14px}.mb-1{margin-bottom:1px}.ml-14{margin-left:14px}.ml-16{margin-left:16px}.ml-2{margin-left:2px}.ml-20{margin-left:20px}.ml-26{margin-left:26px}.ml-27{margin-left:27px}.ml-30{margin-left:30px}.ml-334{margin-left:334px}.ml-360{margin-left:360px}.ml-4{margin-left:4px}.ml-8{margin-left:8px}.ml-auto{margin-left:auto}.mr-12{margin-right:12px}.mr-16{margin-right:16px}.mt--12,.mt-\[-12px\]{margin-top:-12px}.mt-16{margin-top:16px}.mt-18{margin-top:18px}.mt-20{margin-top:20px}.mt-22{margin-top:22px}.mt-30{margin-top:30px}.mt-5{margin-top:5px}.block{display:block}.hidden{display:none}.size-\[36px\],[size~="36"],[size~="36px"]{width:36px;height:36px}[size~="12px"]{width:12px;height:12px}[size~="14"]{width:14px;height:14px}[size~="158"]{width:158px;height:158px}[size~="18"],[size~="18px"]{width:18px;height:18px}[size~="2"]{width:2px;height:2px}[size~="20"],[size~="20px"]{width:20px;height:20px}[size~="22px"]{width:22px;height:22px}[size~="23px"]{width:23px;height:23px}[size~="24"],[size~="24px"]{width:24px;height:24px}[size~="26"],[size~="26px"]{width:26px;height:26px}[size~="28px"]{width:28px;height:28px}[size~="30"]{width:30px;height:30px}[size~="32px"]{width:32px;height:32px}[size~="34"]{width:34px;height:34px}[size~="48"]{width:48px;height:48px}[size~="52"]{width:52px;height:52px}[size~="55"]{width:55px;height:55px}[size~="64"]{width:64px;height:64px}[size~="98"]{width:98px;height:98px}.h-\[100vh\]{height:100vh}.h-\[139px\]{height:139px}.h-\[158px\]{height:158px}.h-\[169px\]{height:169px}.h-\[186px\]{height:186px}.h-\[196px\]{height:196px}.h-\[1px\]{height:1px}.h-\[22px\]{height:22px}.h-\[231px\]{height:231px}.h-\[246px\]{height:246px}.h-\[24px\],.h-24{height:24px}.h-\[256px\]{height:256px}.h-\[270px\]{height:270px}.h-\[2px\]{height:2px}.h-\[30px\]{height:30px}.h-\[34px\]{height:34px}.h-\[373px\]{height:373px}.h-\[380px\]{height:380px}.h-\[390px\]{height:390px}.h-\[427px\]{height:427px}.h-\[44px\]{height:44px}.h-\[468px\]{height:468px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[521px\]{height:521px}.h-\[540px\]{height:540px}.h-\[544px\]{height:544px}.h-\[64px\]{height:64px}.h-\[68px\]{height:68px}.h-\[6px\]{height:6px}.h-\[750px\]{height:750px}.h-\[78px\]{height:78px}.h-\[80px\]{height:80px}.h-\[80vh\]{height:80vh}.h-\[85px\]{height:85px}.h-\[8px\]{height:8px}.h-\[900px\]{height:900px}.h-0{height:0}.h-100\%,.h-full{height:100%}.h-140{height:140px}.h-16{height:16px}.h-160{height:160px}.h-20{height:20px}.h-216px{height:216px}.h-320{height:320px}.h-75{height:75px}.h-auto{height:auto}.max-h-\[564px\]{max-height:564px}.max-w-\[800px\]{max-width:800px}.min-h-\[158px\]{min-height:158px}.min-h-\[248px\]{min-height:248px}.min-h-\[45px\]{min-height:45px}.min-h-\[68px\]{min-height:68px}.min-h-60{min-height:60px}.min-w-\[480px\]{min-width:480px}.min-w-\[70px\]{min-width:70px}.min-w-\[86px\]{min-width:86px}.min-w-0{min-width:0}.w-\[1006px\]{width:1006px}.w-\[1024px\]{width:1024px}.w-\[104px\]{width:104px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[1235px\]{width:1235px}.w-\[148px\]{width:148px}.w-\[158px\]{width:158px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[1746px\]{width:1746px}.w-\[181px\]{width:181px}.w-\[1880px\]{width:1880px}.w-\[191px\]{width:191px}.w-\[200px\]{width:200px}.w-\[210px\]{width:210px}.w-\[221px\]{width:221px}.w-\[22px\]{width:22px}.w-\[240px\],.w-240px{width:240px}.w-\[256px\]{width:256px}.w-\[260px\]{width:260px}.w-\[2px\]{width:2px}.w-\[300px\]{width:300px}.w-\[312px\]{width:312px}.w-\[320px\]{width:320px}.w-\[35\%\]{width:35%}.w-\[354px\]{width:354px}.w-\[360px\]{width:360px}.w-\[394px\]{width:394px}.w-\[40\%\],.w-2\/5{width:40%}.w-\[406px\]{width:406px}.w-\[480px\],.w-480{width:480px}.w-\[500px\]{width:500px}.w-\[50px\],.w-50{width:50px}.w-\[520px\]{width:520px}.w-\[521px\]{width:521px}.w-\[538px\]{width:538px}.w-\[540px\]{width:540px}.w-\[57px\]{width:57px}.w-\[60px\]{width:60px}.w-\[620px\]{width:620px}.w-\[698px\]{width:698px}.w-\[69px\]{width:69px}.w-\[70px\]{width:70px}.w-\[716px\]{width:716px}.w-\[794px\]{width:794px}.w-\[796px\]{width:796px}.w-\[80\%\]{width:80%}.w-\[800px\]{width:800px}.w-\[80px\]{width:80px}.w-\[811px\]{width:811px}.w-\[826px\]{width:826px}.w-\[8px\]{width:8px}.w-\[90px\]{width:90px}.w-\[96px\],.w-96{width:96px}.w-0{width:0}.w-100\%,.w-full{width:100%}.w-1000{width:1000px}.w-214{width:214px}.w-330{width:330px}.w-4{width:4px}.w-630{width:630px}.w-75{width:75px}.w-980{width:980px}.flex{display:flex}.inline-flex{display:inline-flex}.flex-\[1_1_0\]{flex:1 1 0}.flex-\[3_1_0\]{flex:3 1 0}.flex-1{flex:1}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.translate-x-\[120\%\]{--un-translate-x:120%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-y-\[14px\]{--un-translate-y:14px;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-y-\[50\%\]{--un-translate-y:50%;transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.cursor-pointer,.hover\:cursor-pointer:hover{cursor:pointer}.cursor-text{cursor:text}.cursor-move{cursor:move}.resize{resize:both}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-\[12px\]{gap:12px}.gap-\[168px\]{gap:168px}.gap-\[18px\]{gap:18px}.gap-\[24px\]{gap:24px}.gap-\[26px\]{gap:26px}.gap-\[30px\]{gap:30px}.gap-\[36px\]{gap:36px}.gap-\[38px\]{gap:38px}.gap-\[3px\]{gap:3px}.gap-\[46px\]{gap:46px}.gap-\[48px\]{gap:48px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[64px\]{gap:64px}.gap-\[6px\]{gap:6px}.gap-\[83px\]{gap:83px}.gap-\[8px\],.gap-8{gap:8px}.gap-16{gap:16px}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(5px * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(5px * var(--un-space-y-reverse))}.overflow-hidden{overflow:hidden}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-pre-wrap{white-space:pre-wrap}.break-all{word-break:break-all}.b,.border{border-width:1px}[border-b~="1px"]{border-bottom-width:1px}.border-\[\#ffd591\]{--un-border-opacity:1;border-color:rgb(255 213 145/var(--un-border-opacity))}[border-color~=\#c494ff]{--un-border-opacity:1;border-color:rgb(196 148 255/var(--un-border-opacity))}[border-color~=\#ee8afe]{--un-border-opacity:1;border-color:rgb(238 138 254/var(--un-border-opacity))}[border-color~=\#ff89ea]{--un-border-opacity:1;border-color:rgb(255 137 234/var(--un-border-opacity))}[border-color~=\#ff8ac1]{--un-border-opacity:1;border-color:rgb(255 138 193/var(--un-border-opacity))}[border-color~=\#ff9e49]{--un-border-opacity:1;border-color:rgb(255 158 73/var(--un-border-opacity))}[border-color~=\#ffa448]{--un-border-opacity:1;border-color:rgb(255 164 72/var(--un-border-opacity))}[border-color~=\#ffc247]{--un-border-opacity:1;border-color:rgb(255 194 71/var(--un-border-opacity))}.dark [border-b~=dark\:dark_border]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(45 45 48/var(--un-border-bottom-opacity))}[border-b~=light_border]{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(239 239 245/var(--un-border-bottom-opacity))}.rounded-\[10px\]{border-radius:10px}.rounded-\[128px\]{border-radius:128px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[18px\]{border-radius:18px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[2px\]{border-radius:2px}.rounded-\[34px\]{border-radius:34px}.rounded-\[36px\]{border-radius:36px}.rounded-\[4px\],.rounded-2xl{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\],.rounded-8{border-radius:8px}.rounded-20{border-radius:20px}.rounded-full{border-radius:9999px}.rounded-l-2{border-top-left-radius:2px;border-bottom-left-radius:2px}[border-b~=solid]{border-bottom-style:solid}.bg-\[\#515150\]{--un-bg-opacity:1;background-color:rgb(81 81 80/var(--un-bg-opacity)) }.bg-\[\#dbd8d4\]{--un-bg-opacity:1;background-color:rgb(219 216 212/var(--un-bg-opacity)) }.bg-\[\#e4e4e7\]{--un-bg-opacity:1;background-color:rgb(228 228 231/var(--un-bg-opacity)) }.bg-\[\#e5e5e5\]{--un-bg-opacity:1;background-color:rgb(229 229 229/var(--un-bg-opacity)) }.bg-\[\#e8f2fd\]{--un-bg-opacity:1;background-color:rgb(232 242 253/var(--un-bg-opacity)) }.bg-\[\#eaeaea\]{--un-bg-opacity:1;background-color:rgb(234 234 234/var(--un-bg-opacity)) }.bg-\[\#edf0ff\]{--un-bg-opacity:1;background-color:rgb(237 240 255/var(--un-bg-opacity)) }.bg-\[\#efeff5\]{--un-bg-opacity:1;background-color:rgb(239 239 245/var(--un-bg-opacity)) }.bg-\[\#f1f5f9\]{--un-bg-opacity:1;background-color:rgb(241 245 249/var(--un-bg-opacity)) }.bg-\[\#f3f2ff\]{--un-bg-opacity:1;background-color:rgb(243 242 255/var(--un-bg-opacity)) }.bg-\[\#f4f4f4\]{--un-bg-opacity:1;background-color:rgb(244 244 244/var(--un-bg-opacity)) }.bg-\[\#f5a51c\]{--un-bg-opacity:1;background-color:rgb(245 165 28/var(--un-bg-opacity)) }.bg-\[\#f5f5f5\]{--un-bg-opacity:1;background-color:rgb(245 245 245/var(--un-bg-opacity)) }.bg-\[\#f6f6f6\]{--un-bg-opacity:1;background-color:rgb(246 246 246/var(--un-bg-opacity)) }.bg-\[\#f6f6f7\]{--un-bg-opacity:1;background-color:rgb(246 246 247/var(--un-bg-opacity)) }.bg-\[\#f7f7f7\]{--un-bg-opacity:1;background-color:rgb(247 247 247/var(--un-bg-opacity)) }.bg-\[\#f7f8ff\]{--un-bg-opacity:1;background-color:rgb(247 248 255/var(--un-bg-opacity)) }.bg-\[\#f8f8f8\]{--un-bg-opacity:1;background-color:rgb(248 248 248/var(--un-bg-opacity)) }.bg-\[\#f9f8f8\]{--un-bg-opacity:1;background-color:rgb(249 248 248/var(--un-bg-opacity)) }.bg-\[\#f9f9f9\]{--un-bg-opacity:1;background-color:rgb(249 249 249/var(--un-bg-opacity)) }.bg-\[\#f9fbfc\]{--un-bg-opacity:1;background-color:rgb(249 251 252/var(--un-bg-opacity)) }.bg-\[\#fafafa\]{--un-bg-opacity:1;background-color:rgb(250 250 250/var(--un-bg-opacity)) }.bg-\[\#fef3c6\]{--un-bg-opacity:1;background-color:rgb(254 243 198/var(--un-bg-opacity)) }.bg-\[\#ffaa00\]{--un-bg-opacity:1;background-color:rgb(255 170 0/var(--un-bg-opacity)) }.bg-\[\#ffaa01\]{--un-bg-opacity:1;background-color:rgb(255 170 1/var(--un-bg-opacity)) }.bg-\[\#ffcf70\]{--un-bg-opacity:1;background-color:rgb(255 207 112/var(--un-bg-opacity)) }.bg-\[\#ffd700\]{--un-bg-opacity:1;background-color:rgb(255 215 0/var(--un-bg-opacity)) }.bg-\[\#fff\],.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.bg-\[\#fff4df\]{--un-bg-opacity:1;background-color:rgb(255 244 223/var(--un-bg-opacity)) }.bg-\[\#ffffff\]{--un-bg-opacity:1;background-color:rgb(255 255 255/var(--un-bg-opacity)) }.bg-\[rgba\(0\,0\,0\,0\.2\)\]{--un-bg-opacity:.2;background-color:rgba(0, 0, 0, var(--un-bg-opacity)) }.bg-\[rgba\(0\,0\,0\,0\.52\)\]{--un-bg-opacity:.52;background-color:rgba(0, 0, 0, var(--un-bg-opacity)) }.bg-\[rgba\(245\,165\,28\,0\.4\)\]{--un-bg-opacity:.4;background-color:rgba(245, 165, 28, var(--un-bg-opacity)) }.bg-\[url\(\@\/assets\/common\/recharge_bg\.png\)\]{--un-url:url(/assets/recharge_bg-FBrVLgV-.png);background-image:var(--un-url)}.bg-\[url\(\@\/assets\/views\/homepage\/homepage-bg\.jpg\)\]{--un-url:url(/assets/homepage-bg-CPGeW02_.jpg);background-image:var(--un-url)}.bg-\[white\]{background-color:#fff}.bg-\#f5f6fb{--un-bg-opacity:1;background-color:rgb(245 246 251/var(--un-bg-opacity)) }.bg-primary{background-color:var(--primary-color) }.bg-sky{--un-bg-opacity:1;background-color:rgb(56 189 248/var(--un-bg-opacity)) }.dark .dark\:bg-\#121212{--un-bg-opacity:1;background-color:rgb(18 18 18/var(--un-bg-opacity)) }.hover\:bg-\[\#e3e5e7\]:hover{--un-bg-opacity:1;background-color:rgb(227 229 231/var(--un-bg-opacity)) }.hover\:bg-\[\#e5e5e5\]:hover{--un-bg-opacity:1;background-color:rgb(229 229 229/var(--un-bg-opacity)) }.hover\:bg-\[\#e8e8e8\]:hover{--un-bg-opacity:1;background-color:rgb(232 232 232/var(--un-bg-opacity)) }.hover\:bg-\[\#f3f2ff\]:hover{--un-bg-opacity:1;background-color:rgb(243 242 255/var(--un-bg-opacity)) }.hover\:bg-\[\#f3f3f5\]:hover{--un-bg-opacity:1;background-color:rgb(243 243 245/var(--un-bg-opacity)) }.hover\:bg-\[\#f5a51c\]:hover{--un-bg-opacity:1;background-color:rgb(245 165 28/var(--un-bg-opacity)) }.hover\:bg-\[\#f9f9f9\]:hover{--un-bg-opacity:1;background-color:rgb(249 249 249/var(--un-bg-opacity)) }.hover\:bg-\[\#ffb940\]:hover{--un-bg-opacity:1;background-color:rgb(255 185 64/var(--un-bg-opacity)) }.from-\[\#f449b8\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(244 73 184/var(--un-from-opacity,1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:#f449b800 var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.to-\[\#bd2df0\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(189 45 240/var(--un-to-opacity,1)) var(--un-gradient-to-position)}.bg-gradient-to-r{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-cover{background-size:cover}.bg-center{background-position:50%}.p-\[10px\]{padding:10px}.p-\[12px\],.p-12{padding:12px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[18px\]{padding:18px}.p-\[20px\]{padding:20px}.p-\[22px\]{padding:22px}.p-\[24px\],.p-24{padding:24px}.p-\[36px\],.p-36{padding:36px}.p-\[48px\],.p-48{padding:48px}.p-\[4px\]{padding:4px}.p-\[64px\]{padding:64px}.p-\[6px\]{padding:6px}.p-\[8px\]{padding:8px}.p-x-\[10px\]{padding-left:10px;padding-right:10px}.p-x-\[12px\]{padding-left:12px;padding-right:12px}.p-x-\[14px\],.p-x-14{padding-left:14px;padding-right:14px}.p-x-\[16px\]{padding-left:16px;padding-right:16px}.p-x-\[18px\]{padding-left:18px;padding-right:18px}.p-x-\[24px\],.p-x-24,.px-24{padding-left:24px;padding-right:24px}.p-x-\[34px\]{padding-left:34px;padding-right:34px}.p-x-\[36px\],.p-x-36{padding-left:36px;padding-right:36px}.p-x-\[48px\]{padding-left:48px;padding-right:48px}.p-x-\[4px\],.px{padding-left:4px;padding-right:4px}.p-x-\[50px\]{padding-left:50px;padding-right:50px}.p-x-\[6px\]{padding-left:6px;padding-right:6px}.p-x-\[70px\]{padding-left:70px;padding-right:70px}.p-x-\[7px\]{padding-left:7px;padding-right:7px}.p-x-\[96px\]{padding-left:96px;padding-right:96px}.p-y-\[10px\]{padding-top:10px;padding-bottom:10px}.p-y-\[118px\]{padding-top:118px;padding-bottom:118px}.p-y-\[12px\],.py-12{padding-top:12px;padding-bottom:12px}.p-y-\[18px\]{padding-top:18px;padding-bottom:18px}.p-y-\[20px\]{padding-top:20px;padding-bottom:20px}.p-y-\[21px\]{padding-top:21px;padding-bottom:21px}.p-y-\[24px\]{padding-top:24px;padding-bottom:24px}.p-y-\[2px\]{padding-top:2px;padding-bottom:2px}.p-y-\[48px\]{padding-top:48px;padding-bottom:48px}.p-y-\[4px\]{padding-top:4px;padding-bottom:4px}.p-y-\[50px\]{padding-top:50px;padding-bottom:50px}.p-y-\[60px\]{padding-top:60px;padding-bottom:60px}.p-y-\[6px\],.p-y-6{padding-top:6px;padding-bottom:6px}.p-y-\[80px\]{padding-top:80px;padding-bottom:80px}.p-y-\[8px\]{padding-top:8px;padding-bottom:8px}.p-y-16{padding-top:16px;padding-bottom:16px}.px-\[22px\]{padding-left:22px;padding-right:22px}.px-8{padding-left:8px;padding-right:8px}.p-b-\[12px\],.pb-12{padding-bottom:12px}.p-b-\[24px\]{padding-bottom:24px}.p-b-\[4px\]{padding-bottom:4px}.p-b-\[6px\]{padding-bottom:6px}.p-b-\[96px\]{padding-bottom:96px}.p-b-0,.pb-0{padding-bottom:0}.p-l-\[12px\],.pl-\[12px\]{padding-left:12px}.p-l-\[24px\]{padding-left:24px}.p-l-\[36px\]{padding-left:36px}.p-l-\[48px\]{padding-left:48px}.p-r-\[12px\]{padding-right:12px}.p-r-\[36px\]{padding-right:36px}.p-t-\[128px\]{padding-top:128px}.p-t-\[12px\]{padding-top:12px}.p-t-\[1px\]{padding-top:1px}.p-t-\[24px\]{padding-top:24px}.p-t-\[26px\]{padding-top:26px}.p-t-\[36px\]{padding-top:36px}.p-t-\[48px\]{padding-top:48px}.p-t-0{padding-top:0}.pr-18{padding-right:18px}.pt-\[120px\]{padding-top:120px}.text-center{text-align:center}.text-end{text-align:end}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\],.text-14{font-size:14px}.text-\[16px\],.text-16,[font-size~="16px"]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[23px\]{font-size:23px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[32px\]{font-size:32px}.text-\[36px\]{font-size:36px}.text-\[38px\]{font-size:38px}.text-\[8px\]{font-size:8px}.text-7xl{font-size:18px;line-height:1}.text-\[\#595959\]{--un-text-opacity:1;color:rgb(89 89 89/var(--un-text-opacity)) }.text-\[\#a3a3a3\]{--un-text-opacity:1;color:rgb(163 163 163/var(--un-text-opacity)) }.text-\[\#f59e0b\]{--un-text-opacity:1;color:rgb(245 158 11/var(--un-text-opacity)) }.color-\[\#ffaa00\],.text-\[\#ffaa00\],[color~=\#ffaa00]{--un-text-opacity:1;color:rgb(255 170 0/var(--un-text-opacity)) }.color-\[\#000\],.color-black,.text-black,[color~=\#000],[color~=black]{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }.text-gray-500{--un-text-opacity:1;color:rgb(107 114 128/var(--un-text-opacity)) }.color-white,.text-white,[color~=white]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }.hover\:text-\[white\]:hover{color:#fff}.color-\[\#0055ff\]{--un-text-opacity:1;color:rgb(0 85 255/var(--un-text-opacity)) }.color-\[\#008ac5\]{--un-text-opacity:1;color:rgb(0 138 197/var(--un-text-opacity)) }.color-\[\#0d0d0d\]{--un-text-opacity:1;color:rgb(13 13 13/var(--un-text-opacity)) }.color-\[\#2080f0\]{--un-text-opacity:1;color:rgb(32 128 240/var(--un-text-opacity)) }.color-\[\#232323\]{--un-text-opacity:1;color:rgb(35 35 35/var(--un-text-opacity)) }.color-\[\#4E4E4E\]{--un-text-opacity:1;color:rgb(78 78 78/var(--un-text-opacity)) }.color-\[\#546475\]{--un-text-opacity:1;color:rgb(84 100 117/var(--un-text-opacity)) }.color-\[\#606060\]{--un-text-opacity:1;color:rgb(96 96 96/var(--un-text-opacity)) }.color-\[\#61666d\]{--un-text-opacity:1;color:rgb(97 102 109/var(--un-text-opacity)) }.color-\[\#6e6b65\]{--un-text-opacity:1;color:rgb(110 107 101/var(--un-text-opacity)) }.color-\[\#707070\]{--un-text-opacity:1;color:rgb(112 112 112/var(--un-text-opacity)) }.color-\[\#71717b\]{--un-text-opacity:1;color:rgb(113 113 123/var(--un-text-opacity)) }.color-\[\#757b8a\]{--un-text-opacity:1;color:rgb(117 123 138/var(--un-text-opacity)) }.color-\[\#777777\]{--un-text-opacity:1;color:rgb(119 119 119/var(--un-text-opacity)) }.color-\[\#7d6d6d\]{--un-text-opacity:1;color:rgb(125 109 109/var(--un-text-opacity)) }.color-\[\#858585\]{--un-text-opacity:1;color:rgb(133 133 133/var(--un-text-opacity)) }.color-\[\#8c8d8d\]{--un-text-opacity:1;color:rgb(140 141 141/var(--un-text-opacity)) }.color-\[\#8e94a3\]{--un-text-opacity:1;color:rgb(142 148 163/var(--un-text-opacity)) }.color-\[\#9499a0\]{--un-text-opacity:1;color:rgb(148 153 160/var(--un-text-opacity)) }.color-\[\#989aa8\]{--un-text-opacity:1;color:rgb(152 154 168/var(--un-text-opacity)) }.color-\[\#a1a6b2\]{--un-text-opacity:1;color:rgb(161 166 178/var(--un-text-opacity)) }.color-\[\#afafaf\]{--un-text-opacity:1;color:rgb(175 175 175/var(--un-text-opacity)) }.color-\[\#BC7110\]{--un-text-opacity:1;color:rgb(188 113 16/var(--un-text-opacity)) }.color-\[\#bdbdbd\]{--un-text-opacity:1;color:rgb(189 189 189/var(--un-text-opacity)) }.color-\[\#c2c2c2\]{--un-text-opacity:1;color:rgb(194 194 194/var(--un-text-opacity)) }.color-\[\#da8537\]{--un-text-opacity:1;color:rgb(218 133 55/var(--un-text-opacity)) }.color-\[\#dbdbd9\]{--un-text-opacity:1;color:rgb(219 219 217/var(--un-text-opacity)) }.color-\[\#DDE0E5\]{--un-text-opacity:1;color:rgb(221 224 229/var(--un-text-opacity)) }.color-\[\#f5a51c\],[color~=\#f5a51c]{--un-text-opacity:1;color:rgb(245 165 28/var(--un-text-opacity)) }.color-\[\#ffa100\]{--un-text-opacity:1;color:rgb(255 161 0/var(--un-text-opacity)) }.color-\[\#FFFCF5\]{--un-text-opacity:1;color:rgb(255 252 245/var(--un-text-opacity)) }.color-\[black\]{color:#000}.color-\[rgba\(255\,255\,255\)\]{--un-text-opacity:1;color:rgba(255, 255, 255, var(--un-text-opacity)) }.color-\[white\]{color:#fff}.color-primary{color:var(--primary-color) }[color~=\#2554ff]{--un-text-opacity:1;color:rgb(37 84 255/var(--un-text-opacity)) }[color~=\#ffffff]{--un-text-opacity:1;color:rgb(255 255 255/var(--un-text-opacity)) }[color~=red]{--un-text-opacity:1;color:rgb(248 113 113/var(--un-text-opacity)) }.hover\:color-\[\#000\]:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }.hover\:color-\[\#777777\]:hover{--un-text-opacity:1;color:rgb(119 119 119/var(--un-text-opacity)) }.hover\:color-\[\#f5a51c\]:hover{--un-text-opacity:1;color:rgb(245 165 28/var(--un-text-opacity)) }.hover\:color-\[\#ffaa00\]:hover{--un-text-opacity:1;color:rgb(255 170 0/var(--un-text-opacity)) }.hover\:color-black:hover{--un-text-opacity:1;color:rgb(0 0 0/var(--un-text-opacity)) }[hover~=color-primary]:hover{color:var(--primary-color) }.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.leading-\[16px\]{line-height:16px}.leading-\[20px\]{line-height:20px}.leading-\[64px\]{line-height:64px}.leading-none{line-height:1}.decoration-underline,[hover~=decoration-underline]:hover{text-decoration-line:underline}.text-shadow{--un-text-shadow:0 0 1px var(--un-text-shadow-color,#0003),0 0 1px var(--un-text-shadow-color,#0100051a);text-shadow:var(--un-text-shadow)}.opacity-\[\.8\]{opacity:.8}.opacity-0{opacity:0}.opacity-60{opacity:.6}.hover\:opacity-40:hover{opacity:.4}.mix-blend-multiply{mix-blend-mode:multiply}.shadow-\[0_0_10px_1px_rgb\(0\,0\,0\,0\.1\)\]{--un-shadow:0 0 10px 1px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_0_10px_1px_rgb\(245\,165\,28\,1\)\]{--un-shadow:0 0 10px 1px var(--un-shadow-color,#f5a51c);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_0_10px_1px_rgba\(245\,165\,28\,0\.3\)\]{--un-shadow:0 0 10px 1px var(--un-shadow-color,#f5a51c4d);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-\[0_0_10px_rgba\(0\,0\,0\,0\.08\)\]{--un-shadow:0 0 10px var(--un-shadow-color,#00000014);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-2xl{--un-shadow:var(--un-shadow-inset) 0 25px 50px -12px var(--un-shadow-color,#00000040);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-lg{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-md{--un-shadow:var(--un-shadow-inset) 0 4px 6px -1px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 2px 4px -2px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.shadow-xl{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-\[0_0_10px_1px_rgb\(245\,165\,28\,0\.6\)\]:hover{--un-shadow:0 0 10px 1px var(--un-shadow-color,#f5a51c99);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-lg:hover{--un-shadow:var(--un-shadow-inset) 0 10px 15px -3px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 4px 6px -4px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.hover\:shadow-xl:hover{--un-shadow:var(--un-shadow-inset) 0 20px 25px -5px var(--un-shadow-color,#0000001a),var(--un-shadow-inset) 0 8px 10px -6px var(--un-shadow-color,#0000001a);box-shadow:var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)}.outline{outline-style:solid}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all-300{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (width<=639.9px){.max-sm\:hidden{display:none}}@media (width>=640px){.sm\:flex{display:flex}}@media (width>=900px){.md\:hidden{display:none}.md\:flex{display:flex}}@media (width>=1120px){.lg\:hidden{display:none}.lg\:w-\[1024px\]{width:1024px}.lg\:flex{display:flex}}@media (width>=1355px){.xl\:hidden{display:none}.xl\:w-\[1280px\]{width:1280px}.xl\:flex{display:flex}.xl\:items-stretch{align-items:stretch}.xl\:justify-between{justify-content:space-between}}@media (width>=1846px){.\32 xl\:hidden{display:none}.\32 xl\:flex{display:flex}}@media (width>=2080px){.\33 xl\:hidden{display:none}.\33 xl\:flex{display:flex}}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:.2s ease-in-out animate-fade-in}.driver-fade .driver-popover{animation:.2s animate-fade-in}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;margin:0;font:700 19px/1.5 sans-serif;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;margin-bottom:0;font:400 14px/1.5 sans-serif}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer button{all:unset;box-sizing:border-box;text-shadow:1px 1px #fff;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font:12px/1.3 sans-serif;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{margin-left:-5px;left:50%}.driver-popover-arrow-none{display:none}
