/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */.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}.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{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{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{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;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);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}:root{--bp-xs:0;--bp-sm:576px;--bp-md:768px;--bp-lg:992px;--bp-xl:1260px;--bp-xxl:1360px;--bp-xxxl:1750px;--space-0:0;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--space-40:10rem;--space-48:12rem;--space-56:14rem;--space-64:16rem}body,html{margin:0;padding:0}body{font-family:var(--bs-body-font-family,var(--font-inter-tight)),"Inter Tight","Inter",system-ui,sans-serif;color:var(--bs-body-color,#233139);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--bs-heading-font-family,var(--font-inter-tight)),"Inter Tight","Inter",system-ui,sans-serif;font-weight:var(--bs-heading-weight,600);color:var(--bs-heading-color,#19212F);margin:0 0 .3em}.container-full{width:100%;margin:0 auto}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,1px,1px);white-space:nowrap;border:0}@font-face{font-family:iconeNeo;src:url(/uptech/font/iconeNeo.eot);src:url(/uptech/font/iconeNeo.eot?#iefix) format("embedded-opentype"),url(/uptech/font/iconeNeo.woff) format("woff"),url(/uptech/font/iconeNeo.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:TT Hoves Pro Variable Unspecified;src:url(/uptech/font/TTHovesProVariable-ThinRgHair.woff2) format("woff2"),url(/uptech/font/TTHovesProVariable-ThinRgHair.woff) format("woff");font-weight:100;font-style:normal;font-display:swap}*,.item-title,.sec-hero .item-title,.titlebox__title,:after,:before,body,h1,h2,h3,h4,h5,h6,html{font-family:var(--font-inter-tight),"Inter Tight","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif!important}.item-title,.sec-hero .item-title,.titlebox__title,h1,h2,h3,h4,h5,h6{font-weight:600!important}header .header__contact{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:2.5rem!important;font-family:Inter Tight,sans-serif!important;font-size:.875rem!important;font-weight:493!important;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0!important;font-style:normal!important;line-height:1!important;letter-spacing:.01em!important;color:rgb(255 255 255/93%)!important;background-color:var(--bs-heading-color)!important;padding:0 1.25rem!important;text-decoration:none;transition:all .3s ease}@media (max-width:1259.98px){header .header__contact,header .header__contact.d-none.d-xl-block,header a.header__contact{display:none!important}}header .select-lang{position:relative}.select-lang.show .select-lang__label:after{content:"\e903"}header .select-lang__label{display:flex;align-items:center;color:rgb(25 33 47/70%);font-family:Inter Tight,sans-serif;font-size:.875rem;font-weight:493;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1;letter-spacing:.01em;cursor:pointer;padding:.3125rem 0}header .select-lang__label:after{content:"\e900";font-family:iconeNeo;margin-left:.25rem;transition:transform .2s ease}header .select-lang__list{position:absolute;top:110%;left:0;background-color:var(--bs-heading-color);width:6.875rem;overflow:hidden;opacity:1;visibility:visible;padding:.4375rem .9375rem;z-index:9999!important;transition:opacity .2s ease,visibility .2s ease}header .select-lang__list .language-switcher-language-url .links{list-style:none;padding:0;margin:0}header .select-lang__list .language-switcher-language-url .links li{border-bottom:none}header .select-lang__list .language-switcher-language-url .links li a{display:block;font-size:.8125rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;color:rgb(255 255 255/60%)!important;line-height:1;padding:.5625rem 0;text-decoration:none}header .select-lang__list .language-switcher-language-url .links li a:hover,header .select-lang__list .language-switcher-language-url .links li.is-active a{color:#fff!important}header .select-lang__list .language-switcher-language-url .links li.is-active a{pointer-events:none;color:#fff!important}@media (min-width:1260px){header .header__lang .select-lang{display:flex;flex-direction:column;justify-content:center;height:4.6875rem}header .header__lang .select-lang__list{margin-left:-1.25rem}header .select-lang__list{width:8.75rem}header .select-lang__list .language-switcher-language-url .links li a{font-size:.875rem}}@media (min-width:1800px){header .select-lang__label{font-size:.9375rem}header .select-lang__list{width:10.625rem;padding:.625rem 1.25rem}header .select-lang__list .language-switcher-language-url .links li a{font-size:.9375rem;padding:.75rem 0}header .header__contact{height:2.9375rem!important;font-size:1rem!important;padding:0 1.625rem!important}}@media (min-width:768px){.sec-hero .item-title{font-size:2.8125rem!important}}@supports (-webkit-appearance:none){.sec-hero .item-title{-webkit-font-smoothing:subpixel-antialiased;font-weight:500;text-rendering:optimizeLegibility}}.item-title,.titlebox__title,h1,h2,h3,h4,h5,h6{font-family:var(--font-inter-tight),"Inter Tight","Inter",sans-serif!important;font-weight:600!important}.menumobile__btn{font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;border:none;border-radius:0;padding:0 1.25rem;transition:all .3s ease;cursor:pointer}#block-md-enao-primary-local-tasks ul{position:fixed;top:50%;right:0;transform:translateY(-50%);z-index:10;width:auto;margin:0;padding:0}#block-md-enao-primary-local-tasks ul>li{margin-right:0;display:block;background:#19212F}#block-md-enao-primary-local-tasks ul>li a{color:#fff;padding:0 15px;display:block;width:100%}#block-md-enao-primary-local-tasks ul>li:hover a{color:#19212F;background:#fff}.form-wrap .form-actions{width:100%}.language-switcher-language-url>.links{padding:0;margin:0;list-style:none}.drupal-message{position:fixed;left:50%;z-index:99999;width:50%;transform:translate(-50%);bottom:0}.drupal-message>div{margin-bottom:20px}.drupal-message>div:last-child{margin-bottom:0}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert:last-child{margin-bottom:0}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-warning{border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.alert{border-radius:0;-webkit-border-radius:0;box-shadow:0 1px 2px rgba(0,0,0,.11)}.alert .sign{font-size:20px;vertical-align:middle;margin-right:5px;text-align:center;width:25px;display:inline-block}.alert-success{background-color:#dbf6d3;border-color:#aed4a5;color:#569745}.alert-warning{background-color:#fcf8e3;border-color:#f1daab;color:#c09853}.alert-danger{background-color:#f2dede;border-color:#e0b1b8;color:#b94a48}.alert-white{background-image:linear-gradient(180deg,#FFFFFF,#F9F9F9);border-color:#d8d8d8 #cacaca #bdbdbd;color:#404040;padding-left:61px;position:relative}.alert-white .icon{text-align:center;width:45px;height:100%;position:absolute;top:0;left:-1px;border:1px solid #bdbdbd}.alert-white .icon:after{-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-webkit-transform:rotate(45deg);display:block;content:"";width:10px;height:10px;border:1px solid #bdbdbd;position:absolute;border-left:0;border-bottom:0;top:50%;right:-6px;margin-top:-5px;background:#fff}.alert-white.rounded{border-radius:3px;-webkit-border-radius:3px}.alert-white.rounded .icon{border-radius:3px 0 0 3px;-webkit-border-radius:3px 0 0 3px}.alert-white .icon i{font-size:20px;color:#FFF;left:12px;margin-top:-10px;position:absolute;top:50%}.alert-white.alert-danger .icon,.alert-white.alert-danger .icon:after{border-color:#ca452e;background:#da4932}.alert-white.alert-warning .icon,.alert-white.alert-warning .icon:after{border-color:#d68000;background:#fc9700}.alert-white.alert-success .icon,.alert-white.alert-success .icon:after{border-color:#54a754;background:#60c060}:root{--bs-body-font-family:var(--font-inter-tight),"Inter Tight","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-body-font-size:1rem;--bs-body-line-height:1.5;--bs-body-text-align:left;--bs-body-bg:#fff;--bs-heading-font-family:var(--font-inter-tight),"Inter Tight","Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-border-width:1px;--bs-border-color:#dee2e6;--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:1.5rem;--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(13,110,253,0.25);--bs-form-valid-color:#198754;--bs-form-valid-border-color:#198754;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545}body{font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-family:var(--bs-heading-font-family),sans-serif;font-weight:493}h1{font-size:calc(1.47825rem + 2.739vw)}@media (min-width:1200px){h1{font-size:3.5325rem}}h2{font-size:calc(1.38375rem + 1.605vw)}@media (min-width:1200px){h2{font-size:2.5875rem}}h3{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){h3{font-size:2.25rem}}h4{font-size:calc(1.317375rem + .8085vw)}@media (min-width:1200px){h4{font-size:1.92375rem}}h5{font-size:calc(1.29375rem + .4875vw)}@media (min-width:1200px){h5{font-size:1.78125rem}}h6{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h6{font-size:1.575rem}}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}@media (min-width:576px){.col-sm{flex:1 0 0%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md{flex:1 0 0%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:992px){.col-lg{flex:1 0 0%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}@media (min-width:1400px){.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}}@media (min-width:1750px){.col-xxxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}.col-xxxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}}.sec-homeAbout{padding-top:3.4375rem!important;padding-bottom:0!important;position:relative;z-index:1;clip-path:inset(0 0 0 0)}@media (min-width:768px){.sec-homeAbout{padding-top:4.375rem!important}}@media (min-width:992px){.sec-homeAbout{padding-top:5.625rem!important}}@media (min-width:1260px){.sec-homeAbout{padding-top:7.5rem!important}}@media (min-width:1260px) and (width <=1500px){.sec-homeAbout{padding-top:7.5rem!important}}@media (min-width:1750px){.sec-homeAbout{padding-top:8.75rem!important}}@media (width <=767.98px){.sec-homeAbout{padding-top:3.4375rem!important}.sec-homeAbout .titlebox{max-width:80%!important}.sec-homeAbout .fix-pc .titlebox>.row{width:calc(100% + 10px)}.sec-homeAbout .titlebox__text{font-size:.9375rem}.sec-homeAbout .fix-pc .item-video{display:none!important}.sec-homeAbout .item-fixed .item-video,.sec-homeAbout .item-fixed .item-video.animated,.sec-homeAbout .item-fixed .item-video.wow{display:block!important}.sec-homeAbout .item-fixed .item-video video{display:block!important;visibility:visible!important;opacity:1!important;transform:none!important}.sec-homeAbout .item-fixed .item-video.wow.animated{animation-name:fadeInUp!important}}.sec-homeAbout .item-video{overflow:hidden;isolation:isolate}.sec-homeAbout .reveal-up{opacity:0;transform:translate3d(0,20px,0);transition:opacity .5s ease,transform .5s ease;will-change:opacity,transform}.sec-homeAbout .reveal-up.reveal-visible{opacity:1;transform:translateZ(0)}.sec-homeAbout .titlebox__text,.sec-homeAbout .titlebox__title{animation:none!important}.sec-homeAbout .fix-pc .wow.fadeInUp:not(.animated):not(.effect):not(.done){animation:none!important;opacity:0!important;transform:translate3d(0,100%,0)!important;visibility:hidden!important}.sec-homeAbout .fix-pc .wow.fadeInUp.animated,.sec-homeAbout .fix-pc .wow.fadeInUp.effect{animation-duration:1s!important;animation-fill-mode:both!important;animation-name:fadeInUp!important;visibility:visible!important}@media (width <=1259.98px){.sec-homeAbout .item-fixed .item-video.wow:not(.animated):not(.effect):not(.done){animation:none!important;opacity:0!important;transform:translate3d(0,100%,0)!important;visibility:hidden!important}.sec-homeAbout .item-fixed .item-video.wow.animated,.sec-homeAbout .item-fixed .item-video.wow.effect{animation-duration:1s!important;animation-fill-mode:both!important;animation-name:fadeInUp!important;visibility:visible!important}}@media (min-width:1260px){.sec-homeAbout .item-video{position:relative;min-height:400px}.sec-homeAbout .item-video:after{content:"";display:block;padding-top:100%}.sec-homeAbout .item-video img,.sec-homeAbout .item-video video{position:absolute;top:0;left:0;width:100%;height:100%;display:block!important;visibility:visible!important;opacity:1!important}}@media (width <=1259.98px){.sec-homeAbout{overflow:visible!important}.sec-homeAbout .fix-pc{margin-bottom:0!important}.sec-homeAbout .fix-pc,.sec-homeAbout .fix-pc .container{padding-bottom:0!important}.sec-homeAbout .fix-pc .titlebox{margin-bottom:0!important;padding-bottom:0!important}.sec-homeAbout .fix-pc .item-video{display:none!important;height:0!important;width:0!important;margin:0!important;padding:0!important;overflow:hidden!important;visibility:hidden!important}.sec-homeAbout .fix-pc .item-video:after,.sec-homeAbout .fix-pc .item-video:before{display:none!important;content:none!important}.sec-homeAbout .item-fixed{position:relative!important;z-index:10!important;margin-top:0!important}.sec-homeAbout .item-fixed .container{padding-top:0!important}.sec-homeAbout .item-fixed .item-video{display:block!important;position:relative!important;width:100%!important}.sec-homeAbout .item-fixed .item-video:after{content:""!important;display:block!important;padding-top:100%!important}.sec-homeAbout .item-fixed .item-video video{display:block!important;visibility:visible!important;opacity:1!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;transform:none!important}.sec-homeAbout .fix-pc .item-video.wow.animated,.sec-homeAbout .item-fixed .item-video.wow.animated{animation-name:fadeInUp!important}.sec-homeAbout .item-fixed .titlebox__text,.sec-homeAbout .item-fixed .titlebox__title{opacity:1!important;visibility:visible!important;transform:none!important;display:block!important}}@media (min-width:1260px){.sec-homeAbout .item-video{max-width:65%}.sec-homeAbout .fix-pc .titlebox{opacity:0;visibility:hidden}.sec-homeAbout .item-fixed .item-video{display:block;visibility:visible;opacity:1}.sec-homeAbout .titlebox{position:absolute;top:10%;left:0;right:0;z-index:3}}@media (min-width:1260px) and (width <=1700px){.sec-homeAbout .titlebox{top:10%!important}}@media (min-width:1260px){.sec-homeAbout .item-fixed{position:fixed;left:0;bottom:0;right:0;z-index:2;backface-visibility:hidden;transform:translateZ(0);will-change:transform}.sec-homeAbout .item-fixed.hideFixed{position:absolute;top:auto;bottom:0;left:0;right:0}}@media (max-width:1259.98px){.sec-homeAbout .item-fixed{position:relative;z-index:2}}.sec-homeAbout .item-fixed .item-video{animation:none!important}.sec-homeAbout .item-fixed.wow{visibility:visible!important}@media (min-width:1260px){.sec-homeAbout .item-fixed .titlebox__text,.sec-homeAbout .item-fixed .titlebox__title{opacity:0;visibility:hidden;will-change:transform,opacity}.sec-homeAbout .item-fixed .item-video{transform:scale(.3);transform-origin:center center;will-change:transform;clip-path:inset(.5px);-webkit-clip-path:inset(.5px);pointer-events:none;contain:layout paint;transform-style:flat;opacity:1!important;visibility:visible!important}}.sec-homeAbout .item-fixed .item-video video{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;top:0!important;left:0!important;backface-visibility:hidden;pointer-events:none;transform:translateZ(0) scale(1.003);transform-origin:center center;will-change:transform;outline:1px solid transparent}.sec-homeAbout .titlebox__title{overflow:hidden}.sec-homeAbout .titlebox__title.split-text-animate .word{display:inline-block;opacity:0;transform:translateY(30px) rotateX(-20deg);animation:splitTextReveal .6s cubic-bezier(.23,1,.32,1) forwards}.sec-homeAbout .titlebox__title.split-text-animate .word:first-child{animation-delay:.1s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(2){animation-delay:.15s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(3){animation-delay:.2s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(4){animation-delay:.25s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(5){animation-delay:.3s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(6){animation-delay:.35s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(7){animation-delay:.4s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(8){animation-delay:.45s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(9){animation-delay:.5s}.sec-homeAbout .titlebox__title.split-text-animate .word:nth-child(10){animation-delay:.55s}@keyframes splitTextReveal{0%{opacity:0;transform:translateY(30px) rotateX(-20deg)}to{opacity:1;transform:translateY(0) rotateX(0deg)}}.sec-homeAbout .titlebox__text{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.23,1,.32,1),transform .8s cubic-bezier(.23,1,.32,1)}.sec-homeAbout .titlebox__text.blur-revealed{opacity:1;transform:translateY(0)}.sec-homeAbout .titlebox__text .btn-link{opacity:1;transform:none;transition:opacity .5s ease .3s,transform .5s ease .3s}.sec-homeAbout .titlebox__text.reveal-up:not(.reveal-visible) .btn-link{opacity:0;transform:translateY(10px)}.sec-homeAbout .titlebox__text.blur-revealed .btn-link,.sec-homeAbout .titlebox__text.reveal-visible .btn-link{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.sec-homeAbout .titlebox__title.split-text-animate .word{animation:none;opacity:1;transform:none;filter:none}.sec-homeAbout .titlebox__text{filter:none}.sec-homeAbout .titlebox__text,.sec-homeAbout .titlebox__text .btn-link{opacity:1;transform:none;transition:none}}.effect-text-1 .word{display:inline-block;transform:translate3d(0,105%,0);transition-property:opacity,visibility,transform;transition-duration:.65s;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:calc(.09s * var(--line-index, var(--word-index, 0)));will-change:transform,opacity}.effect-text-1.wow.effect .word{opacity:1;visibility:visible;transform:translateZ(0)}.effect-text-1.wow.animated,.effect-text-1.wow.done,.effect-text-1.wow.effect{opacity:1!important;visibility:visible!important}.effect-text-1.wow.animated .word,.effect-text-1.wow.done .word{opacity:1;visibility:visible;transform:translateZ(0)}.effect-text-1.wow.done .word{will-change:auto}.effect-text-2 .word{display:inline-block;transform:translate3d(0,105%,0);opacity:0!important;visibility:hidden!important;transition-property:opacity,visibility,transform;transition-duration:.65s;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:calc(.08s * var(--word-index, 0));will-change:transform,opacity}.effect-text-2.wow{opacity:1;visibility:visible}.effect-text-2.wow.animated .word{transform:translate3d(0,105%,0);opacity:0;visibility:hidden}.effect-text-2.wow.animated.effect .word,.effect-text-2.wow.done .word{transform:translateZ(0);opacity:1!important;visibility:visible!important}.effect-text-2.wow.done .word{will-change:auto}.sec-hero .item-title.effect-text-2{opacity:1!important;visibility:visible!important}.sec-hero .item-title.effect-text-2.splitting-ready .word{transform:translate3d(0,105%,0);opacity:0;visibility:hidden;transition-property:opacity,visibility,transform;transition-duration:.65s;transition-timing-function:cubic-bezier(.22,1,.36,1);transition-delay:calc(.08s * var(--word-index, 0))}.sec-hero .item-title.effect-text-2.splitting-ready.auto-reveal .word,.sec-hero .item-title.effect-text-2.splitting-ready.effect .word,.sec-hero .item-title.effect-text-2.wow.animated .word{transform:translateZ(0);opacity:1!important;visibility:visible!important}.hero-title-animate{opacity:0;transform:translateY(50px);animation:heroTitleFadeIn 1s ease-out .5s forwards;will-change:transform,opacity}@keyframes heroTitleFadeIn{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.sec-hero .item-title{will-change:transform,opacity}.sec-homeChienluc .accordion__panel.active{background-color:#0C0F16;border-color:transparent;padding-top:1.875rem}.sec-homeChienluc .accordion__panel.active .accordion__title{color:rgb(255 255 255/80%)}@media (min-width:768px){.sec-homeChienluc .accordion__panel.active{padding-top:2.5rem}}@media (min-width:1750px){.sec-homeChienluc .accordion__panel.active{padding-top:3.75rem}}.sec-homeChienluc .item-bg{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%}.sec-homeChienluc .item-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:1!important}.sec-homeChienluc .accordion2.fix-effect{position:relative;overflow:hidden;height:100vh}.sec-homeChienluc .accordion2.fix-effect .item-bg{height:100%}.sec-homeChienluc .accordion2.fix-effect .item-bg video{height:100%;opacity:1;-o-object-fit:cover;object-fit:cover;width:100%}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:not(:first-child){height:100%}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:first-child{position:relative;height:100%}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:nth-child(2),.sec-homeChienluc .accordion2.fix-effect .accordion__panel:nth-child(3){height:100%}@media (width <=767.98px){.sec-homeChienluc .accordion2.fix-effect{height:100vh;min-height:100vh}.sec-homeChienluc .accordion2.fix-effect .accordion__panel,.sec-homeChienluc .accordion2.fix-effect .accordion__panel:first-child{padding:2rem 0}.sec-homeChienluc .accordion2.fix-effect .item-bg{height:100%}.sec-homeChienluc .accordion2.fix-effect .item-bg video{height:100%;opacity:1}}@media (min-width:768px) and (width <=1259.98px){.sec-homeChienluc .accordion2.fix-effect{height:100vh}.sec-homeChienluc .accordion2.fix-effect .accordion__panel{padding:3rem 0}.sec-homeChienluc .accordion2.fix-effect .item-bg{height:100%}.sec-homeChienluc .accordion2.fix-effect .item-bg video{height:100%;opacity:1}}@media (min-width:1260px){.sec-homeChienluc .accordion2.fix-effect{height:100vh}.sec-homeChienluc .accordion2.fix-effect .accordion__panel{padding:4rem 0}.sec-homeChienluc .accordion2.fix-effect .item-bg{height:100%}.sec-homeChienluc .accordion2.fix-effect .item-bg video{height:100%;opacity:1}}@media (min-width:1750px){.sec-homeChienluc .accordion2.fix-effect{height:100vh}.sec-homeChienluc .accordion2.fix-effect .accordion__panel{padding:5rem 0}.sec-homeChienluc .accordion2.fix-effect .item-bg{height:100%}.sec-homeChienluc .accordion2.fix-effect .item-bg video{height:100%;opacity:1}}@media (width <=767.98px){.sec-homeChienluc .accordion2.fix-effect{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.sec-homeChienluc .accordion2.fix-effect .accordion__panel,.sec-homeChienluc .accordion2.fix-effect .item-bg{will-change:transform}.sec-homeChienluc .accordion2.fix-effect{touch-action:pan-y}.sec-homeChienluc .accordion2.fix-effect .item-bg video{transform:translateZ(0)}}.sec-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center}.sec-hero .item-wrap{position:relative;width:100%;height:100vh}.sec-hero .item-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat}.sec-hero .item-wrap{position:relative!important;height:100vh!important}.sec-hero .item-content,.sec-hero .item-wrap{display:flex!important;align-items:center!important;justify-content:center!important}.sec-hero .item-content{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;color:white!important;z-index:2!important;width:100%!important;padding:2rem 1rem!important}.sec-hero .item-content,.sec-hero .item-title{text-align:center!important;overflow:visible!important}.sec-hero .item-title{font-size:2.125rem!important;line-height:1.2!important;color:#FFF!important;margin:0!important;font-family:var(--font-inter-tight),"Inter Tight","Inter",sans-serif!important;font-weight:600!important;white-space:normal!important;word-wrap:break-word!important}.sec-hero .hero-tech-prefix{display:inline}.sec-hero .hero-tech-line-break{display:block}.sec-hero .hero-tech-break{display:inline-block;white-space:nowrap}@media (min-width:1440px){.sec-hero .hero-tech-line-break{display:none}.sec-hero .hero-tech-break{display:inline;margin-left:.35ch}}@media (min-width:992px){.sec-hero .item-title{font-size:2.5rem!important;line-height:1.3!important}}@media (min-width:1260px){.sec-hero .item-title{font-size:3.75rem!important;line-height:1.3!important}}@media (min-width:1360px){.sec-hero .item-title{font-size:4.375rem!important;line-height:1.3!important}}@media (min-width:1750px){.sec-hero .item-title{font-size:5.25rem!important;line-height:1.3!important}}.item-title,.titlebox__title,h1,h2,h3,h4,h5,h6{font-family:Inter Tight,sans-serif!important;font-variation-settings:"wght" 493,"slnt" 0!important}.sec-homeGoiSp{padding-top:3.125rem}@media (min-width:768px){.sec-homeGoiSp{padding-top:4.375rem}}@media (min-width:992px){.sec-homeGoiSp{padding-top:5.625rem}}@media (min-width:1260px){.sec-homeGoiSp{padding-top:8.125rem}}.sec-homeGoiSp .titlebox{margin-bottom:1.25rem}.sec-homeGoiSp .titlebox__title{margin:0!important;color:var(--bs-heading-color,#39464D);line-height:1.2!important;opacity:1!important;visibility:visible!important}@media (max-width:767.98px){.sec-homeGoiSp{padding-top:3.125rem}.sec-homeGoiSp .titlebox .row>[class*=col-]:first-child{flex:0 0 58.333333%!important;max-width:58.333333%!important;margin-bottom:0}.sec-homeGoiSp .titlebox .row>[class*=col-]:last-child{flex:0 0 41.666667%!important;max-width:41.666667%!important}.sec-homeGoiSp .titlebox__title{height:auto!important;min-height:3.1875rem}.sec-homeGoiSp .titlebox__title.style-34{font-size:1.4375rem!important;line-height:1.2!important}.sec-homeGoiSp .titlebox__title .line{line-height:1.2!important}.sec-homeGoiSp .titlebox__btn{justify-content:flex-end!important}}.sec-homeGoiSp .titlebox__title .line,.sec-homeGoiSp .titlebox__title .word{display:inline-block;vertical-align:middle;line-height:inherit;opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.sec-homeGoiSp .titlebox__title .whitespace{display:inline-block;width:.25em}.sec-homeGoiSp .titlebox__btn{display:flex!important;flex-shrink:0;padding:0!important;transform:translateY(0)!important}.sec-homeGoiSp .titlebox__btn,.sec-homeGoiSp .titlebox__btn .btn-outline{align-items:center!important;height:3.1875rem!important;margin:0!important;line-height:1!important}.sec-homeGoiSp .titlebox__btn .btn-outline{display:inline-flex!important;justify-content:center!important;vertical-align:middle!important;box-sizing:border-box!important}.sec-homeGoiSp .titlebox .row{align-items:center}.sec-homeGoiSp .product-list .row{width:auto}@media (min-width:768px){.sec-homeGoiSp .titlebox__title br{display:none}.sec-homeGoiSp .titlebox{margin-bottom:1.5625rem}}.sec-homeGoiSp .titlebox__title.effect-text-1.wow.animated.effect,.sec-homeGoiSp .titlebox__title.effect-text-1.wow.animated.effect .word,.sec-homeGoiSp .titlebox__title.effect-text-1.wow.done,.sec-homeGoiSp .titlebox__title.effect-text-1.wow.done .word,.sec-homeGoiSp .titlebox__title.effect-text-1.wow.effect,.sec-homeGoiSp .titlebox__title.effect-text-1.wow.effect .word,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting=lines].splitting-ready,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting].splitting-ready{opacity:1!important;visibility:visible!important}.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting=lines].splitting-ready .line,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting=lines].splitting-ready .word,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting].splitting-ready .line,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting].splitting-ready .word{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting]:not(.splitting-ready){animation:showTitleFallback .1s ease .5s forwards}.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting]:not(.splitting-ready) .line,.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting]:not(.splitting-ready) .word{animation:showTitleWordsFallback .1s ease .5s forwards}@keyframes showTitleWordsFallback{to{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}}.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting=lines]{opacity:1!important;visibility:visible!important}.sec-homeGoiSp .titlebox__title.effect-text-1[data-splitting=lines] .line{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.product{position:relative;overflow:hidden;opacity:0;transform:translate3d(0,20px,0);transition:opacity .6s ease,transform .6s ease}.product>a{position:absolute;inset:0;z-index:1;display:block;color:inherit;text-decoration:none;outline:0}.product:after{content:"";display:block;padding-top:60.5%}.product__img{position:absolute;inset:0;z-index:1}.product__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product__img:after{content:"";height:50%;background:linear-gradient(180deg,rgb(0 0 0/0),rgb(0 0 0/40%) 73.46%)}.product__body,.product__img:after{position:absolute;left:0;bottom:0;right:0}.product__body{z-index:2;padding:0 1.25rem 1.25rem;max-width:90%;transition:all .3s ease}.product-visible{opacity:1;transform:translateZ(0);animation:fadeInUpProduct .6s ease forwards}@keyframes fadeInUpProduct{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}.product__title{font-size:1.0625rem;line-height:1.1;color:#FFF}.product__textWrap{--minHeight:1.28em;--maxHeight:1.28em;position:relative;font-size:.875rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;color:rgba(255,255,255,.65);line-height:1.28;height:var(--minHeight);transition:height .3s ease;overflow:hidden}.product__textWrap.no-height-transition{transition:height 0s!important}.product__textWrap p{margin:0;color:rgba(255,255,255,.65);line-height:inherit}.product__textWrap .text-cut{position:absolute;top:0;left:0;right:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:all .3s ease}.product__textWrap .text-full{opacity:0;visibility:hidden;transition:all .3s ease}.product:focus-within .product__textWrap,.product:hover .product__textWrap{height:var(--maxHeight)}.product:focus-within .product__textWrap .text-cut,.product:hover .product__textWrap .text-cut{opacity:0;visibility:hidden}.product:focus-within .product__textWrap .text-full,.product:hover .product__textWrap .text-full{opacity:1;visibility:visible}.product:focus-within{outline:2px solid rgba(255,255,255,.86);outline-offset:-4px}.product:focus-within .product__img img{filter:brightness(1.04)}@media (hover:none){.product__textWrap{height:var(--maxHeight)}.product__textWrap .text-cut{opacity:0;visibility:hidden}.product__textWrap .text-full{opacity:1;visibility:visible}}@media (min-width:1360px){.product__body{padding:0 1.5625rem 1.5625rem}}@media (min-width:1750px){.product__body{padding:0 1.875rem 1.5625rem}.product__title{font-size:1.25rem}.product__textWrap{font-size:1rem}}.sec-homeGoiSp .product-list .product{margin-bottom:.875rem}@media (min-width:768px){.sec-homeGoiSp .product-list .product{margin-bottom:.625rem}.sec-homeGoiSp .product-list [class*=col-]:nth-child(2n+2) .wow{animation-delay:.2s}}@media (min-width:1260px){.sec-homeGoiSp{min-height:935px}.sec-homeGoiSp .product-list .product{margin-bottom:1.125rem}}@media (min-width:1750px){.sec-homeGoiSp .product-list .product{margin-bottom:1.5rem}}.home-ctaContact{overflow:visible}.home-ctaContact .item-inner{overflow:hidden!important}.home-ctaContact.home-ctaContact--media-ready .item-inner .bg{background-image:url(/media/ctaContact-bg-mb.webp)!important;background-color:#091940;background-position:50%;background-repeat:no-repeat;background-size:cover}.home-ctaContact .titlebox{text-align:left!important}.home-ctaContact .item-content .titlebox__title{color:#fff;font-family:Inter Tight,Inter,system-ui,sans-serif!important;font-size:1.4375rem!important;font-weight:493!important;line-height:1.2!important;letter-spacing:0!important;margin:0 0 .9375rem!important}.home-ctaContact .item-content .titlebox__title .word:after{color:#fff}.home-ctaContact .item-content .titlebox__btn .btn-link{color:#fff;display:inline!important;align-items:normal!important;gap:0!important;font-family:Inter Tight,Inter,system-ui,sans-serif!important;font-size:.9375rem!important;font-weight:400!important;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1.4!important;letter-spacing:.01em!important;text-decoration:none!important;transform:none!important}.home-ctaContact .item-content .titlebox__btn .btn-link span{display:inline-block;vertical-align:middle;transition:all .3s ease;font-size:.9em;margin-left:.125rem}.home-ctaContact .item-content .titlebox__btn .iconeNeo-link,.home-ctaContact .item-content .titlebox__btn .iconeNeo-link:before{font-family:iconeNeo!important}.home-ctaContact .item-content .titlebox__btn .iconeNeo-link:before{content:"\e905"!important}.home-ctaContact .item-content .titlebox__btn .btn-link:hover{color:#fff;transform:none!important}.home-ctaContact .item-content .titlebox__btn .btn-link:hover span{transform:translate(20%,-20%)}.home-ctaContact .item-sharp{position:absolute!important;top:50%!important;right:0!important;z-index:3!important;width:100%!important;transform:translate(60%,-50%)!important;pointer-events:none!important}.home-ctaContact .item-sharp span{display:block}.home-ctaContact .item-sharp span img{width:100%}.home-ctaContact .item-sharp .s-2,.home-ctaContact .item-sharp .s-3{position:absolute;top:0;left:0;bottom:0;right:0}@media (min-width:768px){.home-ctaContact.home-ctaContact--media-ready .item-inner .bg{background-image:url(/media/cta-bg-desktop.webp)!important}.home-ctaContact .item-content .titlebox__title{font-size:1.75rem!important}.home-ctaContact .item-sharp{width:56%!important;transform:translate(50%,-50%)!important}}@media (min-width:992px){.home-ctaContact .item-content .titlebox__title{font-size:2rem!important;margin-bottom:1.5625rem!important}.home-ctaContact .item-content .titlebox__btn .btn-link{font-size:1rem!important}}@media (min-width:1260px){.home-ctaContact .item-content .titlebox__title{font-size:2.1875rem!important}}@media (min-width:1750px){.home-ctaContact .item-content .titlebox__title{font-size:2.5rem!important;margin-bottom:1.5625rem!important}.home-ctaContact .item-content .titlebox__btn .btn-link{font-size:1.0625rem!important}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/*
 ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:var(--font-inter-tight),Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{font-family:var(--bs-body-font-family,"Inter Tight");font-weight:var(--bs-body-font-weight,400);font-variation-settings:"wdth" 100,"wght" var(--bs-body-font-weight,400),"slnt" 0}body,h1,h2,h3,h4,h5,h6{color:hsl(var(--foreground))}h1,h2,h3,h4,h5,h6{font-family:var(--bs-heading-font-family,"Inter Tight");font-weight:var(--bs-heading-weight,493);font-variation-settings:"wght" var(--bs-heading-weight,493),"slnt" 0}.admin-container{background:hsl(var(--background))!important;color:hsl(var(--foreground))!important;font-family:Open Sans,Inter,system-ui,sans-serif!important}.admin-container *{font-family:inherit!important;color:inherit!important}.admin-container h1,.admin-container h2,.admin-container h3,.admin-container h4,.admin-container h5,.admin-container h6{font-family:Open Sans,Inter,system-ui,sans-serif!important;font-weight:600!important;color:hsl(var(--foreground))!important}.admin-container .text-foreground{color:hsl(var(--foreground))!important}.admin-container .text-muted-foreground{color:hsl(var(--muted-foreground))!important}.admin-container .text-primary{color:hsl(var(--primary))!important}.admin-container .text-secondary{color:hsl(var(--secondary-foreground))!important}.admin-container .text-destructive{color:hsl(var(--destructive))!important}.admin-container .bg-background{background-color:hsl(var(--background))!important}.admin-container .bg-muted{background-color:hsl(var(--muted))!important}.admin-container .bg-card{background-color:hsl(var(--card))!important}.admin-container .bg-primary{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-container .bg-secondary{background-color:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.admin-container .border{border-color:hsl(var(--border))!important}.admin-container .border-input{border-color:hsl(var(--input))!important}.admin-container .btn,.admin-container button{font-family:inherit!important}.admin-container input,.admin-container select,.admin-container textarea{color:hsl(var(--foreground))!important;background-color:hsl(var(--background))!important;border-color:hsl(var(--input))!important}.admin-container input::-moz-placeholder,.admin-container textarea::-moz-placeholder{color:hsl(var(--muted-foreground))!important}.admin-container input::placeholder,.admin-container textarea::placeholder{color:hsl(var(--muted-foreground))!important}.container{padding-right:1.5rem;padding-left:1.5rem}@media (min-width:576px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1260px){.container{max-width:1260px}}@media (min-width:1360px){.container{max-width:1360px}}@media (min-width:1750px){.container{max-width:1750px}}.admin-layout{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#19212F;background-color:#f8fafc}.admin-header{background-color:#fff;border-bottom:1px solid #e2e8f0;backdrop-filter:blur(8px)}.admin-sidebar{background-color:#fff;border-right:1px solid #e2e8f0}.admin-card{background-color:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 3px 0 rgb(0 0 0/10%);border-radius:12px}.admin-menu-item.\!active,.admin-menu-item.active{background-color:#3b82f6!important;color:#fff!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-4{inset:1rem}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-bottom-3{bottom:-.75rem}.-bottom-6{bottom:-1.5rem}.-left-10{left:-2.5rem}.-left-12{left:-3rem}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-12{right:-3rem}.-right-2{right:-.5rem}.-right-6{right:-1.5rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-10{top:-2.5rem}.-top-12{top:-3rem}.-top-2{top:-.5rem}.bottom-0{bottom:0}.bottom-1\/3{bottom:33.333333%}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-12{bottom:3rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[-20\%\]{bottom:-20%}.bottom-\[-24px\]{bottom:-24px}.bottom-\[10\%\]{bottom:10%}.bottom-\[15\%\]{bottom:15%}.bottom-\[20\%\]{bottom:20%}.bottom-\[40\%\]{bottom:40%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-10{left:2.5rem}.left-2{left:.5rem}.left-20{left:5rem}.left-3{left:.75rem}.left-3\/4{left:75%}.left-4{left:1rem}.left-8{left:2rem}.left-\[10\%\]{left:10%}.left-\[11px\]{left:11px}.left-\[18\%\]{left:18%}.left-\[20\%\]{left:20%}.left-\[35\%\]{left:35%}.left-\[45\%\]{left:45%}.left-\[50\%\]{left:50%}.left-\[55\%\]{left:55%}.left-\[62\%\]{left:62%}.left-\[70\%\]{left:70%}.left-\[8\%\]{left:8%}.right-0{right:0}.right-1{right:.25rem}.right-1\/3{right:33.333333%}.right-1\/4{right:25%}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.right-\[-10\%\]{right:-10%}.right-\[10\%\]{right:10%}.right-\[15\%\]{right:15%}.right-\[20\%\]{right:20%}.right-\[25\%\]{right:25%}.right-\[30\%\]{right:30%}.right-\[35\%\]{right:35%}.right-\[5\%\]{right:5%}.top-0{top:0}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-1\/4{top:25%}.top-10{top:2.5rem}.top-2{top:.5rem}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-\[-0\.5rem\]{top:-.5rem}.top-\[10\%\]{top:10%}.top-\[1px\]{top:1px}.top-\[20\%\]{top:20%}.top-\[40\%\]{top:40%}.top-\[50\%\]{top:50%}.top-\[55\%\]{top:55%}.top-\[60\%\]{top:60%}.top-\[65\%\]{top:65%}.top-\[80px\]{top:80px}.top-full{top:100%}.isolate{isolation:isolate}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[2\]{z-index:2}.col-span-1{grid-column:span 1/span 1}.col-span-3{grid-column:span 3/span 3}.m-0{margin:0}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-ml-1{margin-left:-.25rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-14{margin-left:3.5rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ms-2{margin-inline-start:.5rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-32{margin-top:8rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[10px\]{margin-top:10px}.mt-auto{margin-top:auto}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[21\/9\]{aspect-ratio:21/9}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-square{aspect-ratio:1/1}.aspect-video{aspect-ratio:16/9}.size-4{width:1rem;height:1rem}.size-full{width:100%;height:100%}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[120\%\]{height:120%}.h-\[1px\]{height:1px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-16{max-height:4rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(90vh-120px\)\]{max-height:calc(90vh - 120px)}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0}.min-h-\[190px\]{min-height:190px}.min-h-\[220px\]{min-height:220px}.min-h-\[300px\]{min-height:300px}.min-h-\[400px\]{min-height:400px}.min-h-\[420px\]{min-height:420px}.min-h-\[500px\]{min-height:500px}.min-h-\[600px\]{min-height:600px}.min-h-\[70vh\]{min-height:70vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-4{width:1rem}.w-4\/6{width:66.666667%}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[10\%\]{width:10%}.w-\[100px\]{width:100px}.w-\[120\%\]{width:120%}.w-\[120px\]{width:120px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[180px\]{width:180px}.w-\[1px\]{width:1px}.w-\[200px\]{width:200px}.w-\[240px\]{width:240px}.w-\[280px\]{width:280px}.w-\[300px\]{width:300px}.w-\[350px\]{width:350px}.w-\[40\%\]{width:40%}.w-\[400px\]{width:400px}.w-\[60\%\]{width:60%}.w-\[80\%\]{width:80%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-5{min-width:1.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[300px\]{min-width:300px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-32{max-width:8rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[120px\]{max-width:120px}.max-w-\[160px\]{max-width:160px}.max-w-\[250px\]{max-width:250px}.max-w-\[300px\]{max-width:300px}.max-w-\[640px\]{max-width:640px}.max-w-\[900px\]{max-width:900px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.table-auto{table-layout:auto}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x:-1px}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-\[-100\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-100\%\]{--tw-translate-x:-100%}.translate-x-\[-50\%\]{--tw-translate-x:-50%}.translate-x-\[-50\%\],.translate-x-px{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x:1px}.translate-y-\[-50\%\]{--tw-translate-y:-50%}.-rotate-90,.translate-y-\[-50\%\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg}.rotate-12{--tw-rotate:12deg}.rotate-12,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg}.-skew-x-12{--tw-skew-x:-12deg}.-skew-x-12,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-in{animation:fade-in .8s ease-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.scroll-m-20{scroll-margin:5rem}.scroll-mt-24{scroll-margin-top:6rem}.scroll-mt-28{scroll-margin-top:7rem}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.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-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-12{-moz-column-gap:3rem;column-gap:3rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-12{row-gap:3rem}.gap-y-2{row-gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240/var(--tw-divide-opacity,1))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-t-sm{border-top-left-radius:calc(var(--radius) - 4px);border-top-right-radius:calc(var(--radius) - 4px)}.rounded-tl-lg{border-top-left-radius:var(--radius)}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.rounded-tr-lg{border-top-right-radius:var(--radius)}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-\[12px\]{border-width:12px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#0755e9\]{--tw-border-opacity:1;border-color:rgb(7 85 233/var(--tw-border-opacity,1))}.border-\[\#0755e9\]\/20{border-color:rgb(7 85 233/.2)}.border-\[\#e2e8f0\]{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-\[--color-border\]{border-color:var(--color-border)}.border-\[hsl\(var\(--success\)\)\]\/20{border-color:hsl(var(--success)/.2)}.border-\[hsl\(var\(--warning\)\)\]\/20{border-color:hsl(var(--warning)/.2)}.border-background{border-color:var(--background)}.border-black\/10{border-color:rgb(0 0 0/.1)}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-border{border-color:var(--border)}.border-destructive{border-color:var(--destructive)}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-primary{border-color:var(--primary)}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-500\/30{border-color:rgb(239 68 68/.3)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249/var(--tw-border-opacity,1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/15{border-color:rgb(255 255 255/.15)}.border-white\/20{border-color:rgb(255 255 255/.2)}.border-white\/30{border-color:rgb(255 255 255/.3)}.border-white\/50{border-color:rgb(255 255 255/.5)}.border-b-blue-600{--tw-border-opacity:1;border-bottom-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-l-transparent{border-left-color:transparent}.border-r-blue-200{--tw-border-opacity:1;border-right-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.bg-\[\#007AFF\]{--tw-bg-opacity:1;background-color:rgb(0 122 255/var(--tw-bg-opacity,1))}.bg-\[\#061b46\]{--tw-bg-opacity:1;background-color:rgb(6 27 70/var(--tw-bg-opacity,1))}.bg-\[\#0647C9\]{--tw-bg-opacity:1;background-color:rgb(6 71 201/var(--tw-bg-opacity,1))}.bg-\[\#070F29\]{--tw-bg-opacity:1;background-color:rgb(7 15 41/var(--tw-bg-opacity,1))}.bg-\[\#071a3d\]{--tw-bg-opacity:1;background-color:rgb(7 26 61/var(--tw-bg-opacity,1))}.bg-\[\#0755e9\]{--tw-bg-opacity:1;background-color:rgb(7 85 233/var(--tw-bg-opacity,1))}.bg-\[\#0A1B51\]{--tw-bg-opacity:1;background-color:rgb(10 27 81/var(--tw-bg-opacity,1))}.bg-\[\#0C1E47\]{--tw-bg-opacity:1;background-color:rgb(12 30 71/var(--tw-bg-opacity,1))}.bg-\[\#0b1f4b\]{--tw-bg-opacity:1;background-color:rgb(11 31 75/var(--tw-bg-opacity,1))}.bg-\[\#0ea5e9\]{--tw-bg-opacity:1;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))}.bg-\[\#0f62fe\]{--tw-bg-opacity:1;background-color:rgb(15 98 254/var(--tw-bg-opacity,1))}.bg-\[\#198038\]{--tw-bg-opacity:1;background-color:rgb(25 128 56/var(--tw-bg-opacity,1))}.bg-\[\#1A1919\]{--tw-bg-opacity:1;background-color:rgb(26 25 25/var(--tw-bg-opacity,1))}.bg-\[\#1e40af\]{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))}.bg-\[\#3B4B6B\]{--tw-bg-opacity:1;background-color:rgb(59 75 107/var(--tw-bg-opacity,1))}.bg-\[\#95AC68\]{--tw-bg-opacity:1;background-color:rgb(149 172 104/var(--tw-bg-opacity,1))}.bg-\[\#AF52DE\]{--tw-bg-opacity:1;background-color:rgb(175 82 222/var(--tw-bg-opacity,1))}.bg-\[\#FF443A\]{--tw-bg-opacity:1;background-color:rgb(255 68 58/var(--tw-bg-opacity,1))}.bg-\[\#f0f4f8\]{--tw-bg-opacity:1;background-color:rgb(240 244 248/var(--tw-bg-opacity,1))}.bg-\[\#f4f7ff\]{--tw-bg-opacity:1;background-color:rgb(244 247 255/var(--tw-bg-opacity,1))}.bg-\[\#f8f9fa\]{--tw-bg-opacity:1;background-color:rgb(248 249 250/var(--tw-bg-opacity,1))}.bg-\[\#f8f9fb\]{--tw-bg-opacity:1;background-color:rgb(248 249 251/var(--tw-bg-opacity,1))}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-\[hsl\(var\(--success\)\)\]{background-color:hsl(var(--success))}.bg-\[hsl\(var\(--success\)\)\]\/10{background-color:hsl(var(--success)/.1)}.bg-\[hsl\(var\(--warning\)\)\]{background-color:hsl(var(--warning))}.bg-\[hsl\(var\(--warning\)\)\]\/10{background-color:hsl(var(--warning)/.1)}.bg-accent{background-color:var(--accent)}.bg-background{background-color:var(--background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/20{background-color:rgb(0 0 0/.2)}.bg-black\/50{background-color:rgb(0 0 0/.5)}.bg-black\/60{background-color:rgb(0 0 0/.6)}.bg-black\/70{background-color:rgb(0 0 0/.7)}.bg-black\/80{background-color:rgb(0 0 0/.8)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-200{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-50\/50{background-color:rgb(239 246 255/.5)}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/10{background-color:rgb(59 130 246/.1)}.bg-blue-500\/20{background-color:rgb(59 130 246/.2)}.bg-blue-500\/50{background-color:rgb(59 130 246/.5)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238/var(--tw-bg-opacity,1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))}.bg-destructive{background-color:var(--destructive)}.bg-foreground{background-color:var(--foreground)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))}.bg-muted{background-color:var(--muted)}.bg-muted-foreground{background-color:var(--muted-foreground)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-500\/10{background-color:rgb(168 85 247/.1)}.bg-purple-500\/20{background-color:rgb(168 85 247/.2)}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/20{background-color:rgb(239 68 68/.2)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.bg-slate-700\/50{background-color:rgb(51 65 85/.5)}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:rgb(255 255 255/.1)}.bg-white\/30{background-color:rgb(255 255 255/.3)}.bg-white\/5{background-color:rgb(255 255 255/.05)}.bg-white\/80{background-color:rgb(255 255 255/.8)}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-opacity-0{--tw-bg-opacity:0}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(28\2c 115\2c 255\2c 0\.45\)\2c transparent_38\%\)\2c radial-gradient\(circle_at_bottom_right\2c rgba\(14\2c 165\2c 233\2c 0\.22\)\2c transparent_34\%\)\]{background-image:radial-gradient(circle at top left,rgba(28,115,255,.45),transparent 38%),radial-gradient(circle at bottom right,rgba(14,165,233,.22),transparent 34%)}.bg-gradient-primary{background-image:var(--gradient-primary)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.bg-gradient-to-tr{background-image:linear-gradient(to top right,var(--tw-gradient-stops))}.from-\[\#0647C9\]{--tw-gradient-from:#0647C9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 71 201/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#0647C9\]\/30{--tw-gradient-from:rgb(6 71 201/0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 71 201/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#0647C9\]\/40{--tw-gradient-from:rgb(6 71 201/0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 71 201/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#070F29\]\/80{--tw-gradient-from:rgb(7 15 41/0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 15 41/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#0ea5e9\]\/20{--tw-gradient-from:rgb(14 165 233/0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#0f62fe\]{--tw-gradient-from:#0f62fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 98 254/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-600{--tw-gradient-from:#16a34a var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-orange-600{--tw-gradient-from:#ea580c var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary{--tw-gradient-from:var(--primary) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-600{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#070F29\]{--tw-gradient-to:rgb(7 15 41/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#070F29 var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#070F29\]\/50{--tw-gradient-to:rgb(7 15 41/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(7 15 41/0.5) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-white\/5{--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(255 255 255/0.05) var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#0043ce\]{--tw-gradient-to:#0043ce var(--tw-gradient-to-position)}.to-\[\#020510\]{--tw-gradient-to:#020510 var(--tw-gradient-to-position)}.to-\[\#070F29\]{--tw-gradient-to:#070F29 var(--tw-gradient-to-position)}.to-accent{--tw-gradient-to:var(--accent) var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to:#eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.to-cyan-300{--tw-gradient-to:#67e8f9 var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to:#f3f4f6 var(--tw-gradient-to-position)}.to-green-700{--tw-gradient-to:#15803d var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to:#db2777 var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to:#faf5ff var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to:#9333ea var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.to-slate-200{--tw-gradient-to:#e2e8f0 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to:#0d9488 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-yellow-600{--tw-gradient-to:#ca8a04 var(--tw-gradient-to-position)}.bg-cover{background-size:cover}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[0\.3rem\]{padding-left:.3rem;padding-right:.3rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[0\.2rem\]{padding-top:.2rem;padding-bottom:.2rem}.\!pl-12{padding-left:3rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[20vh\]{padding-top:20vh}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:var(--font-inter-tight),Inter,system-ui,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[180px\]{font-size:180px}.text-\[18px\]{font-size:18px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[36px\]{font-size:36px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.7\]{line-height:1.7}.leading-\[1\.8\]{line-height:1.8}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-tighter{letter-spacing:-.05em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#0647C9\]{--tw-text-opacity:1;color:rgb(6 71 201/var(--tw-text-opacity,1))}.text-\[\#070F29\]{--tw-text-opacity:1;color:rgb(7 15 41/var(--tw-text-opacity,1))}.text-\[\#071a3d\]{--tw-text-opacity:1;color:rgb(7 26 61/var(--tw-text-opacity,1))}.text-\[\#0755e9\]{--tw-text-opacity:1;color:rgb(7 85 233/var(--tw-text-opacity,1))}.text-\[\#0b1f4b\]{--tw-text-opacity:1;color:rgb(11 31 75/var(--tw-text-opacity,1))}.text-\[\#0b3fa4\]{--tw-text-opacity:1;color:rgb(11 63 164/var(--tw-text-opacity,1))}.text-\[\#0f1a2e\]{--tw-text-opacity:1;color:rgb(15 26 46/var(--tw-text-opacity,1))}.text-\[\#1e3a8a\]{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-\[\#243047\]{--tw-text-opacity:1;color:rgb(36 48 71/var(--tw-text-opacity,1))}.text-\[\#263044\]{--tw-text-opacity:1;color:rgb(38 48 68/var(--tw-text-opacity,1))}.text-\[\#455166\]{--tw-text-opacity:1;color:rgb(69 81 102/var(--tw-text-opacity,1))}.text-\[\#5f6b7a\]{--tw-text-opacity:1;color:rgb(95 107 122/var(--tw-text-opacity,1))}.text-\[\#69758a\]{--tw-text-opacity:1;color:rgb(105 117 138/var(--tw-text-opacity,1))}.text-\[hsl\(var\(--success\)\)\]{color:hsl(var(--success))}.text-\[hsl\(var\(--warning\)\)\]{color:hsl(var(--warning))}.text-accent{color:var(--accent)}.text-accent-foreground{color:var(--accent-foreground)}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-black\/70{color:rgb(0 0 0/.7)}.text-black\/80{color:rgb(0 0 0/.8)}.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-blue-200\/60{color:rgb(191 219 254/.6)}.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-foreground{color:var(--foreground)}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-muted-foreground{color:var(--muted-foreground)}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-foreground{color:var(--sidebar-foreground)}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240/var(--tw-text-opacity,1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225/var(--tw-text-opacity,1))}.text-slate-300\/80{color:rgb(203 213 225/.8)}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/30{color:rgb(255 255 255/.3)}.text-white\/50{color:rgb(255 255 255/.5)}.text-white\/60{color:rgb(255 255 255/.6)}.text-white\/70{color:rgb(255 255 255/.7)}.text-white\/75{color:rgb(255 255 255/.75)}.text-white\/80{color:rgb(255 255 255/.8)}.text-white\/90{color:rgb(255 255 255/.9)}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.decoration-2{text-decoration-thickness:2px}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[0\.03\]{opacity:.03}.mix-blend-screen{mix-blend-mode:screen}.mix-blend-overlay{mix-blend-mode:overlay}.mix-blend-difference{mix-blend-mode:difference}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\],.shadow-\[0_0_10px_\#3b82f6\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_10px_\#3b82f6\]{--tw-shadow:0 0 10px #3b82f6;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)}.shadow-\[0_0_15px_\#3b82f6\]{--tw-shadow:0 0 15px #3b82f6;--tw-shadow-colored:0 0 15px var(--tw-shadow-color)}.shadow-\[0_0_15px_\#3b82f6\],.shadow-\[0_0_8px_\#3b82f6\]{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_8px_\#3b82f6\]{--tw-shadow:0 0 8px #3b82f6;--tw-shadow-colored:0 0 8px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.shadow-none,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-0,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-border{--tw-ring-color:var(--border)}.ring-primary{--tw-ring-color:var(--primary)}.ring-ring{--tw-ring-color:var(--ring)}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.ring-offset-2{--tw-ring-offset-width:2px}.ring-offset-background{--tw-ring-offset-color:var(--background)}.blur{--tw-blur:blur(8px)}.blur,.blur-3xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur:blur(64px)}.blur-\[100px\]{--tw-blur:blur(100px)}.blur-\[100px\],.blur-\[1px\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[1px\]{--tw-blur:blur(1px)}.blur-\[2px\]{--tw-blur:blur(2px)}.blur-\[2px\],.blur-\[60px\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-\[60px\]{--tw-blur:blur(60px)}.blur-\[80px\]{--tw-blur:blur(80px)}.blur-\[80px\],.drop-shadow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0/0.1)) drop-shadow(0 1px 1px rgb(0 0 0/0.06))}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0/0.04)) drop-shadow(0 4px 3px rgb(0 0 0/0.1))}.drop-shadow-lg,.drop-shadow-md{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0/0.07)) drop-shadow(0 2px 2px rgb(0 0 0/0.06))}.grayscale{--tw-grayscale:grayscale(100%)}.filter,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\2c right\2c width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\2c opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c height\2c padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\2c height\]{transition-property:width,height;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0) scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1)) rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0) scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1)) rotate(var(--tw-exit-rotate,0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.fade-in,.fade-in-0{--tw-enter-opacity:0}.fade-in-80{--tw-enter-opacity:0.8}.fade-out{--tw-exit-opacity:0}.zoom-in-95{--tw-enter-scale:.95}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body,html{overflow-x:hidden}.app-root,.app-root *,.app-root :after,.app-root :before{border-radius:0!important}:root{color-scheme:light}.app-root,.page-content,body:not(.admin-layout){background-color:#fff!important;color:#191f2f}[class*=" iconeNeo-"],[class^=iconeNeo-]{font-family:iconeNeo!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.iconeNeo-close:before{content:"\e907"}.iconeNeo-linkin:before{content:"\e906"}.iconeNeo-zalo:before{content:"\e90f"}.iconeNeo-youtube:before{content:"\e90e"}.iconeNeo-arrow-down:before{content:"\e900"}.iconeNeo-arrow-left:before{content:"\e901"}.iconeNeo-arrow-right:before{content:"\e902"}.iconeNeo-arrow-up:before{content:"\e903"}.iconeNeo-facebook:before{content:"\e904"}.iconeNeo-link:before{content:"\e905"}.iconeNeo-long-down:before{content:"\e90a"}.iconeNeo-long-left:before{content:"\e90b"}.iconeNeo-long-right:before{content:"\e90c"}.iconeNeo-long-up:before{content:"\e90d"}.wow{opacity:0;transform:translate3d(0,20px,0);transition-property:opacity,transform;transition-duration:.65s;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.wow.animated,.wow.done,.wow.effect{opacity:1;transform:translateZ(0);will-change:auto}[data-splitting]{opacity:0;transform:translate3d(0,15px,0);transition-property:opacity,transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.22,1,.36,1);will-change:opacity,transform}[data-splitting].splitting-ready{opacity:1;transform:translateZ(0);will-change:auto}.wow.effect-text-1,.wow.effect-text-2,[data-splitting].effect-text-1,[data-splitting].effect-text-2{transform:translateZ(0);transition-property:opacity,visibility}.breadcrumb,.page-title,.titlebox__text,.titlebox__title{animation:instantFadeUp .3s ease forwards}.navigation .nav-item{animation:instantSlideIn .2s ease forwards}.sec-pageTitle{padding-top:7.5rem;padding-bottom:3.75rem}@media (min-width:992px){.sec-pageTitle{padding-top:9.375rem}}.sec-pageTitle .item-content{text-align:left!important;display:block}.sec-pageTitle .item-content .breadcrumb,.sec-pageTitle .item-content .item-title{text-align:left!important}.sec-pageTitle .breadcrumb{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 .875rem;padding:0;list-style:none;letter-spacing:0;text-transform:none}.sec-pageTitle .breadcrumb li{display:inline-flex;align-items:center;color:rgba(25,33,47,.87)}.sec-pageTitle .breadcrumb li a{color:rgba(25,33,47,.87);text-decoration:none}.sec-pageTitle .breadcrumb li span{color:rgba(25,33,47,.56)}.sec-pageTitle .breadcrumb li:not(:last-child):after{content:"/";display:inline-block;padding-left:.35rem;padding-right:.35rem;color:rgba(25,33,47,.45)}.sec-pageTitle .item-title{color:var(--bs-heading-color,#19212F);text-shadow:none;font-family:var(--bs-heading-font-family),"Inter Tight",sans-serif;font-weight:493;font-variation-settings:"wght" 493,"slnt" 0;font-size:2.125rem;line-height:1.2;letter-spacing:0;margin:0;max-width:none}@media (min-width:992px){.sec-pageTitle .item-title{font-size:2.5rem}}@media (min-width:1750px){.sec-pageTitle .breadcrumb{margin-bottom:1.5rem}.sec-pageTitle .item-title{font-size:3.0625rem}}.sec-pageTitle .item-title .word,.sec-pageTitle .item-title [data-word]{margin-right:.15em}.sec-pageTitle .item-title,.sec-pageTitle .item-title .word{opacity:1!important;visibility:visible!important}.sec-pageTitle .item-title .word{transform:translateY(0)!important}.sec-pageTitle.style-about.style-bg{background:#101827}.sec-pageTitle.style-about.style-bg .item-content,.sec-pageTitle.style-about.style-bg .item-wrap{min-height:clamp(30rem,42vw,39rem)}.sec-pageTitle.style-about.style-bg .item-content{display:flex;align-items:center;padding-top:4.75rem;padding-bottom:3rem}.sec-pageTitle.style-about.style-bg .item-wrap .bg{inset:0;height:100%}.sec-pageTitle.style-about.style-bg .item-wrap:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(12,18,31,.82),rgba(12,18,31,.58) 42%,rgba(12,18,31,.16));pointer-events:none}.sec-pageTitle.style-about.style-bg .item-content{position:relative;z-index:2}.sec-pageTitle.style-about .breadcrumb li,.sec-pageTitle.style-about .breadcrumb li a,.sec-pageTitle.style-about .breadcrumb li span,.sec-pageTitle.style-about .breadcrumb li:not(:last-child):after{color:rgba(255,255,255,.78)}.sec-pageTitle.style-about .item-title,.sec-pageTitle.style-about .item-title .word,.sec-pageTitle.style-about .item-title [data-word]{color:#fff!important;-webkit-text-fill-color:#fff;text-shadow:0 1rem 2.5rem rgba(0,0,0,.28)}@media (max-width:767.98px){.sec-pageTitle.style-about.style-bg .item-content,.sec-pageTitle.style-about.style-bg .item-wrap{min-height:27rem}.sec-pageTitle.style-about.style-bg .item-content{padding-top:4.25rem;padding-bottom:2rem}}@media (prefers-reduced-motion:reduce){.wow,[data-splitting]{transition-duration:.2s!important}.animate-fade-in,.animate-scale-in{animation-duration:.2s!important}}:root{--radius:0;--bs-border-radius:0;--bs-border-radius-sm:0;--bs-border-radius-lg:0;--bs-border-radius-xl:0;--bs-border-radius-2xl:0;--bs-border-radius-pill:0;--background:hsl(0deg 0% 100%);--foreground:hsl(224deg 71.4% 4.1%);--card:hsl(0deg 0% 100%);--card-foreground:hsl(224deg 71.4% 4.1%);--popover:hsl(0deg 0% 100%);--popover-foreground:hsl(224deg 71.4% 4.1%);--primary:hsl(221deg 100% 63%);--primary-foreground:hsl(0deg 0% 100%);--secondary:hsl(220deg 14.3% 95.9%);--secondary-foreground:hsl(220.9deg 39.3% 11%);--muted:hsl(220deg 14.3% 95.9%);--muted-foreground:hsl(220deg 8.9% 46.1%);--accent:hsl(220deg 14.3% 95.9%);--accent-foreground:hsl(220.9deg 39.3% 11%);--destructive:hsl(0deg 84.2% 60.2%);--destructive-foreground:hsl(0deg 0% 100%);--border:hsl(220deg 13% 91%);--input:hsl(220deg 13% 91%);--ring:hsl(221deg 100% 63%);--chart-1:hsl(221deg 100% 63%);--chart-2:hsl(173deg 58% 39%);--chart-3:hsl(197deg 37% 24%);--chart-4:hsl(43deg 74% 66%);--chart-5:hsl(27deg 87% 67%);--sidebar:hsl(0deg 0% 98%);--sidebar-foreground:hsl(224deg 71.4% 4.1%);--sidebar-primary:hsl(221deg 100% 63%);--sidebar-primary-foreground:hsl(0deg 0% 100%);--sidebar-accent:hsl(220deg 14.3% 95.9%);--sidebar-accent-foreground:hsl(220.9deg 39.3% 11%);--sidebar-border:hsl(220deg 13% 91%);--sidebar-ring:hsl(221deg 100% 63%);--gradient-primary:linear-gradient(135deg,hsl(221deg 100% 63%),hsl(221deg 90% 54%));--gradient-secondary:linear-gradient(135deg,hsl(220deg 14.3% 95.9%),hsl(220deg 13% 91%));--gradient-accent:linear-gradient(135deg,hsl(43deg 74% 66%),hsl(27deg 87% 67%));--gradient-hero:linear-gradient(135deg,hsl(221deg 100% 63%),hsl(173deg 58% 39%));--bs-body-font-family:var(--font-inter-tight),"Inter Tight","Inter",sans-serif;--bs-heading-font-family:var(--font-inter-tight),"Inter Tight","Inter",sans-serif;--bs-heading-weight:600;--bs-body-font-weight:400;--bs-body-color:#233139;--bs-heading-color:#19212F;--color-hover:#4180FF}.dark{--background:hsl(224deg 71.4% 4.1%);--foreground:hsl(0deg 0% 95%);--card:hsl(224deg 71.4% 4.1%);--card-foreground:hsl(0deg 0% 95%);--popover:hsl(224deg 71.4% 4.1%);--popover-foreground:hsl(0deg 0% 95%);--primary:hsl(252deg 85% 57%);--primary-foreground:hsl(222.2deg 84% 4.9%);--secondary:hsl(215deg 27.9% 16.9%);--secondary-foreground:hsl(0deg 0% 95%);--muted:hsl(215deg 27.9% 16.9%);--muted-foreground:hsl(217.9deg 10.6% 64.9%);--accent:hsl(215deg 27.9% 16.9%);--accent-foreground:hsl(0deg 0% 95%);--destructive:hsl(0deg 62.8% 30.6%);--destructive-foreground:hsl(0deg 0% 95%);--border:hsl(215deg 27.9% 16.9%);--input:hsl(215deg 27.9% 16.9%);--ring:hsl(252deg 85% 57%);--chart-1:hsl(252deg 85% 57%);--chart-2:hsl(173deg 58% 39%);--chart-3:hsl(197deg 37% 24%);--chart-4:hsl(43deg 74% 66%);--chart-5:hsl(27deg 87% 67%);--sidebar:hsl(224deg 71.4% 4.1%);--sidebar-foreground:hsl(0deg 0% 95%);--sidebar-primary:hsl(252deg 85% 57%);--sidebar-primary-foreground:hsl(222.2deg 84% 4.9%);--sidebar-accent:hsl(215deg 27.9% 16.9%);--sidebar-accent-foreground:hsl(0deg 0% 95%);--sidebar-border:hsl(215deg 27.9% 16.9%);--sidebar-ring:hsl(252deg 85% 57%);--gradient-primary:linear-gradient(135deg,hsl(252deg 85% 57%),hsl(252deg 85% 47%));--gradient-secondary:linear-gradient(135deg,hsl(215deg 27.9% 16.9%),hsl(215deg 27.9% 12%));--gradient-accent:linear-gradient(135deg,hsl(43deg 74% 66%),hsl(27deg 87% 67%));--gradient-hero:linear-gradient(135deg,hsl(252deg 85% 57%),hsl(173deg 58% 39%))}:root{--admin-sidebar-bg:var(--card);--admin-sidebar-hover:var(--accent);--admin-sidebar-active:var(--primary)}body:not(.admin-container,.admin-container *){font-family:Inter Tight,Inter,system-ui,sans-serif;font-variation-settings:"wdth" 100,"wght" var(--bs-body-font-weight),"slnt" 0;line-height:1.62;color:var(--bs-body-color);font-size:1rem;letter-spacing:.01em;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width:1750px){body:not(.admin-container,.admin-container *){font-size:1.0625rem}}.titlebox__title.effect-text-1{will-change:auto!important;backface-visibility:hidden;transform:translateZ(0)}.titlebox__title.effect-text-1[data-splitting] .char,.titlebox__title.effect-text-1[data-splitting] .word,.titlebox__title[data-splitting=lines] .line{backface-visibility:hidden;will-change:transform,opacity}.titlebox__title.effect-text-1.wow.done[data-splitting] .char,.titlebox__title.effect-text-1.wow.done[data-splitting] .word,.titlebox__title.wow.done[data-splitting=lines] .line{will-change:auto}h1,h2,h3,h4,h5,h6{font-family:Inter Tight,Inter,system-ui,sans-serif;font-variation-settings:"wdth" 100,"wght" var(--bs-heading-weight),"slnt" 0;line-height:1.2;color:var(--bs-heading-color);letter-spacing:0;margin-bottom:.3em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.admin-container) h1,body:not(.admin-container) h2,body:not(.admin-container) h3,body:not(.admin-container) h4,body:not(.admin-container) h5,body:not(.admin-container) h6{font-family:Inter Tight,Inter,system-ui,sans-serif;font-variation-settings:"wdth" 100,"wght" var(--bs-heading-weight),"slnt" 0;line-height:1.2;color:var(--bs-heading-color);letter-spacing:0;margin-bottom:.3em}h1+p,h2+p,h3+p,h4+p,h5+p,h6+p{margin-top:.1em}.form-item{position:relative}.form-item .input-label{position:absolute;top:.75rem;left:1rem;color:rgb(35 49 57/60%);font-size:.875rem;transition:all .3s ease;pointer-events:none}.form-item .input-label.focused{top:-.5rem;left:.75rem;font-size:.75rem;color:hsl(var(--accent));background:hsl(var(--background));padding:0 .5rem}.header{position:relative;z-index:100}.app-root .header.header--transparent .header__fixHeight,.app-root .header__fixHeight{height:3.75rem!important}.app-root .sec-hero.effects-off .wow,.app-root .sec-hero.effects-off [data-splitting],.app-root header.header-top+.page-content .sec-hero .wow,.app-root header.header-top+.page-content .sec-hero [data-splitting]{opacity:1!important;transform:none!important;transition:none!important}.header__fixHeight{height:4.75rem;transition:none}.header__wrap{z-index:100;border-bottom:1px solid rgb(25 33 47/11%);will-change:transform;transform:translateZ(0);backface-visibility:hidden;transition:transform .22s ease-out}.no-transition .header__wrap,header.no-transition .header__wrap{transition:none!important}.header .logo-light{opacity:.0001}.header .logo-dark{opacity:.9999}.header.header--transparent.header-top .logo-light{opacity:1}.header.header--transparent.header-top .logo-dark{opacity:0}@media (min-width:768px){.header__wrap{padding:0 2rem}}.header__logo{max-width:none!important}.header__logo img{max-height:none}@media (min-width:768px){.header__logo{max-width:none!important;margin-right:2.25rem}}.header__logo a{display:block}.header__menu .menu-list{list-style:none;margin:0;padding:0;display:flex;align-items:center}.header__menu .menu-list li{display:inline-block;vertical-align:middle;margin-right:1.25rem}.header__menu .menu-list li>a{display:flex;align-items:center;font-size:.875rem;font-weight:var(--bs-heading-weight,493);font-variation-settings:"wght" var(--bs-heading-weight,493),"slnt" 0;color:rgb(25 33 47/80%);height:4.6875rem;text-decoration:none;transition:color .3s ease}.header__menu .menu-list li>a.is-active,.header__menu .menu-list li>a:hover{color:var(--color-hover)}.header__contact{font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0!important;font-style:normal!important;letter-spacing:.01em!important}@media (max-width:1259.98px){.header__contact,a.header__contact,header .header__contact{display:none!important}}.header__contact:hover{background-color:var(--color-hover);color:rgb(255 255 255/93%)}.header.header--transparent.header-top .header__contact:hover{color:var(--bs-heading-color)}.header.header-pin .header__contact{background-color:var(--bs-heading-color);color:rgb(255 255 255/93%)}.header.header-pin .header__contact:hover{background-color:var(--color-hover);color:rgb(255 255 255/93%)}@media (min-width:1750px){.header__contact{height:2.9375rem!important;font-size:1rem!important;padding:0 1.625rem!important;line-height:1!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}}@media (max-width:1259.98px){.header__contact{display:none}}.header__lang,.header__right{position:relative;overflow:visible!important}.select-lang{position:relative}.select-lang__label{display:flex;align-items:center;color:rgb(25 33 47/70%);font-family:Inter Tight,sans-serif;font-size:.875rem;font-weight:493;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1;letter-spacing:.01em;cursor:pointer;padding:.3125rem 0}.select-lang__label:after{font-family:iconeNeo;transition:transform .2s ease}.select-lang__list{opacity:1;visibility:visible;z-index:9999!important;transition:opacity .2s ease,visibility .2s ease}.select-lang__list .language-switcher-language-url .links{list-style:none;padding:0;margin:0}.select-lang__list .language-switcher-language-url .links li{border-bottom:none}.select-lang__list .language-switcher-language-url .links li a{display:block;font-size:.8125rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;color:rgb(255 255 255/60%)!important;line-height:1;padding:.5625rem 0;text-decoration:none}.select-lang__list .language-switcher-language-url .links li a:hover,.select-lang__list .language-switcher-language-url .links li.is-active a{color:#fff!important}.select-lang__list .language-switcher-language-url .links li.is-active a{pointer-events:none;color:#fff!important}@media (min-width:1260px){.header__lang .select-lang{display:flex;flex-direction:column;justify-content:center;height:4.6875rem}.header__lang .select-lang__list{margin-left:-1.25rem}.select-lang__list{width:8.75rem}.select-lang__list .language-switcher-language-url .links li a{font-size:.875rem}}@media (min-width:1750px){.select-lang__label{font-size:.9375rem}.select-lang__list{width:10.625rem;padding:.625rem 1.25rem}.select-lang__list .language-switcher-language-url .links li a{font-size:.9375rem;padding:.75rem 0}}.header__humberger{display:none;flex-direction:column;justify-content:center;align-items:flex-end;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:4.6875rem;padding-left:1.25rem}.header__humberger span{height:1px!important;width:1.4375rem!important;background-color:#39464D;transition:all .3s ease;pointer-events:none;border-radius:0!important}.header.header--transparent .header__fixHeight{height:4.75rem!important}.header.header--transparent.header-top .header__wrap{background-color:transparent;border-color:rgb(255 255 255/17%);transform:translateZ(0);will-change:background-color,border-color}.header.header--transparent.header-top .header__humberger span{background-color:#fff}.header.header--transparent.header-top .header__menu .menu-list li>a{color:rgb(255 255 255/70%)}.header.header--transparent.header-top .header__menu .menu-list li>a.is-active,.header.header--transparent.header-top .header__menu .menu-list li>a:hover{color:#fff}.header.header--transparent.header-top .header__lang .select-lang__label{color:rgb(255 255 255/70%)}.header.header--transparent.header-top .select-lang__list{background-color:var(--bs-heading-color)}.header.header--transparent.header-top .select-lang__list .language-switcher-language-url .links li a{color:rgb(255 255 255/60%)!important}.header.header--transparent.header-top .select-lang__list .language-switcher-language-url .links li a:hover,.header.header--transparent.header-top .select-lang__list .language-switcher-language-url .links li.is-active a{color:#fff!important}.header.header--transparent.header-top .select-lang__list .language-switcher-language-url .links li.is-active a{pointer-events:none;color:#fff!important}.header.header--transparent.header-top .header__contact{color:rgb(255 255 255/90%)}.header.header--transparent.header-top .header__contact:hover{background-color:#fff;color:hsl(var(--foreground))}@media (max-width:1259.98px){.header__contact,.header__lang,.header__menu{display:none!important}.header__humberger{display:flex}.header__inner{height:4.75rem}}@media (max-width:991.98px){.header__inner{height:3.75rem}.header__humberger{height:3.75rem;padding-left:.75rem}}@media (width <=768px){.header__humberger span{width:1.375rem}}.body-fix-scroll{position:relative}body.body-fix-scroll #root{height:100%;overflow:hidden}body.scroll-unlocked{overflow:auto!important;height:auto!important;position:static!important}body.scroll-unlocked #root{overflow:visible!important;height:auto!important}.sec-goiGP{padding-top:2.5rem;padding-bottom:3.75rem}.sec-goiGP .titlebox__title{margin-bottom:1.0625rem}@media (min-width:768px){.sec-goiGP{padding-top:3.75rem;padding-bottom:5rem}.sec-goiGP .titlebox__title{margin-bottom:1.25rem;max-width:190px}}@media (min-width:992px){.sec-goiGP{padding-bottom:6.25rem}}@media (min-width:1750px){.sec-goiGP{padding-bottom:10rem}}.sec-goiGP .item-list .item{background:linear-gradient(181deg,#FFF -37.57%,#DCE3E7 111.68%,#8CA3B3 224.28%)!important;margin-bottom:1.125rem!important;border-radius:0;border:none;position:relative!important;min-height:280px!important;overflow:hidden!important}.sec-goiGP .item-list .item__inner{padding:1.875rem 1.5625rem!important}.sec-goiGP .item-list .item__title{font-size:1.0625rem!important;color:var(--bs-heading-color)!important;margin-bottom:1rem!important}.sec-goiGP .item-list .item__text{color:#747B7F!important;line-height:1.26!important;margin-bottom:1.25rem!important}.sec-goiGP .item-list .item__img{position:absolute!important;top:1.5rem!important;right:1.5rem!important;width:320px!important;height:auto!important;z-index:10!important}.sec-goiGP .item-list .item__img img{width:100%!important;max-width:320px!important;height:auto!important;opacity:.9!important}@media (min-width:768px){.sec-goiGP .item-list .item{min-height:320px!important}.sec-goiGP .item-list .item__img{width:360px!important;top:2rem!important;right:2rem!important}.sec-goiGP .item-list .item__img img{max-width:360px!important}}@media (min-width:992px){.sec-goiGP .item-list .item{min-height:380px!important}.sec-goiGP .item-list .item__inner{padding:2.5rem 1.875rem!important}.sec-goiGP .item-list .item__title{font-size:1.1875rem!important}.sec-goiGP .item-list .item__img{width:440px!important;top:2.5rem!important;right:2.5rem!important}.sec-goiGP .item-list .item__img img{max-width:440px!important}}@media (min-width:1360px){.sec-goiGP .item-list .item{min-height:420px!important}.sec-goiGP .item-list .item__inner{padding:3.125rem 2.8125rem!important}.sec-goiGP .item-list .item__title{font-size:1.4375rem!important}.sec-goiGP .item-list .item__img{width:500px!important;top:3rem!important;right:3rem!important}.sec-goiGP .item-list .item__img img{max-width:500px!important}}@media (max-width:767.98px){.sec-goiGP .item-list .item__img{position:relative!important;margin-left:-1.5625rem!important;margin-right:-1.5625rem!important;margin-top:2rem!important;text-align:center!important;width:auto!important;top:auto!important;right:auto!important}.sec-goiGP .item-list .item__img img{max-width:560px!important}}.sec-aboutFullImg2{padding:0;overflow:hidden}.sec-aboutTamNhin .item-img{overflow:hidden}.sec-ctaContact{padding:0}.sec-ctaContact .item-inner{display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.sec-ctaContact .reveal-up{opacity:0;transform:translate3d(0,20px,0);transition:opacity .5s ease,transform .5s ease;will-change:opacity,transform}.sec-ctaContact .reveal-up.reveal-visible{opacity:1;transform:translateZ(0)}.sec-ctaContact .item-inner:before{content:"";display:block;padding-top:117%}@media (min-width:768px){.sec-ctaContact .item-inner:before{padding-top:50%}}@media (min-width:992px){.sec-ctaContact .item-inner:before{padding-top:45%}}@media (min-width:1260px){.sec-ctaContact .item-inner:before{padding-top:37%}}.sec-ctaContact .item-inner:after{content:"";position:absolute;z-index:2;top:0;left:0;bottom:0;width:100%;background:linear-gradient(90deg,#091940,rgb(9 25 64/0));opacity:.6}@media (min-width:768px){.sec-ctaContact .item-inner:after{width:80%;opacity:.4}}.sec-ctaContact .item-content{position:absolute;left:0;right:0;z-index:4}.sec-ctaContact .item-content .titlebox__title{color:#fff;margin-bottom:.9375rem}@media (min-width:992px){.sec-ctaContact .item-content .titlebox__title{margin-bottom:1.5625rem}}.sec-ctaContact .item-content .titlebox__btn .btn-link{color:#fff}.sec-ctaContact .item-sharp{position:absolute;top:50%;right:0;z-index:3;width:100%;pointer-events:none;will-change:transform;backface-visibility:hidden;transform-style:preserve-3d;transform:translate3d(60%,-50%,0)}@media (min-width:768px){.sec-ctaContact .item-sharp{width:56%;transform:translate3d(50%,-50%,0)}}.sec-ctaContact .item-sharp span{display:block;backface-visibility:hidden}.sec-ctaContact .item-sharp span img{width:100%;backface-visibility:hidden;transform:translateZ(0)}.sec-ctaContact .item-sharp .s-2,.sec-ctaContact .item-sharp .s-3{position:absolute;inset:0;backface-visibility:hidden}.header__menu .menu-list li>a{font-size:1rem!important}p{font-size:inherit;line-height:1.6}.animated-headline{display:block;position:relative;overflow:hidden}.animated-headline__word{display:inline-block;transform:translate3d(0,120%,0);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .5s ease-out;will-change:transform,opacity}.animated-headline.is-visible .animated-headline__word{transform:translateZ(0);opacity:1}.animated-headline.is-visible .animated-headline__word.word,.animated-headline.wow.animated{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.breadcrumb li{font-size:1rem}@media (min-width:1260px){.style-about .item-title{max-width:80%}}@media (min-width:1650px){.style-about .item-title{max-width:70%}}.breadcrumb li a{font-size:1rem}.btn-link{font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;font-size:.9375rem;line-height:1.4;letter-spacing:.01em;color:var(--color-hover)}.btn-link,.btn-outline{font-family:Inter Tight,sans-serif;text-decoration:none}.btn-outline{display:inline-flex;align-items:center;justify-content:center;height:3.1875rem;font-size:.875rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1.18;color:rgb(25 33 47/78%);border:1px solid rgb(25 33 47/10%);padding:0 1.0625rem;transition:all .3s ease;background-color:transparent;cursor:pointer;border-radius:0}.btn-outline:hover{background-color:var(--bs-heading-color);color:#fff}@media (min-width:768px) and (width <=991.98px){.btn-outline{height:2.8125rem}}@media (min-width:1260px){.btn-outline{padding:0 1.25rem}}@media (min-width:1750px){.btn-outline{height:3.4375rem;font-size:1rem;padding:0 1.5rem}}.form-button .btn{width:100%;display:flex;align-items:center;justify-content:center;height:3.75rem;font-size:1rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1;letter-spacing:0;color:#FFF;background-color:var(--color-hover);border:none;border-radius:0;padding:0 1.25rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.form-button .btn:hover{background-color:#5348f1}@media (min-width:1750px){.form-button .btn{height:4.5rem;font-size:1.25rem}}@media (max-width:1199.98px){.header__contact{display:none!important}}.header__contact{display:inline-flex!important;align-items:center!important;justify-content:center!important;vertical-align:middle!important;text-align:center!important;line-height:1!important;font-family:Inter Tight,sans-serif!important;font-size:.875rem!important;font-weight:493!important;height:2.75rem!important;padding:0 1.25rem!important;box-sizing:border-box!important;white-space:nowrap!important;color:rgb(255 255 255/93%)!important;background-color:var(--bs-heading-color)!important;text-decoration:none!important;transition:all .3s ease!important;border-radius:0!important;border:none!important;cursor:pointer!important}@media (max-width:1259.98px){.header__contact,.header__contact.d-none.d-xl-block,a.header__contact,header .header__contact,header .header__right .header__contact{display:none!important}}.header.header--transparent.header-top .header__contact,.header.header--transparent.header-top Link.header__contact,.header.header--transparent.header-top a.header__contact{background-color:#4180FF!important;color:rgb(255 255 255/90%)!important}.header.header-pin .header__contact,.header.header-pin a.header__contact{background-color:var(--bs-heading-color)!important;color:rgb(255 255 255/93%)!important}.header__contact:hover,Link.header__contact:hover,a.header__contact:hover,header .header__contact:hover{background-color:var(--color-hover)!important;color:rgb(255 255 255/93%)!important}.header.header--transparent.header-top .header__contact:hover,.header.header--transparent.header-top Link.header__contact:hover,.header.header--transparent.header-top a.header__contact:hover{background-color:#fff!important;color:var(--bs-heading-color)!important}.header.header-pin .header__contact:hover,.header.header-pin a.header__contact:hover{background-color:var(--color-hover)!important;color:rgb(255 255 255/93%)!important}.body-fix-scroll{overflow:hidden!important;height:100%!important}.btn-primary{display:inline-flex;align-items:center;justify-content:center;height:3.1875rem;font-family:Inter Tight,sans-serif;font-size:.875rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;line-height:1.18;color:#FFF;background-color:var(--color-hover);border:none;border-radius:0;padding:0 1.25rem;text-decoration:none;transition:all .3s ease;cursor:pointer;letter-spacing:.01em}.btn-primary:hover{background-color:#5348f1;color:#FFF}.btn-link span{display:inline-block;vertical-align:middle;font-size:.9em;margin-left:.125rem}.btn-link .arrow-icon,.btn-link span{transition:all .3s ease}@media (min-width:992px){.btn-link{font-size:1rem}}@media (min-width:1750px){.btn-link{font-size:1.0625rem}}.btn-link:hover .arrow-icon,.btn-link:hover span{transform:translate(20%,-20%)}.container{padding:0 1.5rem;margin-left:auto;margin-right:auto;width:100%;max-width:none}@media (max-width:767.98px){.container{padding:0 1.4375rem}}@media (min-width:768px){.container{max-width:90%}}@media (min-width:1260px){.container{max-width:85%}}@media (min-width:1750px){.container{max-width:80%}}.row{display:flex;flex-wrap:wrap;margin-left:-.3125rem;margin-right:-.3125rem;width:100%}.row [class*=col-]{padding-left:.3125rem;padding-right:.3125rem}@media (min-width:1260px){.row{margin-left:-.5625rem;margin-right:-.5625rem}.row [class*=col-]{padding-left:.5625rem;padding-right:.5625rem}}@media (min-width:1750px){.row{margin-left:-.75rem;margin-right:-.75rem}.row [class*=col-]{padding-left:.75rem;padding-right:.75rem}}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}@media (max-width:991.98px){.col-lg-3,.col-lg-4{width:100%}}.d-flex{display:flex!important}.align-items-center{align-items:center!important}.justify-content-between{justify-content:space-between!important}video{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translateZ(0);will-change:auto}.item-bg,video{width:100%;height:100%}.item-bg{position:absolute;top:0;left:0;z-index:-1;overflow:hidden}.item-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translateZ(0)}.item-video{position:relative;width:100%;overflow:hidden}.item-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:translateZ(0)}@media (prefers-reduced-motion:reduce){.item-bg video,.item-video video,.sec-hero video{animation:none!important;transition:none!important}.item-video video.force-motion{display:block}.effect-text-2{animation:none!important;transition:none!important}.effect-text-2,[background-parallax]{transform:none!important}.animated,.wow{animation-duration:.3s!important;animation-fill-mode:forwards!important}}@media (width <=768px){.item-bg video{width:110%;height:110%;left:-5%;top:-5%;-o-object-fit:cover;object-fit:cover;transform:translateZ(0) scale(1)}.sec-hero .item-bg video{width:115%;height:115%;left:-7.5%;top:-7.5%}.animated,.wow{animation-duration:.4s!important;animation-timing-function:ease-out!important}[background-parallax]{transform:none!important}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:not(:first-child){position:absolute!important;top:0!important;left:0!important;right:0!important}.sec-homeChienluc .item-bg{will-change:auto!important}.sec-homeChienluc .item-bg video{transform:none!important;will-change:auto!important;backface-visibility:hidden}.header.header--transparent .header__fixHeight{height:4.75rem!important}.header.header--transparent.header-top .header__wrap{background-color:transparent;border-color:rgb(255 255 255/17%);will-change:auto;transform:none}.header.header--transparent.header-top .header__logo svg path{fill:#fff}.header.header--transparent.header-top .header__humberger span{background-color:#fff}.header.header--transparent.header-top .header__menu .menu-list li>a{color:rgb(255 255 255/70%)}.header.header--transparent.header-top .header__menu .menu-list li>a.is-active,.header.header--transparent.header-top .header__menu .menu-list li>a:hover{color:#fff}.header.header--transparent.header-top .header__lang .select-lang__label{color:rgb(255 255 255/70%)}.header.header--transparent.header-top .header__contact{background-color:#4180FF;color:rgb(255 255 255/90%)}.header.header--transparent.header-top .header__contact:hover{background-color:#fff;color:var(--bs-heading-color)}.megamenu{transition:none!important;clip-path:none!important}@media (hover:none) and (pointer:coarse){.btn-link span,.hover-scale,.story-link:after{transform:none!important;transition:none!important}}}@media (min-width:1360px){.sec-hero .item-bg video{width:105%;left:-2.5%;top:0}}header.header-top+.page-content .sec-hero .wow,header.header-top+.page-content .sec-hero [data-splitting]{opacity:1!important;transform:none!important;transition:none!important}header.header-top+.page-content .sec-hero .item-bg img,header.header-top+.page-content .sec-hero .item-bg video{filter:none!important;transform:none!important;opacity:1!important;transition:opacity .2s ease!important}.sec-hero.effects-off .wow,.sec-hero.effects-off [data-splitting]{opacity:1!important;transform:none!important;transition:none!important}.sec-hero.effects-off .item-bg img,.sec-hero.effects-off .item-bg video{filter:none!important;transform:none!important;opacity:1!important}.sec-hero .item-bg video,.sec-hero video{display:block!important;visibility:visible!important;opacity:1!important;transform:translateZ(0);backface-visibility:hidden}.sec-hero video::-webkit-media-controls,.sec-hero video::-webkit-media-controls-enclosure,.sec-hero video::-webkit-media-controls-panel,.sec-hero video::-webkit-media-controls-start-playback-button,.sec-homeAbout video::-webkit-media-controls,.sec-homeAbout video::-webkit-media-controls-enclosure,.sec-homeAbout video::-webkit-media-controls-panel,.sec-homeAbout video::-webkit-media-controls-start-playback-button,video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important;opacity:0!important;pointer-events:none!important}.sec-nguonLuc{position:relative;padding-top:3.125rem;padding-bottom:3.125rem;background-color:#000;overflow:hidden}.sec-nguonLuc .item-bg{position:absolute;z-index:-1;left:0;bottom:0;right:0}.sec-nguonLuc .item-bg img{width:100%}.sec-nguonLuc .titlebox__title{color:#FFF!important;margin-bottom:3.125rem}.sec-nguonLuc .accordion__panel{border-bottom:1px solid rgb(255 255 255/20%)}.sec-nguonLuc .accordion__panel:last-child{border-bottom:0}.sec-nguonLuc .accordion__title{font-size:1.125rem;color:#fff!important;line-height:1.22;letter-spacing:0;padding:1.375rem 0!important;transition:all .3s ease;position:relative;display:block;width:100%;text-align:left;background:none;border:none}.sec-nguonLuc .accordion__title *{position:relative}.sec-nguonLuc .accordion__title i,.sec-nguonLuc .accordion__title:before{display:none!important;content:none!important}.sec-nguonLuc .accordion__title span{position:absolute;top:0;left:-.625rem;font-size:.8125rem;font-weight:600;letter-spacing:0;color:rgb(255 255 255/60%);transform:translateX(-100%)}.sec-nguonLuc .accordion__title:after{content:"\e900"!important;font-family:iconeNeo!important;font-size:1.125rem!important;color:rgb(255 255 255/70%)!important;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .3s ease;line-height:1;z-index:10}.sec-nguonLuc .accordion__panel.active .accordion__title:after{content:"\e903"!important}.sec-nguonLuc .accordion__content{padding-right:0!important;margin-top:-.625rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.sec-nguonLuc .accordion__content.show{max-height:500px}.sec-nguonLuc .accordion__body{line-height:1.5;color:rgb(255 255 255/80%);padding-bottom:1.25rem}.sec-nguonLuc .accordion__body ul{margin-left:-1rem;padding-left:1rem}.sec-nguonLuc .accordion__body ul li{margin-bottom:1em;list-style:disc}@media (min-width:768px){.sec-nguonLuc{padding-top:4.375rem}.sec-nguonLuc .titlebox__title{margin-bottom:10vh}.sec-nguonLuc .accordion__title{font-size:1.375rem}.sec-nguonLuc .accordion__title span{top:1.375rem}.sec-nguonLuc .accordion__body{max-width:85%}}@media (min-width:992px){.sec-nguonLuc{padding-bottom:4.375rem}.sec-nguonLuc .accordion__title{font-size:2rem}.sec-nguonLuc .accordion__body{max-width:75%}}@media (min-width:1260px){.sec-nguonLuc .titlebox__title{margin-bottom:20vh}}@media (min-width:1360px){.sec-nguonLuc .titlebox__title{margin-bottom:30vh}}@media (min-width:1750px){.sec-nguonLuc{padding-top:5.9375rem;padding-bottom:6.25rem}.sec-nguonLuc .titlebox__title{font-size:1.625rem}.sec-nguonLuc .accordion__title{font-size:2.5rem;padding:2.8125rem 0!important}.sec-nguonLuc .accordion__title span{font-size:1rem;top:2.8125rem}.sec-nguonLuc .accordion__title:after{top:3.3125rem}.sec-nguonLuc .accordion__content{margin-top:-1.25rem}.sec-nguonLuc .accordion__body{max-width:57%}}@media (max-width:767.98px){.sec-nguonLuc .accordion__title{padding-left:1.5625rem!important}.sec-nguonLuc .accordion__title span{top:1.25rem;left:0;transform:translateX(0)}}.sec-homeAccordion.style-2 .accordion__panel{border-bottom:1px solid rgb(0 0 0/10%)}.sec-homeAccordion.style-2 .accordion__panel:last-child{border-bottom:0}.sec-homeAccordion.style-2 .accordion__title{cursor:pointer;position:relative;padding:1.5rem 0}.sec-homeAccordion.style-2 .accordion__content{max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(-10px);margin-top:0}.sec-homeAccordion.style-2 .accordion__content.show{opacity:1;transform:translateY(0);margin-top:1rem}.sec-homeAccordion.style-2 .accordion__panel{position:relative}.sec-homeAccordion.style-2 .accordion__body{padding-bottom:2rem}.accordion__panel{border-bottom:1px solid rgb(27 27 27/12%)}.accordion__panel:first-child{border-top:1px solid rgb(27 27 27/12%)}.sec-homeAccordion .accordion__title{font-size:1.0625rem;color:rgb(27 27 27/85%);line-height:1.45;margin:0}.sec-homeAccordion .accordion__title .f-sub{color:rgb(57 70 77/85%);font-weight:500}.footer__sub,h2.footer__sub,h3.footer__sub{font-size:1rem!important;font-weight:600!important;font-variation-settings:"wght" 600!important;color:#19212F!important;margin-top:0!important;margin-bottom:1rem!important;text-transform:uppercase!important;letter-spacing:.025em!important;text-align:left!important;line-height:1.2!important}.footer .footer__sub{color:#19212F!important;font-size:.8rem!important;font-weight:680!important;font-variation-settings:"wght" 680!important;letter-spacing:.07em!important;margin-bottom:.75rem!important}.footer .footer__info .f-item p,.footer .footer__info .f-item p a{color:rgba(25,33,47,.8)!important}.footer .footer__info .f-item p a:hover{color:#19212F!important}.sec-homeGoiSp .product__title{font-size:1.0625rem!important;font-weight:400!important;color:#fff!important;line-height:1.1!important;margin:0 0 .75rem}@media (min-width:1750px){.sec-homeGoiSp .product__title{font-size:1.25rem!important}}.sec-productPage{padding-bottom:3.125rem}@media (min-width:768px){.sec-productPage{padding-bottom:4.375rem}}@media (min-width:992px){.sec-productPage{padding-bottom:5.625rem}}@media (min-width:1260px){.sec-productPage{padding-bottom:6.875rem}}@media (min-width:1750px){.sec-productPage{padding-bottom:10rem}}.sec-productPage .product-list{border-top:1px solid var(--color-border);padding-top:1.5rem}.sec-productPage .product-list .product{margin-bottom:.875rem}@media (min-width:768px){.sec-productPage .product-list{padding-top:2rem}.sec-productPage .product-list .product{margin-bottom:.625rem}}@media (min-width:1260px){.sec-productPage .product-list .product{margin-bottom:1.125rem}}@media (min-width:1750px){.sec-productPage .product-list .product{margin-bottom:1.5rem}}.sec-productPage .product__title{font-size:1.0625rem!important;font-weight:400!important;color:#fff!important;line-height:1.1!important;margin:0 0 .75rem}@media (min-width:1750px){.sec-productPage .product__title{font-size:1.25rem!important}}.sec-homeGoiSp .product__textWrap{position:relative}.sec-homeGoiSp .product__textWrap .text-cut{display:block;color:rgba(255,255,255,.65)!important;font-size:.875rem;line-height:1.28;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0}@media (min-width:1750px){.sec-homeGoiSp .product__textWrap .text-cut{font-size:1rem}}.sec-homeGoiSp .product__textWrap .text-full{color:rgba(255,255,255,.65)}.footer__info .f-item p{color:rgb(57 70 77/80%)!important;font-size:.9375rem;line-height:1.6;margin:0}.footer__info .f-item p a{color:inherit;text-decoration:none;transition:color .3s ease}.footer__info .f-item p a:hover{color:#4180FF}.sec-homeAccordion .accordion__title .f-title{font-weight:600}.sec-homeAccordion .accordion__title .f-label span{color:rgb(46 46 46/58%);background:rgb(46 46 46/4%);margin-left:.375rem;border-radius:3px}@media (min-width:768px){.sec-homeAccordion .accordion__title .f-title{font-size:1.3125rem}.sec-homeAccordion .accordion__title .f-label span{font-size:.6875rem}.sec-homeAccordion .accordion__content{margin-top:-.625rem}}@media (min-width:1260px){.sec-homeAccordion .accordion__title .f-title{font-size:1.5625rem}.sec-homeAccordion .accordion__title .f-label span{font-size:.8125rem;height:1.75rem}.sec-homeAccordion .accordion__content{margin-top:-.9375rem}}.sec-homeAccordion .accordion__body .f-info .t-1{font-size:1rem;line-height:1.6;color:#444;margin-bottom:1rem}.sec-homeAccordion .accordion__body .f-info .t-2{font-size:1rem;color:#666;margin-bottom:1.5rem}@media (min-width:1750px){.sec-homeAccordion .accordion__body .f-info .t-1,.sec-homeAccordion .accordion__body .f-info .t-2{font-size:1.0625rem}}.sec-homeAccordion.style-2 .f-imgWrap{margin-top:1.5rem}.sec-homeAccordion.style-2 .f-img{margin-bottom:1rem}.sec-homeAccordion.style-2 .f-img img{width:100%}.sec-homeAccordion .accordion__panel{border-bottom:1px solid rgba(0,0,0,.1)}.sec-homeAccordion .accordion__panel:last-child{border-bottom:0}.sec-homeAccordion .accordion__title{padding:1.5rem 0}.sec-homeAccordion .accordion__panel{position:relative}@media (min-width:768px){.sec-homeAccordion .accordion__content{margin-top:-.625rem}}@media (min-width:1260px){.sec-homeAccordion .accordion__content{margin-top:-.9375rem}}.sec-homeAccordion .accordion__body{padding-bottom:2rem}.sec-homeAccordion .accordion__body .f-info .t-2 strong{color:rgb(25 33 47/93%)}.sec-homeAccordion .f-info .t-2{color:#333;font-size:.95rem}.sec-homeAccordion .f-imgWrap{margin-top:1.5rem}.sec-homeAccordion .f-img{margin-bottom:.9375rem}.sec-homeAccordion .f-img img{width:100%}@media (min-width:768px){.sec-homeAccordion .accordion__title{padding:2rem 0}.sec-homeAccordion .accordion__title:after{font-size:2rem}}@media (min-width:992px){.sec-homeAccordion .accordion__title{padding:2.5rem 0}}.story-link{position:relative;display:inline-block}.admin-container .story-link:after{content:var(--tw-content);background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.story-link:after{position:absolute;bottom:0;left:0;height:.125rem;width:100%;transform-origin:bottom right;--tw-scale-x:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:var(--primary);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;--tw-content:"";content:var(--tw-content);animation-duration:.3s}.story-link:hover:after{transform-origin:bottom left;content:var(--tw-content);--tw-scale-x:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover-scale{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.hover-scale:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.marquee-wrapper{width:100%}.marquee-content{animation:marquee 30s linear infinite;width:-moz-max-content;width:max-content}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sec-blogDetail .item-imgBig img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.article-content{line-height:1.8}.article-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 1rem}.article-content p{margin-bottom:1.5rem}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3}.sec-homeAbout .titlebox__text p{margin-bottom:1rem}.sec-homeAbout .btn-link{font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;font-size:.9375rem;line-height:1.4;letter-spacing:.01em;color:var(--color-hover);font-family:Inter Tight,sans-serif!important}.sec-homeAbout .btn-link span{display:inline-block;vertical-align:middle;transition:all .3s ease;font-size:.9em;margin-left:.125rem}@media (min-width:992px){.sec-homeAbout .btn-link{font-size:1rem}}@media (min-width:1750px){.sec-homeAbout .btn-link{font-size:1.0625rem}}.sec-homeAbout .btn-link:hover span{transform:translate(20%,-20%)}.btn-link:hover,.sec-homeAbout .titlebox__btn .btn-link:hover{transform:none!important}.sec-homeAbout{overflow:hidden;padding-top:3.4375rem}@media (min-width:768px){.sec-homeAbout{padding-top:4.375rem}}@media (min-width:992px){.sec-homeAbout{padding-top:5.625rem}}@media (min-width:1260px){.sec-homeAbout{padding-top:7.5rem}}@media (min-width:1750px){.sec-homeAbout{padding-top:8.75rem}}.sec-homeAbout .titlebox{position:relative;z-index:3}@media (max-width:767.98px){.sec-homeAbout .titlebox{max-width:80%}.sec-homeAbout .titlebox__text{font-size:.9375rem}}@media (min-width:1750px){.sec-homeAbout .titlebox__text{max-width:90%;font-size:1.0625rem;margin-left:auto}}.sec-homeAbout .item-video{position:relative;backface-visibility:hidden}.sec-homeAbout .item-video:after{content:"";display:block;padding-top:100%}.sec-homeAbout .item-video img,.sec-homeAbout .item-video video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.sec-homeAbout .item-video{max-width:80%;margin:0 auto}}@media (min-width:1260px){.sec-homeAbout .item-video{max-width:65%}.sec-homeAbout .fix-pc .titlebox{opacity:0;visibility:hidden}}@media (max-width:1259.98px){.sec-homeAbout .fix-pc{display:block}.sec-homeAbout .fix-pc .item-video{display:block!important}.sec-homeAbout .item-fixed{display:block;position:relative;z-index:10}.sec-homeAbout .item-fixed .item-video.wow.animated{animation-name:fadeInUp}}@media (min-width:1260px){.sec-homeAbout .titlebox{position:absolute;top:10%;left:0;right:0;z-index:3}.sec-homeAbout .item-fixed{display:block;position:fixed;left:0;bottom:0;right:0;z-index:2;backface-visibility:hidden}.sec-homeAbout .item-fixed.hideFixed{position:absolute}.sec-homeAbout .item-fixed .item-video{animation:none!important}.sec-homeAbout .item-fixed.wow{visibility:visible!important}}.footer{background-color:#f6f8fb;color:#19212F;padding:2.75rem 0 0}.footer__top{padding-bottom:1.75rem;border-bottom:1px solid rgba(25,33,47,.09);margin-bottom:0}.footer__top-columns{display:grid;grid-template-columns:repeat(5,1fr);gap:clamp(1.35rem,2.2vw,2.75rem)}.footer__top-columns--4cols{grid-template-columns:repeat(4,1fr)}.footer__top-columns--row2{margin-top:2.5rem}.footer__menu-column--stacked{margin-top:1.55rem}.footer__top-column{min-width:0}.footer__middle{padding-top:0;padding-bottom:0;border-bottom:1px solid rgba(0,0,0,.1);margin-bottom:0;margin-top:-1px;position:relative}.footer__middle-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;align-items:stretch;justify-items:flex-start}.footer__middle-column{min-width:0;padding:1.5rem 2rem;position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%}.footer__middle-column--location{max-width:none;width:100%;padding-left:0;align-items:flex-start;text-align:left}.footer__middle-column--newsletter{max-width:none;width:100%;margin-left:auto}.footer__middle-column:first-child{padding-left:0;padding-right:2rem}.footer__middle-column:nth-child(2){padding-left:1.5rem;padding-right:3rem}.footer__middle-column:last-child{padding-right:0;padding-left:1.5rem;max-width:none}.footer__middle-column:not(:last-child):after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;background-color:rgba(0,0,0,.1)}.footer__company{padding:1.65rem 0;border-top:1px solid rgba(25,33,47,.09);border-bottom:1px solid rgba(25,33,47,.09)}.footer__company-columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(2rem,4vw,4rem);align-items:flex-start}.footer__company-left{display:flex;flex-direction:column;gap:1rem}.footer__contact-info{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.footer__contact-link{display:inline-flex;align-items:center;min-height:44px;gap:.5rem;color:rgba(25,33,47,.8);text-decoration:none;font-size:.9375rem;transition:color .3s ease;width:-moz-fit-content;width:fit-content}.footer__contact-link:hover{color:#19212F}.footer__contact-link svg{flex-shrink:0}.footer__tagline{color:rgba(25,33,47,.7);font-size:.9375rem;line-height:1.6;margin:.5rem 0;max-width:400px}.footer__company-right{display:flex;flex-direction:column;gap:3rem;align-items:flex-start;justify-content:flex-start;padding-top:1rem;width:100%}.footer__social-section{text-align:left}.footer__newsletter-title,.footer__social-title{font-size:1rem;font-weight:600;letter-spacing:.1em;color:rgba(25,33,47,.7);margin-bottom:.75rem;text-transform:uppercase}.footer__newsletter-section{text-align:left;width:100%}.footer__newsletter-form--horizontal{display:flex;gap:0;width:100%}.footer__newsletter-form--horizontal .footer__newsletter-input{flex:1;border-radius:4px 0 0 4px;border-right:none}.footer__newsletter-btn{padding:.75rem 1.5rem;background-color:#0066FF;color:white;border:none;border-radius:0 4px 4px 0;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.footer__newsletter-btn:hover{background-color:#0052CC}.footer__newsletter-form--minimal{display:flex;align-items:center;gap:0;width:100%;border-bottom:1px solid rgba(25,33,47,.3);padding-bottom:0;transition:border-color .3s ease}.footer__newsletter-form--minimal:focus-within{border-bottom-color:rgba(25,33,47,.8)}.footer__newsletter-input--minimal{flex:1;background:transparent;border:none!important;outline:none;padding:0;font-size:1rem;color:rgba(25,33,47,.8);min-height:auto}.footer__newsletter-input--minimal::-moz-placeholder{color:rgba(25,33,47,.4)}.footer__newsletter-input--minimal::placeholder{color:rgba(25,33,47,.4)}.footer__newsletter-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;padding:.5rem;cursor:pointer;color:rgba(25,33,47,.6);transition:color .3s ease,transform .3s ease}.footer__newsletter-arrow:hover{color:#19212F;transform:translate(2px,-2px)}.footer__newsletter-arrow:disabled{cursor:wait;opacity:.55;transform:none}.footer__newsletter-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(25,33,47,.18);border-top-color:rgba(25,33,47,.72);border-radius:999px;animation:footer-newsletter-spin .7s linear infinite}@keyframes footer-newsletter-spin{to{transform:rotate(1turn)}}.footer__newsletter-helper{font-size:.875rem;color:rgba(25,33,47,.5);margin-top:.5rem;margin-bottom:0}.footer__newsletter-wrapper{position:relative}.footer__newsletter-input--error{border-bottom-color:#e53e3e!important}.footer__newsletter-error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.footer__newsletter-error svg{flex-shrink:0}.footer__locations{padding:2rem 0;border-bottom:1px solid rgba(25,33,47,.09)}.footer__locations-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer__location-item{display:flex;align-items:flex-start;gap:.75rem}.footer__location-flag{width:24px;height:18px;-o-object-fit:cover;object-fit:cover;border-radius:2px;flex-shrink:0}.footer__location-info{display:flex;flex-direction:column;gap:.25rem}.footer__location-title{font-size:.9375rem;font-weight:600;color:#19212F;margin:0}.footer__location-address{font-size:.9375rem;color:rgba(25,33,47,.7);margin:0;line-height:1.4}.footer__bottom{padding-top:1.5rem;padding-bottom:1.5rem}.footer__menu-column{margin-bottom:0}.footer__menu-list{list-style:none;padding:0;margin:0}.footer__menu-list li{margin-bottom:.26rem}.footer__menu-link{color:rgba(25,33,47,.74);text-decoration:none;font-size:.9rem;line-height:1.42;transition:color .3s ease}.footer__menu-link:hover{color:#19212F}.footer__menu-item--has-children{margin-bottom:.5rem}.footer__link-disclosure{margin:0}.footer__link-summary{display:inline-flex;align-items:center;gap:.45rem;width:auto;color:rgba(25,33,47,.8);list-style:none;cursor:pointer}.footer__link-summary::-webkit-details-marker{display:none}.footer__link-summary::marker{content:""}.footer__menu-link--summary{display:inline-flex}.footer__link-summary:hover .footer__menu-link--summary{color:#19212F}.footer__link-summary-icon{width:.42rem;height:.42rem;border-right:1px solid;border-bottom:1px solid;color:rgba(25,33,47,.64);transform:rotate(45deg) translateY(-.125rem);transition:transform .24s ease,color .24s ease}.footer__link-disclosure[open] .footer__link-summary-icon{color:rgba(25,33,47,.86);transform:rotate(-135deg) translateY(-.125rem)}.footer__submenu-panel{margin:.4rem 0 .7rem .2rem;padding-left:.85rem;border-left:1px solid rgba(25,33,47,.14)}.footer__submenu-group+.footer__submenu-group{margin-top:.6rem}.footer__submenu-label{margin:0 0 .22rem;color:rgba(25,33,47,.58);font-size:.68rem;font-weight:650;font-variation-settings:"wght" 650;letter-spacing:.055em;line-height:1.35;text-transform:uppercase}.footer__submenu-list{list-style:none;margin:0;padding:0}.footer__submenu-list li{margin-bottom:.2rem}.footer__submenu-link{color:rgba(25,33,47,.72);text-decoration:none;font-size:.8125rem;line-height:1.42;transition:color .24s ease}.footer__submenu-link:hover{color:#19212F}.footer__solutions-pills{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.footer__solution-pill{display:inline-flex;align-items:center;min-height:44px;padding:.375rem .75rem;background-color:rgba(0,0,0,.05);color:#19212F;text-decoration:none;border-radius:1.5rem;font-size:.875rem;transition:background-color .3s ease;border:1px solid rgba(0,0,0,.1);line-height:1.4}.footer__solution-pill:hover{background-color:rgba(0,0,0,.1);color:#19212F}.footer__trusted-by{margin-top:1.25rem}.footer__trusted-img{height:auto;width:100%;max-width:80px;-o-object-fit:contain;object-fit:contain;display:block;margin-top:.75rem}.footer__info{text-align:left;width:100%;margin-top:1.25rem;max-width:100%}.footer__address{color:rgba(25,33,47,.8);font-size:1rem;line-height:1.6;margin:.75rem 0 0;text-align:left;display:flex;flex-direction:column;gap:.25rem}.footer__address span{display:block;word-break:break-word}.footer__form{text-align:left;width:100%;margin-top:.5rem}.footer__newsletter-form{margin-top:1rem}.footer__newsletter-input-wrapper{display:flex;gap:.5rem;align-items:flex-end;margin-top:.75rem;position:relative}.footer__newsletter-input{flex:1;padding:.75rem 3.5rem .75rem .5rem;background-color:transparent;border:none;border-bottom:1px solid rgba(0,0,0,.3);border-radius:0;color:#19212F;font-size:.9375rem;transition:border-color .3s ease;min-width:0;min-height:48px;box-sizing:border-box}.footer__newsletter-input::-moz-placeholder{color:rgba(25,33,47,.5);font-size:.9375rem}.footer__newsletter-input::placeholder{color:rgba(25,33,47,.5);font-size:.9375rem}.footer__newsletter-input:focus{outline:none;border-bottom-color:rgba(0,0,0,.5);background-color:transparent}.footer__newsletter-submit{position:absolute;right:0;bottom:0;padding:12px;background-color:transparent;color:rgba(25,33,47,.8);border:none;border-radius:0;cursor:pointer;transition:color .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;width:48px;height:48px;min-width:48px;min-height:48px;flex-shrink:0;box-sizing:border-box}.footer__newsletter-submit:hover{color:#19212F;transform:translate(2px,-2px)}.footer__newsletter-submit svg{width:24px;height:24px;flex-shrink:0}.footer__social{display:flex;flex-direction:column;align-items:flex-start;width:100%}.footer__social-icons{display:flex;gap:1rem;margin-top:1.25rem;align-items:flex-start;justify-content:flex-start}.footer__social-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:rgba(0,0,0,.05);border-radius:50%;color:#19212F;text-decoration:none;transition:background-color .3s ease;border:none;flex-shrink:0}.footer__social-icon:hover{background-color:rgba(0,0,0,.1)}.footer__social-icon svg{width:60%;height:60%;padding:0}.footer__bottom-content{justify-content:space-between}.footer__bottom-content,.footer__bottom-left{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.footer__logo{display:inline-flex;align-items:center;min-height:44px;line-height:0}.footer__logo-img{height:3.5rem!important;width:auto;-o-object-fit:contain;object-fit:contain}.footer__partner-badges{display:flex;align-items:center;gap:1.5rem;margin:1rem 0;flex-wrap:wrap}.footer__partner-badge{height:2rem;width:auto;max-width:3.5rem;-o-object-fit:contain;object-fit:contain;filter:grayscale(100%);opacity:.8;transition:all .3s ease}.footer__partner-badge:hover{filter:grayscale(0);opacity:1}.footer__partner-badge--iso{height:2.5rem;max-width:none}.footer__dmca-badge{display:inline-block;padding:0;background-color:transparent;border-radius:0}.footer__dmca-img{height:auto;width:auto;max-height:1.5rem;-o-object-fit:contain;object-fit:contain;display:block}.footer__copyright{color:rgba(25,33,47,.8);font-size:.9375rem;margin:0;white-space:nowrap}.footer__bottom-right{display:flex;justify-content:flex-end;align-items:center}.footer__bottom-menu-list{flex-wrap:wrap;list-style:none;padding:0;margin:0}.footer__bottom-menu-item,.footer__bottom-menu-list{display:flex;gap:.5rem;align-items:center}.footer__menu-dot{color:rgba(25,33,47,.5);font-size:.75rem}.footer__bottom-menu-link{display:inline-flex;align-items:center;min-height:44px;color:rgba(25,33,47,.8);text-decoration:none;font-size:.9375rem;transition:color .3s ease;white-space:nowrap}.footer__bottom-menu-link:hover{color:#19212F}@media (max-width:1200px){.footer__top-columns{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:991.98px){.footer__top-columns{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer__middle-columns{grid-template-columns:1fr;gap:2rem}.footer__middle-column{padding:1.25rem 0}.footer__middle-column--newsletter{margin-left:0;max-width:100%}.footer__bottom-content{flex-direction:column;align-items:flex-start}.footer__bottom-right{justify-content:flex-start;width:100%}.footer__middle-column:last-child{max-width:100%}}@media (max-width:767.98px){.footer__top-columns{grid-template-columns:1fr;gap:1.5rem}.footer__middle-columns{gap:1.5rem}.footer__middle-column{padding:1rem 0}.footer__address{font-size:.9375rem;line-height:1.5}}@media (max-width:575.98px){.footer__middle{padding-top:1rem;padding-bottom:1rem}.footer__middle-columns{gap:1rem}.footer__middle-column{padding:.75rem 0}.footer__middle-column--location{max-width:100%}.footer__address span{font-size:.9375rem}}@media (max-width:767.98px){.footer{padding:2rem 0 1rem}.footer__solutions-pills{gap:.375rem}.footer__solution-pill{padding:.375rem .75rem;font-size:.8125rem}.footer__newsletter-input-wrapper{flex-direction:column}.footer__newsletter-submit{width:100%}.footer{padding:2rem 0 0}.footer__company{padding:1.5rem 0}.footer__company-columns{flex-direction:row;gap:1rem}.footer__company-left{width:60%;gap:.5rem}.footer__company-right{width:40%;gap:1rem;padding-top:0;border-top:none}.footer__logo-img{height:32px!important;width:112px!important}.footer__partner-badges,.footer__tagline{display:none}.footer__newsletter-title,.footer__social-title{font-size:.625rem;margin-bottom:.375rem}.footer__newsletter-helper{display:none}.footer__logo{display:inline-block}.footer__logo-img{height:36px!important;width:126px!important}.footer__contact-info{flex-direction:row;flex-wrap:wrap;gap:.5rem 1rem;margin-top:0}.footer__contact-link,.footer__tagline{font-size:.8125rem}.footer__tagline{line-height:1.5;margin-top:0;max-width:100%}.footer__partner-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.footer__partner-badge{height:24px;width:auto;-o-object-fit:contain;object-fit:contain}.footer__partner-badge--iso{height:22px}.footer__social-section{margin-top:0}.footer__social-title{font-size:.6875rem;margin-bottom:.5rem}.footer__social-icons{display:flex;gap:.75rem}.footer__social-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(25,33,47,.06);transition:background .2s ease}.footer__social-icon:hover{background:rgba(25,33,47,.12)}.footer__social-icon svg{width:16px;height:16px}.footer__newsletter-section{margin-top:0}.footer__newsletter-title{font-size:.6875rem;margin-bottom:.5rem}.footer__newsletter-form--minimal{display:flex;gap:0}.footer__newsletter-input--minimal{min-width:0;padding:.625rem .75rem;font-size:.8125rem;border-radius:4px 0 0 4px}.footer__newsletter-arrow{height:auto;border-radius:0 4px 4px 0;display:flex;align-items:center;justify-content:center}.footer__newsletter-arrow svg{width:18px;height:18px}.footer__newsletter-helper{font-size:.6875rem;margin-top:.375rem}.footer__newsletter-section{margin-top:1.5rem}.footer__newsletter-title{font-size:.8125rem;margin-bottom:.75rem}.footer__newsletter-form--minimal{flex-direction:row}.footer__newsletter-input--minimal{flex:1;padding:.625rem .875rem;font-size:.875rem}.footer__newsletter-arrow{width:44px;height:44px;flex-shrink:0}.footer__newsletter-helper{font-size:.75rem;margin-top:.5rem}.footer__solutions-pills{display:flex;flex-wrap:wrap;gap:.5rem}.footer__solution-pill{padding:.375rem .625rem;font-size:.6875rem}.footer__sub{font-size:.9375rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.footer__menu-list{display:block!important;margin-bottom:1.5rem}.footer__menu-column{margin-bottom:.5rem}.footer__menu-column--stacked{margin-top:1.5rem}.footer__menu-link{font-size:.8125rem;padding:.375rem 0;display:block}.footer__locations{padding:1.5rem 0}.footer__locations-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.footer__location-item{flex-direction:row;gap:.75rem;align-items:flex-start}.footer__location-flag{width:20px;height:15px}.footer__location-title{font-size:.8125rem}.footer__location-address{font-size:.75rem;line-height:1.4}.footer__bottom{padding:1rem 0}.footer__bottom-content{flex-direction:column;gap:1rem;align-items:flex-start}.footer__bottom-left{flex-direction:column;gap:.5rem;align-items:flex-start}.footer__copyright{font-size:.75rem}.footer__dmca-img{height:20px}.footer__bottom-menu-list{flex-direction:column;gap:.5rem}.footer__bottom-menu-link{font-size:.75rem;min-height:44px}.footer__backtotop{width:44px!important;height:44px!important;bottom:1rem;right:1rem}}@media (max-width:575.98px){.footer__sub{font-size:.875rem}.footer__solution-pill{font-size:.625rem;padding:.25rem .5rem}.footer__newsletter-input--minimal{font-size:.8125rem;padding:.5rem .75rem}.footer__location-address{font-size:.6875rem}}.footer__newsletter-form.footer__newsletter-form--minimal{min-height:52px;padding:0 6px 0 14px;border:1px solid rgba(25,33,47,.16);background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.76);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease}.footer__newsletter-form.footer__newsletter-form--minimal:focus-within{border-color:rgba(25,33,47,.58);background:rgba(255,255,255,.92);box-shadow:0 0 0 4px rgba(25,33,47,.06);transform:translateY(-1px)}.footer__newsletter-form--minimal .footer__newsletter-input--minimal{min-height:50px;padding:0;border:0!important;font-size:.98rem}.footer__newsletter-form--minimal .footer__newsletter-arrow{width:44px;height:44px}.footer__newsletter-form--minimal .footer__newsletter-arrow:focus-visible{outline:2px solid rgba(25,33,47,.58);outline-offset:2px}.footer__newsletter-helper[role=status]{color:#0f5132;font-weight:650}.footer__menu-heading{display:block}.footer__menu-toggle{display:none}@media (max-width:767.98px){.footer__top{padding-bottom:0}.footer__top-columns,.footer__top-columns--4cols{display:block}.footer__top-column{width:100%}.footer__menu-column,.footer__menu-column--stacked{margin:0!important;border-bottom:1px solid rgba(25,33,47,.1)}.footer__top-column:last-child .footer__menu-column:last-child{border-bottom:0}.footer__top+.footer__company{margin-top:.25rem}.footer__menu-heading{display:flex;align-items:center;justify-content:space-between;position:relative;min-height:3rem;gap:.875rem}.footer__menu-column .footer__sub{margin:0!important;padding:0!important;border:0!important;color:rgba(25,33,47,.92)!important;font-size:.9rem!important;font-weight:540!important;font-variation-settings:"wght" 540!important;line-height:1.2;letter-spacing:.04em!important;text-transform:uppercase!important;transition:color .24s ease,font-variation-settings .24s ease}.footer__menu-column--mobile-open .footer__sub{color:rgba(25,33,47,.96)!important;font-variation-settings:"wght" 560!important}.footer__menu-toggle{display:flex;align-items:center;justify-content:flex-end;position:absolute;inset:0 -.625rem 0 0;width:auto;height:auto;margin:0;padding:0 .625rem 0 0;color:rgba(25,33,47,.72);background:transparent;border:0;cursor:pointer;transition:color .24s ease}.footer__menu-toggle:focus-visible{outline:1px solid rgba(25,33,47,.45);outline-offset:-3px}.footer__menu-column--mobile-open .footer__menu-toggle{color:rgba(25,33,47,.82)}.footer__menu-toggle-icon{position:relative;width:14px;height:14px}.footer__menu-toggle-icon:after,.footer__menu-toggle-icon:before{content:"";position:absolute;top:50%;left:0;width:14px;height:1px;background:currentColor;transform:translateY(-50%);transition:opacity .24s ease,transform .28s cubic-bezier(.4,0,.2,1)}.footer__menu-toggle-icon:after{transform:translateY(-50%) rotate(90deg)}.footer__menu-column--mobile-open .footer__menu-toggle-icon:after{opacity:0;transform:translateY(-50%) rotate(0deg)}.footer__mobile-collapse{display:block!important;max-height:0;overflow:hidden;margin:0!important;padding-bottom:0;opacity:0;visibility:hidden;transform:translateY(-.125rem);transition:max-height .36s cubic-bezier(.4,0,.2,1),padding-bottom .36s cubic-bezier(.4,0,.2,1),opacity .2s ease,transform .28s cubic-bezier(.4,0,.2,1),visibility 0s linear .36s;will-change:max-height,opacity,transform}.footer__menu-column--mobile-open .footer__mobile-collapse{max-height:80rem;padding-bottom:.875rem;opacity:1;visibility:visible;transform:translateY(0);transition:max-height .42s cubic-bezier(.4,0,.2,1),padding-bottom .42s cubic-bezier(.4,0,.2,1),opacity .24s ease .04s,transform .3s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.footer__solutions-pills.footer__mobile-collapse{display:flex!important}.footer__menu-list li{margin-bottom:0}.footer__menu-item--has-children{margin-bottom:.25rem}.footer__menu-link{display:flex;align-items:center;min-height:44px;padding:.3125rem 0;font-size:.875rem;line-height:1.36}.footer__link-summary{width:100%;min-height:44px;justify-content:space-between;gap:.75rem}.footer__menu-link--summary{min-height:44px;padding:.3125rem 0}.footer__submenu-panel{margin:0 0 .55rem .25rem;padding-left:.75rem}.footer__submenu-group+.footer__submenu-group{margin-top:.72rem}.footer__submenu-link{display:flex;align-items:center;min-height:34px;font-size:.78rem;line-height:1.3}.footer__solutions-pills{gap:.425rem;margin-bottom:0}.footer__solution-pill{padding:.3125rem .55rem;font-size:.7rem;line-height:1.25}.footer__company{padding:1.125rem 0 1.25rem}.footer__company-columns{display:flex!important;flex-direction:column;grid-template-columns:none;gap:1.25rem;align-items:flex-start}.footer__company-left,.footer__company-right{width:100%!important;min-width:0}.footer__company-left{gap:.875rem}.footer__company-right{gap:1.125rem;padding-top:0;border-top:0}.footer__logo{margin-bottom:0!important;width:129px!important;max-width:129px!important}.footer__logo-img{width:100%!important;height:auto!important}.footer__contact-info{flex-direction:column!important;flex-wrap:nowrap!important;gap:.45rem;margin-top:0!important}.footer__contact-link{align-items:center;min-height:44px;width:100%;color:rgba(25,33,47,.72);font-size:.9375rem;line-height:1.35;word-break:break-word}.footer__contact-link svg{margin-top:0;color:rgba(25,33,47,.62)}.footer__tagline{display:none!important}.footer__partner-badges{display:flex!important;gap:.375rem .55rem;margin:.125rem 0 0}.footer__partner-badge{height:22px;max-width:40px;opacity:.76}.footer__partner-badge--iso{height:22px}.footer__newsletter-title,.footer__social-title{color:#19212F;font-size:.75rem;line-height:1.25;letter-spacing:.055em;margin-bottom:.75rem}.footer__social-icons{flex-wrap:wrap;gap:.75rem;margin-top:0}.footer__social-icon{width:44px;height:44px}.footer__newsletter-section{margin-top:0}.footer__newsletter-form--minimal{min-width:0;padding-bottom:.5rem;border-bottom-color:rgba(25,33,47,.24)}.footer__newsletter-input--minimal{min-width:0;padding:.35rem 0 .2rem;border-radius:0;font-size:1.0625rem}.footer__newsletter-arrow{width:44px;height:44px;padding:.375rem}.footer__newsletter-error,.footer__newsletter-helper{font-size:.75rem;line-height:1.35}.footer__locations-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem .875rem}.footer__bottom-menu-list{align-items:flex-start}.footer__bottom{padding-bottom:2rem}}@media (max-width:374.98px){.footer__company-columns{grid-template-columns:1fr}.footer__company-right{padding-top:0}}.header.header-not-top.header-unpin .header__wrap,.header.header-unpin .header__wrap{transform:translateY(-100%)!important}.header.header--standard.header-pin .header__wrap,.header.header-not-top.header-unpin .header__wrap,.header.header-unpin .header__wrap{transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)!important}.header.header--standard.header-pin .header__wrap{transform:translateY(0)!important}.header.header--standard.header-unpin .header__wrap{transform:translateY(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)!important}header.header[data-react-managed=true] .header__wrap{transform:var(--react-header-transform,translateY(0))!important;transition:var(--react-header-transition,transform .3s cubic-bezier(.4,0,.2,1))!important;will-change:transform}.header.header-pin .header__wrap{transform:translateY(0)!important;transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1)!important}.header.header-showmenu .header__wrap{transform:translateY(0)!important}@media (min-width:1260px){.header__fixHeight{height:3.75rem}}.header__wrap{position:fixed;top:0;left:0;right:0;z-index:99;background-color:#fff;padding:0 1.25rem;border-bottom:1px solid rgba(25,33,47,.11);transition:transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1);width:100%!important;max-width:100%!important}@media (min-width:768px){.header__wrap{padding:0 1.25rem}}.header__inner{width:100%!important;max-width:100%!important;margin:0!important}.header__inner,.header__logo{display:flex;align-items:center}.header__logo{max-width:none;flex-shrink:0}@media (min-width:768px){.header__logo{max-width:none;margin-right:2.25rem!important}}.header__logo a{display:flex!important;align-items:center!important;justify-content:flex-start;min-height:44px}.header__logo img{display:block;-o-object-fit:contain;object-fit:contain}.header__menu{flex:0 0 auto!important;display:block!important;justify-content:flex-start!important;margin-left:0!important;padding-left:0!important;overflow:visible!important}.header__menu .menu-list{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:0!important}.header__menu .menu-list li{display:flex!important;align-items:center!important;margin-right:1rem!important}.header__menu .menu-list li:last-child{margin-right:0!important}.header__menu .menu-list li>a{display:flex!important;align-items:center!important;font-family:var(--font-inter-tight),"Inter Tight","Inter","Roboto",sans-serif!important;font-size:.9375rem!important;font-weight:400!important;font-variation-settings:"wght" 400,"slnt" 0!important;letter-spacing:-.01em!important;color:#19212F!important;height:3.75rem!important}.header__menu .menu-list li>a.is-active,.header__menu .menu-list li>a:hover{color:#4180FF!important}.header__menu .menu-list li.menu-has-children{position:relative!important;overflow:visible!important;height:3.75rem!important}.header__menu .menu-list li.menu-has-children:after{content:"";position:absolute;left:0;right:0;bottom:-1rem;height:1rem;background:transparent}.header__menu .menu-list li.menu-has-children .icon-arrow{display:none}.header__menu .menu-list li.menu-has-children:hover .megamenu{clip-path:inset(0 0 0 0)!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu .item-cta,.header__menu .menu-list li.menu-has-children:hover .megamenu .item-cta{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}@media (min-width:1750px){.header__menu .menu-list li{margin-right:1.25rem!important}.header__menu .menu-list li:last-child{margin-right:0!important}.header__menu .menu-list li>a{font-size:1rem!important}}.header__menu .menu-list .megamenu{margin-left:0!important;transform:none!important;padding:.75rem!important;border-bottom:1px solid rgba(25,33,47,.04)!important;border-radius:0!important;clip-path:inset(0 0 100% 0)!important;transition:all 1s cubic-bezier(.19,1,.22,1)!important;box-shadow:none!important;z-index:100!important}@media (max-width:991.98px){.header__menu .menu-list .megamenu{top:4.6875rem!important}}@media (min-width:1260px){.header__menu .menu-list .megamenu{top:4.6875rem!important}}.header__menu .menu-list .megamenu .item-cta{position:relative!important;display:block!important;background-color:var(--bs-heading-color)!important;opacity:0!important;visibility:hidden!important;transform:translateY(50%)!important;transition:all .5s ease!important}.header__menu .menu-list .megamenu .item-cta:after{content:"";display:block;padding-top:65%}.header__menu .menu-list .megamenu .item-cta .item-cta-image,.header__menu .menu-list .megamenu .item-cta img{position:absolute!important;z-index:1!important;top:0!important;left:0!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;background-image:none!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;opacity:.8!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu .item-cta .item-cta-image,.header__menu .menu-list li.menu-has-children:focus-within .megamenu .logo-image,.header__menu .menu-list li.menu-has-children:focus-within .megamenu .thumb-image,.header__menu .menu-list li.menu-has-children:hover .megamenu .item-cta .item-cta-image,.header__menu .menu-list li.menu-has-children:hover .megamenu .logo-image,.header__menu .menu-list li.menu-has-children:hover .megamenu .thumb-image{background-image:var(--item-cta-bg)!important}.header__menu .menu-list .megamenu .item-cta .megamenu-card-title,.header__menu .menu-list .megamenu .item-cta h4{position:absolute!important;z-index:2!important;left:0!important;bottom:9%!important;right:0!important;font-size:1.125rem!important;color:#FFF!important;font-weight:500!important;line-height:1.22!important;letter-spacing:0!important;padding:0 .9375rem!important;margin:0!important}@media (min-width:1750px){.header__menu .menu-list .megamenu .item-cta .megamenu-card-title,.header__menu .menu-list .megamenu .item-cta h4{font-size:1.375rem;padding:0 1.5625rem}}.header__menu .menu-list .megamenu .item-cta .megamenu-card-title span,.header__menu .menu-list .megamenu .item-cta h4 span{font-size:.8em;display:inline-block;vertical-align:top;transition:all .3s ease}.header__menu .menu-list .megamenu .item-cta .megamenu-card-title:hover span,.header__menu .menu-list .megamenu .item-cta h4:hover span{transform:translate(20%,-20%)}.header__menu .menu-list .megamenu [class*=col-]:nth-child(2) .item-cta{transition-delay:.2s}.header__menu .menu-list .megamenu [class*=col-]:nth-child(3) .item-cta{transition-delay:.4s}.header__menu .menu-list .megamenu .container{max-width:1200px!important;width:100%!important;margin:0 auto!important;padding-left:1.25rem!important;padding-right:1.25rem!important}@media (min-width:768px){.header__menu .menu-list .megamenu .container{padding-left:2rem!important;padding-right:2rem!important}}.megamenu__container{display:flex!important;justify-content:center!important;gap:1.5rem!important;max-width:1800px!important;width:100%!important;margin:0 auto!important;padding:1.75rem 2.25rem 2rem!important}@media (min-width:1600px){.megamenu__container{max-width:2000px!important;gap:2rem!important;padding:2.25rem 3rem 2.5rem!important}}@media (min-width:1920px){.megamenu__container{max-width:2200px!important;gap:2.5rem!important;padding:2.75rem 3.75rem 3.25rem!important}}.megamenu__left{flex:1 1 0%!important;max-width:68%!important;min-width:0!important;background:#FFFFFF!important;padding:0!important;margin-right:0!important;border-radius:1rem!important}.megamenu__right{width:36rem!important;flex-shrink:0!important;background:#19212F!important;padding:2.5rem!important;color:#FFF!important;border-radius:1rem!important}@media (min-width:1600px){.megamenu__right{width:40rem!important}.megamenu__left{max-width:65%!important}}@media (min-width:1920px){.megamenu__right{width:44rem!important}.megamenu__left{max-width:63%!important}}.megamenu__grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:1fr!important;align-items:stretch!important;gap:0!important;padding:1rem 1.75rem 0!important;position:relative!important}@media (min-width:1920px){.megamenu__grid{gap:0!important}}.megamenu__category{display:flex!important;flex-direction:column!important;height:100%!important;opacity:0!important;transform:translateY(20px)!important;transition:opacity .4s ease,transform .4s ease!important;padding:1.75rem 2.25rem!important;border-left:none!important;border-top:none!important}.megamenu__category:nth-child(n+4){border-top:1px solid rgba(25,33,47,.08)!important}.megamenu__category:nth-child(3n+2),.megamenu__category:nth-child(3n+3){border-left:1px solid rgba(25,33,47,.08)!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category,.header__menu .menu-list li.menu-has-children:hover .megamenu__category{opacity:1!important;transform:translateY(0)!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:first-child,.header__menu .menu-list li.menu-has-children:hover .megamenu__category:first-child{transition-delay:0s!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:nth-child(2),.header__menu .menu-list li.menu-has-children:hover .megamenu__category:nth-child(2){transition-delay:.05s!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:nth-child(3),.header__menu .menu-list li.menu-has-children:hover .megamenu__category:nth-child(3){transition-delay:.1s!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:nth-child(4),.header__menu .menu-list li.menu-has-children:hover .megamenu__category:nth-child(4){transition-delay:.15s!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:nth-child(5),.header__menu .menu-list li.menu-has-children:hover .megamenu__category:nth-child(5){transition-delay:.2s!important}.header__menu .menu-list li.menu-has-children:focus-within .megamenu__category:nth-child(6),.header__menu .menu-list li.menu-has-children:hover .megamenu__category:nth-child(6){transition-delay:.25s!important}.megamenu__category-header{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important;margin-bottom:.75rem!important;margin-top:.5rem!important;padding-left:0!important}.megamenu__category-icon{font-size:1rem!important;line-height:1!important;color:#FFF!important;display:flex!important;align-items:center!important;justify-content:center!important;width:2.75rem!important;height:2.75rem!important;flex-shrink:0!important;background-color:transparent!important;border-radius:0!important}.megamenu__category-icon i{font-size:inherit!important}.megamenu__category-icon img{width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;display:block!important}@media (min-width:1600px){.megamenu__category-icon{width:3rem!important;height:3rem!important}}@media (min-width:1920px){.megamenu__category-icon{width:3.25rem!important;height:3.25rem!important}}.megamenu__category-title{font-size:1.08rem!important;font-weight:600!important;font-variation-settings:"wght" 620!important;font-family:var(--bs-heading-font-family,"Inter Tight","Inter","Roboto",sans-serif)!important;color:var(--bs-heading-color)!important;margin:0!important;line-height:1.4!important;letter-spacing:-.01em!important}@media (min-width:1600px){.megamenu__category-title{font-size:1.22rem!important}}@media (min-width:1920px){.megamenu__category-title{font-size:1.32rem!important}}.header__menu .menu-list .megamenu .megamenu__category-list{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:.375rem!important;row-gap:.375rem!important}.header__menu .menu-list .megamenu .megamenu__category-list li{margin:0!important;padding:0!important;line-height:1.4!important;display:block!important}.header__menu .menu-list .megamenu .megamenu__category-list a,.header__menu .menu-list .megamenu .megamenu__category-list li a,.megamenu__category-list a,.megamenu__category-list li a,.megamenu__container .megamenu__left .megamenu__category-list a,.megamenu__container .megamenu__left .megamenu__category-list li a,.megamenu__left .megamenu__category-list a,.megamenu__left .megamenu__category-list li a{font-size:.875rem!important;font-weight:500!important;text-decoration:none!important;transition:color .2s ease,background-color .2s ease!important;line-height:1.4!important;display:block!important;padding:0!important;margin:0!important;border-radius:0!important;height:auto!important;min-height:auto!important}@media (min-width:1600px){.header__menu .menu-list .megamenu .megamenu__category-list a,.header__menu .menu-list .megamenu .megamenu__category-list li a,.megamenu__category-list a,.megamenu__category-list li a{font-size:.9375rem!important}}@media (min-width:1920px){.header__menu .menu-list .megamenu .megamenu__category-list a,.header__menu .menu-list .megamenu .megamenu__category-list li a,.megamenu__category-list a,.megamenu__category-list li a{font-size:1rem!important}}.header__menu .menu-list .megamenu .megamenu__category-list a,.header__menu .menu-list .megamenu .megamenu__category-list a[href],.header__menu .menu-list .megamenu .megamenu__category-list li a,.header__menu .menu-list .megamenu .megamenu__category-list li a[href],.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list a[href],.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list li a[href],.megamenu__category-list a,.megamenu__category-list li a,.megamenu__container .megamenu__category-list a[href],.megamenu__container .megamenu__category-list li a[href],.megamenu__container .megamenu__left .megamenu__category-list a,.megamenu__container .megamenu__left .megamenu__category-list li a,.megamenu__left .megamenu__category-list a,.megamenu__left .megamenu__category-list a[href],.megamenu__left .megamenu__category-list li a,.megamenu__left .megamenu__category-list li a[href]{color:#19212F!important}.header__menu .menu-list .megamenu .megamenu__category-list a:hover,.header__menu .menu-list .megamenu .megamenu__category-list li a:hover,.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list a:hover,.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list li a:hover,.header__menu .menu-list .megamenu .megamenu__left ul.megamenu__category-list a:hover,.header__menu .menu-list .megamenu .megamenu__left ul.megamenu__category-list li a:hover,.megamenu__category-list a:hover,.megamenu__category-list li a:hover,.megamenu__container .megamenu__left .megamenu__category-list a:hover,.megamenu__container .megamenu__left .megamenu__category-list li a:hover,.megamenu__left .megamenu__category-list a:hover,.megamenu__left .megamenu__category-list li a:hover{color:#4180FF!important;background-color:transparent!important}.header__menu .menu-list .megamenu .megamenu__category-list a[href]:hover,.header__menu .menu-list .megamenu .megamenu__category-list li a[href]:hover,.header__menu .menu-list .megamenu .megamenu__left ul.megamenu__category-list li a:hover,.megamenu__container .megamenu__left ul.megamenu__category-list li a:hover,.megamenu__left .megamenu__category-list a[href]:hover,.megamenu__left .megamenu__category-list li a[href]:hover{color:#4180FF!important}.megamenu__section{margin-bottom:1.5rem!important}.megamenu__section:last-child{margin-bottom:0!important}.megamenu__section-title{font-size:.9375rem!important;font-weight:600!important;font-variation-settings:"wght" 620!important;font-family:var(--bs-heading-font-family,"Inter Tight","Inter","Roboto",sans-serif)!important;color:#FFF!important;margin:0 0 .875rem!important;text-transform:uppercase!important;letter-spacing:.08em!important}@media (min-width:1600px){.megamenu__section-title{font-size:1rem!important}}@media (min-width:1920px){.megamenu__section-title{font-size:1.0625rem!important}}.megamenu__tags{display:flex!important;flex-wrap:wrap!important;gap:.4375rem!important}.megamenu__tags--pill .megamenu__tag{border-radius:999px!important;padding-left:.875rem!important;padding-right:.875rem!important}.megamenu__tag{display:inline-flex!important;align-items:center!important;gap:.25rem!important;padding:.3125rem .5625rem!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:.25rem!important;font-size:.8125rem!important;color:rgba(255,255,255,.9)!important;text-decoration:none!important;transition:all .2s ease!important;line-height:1.35!important}@media (min-width:1600px){.megamenu__tag{font-size:.875rem!important;padding:.375rem .6875rem!important}}@media (min-width:1920px){.megamenu__tag{font-size:.9375rem!important;padding:.4375rem .8125rem!important}}.megamenu__tag:hover{background:rgba(255,255,255,.2)!important;border-color:rgba(255,255,255,.3)!important;color:#FFF!important}.megamenu__badge{font-size:.5625rem!important;font-weight:600!important;padding:.125rem .3125rem!important;background:#ff7a00!important;color:#FFFFFF!important;border-radius:.125rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-left:.25rem!important}.megamenu__badge--next-gen{background:#2563eb!important;color:#FFFFFF!important}.megamenu__section-featured{margin-top:1.25rem!important}.megamenu__featured-card{display:block!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:.5rem!important;overflow:hidden!important;text-decoration:none!important;transition:all .2s ease!important}.megamenu__featured-card--framed{border:2px solid #ffffff!important;border-radius:.75rem!important;background:transparent!important;overflow:hidden!important;padding:0!important}.megamenu__featured-label{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#FFFFFF!important;color:#0B1526!important;font-size:.875rem!important;font-weight:600!important;letter-spacing:.08em!important;text-transform:uppercase!important;padding:.85rem 1.25rem!important;gap:.5rem!important;position:relative!important}.megamenu__featured-label-text{letter-spacing:.08em!important;font-weight:700!important;font-variation-settings:"wght" 680!important;font-family:var(--bs-heading-font-family,"Inter Tight","Inter","Roboto",sans-serif)!important}.megamenu__featured-label-arrow{width:1.25rem!important;height:1.25rem!important;flex-shrink:0!important;stroke:#0B1526!important;fill:none!important;stroke-width:1.25!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .2s ease!important}.megamenu__featured-card--framed:hover .megamenu__featured-label-arrow{transform:translate(2px,-2px)!important}.megamenu__featured-card--framed .megamenu__featured-label{background:#FFFFFF!important}.megamenu__featured-image{width:100%!important;padding-top:40%!important;position:relative!important;overflow:hidden!important;background:rgba(255,255,255,.05)!important}.megamenu__featured-image:before{content:""!important;position:absolute!important;top:-2px!important;left:-2px!important;right:-2px!important;height:18px!important;background:#FFFFFF!important;border-top-left-radius:.5rem!important;border-top-right-radius:.5rem!important;z-index:1!important;pointer-events:none!important}.megamenu__featured-image img{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:.4rem!important;z-index:2!important}@media (max-width:1400px){.megamenu__container{max-width:1100px!important;padding:1.75rem 1.5rem 2rem!important}.megamenu__grid{grid-template-columns:repeat(2,1fr)!important;gap:1.25rem 1rem!important;position:static!important}.megamenu__category{border:none!important;padding:1.25rem 1.5rem!important}.megamenu__right{width:20rem!important}.megamenu__left{margin-right:1.25rem!important}}@media (max-width:1200px){.megamenu__container{max-width:100%!important;padding:1.5rem 1.25rem 1.75rem!important;flex-direction:column!important}.megamenu__left{margin-right:0!important;margin-bottom:1.25rem!important}.megamenu__right{width:100%!important;display:flex!important;gap:1.25rem!important}.megamenu__section{flex:1!important;margin-bottom:0!important}.megamenu__section-featured{margin-top:0!important}.megamenu__grid{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem 1rem!important;position:static!important}.megamenu__category{border:none!important;padding:1.25rem 1.5rem!important}}.header__grow{flex-grow:1}.header__right{display:flex;align-items:center}.header__lang{margin-right:1.25rem}@media (min-width:1260px){.header__lang .select-lang{display:flex;flex-direction:column;justify-content:center;height:4.6875rem}.header__lang .select-lang__list{margin-left:-1.25rem}}.select-lang{position:relative!important;cursor:default!important}.select-lang.show .select-lang__list{opacity:1!important;visibility:visible!important}.select-lang__label{display:flex!important;align-items:center!important;min-height:44px!important;font-family:var(--font-inter-tight),"Inter Tight","Inter","Roboto",sans-serif!important;font-size:.9375rem!important;font-weight:400!important;font-variation-settings:"wght" 400,"slnt" 0!important;line-height:1!important;letter-spacing:0!important;color:rgba(25,33,47,.7)!important;cursor:pointer!important;padding:.3125rem 0!important;background:none!important;border:0!important;border-radius:0!important;transition:color .3s ease!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-lang__label:focus-visible,.select-lang__label:hover{color:#4180FF!important}.header__humberger:focus-visible,.menumobile :where(a,button,[role=button]):focus-visible,.select-lang__label:focus-visible{outline:2px solid rgba(65,128,255,.75);outline-offset:4px}.select-lang__label:after{content:"\e900";font-family:iconeNeo,sans-serif!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:.25rem;transition:transform .3s ease;display:inline-block}@media (min-width:1800px){.select-lang__label{font-size:.9375rem!important}}.select-lang__list{position:absolute;top:110%;left:0;background-color:var(--bs-heading-color);width:6.875rem;overflow:hidden;opacity:0!important;visibility:hidden!important;padding:.4375rem .9375rem;transition:opacity .3s ease,visibility .3s ease}.select-lang__list .language-switcher-language-url a{display:block;font-size:.8125rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;color:rgba(255,255,255,.6);line-height:1;padding:.5625rem 0;text-decoration:none}.select-lang__list .language-switcher-language-url a+a{border-top:1px solid rgba(255,255,255,.4)}.select-lang__list .language-switcher-language-url a.is-active,.select-lang__list .language-switcher-language-url a:hover{color:#fff}.select-lang__list .language-switcher-language-url a.is-active{pointer-events:none}@media (min-width:1260px){.select-lang__list{width:8.75rem}.select-lang__list .language-switcher-language-url a{font-size:.875rem}}@media (min-width:1800px){.select-lang__list{width:10.625rem;padding:.625rem 1.25rem}.select-lang__list .language-switcher-language-url a{font-size:.9375rem;padding:.75rem 0}}.header__contact{display:flex;align-items:center;height:2.75rem;font-size:.9375rem;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;font-style:normal;letter-spacing:.01em;color:rgba(255,255,255,.93);background-color:var(--bs-heading-color);padding:0 1.25rem;text-decoration:none;transition:background-color .3s ease,color .3s ease!important;transform:none!important;position:relative!important}.header__contact:hover{background-color:#4180FF!important;transform:none!important}@media (min-width:1750px){.header__contact{height:2.9375rem;font-size:1rem;padding:0 1.625rem}}.header__humberger{padding:.9375rem;margin:-.9375rem;cursor:pointer;color:#39464D;border:0;border-radius:0;outline:none;background:transparent;box-shadow:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header__humberger span{display:block;height:1px;width:1.4375rem;background-color:currentColor;border-radius:1px;opacity:1;transform:translateZ(0);backface-visibility:hidden}.header__humberger .t2{margin:.3125rem 0}@media (max-width:1259.98px){.header__contact,.header__lang,.header__menu{display:none!important}.header__fixHeight,.header__inner{height:3.75rem}}@media (max-width:991.98px){.header__fixHeight,.header__inner{height:3.75rem!important}}.header.header--transparent .header__fixHeight{display:none}.header.header--transparent.header-top .header__wrap{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,.17)}.header.header--transparent.header-top .header__logo svg path{fill:#fff}.header.header--transparent.header-top .header__humberger span{background-color:currentColor}.header.header--transparent.header-top .header__humberger{color:#fff}.header.header--standard .header__humberger,.header.headroom--not-top .header__humberger,.header:not(.header--transparent) .header__humberger{color:#19212F}.header.header--transparent.header-top .header__menu .menu-list li>a{color:rgba(255,255,255,.7)!important;font-weight:420!important;font-variation-settings:"wght" 420,"slnt" 0!important}.header.header--transparent.header-top .header__menu .menu-list li>a.is-active,.header.header--transparent.header-top .header__menu .menu-list li>a:hover{color:#fff!important}.header.header--transparent.header-top .header__contact{background-color:#4180FF;color:rgba(255,255,255,.9)}.header.header--transparent.header-top .header__contact:hover{background-color:#fff!important;color:var(--bs-heading-color)!important;transform:none!important}.header.header--transparent.header-top .header__lang .select-lang__label{color:rgba(255,255,255,.7)!important;font-weight:430!important;font-variation-settings:"wght" 430,"slnt" 0!important}.header.header--transparent.header-top .header__lang .select-lang__label:hover{color:#fff!important}html.html-fix-scroll,html.html-fix-scroll body{overflow:hidden!important;height:100%;overscroll-behavior:none}body.body-fix-scroll{overflow:hidden!important;height:100vh;max-width:100vw}.menumobile{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1100;background-color:#fff;opacity:0;visibility:hidden;transform:translateX(100%);transition:opacity .35s cubic-bezier(.4,0,.2,1),visibility .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);padding-top:env(safe-area-inset-top,0);overflow:hidden;overflow-x:hidden;touch-action:pan-y;overscroll-behavior-x:none;will-change:transform,opacity}.menumobile:not(.menumobile--open){pointer-events:none}.menumobile,.menumobile *{font-family:var(--font-inter-tight,"Inter Tight","Inter",sans-serif)!important}.menumobile.menumobile--open{opacity:1;visibility:visible;transform:none;pointer-events:auto;will-change:auto}.menumobile__inner{display:flex;flex-direction:column;height:100%;padding:0 1.25rem;overflow:hidden;overflow-x:hidden;max-width:100vw}.menumobile__head{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 0 .125rem!important;margin-bottom:1.5rem!important}.menumobile__head.hidden{display:none}.menumobile__fixScroll.hide-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.menumobile__fixScroll--hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.menumobile__content{flex:1;overflow:hidden;position:relative;padding-bottom:.5rem!important;padding-top:0!important}.menumobile__content,.menumobile__content>.submenu{overflow-x:hidden;overscroll-behavior:contain;touch-action:pan-y}.menumobile__content>.submenu{position:fixed;top:0;left:0;right:0;width:100%;max-width:none;height:100dvh;background-color:#fff;padding-left:calc(1.25rem + env(safe-area-inset-left, 0px));padding-right:calc(1.25rem + env(safe-area-inset-right, 0px));box-sizing:border-box;opacity:1;visibility:hidden;transform:translate3d(100%,0,0);transition:transform .5s cubic-bezier(.4,0,.2,1),visibility 0s linear .5s;z-index:20;overflow-y:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;will-change:transform;backface-visibility:hidden;contain:layout paint}.menumobile__content>.submenu::-webkit-scrollbar{width:0;height:0}.menumobile__content>.submenu.active{visibility:visible;transform:translateZ(0);transition:transform .5s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.menumobile__content>.submenu.submenu--exiting{visibility:visible;pointer-events:none;transform:translate3d(100%,0,0);transition:transform .5s cubic-bezier(.4,0,.2,1),visibility 0s linear .5s}.menumobile__content>.submenu.submenu--plain{left:0;right:0;width:100%;padding-left:calc(1.25rem + env(safe-area-inset-left, 0px));padding-right:calc(1.25rem + env(safe-area-inset-right, 0px))}.menumobile__content:has(>.submenu.active,>.submenu.submenu--exiting)>.menumobile__fixScroll{opacity:0;visibility:hidden;pointer-events:none}.menumobile__fixScroll{height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.menumobile__back,.menumobile__close{font-size:1.25rem;cursor:pointer;color:rgba(25,33,47,.7);display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:-.625rem;padding:0;border:0;border-radius:0;outline:none;box-shadow:none;background:transparent;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.header__humberger:focus,.header__humberger:focus-visible,.menumobile__back:focus,.menumobile__back:focus-visible,.menumobile__close:focus,.menumobile__close:focus-visible,.submenu__close:focus,.submenu__close:focus-visible{outline:none!important;box-shadow:none!important}.menumobile__back:focus-visible,.menumobile__back:hover,.menumobile__close:focus-visible,.menumobile__close:hover{color:var(--bs-heading-color)}.menumobile__list{margin-top:0!important;padding-top:0!important}.menumobile__list .menu-list{list-style:none;padding:0!important;display:flex;flex-direction:column;gap:0!important;margin:0!important}.menumobile__list .menu-list li{width:100%;border-bottom:1px solid rgba(25,33,47,.07);padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;position:relative}.menumobile__list .menu-list li:after{display:none}.menumobile__list .menu-list li:last-child{border-bottom:0}.menumobile__list .menu-list li:first-child{margin-top:0!important;padding-top:0!important}.menumobile__list .menu-list li>a{display:flex;align-items:center;min-height:3.125rem;height:3.125rem;font-size:1.4375rem;font-weight:500;line-height:1.2;color:rgba(25,33,47,.88);text-decoration:none;width:100%;padding:0!important;margin-top:0!important;margin-bottom:0!important;touch-action:manipulation}.menumobile__list .menu-list li.menu-has-children{display:flex;justify-content:space-between;align-items:center}.menumobile__list .menu-list li.menu-has-children .icon-arrow{color:rgba(25,33,47,.7);transition:transform .3s ease;-moz-user-select:none;user-select:none;-webkit-user-select:none;pointer-events:auto;touch-action:manipulation}.menumobile__list .menu-list li.menu-has-children .icon-arrow:hover{color:var(--bs-heading-color)}.menumobile__list .menu-list li.menu-has-children>a,.menumobile__list .menu-list li.menu-has-children>button{flex:1 1 auto;width:auto;min-width:0;pointer-events:auto;-moz-user-select:none;user-select:none;-webkit-user-select:none}.menumobile__menu-item-btn{display:flex;align-items:center;min-height:3.125rem;height:3.125rem;font-size:1.4375rem;font-weight:500;line-height:1.2;color:rgba(25,33,47,.88);text-decoration:none;width:auto;padding:0!important;margin-top:0!important;margin-bottom:0!important;background:none;border:none;cursor:pointer;text-align:left;border-radius:0;touch-action:manipulation}.menumobile__list .menu-list li>a:focus-visible,.menumobile__list .menu-list li>a:hover,.menumobile__menu-item-btn:focus-visible,.menumobile__menu-item-btn:hover{color:#4180FF}.menumobile__list .menu-list li.menu-has-children .icon-arrow{transform:rotate(-90deg);line-height:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;cursor:pointer}.menumobile__btn{display:flex;align-items:center;justify-content:center;height:3.25rem;font-size:.9375rem;font-weight:500;color:#FFF;line-height:1;letter-spacing:.01em;background-color:var(--bs-heading-color);margin-top:.5rem;text-decoration:none;touch-action:manipulation}.menumobile__btn:focus-visible,.menumobile__btn:hover{background-color:#4180FF}.menumobile__foot{margin-top:5.625rem}.menumobile__contact p{line-height:1;color:rgba(57,70,77,.8);margin-bottom:1.25rem}.menumobile__contact p small{display:block;font-size:inherit;margin-bottom:.4375rem}.menumobile__contact p a{color:inherit;text-decoration:none}.menumobile__contact p a:hover{color:var(--bs-heading-color)}.menumobile__contact p a:focus-visible{color:#4180FF}.menumobile__social{display:flex;flex-wrap:wrap}.menumobile__social a{display:flex;justify-content:center;align-items:center;width:2.1875rem;height:2.1875rem;border-radius:50%;border:1px solid rgba(57,70,77,.06);font-size:1.25rem;margin-right:.375rem;color:rgba(57,70,77,.8);text-decoration:none}.menumobile__social a:focus-visible,.menumobile__social a:hover{background-color:var(--bs-heading-color);color:#fff}.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list a:hover,.header__menu .menu-list .megamenu .megamenu__left .megamenu__category-list li a:hover,.megamenu__left .megamenu__category-list a:hover,.megamenu__left .megamenu__category-list li a:hover{color:#4180FF!important}.menumobile__list .menu-list .submenu.active{opacity:1;visibility:visible;transform:translateX(0)}.menumobile__content>.submenu .menumobile__head,.menumobile__list .menu-list .submenu .menumobile__head{display:flex;justify-content:flex-end;align-items:center;padding:1.25rem 0!important;margin-bottom:0!important}.menumobile__content>.submenu .submenu__head{display:flex;justify-content:flex-end;align-items:center;gap:.5rem;min-height:0;padding:1.25rem 0 .125rem!important;margin-bottom:1.5rem!important}.submenu__back,.submenu__close{width:48px;height:48px;margin:-.625rem!important;padding:0;border:0;border-radius:0;background:transparent;color:rgba(25,33,47,.74);transition:color .2s ease}.submenu__back:focus-visible,.submenu__back:hover,.submenu__close:focus-visible,.submenu__close:hover{color:var(--bs-heading-color);background:transparent}.submenu__back:active,.submenu__close:active{transform:none}.submenu__title{min-width:0;margin:0;color:rgba(25,33,47,.96);font-size:1.0625rem;font-weight:620;font-variation-settings:"wght" 620,"slnt" 0;line-height:1.2;letter-spacing:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submenu__standard-nav{padding-bottom:2rem}.submenu__link-list{list-style:none;display:flex;flex-direction:column;margin:0;padding:0!important;border-top:1px solid rgba(25,33,47,.1)}.submenu__link-list li{margin:0!important;padding:0!important;border-bottom:1px solid rgba(25,33,47,.08)}.submenu__link-list li:last-child{border-bottom:0}.submenu__link{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:0;min-height:3.125rem;width:100%;padding:.625rem 0!important;color:rgba(25,33,47,.86);background:transparent;text-decoration:none;line-height:1.22;transition:color .22s ease,opacity .22s ease}.submenu__link-text{min-width:0;font-size:1.25rem;font-weight:500;font-variation-settings:"wght" 500,"slnt" 0;line-height:1.22;letter-spacing:0;overflow-wrap:anywhere;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__link:after,.submenu__link:before{display:none;content:none}.submenu__link:focus-visible,.submenu__link:hover{color:rgba(25,33,47,.9);transform:none;background:transparent}.submenu__link:focus-visible .submenu__link-text,.submenu__link:hover .submenu__link-text{color:#4180FF}.submenu__link:focus-visible:before,.submenu__link:hover:before{display:none}.submenu__link:active{opacity:.72;transform:none;background:transparent}.submenu__link:active .submenu__link-text{color:#4180FF}.submenu--services.active .submenu__category,.submenu--standard.active .submenu__link-list li{animation:none}.submenu--services.active .submenu__category:first-child,.submenu--standard.active .submenu__link-list li:first-child{animation-delay:.03s}.submenu--services.active .submenu__category:nth-child(2),.submenu--standard.active .submenu__link-list li:nth-child(2){animation-delay:.06s}.submenu--services.active .submenu__category:nth-child(3),.submenu--standard.active .submenu__link-list li:nth-child(3){animation-delay:.09s}.submenu--services.active .submenu__category:nth-child(4),.submenu--standard.active .submenu__link-list li:nth-child(4){animation-delay:.12s}.submenu--services.active .submenu__category:nth-child(5),.submenu--standard.active .submenu__link-list li:nth-child(5){animation-delay:.15s}.submenu--services.active .submenu__category:nth-child(6),.submenu--standard.active .submenu__link-list li:nth-child(6){animation-delay:.18s}.submenu--services.active .submenu__category:nth-child(7),.submenu--standard.active .submenu__link-list li:nth-child(7){animation-delay:.21s}.submenu--managed.active .submenu__managed-primary-list li,.submenu--managed.active .submenu__managed-secondary-list li{animation:none}.submenu__category--open .submenu__category-list--accordion li{animation:submenuItemIn .34s cubic-bezier(.22,1,.36,1) both}.submenu__category--open .submenu__category-list--accordion li:first-child{animation-delay:.03s}.submenu__category--open .submenu__category-list--accordion li:nth-child(2){animation-delay:.05s}.submenu__category--open .submenu__category-list--accordion li:nth-child(3){animation-delay:.07s}.submenu__category--open .submenu__category-list--accordion li:nth-child(4){animation-delay:.09s}.submenu__category--open .submenu__category-list--accordion li:nth-child(5){animation-delay:.11s}.submenu__category--open .submenu__category-list--accordion li:nth-child(6){animation-delay:.13s}.submenu__category--open .submenu__category-list--accordion li:nth-child(7){animation-delay:.15s}.submenu__category--open .submenu__category-list--accordion li:nth-child(8){animation-delay:.17s}.submenu__category--open .submenu__category-list--accordion li:nth-child(9){animation-delay:.19s}.submenu__category--open .submenu__category-list--accordion li:nth-child(n+10){animation-delay:.21s}@keyframes submenuItemIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.submenu--services.active .submenu__category,.submenu--standard.active .submenu__link-list li,.submenu__category--open .submenu__category-list--accordion li{animation:none}.submenu__back,.submenu__close,.submenu__link,.submenu__link:after{transition:none}}.menumobile__list .menu-list .submenu ul{list-style:none;margin:0;padding:0}.menumobile__list .menu-list .submenu ul li{width:100%;border-bottom:1px solid rgba(25,33,47,.07);padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;position:relative}.menumobile__list .menu-list .submenu ul li:after{display:none}.menumobile__list .menu-list .submenu ul li a{display:flex;align-items:center;min-height:3.125rem;height:3.125rem;font-size:1.4375rem;font-weight:500;line-height:1.2;color:rgba(25,33,47,.88);text-decoration:none;width:100%;padding:0!important;margin-top:0!important;margin-bottom:0!important}.submenu__services{display:flex;flex-direction:column;gap:2rem;padding:0 0 2rem}.submenu__category{display:flex;flex-direction:column;gap:.75rem;margin-bottom:0;padding-bottom:0}.submenu__category:not(:last-child){border-bottom:1px solid rgba(25,33,47,.08);padding-bottom:1.5rem;margin-bottom:0}.submenu__category-title{font-size:1.125rem;font-weight:600;font-variation-settings:"wght" 620;color:var(--bs-heading-color);margin:0;padding:0 0 .5rem;line-height:1.3;letter-spacing:-.01em;border-bottom:2px solid rgba(52,39,231,.15)}.submenu__category-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.submenu__category-list li{margin:0;padding:0;border-bottom:none!important;position:relative}.submenu__category-list li:after{display:none}.submenu__category-list li a{display:block;min-height:3.125rem;font-size:1.4375rem;font-weight:500;line-height:1.58;color:rgba(25,33,47,.88);text-decoration:none;width:100%;padding:.75rem 0!important;margin:0!important;border-radius:0;transition:color .2s cubic-bezier(.4,0,.2,1),opacity .2s ease;position:relative}.submenu__category-list li a:before{display:none;content:none}.submenu__category-list li a:hover{color:#4180FF;background:transparent;padding-left:0!important}.submenu__category-list li a:hover:before{display:none}.submenu__category-list li a:active{color:#4180FF;background:transparent}.submenu__services--accordion{gap:0;padding-bottom:2rem;border-top:1px solid rgba(25,33,47,.1)}.submenu__all-services-link{display:flex;align-items:center;justify-content:space-between;min-height:3.125rem;height:3.125rem;margin-bottom:0!important;padding:0!important;color:rgba(25,33,47,.88)!important;border-bottom:1px solid rgba(25,33,47,.1);font-size:1.4375rem!important;font-weight:500!important;line-height:1.2;letter-spacing:0;text-transform:none}.submenu__category--accordion{gap:0;padding:0!important;border-bottom:1px solid rgba(25,33,47,.1)!important}.submenu__category-toggle{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:3.125rem;height:3.125rem;padding:0;color:rgba(25,33,47,.88);background:transparent;border:0;border-radius:0;font-family:inherit;font-size:1.25rem;font-weight:520;line-height:1.2;letter-spacing:0;text-align:left;text-transform:none;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__category-toggle:focus{outline:none}.submenu__category-toggle:focus-visible{box-shadow:none}.submenu__category-toggle:before{display:none;content:none}.submenu__category-toggle:focus-visible,.submenu__category-toggle:hover{color:#4180FF;background:transparent}.submenu__category-toggle:focus-visible:before,.submenu__category-toggle:hover:before{display:none}.submenu__category--open .submenu__category-toggle{color:#4180FF}.submenu__category-toggle-icon{position:relative;width:44px;height:44px;margin-right:-.75rem;color:rgba(25,33,47,.68);flex-shrink:0}.submenu__category--open .submenu__category-toggle-icon,.submenu__category-toggle:focus-visible .submenu__category-toggle-icon,.submenu__category-toggle:hover .submenu__category-toggle-icon{color:#4180FF}.submenu__category-toggle-icon:after,.submenu__category-toggle-icon:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:currentColor;transform:translate(-50%,-50%);transition:transform .28s cubic-bezier(.4,0,.2,1)}.submenu__category-toggle-icon:after{transform:translate(-50%,-50%) rotate(90deg)}.submenu__category--open .submenu__category-toggle-icon:after{transform:translate(-50%,-50%) rotate(0deg)}.submenu__category-list--accordion{display:flex;gap:0;max-height:0;padding-bottom:0!important;opacity:0;overflow:hidden;visibility:hidden;transform:translateY(-.25rem);transition:max-height .46s cubic-bezier(.4,0,.2,1),padding-bottom .46s cubic-bezier(.4,0,.2,1),opacity .24s ease,transform .36s cubic-bezier(.4,0,.2,1),visibility 0s linear .46s;will-change:max-height,opacity,transform}.submenu__category--open .submenu__category-list--accordion{max-height:var(--submenu-category-height,32rem);padding-bottom:.875rem!important;opacity:1;visibility:visible;transform:translateY(0);transition:max-height .5s cubic-bezier(.4,0,.2,1),padding-bottom .5s cubic-bezier(.4,0,.2,1),opacity .28s ease .04s,transform .4s cubic-bezier(.4,0,.2,1),visibility 0s linear 0s}.submenu__category-list--accordion li{border-bottom:0!important}.submenu__category-list--accordion li a{min-height:2.5rem;padding:.375rem 0!important;font-size:1rem;font-weight:500;line-height:1.4;letter-spacing:0;color:rgba(25,33,47,.84);background:transparent!important;border-radius:0;transition:color .22s cubic-bezier(.4,0,.2,1),opacity .22s ease}.submenu__category-list--accordion li a:before{content:none;display:none;position:absolute;left:.125rem;top:50%;width:.4375rem;height:.4375rem;border:1px solid #4180ff;background:#4180FF;border-radius:0;transform:translateY(-50%);transition:background-color .22s cubic-bezier(.4,0,.2,1),border-color .22s cubic-bezier(.4,0,.2,1)}.submenu__category-list--accordion li a:focus-visible,.submenu__category-list--accordion li a:hover{color:rgba(25,33,47,.84);background:transparent!important;padding-left:0!important;transform:none}.submenu__category-list--accordion li a:focus-visible:before,.submenu__category-list--accordion li a:hover:before{display:none;content:none}.submenu__category-list--accordion li a:active{color:rgba(25,33,47,.84);background:transparent!important;transform:none}.submenu__category-list--accordion li a:active:before{display:none;content:none}.submenu__service-title{display:inline-block;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__category-list--accordion li a:focus-visible .submenu__service-title,.submenu__category-list--accordion li a:hover .submenu__service-title{color:#4180FF}.submenu__category-list--accordion li a:active .submenu__service-title{color:#4180FF}.submenu__services--plain{gap:0;padding-bottom:2rem}.submenu__services--plain .submenu__category{display:block;gap:0;padding:0;margin:0;border:0}.submenu__services--plain .submenu__category-list{gap:0}.submenu__services--plain .submenu__category-list li{border-bottom:1px solid rgba(25,33,47,.07)!important}.submenu__services--plain .submenu__category-list li:last-child{border-bottom:0!important}.submenu__services--plain .submenu__category-list li a{display:flex;align-items:center;min-height:3.125rem;height:auto;padding:.35rem 0!important;color:rgba(25,33,47,.95);background:transparent!important;border-radius:0;font-size:1.25rem;font-weight:520;line-height:1.2}.submenu__services--plain .submenu__managed-primary-list li a{align-items:flex-start;flex-direction:column;justify-content:center;min-height:4rem;padding:.5rem 0!important;gap:.25rem;transition:color .22s cubic-bezier(.4,0,.2,1),opacity .22s ease}.submenu__managed-title{display:inline-flex;align-items:center;min-width:0;font-size:1.25rem;line-height:1.16;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__managed-subtitle{display:block;color:rgba(25,33,47,.58);font-size:.9375rem;font-weight:500;line-height:1.25;letter-spacing:0;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__services--plain .submenu__managed-primary-list li,.submenu__services--plain .submenu__managed-secondary-list li{opacity:1;transform:none;transition:none;will-change:auto}.submenu--managed.active .submenu__managed-primary-list li,.submenu--managed.active .submenu__managed-secondary-list li{opacity:1;transform:none}.submenu--managed.active .submenu__managed-primary-list li:first-child,.submenu--managed.active .submenu__managed-primary-list li:nth-child(2),.submenu--managed.active .submenu__managed-primary-list li:nth-child(3),.submenu--managed.active .submenu__managed-primary-list li:nth-child(4),.submenu--managed.active .submenu__managed-secondary-list li:first-child,.submenu--managed.active .submenu__managed-secondary-list li:nth-child(2),.submenu--managed.active .submenu__managed-secondary-list li:nth-child(3),.submenu--managed.active .submenu__managed-secondary-list li:nth-child(4){transition-delay:0s}.submenu__services--plain .submenu__category-list li a:before{display:none}.submenu__services--plain .submenu__category-list li a:active,.submenu__services--plain .submenu__category-list li a:focus,.submenu__services--plain .submenu__category-list li a:hover{padding-left:0!important;color:rgba(25,33,47,.95);background:transparent!important}.submenu__services--plain .submenu__managed-primary-list li a:active,.submenu__services--plain .submenu__managed-primary-list li a:focus-visible,.submenu__services--plain .submenu__managed-primary-list li a:hover{background:transparent!important;color:rgba(25,33,47,.95)}.submenu__services--plain .submenu__managed-primary-list li a:focus-visible .submenu__managed-title,.submenu__services--plain .submenu__managed-primary-list li a:hover .submenu__managed-title{color:#4180FF}.submenu__services--plain .submenu__managed-primary-list li a:focus-visible .submenu__managed-subtitle,.submenu__services--plain .submenu__managed-primary-list li a:hover .submenu__managed-subtitle{color:rgba(25,33,47,.72)}.submenu__services--plain .submenu__managed-primary-list li a:active .submenu__managed-subtitle,.submenu__services--plain .submenu__managed-primary-list li a:active .submenu__managed-title{transform:none}.submenu__managed-secondary-list{margin-top:1.125rem;padding-top:.875rem;border-top:1px solid rgba(25,33,47,.1)}.submenu__services--plain .submenu__managed-secondary-list li{border-bottom:0!important}.submenu__services--plain .submenu__managed-secondary-list li a{min-height:2.375rem;padding:.25rem 0!important;color:rgba(25,33,47,.64);font-size:1rem;font-weight:500;line-height:1.35;transition:color .22s cubic-bezier(.4,0,.2,1)}.submenu__services--plain .submenu__managed-secondary-list li a:active,.submenu__services--plain .submenu__managed-secondary-list li a:focus-visible,.submenu__services--plain .submenu__managed-secondary-list li a:hover{padding-left:0!important;color:rgba(25,33,47,.9);background:transparent!important;transform:none}@media (min-width:992px){.menumobile__social a{width:2.5rem;height:2.5rem;font-size:1.5625rem}}@media (min-width:1025px){.header__menu .menu-list li.menu-has-children>.megamenu{background:#E7ECF8!important;opacity:1!important;visibility:hidden!important;pointer-events:none!important;z-index:1200!important;transition:clip-path .42s cubic-bezier(.19,1,.22,1),box-shadow .2s ease!important;will-change:clip-path}.header__menu .menu-list li.menu-has-children:focus-within>.megamenu,.header__menu .menu-list li.menu-has-children:hover>.megamenu{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:1200!important;clip-path:inset(0 0 0 0)!important}}:root{--tkxel-blue:#4180FF;--tkxel-dark-blue:#2F6FEA;--tkxel-bg-gray:#F8F9FA;--tkxel-border:#E9ECEF;--tkxel-text-primary:#212529;--tkxel-text-secondary:#6C757D}.header__menu .menu-list .megamenu{position:fixed!important;top:4.6875rem!important;left:0!important;right:0!important;z-index:1200!important;width:100vw!important;opacity:0;visibility:hidden;clip-path:inset(0 0 100% 0);transition:all .3s ease-in-out;max-height:calc(100vh - 4.6875rem);min-height:auto;overflow-y:auto;background:#E7ECF8!important;padding:0!important;isolation:isolate;box-shadow:0 16px 48px rgba(0,0,0,.15);border-bottom:1px solid rgba(0,0,0,.08)}.header__menu .menu-list .megamenu .item-cta,.header__menu .menu-list .megamenu .item-cta .item-cta-image,.header__menu .menu-list .megamenu .item-cta img{border-radius:0!important}.header__menu .menu-list .megamenu .item-cta:hover .megamenu-card-title span,.header__menu .menu-list .megamenu .item-cta:hover h4 span{transform:translate(20%,-20%)}.header__menu .menu-list .menu-has-children:hover .megamenu{opacity:1;visibility:visible;clip-path:inset(0 0 0 0)}.megamenu-tkxel-container{font-family:var(--font-inter-tight),"Inter Tight","Inter",system-ui,sans-serif!important;position:relative;z-index:1;max-width:100%;margin:0 auto;padding:0 0 40px;display:grid;grid-template-columns:280px 1fr;height:600px;background:#FFFFFF}.megamenu-tabs{padding:20px 0;background:var(--tkxel-bg-gray);border-right:1px solid var(--tkxel-border)}.megamenu-tabs,.tabs-list{display:flex;flex-direction:column}.tab-item,.tabs-list{width:100%}.tab-item{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:transparent;border:none;border-radius:0;font-family:Inter Tight,Inter,sans-serif!important;font-size:16px;font-weight:500!important;font-variation-settings:"wght" 500!important;color:var(--tkxel-text-primary);cursor:pointer;transition:color .08s ease-out,background-color .08s ease-out;text-align:left;position:relative}.tab-item:hover{color:var(--tkxel-blue);background:rgba(65,128,255,.06)}.tab-item.active{background:linear-gradient(90deg,#2F6FEA,#4180FF);color:#FFFFFF;font-weight:600}.tab-item.active svg{display:block}.tab-item.active svg path{fill:#FFFFFF}.tab-item svg{display:none;width:6px;height:9px;flex-shrink:0}.tabs-bottom-content{margin-top:auto;padding:24px}.tabs-bottom-content>p{font-size:11px;font-weight:700;color:#999;letter-spacing:1px;margin-bottom:16px;text-transform:uppercase}.tabs-logos{display:flex;gap:20px;flex-wrap:wrap;min-height:80px;align-items:flex-start}.tabs-logos .logo-image,.tabs-logos img{display:block;height:auto;width:auto;max-height:40px;max-width:55px;-o-object-fit:contain;object-fit:contain;opacity:.8;transition:opacity .2s}.tabs-logos .logo-image{width:55px;height:40px;background-image:none;background-position:0;background-repeat:no-repeat;background-size:contain}.tabs-logos .logo-image.cloud-logo,.tabs-logos img.cloud-logo{height:auto;max-height:28px;max-width:42px}.tabs-logos .logo-image.cloud-logo{width:42px;height:28px}.tabs-logos .logo-image:hover,.tabs-logos img:hover{opacity:1}.megamenu-content{padding:40px 50px;display:grid;grid-template-columns:1fr 320px;gap:60px;background:#FFFFFF;height:100%;overflow-y:auto}.megamenu-grid-wrapper{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding-right:8px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 32px;align-content:start}.service-card{display:flex;align-items:flex-start;gap:16px;text-decoration:none;padding:8px;background:transparent;border-radius:0;transition:all .2s ease}.service-card:hover{background:#F8F9FA}.service-icon{flex-shrink:0;width:8px;height:8px;background:var(--tkxel-text-secondary);border-radius:0;margin-top:8px;display:inline-block;transition:background .2s ease}.service-card:hover .service-icon{background:var(--tkxel-blue)}.service-icon svg{display:none}.service-card:hover .service-card-title,.service-card:hover h4{color:var(--tkxel-blue)}.service-card .service-card-title,.service-card h4{font-size:16px;font-weight:600;color:var(--tkxel-text-primary);margin-bottom:4px;display:flex;align-items:center;gap:8px;transition:color .2s;line-height:1.4}.service-card p{font-size:15px;color:var(--tkxel-text-secondary);line-height:1.5;margin:0}.badge{justify-content:center;padding:2px 6px;font-size:10px;font-weight:700;border-radius:2px;text-transform:uppercase;background:#E3F2FD;color:var(--tkxel-blue);height:18px}.badge,.mega-ai-btn{display:inline-flex;align-items:center}.mega-ai-btn{gap:8px;font-size:13px;font-weight:500;color:var(--tkxel-text-secondary);text-transform:none;text-decoration:none;transition:gap .2s}.mega-ai-btn:hover{gap:12px;color:var(--tkxel-blue)!important}.service-btn{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;color:var(--tkxel-text-primary);font-family:Inter Tight,Inter,sans-serif!important;font-size:14px;font-weight:500!important;font-variation-settings:"wght" 500!important;margin-bottom:20px;padding:12px 16px;text-decoration:none;transition:background .2s,color .2s;border:1px solid var(--tkxel-border);border-radius:0;background:var(--tkxel-bg-gray)}.service-btn:hover{background:#FFFFFF;color:var(--tkxel-blue)!important}.spotlight-section{display:flex;flex-direction:column;padding:40px;border-left:1px solid var(--tkxel-border);background:#EBF5FF;margin:0 -50px -40px;height:auto;min-height:200px;overflow-y:auto}.spotlight-title{font-size:13px;font-weight:700;color:var(--tkxel-text-secondary);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:24px;display:block}.mega-spotlight-posts{display:flex;flex-direction:column;gap:24px}.spotlight-item{display:flex;flex-direction:column;gap:12px}.spotlight-item .thumb-wrap{display:block;border-radius:0;overflow:hidden}.spotlight-item .thumb-image,.spotlight-item img{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}.spotlight-item .thumb-image{aspect-ratio:16/9;background-image:none;background-position:50%;background-repeat:no-repeat;background-size:cover}.spotlight-item:hover .thumb-image,.spotlight-item:hover img{transform:scale(1.05)}.spotlight-item .spotlight-item-title,.spotlight-item h4{font-size:18px;font-weight:700;line-height:1.3;margin-bottom:12px;color:var(--tkxel-text-primary);transition:color .2s;display:block}.spotlight-item .spotlight-item-title:hover,.spotlight-item h4:hover{color:var(--tkxel-blue)}.mega-spotlight-posts.has-multiple .spotlight-item{flex-direction:row;gap:16px;align-items:flex-start}.mega-spotlight-posts.has-multiple .spotlight-item .thumb-wrap{flex-shrink:0;width:180px;border-radius:0}.mega-spotlight-posts.has-multiple .spotlight-item .thumb-image,.mega-spotlight-posts.has-multiple .spotlight-item img{width:180px;height:130px;-o-object-fit:contain;object-fit:contain;aspect-ratio:auto}.mega-spotlight-posts.has-multiple .spotlight-item .spotlight-item-title,.mega-spotlight-posts.has-multiple .spotlight-item h4{font-size:17px}.mega-spotlight-posts.has-multiple .spotlight-item>div{flex:1;display:flex;flex-direction:column;gap:8px}.megamenu-enao-wrapper--about{background:transparent}.megamenu-about-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 20px;padding:0 0 16px;border-bottom:1px solid rgba(25,33,47,.08)}.megamenu-about-copy{min-width:0;max-width:720px}.megamenu-about-label{display:block;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--tkxel-text-secondary)}.megamenu-about-copy .megamenu-about-heading,.megamenu-about-copy h3{margin:0 0 8px;color:var(--tkxel-text-primary);font-size:21px;font-weight:700;line-height:1.16;letter-spacing:-.01em}.megamenu-about-copy p{margin:0;color:var(--tkxel-text-secondary);font-size:14px;line-height:1.5;max-width:60ch}.megamenu-about-link{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;align-self:flex-end;padding:11px 15px;border:1px solid var(--tkxel-border);background:#FFFFFF;color:var(--tkxel-text-primary);text-decoration:none;transition:transform .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.megamenu-about-link span{font-size:13px;font-weight:600;line-height:1.2}.megamenu-about-link svg{width:14px;height:14px;transition:transform .2s ease}.megamenu-about-link:hover{color:#4180FF;border-color:#4180FF;box-shadow:0 12px 24px rgba(25,33,47,.08);transform:translateY(-1px)}.megamenu-about-link:hover svg{transform:translateX(2px)}.megamenu-about-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px 18px}.megamenu-about-card{min-width:0}.megamenu-about-grid .item-cta{overflow:hidden}.megamenu-about-grid .item-cta .item-cta-image,.megamenu-about-grid .item-cta img{transform:scale(1);transition:transform .45s cubic-bezier(.22,1,.36,1),opacity .3s ease}.megamenu-about-grid .item-cta:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(25,33,47,.12)}.megamenu-about-grid .item-cta:hover .item-cta-image,.megamenu-about-grid .item-cta:hover img{opacity:.92!important;transform:scale(1.05)}.header__menu .menu-list .megamenu .megamenu-about-grid .item-cta .megamenu-card-title,.header__menu .menu-list .megamenu .megamenu-about-grid .item-cta h4{bottom:8%!important;font-size:1rem!important;line-height:1.18!important;padding:0 1rem!important;text-shadow:0 1px 12px rgba(0,0,0,.28)}.megamenu-about-grid .item-cta--about:after{padding-top:56%}.megamenu-about-grid .item-cta:hover .megamenu-card-title span,.megamenu-about-grid .item-cta:hover h4 span{transform:translate(22%,-22%)}.megamenu-about-grid>:first-child .item-cta{transition-delay:0s}.megamenu-about-grid>:nth-child(2) .item-cta{transition-delay:.06s}.megamenu-about-grid>:nth-child(3) .item-cta{transition-delay:.12s}.megamenu-about-grid>:nth-child(4) .item-cta{transition-delay:.18s}.megamenu-about-grid>:nth-child(5) .item-cta{transition-delay:.24s}.megamenu-about-grid>:nth-child(6) .item-cta{transition-delay:.3s}.megamenu-about-grid>:nth-child(7) .item-cta{transition-delay:.36s}@media (max-width:1600px){.header__menu .menu-list .megamenu{box-shadow:none!important}.megamenu-tkxel-container{max-width:100%!important;grid-template-columns:220px 1fr!important;height:520px!important}.megamenu-content{padding:24px 32px!important;gap:32px!important;grid-template-columns:1fr 280px!important}.tab-item{padding:12px 16px!important;font-size:12px!important}.service-card{padding:6px!important;gap:12px!important}.service-card .service-card-title,.service-card h4{font-size:12px!important}.service-card p{font-size:10px!important;line-height:1.35!important}.services-grid{gap:10px 20px!important}.spotlight-section{padding:24px!important;margin:0 -32px -24px!important;height:auto!important;min-height:180px!important}.spotlight-title{font-size:10px!important;margin-bottom:16px!important}.spotlight-item .spotlight-item-title,.spotlight-item h4{font-size:13px!important;margin-bottom:8px!important}.mega-spotlight-posts.has-multiple .spotlight-item .spotlight-item-title,.mega-spotlight-posts.has-multiple .spotlight-item h4{font-size:12px!important}.mega-spotlight-posts.has-multiple .spotlight-item .thumb-wrap{width:140px!important}.mega-spotlight-posts.has-multiple .spotlight-item .thumb-image,.mega-spotlight-posts.has-multiple .spotlight-item img{width:140px!important;height:100px!important}.megamenu-about-hero{gap:20px;margin-bottom:20px;padding-bottom:16px}.megamenu-about-copy .megamenu-about-heading,.megamenu-about-copy h3{font-size:18px}.megamenu-about-copy p{font-size:13px}.megamenu-about-link{padding:10px 12px}.tabs-bottom-content{padding:16px!important}.tabs-bottom-content>p{font-size:10px!important;margin-bottom:12px!important}.tabs-logos{gap:14px!important;min-height:60px!important}.tabs-logos .logo-image,.tabs-logos img{height:auto!important;max-height:32px!important;max-width:45px!important}.tabs-logos .logo-image{width:45px!important;height:32px!important}.service-btn{padding:10px 12px!important;margin-bottom:16px!important}.mega-ai-btn,.service-btn{font-size:11px!important}.badge{font-size:9px!important;padding:2px 5px!important;height:16px!important}}@media (max-width:1400px){.megamenu-tkxel-container{grid-template-columns:200px 1fr!important;height:500px!important}.megamenu-content{padding:20px 28px!important;gap:24px!important;grid-template-columns:1fr 260px!important}.tab-item{padding:10px 14px!important}.service-card .service-card-title,.service-card h4,.tab-item{font-size:11px!important}.service-card p{font-size:10px!important}.spotlight-item .spotlight-item-title,.spotlight-item h4{font-size:12px!important}}@media (max-width:1200px){.megamenu-tkxel-container{max-width:100%!important;grid-template-columns:180px 1fr!important;height:480px!important}.megamenu-content{padding:18px!important;gap:20px!important;grid-template-columns:1fr 220px!important}.services-grid{gap:8px 16px!important}.service-card .service-card-title,.service-card h4{font-size:10px!important}.service-card p{font-size:9px!important}.tab-item{padding:10px 12px!important;font-size:10px!important}.spotlight-section{padding:18px!important;margin:0 -18px -18px!important;height:auto!important;min-height:160px!important}.spotlight-item .spotlight-item-title,.spotlight-item h4{font-size:11px!important}.megamenu-about-hero{gap:16px}.megamenu-about-copy .megamenu-about-heading,.megamenu-about-copy h3{font-size:16px}.megamenu-about-copy p{font-size:12px}}@media (max-width:1024px){.header__menu .menu-list .megamenu{display:none!important}.megamenu-tkxel-container{display:none}}@media (max-width:768px){.header__menu .menu-list .megamenu,.megamenu-tkxel-container{display:none!important;visibility:hidden!important}}.megamenu-content-2col{display:grid!important;grid-template-columns:1fr 300px!important;padding:40px 50px!important;gap:40px!important}.megamenu-col-left{overflow-y:auto;padding-right:20px}.megamenu-col-right{display:flex;flex-direction:column;gap:0;border-left:1px solid var(--tkxel-border);padding-left:40px;margin-left:-10px}.quick-links-section{padding:32px 0;border-bottom:1px solid var(--tkxel-border)}.quick-links-title{font-size:11px;font-weight:700;color:var(--tkxel-text-secondary);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px;display:block}.quick-links-list{display:flex;flex-direction:column;gap:0}.quick-link-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:14px;font-weight:500;color:var(--tkxel-text-primary);text-decoration:none;border-bottom:1px solid var(--tkxel-border);transition:color .15s ease,gap .2s ease;gap:8px}.quick-link-item:last-child{border-bottom:none}.quick-link-item:hover{color:var(--tkxel-blue);gap:12px}.quick-link-item svg{width:14px;height:14px;flex-shrink:0;color:var(--tkxel-text-secondary);transition:color .15s ease}.quick-link-item:hover svg{color:var(--tkxel-blue)}.quick-link-primary{background:linear-gradient(90deg,#2F6FEA,#4180FF);color:#FFFFFF!important;padding:14px 20px!important;border-radius:4px;font-weight:600;font-size:14px;margin-bottom:8px;border:none!important;justify-content:center;text-align:center;transition:background .2s ease,transform .15s ease!important}.quick-link-primary:hover{background:linear-gradient(90deg,#1F5FE8,#2F6FEA)!important;transform:translateY(-1px)}.quick-link-primary svg,.quick-link-primary:hover svg{color:#FFFFFF}@media (max-width:1600px){.megamenu-content-2col{grid-template-columns:1fr 260px!important;padding:24px 32px!important;gap:24px!important}.megamenu-col-right{padding-left:24px;margin-left:-4px}.quick-link-item{font-size:12px;padding:10px 0}.quick-link-primary{font-size:12px;padding:12px 16px!important}}@media (max-width:1400px){.megamenu-content-2col{grid-template-columns:1fr 240px!important;gap:20px!important}}@media (max-width:1200px){.megamenu-content-2col{grid-template-columns:1fr 200px!important;padding:18px!important}.quick-links-section{padding:20px 0}}.megamenu-managed-standalone{font-family:var(--font-inter-tight),"Inter Tight","Inter",system-ui,sans-serif!important;max-width:100%;margin:0 auto;padding:0;background:#FFFFFF}.megamenu-managed-inner{display:grid;grid-template-columns:1fr 320px;gap:60px;padding:40px 50px;max-width:1200px;margin:0 auto;min-height:400px}.megamenu-managed-left{display:flex;flex-direction:column;overflow-y:auto;padding-right:16px}.megamenu-managed-left .services-grid{grid-template-columns:repeat(2,1fr);gap:24px 32px}.megamenu-managed-right{display:flex;flex-direction:column;gap:0;border-left:1px solid var(--tkxel-border);padding-left:40px}.megamenu-managed-right .spotlight-section{margin:20px 0 0;border-radius:16px;padding:24px;height:auto;min-height:auto;border:1px solid #d6e8fb;border-left:none}.megamenu-managed-right .spotlight-title{margin-bottom:16px}@media (max-width:1600px){.megamenu-managed-inner{max-width:1100px;grid-template-columns:1fr 280px;gap:40px;padding:28px 36px;min-height:360px}.megamenu-managed-right{padding-left:28px}}@media (max-width:1200px){.megamenu-managed-inner{max-width:1000px;grid-template-columns:1fr 260px;gap:24px;padding:24px 32px;min-height:340px}.megamenu-managed-right{padding-left:24px}}@media (max-width:1024px){.megamenu-managed-standalone{display:none!important}}.badge-mobile-new{display:inline-flex;align-items:center;justify-content:center;padding:1px 6px;font-size:9px;font-weight:700;border-radius:2px;text-transform:uppercase;background:#E3F2FD;color:var(--tkxel-blue);margin-left:8px;vertical-align:middle}@keyframes instantFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes instantSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes instantScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.wow:not(.animated):not(.effect):not(.done){opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;animation:fadeInFallback .3s ease 1s forwards}@keyframes fadeInFallback{to{opacity:1;visibility:visible}}.wow.animated:not(.sec-homeAbout .wow),.wow.done:not(.sec-homeAbout .wow),.wow.effect:not(.sec-homeAbout .wow){opacity:1!important;visibility:visible!important;animation:none!important}.wow.done{pointer-events:auto}[data-splitting].splitting-ready:not(.animated):not(.effect),[data-splitting]:not(.splitting-ready){opacity:0!important;visibility:hidden!important}[data-splitting].splitting-ready:not(.effect):not(.done){opacity:0;visibility:hidden}.sec-hero .item-title[data-splitting].splitting-ready:not(.animated):not(.effect),.sec-hero .item-title[data-splitting].splitting-ready:not(.effect):not(.done),.sec-hero .item-title[data-splitting]:not(.splitting-ready),[data-splitting].splitting-ready.animated.effect,[data-splitting].splitting-ready.done,[data-splitting].splitting-ready.effect{opacity:1!important;visibility:visible!important}video{transition:opacity .5s ease}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.wow{visibility:hidden}.animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:fadeInUp}.effect-text-1 .word{vertical-align:top;overflow:hidden;position:relative;opacity:0;visibility:hidden;transform:translateY(100%)}.effect-text-1.wow.animated .word{opacity:1;visibility:visible;transform:translateY(0);transition:all .5s ease;transition-delay:calc(.2s * (var(--line-index)))}.effect-text-2 .word{vertical-align:top;overflow:hidden;position:relative;transform:translateY(100%);opacity:0;visibility:hidden}.effect-text-2.wow.animated .word{opacity:1;visibility:visible;transform:translateY(0);transition:all .5s ease;transition-delay:calc(.2s * (var(--word-index)))}.sec-homeGoiSp .product-list [class*=col-]:nth-child(2n+2) .wow{animation-delay:.2s}.wow.animated,.wow.done{visibility:visible}.hero-gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1;background:radial-gradient(circle at 50% 45%,rgba(4,9,24,.22) 0,rgba(4,9,24,.54) 48%,rgba(2,6,16,.86) 100%),linear-gradient(90deg,rgba(3,8,20,.88),rgba(5,15,34,.58) 45%,rgba(4,14,34,.72)),linear-gradient(135deg,rgba(99,102,241,.08),rgba(168,85,247,.04) 25%,transparent 50%,rgba(59,130,246,.05) 75%,rgba(139,92,246,.08));background-size:400% 400%;animation:heroGradientShift 15s ease-in-out infinite;opacity:.6}@keyframes heroGradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:hidden}.hero-particle{position:absolute;width:3px;height:3px;background:rgba(255,255,255,.6);border-radius:50%;animation:particleFloat 8s ease-in-out infinite;opacity:0}.hero-particle:after{content:"";position:absolute;width:100%;height:100%;background:inherit;border-radius:inherit;filter:blur(2px);opacity:.5}@keyframes particleFloat{0%,to{opacity:0;transform:translateY(100vh) scale(.5)}10%{opacity:.8}90%{opacity:.8}99%{opacity:0;transform:translateY(-20vh) scale(1)}}.hero-particle:first-child{left:10%;animation-delay:0s;animation-duration:12s}.hero-particle:nth-child(2){left:20%;animation-delay:2s;animation-duration:10s}.hero-particle:nth-child(3){left:30%;animation-delay:4s;animation-duration:14s}.hero-particle:nth-child(4){left:40%;animation-delay:1s;animation-duration:11s}.hero-particle:nth-child(5){left:50%;animation-delay:3s;animation-duration:9s}.hero-particle:nth-child(6){left:60%;animation-delay:5s;animation-duration:13s}.hero-particle:nth-child(7){left:70%;animation-delay:.5s;animation-duration:10s}.hero-particle:nth-child(8){left:80%;animation-delay:2.5s;animation-duration:12s}.hero-particle:nth-child(9){left:90%;animation-delay:4.5s;animation-duration:11s}.hero-particle:nth-child(10){left:15%;animation-delay:1.5s;animation-duration:14s}.hero-particle:nth-child(11){left:25%;animation-delay:3.5s;animation-duration:9s}.hero-particle:nth-child(12){left:35%;animation-delay:5.5s;animation-duration:13s}.hero-particle:nth-child(13){left:45%;animation-delay:.8s;animation-duration:10s}.hero-particle:nth-child(14){left:55%;animation-delay:2.8s;animation-duration:12s}.hero-particle:nth-child(15){left:65%;animation-delay:4.8s;animation-duration:11s}.hero-particle:nth-child(16){left:75%;animation-delay:1.2s;animation-duration:14s}.hero-particle:nth-child(17){left:85%;animation-delay:3.2s;animation-duration:9s}.hero-particle:nth-child(18){left:95%;animation-delay:5.2s;animation-duration:13s}.hero-particle:nth-child(19){left:5%;animation-delay:.3s;animation-duration:10s}.hero-particle:nth-child(20){left:98%;animation-delay:2.3s;animation-duration:12s}.hero-text-scramble{position:relative;display:inline-block}.hero-text-scramble .char{display:inline-block;animation:textScrambleIn .8s ease-out forwards;opacity:0;filter:blur(4px)}@keyframes textScrambleIn{0%{opacity:0;filter:blur(8px);transform:translateY(20px) rotateX(-40deg)}50%{filter:blur(2px)}to{opacity:1;filter:blur(0);transform:translateY(0) rotateX(0deg)}}.hero-text-scramble .char:first-child{animation-delay:.05s}.hero-text-scramble .char:nth-child(2){animation-delay:.1s}.hero-text-scramble .char:nth-child(3){animation-delay:.15s}.hero-text-scramble .char:nth-child(4){animation-delay:.2s}.hero-text-scramble .char:nth-child(5){animation-delay:.25s}.hero-text-scramble .char:nth-child(6){animation-delay:.3s}.hero-text-scramble .char:nth-child(7){animation-delay:.35s}.hero-text-scramble .char:nth-child(8){animation-delay:.4s}.hero-text-scramble .char:nth-child(9){animation-delay:.45s}.hero-text-scramble .char:nth-child(10){animation-delay:.5s}.hero-text-scramble .char:nth-child(11){animation-delay:.55s}.hero-text-scramble .char:nth-child(12){animation-delay:.6s}.hero-text-scramble .char:nth-child(13){animation-delay:.65s}.hero-text-scramble .char:nth-child(14){animation-delay:.7s}.hero-text-scramble .char:nth-child(15){animation-delay:.75s}.hero-text-scramble .char:nth-child(16){animation-delay:.8s}.hero-text-scramble .char:nth-child(17){animation-delay:.85s}.hero-text-scramble .char:nth-child(18){animation-delay:.9s}.hero-text-scramble .char:nth-child(19){animation-delay:.95s}.hero-text-scramble .char:nth-child(20){animation-delay:1s}.hero-parallax-video{will-change:transform;transform:translateZ(0)}@media (max-width:768px){.hero-particles{display:none}.hero-gradient-overlay{animation:none;background:linear-gradient(180deg,rgba(0,0,0,.3) 0,transparent 50%,rgba(0,0,0,.5))}}@media (prefers-reduced-motion:reduce){.hero-gradient-overlay{animation:none}.hero-particle{animation:none;display:none}.hero-text-scramble .char{animation:none;opacity:1;filter:none;transform:none}}.sec-hero .item-title{line-height:1.05!important}@media (width <=767.98px){.sec-hero .item-title{line-height:1.08!important}}.sec-homeAbout .titlebox__text{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;font-size:1.0625rem;line-height:1.58;color:#19212F;margin-bottom:2.5rem;letter-spacing:.01em;font-style:normal;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sec-homeAbout .titlebox__text p{margin-bottom:1.5rem;font-size:inherit;line-height:inherit;color:inherit}.sec-homeAbout .titlebox__text p:last-child{margin-bottom:0}@media (width <=767.98px){.sec-homeAbout .titlebox__text{font-size:.9375rem;line-height:1.5;margin-bottom:1rem}.sec-homeAbout .titlebox__title{font-size:1.5rem;line-height:1.15;margin-bottom:1rem}.sec-homeAbout .titlebox__btn{margin-top:.75rem;margin-bottom:0!important}.sec-homeAbout .fix-pc .item-video{display:none!important}}@media (min-width:768px){.sec-homeAbout .titlebox__text{font-size:1.0625rem;margin-bottom:3rem}}@media (min-width:992px){.sec-homeAbout .titlebox__text{font-size:1.0625rem;margin-bottom:3.5rem}}@media (min-width:1260px){.sec-homeAbout .titlebox__text{font-size:1.0625rem;margin-bottom:4rem}}@media (min-width:1750px){.sec-homeAbout .titlebox__text{font-size:1.0625rem;max-width:90%;margin-left:auto;margin-bottom:4.5rem}}.sec-homeAbout .titlebox__btn{margin-top:.25rem;margin-bottom:0}@media (min-width:768px){.sec-homeAbout .titlebox__btn{margin-top:.5rem}}@media (min-width:992px){.sec-homeAbout .titlebox__btn{margin-top:.75rem}}@media (min-width:1260px){.sec-homeAbout .titlebox__btn{margin-top:1rem}}@media (min-width:1750px){.sec-homeAbout .titlebox__btn{margin-top:1.25rem}}@media (max-width:1259.98px){.sec-homeAbout .fix-pc .wow.fadeInUp:not(.animated):not(.effect):not(.done),.sec-homeAbout .item-fixed .item-video.wow:not(.animated):not(.effect):not(.done){animation:none!important;opacity:1!important;visibility:hidden!important;transform:none!important}.sec-homeAbout .fix-pc .wow.fadeInUp.animated,.sec-homeAbout .fix-pc .wow.fadeInUp.effect,.sec-homeAbout .item-fixed .item-video.wow.animated,.sec-homeAbout .item-fixed .item-video.wow.effect{animation-name:fadeInUp!important;animation-duration:1s!important;animation-fill-mode:both!important;animation-timing-function:ease!important;visibility:visible!important;will-change:transform,opacity}.sec-homeAbout .fix-pc .wow.fadeInUp.done,.sec-homeAbout .item-fixed .item-video.wow.done{opacity:1!important;visibility:visible!important}.sec-homeAbout .item-fixed .item-video{background:transparent;overflow:visible}.sec-homeAbout .item-fixed .item-video:before{content:none}.sec-homeAbout .item-fixed .item-video video{filter:none;-webkit-filter:none;mix-blend-mode:normal}}@font-face{font-family:Inter Tight Local;src:url(/uptech/font/InterTight-VariableFont_wght.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter Tight Local;src:url(/uptech/font/InterTight-Italic-VariableFont_wght.woff2) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}.sec-homeChienluc .accordion__panel{position:relative;z-index:2;overflow:hidden;border:0;min-height:100vh;padding:2.5rem 0!important}@media (min-width:768px){.sec-homeChienluc .accordion__panel{padding:4.375rem 0!important}}@media (min-width:1260px){.sec-homeChienluc .accordion__panel{padding:6.25rem 0!important}}@media (min-width:1750px){.sec-homeChienluc .accordion__panel{padding:9.375rem 0!important}}.sec-homeChienluc .accordion__panel.active{background-color:#0C0F16!important;border-color:transparent!important;padding-top:1.875rem!important}@media (min-width:768px){.sec-homeChienluc .accordion__panel.active{padding-top:2.5rem!important}}@media (min-width:1750px){.sec-homeChienluc .accordion__panel.active{padding-top:3.75rem!important}}.sec-homeChienluc .item-bg{z-index:-1!important;opacity:.4!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}.sec-homeChienluc .item-bg,.sec-homeChienluc .item-bg video{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.sec-homeChienluc .item-bg video{-o-object-fit:cover!important;object-fit:cover!important;z-index:0!important}.sec-homeChienluc .item-bg.no-video{background-image:url(/media/hero-technology-arrows.jpg)!important;opacity:.85!important}.sec-homeChienluc .item-bg:after{content:""!important;display:none!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;background-color:transparent!important;z-index:1!important}.sec-homeChienluc .accordion__panel .container{position:relative;z-index:2;padding-top:2.5rem!important}@media (min-width:768px){.sec-homeChienluc .accordion__panel .container{padding-top:4.375rem!important}}@media (min-width:1260px){.sec-homeChienluc .accordion__panel .container{padding-top:6.25rem!important}}@media (min-width:1750px){.sec-homeChienluc .accordion__panel .container{padding-top:9.375rem!important}}.sec-homeChienluc .accordion__title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1rem!important;font-weight:400!important;color:rgba(57,70,77,.65)!important;margin-bottom:.625rem!important;cursor:pointer!important;transition:color .3s ease!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.sec-homeChienluc .accordion__title:hover{color:rgba(57,70,77,.85)!important}.sec-homeChienluc .accordion__title:after{display:none!important}.sec-homeChienluc .accordion__panel.active .accordion__title{color:rgba(255,255,255,.8)!important}.sec-homeChienluc .accordion__panel.active .accordion__title:hover{color:rgba(255,255,255,1)!important}@media (min-width:768px) and (max-width:1259.98px){.sec-homeChienluc .accordion__title{font-size:.875rem!important}}.sec-homeChienluc .accordion__content,.sec-homeChienluc .accordion__title{padding:0!important}.sec-homeChienluc .accordion__bodyContent{position:relative}.sec-homeChienluc .accordion__bodyContent .item-body{width:90%!important}.sec-homeChienluc .accordion__bodyContent .item-title{font-family:Inter Tight,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important;font-size:1.4375rem!important;font-weight:400!important;color:#FFF!important;margin-bottom:.625rem!important;line-height:1.3!important}.sec-homeChienluc .accordion__bodyContent .item-btn .btn-outline{border:1px solid rgba(255,255,255,.21)!important;color:#fff!important}.sec-homeChienluc .accordion__bodyContent .item-btn .btn-outline:hover{background-color:#fff!important;color:var(--bs-heading-color)!important}@media (min-width:768px){.sec-homeChienluc .accordion__bodyContent:before{padding-top:120%}.sec-homeChienluc .accordion__bodyContent .item-title{margin-bottom:1.25rem!important}}@media (min-width:992px){.sec-homeChienluc .accordion__bodyContent:before{padding-top:100%}.sec-homeChienluc .accordion__bodyContent .item-body{width:80%!important}.sec-homeChienluc .accordion__bodyContent .item-title{font-size:1.875rem!important}}@media (min-width:1260px){.sec-homeChienluc .accordion__bodyContent:before{padding-top:75%}.sec-homeChienluc .accordion__bodyContent .item-title{font-size:2.1875rem!important;margin-bottom:1.5625rem!important}}@media (min-width:1750px){.sec-homeChienluc .accordion__bodyContent .item-body{width:72%!important}.sec-homeChienluc .accordion__bodyContent .item-title{font-size:2.5rem!important;margin-bottom:1.75rem!important}}@media (max-width:767.98px){.sec-homeChienluc .accordion__panel:not(.active){display:none!important}.sec-homeChienluc .accordion__panel.active{display:block!important}}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:not(:first-child){position:absolute;top:0;left:0;right:0;clip-path:inset(100% 0 0 0)}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:first-child{z-index:1}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:nth-child(2){z-index:2}.sec-homeChienluc .accordion2.fix-effect .accordion__panel:nth-child(3){z-index:3}.sec-homeChienluc .accordion__bodyContent .item-btn .btn-outline,.sec-homeChienluc .accordion__bodyContent .item-title,.sec-homeChienluc .accordion__title{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sec-homeAccordion{padding-top:1.875rem;padding-bottom:3.4375rem;--bs-heading-weight:493}@media (min-width:768px){.sec-homeAccordion{padding-bottom:4.375rem}}@media (min-width:992px){.sec-homeAccordion{padding-bottom:5.625rem}}@media (min-width:1260px){.sec-homeAccordion{padding-top:3.125rem;padding-bottom:7.8125rem}}.sec-homeAccordion .titlebox{margin-bottom:1.25rem}.sec-homeAccordion .titlebox__title{margin:0;font-weight:var(--bs-heading-weight)!important;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0}@media (max-width:991.98px){.sec-homeAccordion .titlebox__title.style-34{font-size:1.4375rem;line-height:1.2}}.sec-homeAccordion .titlebox__btn{display:flex;justify-content:flex-end}.sec-homeAccordion .wow{opacity:1;transform:none;transition:none;visibility:hidden}.sec-homeAccordion .wow.animated{visibility:visible}.sec-homeAccordion .wow.fadeInUp.animated{animation:homeProjectsFadeIn .24s ease-out both!important}.sec-homeAccordion .titlebox__btn.wow.fadeInUp.animated{animation:homeProjectsHeaderRise .5s cubic-bezier(.22,1,.36,1) both!important}.sec-homeAccordion .accordion__panel.wow.fadeInUp.animated{animation:homeProjectsPanelFade .28s ease-out both!important}@keyframes homeProjectsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes homeProjectsHeaderRise{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes homeProjectsPanelFade{0%{opacity:0;transform:none}to{opacity:1;transform:none}}@media (min-width:768px){.sec-homeAccordion .titlebox{margin-bottom:1.5625rem}}.sec-homeAccordion .accordion__panel{border-bottom:1px solid rgba(27,27,27,.12)}.sec-homeAccordion .accordion__panel.wow,.sec-homeAccordion .accordion__panel.wow.animated,.sec-homeAccordion .accordion__panel.wow.done,.sec-homeAccordion .accordion__panel.wow.effect{animation:none!important;opacity:1!important;transform:none!important;visibility:visible!important}.sec-homeAccordion .row{margin-left:-.3125rem;margin-right:-.3125rem;width:auto}.sec-homeAccordion .row>[class*=col-]{padding-left:.3125rem;padding-right:.3125rem}@media (min-width:1260px){.sec-homeAccordion .row{margin-left:-.5625rem;margin-right:-.5625rem}.sec-homeAccordion .row>[class*=col-]{padding-left:.5625rem;padding-right:.5625rem}}@media (min-width:1750px){.sec-homeAccordion .row{margin-left:-.75rem;margin-right:-.75rem}.sec-homeAccordion .row>[class*=col-]{padding-left:.75rem;padding-right:.75rem}}.sec-homeAccordion .accordion__panel:first-child{border-top:1px solid rgba(27,27,27,.12)}.sec-homeAccordion .accordion__panel:last-child{border-bottom:1px solid rgba(27,27,27,.12)}.sec-homeAccordion .accordion__content,.sec-homeAccordion .accordion__title{padding:0!important}.sec-homeAccordion .accordion__title{padding:1rem 0!important;position:relative;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;outline:none}.sec-homeAccordion .accordion__title:focus-visible{outline:2px solid rgba(52,39,231,.35);outline-offset:4px}@media (min-width:992px){.sec-homeAccordion .accordion__title{padding:1.25rem 0!important}}@media (min-width:1750px){.sec-homeAccordion .accordion__title{padding:1.75rem 0!important}}.sec-homeAccordion .accordion__title:after{display:none}.sec-homeAccordion .accordion__title .f-sub{font-size:1rem;color:rgba(57,70,77,.65);font-weight:400}.sec-homeAccordion .accordion__title .f-title{font-size:1.0625rem;color:#19212F;margin:0;font-weight:var(--bs-heading-weight)!important;font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0}@media (min-width:768px){.sec-homeAccordion .accordion__title .f-title{font-size:1.3125rem}}@media (min-width:992px){.sec-homeAccordion .accordion__title .f-title{font-size:1.4375rem}}@media (min-width:1260px){.sec-homeAccordion .accordion__title .f-title{font-size:1.5625rem}}@media (min-width:1750px){.sec-homeAccordion .accordion__title .f-title{font-size:2rem}}.sec-homeAccordion .accordion__title .f-label{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.375rem}.sec-homeAccordion .accordion__title .f-label span{display:flex;align-items:center;height:1.5625rem;color:rgba(46,46,46,.58);font-size:.625rem;font-variation-settings:"wght" 587;line-height:1;letter-spacing:.01em;background:rgba(46,46,46,.04);padding:0 .5rem;margin-left:0}@media (min-width:768px){.sec-homeAccordion .accordion__title .f-label span{font-size:.6875rem}}@media (min-width:1260px){.sec-homeAccordion .accordion__title .f-label span{font-size:.8125rem;height:1.75rem}}@media (min-width:768px){.sec-homeAccordion .accordion__content{margin-top:0!important}.sec-homeAccordion .accordion__panel.show .accordion__content{margin-top:-.625rem!important}}@media (min-width:1260px){.sec-homeAccordion .accordion__content{margin-top:0!important}.sec-homeAccordion .accordion__panel.show .accordion__content{margin-top:-.9375rem!important}}.sec-homeAccordion .accordion__content{max-height:0;overflow:hidden;will-change:max-height}.sec-homeAccordion .accordion__content.show{max-height:none}.sec-homeAccordion .accordion__body{font-size:.9375rem;line-height:1.4;padding-bottom:.9375rem;transform:translateZ(0)}@media (min-width:768px){.sec-homeAccordion .accordion__body{padding-bottom:1.875rem}}@media (min-width:1750px){.sec-homeAccordion .accordion__body{font-size:1.0625rem;padding-bottom:3.125rem}}.sec-homeAccordion .accordion__body .f-info .t-1,.sec-homeAccordion .accordion__body .f-info .t-2{color:rgba(35,49,57,.75);font-size:.9375rem;line-height:1.4;margin-top:0;margin-bottom:1rem}.sec-homeAccordion .accordion__body .f-info .t-2 strong{font-variation-settings:"wght" var(--bs-heading-weight),"slnt" 0;color:rgba(25,33,47,.93)}@media (min-width:768px){.sec-homeAccordion .accordion__body .f-info{max-width:60%}}@media (min-width:1260px){.sec-homeAccordion .accordion__body .f-info{max-width:50%}}@media (min-width:1750px){.sec-homeAccordion .accordion__body .f-info{max-width:40%}}@media (max-width:767.98px){.sec-homeAccordion .accordion__body .f-info .t-2 strong{display:block}}.sec-homeAccordion .accordion__body .f-imgWrap .f-img{margin-bottom:.9375rem}.sec-homeAccordion .f-imgWrap{margin-top:0}.sec-homeAccordion .accordion__body .f-imgWrap .f-img img{width:100%}@media (min-width:1750px){.sec-homeAccordion .accordion__body .f-imgWrap .row{margin-left:-.4375rem;margin-right:-.4375rem}.sec-homeAccordion .accordion__body .f-imgWrap .row [class*=col-]{padding-left:.4375rem;padding-right:.4375rem}}.sec-homeAccordion.style-2{padding-top:0}.sec-homeAccordion .item-head{margin-bottom:.5rem}.sec-homeAccordion .item-head .nav-link{border-bottom:1px solid rgba(27,27,27,.12);padding-bottom:.9375rem;margin-bottom:1.5625rem}.sec-homeAccordion.style-2 .item-head .nav-link{margin-bottom:0;border-bottom:0}.sec-homeAccordion .nav-link ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:0}.sec-homeAccordion .nav-link ul li{margin-right:1rem}.sec-homeAccordion .nav-link ul li:last-child{margin-right:0}.sec-homeAccordion .nav-link ul li a{display:block;color:#19212F;font-size:.875rem;font-variation-settings:"wght" var(--bs-heading-weight,600),"slnt" 0;letter-spacing:.01em;text-decoration:none;cursor:pointer;transition:color .2s ease}.sec-homeAccordion .nav-link ul li a.is-active,.sec-homeAccordion .nav-link ul li a:hover{color:var(--color-hover,#3427E7)}@media (min-width:992px){.sec-homeAccordion .nav-link ul li{margin-right:1.375rem}.sec-homeAccordion .nav-link ul li:last-child{margin-right:0}.sec-homeAccordion .nav-link ul li a{font-size:1rem}}@media (min-width:1750px){.sec-homeAccordion .item-head .nav-link{padding-bottom:1.5625rem}}.sec-homeClient{padding-top:2.5rem;padding-bottom:1.25rem}.sec-homeClient .titlebox__title[data-splitting]{min-height:1em}.sec-homeClient .titlebox__title[data-splitting].reveal-visible,.sec-homeClient .titlebox__title[data-splitting].splitting-ready{opacity:1!important;visibility:visible!important}.sec-homeClient .titlebox__title[data-splitting]:not(.splitting-ready):not(.reveal-visible){animation:showTitleFallback .1s ease 2s forwards}@keyframes showTitleFallback{to{opacity:1!important;visibility:visible!important;transform:translateZ(0)!important}}@media (min-width:768px){.sec-homeClient{padding-top:3.75rem;padding-bottom:1.875rem}}@media (min-width:992px){.sec-homeClient{padding-top:4.375rem;padding-bottom:2.5rem}}@media (min-width:1750px){.sec-homeClient{padding-top:6.25rem;padding-bottom:3.125rem}}.marquee-run{white-space:nowrap;max-width:100vw;overflow:hidden}.marquee-run .marquee-item,.marquee-run .marquee-item .item{display:inline-block;vertical-align:top}.marquee-run .marquee-item .item{position:relative;width:33.3333333vw}.marquee-run .marquee-item .item span{display:block;aspect-ratio:248/155}.marquee-run .marquee-item .item span img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:grayscale(1);transition:all .3s ease}.marquee-run .marquee-item .item:hover span img{filter:grayscale(0)}@media (min-width:768px){.marquee-run .marquee-item .item{width:20vw}}@media (min-width:1260px){.marquee-run .marquee-item .item{width:16.6666667vw}}@media (max-width:767.98px){.sec-homeClient .titlebox__title{font-size:1.4375rem;line-height:1.2}}@media (min-width:1750px){.marquee-run .marquee-item .item{width:12.5vw}}.marquee-run.run .marquee-item{animation-name:marqueeClient;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:calc(var(--total) * 3s)}.marquee-run.run:hover .marquee-item{animation-play-state:paused!important}@media (prefers-reduced-motion:reduce){.marquee-run.run .marquee-item{animation:none!important;transform:translateZ(0)!important}}@keyframes marqueeClient{to{transform:translateX(-100%)}}.admin-container .file\:text-foreground::file-selector-button{color:hsl(var(--foreground))!important}.admin-container .placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))!important}.admin-container .placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))!important}.admin-container .hover\:text-foreground:hover{color:hsl(var(--foreground))!important}.admin-container .hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))!important}.admin-container .hover\:text-primary:hover{color:hsl(var(--primary))!important}.admin-container .hover\:text-destructive:hover{color:hsl(var(--destructive))!important}.admin-container .hover\:bg-muted:hover{background-color:hsl(var(--muted))!important}.admin-container .hover\:bg-primary:hover{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-container .hover\:bg-secondary:hover{background-color:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.admin-container .focus\:bg-primary:focus{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-container .group:hover .group-hover\:text-primary{color:hsl(var(--primary))!important}.admin-container .group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))!important}.admin-container .group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))!important}.admin-container .group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))!important}.admin-container .group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))!important}.admin-container .group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-container .aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))!important}.admin-container .data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))!important}.admin-container .data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))!important}.admin-container .data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))!important}.admin-container .data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))!important}.admin-container .data-\[state\=checked\]\:bg-primary[data-state=checked],.admin-container .data-\[state\=indeterminate\]\:bg-primary[data-state=indeterminate]{background-color:hsl(var(--primary))!important;color:hsl(var(--primary-foreground))!important}.admin-container .data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))!important;color:hsl(var(--secondary-foreground))!important}.admin-container .group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-color:hsl(var(--border))!important}.admin-container .\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))!important}.admin-container .\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))!important}.admin-container .\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))!important}.admin-container .\[\&\]\:\!bg-background{background-color:hsl(var(--background))!important}.admin-container .\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))!important}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:mt-0:first-child{margin-top:0}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.last\:border-0:last-child{border-width:0}.last\:border-b:last-child{border-bottom-width:1px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-1:hover,.hover\:scale-105:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:border-\[\#0755e9\]:hover{--tw-border-opacity:1;border-color:rgb(7 85 233/var(--tw-border-opacity,1))}.hover\:border-\[\#0b3fa4\]\/30:hover{border-color:rgb(11 63 164/.3)}.hover\:border-black:hover{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.hover\:border-black\/30:hover{border-color:rgb(0 0 0/.3)}.hover\:border-blue-200:hover{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.hover\:bg-\[\#0646bf\]:hover{--tw-bg-opacity:1;background-color:rgb(6 70 191/var(--tw-bg-opacity,1))}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-secondary:hover{background-color:var(--secondary)}.hover\:bg-sidebar-accent:hover{background-color:var(--sidebar-accent)}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.hover\:bg-white\/10:hover{background-color:rgb(255 255 255/.1)}.hover\:bg-white\/20:hover{background-color:rgb(255 255 255/.2)}.hover\:bg-white\/90:hover{background-color:rgb(255 255 255/.9)}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:from-purple-700:hover{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.hover\:to-blue-700:hover{--tw-gradient-to:#1d4ed8 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to:#7e22ce var(--tw-gradient-to-position)}.hover\:text-\[\#0755e9\]:hover{--tw-text-opacity:1;color:rgb(7 85 233/var(--tw-text-opacity,1))}.hover\:text-accent:hover{color:var(--accent)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:text-primary:hover{color:var(--primary)}.hover\:text-primary-foreground:hover{color:var(--primary-foreground)}.hover\:text-red-900:hover{--tw-text-opacity:1;color:rgb(127 29 29/var(--tw-text-opacity,1))}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-white\/80:hover{color:rgb(255 255 255/.8)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:shadow-2xl:hover{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.hover\:shadow-2xl:hover,.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000}.hover\:shadow-none:hover,.hover\:shadow-xl:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.hover\:grayscale-0:hover{--tw-grayscale:grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-primary:focus{background-color:var(--primary)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-primary-foreground:focus{color:var(--primary-foreground)}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-primary:focus{--tw-ring-color:var(--primary)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:ring-sidebar-ring:focus-visible{--tw-ring-color:var(--sidebar-ring)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:var(--background)}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:visible{visibility:visible}.group\/btn:hover .group-hover\/btn\:translate-x-1{--tw-translate-x:0.25rem}.group:hover .group-hover\:translate-x-\[100\%\],.group\/btn:hover .group-hover\/btn\:translate-x-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-\[100\%\]{--tw-translate-x:100%}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))}.group:hover .group-hover\:bg-opacity-20{--tw-bg-opacity:0.2}.group:hover .group-hover\:text-\[\#0b3fa4\]{--tw-text-opacity:1;color:rgb(11 63 164/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-primary{color:var(--primary)}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-10{opacity:.1}.group:hover .group-hover\:opacity-100{opacity:1}.group:hover .group-hover\:grayscale-0{--tw-grayscale:grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:var(--border)}.group.toast .group-\[\.toast\]\:bg-muted{background-color:var(--muted)}.group.toast .group-\[\.toast\]\:bg-primary{background-color:var(--primary)}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:var(--background)}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:var(--muted-foreground)}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:var(--primary-foreground)}.group.toaster .group-\[\.toaster\]\:text-foreground{color:var(--foreground)}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:var(--destructive)}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:var(--destructive-foreground)}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity:1;color:rgb(254 242 242/var(--tw-text-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color:var(--destructive)}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color:#dc2626}.peer\/menu-button:hover~.peer-hover\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\[data-variant\=inset\]\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/sidebar-wrapper:has([data-collapsible=icon]) .group-has-\[\[data-collapsible\=icon\]\]\/sidebar-wrapper\:h-12{height:3rem}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:var(--accent)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:var(--accent-foreground)}.aria-selected\:text-muted-foreground[aria-selected=true]{color:var(--muted-foreground)}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:0.25rem}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom],.data-\[side\=left\]\:-translate-x-1[data-side=left]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:-0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:0.25rem}.data-\[side\=right\]\:translate-x-1[data-side=right],.data-\[side\=top\]\:-translate-y-1[data-side=top]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:-0.25rem}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x)}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=checked\]\:bg-primary[data-state=checked],.data-\[state\=indeterminate\]\:bg-primary[data-state=indeterminate]{background-color:var(--primary)}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked],.data-\[state\=indeterminate\]\:text-primary-foreground[data-state=indeterminate]{color:var(--primary-foreground)}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity:0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:0.8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity:0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale:.9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x:13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x:-13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x:13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x:-13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-0.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:0.5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-0.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:0.5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x:-50%}.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x:-50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y:-48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state=open]{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state=open]{color:var(--sidebar-accent-foreground)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border-sidebar-border{border-color:var(--sidebar-border)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:hover\:bg-sidebar:hover{background-color:var(--sidebar)}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.peer\/menu-button[data-active=true]~.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-destructive:is(.dark *){border-color:var(--destructive)}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))}.dark\:bg-blue-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}@media (min-width:576px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:max-w-\[525px\]{max-width:525px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-left{text-align:left}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:768px){.md\:absolute{position:absolute}.md\:left-0{left:0}.md\:right-0{right:0}.md\:top-1\/2{top:50%}.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-start-4{grid-column-start:4}.md\:mb-4{margin-bottom:1rem}.md\:ml-64{margin-left:16rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:h-12{height:3rem}.md\:min-h-\[500px\]{min-height:500px}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-3\/4{width:75%}.md\:w-\[240px\]{width:240px}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:w-full{width:100%}.md\:max-w-\[420px\]{max-width:420px}.md\:grow-0{flex-grow:0}.md\:-translate-y-1\/2{--tw-translate-y:-50%}.md\:-translate-y-1\/2,.md\:translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:translate-x-0{--tw-translate-x:0px}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-baseline{align-items:baseline}.md\:justify-end{justify-content:flex-end}.md\:gap-12{gap:3rem}.md\:p-12{padding:3rem}.md\:p-8{padding:2rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:pb-\[3\.125rem\]{padding-bottom:3.125rem}.md\:pt-\[4\.375rem\]{padding-top:4.375rem}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:992px){.lg\:sticky{position:sticky}.lg\:top-28{top:7rem}.lg\:order-1{order:1}.lg\:order-2{order:2}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-5{grid-column:span 5/span 5}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-7{grid-column:span 7/span 7}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-start-5{grid-column-start:5}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-20{margin-bottom:5rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-10{height:2.5rem}.lg\:h-24{height:6rem}.lg\:min-h-\[600px\]{min-height:600px}.lg\:w-40{width:10rem}.lg\:w-\[360px\]{width:360px}.lg\:w-auto{width:auto}.lg\:max-w-sm{max-width:24rem}.lg\:flex-1{flex:1 1 0%}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-\[0\.95fr_1\.05fr\]{grid-template-columns:.95fr 1.05fr}.lg\:grid-cols-\[0\.9fr_1\.1fr\]{grid-template-columns:.9fr 1.1fr}.lg\:grid-cols-\[minmax\(0\2c 1fr\)_320px\]{grid-template-columns:minmax(0,1fr) 320px}.lg\:flex-row{flex-direction:row}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:gap-6{gap:1.5rem}.lg\:self-start{align-self:flex-start}.lg\:p-12{padding:3rem}.lg\:p-16{padding:4rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:pt-\[5\.625rem\]{padding-top:5.625rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-\[32px\]{font-size:32px}.lg\:text-\[36px\]{font-size:36px}}@media (min-width:1260px){.xl\:col-span-4{grid-column:span 4/span 4}.xl\:col-span-5{grid-column:span 5/span 5}.xl\:col-span-7{grid-column:span 7/span 7}.xl\:col-start-6{grid-column-start:6}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:pb-\[5\.625rem\]{padding-bottom:5.625rem}.xl\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1360px){.\32xl\:col-span-4{grid-column:span 4/span 4}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:var(--accent)}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\:not\(\:first-child\)\]\:mt-6:not(:first-child){margin-top:1.5rem}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>li\]\:mt-2>li{margin-top:.5rem}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y:-3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:var(--destructive)}.\[\&\>svg\]\:text-foreground>svg{color:var(--foreground)}.\[\&\>svg\]\:text-muted-foreground>svg{color:var(--muted-foreground)}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate:90deg}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div,.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate:180deg}.\[\&\]\:\!border-border{border-color:var(--border)!important}.\[\&\]\:\!bg-background{background-color:var(--background)!important}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:var(--muted-foreground)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:var(--border)}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:var(--muted)}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:var(--border)}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}