@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;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}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform: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:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-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(0)}}.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:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.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:1.3s;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:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(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:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(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:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);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:.75s;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:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(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) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-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:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{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}.animate-menu-push{left:0;position:relative;transition:all .3s ease}.animate-menu-push.animate-menu-push-right{left:200px}.animate-menu-push.animate-menu-push-left{left:-200px}.animate-menu{position:fixed;top:0;width:200px;height:100%;transition:all .3s ease}.animate-menu-left{left:-200px}.animate-menu-left.animate-menu-open{left:0}.animate-menu-right{right:-200px}.animate-menu-right.animate-menu-open{right:0}.sidebar-menu{list-style:none;margin:0;padding:0;background-color:#222d32}.sidebar-menu>li{position:relative;margin:0;padding:0}.sidebar-menu>li>a{padding:12px 10px;display:block}.sidebar-menu>li>a>.fa{width:20px}.sidebar-menu>li .label,.sidebar-menu>li .badge{margin-top:3px;margin-right:5px}.sidebar-menu li.sidebar-header{padding:10px 25px 10px 15px;font-size:12px}.sidebar-menu li>a>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;margin-top:3px}.sidebar-menu li.active>a>.fa-angle-left{transform:rotate(-90deg)}.sidebar-menu li.active>.sidebar-submenu{display:block}.sidebar-menu a{text-decoration:none}.sidebar-menu .sidebar-submenu{display:none;list-style:none;padding-left:5px}.sidebar-menu .sidebar-submenu .sidebar-submenu{padding-left:20px}.sidebar-menu .sidebar-submenu>li>a{padding:6px 5px 6px 15px;display:block;font-size:14px}.sidebar-menu .sidebar-submenu>li>a>.fa{width:20px}.sidebar-menu .sidebar-submenu>li>a>.fa-angle-left,.sidebar-menu .sidebar-submenu>li>a>.fa-angle-down{width:auto}.sidebar-menu .sidebar-submenu>li.active>a,.sidebar-menu .sidebar-submenu>li>a:hover{color:#fff}.sidebar-menu-rtl{list-style:none;margin:0;padding:0}.sidebar-menu-rtl>li{position:relative;margin:0;padding:0}.sidebar-menu-rtl>li>a{padding:12px 15px 12px 5px;display:block;border-left:3px solid transparent}.sidebar-menu-rtl>li>a>.fa{width:20px}.sidebar-menu-rtl>li:hover>a,.sidebar-menu-rtl>li.active>a{color:#fff;border-left-color:#3c8dbc}.sidebar-menu-rtl>li .label,.sidebar-menu-rtl>li .badge{margin-top:3px;margin-right:5px}.sidebar-menu-rtl li.sidebar-header{padding:10px 15px 10px 25px;font-size:12px}.sidebar-menu-rtl li>a>.fa-angle-left{width:auto;height:auto;padding:0;margin-right:10px;margin-top:3px}.sidebar-menu-rtl li.active>a>.fa-angle-left{transform:rotate(-90deg)}.sidebar-menu-rtl li.active>.sidebar-submenu{display:block}.sidebar-menu-rtl a{color:#b8c7ce;text-decoration:none}.sidebar-menu-rtl .sidebar-submenu{display:none;list-style:none;padding-right:5px;margin:0 1px}.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu{padding-right:20px}.sidebar-menu-rtl .sidebar-submenu>li>a{padding:5px 15px 5px 5px;display:block;font-size:14px}.sidebar-menu-rtl .sidebar-submenu>li>a>.fa{width:20px}.sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-left,.sidebar-menu-rtl .sidebar-submenu>li>a>.fa-angle-down{width:auto}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:before,.simplebar-content:after{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}.simplebar-content{padding-top:0!important;padding-bottom:4px!important}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:#0000000d}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff }.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff }.swiper-lazy-preloader-black{--swiper-preloader-color: #000 }@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px }.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}@tailwind base;@tailwind components;@tailwind utilities;*,:before,:after{--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(63 131 248 / .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(63 131 248 / .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
*/*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";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,samp,pre{font-family:ui-monospace,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,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9fa6b2}input::placeholder,textarea::placeholder{opacity:1;color:#9fa6b2}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2368768A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=text],input:where(:not([type])),[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#68768a;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,input:where(:not([type])):focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--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);border-color:#1c64f2}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2368768A' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple],[size]:where(select:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=checkbox]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){[type=radio]:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){[type=checkbox]:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}[type=file]:focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}.tooltip-arrow,.tooltip-arrow:before{position:absolute;width:8px;height:8px;background:inherit}.tooltip-arrow{visibility:hidden}.tooltip-arrow:before{content:"";visibility:visible;transform:rotate(45deg)}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#68768a;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--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);border-color:#1c64f2}input::-moz-placeholder,textarea::-moz-placeholder{color:#68768a;opacity:1}input::placeholder,textarea::placeholder{color:#68768a;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}input[type=time]::-webkit-calendar-picker-indicator{background:none}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%2368768A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}:is([dir=rtl]) select:not([size]){background-position:left .75rem center;padding-right:.75rem;padding-left:0}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#68768a;border-width:1px;--tw-shadow:0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--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)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M0.5 6h14'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1e293b;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#334155}:is([dir=rtl]) input[type=file]::file-selector-button{padding-right:2rem;padding-left:1rem}.dark input[type=file]::file-selector-button{color:#fff;background:#475569}.dark input[type=file]::file-selector-button:hover{background:#68768a}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9fa6b2}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#68768a}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--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(4px + 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);--tw-ring-opacity:1px;--tw-ring-color:rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#1c64f2;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9fa6b2}.dark input[type=range]:disabled::-moz-range-thumb{background:#68768a}input[type=range]::-moz-range-progress{background:#3f83f8}input[type=range]::-ms-fill-lower{background:#3f83f8}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:#fff;border-color:#d2d6dc;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#1c64f2;border-color:#1c64f2}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 640px){.container{max-width:640px;padding-right:15px;padding-left:15px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px;padding-right:15px;padding-left:15px}}@media (min-width: 1280px){.container{max-width:1280px;padding-right:15px;padding-left:15px}}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.form-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.form-checkbox:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.form-input,.form-textarea,.form-select,.form-multiselect{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#68768a;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}.form-input:focus,.form-textarea:focus,.form-select:focus,.form-multiselect:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--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);border-color:#1c64f2}.form-input::-moz-placeholder,.form-textarea::-moz-placeholder{color:#68768a;opacity:1}.form-input::placeholder,.form-textarea::placeholder{color:#68768a;opacity:1}.form-input::-webkit-datetime-edit-fields-wrapper{padding:0}.form-input::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}.form-input::-webkit-datetime-edit{display:inline-flex}.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}.form-checkbox,.form-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#1c64f2;background-color:#fff;border-color:#68768a;border-width:1px;--tw-shadow:0 0 #0000}.form-checkbox{border-radius:0}.form-radio{border-radius:100%}.form-checkbox:focus,.form-radio:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#1C64F2;--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)}.form-checkbox:checked,.form-radio:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}.form-checkbox:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media (forced-colors: active){.form-checkbox:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-radio:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media (forced-colors: active){.form-radio:checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{border-color:transparent;background-color:currentColor}.form-checkbox:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media (forced-colors: active){.form-checkbox:indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{border-color:transparent;background-color:currentColor}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13, 110, 253;--bs-secondary-rgb:108, 117, 125;--bs-success-rgb:25, 135, 84;--bs-info-rgb:13, 202, 240;--bs-warning-rgb:255, 193, 7;--bs-danger-rgb:220, 53, 69;--bs-light-rgb:248, 249, 250;--bs-dark-rgb:33, 37, 41;--bs-white-rgb:255, 255, 255;--bs-black-rgb:0, 0, 0;--bs-body-color-rgb:33, 37, 41;--bs-body-bg-rgb:255, 255, 255;--bs-font-sans-serif:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{box-shadow:0 0 0 1px #2563eb}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#374151;background-color:#f3f4f6;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-floating>.form-control{height:calc(3.5rem + 2px);line-height:1.25;padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.form-floating>.form-control:not(:placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translate(.15rem)}.input-group>.form-control{width:1%}.input-group>.form-select{width:1%}.input-group>.form-control:focus{z-index:3}.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem #19875440}.was-validated textarea.form-control:valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.was-validated .input-group .form-control:valid{z-index:1}.input-group .form-control.is-valid{z-index:1}.was-validated .input-group .form-select:valid{z-index:1}.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus{z-index:3}.input-group .form-control.is-valid:focus{z-index:3}.was-validated .input-group .form-select:valid:focus{z-index:3}.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.was-validated :invalid~.invalid-feedback{display:block}.is-invalid~.invalid-feedback{display:block}.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.was-validated textarea.form-control:invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]){padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid{border-color:#dc3545}.form-check-input.is-invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem #dc354540}.form-check-input.is-invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid{z-index:2}.input-group .form-control.is-invalid{z-index:2}.was-validated .input-group .form-select:invalid{z-index:2}.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus{z-index:3}.input-group .form-control.is-invalid:focus{z-index:3}.was-validated .input-group .form-select:invalid:focus{z-index:3}.input-group .form-select.is-invalid:focus{z-index:3}.btn-check:focus+.btn{outline:0;box-shadow:none}.btn:focus{outline:0;box-shadow:none}.btn-check:checked+.btn{box-shadow:none}.btn-check:active+.btn{box-shadow:none}.btn:active,.btn.active{box-shadow:none}.btn-check:checked+.btn:focus{box-shadow:none}.btn-check:active+.btn:focus{box-shadow:none}.btn:active:focus{box-shadow:none}.btn.active:focus{box-shadow:none}.fade{transition:opacity .15s linear}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}.dropdown-menu{z-index:1000}.dropdown-item.active,.dropdown-item:active{color:#1f2937;-webkit-text-decoration:none;text-decoration:none;background-color:#0d6efd}.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-menu.\!show{display:block!important}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.nav-tabs .nav-link{color:#4b5563}.nav-tabs .nav-link:hover{isolation:isolate}.nav-tabs .nav-link:focus{isolation:isolate}.nav-tabs .nav-link.disabled{color:#9ca3af;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#2563eb;border-color:#2563eb}.nav-tabs .nav-item.\!show .nav-link{color:#2563eb!important;border-color:#2563eb!important}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:#f3f4f6;color:#4b5563;box-shadow:none}.nav-pills .nav-link.active{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.nav-pills .show>.nav-link{background:#2563eb;color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.nav-pills .\!show>.nav-link{background:#2563eb!important;color:#fff!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.nav-pills .disabled{color:#9ca3af;background-color:#f3f4f680}.nav-pills.menu-sidebar .nav-link{background-color:transparent;box-shadow:none;padding:0 5px;border-radius:0}.nav-pills.menu-sidebar .nav-link.active{color:#1266f1;font-weight:600;border-left:.125rem solid #1266f1}.nav-justified>.nav-link{-ms-flex-basis:0;flex-basis:0}.nav-justified .nav-item{-ms-flex-basis:0;flex-basis:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar-collapse{-ms-flex-basis:100%;flex-basis:100%}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-nav .\!show>.nav-link{color:#000000e6!important}.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-text{color:#0000008c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-nav .\!show>.nav-link{color:#fff!important}.navbar-dark .navbar-nav .nav-link.active{color:#fff}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(.5rem - 1px);border-bottom-left-radius:calc(.5rem - 1px)}.btn-close{background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat}.btn-close:focus{opacity:1}.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.modal{z-index:1055}.modal-dialog{margin:.5rem}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}.modal.show .modal-dialog{transform:none}.modal.\!show .modal-dialog{transform:none!important}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-backdrop.\!show{opacity:.5!important}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-body{flex:1 1 auto}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;-webkit-text-align:start;text-align:start;-webkit-text-decoration:none;text-decoration:none;-webkit-text-shadow:none;text-shadow:none;-webkit-text-transform:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:1}.tooltip.\!show{opacity:1!important}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;font-size:14px;padding:6px 16px;color:#fff;-webkit-text-align:center;text-align:center;background-color:#6d6d6d;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;-webkit-text-align:start;text-align:start;-webkit-text-decoration:none;text-decoration:none;-webkit-text-shadow:none;text-shadow:none;-webkit-text-transform:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:0;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:#00000040}.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:#00000040}.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:#00000040}.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040}.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:.5rem;border-top-right-radius:.5rem;font-weight:500}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#212529}.carousel.pointer-event{touch-action:pan-y}.carousel-item{display:none;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start){transform:translate(100%)}.active.carousel-item-end{transform:translate(100%)}.carousel-item-prev:not(.carousel-item-end){transform:translate(-100%)}.active.carousel-item-start{transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}.carousel-indicators{z-index:2;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;-webkit-text-indent:-999px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}.carousel-indicators .active{opacity:1}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.spinner-border{vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent}.offcanvas{z-index:1045}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-backdrop.\!show{opacity:.5!important}.offcanvas-end{transform:translate(100%)}.offcanvas.show{transform:none}.offcanvas.\!show{transform:none!important}.clearfix:after{display:block;clear:both;content:""}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-16x9{--bs-aspect-ratio:56.25%}.sticky-top{position:sticky;top:0;z-index:1020}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.animation{animation-duration:1s;animation-fill-mode:both;padding:auto}.fade-in{animation-name:_fade-in}.fade-out{animation-name:_fade-out}.animation.infinite{animation-iteration-count:infinite}.animation.delay-1s{animation-delay:1s}.animation.delay-2s{animation-delay:2s}.animation.delay-3s{animation-delay:3s}.animation.delay-4s{animation-delay:4s}.animation.delay-5s{animation-delay:5s}.animation.fast{animation-duration:.8s}.animation.faster{animation-duration:.5s}.animation.slow{animation-duration:2s}.animation.slower{animation-duration:3s}.slide-in-left{animation-name:_slide-in-left}.slide-in-right{animation-name:_slide-in-right}.slide-out-left{animation-name:_slide-out-left}.slide-out-right{animation-name:_slide-out-right}.pulse{animation-name:_pulse}.ripple-surface{position:relative;overflow:hidden;display:inline-block;vertical-align:bottom}.ripple-surface-unbound{overflow:visible}.ripple-wave{background-image:radial-gradient(circle,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,transparent 70%);border-radius:50%;opacity:.5;pointer-events:none;position:absolute;touch-action:none;transform:scale(0);transition-property:transform,opacity;transition-timing-function:cubic-bezier(0,0,.15,1),cubic-bezier(0,0,.15,1);z-index:999}.ripple-wave.active{transform:scale(1);opacity:0}.btn .ripple-wave{background-image:radial-gradient(circle,#fff3 0,#ffffff4d 40%,#fff6,#ffffff80,#fff0 70%)}.ripple-surface-primary .ripple-wave{background-image:radial-gradient(circle,#1266f133 0,#1266f14d 40%,#1266f166,#1266f180,#1266f100 70%)}.ripple-surface-secondary .ripple-wave{background-image:radial-gradient(circle,#b23cfd33 0,#b23cfd4d 40%,#b23cfd66,#b23cfd80,#b23cfd00 70%)}.ripple-surface-success .ripple-wave{background-image:radial-gradient(circle,#00b74a33 0,#00b74a4d 40%,#00b74a66,#00b74a80,#00b74a00 70%)}.ripple-surface-info .ripple-wave{background-image:radial-gradient(circle,#39c0ed33 0,#39c0ed4d 40%,#39c0ed66,#39c0ed80,#39c0ed00 70%)}.ripple-surface-warning .ripple-wave{background-image:radial-gradient(circle,#ffa90033 0,#ffa9004d 40%,#ffa90066,#ffa90080,#ffa90000 70%)}.ripple-surface-danger .ripple-wave{background-image:radial-gradient(circle,#f9315433 0,#f931544d 40%,#f9315466,#f9315480,#f9315400 70%)}.ripple-surface-light .ripple-wave{background-image:radial-gradient(circle,#fbfbfb33 0,#fbfbfb4d 40%,#fbfbfb66,#fbfbfb80,#fbfbfb00 70%)}.ripple-surface-dark .ripple-wave{background-image:radial-gradient(circle,#26262633 0,#2626264d 40%,#26262666,#26262680,#26262600 70%)}.ripple-surface-white .ripple-wave{background-image:radial-gradient(circle,#fff3 0,#ffffff4d 40%,#fff6,#ffffff80,#fff0 70%)}.ripple-surface-black .ripple-wave{background-image:radial-gradient(circle,rgba(0,0,0,.2) 0,rgba(0,0,0,.3) 40%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.5) 60%,transparent 70%)}.datepicker-toggle-button{position:absolute;outline:none;border:none;background-color:transparent;right:10px;top:50%;transform:translate(-50%,-50%)}.datepicker-toggle-button:focus{color:#2979ff}.datepicker-toggle-button:hover{color:#2979ff}.datepicker-backdrop{width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:1065}.datepicker-dropdown-container{width:328px;height:380px;background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000d;z-index:1066}.datepicker-modal-container{display:flex;flex-direction:column;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:328px;height:512px;background-color:#fff;border-radius:.6rem .6rem .5rem .5rem;box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000d;z-index:1066}.datepicker-header{height:120px;padding-right:24px;padding-left:24px;background-color:#2979ff;display:flex;flex-direction:column;border-radius:.5rem .5rem 0 0}.datepicker-title{height:32px;display:flex;flex-direction:column;justify-content:flex-end}.datepicker-title-text{font-size:10px;font-weight:400;-webkit-text-transform:uppercase;text-transform:uppercase;letter-spacing:1.7px;color:#fff}.datepicker-date{height:72px;display:flex;flex-direction:column;justify-content:flex-end}.datepicker-date-text{font-size:34px;font-weight:400;color:#fff}.datepicker-main{position:relative;height:100%}.datepicker-date-controls{padding:10px 12px 0;display:flex;justify-content:space-between;color:#000000a3}.datepicker-view-change-button{padding:10px;color:#666;font-weight:500;font-size:.9rem;border-radius:10px;box-shadow:none;background-color:transparent;margin:0;border:none}.datepicker-view-change-button:hover{background-color:#eee}.datepicker-view-change-button:focus{background-color:#eee}.datepicker-view-change-button:after{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top-width:5px;border-top-style:solid;margin:0 0 0 5px;vertical-align:middle}.datepicker-arrow-controls{margin-top:10px}.datepicker-previous-button{position:relative;padding:0;width:40px;height:40px;line-height:40px;border:none;outline:none;margin:0 24px 0 0;color:#000000a3;background-color:transparent}.datepicker-previous-button:hover{background-color:#eee;border-radius:50%}.datepicker-previous-button:focus{background-color:#eee;border-radius:50%}.datepicker-previous-button:after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px;border-left-width:2px;transform:translate(2px) rotate(-45deg)}.datepicker-next-button{position:relative;padding:0;width:40px;height:40px;line-height:40px;border:none;outline:none;margin:0;color:#000000a3;background-color:transparent}.datepicker-next-button:hover{background-color:#eee;border-radius:50%}.datepicker-next-button:focus{background-color:#eee;border-radius:50%}.datepicker-next-button:after{top:0;left:0;right:0;bottom:0;position:absolute;content:"";margin:15.5px;border:0 solid currentColor;border-top-width:2px;border-right-width:2px;transform:translate(-2px) rotate(45deg)}.datepicker-view{padding-left:12px;padding-right:12px;outline:none}.datepicker-table{margin-right:auto;margin-left:auto;width:304px}.datepicker-day-heading{width:40px;height:40px;-webkit-text-align:center;text-align:center;font-size:12px;font-weight:400}.datepicker-cell{-webkit-text-align:center;text-align:center}.datepicker-cell.disabled{color:#ccc;cursor:default;pointer-events:none}.datepicker-cell.disabled:hover{cursor:default}.datepicker-cell:hover{cursor:pointer}.datepicker-cell:not(.disabled):not(.selected):hover .datepicker-cell-content{background-color:#d3d3d3}.datepicker-cell.selected .datepicker-cell-content{background-color:#2979ff;color:#fff}.datepicker-cell:not(.selected).focused .datepicker-cell-content{background-color:#eee}.datepicker-cell.focused .datepicker-cell-content.selected{background-color:#2979ff}.datepicker-cell.current .datepicker-cell-content{border:1px solid #000}.datepicker-small-cell{width:40px;height:40px}.datepicker-small-cell-content{width:36px;height:36px;line-height:36px;border-radius:50%;font-size:13px}.datepicker-large-cell{width:76px;height:42px}.datepicker-large-cell-content{width:72px;height:40px;line-height:40px;padding:1px 2px;border-radius:999px}.datepicker-footer{height:56px;display:flex;position:absolute;width:100%;bottom:0;justify-content:flex-end;align-items:center;padding-left:12px;padding-right:12px}.datepicker-footer-btn{background-color:#fff;color:#2979ff;border:none;cursor:pointer;padding:0 10px;-webkit-text-transform:uppercase;text-transform:uppercase;font-size:.8rem;font-weight:500;height:40px;line-height:40px;letter-spacing:.1rem;border-radius:10px;margin-bottom:10px}.datepicker-footer-btn:hover{background-color:#eee}.datepicker-footer-btn:focus{background-color:#eee}.datepicker-clear-btn{margin-right:auto}.timepicker-wrapper{touch-action:none;z-index:1065;opacity:0;right:0;bottom:0;top:0;left:0;background-color:#0006}.timepicker-elements{min-width:310px;min-height:325px;background:#fff;border-top-right-radius:.6rem;border-top-left-radius:.6rem}.timepicker-head{background-color:#2979ff;height:100px;border-top-right-radius:.5rem;border-top-left-radius:.5rem;padding:10px 24px 10px 50px}.timepicker-button{font-size:.8rem;min-width:64px;box-sizing:border-box;font-weight:500;line-height:40px;border-radius:10px;letter-spacing:.1rem;-webkit-text-transform:uppercase;text-transform:uppercase;color:#2979ff;border:none;background-color:transparent;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border .25s cubic-bezier(.4,0,.2,1) 0ms;outline:none;padding:0 10px;height:40px;margin-bottom:10px}.timepicker-button:hover{background-color:#00000014}.timepicker-button:focus{outline:none;background-color:#00000014}.timepicker-current{font-size:3.75rem;font-weight:300;line-height:1.2;letter-spacing:-.00833em;color:#fff;opacity:.54;border:none;background:transparent;padding:0}.timepicker-current.active{opacity:1}.timepicker-current-wrapper{direction:ltr}.timepicker-mode-wrapper{margin-left:20px;font-size:18px;color:#ffffff8a}.timepicker-mode-wrapper.active{opacity:1}.timepicker-clock-wrapper{min-width:310px;max-width:325px;min-height:305px;overflow-x:hidden;height:100%}.timepicker-clock{position:relative;border-radius:100%;width:260px;height:260px;cursor:default;margin:0 auto;background-color:#00000012}.timepicker-time-tips-minutes.active,.timepicker-time-tips-inner.active,.timepicker-time-tips-hours.active{color:#fff;background-color:#2979ff;font-weight:400}.timepicker-time-tips-minutes.disabled,.timepicker-time-tips-inner.disabled,.timepicker-time-tips-hours.disabled{color:#b3afaf;pointer-events:none;background-color:transparent}.timepicker-dot{font-weight:300;line-height:1.2;letter-spacing:-.00833em;color:#fff;font-size:3.75rem;opacity:.54;border:none;background:transparent;padding:0}.timepicker-middle-dot{top:50%;left:50%;width:6px;height:6px;transform:translate(-50%,-50%);border-radius:50%;background-color:#2979ff}.timepicker-hand-pointer{background-color:#2979ff;bottom:50%;height:40%;left:calc(50% - 1px);transform-origin:center bottom 0;width:2px}.timepicker-time-tips.active{color:#fff}.timepicker-circle{top:-21px;left:-15px;width:4px;border:14px solid #2979ff;height:4px;box-sizing:content-box;border-radius:100%}.timepicker-hour-mode{padding:0;background-color:transparent;border:none;color:#fff;opacity:.54;cursor:pointer}.timepicker-hour,.timepicker-minute{cursor:pointer}.timepicker-hour-mode:hover{background-color:#00000026;outline:none}.timepicker-hour-mode:focus{background-color:#00000026;outline:none}.timepicker-hour:hover{background-color:#00000026;outline:none}.timepicker-hour:focus{background-color:#00000026;outline:none}.timepicker-minute:hover{background-color:#00000026;outline:none}.timepicker-minute:focus{background-color:#00000026;outline:none}.timepicker-hour-mode.active,.timepicker-hour.active,.timepicker-minute.active{color:#fff;opacity:1}.timepicker-footer{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:flex;justify-content:space-between;align-items:center;width:100%;height:56px;padding-left:12px;padding-right:12px;background-color:#fff}.timepicker-container{max-height:calc(100% - 64px);overflow-y:auto;box-shadow:0 10px 15px -3px #00000012,0 4px 6px -2px #0000000d}.timepicker-icon-up.active,.timepicker-icon-down.active{opacity:1}.timepicker-toggle-button{position:absolute;outline:none;border:none;background-color:transparent;right:10px;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;cursor:pointer}.timepicker-toggle-button:hover{color:#2979ff}.timepicker-toggle-button:focus{color:#2979ff}.timepicker-input:focus+.timepicker-toggle-button{color:#2979ff}.timepicker-input:focus+.timepicker-toggle-button i{color:#2979ff}.timepicker a.timepicker-toggle-button,.timepicker-toggle-button.timepicker-icon{right:1px}.timepicker-modal .fade.show{opacity:1}.timepicker-modal .fade.\!show{opacity:1!important}.stepper{position:relative;padding:0;margin:0;width:100%;list-style:none;overflow:hidden;transition:height .2s ease-in-out}.stepper:not(.stepper-vertical){display:flex;justify-content:space-between}.stepper:not(.stepper-vertical) .stepper-content{position:absolute;width:100%;padding:1rem}.stepper:not(.stepper-vertical) .stepper-step{flex:auto;height:4.5rem}.stepper:not(.stepper-vertical) .stepper-step:first-child .stepper-head{padding-left:1.5rem}.stepper:not(.stepper-vertical) .stepper-step:last-child .stepper-head{padding-right:1.5rem}.stepper:not(.stepper-vertical) .stepper-step:not(:first-child) .stepper-head:before{flex:1;height:1px;width:100%;margin-right:.5rem;content:"";background-color:#0000001a}.stepper:not(.stepper-vertical) .stepper-step:not(:last-child) .stepper-head:after{flex:1;height:1px;width:100%;margin-left:.5rem;content:"";background-color:#0000001a}.stepper:not(.stepper-vertical) .stepper-head-icon{margin:1.5rem .5rem 1.5rem 0}.stepper.stepper-mobile{justify-content:center;align-items:flex-end}.stepper.stepper-mobile.stepper-progress-bar .stepper-head-icon{display:none}.stepper.stepper-mobile .stepper-step{flex:unset;height:-moz-fit-content;height:fit-content;margin:1rem 0}.stepper.stepper-mobile .stepper-step:not(:last-child) .stepper-head:after{margin-left:0}.stepper.stepper-mobile .stepper-step:not(:first-child) .stepper-head:before{margin-right:0}.stepper.stepper-mobile .stepper-step:not(:last-child):not(:first-child) .stepper-head{padding-left:.25rem;padding-right:.25rem}.stepper.stepper-mobile .stepper-head-icon{font-size:0;margin:0;height:.5rem;width:.5rem;z-index:1}.stepper.stepper-mobile .stepper-head-text{display:none}.stepper.stepper-mobile .stepper-content{top:2.56rem}.collapse{visibility:visible!important}@media (prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-switch .form-check-input{transition:none}.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}.form-range::-moz-range-thumb{-moz-transition:none;transition:none}.form-floating>label{transition:none}.fade,.collapsing,.collapsing.collapse-horizontal{transition:none}.accordion-button:after{transition:none}.modal.fade .modal-dialog,.carousel-item,.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end,.carousel-control-prev,.carousel-control-next,.carousel-indicators [data-bs-target]{transition:none}.spinner-border,.spinner-grow{animation-duration:1.5s}}@media (min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.modal-lg,.modal-xl{max-width:800px}.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.modal-xl{max-width:1140px}.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;-ms-flex-basis:auto;flex-basis:auto}.navbar-expand-xxl .navbar-toggler,.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;-ms-flex-grow:1;flex-grow:1;visibility:visible!important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-top,.navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;-ms-flex-grow:0;flex-grow:0;padding:0;overflow-y:visible}.sticky-xxl-top{position:sticky;top:0;z-index:1020}}@media (max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}@media (prefers-reduced-motion){.animation{transition:none!important;animation:unset!important}}@media screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape){.datepicker-modal-container .datepicker-header{height:100%}.datepicker-modal-container .datepicker-date{margin-top:100px}.datepicker-modal-container .datepicker-day-cell{width:32x;height:32x}.datepicker-modal-container{flex-direction:row;width:475px;height:360px}.datepicker-modal-container.datepicker-day-cell{width:36px;height:36px}}@media screen and (min-width: 320px) and (max-width: 825px) and (orientation: landscape){.timepicker-elements{flex-direction:row!important;border-bottom-left-radius:.5rem;min-width:auto;min-height:auto;overflow-y:auto}.timepicker-head{border-top-right-radius:0;border-bottom-left-radius:0;padding:10px;padding-right:10px!important;height:auto;min-height:305px}.timepicker-head-content{flex-direction:column}.timepicker-mode-wrapper{justify-content:space-around!important;flex-direction:row!important}.timepicker-current,.timepicker-dot{font-size:3rem;font-weight:400}}@keyframes _spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes _fade-in{0%{opacity:0}to{opacity:1}}@keyframes _fade-out{0%{opacity:1}to{opacity:0}}@keyframes _fade-in-down{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes _fade-in-left{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes _fade-in-right{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}@keyframes _fade-in-up{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes _fade-out-down{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}@keyframes _fade-out-left{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes _fade-out-right{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes _fade-out-up{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}@keyframes _slide-in-down{0%{visibility:visible;transform:translate3d(0,-100%,0)}to{transform:translateZ(0)}}@keyframes _slide-in-left{0%{visibility:visible;transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes _slide-in-right{0%{visibility:visible;transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes _slide-in-up{0%{visibility:visible;transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes _slide-out-down{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}@keyframes _slide-out-left{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}@keyframes _slide-out-right{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}@keyframes _slide-out-up{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}@keyframes _slide-down{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes _slide-left{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes _slide-right{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes _slide-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0)}}@keyframes _zoom-in{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes _zoom-out{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes _tada{0%{transform:scaleZ(1)}10%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}50%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}70%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}60%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{transform:scaleZ(1)}}@keyframes _pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}@keyframes _show-up-clock{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.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{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.\!top-\[18px\]{top:18px!important}.\!top-\[23px\]{top:23px!important}.\!top-\[25px\]{top:25px!important}.-bottom-12{bottom:-3rem}.-bottom-16{bottom:-4rem}.-left-12{left:-3rem}.-left-16{left:-4rem}.-left-20{left:-5rem}.-right-0{right:-0px}.-right-1{right:-.25rem}.-right-16{right:-4rem}.-right-5{right:-1.25rem}.-top-10{top:-2.5rem}.-top-16{top:-4rem}.-top-5{top:-1.25rem}.-top-\[6px\]{top:-6px}.bottom-0{bottom:0}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-5{bottom:1.25rem}.bottom-8{bottom:2rem}.bottom-\[-130px\]{bottom:-130px}.bottom-\[60px\]{bottom:60px}.end-0{inset-inline-end:0px}.left-0{left:0}.left-0\.5{left:.125rem}.left-1\/2{left:50%}.left-10{left:2.5rem}.left-12{left:3rem}.left-20{left:5rem}.left-5{left:1.25rem}.left-8{left:2rem}.left-\[0px\]{left:0}.left-full{left:100%}.right-0{right:0}.right-16{right:4rem}.right-2{right:.5rem}.right-20{right:5rem}.right-5{right:1.25rem}.right-8{right:2rem}.right-\[17px\]{right:17px}.right-\[5px\]{right:5px}.start-0{inset-inline-start:0px}.start-1\/2{inset-inline-start:50%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-2{top:.5rem}.top-20{top:5rem}.top-5{top:1.25rem}.top-8{top:2rem}.top-\[23px\]{top:23px}.top-\[2px\]{top:2px}.top-\[3px\]{top:3px}.top-\[55px\]{top:55px}.top-\[61px\]{top:61px}.top-\[80px\]{top:80px}.-z-20{z-index:-20}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.z-\[3\]{z-index:3}.z-\[45\]{z-index:45}.z-\[55\]{z-index:55}.z-\[888\]{z-index:888}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.z-\[99\]{z-index:99}.z-\[9\]{z-index:9}.order-first{order:-9999}.col-span-1{grid-column:span 1 / span 1}.col-span-11{grid-column:span 11 / span 11}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-8{grid-column:span 8 / span 8}.col-span-full{grid-column:1 / -1}.\!row-span-1{grid-row:span 1 / span 1!important}.float-end{float:inline-end}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-2{margin:.5rem}.m-5{margin:1.25rem}.m-auto{margin:auto}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.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-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.\!mb-0{margin-bottom:0!important}.\!ml-0{margin-left:0!important}.\!mt-4{margin-top:1rem!important}.\!mt-6{margin-top:1.5rem!important}.-me-2{margin-inline-end:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-px{margin-left:-1px}.-mr-2{margin-right:-.5rem}.-mr-px{margin-right:-1px}.-mt-2{margin-top:-.5rem}.-mt-\[40px\]{margin-top:-40px}.-mt-\[73px\]{margin-top:-73px}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.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}.mb-\[2px\]{margin-bottom:2px}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.me-auto{margin-inline-end:auto}.ml-1{margin-left:.25rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-20{margin-left:5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-\[10px\]{margin-left:10px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-16{margin-right:4rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.ms-1{margin-inline-start:.25rem}.ms-2{margin-inline-start:.5rem}.ms-3{margin-inline-start:.75rem}.ms-4{margin-inline-start:1rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.box-content{box-sizing:content-box}.\!block{display:block!important}.block{display:block}.\!inline-block{display:inline-block!important}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.\!hidden{display:none!important}.hidden{display:none}.size-12{width:3rem;height:3rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-1{height:.25rem}.h-10{height:2.5rem}.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\/4{height:75%}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[10px\]{height:10px}.h-\[16px\]{height:16px}.h-\[17rem\]{height:17rem}.h-\[24rem\]{height:24rem}.h-\[28px\]{height:28px}.h-\[28rem\]{height:28rem}.h-\[32\.5rem\]{height:32.5rem}.h-\[32rem\]{height:32rem}.h-\[35\.5rem\]{height:35.5rem}.h-\[36rem\]{height:36rem}.h-\[40rem\]{height:40rem}.h-\[46px\]{height:46px}.h-\[48rem\]{height:48rem}.h-\[50px\]{height:50px}.h-\[56rem\]{height:56rem}.h-\[60px\]{height:60px}.h-\[64rem\]{height:64rem}.h-\[65px\]{height:65px}.h-\[6px\]{height:6px}.h-\[72rem\]{height:72rem}.h-\[80rem\]{height:80rem}.h-\[95px\]{height:95px}.h-\[calc\(100\%-80px\)\]{height:calc(100% - 80px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.min-h-8{min-height:2rem}.min-h-\[200px\]{min-height:200px}.min-h-\[50svh\]{min-height:50svh}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1\/2{width:50%}.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-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-\[100dvw\]{width:100dvw}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[150px\]{width:150px}.w-\[16px\]{width:16px}.w-\[17rem\]{width:17rem}.w-\[18rem\]{width:18rem}.w-\[28px\]{width:28px}.w-\[335px\]{width:335px}.w-\[38px\]{width:38px}.w-\[40px\]{width:40px}.w-\[46px\]{width:46px}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-\[65px\]{width:65px}.w-\[6px\]{width:6px}.w-\[8rem\]{width:8rem}.w-\[calc\(100\%\+8rem\)\]{width:calc(100% + 8rem)}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0px}.min-w-8{min-width:2rem}.min-w-\[160px\]{min-width:160px}.min-w-\[60px\]{min-width:60px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.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-\[160px\]{max-width:160px}.max-w-\[180px\]{max-width:180px}.max-w-\[440px\]{max-width:440px}.max-w-\[520px\]{max-width:520px}.max-w-\[877px\]{max-width:877px}.max-w-full{max-width:100%}.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-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.origin-center{transform-origin:center}.origin-top{transform-origin:top}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-2{--tw-translate-x:-.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-10{--tw-translate-y:-2.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y:-.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-4{--tw-translate-y:-1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-full{--tw-translate-y:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-2{--tw-translate-x:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-3{--tw-translate-x:.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-4{--tw-translate-x:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x:1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1\/2{--tw-translate-y:50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-0{--tw-rotate:0deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[60deg\]{--tw-rotate:60deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.animate-\[spin_2s_linear_infinite\]{animation:spin 2s linear infinite}@keyframes progress{0%{width:0%}to{width:100%}}.animate-progress{animation:progress 2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}@keyframes tada{0%{transform:scaleZ(1)}10%,20%{transform:scaleZ(.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{transform:scaleZ(1) rotate3d(0,0,1,10deg)}40%,60%,80%{transform:rotate3d(0,0,1,-10deg)}to{transform:scaleZ(1)}}.animate-tada{animation:tada 1.5s ease-in-out infinite}.\!cursor-not-allowed{cursor:not-allowed!important}.\!cursor-wait{cursor:wait!important}.cursor-default{cursor:default}.cursor-none{cursor:none}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,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!important}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-items-center{place-items:center}.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}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-2{row-gap:.5rem}.gap-y-5{row-gap:1.25rem}.-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-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.375rem * var(--tw-space-x-reverse));margin-left:calc(-.375rem * calc(1 - var(--tw-space-x-reverse)))}.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-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[6px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(6px * var(--tw-space-x-reverse));margin-left:calc(6px * calc(1 - var(--tw-space-x-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-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-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-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * 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-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-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-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(244 245 247 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.divide-primary-600>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(63 94 223 / var(--tw-divide-opacity, 1))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.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}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[3px\]{border-radius:3px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-e-lg{border-start-end-radius:.5rem;border-end-end-radius:.5rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-s-lg{border-start-start-radius:.5rem;border-end-start-radius:.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tr-lg{border-top-right-radius:.5rem}.\!border{border-width:1px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-8{border-bottom-width:8px}.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-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-primary-700{--tw-border-opacity:1 !important;border-color:rgb(42 63 150 / var(--tw-border-opacity, 1))!important}.\!border-red-500{--tw-border-opacity:1 !important;border-color:rgb(240 82 82 / var(--tw-border-opacity, 1))!important}.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-black-300{--tw-border-opacity:1;border-color:rgb(210 214 220 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(225 239 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(195 221 253 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity:1;border-color:rgb(164 202 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(63 131 248 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(28 100 242 / var(--tw-border-opacity, 1))}.border-blue-700{--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.border-cyan-300{--tw-border-opacity:1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.border-cyan-500{--tw-border-opacity:1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-cyan-600{--tw-border-opacity:1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.border-dark-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-600{--tw-border-opacity:1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-fuchsia-300{--tw-border-opacity:1;border-color:rgb(240 171 252 / var(--tw-border-opacity, 1))}.border-fuchsia-500{--tw-border-opacity:1;border-color:rgb(217 70 239 / var(--tw-border-opacity, 1))}.border-fuchsia-600{--tw-border-opacity:1;border-color:rgb(192 38 211 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(244 245 247 / 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(210 214 220 / var(--tw-border-opacity, 1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(159 166 178 / var(--tw-border-opacity, 1))}.border-gray-500{--tw-border-opacity:1;border-color:rgb(104 118 138 / var(--tw-border-opacity, 1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity:1;border-color:rgb(132 225 188 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity:1;border-color:rgb(14 159 110 / var(--tw-border-opacity, 1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(5 122 85 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity:1;border-color:rgb(180 198 252 / var(--tw-border-opacity, 1))}.border-indigo-400{--tw-border-opacity:1;border-color:rgb(141 162 251 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity:1;border-color:rgb(104 117 245 / var(--tw-border-opacity, 1))}.border-indigo-600{--tw-border-opacity:1;border-color:rgb(88 80 236 / var(--tw-border-opacity, 1))}.border-lime-300{--tw-border-opacity:1;border-color:rgb(190 242 100 / var(--tw-border-opacity, 1))}.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22 / var(--tw-border-opacity, 1))}.border-lime-600{--tw-border-opacity:1;border-color:rgb(101 163 13 / var(--tw-border-opacity, 1))}.border-neutral-300{--tw-border-opacity:1;border-color:rgb(212 212 212 / var(--tw-border-opacity, 1))}.border-neutral-500{--tw-border-opacity:1;border-color:rgb(115 115 115 / var(--tw-border-opacity, 1))}.border-neutral-600{--tw-border-opacity:1;border-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.border-orange-300{--tw-border-opacity:1;border-color:rgb(253 186 140 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(255 90 31 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity:1;border-color:rgb(208 56 1 / var(--tw-border-opacity, 1))}.border-pink-300{--tw-border-opacity:1;border-color:rgb(248 180 217 / var(--tw-border-opacity, 1))}.border-pink-500{--tw-border-opacity:1;border-color:rgb(231 70 148 / var(--tw-border-opacity, 1))}.border-pink-600{--tw-border-opacity:1;border-color:rgb(214 31 105 / var(--tw-border-opacity, 1))}.border-primary-100{--tw-border-opacity:1;border-color:rgb(237 240 255 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity:1;border-color:rgb(209 218 254 / var(--tw-border-opacity, 1))}.border-primary-300{--tw-border-opacity:1;border-color:rgb(180 194 253 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity:1;border-color:rgb(63 94 223 / var(--tw-border-opacity, 1))}.border-primary-700{--tw-border-opacity:1;border-color:rgb(42 63 150 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(202 191 253 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity:1;border-color:rgb(144 97 249 / var(--tw-border-opacity, 1))}.border-purple-600{--tw-border-opacity:1;border-color:rgb(126 58 242 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(251 213 213 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(248 180 180 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(240 82 82 / var(--tw-border-opacity, 1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(224 36 36 / var(--tw-border-opacity, 1))}.border-rose-300{--tw-border-opacity:1;border-color:rgb(253 164 175 / var(--tw-border-opacity, 1))}.border-rose-500{--tw-border-opacity:1;border-color:rgb(244 63 94 / var(--tw-border-opacity, 1))}.border-rose-600{--tw-border-opacity:1;border-color:rgb(225 29 72 / var(--tw-border-opacity, 1))}.border-secondary-300{--tw-border-opacity:1;border-color:rgb(210 214 220 / var(--tw-border-opacity, 1))}.border-secondary-500{--tw-border-opacity:1;border-color:rgb(160 174 192 / var(--tw-border-opacity, 1))}.border-secondary-600{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-sky-300{--tw-border-opacity:1;border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-sky-600{--tw-border-opacity:1;border-color:rgb(2 132 199 / var(--tw-border-opacity, 1))}.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-slate-500{--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-stone-300{--tw-border-opacity:1;border-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.border-stone-500{--tw-border-opacity:1;border-color:rgb(120 113 108 / var(--tw-border-opacity, 1))}.border-stone-600{--tw-border-opacity:1;border-color:rgb(87 83 78 / var(--tw-border-opacity, 1))}.border-teal-300{--tw-border-opacity:1;border-color:rgb(126 220 226 / var(--tw-border-opacity, 1))}.border-teal-500{--tw-border-opacity:1;border-color:rgb(6 148 162 / var(--tw-border-opacity, 1))}.border-teal-600{--tw-border-opacity:1;border-color:rgb(4 116 129 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-violet-300{--tw-border-opacity:1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.border-violet-500{--tw-border-opacity:1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.border-violet-600{--tw-border-opacity:1;border-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(250 202 21 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(227 160 8 / var(--tw-border-opacity, 1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(194 120 3 / var(--tw-border-opacity, 1))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(159 88 10 / var(--tw-border-opacity, 1))}.border-zinc-300{--tw-border-opacity:1;border-color:rgb(212 212 216 / var(--tw-border-opacity, 1))}.border-zinc-500{--tw-border-opacity:1;border-color:rgb(113 113 122 / var(--tw-border-opacity, 1))}.border-zinc-600{--tw-border-opacity:1;border-color:rgb(82 82 91 / var(--tw-border-opacity, 1))}.border-b-amber-200{--tw-border-opacity:1;border-bottom-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-b-black-500{--tw-border-opacity:1;border-bottom-color:rgb(17 17 18 / var(--tw-border-opacity, 1))}.border-b-blue-200{--tw-border-opacity:1;border-bottom-color:rgb(195 221 253 / var(--tw-border-opacity, 1))}.border-b-cyan-200{--tw-border-opacity:1;border-bottom-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-b-emerald-200{--tw-border-opacity:1;border-bottom-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-b-fuchsia-200{--tw-border-opacity:1;border-bottom-color:rgb(245 208 254 / var(--tw-border-opacity, 1))}.border-b-gray-100{--tw-border-opacity:1;border-bottom-color:rgb(244 245 247 / var(--tw-border-opacity, 1))}.border-b-gray-200{--tw-border-opacity:1;border-bottom-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-b-green-200{--tw-border-opacity:1;border-bottom-color:rgb(188 240 218 / var(--tw-border-opacity, 1))}.border-b-indigo-200{--tw-border-opacity:1;border-bottom-color:rgb(205 219 254 / var(--tw-border-opacity, 1))}.border-b-lime-200{--tw-border-opacity:1;border-bottom-color:rgb(217 249 157 / var(--tw-border-opacity, 1))}.border-b-neutral-200{--tw-border-opacity:1;border-bottom-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-b-orange-200{--tw-border-opacity:1;border-bottom-color:rgb(252 217 189 / var(--tw-border-opacity, 1))}.border-b-pink-200{--tw-border-opacity:1;border-bottom-color:rgb(250 209 232 / var(--tw-border-opacity, 1))}.border-b-primary-200{--tw-border-opacity:1;border-bottom-color:rgb(209 218 254 / var(--tw-border-opacity, 1))}.border-b-purple-200{--tw-border-opacity:1;border-bottom-color:rgb(220 215 254 / var(--tw-border-opacity, 1))}.border-b-red-200{--tw-border-opacity:1;border-bottom-color:rgb(251 213 213 / var(--tw-border-opacity, 1))}.border-b-rose-200{--tw-border-opacity:1;border-bottom-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-b-secondary-200{--tw-border-opacity:1;border-bottom-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-b-sky-200{--tw-border-opacity:1;border-bottom-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-b-slate-200{--tw-border-opacity:1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-b-slate-300{--tw-border-opacity:1;border-bottom-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-b-stone-200{--tw-border-opacity:1;border-bottom-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.border-b-teal-200{--tw-border-opacity:1;border-bottom-color:rgb(175 236 239 / var(--tw-border-opacity, 1))}.border-b-violet-200{--tw-border-opacity:1;border-bottom-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-b-white{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-b-yellow-200{--tw-border-opacity:1;border-bottom-color:rgb(252 233 106 / var(--tw-border-opacity, 1))}.border-b-zinc-200{--tw-border-opacity:1;border-bottom-color:rgb(228 228 231 / var(--tw-border-opacity, 1))}.border-l-red-500{--tw-border-opacity:1;border-left-color:rgb(240 82 82 / var(--tw-border-opacity, 1))}.border-t-amber-600{--tw-border-opacity:1;border-top-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-t-blue-600{--tw-border-opacity:1;border-top-color:rgb(28 100 242 / var(--tw-border-opacity, 1))}.border-t-cyan-600{--tw-border-opacity:1;border-top-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.border-t-emerald-600{--tw-border-opacity:1;border-top-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-t-fuchsia-600{--tw-border-opacity:1;border-top-color:rgb(192 38 211 / var(--tw-border-opacity, 1))}.border-t-gray-100{--tw-border-opacity:1;border-top-color:rgb(244 245 247 / var(--tw-border-opacity, 1))}.border-t-gray-200{--tw-border-opacity:1;border-top-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-t-gray-600{--tw-border-opacity:1;border-top-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-t-green-600{--tw-border-opacity:1;border-top-color:rgb(5 122 85 / var(--tw-border-opacity, 1))}.border-t-indigo-600{--tw-border-opacity:1;border-top-color:rgb(88 80 236 / var(--tw-border-opacity, 1))}.border-t-lime-600{--tw-border-opacity:1;border-top-color:rgb(101 163 13 / var(--tw-border-opacity, 1))}.border-t-neutral-600{--tw-border-opacity:1;border-top-color:rgb(82 82 82 / var(--tw-border-opacity, 1))}.border-t-orange-600{--tw-border-opacity:1;border-top-color:rgb(208 56 1 / var(--tw-border-opacity, 1))}.border-t-pink-600{--tw-border-opacity:1;border-top-color:rgb(214 31 105 / var(--tw-border-opacity, 1))}.border-t-primary-600{--tw-border-opacity:1;border-top-color:rgb(63 94 223 / var(--tw-border-opacity, 1))}.border-t-purple-600{--tw-border-opacity:1;border-top-color:rgb(126 58 242 / var(--tw-border-opacity, 1))}.border-t-red-600{--tw-border-opacity:1;border-top-color:rgb(224 36 36 / var(--tw-border-opacity, 1))}.border-t-rose-600{--tw-border-opacity:1;border-top-color:rgb(225 29 72 / var(--tw-border-opacity, 1))}.border-t-secondary-600{--tw-border-opacity:1;border-top-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-t-sky-600{--tw-border-opacity:1;border-top-color:rgb(2 132 199 / var(--tw-border-opacity, 1))}.border-t-slate-600{--tw-border-opacity:1;border-top-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-t-stone-600{--tw-border-opacity:1;border-top-color:rgb(87 83 78 / var(--tw-border-opacity, 1))}.border-t-teal-600{--tw-border-opacity:1;border-top-color:rgb(4 116 129 / var(--tw-border-opacity, 1))}.border-t-violet-600{--tw-border-opacity:1;border-top-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.border-t-yellow-600{--tw-border-opacity:1;border-top-color:rgb(159 88 10 / var(--tw-border-opacity, 1))}.border-t-zinc-600{--tw-border-opacity:1;border-top-color:rgb(82 82 91 / var(--tw-border-opacity, 1))}.\!bg-gray-50{--tw-bg-opacity:1 !important;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))!important}.\!bg-primary-600{--tw-bg-opacity:1 !important;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))!important}.\!bg-primary-700{--tw-bg-opacity:1 !important;background-color:rgb(42 63 150 / var(--tw-bg-opacity, 1))!important}.\!bg-transparent{background-color:transparent!important}.bg-\[\#0A63BC\]{--tw-bg-opacity:1;background-color:rgb(10 99 188 / var(--tw-bg-opacity, 1))}.bg-\[\#395599\]{--tw-bg-opacity:1;background-color:rgb(57 85 153 / var(--tw-bg-opacity, 1))}.bg-\[\#EA4335\]{--tw-bg-opacity:1;background-color:rgb(234 67 53 / var(--tw-bg-opacity, 1))}.bg-\[\#FF2D20\]\/10{background-color:#ff2d201a}.bg-\[\#FFC155\]{--tw-bg-opacity:1;background-color:rgb(255 193 85 / var(--tw-bg-opacity, 1))}.bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77 / var(--tw-bg-opacity, 1))}.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.bg-black-300{--tw-bg-opacity:1;background-color:rgb(210 214 220 / var(--tw-bg-opacity, 1))}.bg-black-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(225 239 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity:1;background-color:rgb(164 202 254 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity:1;background-color:rgb(118 169 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(235 245 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(63 131 248 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.bg-cyan-300{--tw-bg-opacity:1;background-color:rgb(103 232 249 / var(--tw-bg-opacity, 1))}.bg-cyan-400{--tw-bg-opacity:1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-danger-500{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1))}.bg-dark-200{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-dark-700{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-dark-700\/50{background-color:#33415580}.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-fuchsia-300{--tw-bg-opacity:1;background-color:rgb(240 171 252 / var(--tw-bg-opacity, 1))}.bg-fuchsia-400{--tw-bg-opacity:1;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))}.bg-fuchsia-50{--tw-bg-opacity:1;background-color:rgb(253 244 255 / var(--tw-bg-opacity, 1))}.bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.bg-fuchsia-600{--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(244 245 247 / 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-200\/80{background-color:#e5e7ebcc}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(210 214 220 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(159 166 178 / 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-500{--tw-bg-opacity:1;background-color:rgb(104 118 138 / var(--tw-bg-opacity, 1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-gray-900\/50{background-color:#0f172a80}.bg-gray-900\/80{background-color:#0f172acc}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(222 247 236 / var(--tw-bg-opacity, 1))}.bg-green-300{--tw-bg-opacity:1;background-color:rgb(132 225 188 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity:1;background-color:rgb(49 196 141 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(243 250 247 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(14 159 110 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.bg-green-900{--tw-bg-opacity:1;background-color:rgb(1 71 55 / var(--tw-bg-opacity, 1))}.bg-indigo-300{--tw-bg-opacity:1;background-color:rgb(180 198 252 / var(--tw-bg-opacity, 1))}.bg-indigo-400{--tw-bg-opacity:1;background-color:rgb(141 162 251 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(240 245 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(104 117 245 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.bg-info-500{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1))}.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(190 242 100 / var(--tw-bg-opacity, 1))}.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53 / var(--tw-bg-opacity, 1))}.bg-lime-50{--tw-bg-opacity:1;background-color:rgb(247 254 231 / var(--tw-bg-opacity, 1))}.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-neutral-300{--tw-bg-opacity:1;background-color:rgb(212 212 212 / var(--tw-bg-opacity, 1))}.bg-neutral-400{--tw-bg-opacity:1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-neutral-500{--tw-bg-opacity:1;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))}.bg-neutral-600{--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.bg-orange-300{--tw-bg-opacity:1;background-color:rgb(253 186 140 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity:1;background-color:rgb(255 138 76 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 248 241 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.bg-pink-300{--tw-bg-opacity:1;background-color:rgb(248 180 217 / var(--tw-bg-opacity, 1))}.bg-pink-400{--tw-bg-opacity:1;background-color:rgb(241 126 184 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(237 240 255 / var(--tw-bg-opacity, 1))}.bg-primary-300{--tw-bg-opacity:1;background-color:rgb(180 194 253 / var(--tw-bg-opacity, 1))}.bg-primary-400{--tw-bg-opacity:1;background-color:rgb(128 146 255 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity:1;background-color:rgb(246 248 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(237 235 254 / var(--tw-bg-opacity, 1))}.bg-purple-300{--tw-bg-opacity:1;background-color:rgb(202 191 253 / var(--tw-bg-opacity, 1))}.bg-purple-400{--tw-bg-opacity:1;background-color:rgb(172 148 250 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(246 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(144 97 249 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(253 232 232 / var(--tw-bg-opacity, 1))}.bg-red-300{--tw-bg-opacity:1;background-color:rgb(248 180 180 / var(--tw-bg-opacity, 1))}.bg-red-400{--tw-bg-opacity:1;background-color:rgb(249 128 128 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(253 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#f0525233}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.bg-red-900{--tw-bg-opacity:1;background-color:rgb(119 29 29 / var(--tw-bg-opacity, 1))}.bg-rose-300{--tw-bg-opacity:1;background-color:rgb(253 164 175 / var(--tw-bg-opacity, 1))}.bg-rose-400{--tw-bg-opacity:1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity:1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-600{--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.bg-secondary-100{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.bg-secondary-200{--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-secondary-300{--tw-bg-opacity:1;background-color:rgb(210 214 220 / var(--tw-bg-opacity, 1))}.bg-secondary-400{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.bg-secondary-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-secondary-500{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1))}.bg-secondary-600{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-sky-300{--tw-bg-opacity:1;background-color:rgb(125 211 252 / var(--tw-bg-opacity, 1))}.bg-sky-400{--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-600{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184 / 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-500{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.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-slate-900\/40{background-color:#0f172a66}.bg-stone-300{--tw-bg-opacity:1;background-color:rgb(214 211 209 / var(--tw-bg-opacity, 1))}.bg-stone-400{--tw-bg-opacity:1;background-color:rgb(168 162 158 / var(--tw-bg-opacity, 1))}.bg-stone-50{--tw-bg-opacity:1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.bg-stone-500{--tw-bg-opacity:1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.bg-stone-600{--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.bg-success-500{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1))}.bg-teal-300{--tw-bg-opacity:1;background-color:rgb(126 220 226 / var(--tw-bg-opacity, 1))}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(22 189 202 / var(--tw-bg-opacity, 1))}.bg-teal-50{--tw-bg-opacity:1;background-color:rgb(237 250 250 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(6 148 162 / var(--tw-bg-opacity, 1))}.bg-teal-600{--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-300{--tw-bg-opacity:1;background-color:rgb(196 181 253 / var(--tw-bg-opacity, 1))}.bg-violet-400{--tw-bg-opacity:1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-warning-500{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/40{background-color:#fff6}.bg-white\/50{background-color:#ffffff80}.bg-white\/75{background-color:#ffffffbf}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(253 246 178 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity:1;background-color:rgb(250 202 21 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(227 160 8 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(253 253 234 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(194 120 3 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.bg-yellow-900{--tw-bg-opacity:1;background-color:rgb(99 49 18 / var(--tw-bg-opacity, 1))}.bg-zinc-300{--tw-bg-opacity:1;background-color:rgb(212 212 216 / var(--tw-bg-opacity, 1))}.bg-zinc-400{--tw-bg-opacity:1;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))}.bg-zinc-50{--tw-bg-opacity:1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.bg-zinc-600{--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-15{--tw-bg-opacity:.15}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-5{--tw-bg-opacity:.05}.bg-opacity-50{--tw-bg-opacity:.5}.bg-opacity-60{--tw-bg-opacity:.6}.bg-opacity-75{--tw-bg-opacity:.75}.bg-opacity-80{--tw-bg-opacity:.8}.bg-gradient-to-b{background-image:linear-gradient(to bottom,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))}.from-blue-700{--tw-gradient-from:#1A56DB var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 86 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from:#0E9F6E var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-900\/85{--tw-gradient-from:rgb(21 31 73 / .85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 31 73 / 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-white{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ffffff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to:#3F83F8 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to:#047481 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#ffffff var(--tw-gradient-to-position)}.bg-clip-padding{background-clip:padding-box}.bg-no-repeat{background-repeat:no-repeat}.fill-current{fill:currentColor}.fill-red-500{fill:#f05252}.stroke-\[\#FF2D20\]{stroke:#ff2d20}.stroke-current{stroke:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!py-\[14px\]{padding-top:14px!important;padding-bottom:14px!important}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-16{padding-left:4rem;padding-right:4rem}.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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.py-0{padding-top:0;padding-bottom:0}.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-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-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-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.\!pl-10{padding-left:2.5rem!important}.\!pr-14{padding-right:3.5rem!important}.\!pr-8{padding-right:2rem!important}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pe-1{padding-inline-end:.25rem}.pe-4{padding-inline-end:1rem}.pl-0{padding-left:0}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.ps-10{padding-inline-start:2.5rem}.ps-3{padding-inline-start:.75rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.align-middle{vertical-align:middle}.font-Inter{font-family:Inter,sans-serif}.font-mono{font-family:ui-monospace,monospace}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.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-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[20px\]{font-size:20px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.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-sm\/relaxed{font-size:.875rem;line-height:1.625}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-bold{font-weight:700!important}.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}.not-italic{font-style:normal}.\!leading-snug{line-height:1.375!important}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-\[0\]{line-height:0}.leading-\[1\],.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-red-600{--tw-text-opacity:1 !important;color:rgb(224 36 36 / var(--tw-text-opacity, 1))!important}.\!text-white{--tw-text-opacity:1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.text-\[\#68768A\]{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-50{--tw-text-opacity:1;color:rgb(255 251 235 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black-50{--tw-text-opacity:1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-black-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity:1;color:rgb(118 169 250 / var(--tw-text-opacity, 1))}.text-blue-50{--tw-text-opacity:1;color:rgb(235 245 255 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity:1;color:rgb(28 100 242 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity:1;color:rgb(26 86 219 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 66 159 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity:1;color:rgb(35 56 118 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-50{--tw-text-opacity:1;color:rgb(236 254 255 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-danger-500{--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.text-dark-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-dark-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-50{--tw-text-opacity:1;color:rgb(236 253 245 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-fuchsia-400{--tw-text-opacity:1;color:rgb(232 121 249 / var(--tw-text-opacity, 1))}.text-fuchsia-50{--tw-text-opacity:1;color:rgb(253 244 255 / var(--tw-text-opacity, 1))}.text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239 / var(--tw-text-opacity, 1))}.text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211 / var(--tw-text-opacity, 1))}.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity:1;color:rgb(244 245 247 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity:1;color:rgb(49 196 141 / var(--tw-text-opacity, 1))}.text-green-50{--tw-text-opacity:1;color:rgb(243 250 247 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity:1;color:rgb(14 159 110 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity:1;color:rgb(5 122 85 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity:1;color:rgb(4 108 78 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity:1;color:rgb(3 84 63 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(141 162 251 / var(--tw-text-opacity, 1))}.text-indigo-50{--tw-text-opacity:1;color:rgb(240 245 255 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(104 117 245 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(88 80 236 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(81 69 205 / var(--tw-text-opacity, 1))}.text-info-500{--tw-text-opacity:1;color:rgb(12 231 250 / var(--tw-text-opacity, 1))}.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53 / var(--tw-text-opacity, 1))}.text-lime-50{--tw-text-opacity:1;color:rgb(247 254 231 / var(--tw-text-opacity, 1))}.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22 / var(--tw-text-opacity, 1))}.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13 / var(--tw-text-opacity, 1))}.text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15 / var(--tw-text-opacity, 1))}.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.text-neutral-50{--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity, 1))}.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-orange-400{--tw-text-opacity:1;color:rgb(255 138 76 / var(--tw-text-opacity, 1))}.text-orange-50{--tw-text-opacity:1;color:rgb(255 248 241 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity:1;color:rgb(255 90 31 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity:1;color:rgb(208 56 1 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity:1;color:rgb(180 52 3 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity:1;color:rgb(241 126 184 / var(--tw-text-opacity, 1))}.text-pink-50{--tw-text-opacity:1;color:rgb(253 242 248 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity:1;color:rgb(231 70 148 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity:1;color:rgb(214 31 105 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity:1;color:rgb(191 18 93 / var(--tw-text-opacity, 1))}.text-primary-400{--tw-text-opacity:1;color:rgb(128 146 255 / var(--tw-text-opacity, 1))}.text-primary-50{--tw-text-opacity:1;color:rgb(246 248 255 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity:1;color:rgb(63 94 223 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity:1;color:rgb(42 63 150 / var(--tw-text-opacity, 1))}.text-primary-800{--tw-text-opacity:1;color:rgb(32 48 113 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity:1;color:rgb(172 148 250 / var(--tw-text-opacity, 1))}.text-purple-50{--tw-text-opacity:1;color:rgb(246 245 255 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity:1;color:rgb(144 97 249 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity:1;color:rgb(126 58 242 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity:1;color:rgb(108 43 217 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity:1;color:rgb(249 128 128 / var(--tw-text-opacity, 1))}.text-red-50{--tw-text-opacity:1;color:rgb(253 242 242 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity:1;color:rgb(200 30 30 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity:1;color:rgb(155 28 28 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-rose-50{--tw-text-opacity:1;color:rgb(255 241 242 / var(--tw-text-opacity, 1))}.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-secondary-300{--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.text-secondary-400{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.text-secondary-50{--tw-text-opacity:1;color:rgb(249 250 251 / var(--tw-text-opacity, 1))}.text-secondary-500{--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.text-secondary-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-secondary-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity, 1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252 / 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-stone-400{--tw-text-opacity:1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.text-stone-50{--tw-text-opacity:1;color:rgb(250 250 249 / var(--tw-text-opacity, 1))}.text-stone-500{--tw-text-opacity:1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity:1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.text-success-500{--tw-text-opacity:1;color:rgb(80 199 147 / var(--tw-text-opacity, 1))}.text-teal-400{--tw-text-opacity:1;color:rgb(22 189 202 / var(--tw-text-opacity, 1))}.text-teal-50{--tw-text-opacity:1;color:rgb(237 250 250 / var(--tw-text-opacity, 1))}.text-teal-500{--tw-text-opacity:1;color:rgb(6 148 162 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity:1;color:rgb(4 116 129 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity:1;color:rgb(3 102 114 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-50{--tw-text-opacity:1;color:rgb(245 243 255 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-warning-500{--tw-text-opacity:1;color:rgb(250 145 107 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-200{--tw-text-opacity:1;color:rgb(252 233 106 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(227 160 8 / var(--tw-text-opacity, 1))}.text-yellow-50{--tw-text-opacity:1;color:rgb(253 253 234 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(194 120 3 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(159 88 10 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(142 75 16 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(114 59 19 / var(--tw-text-opacity, 1))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-zinc-50{--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.text-zinc-600{--tw-text-opacity:1;color:rgb(82 82 91 / var(--tw-text-opacity, 1))}.text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.text-opacity-80{--tw-text-opacity:.8}.text-opacity-90{--tw-text-opacity:.9}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.caret-transparent{caret-color:transparent}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(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)}.shadow-\[0_10px_20px_-10px_rgba\(67\,97\,238\,0\.44\)\]{--tw-shadow:0 10px 20px -10px rgba(67,97,238,.44);--tw-shadow-colored:0 10px 20px -10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_14px_34px_0px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0px 14px 34px 0px rgba(0,0,0,.08);--tw-shadow-colored:0px 14px 34px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-deep{--tw-shadow:-2px 0px 8px rgba(0, 0, 0, .16);--tw-shadow-colored:-2px 0px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(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)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);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 / .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)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(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);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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--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(4px + 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-inset{--tw-ring-inset:inset}.ring-amber-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36 / var(--tw-ring-opacity, 1))}.ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.ring-black-400{--tw-ring-opacity:1;--tw-ring-color:rgb(159 166 178 / var(--tw-ring-opacity, 1))}.ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgb(118 169 250 / var(--tw-ring-opacity, 1))}.ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248 / var(--tw-ring-opacity, 1))}.ring-cyan-400{--tw-ring-opacity:1;--tw-ring-color:rgb(34 211 238 / var(--tw-ring-opacity, 1))}.ring-cyan-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.ring-danger-500{--tw-ring-opacity:1;--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1))}.ring-emerald-400{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153 / var(--tw-ring-opacity, 1))}.ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1))}.ring-fuchsia-400{--tw-ring-opacity:1;--tw-ring-color:rgb(232 121 249 / var(--tw-ring-opacity, 1))}.ring-fuchsia-500{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239 / var(--tw-ring-opacity, 1))}.ring-gray-200{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(210 214 220 / var(--tw-ring-opacity, 1))}.ring-gray-400{--tw-ring-opacity:1;--tw-ring-color:rgb(159 166 178 / var(--tw-ring-opacity, 1))}.ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 118 138 / var(--tw-ring-opacity, 1))}.ring-gray-900\/5{--tw-ring-color:rgb(15 23 42 / .05)}.ring-green-400{--tw-ring-opacity:1;--tw-ring-color:rgb(49 196 141 / var(--tw-ring-opacity, 1))}.ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110 / var(--tw-ring-opacity, 1))}.ring-indigo-400{--tw-ring-opacity:1;--tw-ring-color:rgb(141 162 251 / var(--tw-ring-opacity, 1))}.ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245 / var(--tw-ring-opacity, 1))}.ring-info-500{--tw-ring-opacity:1;--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1))}.ring-lime-400{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53 / var(--tw-ring-opacity, 1))}.ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity, 1))}.ring-neutral-400{--tw-ring-opacity:1;--tw-ring-color:rgb(163 163 163 / var(--tw-ring-opacity, 1))}.ring-neutral-500{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115 / var(--tw-ring-opacity, 1))}.ring-orange-400{--tw-ring-opacity:1;--tw-ring-color:rgb(255 138 76 / var(--tw-ring-opacity, 1))}.ring-orange-500{--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31 / var(--tw-ring-opacity, 1))}.ring-pink-400{--tw-ring-opacity:1;--tw-ring-color:rgb(241 126 184 / var(--tw-ring-opacity, 1))}.ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148 / var(--tw-ring-opacity, 1))}.ring-primary-400{--tw-ring-opacity:1;--tw-ring-color:rgb(128 146 255 / var(--tw-ring-opacity, 1))}.ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgb(172 148 250 / var(--tw-ring-opacity, 1))}.ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249 / var(--tw-ring-opacity, 1))}.ring-red-300{--tw-ring-opacity:1;--tw-ring-color:rgb(248 180 180 / var(--tw-ring-opacity, 1))}.ring-red-400{--tw-ring-opacity:1;--tw-ring-color:rgb(249 128 128 / var(--tw-ring-opacity, 1))}.ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.ring-rose-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 113 133 / var(--tw-ring-opacity, 1))}.ring-rose-500{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94 / var(--tw-ring-opacity, 1))}.ring-secondary-400{--tw-ring-opacity:1;--tw-ring-color:rgb(159 166 178 / var(--tw-ring-opacity, 1))}.ring-secondary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.ring-sky-400{--tw-ring-opacity:1;--tw-ring-color:rgb(56 189 248 / var(--tw-ring-opacity, 1))}.ring-sky-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.ring-slate-400{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184 / var(--tw-ring-opacity, 1))}.ring-slate-500{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1))}.ring-stone-400{--tw-ring-opacity:1;--tw-ring-color:rgb(168 162 158 / var(--tw-ring-opacity, 1))}.ring-stone-500{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108 / var(--tw-ring-opacity, 1))}.ring-success-500{--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1))}.ring-teal-400{--tw-ring-opacity:1;--tw-ring-color:rgb(22 189 202 / var(--tw-ring-opacity, 1))}.ring-teal-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162 / var(--tw-ring-opacity, 1))}.ring-transparent{--tw-ring-color:transparent}.ring-violet-400{--tw-ring-opacity:1;--tw-ring-color:rgb(167 139 250 / var(--tw-ring-opacity, 1))}.ring-violet-500{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246 / var(--tw-ring-opacity, 1))}.ring-warning-500{--tw-ring-opacity:1;--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-white\/\[0\.05\]{--tw-ring-color:rgb(255 255 255 / .05)}.ring-yellow-400{--tw-ring-opacity:1;--tw-ring-color:rgb(227 160 8 / var(--tw-ring-opacity, 1))}.ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3 / var(--tw-ring-opacity, 1))}.ring-zinc-400{--tw-ring-opacity:1;--tw-ring-color:rgb(161 161 170 / var(--tw-ring-opacity, 1))}.ring-zinc-500{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122 / var(--tw-ring-opacity, 1))}.ring-opacity-30{--tw-ring-opacity:.3}.ring-opacity-5{--tw-ring-opacity:.05}.blur{--tw-blur:blur(8px);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-\[0px_4px_34px_rgba\(0\,0\,0\,0\.06\)\]{--tw-drop-shadow:drop-shadow(0px 4px 34px rgba(0,0,0,.06));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-\[0px_4px_34px_rgba\(0\,0\,0\,0\.25\)\]{--tw-drop-shadow:drop-shadow(0px 4px 34px rgba(0,0,0,.25));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-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));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 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));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)}.invert{--tw-invert:invert(100%);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)}.filter{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-\[40px\]{--tw-backdrop-blur:blur(40px);-webkit-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);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)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px);-webkit-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);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)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-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);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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-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);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)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-webkit-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);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)}.backdrop-filter{-webkit-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);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,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.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)}.custom-scrollbar{scrollbar-width:auto}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar:horizontal{height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#c9c9c9;border-radius:10px;border:transparent}.dark .custom-scrollbar::-webkit-scrollbar-track{background-color:#475569;cursor:pointer}.dark .custom-scrollbar::-webkit-scrollbar-thumb{cursor:pointer;background-color:#94a3b8}.soft-scrollbar{scrollbar-width:auto}.soft-scrollbar::-webkit-scrollbar{width:4px;height:4px;cursor:pointer}.soft-scrollbar::-webkit-scrollbar-track{background-color:#e2e8f0;cursor:pointer}.soft-scrollbar::-webkit-scrollbar-thumb{background-color:#94a3b8;cursor:pointer}.dark .soft-scrollbar::-webkit-scrollbar-track{background-color:#475569;cursor:pointer}.dark .soft-scrollbar::-webkit-scrollbar-thumb{cursor:pointer;background-color:#94a3b8}input.appearance-number-none::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input.appearance-number-none::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number].appearance-number-none{-moz-appearance:textfield}.\[wire\:model\]{wire:model}body{height:100%;overflow-x:hidden;font-weight:400;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}body:is(.dark *){--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.light body,.skin-default body{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}html,body{height:100%}.app-wrapper{position:relative}.card-border-b{margin-left:-1.5rem;margin-right:-1.5rem;margin-bottom:1.5rem;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1.25rem}.card-border-b:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.icon-list{position:relative;display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:9999px;font-size:20px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.icon-list:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.page-content{padding:15px;padding-bottom:2rem}@media (min-width: 768px){.page-content{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem;padding-bottom:37px}}.layout-boxed .page-content{width:100%;margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px}@media (min-width: 640px){.layout-boxed .page-content{max-width:640px;padding-right:15px;padding-left:15px}}@media (min-width: 768px){.layout-boxed .page-content{max-width:768px}}@media (min-width: 1024px){.layout-boxed .page-content{max-width:1024px;padding-right:15px;padding-left:15px}}@media (min-width: 1280px){.layout-boxed .page-content{max-width:1280px;padding-right:15px;padding-left:15px}}.page-min-height{min-height:calc(var(--vh, 1vh) * 100 - 132px)}.settings-modal{padding-bottom:6rem}@media (min-width: 768px){.settings-modal{padding-bottom:0}}.settings-modal h3{margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.settings-modal h3:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.settings-modal .divider{height:1px;width:100%;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.settings-modal .divider:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.themeCustomization-checkInput{display:inline-block;height:1rem;width:1rem;flex:none;cursor:pointer;border-radius:9999px;accent-color:#111112}.themeCustomization-checkInput:is(.dark *){accent-color:#F4F5F7}.themeCustomization-checkInput-label{cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.themeCustomization-checkInput-label:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.themeCustomization-checkInput-label:where([dir=ltr],[dir=ltr] *){padding-left:.5rem}.themeCustomization-checkInput-label:where([dir=rtl],[dir=rtl] *){padding-right:.5rem}.card-title{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.75rem;font-weight:500;text-transform:capitalize;line-height:24px}.card-text{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.card-text:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.card-title2{margin-bottom:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.card-title2:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.card-subtitle{margin-top:.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.custom-list{position:relative;margin-left:-.25rem;margin-right:-.25rem;list-style-type:none;padding-left:2rem}.custom-list li:before{content:var(--tw-content);position:absolute}.custom-list li:where([dir=ltr],[dir=ltr] *):before{content:var(--tw-content);left:0}.custom-list li:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);right:0}.list-by-numbering{counter-reset:list}.list-by-numbering li{position:relative;margin-left:-.25rem;margin-right:-.25rem}.list-by-numbering li:where([dir=ltr],[dir=ltr] *){padding-left:1.3em}.list-by-numbering li:where([dir=rtl],[dir=rtl] *){padding-right:1.3em}.list-by-numbering li:before{counter-increment:list;content:counters(list,".") "." important}.list-by-slash li{position:relative;padding-left:1rem}.list-by-slash li:before{left:6px;content:"-" important}.colors_parent div{margin-right:.75rem;margin-bottom:.75rem}#tabs-tab .nav-link.active{--tw-border-opacity:1;border-bottom-color:rgb(70 105 250 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}#tabs-tab .nav-link.active:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#pills-tabHorizontal .nav-link.active:is(.dark *),#pills-tabVertical .nav-link.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.stiped-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 0px,transparent 50%,rgba(255,255,255,.15) 0px,rgba(255,255,255,.15) 75%,transparent 0px,transparent);background-size:.857rem .857rem;background-repeat:repeat}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.animated-strip{animation:progress-bar-stripes 1s linear infinite}.p-active{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.date-label{margin-bottom:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.date-label:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.date-text{font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.date-text:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.ql-picker-label:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.ql-stroke:is(.dark *){stroke:#fff}.light body,.skin-bordered body{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.dark body{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}html.dark #moonIcon,html.dark .black_logo{display:none}html.flatpickr-day.dark #moonIcon,html.flatpickr-day.dark .black_logo{visibility:hidden}html.light #sunIcon,html.light .white_logo{display:none}html.flatpickr-day.light #sunIcon,html.flatpickr-day.light .white_logo{visibility:hidden}html.light #moonIcon,html.light .black_logo,html.dark #sunIcon,html.dark .white_logo,html.semiDark .white_logo{display:block}html.semiDark .black_logo{display:none}html.flatpickr-day.semiDark .black_logo{visibility:hidden}.simplebar-scrollbar:before{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.simplebar-scrollbar:is(.dark *):before{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.margin-0{margin-left:0;margin-right:0}.nav-shadow{background:linear-gradient(rgb(255,255,255) 5%,rgba(255,255,255,.75) 45%,rgba(255,255,255,.2) 80%,transparent)}.horizontalMenu .sidebar-wrapper,.horizontalMenu #menuCollapse,.horizontalMenu #menuHidden,.horizontalMenu #searchBtn{display:none}.flatpickr-day.horizontalMenu .sidebar-wrapper,.flatpickr-day .horizontalMenu #menuCollapse,.flatpickr-day .horizontalMenu #menuHidden,.flatpickr-day .horizontalMenu #searchBtn{visibility:hidden}.horizontalMenu .app-header,.horizontalMenu .content-wrapper,.horizontalMenu .site-footer{margin-left:0;margin-right:0;margin-left:0!important;margin-right:0!important}#headerLogo{display:none}.flatpickr-day#headerLogo{visibility:hidden}.horizontalMenu #headerLogo{display:none;padding:0}.flatpickr-day.horizontalMenu #headerLogo{visibility:hidden}@media (min-width: 1280px){.horizontalMenu #headerLogo{display:block}}.horizontalMenu .horizontal_menu{display:none}.flatpickr-day.horizontalMenu .horizontal_menu{visibility:hidden}@media (min-width: 1280px){.horizontalMenu .horizontal_menu{display:block}}.slider{position:relative;overflow:hidden}.slider .owl-nav{position:absolute;top:50%;left:50%;display:flex;width:98%;--tw-translate-y:-50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));justify-content:space-between}.slider .owl-nav button{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));font-size:24px!important}.slider .owl-dots{position:absolute;bottom:1.25rem;left:50%;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.slider .owl-dots .owl-dot{margin-left:.25rem;margin-right:.25rem;height:2px;width:1.25rem;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.4}.slider .owl-dots .owl-dot.active{--tw-bg-opacity:1}.grayScale{--tw-grayscale:grayscale(100%);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)}.offcanvas.show{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tippy-box[data-theme~=primary]{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=primary][data-placement^=top]>.tippy-arrow:before{border-top-color:#4669fa}.tippy-box[data-theme~=secondary]{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=secondary][data-placement^=top]>.tippy-arrow:before{border-top-color:#a0aec0}.tippy-box[data-theme~=success]{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=success][data-placement^=top]>.tippy-arrow:before{border-top-color:#50c793}.tippy-box[data-theme~=info]{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=info][data-placement^=top]>.tippy-arrow:before{border-top-color:#0ce7fa}.tippy-box[data-theme~=warning]{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=warning][data-placement^=top]>.tippy-arrow:before{border-top-color:#fa916b}.tippy-box[data-theme~=danger]{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=danger][data-placement^=top]>.tippy-arrow:before{border-top-color:#f1595c}.tippy-box[data-theme~=dark]{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=dark][data-placement^=top]>.tippy-arrow:before{border-top-color:#111112}.tippy-box[data-theme~=light]{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(17 17 18 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=light][data-placement^=top]>.tippy-arrow:before{border-top-color:#ececec}.tippy-box[data-theme~=white]{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(17 17 18 / var(--tw-text-opacity, 1))}.tippy-box[data-theme~=white][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-animation=scale][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=scale][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{transform:scale(.5);opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translate(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translate(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=top]{transform:translateY(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=bottom]{transform:translateY(10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=left]{transform:translate(-10px)}.tippy-box[data-animation=shift-toward][data-state=hidden][data-placement^=right]{transform:translate(10px)}.tippy-box[data-animation=perspective][data-placement^=top]{transform-origin:bottom}.tippy-box[data-animation=perspective][data-placement^=top][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=top][data-state=hidden]{transform:perspective(700px) translateY(8px) rotateX(60deg)}.tippy-box[data-animation=perspective][data-placement^=bottom]{transform-origin:top}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=bottom][data-state=hidden]{transform:perspective(700px) translateY(-8px) rotateX(-60deg)}.tippy-box[data-animation=perspective][data-placement^=left]{transform-origin:right}.tippy-box[data-animation=perspective][data-placement^=left][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=left][data-state=hidden]{transform:perspective(700px) translate(8px) rotateY(-60deg)}.tippy-box[data-animation=perspective][data-placement^=right]{transform-origin:left}.tippy-box[data-animation=perspective][data-placement^=right][data-state=visible]{transform:perspective(700px)}.tippy-box[data-animation=perspective][data-placement^=right][data-state=hidden]{transform:perspective(700px) translate(-8px) rotateY(60deg)}.tippy-box[data-animation=perspective][data-state=hidden]{opacity:0}#templateX .tippy-content{padding:0 important}@media screen and (max-width: 575px){.simplebar-content{padding-bottom:50px!important}}.alert{border-radius:.375rem;padding-top:18px;padding-bottom:18px;padding-left:1.5rem;padding-right:1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:400}.alert-primary{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-primary.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.alert-secondary{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-secondary.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.alert-success{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-success.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(80 199 147 / var(--tw-text-opacity, 1))}.alert-danger{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-danger.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.alert-warning{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-warning.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(250 145 107 / var(--tw-text-opacity, 1))}.alert-info{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-info.light-mode{--tw-bg-opacity:14%;--tw-text-opacity:1;color:rgb(12 231 250 / var(--tw-text-opacity, 1))}.alert-light{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.alert-light.light-mode{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.alert-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.alert-dark.light-mode{--tw-bg-opacity:54%;--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.alert-outline-primary{border-width:1px;--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.alert-outline-secondary{border-width:1px;--tw-border-opacity:1;border-color:rgb(160 174 192 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.alert-outline-success{border-width:1px;--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(80 199 147 / var(--tw-text-opacity, 1))}.alert-outline-danger{border-width:1px;--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.alert-outline-warning{border-width:1px;--tw-border-opacity:1;border-color:rgb(250 145 107 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(250 145 107 / var(--tw-text-opacity, 1))}.alert-outline-info{border-width:1px;--tw-border-opacity:1;border-color:rgb(12 231 250 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(12 231 250 / var(--tw-text-opacity, 1))}.alert-outline-light{border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.alert-outline-dark{border-width:1px;--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.alert-outline-dark:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.badge{display:inline-flex;white-space:nowrap;border-radius:.358rem;padding:.25rem .5rem;vertical-align:baseline;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:capitalize}.badge.pill{border-radius:999px}.btn{position:relative;z-index:0;white-space:normal;padding-left:1rem;padding-right:1rem;padding-top:10px;padding-bottom:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-transform:capitalize;line-height:1.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 768px){.btn{white-space:nowrap;padding:.75rem 1.5rem}}.btn.btn-xl{padding:.75rem 1.75rem;font-size:16px}@media (min-width: 768px){.btn.btn-xl{padding:1rem 2.5rem}}.btn.btn-sm{padding:.5rem;font-size:.75rem;line-height:1rem}@media (min-width: 768px){.btn.btn-sm{padding-left:.5rem;padding-right:.5rem}}.btn.block-btn{display:block;width:100%;text-align:center}.btn.block-btn span{justify-content:center}.btn-group-example{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start}.btn-group-example button{margin-bottom:.75rem}.btn-group-example button:where([dir=ltr],[dir=ltr] *){margin-right:1.25rem}.btn-group-example button:where([dir=rtl],[dir=rtl] *){margin-left:1.25rem}.btn-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1))}.btn-dark:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-dark:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.btn-dark:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-primary{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.btn-primary:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-primary:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-secondary{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.btn-secondary:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-secondary:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-success{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1))}.btn-success:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-success:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-info{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1))}.btn-info:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-info:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-warning{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1))}.btn-warning:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-warning:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-danger{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1))}.btn-danger:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-danger:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-light{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(224 234 255 / var(--tw-ring-opacity, 1))}.btn-light:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-light:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(224 234 255 / var(--tw-ring-opacity, 1))}.btn-white:hover{--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);--tw-ring-opacity:.8;--tw-ring-offset-width:1px}.btn-white:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.btn-outline-dark{border-width:1px;--tw-border-opacity:1;border-color:rgb(17 17 18 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.btn-outline-dark:hover{--tw-border-opacity:1;border-color:rgb(17 17 18 / var(--tw-border-opacity, 1));background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-dark:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.btn-outline-dark.active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-dark.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.btn-outline-dark .active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-dark .active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-dark{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-primary{border-width:1px;--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.btn-outline-primary:hover{--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1));background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-primary .active{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-primary{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-secondary{border-width:1px;--tw-border-opacity:1;border-color:rgb(160 174 192 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.btn-outline-secondary:hover{--tw-border-opacity:1;border-color:rgb(160 174 192 / var(--tw-border-opacity, 1));background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-secondary .active{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-secondary{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-success{border-width:1px;--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(80 199 147 / var(--tw-text-opacity, 1))}.btn-outline-success:hover{--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1));background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-success .active{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-success{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-info{border-width:1px;--tw-border-opacity:1;border-color:rgb(12 231 250 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(12 231 250 / var(--tw-text-opacity, 1))}.btn-outline-info:hover{--tw-border-opacity:1;border-color:rgb(12 231 250 / var(--tw-border-opacity, 1))}.btn-outline-info .active{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-info{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-warning{border-width:1px;--tw-border-opacity:1;border-color:rgb(250 145 107 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(250 145 107 / var(--tw-text-opacity, 1))}.btn-outline-warning:hover{--tw-border-opacity:1;border-color:rgb(250 145 107 / var(--tw-border-opacity, 1));background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-warning .active{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-warning{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-danger{border-width:1px;--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.btn-outline-danger:hover{--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1));background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-danger .active{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-danger{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-light{border-width:1px;--tw-border-opacity:1;border-color:rgb(224 234 255 / var(--tw-border-opacity, 1));background-color:transparent;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.btn-outline-light:hover{--tw-border-opacity:1;border-color:rgb(224 234 255 / var(--tw-border-opacity, 1));background-color:rgb(224 234 255 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.05}.btn-outline-light:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-outline-light .active{--tw-bg-opacity:1;background-color:rgb(224 234 255 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}[aria-expanded=true]>.btn-outline-light{--tw-bg-opacity:1;background-color:rgb(224 234 255 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.btn.light{--tw-bg-opacity:15%;--tw-ring-opacity:.3}.btn.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-primary .light{--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.btn-primary .light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-secondary.light{--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.btn-secondary.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-success.light{--tw-text-opacity:1;color:rgb(80 199 147 / var(--tw-text-opacity, 1))}.btn-success.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-info.light{--tw-text-opacity:1;color:rgb(12 231 250 / var(--tw-text-opacity, 1))}.btn-info.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-warning.light{--tw-text-opacity:1;color:rgb(250 145 107 / var(--tw-text-opacity, 1))}.btn-warning.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-danger.light{--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.btn-danger.light:hover:is(.dark *){--tw-bg-opacity:.1}.btn-light.light{--tw-text-opacity:.8}.btn-light.light:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.btn-light.light:hover:is(.dark *){--tw-bg-opacity:.1}.groupButtons{display:inline-flex;align-items:center;overflow:hidden;border-radius:.375rem}.groupButtons .btn{margin-left:0;margin-right:0;border-radius:0;--tw-bg-opacity:.9}.groupButtons .btn:hover{--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:0;--tw-ring-offset-width:0px}.groupButtons .btn:hover:is(.dark *){--tw-bg-opacity:.7;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-offset-width:0px}.groupButtons .btn.active{--tw-bg-opacity:1}.outline-buttons .btn:first-child{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.outline-buttons .btn:last-child{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.outline-buttons .btn:hover{--tw-bg-opacity:.1}.outline-buttons .btn.active{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-link{font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));text-decoration-line:underline}.btn-link:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.btn-link .white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.action-btn{display:flex;height:1.5rem;width:1.5rem;flex-direction:column;align-items:center;justify-content:center;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.action-btn:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.invocie-btn{margin-right:.75rem;margin-bottom:1rem}.invocie-btn:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.invocie-btn:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.form-label{margin-bottom:.5rem;display:block;width:100%;cursor:pointer;font-size:.875rem;font-weight:500;text-transform:capitalize;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.form-label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.form-label:where([dir=rtl],[dir=rtl] *){display:block;text-align:right}.inline-inputLabel{position:absolute;left:0;top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.form-control{display:block;width:100%;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.form-control::-moz-placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control::placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.form-control:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.form-control:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1))}.input-description{margin-top:.5rem;display:block;font-size:.75rem;font-weight:300;line-height:1rem;--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.fromGroup{position:relative}.fromGroup.has-error .form-control{--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1))}.fromGroup.has-error .form-control: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(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);--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.fromGroup.is-valid .form-control{--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1))}.fromGroup.is-valid .form-control: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(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);--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.form-control[readonly]{cursor:pointer;--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control[readonly]::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control[readonly]::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.form-control[readonly]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.form-control[disabled]{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.form-control[disabled]::-moz-placeholder{--tw-text-opacity:.6}.form-control[disabled]::placeholder{--tw-text-opacity:.6}.form-control[disabled]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.checkbox-area input:checked+span{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.checkbox-area input:checked+span img{opacity:1}.primary-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.secondary-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.info-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.success-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.warning-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.danger-checkbox input:checked+span{--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 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(3px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.basicRadio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.primary-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.secondary-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.info-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.success-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.warning-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.danger-radio input:checked+span{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:1px}.error{margin-top:.25rem;display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}#passwordshow{display:none}.flatpickr-day#passwordshow{visibility:hidden}#tooltipValidation span.error{margin-top:.25rem;display:inline-block;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));padding:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-vtd-primary-500-600{color:#0f172a!important}.bg-vtd-primary-500-500{background-color:#0f172a!important}.text-vtd-primary-500-500{color:#0f172a!important}.dark .text-vtd-primary-500-600,.dark .text-vtd-primary-500-500{color:#f8fafc!important}.dark .bg-vtd-primary-500-500{background-color:#334155!important}.file-control{border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));background-color:transparent;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.file-control::-moz-placeholder{font-weight:400}.file-control::placeholder{font-weight:400}.file-control:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.file-control:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.file-control:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1))}.file-control:where([dir=ltr],[dir=ltr] *){padding-left:.75rem}.file-control:where([dir=rtl],[dir=rtl] *){padding-right:.75rem}.badge-title{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;padding-top:3px;padding-bottom:3px;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.select2-container .select2-selection--single{display:flex;height:2.5rem;align-items:center}.select2-container .select2-selection--single .select2-selection__arrow b{position:relative;top:1.25rem}.select2-container--default .select2-selection--multiple .select2-selection__choice{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));padding:.25rem 1.5rem .25rem .5rem;font-family:Inter,sans-serif;font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid rgba(24,24,24,.4901960784);border-right:unset;right:0;left:auto;height:100%;border-radius:0;--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.select2-selection:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.select2-container--default .select2-selection--single .select2-selection__rendered:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.select2-dropdown.select2-dropdown--below:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}#file-preview{display:flex;flex-wrap:wrap}#file-preview>: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)))}#file-preview img{margin-top:1rem;height:10rem;width:10rem;overflow:hidden;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));-o-object-fit:contain;object-fit:contain;padding:.25rem}.dz-error-message{display:none!important;opacity:0!important}.dz-remove{margin-top:4px!important}.flatpickr-months,.flatpickr-weekdays{background-color:#e2e8f0}.flatpickr-months .flatpickr-weekday,.flatpickr-weekdays .flatpickr-weekday{font-family:Inter;font-weight:700}.flatpickr-day{font-family:Inter,sans-serif}.flatpickr-day.selected{background-color:#202020!important;border-color:#202020!important;color:#fff}.flatpickr-day{font-family:Inter}.input-group-control{border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.75rem;padding-right:.75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.input-group-control::-moz-placeholder{font-weight:300;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control::placeholder{font-weight:300;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control:focus{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1));outline:2px solid transparent;outline-offset:2px;--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.input-group-control:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.input-group-control:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.fromGroup2.has-error .input-group-control{--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1))}.fromGroup2.has-error .input-group-control: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(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);--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.fromGroup2.is-valid .input-group-control{--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1))}.fromGroup2.is-valid .input-group-control: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(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);--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.input-group-control[readonly]{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control[readonly]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.input-group-control[disabled]{cursor:not-allowed;--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.input-group-control[disabled]::-moz-placeholder{--tw-text-opacity:.6}.input-group-control[disabled]::placeholder{--tw-text-opacity:.6}.input-group-control[disabled]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.input-group-text{display:flex;align-items:center;justify-content:center;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding-left:.75rem;padding-right:.75rem;font-size:1rem;line-height:1.5rem;font-weight:300;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.input-group-text:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.input-group-text:where([dir=ltr],[dir=ltr] *){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.input-group-text:where([dir=rtl],[dir=rtl] *){border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.inputGroup.has-prepend .input-group-control:where([dir=ltr],[dir=ltr] *){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0px}.inputGroup.has-prepend .input-group-control:where([dir=rtl],[dir=rtl] *){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0px}.inputGroup.has-prepend-slot .input-group-control:focus{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 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(0px + 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)}.inputGroup.has-prepend-slot .input-group-control:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.inputGroup.has-prepend-slot .input-group-control:where([dir=ltr],[dir=ltr] *){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0px}.inputGroup.has-prepend-slot .input-group-control:where([dir=rtl],[dir=rtl] *){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0px}.inputGroup.has-append-slot .input-group-control:focus{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 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(0px + 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)}.inputGroup.has-append-slot .input-group-control:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.inputGroup.has-append-slot .input-group-control:where([dir=ltr],[dir=ltr] *){border-top-right-radius:0;border-bottom-right-radius:0;border-right-width:0px}.inputGroup.has-append-slot .input-group-control:where([dir=rtl],[dir=rtl] *){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0px}.inputGroup.has-append .input-group-control{border-bottom-right-radius:0}.inputGroup.has-append .input-group-control:where([dir=ltr],[dir=ltr] *){border-top-right-radius:0;border-right-width:0px}.inputGroup.has-append .input-group-control:where([dir=rtl],[dir=rtl] *){border-top-left-radius:0;border-bottom-left-radius:0;border-left-width:0px}.inputGroup.has-append .input-group-addon.right .input-group-text:where([dir=ltr],[dir=ltr] *){border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.inputGroup.has-append .input-group-addon.right .input-group-text:where([dir=rtl],[dir=rtl] *){border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0;border-bottom-right-radius:0}.inputGroup:focus-within .input-group-text{--tw-border-opacity:1;border-color:rgb(17 17 18 / var(--tw-border-opacity, 1))}.inputGroup:focus-within .input-group-text:is(.dark *){--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.inputGroup.is-invalid .input-group-text{--tw-border-opacity:1;border-color:rgb(241 89 92 / var(--tw-border-opacity, 1))}.inputGroup.is-invalid:focus-within .input-group-text{--tw-ring-opacity:1;--tw-ring-color:rgb(241 89 92 / var(--tw-ring-opacity, 1))}.inputGroup.is-valid .input-group-text{--tw-border-opacity:1;border-color:rgb(80 199 147 / var(--tw-border-opacity, 1))}.inputGroup.is-valid:focus-within .input-group-text{--tw-ring-opacity:1;--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1))}.prepend-slot .btn,.append-slot .btn{margin-left:-.75rem;margin-right:-.75rem;height:100%;align-items:center;border-top-right-radius:0;border-bottom-right-radius:0;padding-top:0;padding-bottom:0}.prepend-slot .btn:hover,.append-slot .btn:hover{--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.prepend-slot>div,.prepend-slot button,.append-slot>div,.append-slot button{height:100%}.input-group-addon.right .append-slot .btn{margin-left:-.75rem;margin-right:-.75rem;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.merged .input-group-addon .input-group-text:where([dir=ltr],[dir=ltr] *){border-right-width:0px;padding-right:0}.merged .input-group-addon .input-group-text:where([dir=rtl],[dir=rtl] *){border-left-width:0px;padding-left:0}.merged .input-group-addon.right .input-group-text:where([dir=ltr],[dir=ltr] *){border-left-width:0px;border-right-width:1px;padding-right:.75rem;padding-left:0}.merged .input-group-addon.right .input-group-text:where([dir=rtl],[dir=rtl] *){border-right-width:0px;border-left-width:1px;padding-left:.75rem;padding-right:0}h1{font-size:3.75rem;line-height:1;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h1:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}h2{font-size:3rem;line-height:1;font-weight:600;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h2:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}h3{font-size:2.25rem;line-height:2.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h3:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}h4{font-size:1.875rem;line-height:2.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h4:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}h5{font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h5:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}h6{font-size:1.25rem;line-height:1.75rem;font-weight:500;line-height:20px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}h6:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.display-1{font-size:70px;font-weight:600;line-height:80px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.display-1:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.display-2{font-size:48px;font-weight:600;line-height:58px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.display-2:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.display-3{font-size:40px;font-weight:600;line-height:48px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.display-3:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.display-4{font-size:40px;font-weight:400;line-height:48px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.display-4:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}blockquote{border-left-width:2px;--tw-border-opacity:1;border-color:rgb(104 118 138 / var(--tw-border-opacity, 1));padding-left:1.25rem;font-size:1.25rem;line-height:1.75rem;font-style:italic}.gradient-1{background:linear-gradient(96.2deg,#0575e6,#021b79)}.gradient-2{background:linear-gradient(96.01deg,#00c9ff .29%,#fff94c)}.gradient-3{background:linear-gradient(96.01deg,#aaffa9 .29%,#11ffbd)}.custom-list{position:relative;margin-left:-.25rem;margin-right:-.25rem;padding-left:1rem;list-style:none}.custom-list li{position:relative}.custom-list li:before{position:absolute}.custom-list li:where([dir=ltr],[dir=ltr] *):before{left:0}.custom-list li:where([dir=rtl],[dir=rtl] *):before{right:0}ol.custom-list ol,ul.custom-list ul{margin-top:.75rem}ol.custom-list ol li:where([dir=ltr],[dir=ltr] *),ul.custom-list ul li:where([dir=ltr],[dir=ltr] *){padding-left:1.5rem}ol.custom-list ol li:where([dir=rtl],[dir=rtl] *),ul.custom-list ul li:where([dir=rtl],[dir=rtl] *){padding-right:1.5rem}.lits-by-numbaring{counter-reset:listitem}.lits-by-numbaring li{position:relative;margin-left:-.25rem;margin-right:-.25rem}.lits-by-numbaring li:where([dir=ltr],[dir=ltr] *){padding-left:1.3em}.lits-by-numbaring li:where([dir=rtl],[dir=rtl] *){padding-right:1.3em}.lits-by-numbaring li:before{counter-increment:listitem;content:counters(listitem,".") "."}.lits-by-slash li{position:relative;padding-left:1rem}.lits-by-slash li:before{left:6px;content:"-"}.pagination{display:flex;flex-wrap:wrap;align-items:center}.pagination>: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)))}.pagination:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.pagination li .prev-next-btn:disabled{cursor:not-allowed;opacity:.5}.pagination li a,.pagination li div,.pagination li .page-link{display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:16px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pagination li a:is(.dark *),.pagination li div:is(.dark *),.pagination li .page-link:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.pagination li a.active,.pagination li div.active,.pagination li .page-link.active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.pagination li a.active:is(.dark *),.pagination li div.active:is(.dark *),.pagination li .page-link.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.pagination.bordered{border-radius:3px;border-width:1px;--tw-border-opacity:1;border-color:rgb(216 222 230 / var(--tw-border-opacity, 1));padding:.25rem .5rem}.pagination.bordered li{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.pagination.bordered li:first-child button,.pagination.bordered li:last-child button{display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:.25rem;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.pagination.bordered li:first-child button:hover,.pagination.bordered li:last-child button:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.pagination.bordered li a,.pagination.bordered li div,.pagination.bordered li .page-link{background-color:transparent;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.pagination.bordered li a.active,.pagination.bordered li div.active,.pagination.bordered li .page-link.active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.pagination.border-group>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.pagination.border-group{border-radius:3px;border-width:1px;--tw-border-opacity:1;border-color:rgb(216 222 230 / var(--tw-border-opacity, 1));padding-left:0;padding-right:0}.pagination.border-group:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.pagination.border-group li{display:flex;height:100%;flex-direction:column;justify-content:center;border-right-width:1px;--tw-border-opacity:1;border-color:rgb(216 222 229 / var(--tw-border-opacity, 1));padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.pagination.border-group li:last-child{border-style:none}.pagination.border-group li a,.pagination.border-group li div,.pagination.border-group li .page-link{height:auto;width:auto;background-color:transparent;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.pagination.border-group li a:is(.dark *),.pagination.border-group li div:is(.dark *),.pagination.border-group li .page-link:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.pagination.border-group li a.active,.pagination.border-group li div.active,.pagination.border-group li .page-link.active{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.pagination.border-group li a.active:is(.dark *),.pagination.border-group li div.active:is(.dark *),.pagination.border-group li .page-link.active:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.table-checkbox:checked:before{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));line-height:10px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px;--tw-content:url(https://api.iconify.design/heroicons-outline/check.svg?color=white);content:var(--tw-content)}.table-checkbox[type=checkbox]:indeterminate:before{align-items:center;justify-content:center;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));line-height:10px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px;--tw-content:url(https://api.iconify.design/heroicons/minus.svg?color=white);content:var(--tw-content)}.dataTables_wrapper label{display:inline-block;width:100%;cursor:pointer;font-size:.875rem;font-weight:500;text-transform:capitalize;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.dataTables_wrapper label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dataTables_wrapper label:where([dir=rtl],[dir=rtl] *){display:block;text-align:right}.dataTables_wrapper select,.dataTables_wrapper input[type=text],.dataTables_wrapper input[type=search]{display:inline-block;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dataTables_wrapper select::-moz-placeholder,.dataTables_wrapper input[type=text]::-moz-placeholder,.dataTables_wrapper input[type=search]::-moz-placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dataTables_wrapper select::placeholder,.dataTables_wrapper input[type=text]::placeholder,.dataTables_wrapper input[type=search]::placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dataTables_wrapper select:focus,.dataTables_wrapper input[type=text]:focus,.dataTables_wrapper input[type=search]:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.dataTables_wrapper select:is(.dark *),.dataTables_wrapper input[type=text]:is(.dark *),.dataTables_wrapper input[type=search]:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dataTables_wrapper select:is(.dark *)::-moz-placeholder,.dataTables_wrapper input[type=text]:is(.dark *)::-moz-placeholder,.dataTables_wrapper input[type=search]:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dataTables_wrapper select:is(.dark *)::placeholder,.dataTables_wrapper input[type=text]:is(.dark *)::placeholder,.dataTables_wrapper input[type=search]:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dataTables_wrapper select:focus:is(.dark *),.dataTables_wrapper input[type=text]:focus:is(.dark *),.dataTables_wrapper input[type=search]:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1))}.dataTables_wrapper input[type=text],.dataTables_wrapper input[type=search]{margin-left:.5rem}.dataTables_wrapper .dataTables_empty{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}.dataTables_wrapper .dataTables_empty:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dataTables_wrapper .dataTables_paginate{margin-top:1.5rem;margin-right:1rem}.dataTables_wrapper .dataTables_paginate>: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)))}.dataTables_wrapper .dataTables_paginate{padding-bottom:1.5rem}.dataTables_wrapper .dataTables_paginate .paginate_button{margin-right:.5rem;display:inline-flex;height:1.5rem;width:1.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:16px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dataTables_wrapper .dataTables_paginate .paginate_button:last-child{margin-right:0}.dataTables_wrapper .dataTables_paginate .paginate_button:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dataTables_wrapper .dataTables_paginate .paginate_button.current{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dataTables_wrapper .dataTables_paginate .paginate_button.current:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dataTables_wrapper .dataTables_paginate .next,.dataTables_wrapper .dataTables_paginate .previous{position:relative;top:2px}.loginwrapper{display:flex;width:100%;align-items:center;overflow:hidden;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);height:100vh;flex-basis:100%}.loginwrapper .lg-inner-column{height:100vh;height:calc(var(--vh, 1vh) * 100);display:flex;width:100%;flex-wrap:wrap;overflow-y:auto}.loginwrapper .left-column{display:none;flex:1 1 0%;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.flatpickr-day.loginwrapper .left-column{visibility:hidden}.loginwrapper .left-column:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}@media (min-width: 1024px){.loginwrapper .left-column{display:block}}.loginwrapper .left-column h4{font-size:40px;line-height:48px;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.loginwrapper .left-column h4:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.loginwrapper .right-column{flex:1 1 0%}.loginwrapper .black-500-title{font-size:40px;line-height:48px;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.auth-box{margin-left:auto;margin-right:auto;width:100%;max-width:524px;padding:1.75rem}@media (min-width: 768px){.auth-box{padding:44px 42px}}.auth-box h4{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.auth-box h4:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.auth-box2{margin-left:auto;margin-right:auto;width:100%;max-width:524px;padding:1.75rem}@media (min-width: 768px){.auth-box2{padding:44px 42px}}.auth-box2 h4{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.auth-box2 h4:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.auth-box-3 h4{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.auth-box-3 h4:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.auth-footer{z-index:999;padding-bottom:2.5rem;font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.auth-footer:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.auth-box-3{position:relative;margin-right:auto;margin-left:auto;height:auto;width:100%;max-width:520px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:2.5rem}.auth-box-3:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}@media (min-width: 768px){.auth-box-3{border-radius:.375rem}}@media (min-width: 1024px){.auth-box-3{margin-right:150px}}.logo-box-3{display:flex;min-height:100vh;align-items:center;justify-content:center}.v3-right-column{display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-footer3{position:absolute;bottom:0;display:none}.flatpickr-day.auth-footer3{visibility:hidden}@media (min-width: 1024px){.auth-footer3{display:block}}.light .white_logo{display:none}.flatpickr-day.light .white_logo{visibility:hidden}.dark .dark_logo{display:none}.flatpickr-day.dark .dark_logo{visibility:hidden}.card{border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.card:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.card-title{font-size:1.125rem;line-height:1.75rem;font-weight:500;text-transform:capitalize;line-height:24px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.card-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.card-title{font-size:1.25rem;line-height:1.75rem;line-height:28px}}.card-subtitle{margin-top:.25rem;font-size:.875rem;font-weight:500;line-height:1.25rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.card-subtitle:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.card-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}.card-header:not(.noborder){border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));padding-bottom:1.25rem}.card-header:not(.noborder):is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.card-footer{display:flex;align-items:center;justify-content:space-between;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));padding:1.5rem 1.5rem 1.25rem}.card-footer:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.card-height-auto .card{height:-moz-min-content;height:min-content}@media print{.invocie-btn,.sidebar-wrapper,.dashcode-app-header,.site-footer,.shadow-deep{display:none}.flatpickr-day.sidebar-wrapper,.flatpickr-day .dashcode-app-header,.flatpickr-day .site-footer,.flatpickr-day .shadow-deep{visibility:hidden}.content-wrapper{margin-left:0;width:100%}}.chat-height{height:calc(var(--vh, 1vh) * 100 - 12.1rem)}@media (max-width: 768px){.chat-height{height:calc(var(--vh, 1vh) * 100 - 10.5rem)}}.contact-height{height:calc(100% - 138px)}.msg-height{height:calc(100% + -0px)}.parent-height{height:calc(100% - 200px)}.msg-action-btn{display:flex;height:1.5rem;width:1.5rem;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.msg-action-btn:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}@media (min-width: 768px){.msg-action-btn{height:2rem;width:2rem;font-size:1.25rem;line-height:1.75rem}}.info-500-list{font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.info-500-list li{display:flex}.info-500-list li>: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)))}.info-500-list li span:nth-child(1){flex:none;text-align:right;font-weight:500}.info-500-list li span:nth-child(2){flex:1 1 0%;text-align:right}.nav-pills .active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.nav-pills .active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.select2-container{width:100%!important}.dashcode-app .fc-toolbar-chunk button{height:50px}.dashcode-app .fc-toolbar-chunk button.fc-prev-button:after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dashcode-app .fc-toolbar-chunk button.fc-next-button:after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.dashcode-app .fc-button{font-size:14px!important;line-height:14px!important;height:auto!important;text-transform:capitalize!important;font-family:Inter!important;padding:12px 20px!important}.dashcode-app .fc .fc-button-primary{background:transparent!important;--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.dashcode-app .fc .fc-button-primary:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-app .fc .fc-button-primary:not(:disabled):active,.dashcode-app .fc .fc-button-primary:not(:disabled).fc-button-active,.dashcode-app .fc .fc-button-primary:hover{background:#111112!important;color:#fff!important}.dashcode-app .fc .fc-button-primary:disabled{background:#a0aec0!important;border-color:#a0aec0!important;cursor:not-allowed}.dashcode-app .fc .fc-daygrid-day.fc-day-today{background:#5f63f20a!important}.dashcode-app .fc .fc-button-primary:focus{box-shadow:none!important}.dashcode-app .fc-theme-standard .fc-scrollgrid{border-color:#eef1f9!important}.dashcode-app .fc-theme-standard td,.dashcode-app .fc-theme-standard th{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.dashcode-app .fc-theme-standard td:is(.dark *),.dashcode-app .fc-theme-standard th:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dashcode-app .fc-col-header-cell .fc-scrollgrid-sync-inner{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));padding-top:.75rem;padding-bottom:.75rem;font-size:.75rem;line-height:1rem;font-weight:400;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dashcode-app .fc-col-header-cell .fc-scrollgrid-sync-inner:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dashcode-app .fc-daygrid-day-top{padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.dashcode-app .fc-daygrid-day-top:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-app .fc-h-event .fc-event-main-frame{margin-left:auto;margin-right:auto;width:-moz-max-content;width:max-content;justify-content:center;text-align:center}.dashcode-app .fc-h-event .fc-event-main-frame .fc-event-time{flex:none;font-weight:400}.dashcode-app .fc-event-time{font-size:.875rem;line-height:1.25rem;font-weight:400}.dashcode-app .fc-event-title{font-size:14px!important;font-weight:300!important}.dashcode-app .fc .fc-toolbar-title{font-size:1.125rem;line-height:1.75rem;font-weight:400;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.dashcode-app .fc .fc-toolbar-title:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dashcode-app .fc-daygrid-event-dot{display:none}.flatpickr-day.dashcode-app .fc-daygrid-event-dot{visibility:hidden}@media (max-width: 981px){.dashcode-app .fc-button-group,.dashcode-app .fc .fc-toolbar{display:block!important}.dashcode-app .fc .fc-toolbar>: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))}.dashcode-app .fc-toolbar-chunk>: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))}.dashcode-app .fc .fc-button{padding:.4em .65em!important}}.dashcode-app .fc .fc-timegrid-axis-cushion:is(.dark *),.dashcode-app .fc .fc-timegrid-slot-label-cushion:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dashcode-app .fc .fc-list-event:hover td{background-color:inherit}.dashcode-app .fc .fc-list-event-dot{display:none}.flatpickr-day.dashcode-app .fc .fc-list-event-dot{visibility:hidden}.dashcode-app .fc-direction-ltr .fc-list-day-text,.dashcode-app .fc-direction-rtl .fc-list-day-side-text,.dashcode-app .fc-direction-ltr .fc-list-day-side-text,.dashcode-app .fc-direction-rtl .fc-list-day-text{font-size:16px;font-weight:500}.dark .fc-col-header-cell .fc-scrollgrid-sync-inner{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .fc-daygrid-day-top{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .fc .fc-day-other .fc-daygrid-day-top{opacity:.7}.dark .fc .fc-button-primary{--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .fc-theme-standard td,.dark .fc-theme-standard th{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark .fc .fc-toolbar-title{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .fc .fc-button-primary:not(:disabled):active,.dark .fc .fc-button-primary:not(:disabled).fc-button-active,.dark .fc .fc-button-primary:hover{background:#0f172a!important}.dark .fc .fc-button-primary:disabled{background:#334155!important;border-color:#334155!important}.dark .fc .fc-daygrid-day.fc-day-today{background:#334155!important}.dark .fc-theme-standard .fc-scrollgrid{border-color:#334155!important}.dashcode-calender .primary{border-style:none;--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .secondary{border-style:none;--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .danger{border-style:none;--tw-bg-opacity:1;background-color:rgb(241 89 92 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .info{border-style:none;--tw-bg-opacity:1;background-color:rgb(12 231 250 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .warning{border-style:none;--tw-bg-opacity:1;background-color:rgb(250 145 107 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .success{border-style:none;--tw-bg-opacity:1;background-color:rgb(80 199 147 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-calender .dark{border-style:none;--tw-bg-opacity:1;background-color:rgb(34 34 34 / var(--tw-bg-opacity, 1));padding-left:.5rem;padding-right:.5rem;text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.addmodal-wrapper{position:relative;z-index:-1}.tooltip.addmodal-wrapper .modal-overlay>.tooltip-arrow:before{visibility:hidden}[role=tooltip].addmodal-wrapper .modal-overlay>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].addmodal-wrapper .modal-overlay>[data-popper-arrow]:after{visibility:hidden}.addmodal-wrapper .modal-overlay{visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a80;opacity:0;--tw-backdrop-blur:blur(4px);-webkit-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);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)}.tooltip.addmodal-wrapper .modal-content>.tooltip-arrow:before{visibility:hidden}[role=tooltip].addmodal-wrapper .modal-content>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].addmodal-wrapper .modal-content>[data-popper-arrow]:after{visibility:hidden}.addmodal-wrapper .modal-content{visibility:hidden;position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;opacity:0}.addmodal-wrapper.open-add-modal{z-index:9999}.addmodal-wrapper.open-add-modal .modal-overlay,.addmodal-wrapper.open-add-modal .modal-content{visibility:visible;opacity:1}.calender-checkbox{position:relative;height:1rem;width:1rem;border-radius:.25rem}.calender-checkbox:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:-.7px;display:flex;height:18px;width:18px;flex-direction:column;align-items:center;justify-content:center;border-radius:.25rem;content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.calender-checkbox:checked:before{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));line-height:10px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px;--tw-content:url(https://api.iconify.design/heroicons-outline/check.svg?color=white);content:var(--tw-content)}.calender-checkbox:is(.dark *):before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.calender-checkbox:is(.dark *):checked:before{--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-offset-width:0px}#dashcode-mini-calendar .zabuto-calendar__navigation__item--header__title{margin-top:1rem;margin-bottom:1rem;display:block;font-size:1.5rem;line-height:2rem;font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__navigation__item--header__title:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__navigation__item--prev{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__navigation__item--prev:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__navigation__item--next{font-size:1.25rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__navigation__item--next:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__days-of-week__item{font-size:.75rem;line-height:1rem;font-weight:400;text-transform:capitalize;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__days-of-week__item:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar .zabuto-calendar__day{padding:.25rem;font-size:.875rem;line-height:1.25rem}#dashcode-mini-calendar .zabuto-calendar__day:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar table tbody td:nth-child(n+6){--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}#dashcode-mini-calendar table tbody td:nth-child(n+6):is(.dark *){--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.dashcode-app .ql-editor{min-height:120px}.dashcode-app .ql-toolbar.ql-snow{margin-bottom:.5rem;border-style:none;padding:0}.dashcode-app .ql-container.ql-snow{border-style:none;--tw-bg-opacity:1;background-color:rgb(251 251 251 / var(--tw-bg-opacity, 1));font-size:1rem;line-height:1.5rem}.dashcode-app .ql-editor{border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));font-size:1rem;line-height:1.5rem}.dashcode-app .ql-editor:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark .ql-editor{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .ql-editor::-moz-placeholder{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .ql-editor::placeholder{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .ql-editor.ql-blank:before{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark .ql-snow .ql-stroke{stroke:#cbd5e1}.dark .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark .ql-snow.ql-toolbar button:hover,.dark .ql-snow .ql-toolbar button:hover,.dark .ql-snow.ql-toolbar button:focus,.dark .ql-snow .ql-toolbar button:focus,.dark .ql-snow.ql-toolbar .ql-picker-label:hover,.dark .ql-snow .ql-toolbar .ql-picker-label:hover,.dark .ql-snow.ql-toolbar .ql-picker-item:hover,.dark .ql-snow .ql-toolbar .ql-picker-item:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark .ql-picker-label{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark .ql-snow .ql-picker.ql-expanded .ql-picker-label{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.wizard-step .number-box{position:relative;z-index:66;display:flex;height:1.75rem;width:1.75rem;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;font-size:1rem;line-height:1.5rem;font-weight:500;--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);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 768px){.wizard-step .number-box{height:3rem;width:3rem;font-size:1.125rem;line-height:1.75rem}}.wizard-step .bar-line{position:absolute;top:50%;height:2px;width:100%}.wizard-step .bar-line2{position:absolute;top:0;left:50%;height:100%;width:2px;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.wizard-step .circle-box{position:absolute;top:100%;margin-top:.75rem;font-size:1rem;line-height:1.5rem;opacity:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.group:hover .wizard-step .circle-box{opacity:1}@media (min-width: 768px){.wizard-step .circle-box{line-height:1.5rem;opacity:1}}.wizard-step:not(.active) .number-box{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));color:rgb(15 23 42 / var(--tw-text-opacity, 1));--tw-text-opacity:.7;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.7}.wizard-step:not(.active) .number-box:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.wizard-step:not(.active) .bar-line{--tw-bg-opacity:1;background-color:rgb(224 234 255 / var(--tw-bg-opacity, 1))}.wizard-step:not(.active) .bar-line:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.wizard-step:not(.active) .circle-box{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.wizard-step:not(.active) .circle-box:is(.dark *){color:rgb(203 213 225 / var(--tw-text-opacity, 1));--tw-text-opacity:.4}.wizard-step:not(.passed) .number-box .number{display:block}.wizard-step:not(.passed) .number-box .no-icon{display:none}.flatpickr-day.wizard-step:not(.passed) .number-box .no-icon{visibility:hidden}.wizard-step:not(.passed) .bar-line2{--tw-bg-opacity:1;background-color:rgb(224 234 255 / var(--tw-bg-opacity, 1))}.wizard-step:not(.passed) .bar-line2:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.wizard-step.passed .number-box .number{display:none}.flatpickr-day.wizard-step.passed .number-box .number{visibility:hidden}.wizard-step.passed .number-box .no-icon{display:block}.wizard-step.active .number-box,.wizard-step.passed .number-box{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px}.wizard-step.active .number-box:is(.dark *),.wizard-step.passed .number-box:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1));--tw-ring-offset-color:#64748b}.wizard-step.active .bar-line,.wizard-step.passed .bar-line{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.wizard-step.active .bar-line:is(.dark *),.wizard-step.passed .bar-line:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.wizard-step.active .circle-box,.wizard-step.passed .circle-box{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.wizard-step.active .circle-box:is(.dark *),.wizard-step.passed .circle-box:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.wizard-step.active .bar-line2,.wizard-step.passed .bar-line2{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.wizard-step.active .bar-line2:is(.dark *),.wizard-step.passed .bar-line2:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.wizard-form-step{display:none}.flatpickr-day.wizard-form-step{visibility:hidden}.wizard-form-step.active{display:block}.chat-contact-bar{width:200px;flex:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 1024px){.chat-contact-bar{width:260px}}.chat-contact-bar.enter-lg{position:absolute;top:0;left:-100%;z-index:999;height:100%;width:260px}.chat-contact-bar.enter-lg.active{left:0}.tooltip.chat-overlay>.tooltip-arrow:before{visibility:hidden}[role=tooltip].chat-overlay>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].chat-overlay>[data-popper-arrow]:after{visibility:hidden}.chat-overlay{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99;width:100%;flex:1 1 0%;border-radius:.375rem;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6;opacity:0;--tw-backdrop-blur:blur(4px);-webkit-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);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)}.chat-overlay:is(.dark *){background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6}.chat-overlay.active{visibility:visible;z-index:99;opacity:1}.todo-categorie-list label{display:flex;cursor:pointer;align-items:center;border-radius:.25rem;padding:.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.todo-categorie-list label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.todo-categorie-list .bar-c{--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.todo-categorie-list.active label{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.todo-categorie-list.active label:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.todo-categorie-list.active .bar-c{--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(4px + 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)}.todo-list li:not(.opened) .read-unread-name{font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.todo-list li:not(.opened) .read-unread-name:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.todo-list li.opened:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.todo-icon{display:flex;height:2rem;width:2rem;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.todo-icon:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}[data-stared=true] .todo-fav{--tw-text-opacity:1;color:rgb(255 206 48 / var(--tw-text-opacity, 1))}[data-stared=false] .todo-fav{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.todo-fav{cursor:pointer}.todo-sidebar{width:200px;flex:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 1024px){.todo-sidebar{width:260px}}.todo-sidebar.enter-lg{position:absolute;top:0;left:-100%;z-index:999;height:100%;width:200px}@media (min-width: 768px){.todo-sidebar.enter-lg{width:260px}}.todo-sidebar.enter-lg.active{left:0}.tooltip.todo-overlay>.tooltip-arrow:before{visibility:hidden}[role=tooltip].todo-overlay>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].todo-overlay>[data-popper-arrow]:after{visibility:hidden}.todo-overlay{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99;width:100%;flex:1 1 0%;border-radius:.375rem;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6;opacity:0;--tw-backdrop-blur:blur(4px);-webkit-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);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)}.todo-overlay:is(.dark *){background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6}.todo-overlay.active{visibility:visible;z-index:99;opacity:1}.app_height{height:calc(var(--vh, 1vh) * 100 - 12.1rem)}.email-categorie-list label{display:flex;cursor:pointer;align-items:center;border-radius:.25rem;padding:.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.email-categorie-list label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.email-categorie-list .bar-c{--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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.email-categorie-list.active label{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.email-categorie-list.active label:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.email-categorie-list.active .bar-c{--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(4px + 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)}.email-list li:not(.opened) .read-unread-name{font-weight:500;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.email-list li:not(.opened) .read-unread-name:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.email-list li.opened:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.email-icon{display:flex;height:2rem;width:2rem;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.email-icon:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}[data-stared=true] .email-fav{--tw-text-opacity:1;color:rgb(255 206 48 / var(--tw-text-opacity, 1))}[data-stared=false] .email-fav{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.email-fav{cursor:pointer}.email-sidebar{width:200px;flex:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 1024px){.email-sidebar{width:260px}}.email-sidebar.enter-lg{position:absolute;top:0;left:-100%;z-index:999;height:100%;width:200px}@media (min-width: 768px){.email-sidebar.enter-lg{width:260px}}.email-sidebar.enter-lg.active{left:0}.tooltip.email-overlay>.tooltip-arrow:before{visibility:hidden}[role=tooltip].email-overlay>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].email-overlay>[data-popper-arrow]:after{visibility:hidden}.email-overlay{visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-99;width:100%;flex:1 1 0%;border-radius:.375rem;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6;opacity:0;--tw-backdrop-blur:blur(4px);-webkit-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);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)}.email-overlay:is(.dark *){background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.6}.email-overlay.active{visibility:visible;z-index:99;opacity:1}.app-header{padding-top:.75rem;padding-bottom:.75rem;padding-left:15px;padding-right:15px}@media (min-width: 768px){.app-header{padding:1.5rem}}.nav-floating #app_header .app-header{border-radius:.5rem}.nav-sticky #app_header{position:sticky;top:0}.nav-hidden #app_header{display:none}.flatpickr-day.nav-hidden #app_header{visibility:hidden}.nav-floating #app_header{position:sticky;top:1rem;margin-left:1rem;margin-right:1rem;margin-top:1rem}.nav-floating #app_header:after{position:absolute;z-index:-10;--tw-backdrop-blur:blur(12px);-webkit-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);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);--tw-content:"";content:var(--tw-content);background:linear-gradient(180deg,rgba(var(--v-theme-background),70%) 44%,rgba(var(--v-theme-background),43%) 73%,rgba(var(--v-theme-background),0%));background-repeat:repeat;block-size:5.5rem;inset-block-start:-1rem;inset-inline-end:0;inset-inline-start:0;-webkit-mask:linear-gradient(black,black 18%,transparent 100%);mask:linear-gradient(black,black 18%,transparent 100%)}.vertical-box{display:flex}.horizental-box{display:none}.flatpickr-day.horizental-box{visibility:hidden}.main-menu{display:none}.flatpickr-day.main-menu{visibility:hidden}.horizontalMenu .vertical-box{display:none}.flatpickr-day.horizontalMenu .vertical-box{visibility:hidden}.horizontalMenu .horizental-box{display:flex}.horizontalMenu .main-menu{display:none}.flatpickr-day.horizontalMenu .main-menu{visibility:hidden}@media (min-width: 1280px){.horizontalMenu .main-menu{display:block}}.horizontalMenu .app-header{padding-top:1rem;padding-bottom:1rem}@media (min-width: 1280px){.horizontalMenu .app-header{padding-top:0;padding-bottom:0}}.modal{--tw-backdrop-blur:blur(4px);-webkit-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);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)}.main-menu>ul>li{position:relative;display:inline-block}.main-menu>ul>li>a{position:relative;display:flex;align-items:flex-start;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem;font-weight:500;text-transform:capitalize;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.main-menu>ul>li>a:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}@media (min-width: 1280px){.main-menu>ul>li>a{padding-left:1.25rem;padding-right:1.25rem}}@media (min-width: 1536px){.main-menu>ul>li>a{padding-left:1.5rem;padding-right:1.5rem}}.main-menu>ul>li>a .icon-box{font-size:1.125rem;line-height:1.75rem;line-height:1;--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.main-menu>ul>li>a .icon-box:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.main-menu>ul>li:hover>a{--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.main-menu>ul>li:hover>a .icon-box{--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.main-menu>ul>li.has-megamenu{position:static}.flatpickr-calendar.main-menu>ul>li.has-megamenu{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.main-menu>ul>li.has-megamenu.open{z-index:999;display:block}.tooltip.main-menu>ul>li.menu-item-has-children>ul.sub-menu>.tooltip-arrow:before,.tooltip .main-menu>ul>li.menu-item-has-children>.rt-mega-menu>.tooltip-arrow:before{visibility:hidden}[role=tooltip].main-menu>ul>li.menu-item-has-children>ul.sub-menu>[data-popper-arrow]:before,[role=tooltip] .main-menu>ul>li.menu-item-has-children>.rt-mega-menu>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].main-menu>ul>li.menu-item-has-children>ul.sub-menu>[data-popper-arrow]:after,[role=tooltip] .main-menu>ul>li.menu-item-has-children>.rt-mega-menu>[data-popper-arrow]:after{visibility:hidden}.main-menu>ul>li.menu-item-has-children>ul.sub-menu,.main-menu>ul>li.menu-item-has-children>.rt-mega-menu{visibility:hidden;position:absolute;left:0;top:110%;z-index:999;width:-moz-max-content;width:max-content;min-width:178px;border-radius:4px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.75rem 1rem;opacity:0;--tw-shadow:0px 2px 4px rgba(40, 41, 61, .04), 0px 8px 16px rgba(96, 97, 112, .16);--tw-shadow-colored:0px 2px 4px var(--tw-shadow-color), 0px 8px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.main-menu>ul>li.menu-item-has-children>ul.sub-menu:is(.dark *),.main-menu>ul>li.menu-item-has-children>.rt-mega-menu:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.main-menu>ul>li.menu-item-has-children>.rt-mega-menu{left:50%;max-width:1170px;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));width:100%}.main-menu>ul>li.menu-item-has-children:hover>ul.sub-menu,.main-menu>ul>li.menu-item-has-children:hover>.rt-mega-menu{visibility:visible;top:100%;opacity:1}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li{position:relative;padding-bottom:.5rem}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li:last-child{padding-bottom:0}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li a{display:block;padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:capitalize;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li a:last-child{padding-bottom:0}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li a:hover{--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li a:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.main-menu>ul>li.menu-item-has-children>ul.sub-menu li a:hover:is(.dark *){--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.rt-mega-menu a{display:block;padding-top:6px;padding-bottom:6px;font-size:.875rem;line-height:1.25rem}.rt-mega-menu a:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.rt-mega-menu a:hover:is(.dark *){--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.sidebar-wrapper{position:fixed;top:0;z-index:999;height:100vh;width:248px;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-shadow:0px 0px 1px rgba(40, 41, 61, .08), 0px .5px 2px rgba(96, 97, 112, .16);--tw-shadow-colored:0px 0px 1px var(--tw-shadow-color), 0px .5px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.sidebar-wrapper:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.app-wrapper .sidebar-open{display:block}.app-wrapper .menu-hide{display:none}.flatpickr-day.app-wrapper .menu-hide{visibility:hidden}.logo-segment{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;overflow-x:hidden;border-style:none;--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem 1rem}.logo-segment:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.sidebar-menu{background-color:transparent}.sidebar-menu>li{font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1rem;--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.sidebar-menu>li:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-menu-title{margin-top:1rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:600}.sidebar-menu .sidebar-menu-title:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu .sidebar-menu-title{margin-top:1rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-weight:600}.semiDark .sidebar-menu .sidebar-menu-title:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu .sidebar-menu-title{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.semiDark .navItem.active{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.semiDark .icon-arrow{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.semiDark .navItem{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.navItem{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.navItem:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.navItem{display:flex!important}.navItem .nav-icon{font-size:18px}.navItem .nav-icon:where([dir=ltr],[dir=ltr] *){margin-right:.75rem}.navItem .nav-icon:where([dir=rtl],[dir=rtl] *){margin-left:.75rem}.navItem.active{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.navItem.active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.icon-arrow{display:flex;height:1.25rem;width:1.25rem;align-items:center;justify-content:center;border-radius:9999px;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.3;font-size:14px;color:rgb(71 85 105 / var(--tw-text-opacity, 1));--tw-text-opacity:.7;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.icon-arrow:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.icon-arrow:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sidebar-menu>li>a{border-radius:.375rem;padding-left:8px;padding-right:10px}.sidebar-menu>li.active>a{display:flex;cursor:pointer;border-radius:4px;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.5;padding-left:10px;padding-right:10px;padding-top:.75rem;padding-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;text-transform:capitalize;--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.sidebar-menu>li.active>a:is(.dark *){background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.2;--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu{margin-top:9px;background-color:transparent}.sidebar-menu .sidebar-submenu>li>a{position:relative;white-space:nowrap;background-color:transparent;padding-top:7px;padding-bottom:7px;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.sidebar-menu .sidebar-submenu>li>a:before{position:absolute;top:14px;height:8px;width:8px;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 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(0px + 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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-opacity:15%}.sidebar-menu .sidebar-submenu>li>a:hover{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu>li>a:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu>li>a:is(.dark *):before{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1));--tw-ring-color:rgb(203 213 225 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-opacity:.2}.sidebar-menu .sidebar-submenu>li>a:is(.dark *):hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu>li>a:where([dir=ltr],[dir=ltr] *){padding-left:2rem}.sidebar-menu .sidebar-submenu>li>a:where([dir=ltr],[dir=ltr] *):before{content:var(--tw-content);left:.75rem}.sidebar-menu .sidebar-submenu>li>a:where([dir=rtl],[dir=rtl] *){padding-right:2rem}.sidebar-menu .sidebar-submenu>li>a:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);right:.75rem}.sidebar-menu .sidebar-submenu>li>a.active,.sidebar-menu .sidebar-submenu>li.active>a{--tw-text-opacity:1;color:rgb(17 17 18 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu>li>a.active:before,.sidebar-menu .sidebar-submenu>li.active>a:before{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1));content:var(--tw-content);--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(4px + 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)}.sidebar-menu .sidebar-submenu>li>a.active:is(.dark *),.sidebar-menu .sidebar-submenu>li.active>a:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-menu .sidebar-submenu>li>a.active:is(.dark *):before,.sidebar-menu .sidebar-submenu>li.active>a:is(.dark *):before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.sidebar-menu>li.active .icon-arrow{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1));--tw-bg-opacity:.3;color:rgb(71 85 105 / var(--tw-text-opacity, 1));--tw-text-opacity:.7;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.sidebar-menu>li.active .icon-arrow:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.sidebar-menu>li.active-withOutChild>a{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.app-wrapper.collapsed .collapsed-icon{display:none}.flatpickr-day.app-wrapper.collapsed .collapsed-icon{visibility:hidden}.app-wrapper.extend .extend-icon{display:block}.app-wrapper.collapsed .extend-icon{display:none}.flatpickr-day.app-wrapper.collapsed .extend-icon{visibility:hidden}.app-wrapper.extend .collapsed-icon{display:none}.flatpickr-day.app-wrapper.extend .collapsed-icon{visibility:hidden}.sidebarDotIcon.collapsed-icon{display:none}.flatpickr-day.sidebarDotIcon.collapsed-icon{visibility:hidden}.app-wrapper.collapsed .sidebarOpenButton{display:inline-flex!important}.app-wrapper.extend .sidebarOpenButton{display:none!important}.app-header,.content-wrapper,.site-footer{margin-left:0}@media (min-width: 1280px){.app-header:where([dir=ltr],[dir=ltr] *),.content-wrapper:where([dir=ltr],[dir=ltr] *),.site-footer:where([dir=ltr],[dir=ltr] *){margin-left:248px}}.app-header:where([dir=rtl],[dir=rtl] *),.content-wrapper:where([dir=rtl],[dir=rtl] *),.site-footer:where([dir=rtl],[dir=rtl] *){margin-right:0}@media (min-width: 1280px){.app-header:where([dir=rtl],[dir=rtl] *),.content-wrapper:where([dir=rtl],[dir=rtl] *),.site-footer:where([dir=rtl],[dir=rtl] *){margin-right:248px}}.collapsed .app-header:where([dir=ltr],[dir=ltr] *),.collapsed .content-wrapper:where([dir=ltr],[dir=ltr] *),.collapsed .site-footer:where([dir=ltr],[dir=ltr] *){margin-left:72px}.collapsed .app-header:where([dir=rtl],[dir=rtl] *),.collapsed .content-wrapper:where([dir=rtl],[dir=rtl] *),.collapsed .site-footer:where([dir=rtl],[dir=rtl] *){margin-right:72px}.collapsed .sidebar-wrapper{width:72px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.collapsed .sidebar-wrapper:hover{width:248px}.collapsed .sidebar-wrapper .sidebar-menus .sidebar-menu-title{display:none}.flatpickr-day.collapsed .sidebar-wrapper .sidebar-menus .sidebar-menu-title{visibility:hidden}.tooltip.collapsed .sidebar-wrapper .navItem span span>.tooltip-arrow:before{visibility:hidden}[role=tooltip].collapsed .sidebar-wrapper .navItem span span>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].collapsed .sidebar-wrapper .navItem span span>[data-popper-arrow]:after{visibility:hidden}.collapsed .sidebar-wrapper .navItem span span{visibility:hidden}.collapsed .sidebar-wrapper .sidebar-menu li.active>.sidebar-submenu{display:none!important}.collapsed .sidebar-wrapper:hover .sidebar-menu li.active>.sidebar-submenu{display:block!important}.app-wrapper.collapsed:hover .collapsed-icon{display:block}.collapsed .sidebar-wrapper .logo-segment a span,.collapsed .sidebar-wrapper .logo-segment #sidebar_type{display:none!important}.collapsed .sidebar-wrapper:hover .logo-segment a span,.collapsed .sidebar-wrapper:hover .logo-segment #sidebar_type{display:block!important}.collapsed .sidebar-wrapper:hover .navItem span span{visibility:visible}.app-wrapper.collapsed #sidebar_bottom_wizard{display:none}.flatpickr-day.app-wrapper.collapsed #sidebar_bottom_wizard{visibility:hidden}.semiDark .sidebar-wrapper{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.semiDark .logo-segment{background-color:transparent}.semiDark .logo-segment .sidebarDotIcon,.semiDark .logo-segment span{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.semiDark #sidebar_menus{background-color:transparent}.semiDark .sidebar-menu>li.active>a{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu>li.active .icon-arrow{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu .sidebar-submenu>li>a{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu .sidebar-submenu>li>a:before{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.semiDark .sidebar-menu .sidebar-submenu>li>a.active,.semiDark .sidebar-menu .sidebar-submenu>li.active>a{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.semiDark .sidebar-menu .sidebar-submenu>li>a.active:before,.semiDark .sidebar-menu .sidebar-submenu>li.active>a:before{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));--tw-ring-color:rgb(248 250 252 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-opacity:.1}.margin-0{margin-left:0!important;margin-right:0!important}.social-link{display:flex;height:2rem;width:2rem;flex-direction:column;align-items:center;justify-content:center;border-radius:9999px;border-width:1px;--tw-border-opacity:1;border-color:rgb(17 17 18 / var(--tw-border-opacity, 1));line-height:1;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.social-link:hover{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.social-link:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.social-link:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.leading-0{line-height:0}.icon-lists li{margin-right:12px;margin-bottom:12px}.completed .img-active{opacity:.2}.completed .bar-active{text-decoration-line:line-through}.completed .bar-active:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.legend-ring .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring .apexcharts-legend-series:nth-child(3) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring .apexcharts-legend-series:nth-child(3) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring2 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(12 231 250 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring2 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring2 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring2 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring3 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(80 199 147 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring3 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring3 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring3 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring3 .apexcharts-legend-series:nth-child(3) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring3 .apexcharts-legend-series:nth-child(3) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring4 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring4 .apexcharts-legend-series:nth-child(1) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.legend-ring4 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker{--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(4px + 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);--tw-ring-color:rgb(250 145 107 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.3}.legend-ring4 .apexcharts-legend-series:nth-child(2) .apexcharts-legend-marker:where([dir=rtl],[dir=rtl] *){margin-left:1rem}.dashcode-app .leaflet-control{z-index:0!important}.dashcode-app .leaflet-control-container{z-index:555!important;position:relative}.dashcode-app .leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{z-index:0!important}.imageUploadCard{border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(248 250 252 / var(--tw-border-opacity, 1));--tw-shadow:0 1px 2px 0 rgb(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)}.imageUploadCard:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.imageUploadCard .imageUploadCardHeader{border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:.75rem}.imageUploadCard .imageUploadCardHeader:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.imageUploadCard .imageUploadCardHeader h3{font-family:Inter,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:600}@media (min-width: 1024px){.imageUploadCard .imageUploadCardHeader h3{font-size:1.25rem;line-height:1.75rem}}.imageUploadCard .cardBody>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.imageUploadCard .cardBody{padding:1.25rem;text-align:center}.generalSettings .generalSettingsCardHead{display:flex;align-items:center;justify-content:space-between;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));padding:.75rem 1.25rem}.generalSettings .generalSettingsCardHead .generalSettingsCardTitle{font-family:Inter,sans-serif;font-size:1.125rem;line-height:1.75rem;font-weight:600}.generalSettings .settingBox{height:auto;overflow:hidden;border-width:1px;--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.generalSettings .hideContent{height:0px;padding-top:0;padding-bottom:0}.rotate-icon{transform:rotate(180deg)}.table-th{padding:1.25rem 1.5rem;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.table-th:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.table-th:where([dir=ltr],[dir=ltr] *){text-align:left}.table-th:where([dir=rtl],[dir=rtl] *){text-align:right}.table-td{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1));padding:1.25rem 1.5rem;font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:capitalize;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.table-td:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.table-checkbox{position:relative;height:1rem;width:1rem;border-radius:.25rem}.table-checkbox:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:-.7px;display:flex;height:18px;width:18px;flex-direction:column;align-items:center;justify-content:center;border-radius:.25rem;content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.table-checkbox:checked:before{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));line-height:10px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px;--tw-content:url(https://api.iconify.design/heroicons-outline/check.svg?color=white);content:var(--tw-content)}.table-checkbox:is(.dark *):before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.table-checkbox:is(.dark *):checked:before{--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-offset-width:0px}.table-checkbox[type=checkbox]:indeterminate:before{align-items:center;justify-content:center;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));line-height:10px;--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);--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1));--tw-ring-offset-width:2px;--tw-content:url(https://api.iconify.design/heroicons/minus.svg?color=white);content:var(--tw-content)}.table-checkbox[type=checkbox]:indeterminate:is(.dark *):before{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1));--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1));content:var(--tw-content);--tw-ring-offset-width:0px}.dashcode-data-table label{display:inline-block;width:100%;cursor:pointer;font-size:.875rem;font-weight:500;text-transform:capitalize;line-height:1.5rem;--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.dashcode-data-table label:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dashcode-data-table label:where([dir=rtl],[dir=rtl] *){display:block;text-align:right}.dashcode-data-table select,.dashcode-data-table input[type=text],.dashcode-data-table input[type=search]{display:inline-block;border-radius:.25rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.dashcode-data-table select::-moz-placeholder,.dashcode-data-table input[type=text]::-moz-placeholder,.dashcode-data-table input[type=search]::-moz-placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dashcode-data-table select::placeholder,.dashcode-data-table input[type=text]::placeholder,.dashcode-data-table input[type=search]::placeholder{font-weight:400;--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dashcode-data-table select:focus,.dashcode-data-table input[type=text]:focus,.dashcode-data-table input[type=search]:focus{outline:2px solid transparent;outline-offset:2px;--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);--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1));--tw-ring-opacity:.9}.dashcode-data-table select:is(.dark *),.dashcode-data-table input[type=text]:is(.dark *),.dashcode-data-table input[type=search]:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1));--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dashcode-data-table select:is(.dark *)::-moz-placeholder,.dashcode-data-table input[type=text]:is(.dark *)::-moz-placeholder,.dashcode-data-table input[type=search]:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dashcode-data-table select:is(.dark *)::placeholder,.dashcode-data-table input[type=text]:is(.dark *)::placeholder,.dashcode-data-table input[type=search]:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dashcode-data-table select:focus:is(.dark *),.dashcode-data-table input[type=text]:focus:is(.dark *),.dashcode-data-table input[type=search]:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(15 23 42 / var(--tw-ring-opacity, 1))}.dashcode-data-table input[type=text],.dashcode-data-table input[type=search]{margin-left:.5rem}.dashcode-data-table .dataTables_empty{padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}.dashcode-data-table .dataTables_empty:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-data-table .dataTables_paginate{margin-top:1.5rem;margin-right:1rem}.dashcode-data-table .dataTables_paginate>: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)))}.dashcode-data-table .dataTables_paginate{padding-bottom:1.5rem}.dashcode-data-table .dataTables_paginate .paginate_button{margin-right:.5rem;display:inline-flex;height:1.5rem;width:1.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1));font-size:.875rem;line-height:1.25rem;font-weight:400;line-height:16px;--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.dashcode-data-table .dataTables_paginate .paginate_button:last-child{margin-right:0}.dashcode-data-table .dataTables_paginate .paginate_button:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dashcode-data-table .dataTables_paginate .paginate_button.current{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1));font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dashcode-data-table .dataTables_paginate .paginate_button.current:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dashcode-data-table .dataTables_paginate .next,.dashcode-data-table .dataTables_paginate .previous{position:relative;top:2px}.selection\:bg-\[\#FF2D20\] *::-moz-selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\] *::selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white *::-moz-selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white *::selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:bg-\[\#FF2D20\]::-moz-selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\]::selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white::-moz-selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white::selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.placeholder\:text-red-600::-moz-placeholder{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.placeholder\:text-red-600::placeholder{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:left-0:before{content:var(--tw-content);left:0}.before\:top-0:before{content:var(--tw-content);top:0}.before\:h-full:before{content:var(--tw-content);height:100%}.before\:w-full:before{content:var(--tw-content);width:100%}.before\:text-gray-500:before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.before\:content-\[\'\/\'\]:before{--tw-content:"/";content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(210 214 220 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.last\:border-b-0:last-child{border-bottom-width:0px}.default\:col-span-full:default{grid-column:1 / -1}.default\:row-span-1:default{grid-row:span 1 / span 1}.checked\:translate-x-2:checked{--tw-translate-x:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checked\:translate-x-3:checked{--tw-translate-x:.75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checked\:translate-x-4:checked{--tw-translate-x:1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.checked\:bg-none:checked{background-image:none}.checked\:text-white:checked{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:ring-2:focus-within{--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-within\:ring-primary-600:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.focus-within\:ring-red-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.focus-within\:placeholder\:text-red-600:focus-within::-moz-placeholder{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.focus-within\:placeholder\:text-red-600:focus-within::placeholder{--tw-text-opacity:1;color:rgb(224 36 36 / var(--tw-text-opacity, 1))}.hover\:-translate-y-1:hover{--tw-translate-y:-.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-125:hover{--tw-scale-x:1.25;--tw-scale-y:1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:rounded-b-md:hover{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.hover\:rounded-t-md:hover{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.hover\:border-blue-300:hover{--tw-border-opacity:1;border-color:rgb(164 202 254 / var(--tw-border-opacity, 1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(210 214 220 / var(--tw-border-opacity, 1))}.hover\:border-white:hover{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.hover\:\!bg-primary-800:hover{--tw-bg-opacity:1 !important;background-color:rgb(32 48 113 / var(--tw-bg-opacity, 1))!important}.hover\:\!bg-transparent:hover{background-color:transparent!important}.hover\:bg-amber-400:hover{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.hover\:bg-black-400:hover{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(195 221 253 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-400:hover{--tw-bg-opacity:1;background-color:rgb(118 169 250 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(235 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 66 159 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-400:hover{--tw-bg-opacity:1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-600:hover{--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:bg-dark-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-400:hover{--tw-bg-opacity:1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-600:hover{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.hover\:bg-fuchsia-400:hover{--tw-bg-opacity:1;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100\/75:hover{background-color:#f4f5f7bf}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(159 166 178 / 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-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:bg-green-400:hover{--tw-bg-opacity:1;background-color:rgb(49 196 141 / var(--tw-bg-opacity, 1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(4 108 78 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-400:hover{--tw-bg-opacity:1;background-color:rgb(141 162 251 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-600:hover{--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.hover\:bg-lime-400:hover{--tw-bg-opacity:1;background-color:rgb(163 230 53 / var(--tw-bg-opacity, 1))}.hover\:bg-lime-600:hover{--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-400:hover{--tw-bg-opacity:1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.hover\:bg-neutral-600:hover{--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-400:hover{--tw-bg-opacity:1;background-color:rgb(255 138 76 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-600:hover{--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-400:hover{--tw-bg-opacity:1;background-color:rgb(241 126 184 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-600:hover{--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-400:hover{--tw-bg-opacity:1;background-color:rgb(128 146 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:hover{--tw-bg-opacity:1;background-color:rgb(246 248 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50\/50:hover{background-color:#f6f8ff80}.hover\:bg-primary-600:hover{--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity:1;background-color:rgb(42 63 150 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-400:hover{--tw-bg-opacity:1;background-color:rgb(172 148 250 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-600:hover{--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(108 43 217 / var(--tw-bg-opacity, 1))}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(249 128 128 / var(--tw-bg-opacity, 1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(200 30 30 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-400:hover{--tw-bg-opacity:1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.hover\:bg-rose-600:hover{--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-400:hover{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-400:hover{--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-400:hover{--tw-bg-opacity:1;background-color:rgb(148 163 184 / 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-slate-600:hover{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-400:hover{--tw-bg-opacity:1;background-color:rgb(168 162 158 / var(--tw-bg-opacity, 1))}.hover\:bg-stone-600:hover{--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-400:hover{--tw-bg-opacity:1;background-color:rgb(22 189 202 / var(--tw-bg-opacity, 1))}.hover\:bg-teal-600:hover{--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-400:hover{--tw-bg-opacity:1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-600:hover{--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/60:hover{background-color:#fff9}.hover\:bg-yellow-400:hover{--tw-bg-opacity:1;background-color:rgb(227 160 8 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-600:hover{--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(142 75 16 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-400:hover{--tw-bg-opacity:1;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))}.hover\:bg-zinc-600:hover{--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-25:hover{--tw-bg-opacity:.25}.hover\:bg-opacity-75:hover{--tw-bg-opacity:.75}.hover\:bg-opacity-80:hover{--tw-bg-opacity:.8}.hover\:text-\[\#68768A\]:hover{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.hover\:text-amber-700:hover{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(28 100 242 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(26 86 219 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 66 159 / var(--tw-text-opacity, 1))}.hover\:text-cyan-700:hover{--tw-text-opacity:1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.hover\:text-danger-500:hover{--tw-text-opacity:1;color:rgb(241 89 92 / var(--tw-text-opacity, 1))}.hover\:text-emerald-700:hover{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.hover\:text-fuchsia-700:hover{--tw-text-opacity:1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-gray-800:hover{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-green-700:hover{--tw-text-opacity:1;color:rgb(4 108 78 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover{--tw-text-opacity:1;color:rgb(81 69 205 / var(--tw-text-opacity, 1))}.hover\:text-lime-700:hover{--tw-text-opacity:1;color:rgb(77 124 15 / var(--tw-text-opacity, 1))}.hover\:text-neutral-700:hover{--tw-text-opacity:1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity:1;color:rgb(180 52 3 / var(--tw-text-opacity, 1))}.hover\:text-pink-700:hover{--tw-text-opacity:1;color:rgb(191 18 93 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:hover{--tw-text-opacity:1;color:rgb(42 63 150 / var(--tw-text-opacity, 1))}.hover\:text-purple-700:hover{--tw-text-opacity:1;color:rgb(108 43 217 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(200 30 30 / var(--tw-text-opacity, 1))}.hover\:text-rose-700:hover{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.hover\:text-secondary-700:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-sky-700:hover{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.hover\:text-slate-700:hover{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-stone-700:hover{--tw-text-opacity:1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb(3 102 114 / var(--tw-text-opacity, 1))}.hover\:text-violet-700:hover{--tw-text-opacity:1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-700:hover{--tw-text-opacity:1;color:rgb(142 75 16 / var(--tw-text-opacity, 1))}.hover\:text-zinc-700:hover{--tw-text-opacity:1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-75:hover{opacity:.75}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 rgb(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)}.hover\:shadow-todo:hover{--tw-shadow:rgba(235 233 241, .6) 0px 3px 10px 0px;--tw-shadow-colored:0px 3px 10px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:ring-white:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:z-10:focus{z-index:10}.focus\:border-0:focus{border-width:0px}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(164 202 254 / var(--tw-border-opacity, 1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(210 214 220 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(104 117 245 / var(--tw-border-opacity, 1))}.focus\:border-indigo-700:focus{--tw-border-opacity:1;border-color:rgb(81 69 205 / var(--tw-border-opacity, 1))}.focus\:border-primary-500:focus{--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1))}.focus\:border-red-400:focus{--tw-border-opacity:1;border-color:rgb(249 128 128 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-amber-400:focus{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.focus\:bg-amber-600:focus{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.focus\:bg-black-400:focus{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-400:focus{--tw-bg-opacity:1;background-color:rgb(118 169 250 / var(--tw-bg-opacity, 1))}.focus\:bg-blue-600:focus{--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-400:focus{--tw-bg-opacity:1;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))}.focus\:bg-cyan-600:focus{--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.focus\:bg-emerald-400:focus{--tw-bg-opacity:1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.focus\:bg-emerald-600:focus{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.focus\:bg-fuchsia-400:focus{--tw-bg-opacity:1;background-color:rgb(232 121 249 / var(--tw-bg-opacity, 1))}.focus\:bg-fuchsia-600:focus{--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-400:focus{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-50:focus{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-600:focus{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.focus\:bg-green-400:focus{--tw-bg-opacity:1;background-color:rgb(49 196 141 / var(--tw-bg-opacity, 1))}.focus\:bg-green-600:focus{--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-100:focus{--tw-bg-opacity:1;background-color:rgb(229 237 255 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-400:focus{--tw-bg-opacity:1;background-color:rgb(141 162 251 / var(--tw-bg-opacity, 1))}.focus\:bg-indigo-600:focus{--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.focus\:bg-lime-400:focus{--tw-bg-opacity:1;background-color:rgb(163 230 53 / var(--tw-bg-opacity, 1))}.focus\:bg-lime-600:focus{--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.focus\:bg-neutral-400:focus{--tw-bg-opacity:1;background-color:rgb(163 163 163 / var(--tw-bg-opacity, 1))}.focus\:bg-neutral-600:focus{--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-400:focus{--tw-bg-opacity:1;background-color:rgb(255 138 76 / var(--tw-bg-opacity, 1))}.focus\:bg-orange-600:focus{--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-400:focus{--tw-bg-opacity:1;background-color:rgb(241 126 184 / var(--tw-bg-opacity, 1))}.focus\:bg-pink-600:focus{--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-400:focus{--tw-bg-opacity:1;background-color:rgb(128 146 255 / var(--tw-bg-opacity, 1))}.focus\:bg-primary-600:focus{--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-400:focus{--tw-bg-opacity:1;background-color:rgb(172 148 250 / var(--tw-bg-opacity, 1))}.focus\:bg-purple-600:focus{--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.focus\:bg-red-400:focus{--tw-bg-opacity:1;background-color:rgb(249 128 128 / var(--tw-bg-opacity, 1))}.focus\:bg-red-600:focus{--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.focus\:bg-rose-400:focus{--tw-bg-opacity:1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.focus\:bg-rose-600:focus{--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.focus\:bg-secondary-400:focus{--tw-bg-opacity:1;background-color:rgb(159 166 178 / var(--tw-bg-opacity, 1))}.focus\:bg-secondary-600:focus{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.focus\:bg-sky-400:focus{--tw-bg-opacity:1;background-color:rgb(56 189 248 / var(--tw-bg-opacity, 1))}.focus\:bg-sky-600:focus{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.focus\:bg-slate-400:focus{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.focus\:bg-slate-600:focus{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.focus\:bg-stone-400:focus{--tw-bg-opacity:1;background-color:rgb(168 162 158 / var(--tw-bg-opacity, 1))}.focus\:bg-stone-600:focus{--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-400:focus{--tw-bg-opacity:1;background-color:rgb(22 189 202 / var(--tw-bg-opacity, 1))}.focus\:bg-teal-600:focus{--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.focus\:bg-violet-400:focus{--tw-bg-opacity:1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.focus\:bg-violet-600:focus{--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-400:focus{--tw-bg-opacity:1;background-color:rgb(227 160 8 / var(--tw-bg-opacity, 1))}.focus\:bg-yellow-600:focus{--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.focus\:bg-zinc-400:focus{--tw-bg-opacity:1;background-color:rgb(161 161 170 / var(--tw-bg-opacity, 1))}.focus\:bg-zinc-600:focus{--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.focus\:bg-opacity-25:focus{--tw-bg-opacity:.25}.focus\:text-amber-700:focus{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.focus\:text-blue-700:focus{--tw-text-opacity:1;color:rgb(26 86 219 / var(--tw-text-opacity, 1))}.focus\:text-cyan-700:focus{--tw-text-opacity:1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.focus\:text-emerald-700:focus{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.focus\:text-fuchsia-700:focus{--tw-text-opacity:1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.focus\:text-gray-800:focus{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.focus\:text-green-700:focus{--tw-text-opacity:1;color:rgb(4 108 78 / var(--tw-text-opacity, 1))}.focus\:text-indigo-700:focus{--tw-text-opacity:1;color:rgb(81 69 205 / var(--tw-text-opacity, 1))}.focus\:text-indigo-800:focus{--tw-text-opacity:1;color:rgb(66 56 157 / var(--tw-text-opacity, 1))}.focus\:text-lime-700:focus{--tw-text-opacity:1;color:rgb(77 124 15 / var(--tw-text-opacity, 1))}.focus\:text-neutral-700:focus{--tw-text-opacity:1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.focus\:text-orange-700:focus{--tw-text-opacity:1;color:rgb(180 52 3 / var(--tw-text-opacity, 1))}.focus\:text-pink-700:focus{--tw-text-opacity:1;color:rgb(191 18 93 / var(--tw-text-opacity, 1))}.focus\:text-primary-700:focus{--tw-text-opacity:1;color:rgb(42 63 150 / var(--tw-text-opacity, 1))}.focus\:text-purple-700:focus{--tw-text-opacity:1;color:rgb(108 43 217 / var(--tw-text-opacity, 1))}.focus\:text-red-700:focus{--tw-text-opacity:1;color:rgb(200 30 30 / var(--tw-text-opacity, 1))}.focus\:text-rose-700:focus{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.focus\:text-secondary-700:focus{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.focus\:text-sky-700:focus{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.focus\:text-slate-700:focus{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.focus\:text-stone-700:focus{--tw-text-opacity:1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.focus\:text-teal-700:focus{--tw-text-opacity:1;color:rgb(3 102 114 / var(--tw-text-opacity, 1))}.focus\:text-violet-700:focus{--tw-text-opacity:1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus\:text-yellow-700:focus{--tw-text-opacity:1;color:rgb(142 75 16 / var(--tw-text-opacity, 1))}.focus\:text-zinc-700:focus{--tw-text-opacity:1;color:rgb(63 63 70 / var(--tw-text-opacity, 1))}.focus\:opacity-100:focus{opacity:1}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-0:focus{outline-width:0px}.focus\:ring: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(3px + 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-0: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(0px + 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-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-4: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(4px + 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-primary-300:focus{--tw-ring-opacity:1 !important;--tw-ring-color:rgb(180 194 253 / var(--tw-ring-opacity, 1)) !important}.focus\:ring-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-300:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(164 202 254 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178 / var(--tw-ring-opacity, 1))}.focus\:ring-dark-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(226 232 240 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105 / var(--tw-ring-opacity, 1))}.focus\:ring-fuchsia-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239 / var(--tw-ring-opacity, 1))}.focus\:ring-fuchsia-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(229 231 235 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(104 118 138 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110 / var(--tw-ring-opacity, 1))}.focus\:ring-green-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(88 80 236 / var(--tw-ring-opacity, 1))}.focus\:ring-lime-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity, 1))}.focus\:ring-lime-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13 / var(--tw-ring-opacity, 1))}.focus\:ring-neutral-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115 / var(--tw-ring-opacity, 1))}.focus\:ring-neutral-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(208 56 1 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148 / var(--tw-ring-opacity, 1))}.focus\:ring-pink-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(214 31 105 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.focus\:ring-red-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36 / var(--tw-ring-opacity, 1))}.focus\:ring-rose-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94 / var(--tw-ring-opacity, 1))}.focus\:ring-rose-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72 / var(--tw-ring-opacity, 1))}.focus\:ring-secondary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.focus\:ring-secondary-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.focus\:ring-sky-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.focus\:ring-sky-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.focus\:ring-stone-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108 / var(--tw-ring-opacity, 1))}.focus\:ring-stone-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162 / var(--tw-ring-opacity, 1))}.focus\:ring-teal-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129 / var(--tw-ring-opacity, 1))}.focus\:ring-transparent:focus{--tw-ring-color:transparent}.focus\:ring-violet-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246 / var(--tw-ring-opacity, 1))}.focus\:ring-violet-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237 / var(--tw-ring-opacity, 1))}.focus\:ring-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(159 88 10 / var(--tw-ring-opacity, 1))}.focus\:ring-zinc-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122 / var(--tw-ring-opacity, 1))}.focus\:ring-zinc-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91 / var(--tw-ring-opacity, 1))}.focus\:ring-opacity-50:focus{--tw-ring-opacity:.5}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-blue-100:focus{--tw-ring-offset-color:#E1EFFE}.focus\:ring-offset-green-100:focus{--tw-ring-offset-color:#DEF7EC}.focus\:ring-offset-primary-100:focus{--tw-ring-offset-color:#EDF0FF}.focus\:ring-offset-red-100:focus{--tw-ring-offset-color:#FDE8E8}.focus\:ring-offset-white:focus{--tw-ring-offset-color:#ffffff}.focus\:ring-offset-yellow-100:focus{--tw-ring-offset-color:#FDF6B2}.focus-within\:focus\:ring-primary-600:focus:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.focus-within\:focus\:ring-red-500:focus:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-blue-700:focus-visible{outline-color:#1a56db}.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-\[\#FF2D20\]:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 45 32 / var(--tw-ring-opacity, 1))}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.active\:bg-gray-900:active{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.active\:bg-primary-600:active{--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.active\:bg-red-700:active{--tw-bg-opacity:1;background-color:rgb(200 30 30 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.active\:outline-offset-0:active{outline-offset:0px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity:1;background-color:rgb(244 245 247 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-400:disabled{--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.disabled\:opacity-25:disabled{opacity:.25}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-80:disabled{opacity:.8}.disabled\:ring-gray-300:disabled{--tw-ring-opacity:1;--tw-ring-color:rgb(210 214 220 / var(--tw-ring-opacity, 1))}.group:last-child .group-last\:hidden{display:none}.group:hover .group-hover\:visible{visibility:visible}.group:hover .group-hover\:bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group:focus .group-focus\: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)}.group:focus .group-focus\:ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-cyan-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-fuchsia-500{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 118 138 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-neutral-500{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-orange-500{--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-rose-500{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-secondary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-sky-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-slate-500{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-stone-500{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-teal-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-violet-500{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-zinc-500{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122 / var(--tw-ring-opacity, 1))}.group:focus .group-focus\:ring-offset-2{--tw-ring-offset-width:2px}.peer:checked~.peer-checked\:bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-black-500{--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-black-600{--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-blue-500{--tw-bg-opacity:1;background-color:rgb(63 131 248 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-fuchsia-500{--tw-bg-opacity:1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-gray-500{--tw-bg-opacity:1;background-color:rgb(104 118 138 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-green-500{--tw-bg-opacity:1;background-color:rgb(14 159 110 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-indigo-500{--tw-bg-opacity:1;background-color:rgb(104 117 245 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-neutral-500{--tw-bg-opacity:1;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-orange-500{--tw-bg-opacity:1;background-color:rgb(255 90 31 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-pink-500{--tw-bg-opacity:1;background-color:rgb(231 70 148 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-primary-500{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-purple-500{--tw-bg-opacity:1;background-color:rgb(144 97 249 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-red-500{--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-red-600{--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-secondary-500{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-slate-500{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-stone-500{--tw-bg-opacity:1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-teal-500{--tw-bg-opacity:1;background-color:rgb(6 148 162 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-violet-500{--tw-bg-opacity:1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(194 120 3 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:bg-zinc-500{--tw-bg-opacity:1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\: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)}.peer:focus~.peer-focus\:ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-blue-500{--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-cyan-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-fuchsia-500{--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-gray-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 118 138 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-green-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-indigo-500{--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-neutral-500{--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-orange-500{--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-pink-500{--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-primary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-purple-500{--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-red-500{--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-red-600{--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-rose-500{--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-secondary-500{--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-sky-500{--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-slate-500{--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-stone-500{--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-teal-500{--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-violet-500{--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-yellow-500{--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-zinc-500{--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122 / var(--tw-ring-opacity, 1))}.peer:focus~.peer-focus\:ring-offset-2{--tw-ring-offset-width:2px}.has-\[\:focus\]\:scale-125:has(:focus){--tw-scale-x:1.25;--tw-scale-y:1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:divide-dark-500\/20:is(.dark *)>:not([hidden])~:not([hidden]){border-color:#64748b33}.dark\:divide-dark-500\/50:is(.dark *)>:not([hidden])~:not([hidden]){border-color:#64748b80}.dark\:divide-dark-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(51 65 85 / var(--tw-divide-opacity, 1))}.dark\:divide-gray-600:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(71 85 105 / var(--tw-divide-opacity, 1))}.dark\:divide-slate-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(51 65 85 / var(--tw-divide-opacity, 1))}.dark\:divide-slate-900:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(15 23 42 / var(--tw-divide-opacity, 1))}.dark\:border:is(.dark *){border-width:1px}.dark\:border-blue-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(63 131 248 / var(--tw-border-opacity, 1))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.dark\:border-dark-300:is(.dark *){--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.dark\:border-dark-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.dark\:border-dark-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-dark-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(104 118 138 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:border-gray-900:is(.dark *){--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.dark\:border-green-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(5 122 85 / var(--tw-border-opacity, 1))}.dark\:border-indigo-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(88 80 236 / var(--tw-border-opacity, 1))}.dark\:border-primary-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(70 105 250 / var(--tw-border-opacity, 1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(200 30 30 / var(--tw-border-opacity, 1))}.dark\:border-slate-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.dark\:border-slate-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-slate-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:border-slate-900:is(.dark *){--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.dark\:border-transparent:is(.dark *){border-color:transparent}.dark\:border-white:is(.dark *){--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.dark\:border-b-amber-900\/70:is(.dark *){border-bottom-color:#78350fb3}.dark\:border-b-blue-900\/70:is(.dark *){border-bottom-color:#233876b3}.dark\:border-b-cyan-900\/70:is(.dark *){border-bottom-color:#164e63b3}.dark\:border-b-dark-600:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-b-emerald-900\/70:is(.dark *){border-bottom-color:#064e3bb3}.dark\:border-b-fuchsia-900\/70:is(.dark *){border-bottom-color:#701a75b3}.dark\:border-b-gray-600:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-b-gray-900\/70:is(.dark *){border-bottom-color:#0f172ab3}.dark\:border-b-green-900\/70:is(.dark *){border-bottom-color:#014737b3}.dark\:border-b-indigo-900\/70:is(.dark *){border-bottom-color:#362f78b3}.dark\:border-b-lime-900\/70:is(.dark *){border-bottom-color:#365314b3}.dark\:border-b-neutral-900\/70:is(.dark *){border-bottom-color:#171717b3}.dark\:border-b-orange-900\/70:is(.dark *){border-bottom-color:#771d1db3}.dark\:border-b-pink-900\/70:is(.dark *){border-bottom-color:#751a3db3}.dark\:border-b-primary-900\/70:is(.dark *){border-bottom-color:#151f49b3}.dark\:border-b-purple-900\/70:is(.dark *){border-bottom-color:#4a1d96b3}.dark\:border-b-red-900\/70:is(.dark *){border-bottom-color:#771d1db3}.dark\:border-b-rose-900\/70:is(.dark *){border-bottom-color:#881337b3}.dark\:border-b-secondary-900\/70:is(.dark *){border-bottom-color:#0f172ab3}.dark\:border-b-sky-900\/70:is(.dark *){border-bottom-color:#0c4a6eb3}.dark\:border-b-slate-900:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.dark\:border-b-slate-900\/70:is(.dark *){border-bottom-color:#0f172ab3}.dark\:border-b-stone-900\/70:is(.dark *){border-bottom-color:#1c1917b3}.dark\:border-b-teal-900\/70:is(.dark *){border-bottom-color:#014451b3}.dark\:border-b-violet-900\/70:is(.dark *){border-bottom-color:#4c1d95b3}.dark\:border-b-yellow-900\/70:is(.dark *){border-bottom-color:#633112b3}.dark\:border-b-zinc-900\/70:is(.dark *){border-bottom-color:#18181bb3}.dark\:border-l-red-500:is(.dark *){--tw-border-opacity:1;border-left-color:rgb(240 82 82 / var(--tw-border-opacity, 1))}.dark\:border-t-dark-600:is(.dark *){--tw-border-opacity:1;border-top-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:\!bg-gray-700:is(.dark *){--tw-bg-opacity:1 !important;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))!important}.dark\:\!bg-primary-600:is(.dark *){--tw-bg-opacity:1 !important;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))!important}.dark\:\!bg-primary-700:is(.dark *){--tw-bg-opacity:1 !important;background-color:rgb(42 63 150 / var(--tw-bg-opacity, 1))!important}.dark\:bg-amber-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(180 83 9 / var(--tw-bg-opacity, 1))}.dark\:bg-amber-900\/70:is(.dark *){background-color:#78350fb3}.dark\:bg-black-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-black-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(118 169 250 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 131 248 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-800\/50:is(.dark *){background-color:#1e429f80}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(35 56 118 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#23387633}.dark\:bg-blue-900\/50:is(.dark *){background-color:#23387680}.dark\:bg-blue-900\/70:is(.dark *){background-color:#233876b3}.dark\:bg-cyan-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.dark\:bg-cyan-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 116 144 / var(--tw-bg-opacity, 1))}.dark\:bg-cyan-900\/70:is(.dark *){background-color:#164e63b3}.dark\:bg-dark-300:is(.dark *){--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-300\/50:is(.dark *){background-color:#cbd5e180}.dark\:bg-dark-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:bg-dark-800\/50:is(.dark *){background-color:#1e293b80}.dark\:bg-dark-900\/40:is(.dark *){background-color:#0f172a66}.dark\:bg-dark-900\/50:is(.dark *){background-color:#0f172a80}.dark\:bg-dark-900\/75:is(.dark *){background-color:#0f172abf}.dark\:bg-emerald-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.dark\:bg-emerald-900\/70:is(.dark *){background-color:#064e3bb3}.dark\:bg-fuchsia-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.dark\:bg-fuchsia-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(162 28 175 / var(--tw-bg-opacity, 1))}.dark\:bg-fuchsia-900\/70:is(.dark *){background-color:#701a75b3}.dark\:bg-gray-200:is(.dark *){--tw-bg-opacity:1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1e293b80}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900\/70:is(.dark *){background-color:#0f172ab3}.dark\:bg-gray-900\/80:is(.dark *){background-color:#0f172acc}.dark\:bg-gray-950\/95:is(.dark *){background-color:#030712f2}.dark\:bg-green-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(49 196 141 / var(--tw-bg-opacity, 1))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 159 110 / var(--tw-bg-opacity, 1))}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.dark\:bg-green-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 108 78 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(1 71 55 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/50:is(.dark *){background-color:#01473780}.dark\:bg-green-900\/70:is(.dark *){background-color:#014737b3}.dark\:bg-indigo-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.dark\:bg-indigo-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(81 69 205 / var(--tw-bg-opacity, 1))}.dark\:bg-indigo-900\/50:is(.dark *){background-color:#362f7880}.dark\:bg-indigo-900\/70:is(.dark *){background-color:#362f78b3}.dark\:bg-lime-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.dark\:bg-lime-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(77 124 15 / var(--tw-bg-opacity, 1))}.dark\:bg-lime-900\/70:is(.dark *){background-color:#365314b3}.dark\:bg-neutral-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(64 64 64 / var(--tw-bg-opacity, 1))}.dark\:bg-neutral-900\/70:is(.dark *){background-color:#171717b3}.dark\:bg-orange-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(180 52 3 / var(--tw-bg-opacity, 1))}.dark\:bg-orange-900\/70:is(.dark *){background-color:#771d1db3}.dark\:bg-pink-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.dark\:bg-pink-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(191 18 93 / var(--tw-bg-opacity, 1))}.dark\:bg-pink-900\/70:is(.dark *){background-color:#751a3db3}.dark\:bg-primary-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.dark\:bg-primary-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 63 150 / var(--tw-bg-opacity, 1))}.dark\:bg-primary-900\/70:is(.dark *){background-color:#151f49b3}.dark\:bg-purple-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(172 148 250 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(144 97 249 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(108 43 217 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 29 150 / var(--tw-bg-opacity, 1))}.dark\:bg-purple-900\/70:is(.dark *){background-color:#4a1d96b3}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.dark\:bg-red-500\/20:is(.dark *){background-color:#f0525233}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.dark\:bg-red-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(200 30 30 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(119 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/20:is(.dark *){background-color:#771d1d33}.dark\:bg-red-900\/50:is(.dark *){background-color:#771d1d80}.dark\:bg-red-900\/70:is(.dark *){background-color:#771d1db3}.dark\:bg-rose-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.dark\:bg-rose-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(190 18 60 / var(--tw-bg-opacity, 1))}.dark\:bg-rose-900\/70:is(.dark *){background-color:#881337b3}.dark\:bg-secondary-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-secondary-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-secondary-900\/70:is(.dark *){background-color:#0f172ab3}.dark\:bg-sky-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.dark\:bg-sky-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))}.dark\:bg-sky-900\/70:is(.dark *){background-color:#0c4a6eb3}.dark\:bg-slate-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / 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\:bg-slate-900\/70:is(.dark *){background-color:#0f172ab3}.dark\:bg-stone-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.dark\:bg-stone-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(68 64 60 / var(--tw-bg-opacity, 1))}.dark\:bg-stone-900\/70:is(.dark *){background-color:#1c1917b3}.dark\:bg-teal-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.dark\:bg-teal-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(3 102 114 / var(--tw-bg-opacity, 1))}.dark\:bg-teal-900\/70:is(.dark *){background-color:#014451b3}.dark\:bg-violet-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.dark\:bg-violet-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.dark\:bg-violet-900\/70:is(.dark *){background-color:#4c1d95b3}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(142 75 16 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(99 49 18 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#63311233}.dark\:bg-yellow-900\/50:is(.dark *){background-color:#63311280}.dark\:bg-yellow-900\/70:is(.dark *){background-color:#633112b3}.dark\:bg-zinc-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.dark\:bg-zinc-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 63 70 / var(--tw-bg-opacity, 1))}.dark\:bg-zinc-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.dark\:bg-zinc-900\/70:is(.dark *){background-color:#18181bb3}.dark\:bg-opacity-30:is(.dark *){--tw-bg-opacity:.3}.dark\:bg-opacity-70:is(.dark *){--tw-bg-opacity:.7}.dark\:bg-opacity-80:is(.dark *){--tw-bg-opacity:.8}.dark\:from-blue-800:is(.dark *){--tw-gradient-from:#1E429F var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 66 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-dark-900\/85:is(.dark *){--tw-gradient-from:rgb(15 23 42 / .85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-zinc-900:is(.dark *){--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-blue-600:is(.dark *){--tw-gradient-to:#1C64F2 var(--tw-gradient-to-position)}.dark\:to-zinc-900:is(.dark *){--tw-gradient-to:#18181b var(--tw-gradient-to-position)}.dark\:text-\[\#eee\]:is(.dark *){--tw-text-opacity:1;color:rgb(238 238 238 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-amber-500:is(.dark *){--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.dark\:text-black-400:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:rgb(195 221 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(164 202 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(118 169 250 / var(--tw-text-opacity, 1))}.dark\:text-blue-500:is(.dark *){--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.dark\:text-cyan-300:is(.dark *){--tw-text-opacity:1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:text-cyan-500:is(.dark *){--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.dark\:text-dark-100:is(.dark *){--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.dark\:text-dark-200:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:text-dark-300:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-dark-400:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-dark-500:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark\:text-dark-700:is(.dark *){--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity:1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-emerald-500:is(.dark *){--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.dark\:text-fuchsia-300:is(.dark *){--tw-text-opacity:1;color:rgb(240 171 252 / var(--tw-text-opacity, 1))}.dark\:text-fuchsia-400:is(.dark *){--tw-text-opacity:1;color:rgb(232 121 249 / var(--tw-text-opacity, 1))}.dark\:text-fuchsia-500:is(.dark *){--tw-text-opacity:1;color:rgb(217 70 239 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity:1;color:rgb(244 245 247 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.dark\:text-gray-950:is(.dark *){--tw-text-opacity:1;color:rgb(3 7 18 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity:1;color:rgb(188 240 218 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:rgb(132 225 188 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(49 196 141 / var(--tw-text-opacity, 1))}.dark\:text-green-500:is(.dark *){--tw-text-opacity:1;color:rgb(14 159 110 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity:1;color:rgb(180 198 252 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity:1;color:rgb(141 162 251 / var(--tw-text-opacity, 1))}.dark\:text-indigo-500:is(.dark *){--tw-text-opacity:1;color:rgb(104 117 245 / var(--tw-text-opacity, 1))}.dark\:text-lime-300:is(.dark *){--tw-text-opacity:1;color:rgb(190 242 100 / var(--tw-text-opacity, 1))}.dark\:text-lime-400:is(.dark *){--tw-text-opacity:1;color:rgb(163 230 53 / var(--tw-text-opacity, 1))}.dark\:text-lime-500:is(.dark *){--tw-text-opacity:1;color:rgb(132 204 22 / var(--tw-text-opacity, 1))}.dark\:text-neutral-300:is(.dark *){--tw-text-opacity:1;color:rgb(212 212 212 / var(--tw-text-opacity, 1))}.dark\:text-neutral-400:is(.dark *){--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:text-neutral-500:is(.dark *){--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 186 140 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:rgb(255 138 76 / var(--tw-text-opacity, 1))}.dark\:text-orange-500:is(.dark *){--tw-text-opacity:1;color:rgb(255 90 31 / var(--tw-text-opacity, 1))}.dark\:text-pink-300:is(.dark *){--tw-text-opacity:1;color:rgb(248 180 217 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity:1;color:rgb(241 126 184 / var(--tw-text-opacity, 1))}.dark\:text-pink-500:is(.dark *){--tw-text-opacity:1;color:rgb(231 70 148 / var(--tw-text-opacity, 1))}.dark\:text-primary-300:is(.dark *){--tw-text-opacity:1;color:rgb(180 194 253 / var(--tw-text-opacity, 1))}.dark\:text-primary-400:is(.dark *){--tw-text-opacity:1;color:rgb(128 146 255 / var(--tw-text-opacity, 1))}.dark\:text-primary-500:is(.dark *){--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity:1;color:rgb(202 191 253 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(172 148 250 / var(--tw-text-opacity, 1))}.dark\:text-purple-500:is(.dark *){--tw-text-opacity:1;color:rgb(144 97 249 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity:1;color:rgb(251 213 213 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:rgb(248 180 180 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(249 128 128 / var(--tw-text-opacity, 1))}.dark\:text-red-500:is(.dark *){--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.dark\:text-rose-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.dark\:text-rose-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.dark\:text-rose-500:is(.dark *){--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.dark\:text-secondary-300:is(.dark *){--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.dark\:text-secondary-400:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:text-secondary-500:is(.dark *){--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity:1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-sky-500:is(.dark *){--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.dark\:text-slate-200:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-slate-500:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark\:text-stone-300:is(.dark *){--tw-text-opacity:1;color:rgb(214 211 209 / var(--tw-text-opacity, 1))}.dark\:text-stone-400:is(.dark *){--tw-text-opacity:1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.dark\:text-stone-500:is(.dark *){--tw-text-opacity:1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.dark\:text-teal-300:is(.dark *){--tw-text-opacity:1;color:rgb(126 220 226 / var(--tw-text-opacity, 1))}.dark\:text-teal-400:is(.dark *){--tw-text-opacity:1;color:rgb(22 189 202 / var(--tw-text-opacity, 1))}.dark\:text-teal-500:is(.dark *){--tw-text-opacity:1;color:rgb(6 148 162 / var(--tw-text-opacity, 1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity:1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-violet-500:is(.dark *){--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/50:is(.dark *){color:#ffffff80}.dark\:text-white\/70:is(.dark *){color:#ffffffb3}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity:1;color:rgb(252 233 106 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity:1;color:rgb(250 202 21 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:rgb(227 160 8 / var(--tw-text-opacity, 1))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity:1;color:rgb(194 120 3 / var(--tw-text-opacity, 1))}.dark\:text-zinc-300:is(.dark *){--tw-text-opacity:1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.dark\:text-zinc-400:is(.dark *){--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.dark\:text-zinc-500:is(.dark *){--tw-text-opacity:1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.dark\:placeholder-dark-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.dark\:placeholder-dark-400:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.dark\:shadow-gray-900:is(.dark *){--tw-shadow-color:#0F172A;--tw-shadow:var(--tw-shadow-colored)}.dark\:shadow-slate-700:is(.dark *){--tw-shadow-color:#334155;--tw-shadow:var(--tw-shadow-colored)}.dark\:ring-1:is(.dark *){--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)}.dark\:ring-dark-600:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:ring-dark-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity, 1))}.dark\:ring-gray-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity, 1))}.dark\:ring-red-500:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.dark\:ring-zinc-800:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42 / var(--tw-ring-opacity, 1))}.dark\:ring-offset-blue-900:is(.dark *){--tw-ring-offset-color:#233876}.dark\:ring-offset-dark-900:is(.dark *){--tw-ring-offset-color:#0f172a}.dark\:ring-offset-green-900:is(.dark *){--tw-ring-offset-color:#014737}.dark\:ring-offset-primary-900:is(.dark *){--tw-ring-offset-color:#151F49}.dark\:ring-offset-red-900:is(.dark *){--tw-ring-offset-color:#771D1D}.dark\:ring-offset-yellow-900:is(.dark *){--tw-ring-offset-color:#633112}.dark\:placeholder\:text-gray-500:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.dark\:placeholder\:text-gray-500:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.dark\:before\:text-gray-400:is(.dark *):before{content:var(--tw-content);--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:focus-within\:ring-primary-600:focus-within:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.dark\:focus-within\:ring-red-500:focus-within:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.dark\:hover\:border-blue-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-600:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:hover\:border-gray-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:hover\:\!bg-primary-700:hover:is(.dark *){--tw-bg-opacity:1 !important;background-color:rgb(42 63 150 / var(--tw-bg-opacity, 1))!important}.dark\:hover\:bg-amber-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-amber-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-black-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 17 18 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 131 248 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 86 219 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 66 159 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-blue-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(35 56 118 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-cyan-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-cyan-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-dark-600\/50:hover:is(.dark *){background-color:#47556980}.dark\:hover\:bg-dark-900\/60:hover:is(.dark *){background-color:#0f172a99}.dark\:hover\:bg-emerald-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-emerald-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-fuchsia-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-fuchsia-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(104 118 138 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800\/75:hover:is(.dark *){background-color:#1e293bbf}.dark\:hover\:bg-gray-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 159 110 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-indigo-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(104 117 245 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-indigo-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-lime-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-lime-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-neutral-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-neutral-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-orange-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 90 31 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-orange-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-pink-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(231 70 148 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-pink-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-primary-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-primary-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(144 97 249 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-purple-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-red-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(200 30 30 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-rose-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-rose-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-secondary-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-secondary-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-sky-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-sky-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-stone-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-stone-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-teal-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(6 148 162 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-teal-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-transparent:hover:is(.dark *){background-color:transparent}.dark\:hover\:bg-violet-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-violet-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-white:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-yellow-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(194 120 3 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-yellow-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-zinc-500:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-zinc-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-opacity-10:hover:is(.dark *){--tw-bg-opacity:.1}.dark\:hover\:bg-opacity-15:hover:is(.dark *){--tw-bg-opacity:.15}.dark\:hover\:bg-opacity-30:hover:is(.dark *){--tw-bg-opacity:.3}.dark\:hover\:bg-opacity-70:hover:is(.dark *){--tw-bg-opacity:.7}.dark\:hover\:text-amber-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(164 202 254 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.dark\:hover\:text-cyan-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.dark\:hover\:text-emerald-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.dark\:hover\:text-fuchsia-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(217 70 239 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-100:hover:is(.dark *){--tw-text-opacity:1;color:rgb(244 245 247 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.dark\:hover\:text-green-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(14 159 110 / var(--tw-text-opacity, 1))}.dark\:hover\:text-indigo-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(104 117 245 / var(--tw-text-opacity, 1))}.dark\:hover\:text-lime-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(132 204 22 / var(--tw-text-opacity, 1))}.dark\:hover\:text-neutral-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.dark\:hover\:text-orange-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 90 31 / var(--tw-text-opacity, 1))}.dark\:hover\:text-pink-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(231 70 148 / var(--tw-text-opacity, 1))}.dark\:hover\:text-primary-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.dark\:hover\:text-purple-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(144 97 249 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.dark\:hover\:text-rose-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.dark\:hover\:text-secondary-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.dark\:hover\:text-sky-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.dark\:hover\:text-slate-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark\:hover\:text-stone-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.dark\:hover\:text-teal-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(6 148 162 / var(--tw-text-opacity, 1))}.dark\:hover\:text-violet-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white\/70:hover:is(.dark *){color:#ffffffb3}.dark\:hover\:text-yellow-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(194 120 3 / var(--tw-text-opacity, 1))}.dark\:hover\:text-zinc-500:hover:is(.dark *){--tw-text-opacity:1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.dark\:hover\:ring-amber-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-black-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-blue-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-cyan-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-emerald-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-fuchsia-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-gray-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-green-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-indigo-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(88 80 236 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-lime-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-neutral-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-orange-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(208 56 1 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-pink-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(214 31 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-primary-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-purple-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-red-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-rose-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-secondary-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-sky-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-slate-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-stone-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-teal-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-violet-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-white:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-yellow-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(159 88 10 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-zinc-600:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91 / var(--tw-ring-opacity, 1))}.dark\:hover\:ring-zinc-700:hover:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70 / var(--tw-ring-opacity, 1))}.dark\:focus\:border-blue-700:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(26 86 219 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 66 159 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-600:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:focus\:border-gray-700:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-300:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(180 198 252 / var(--tw-border-opacity, 1))}.dark\:focus\:border-indigo-600:focus:is(.dark *){--tw-border-opacity:1;border-color:rgb(88 80 236 / var(--tw-border-opacity, 1))}.dark\:focus\:border-transparent:focus:is(.dark *){border-color:transparent}.dark\:focus\:bg-amber-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-blue-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(28 100 242 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-cyan-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-dark-500:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-dark-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-emerald-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-fuchsia-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(192 38 211 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-700:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-800:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-gray-900:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-green-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(5 122 85 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-indigo-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(88 80 236 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-indigo-900:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(54 47 120 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-lime-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-neutral-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 82 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-orange-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(208 56 1 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-pink-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(214 31 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-primary-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(63 94 223 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-purple-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(126 58 242 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-red-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(224 36 36 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-rose-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(225 29 72 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-secondary-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-sky-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-slate-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-stone-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(87 83 78 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-teal-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(4 116 129 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-violet-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-white:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-yellow-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(159 88 10 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-zinc-600:focus:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 91 / var(--tw-bg-opacity, 1))}.dark\:focus\:bg-opacity-10:focus:is(.dark *){--tw-bg-opacity:.1}.dark\:focus\:bg-opacity-15:focus:is(.dark *){--tw-bg-opacity:.15}.dark\:focus\:text-amber-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:focus\:text-amber-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.dark\:focus\:text-black-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:focus\:text-blue-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(118 169 250 / var(--tw-text-opacity, 1))}.dark\:focus\:text-blue-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(63 131 248 / var(--tw-text-opacity, 1))}.dark\:focus\:text-cyan-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:focus\:text-cyan-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.dark\:focus\:text-emerald-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:focus\:text-emerald-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.dark\:focus\:text-fuchsia-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(232 121 249 / var(--tw-text-opacity, 1))}.dark\:focus\:text-fuchsia-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(217 70 239 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-200:focus:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-300:focus:is(.dark *){--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:focus\:text-gray-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(104 118 138 / var(--tw-text-opacity, 1))}.dark\:focus\:text-green-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(49 196 141 / var(--tw-text-opacity, 1))}.dark\:focus\:text-green-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(14 159 110 / var(--tw-text-opacity, 1))}.dark\:focus\:text-indigo-200:focus:is(.dark *){--tw-text-opacity:1;color:rgb(205 219 254 / var(--tw-text-opacity, 1))}.dark\:focus\:text-indigo-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(141 162 251 / var(--tw-text-opacity, 1))}.dark\:focus\:text-indigo-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(104 117 245 / var(--tw-text-opacity, 1))}.dark\:focus\:text-lime-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(163 230 53 / var(--tw-text-opacity, 1))}.dark\:focus\:text-lime-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(132 204 22 / var(--tw-text-opacity, 1))}.dark\:focus\:text-neutral-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity, 1))}.dark\:focus\:text-neutral-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity, 1))}.dark\:focus\:text-orange-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(255 138 76 / var(--tw-text-opacity, 1))}.dark\:focus\:text-orange-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(255 90 31 / var(--tw-text-opacity, 1))}.dark\:focus\:text-pink-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(241 126 184 / var(--tw-text-opacity, 1))}.dark\:focus\:text-pink-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(231 70 148 / var(--tw-text-opacity, 1))}.dark\:focus\:text-primary-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(128 146 255 / var(--tw-text-opacity, 1))}.dark\:focus\:text-primary-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(70 105 250 / var(--tw-text-opacity, 1))}.dark\:focus\:text-purple-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(172 148 250 / var(--tw-text-opacity, 1))}.dark\:focus\:text-purple-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(144 97 249 / var(--tw-text-opacity, 1))}.dark\:focus\:text-red-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(249 128 128 / var(--tw-text-opacity, 1))}.dark\:focus\:text-red-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(240 82 82 / var(--tw-text-opacity, 1))}.dark\:focus\:text-rose-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.dark\:focus\:text-rose-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity, 1))}.dark\:focus\:text-secondary-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(159 166 178 / var(--tw-text-opacity, 1))}.dark\:focus\:text-secondary-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(160 174 192 / var(--tw-text-opacity, 1))}.dark\:focus\:text-sky-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:focus\:text-sky-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity, 1))}.dark\:focus\:text-slate-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:focus\:text-slate-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark\:focus\:text-stone-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.dark\:focus\:text-stone-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.dark\:focus\:text-teal-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(22 189 202 / var(--tw-text-opacity, 1))}.dark\:focus\:text-teal-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(6 148 162 / var(--tw-text-opacity, 1))}.dark\:focus\:text-violet-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:focus\:text-violet-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.dark\:focus\:text-white:focus:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus\:text-yellow-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(227 160 8 / var(--tw-text-opacity, 1))}.dark\:focus\:text-yellow-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(194 120 3 / var(--tw-text-opacity, 1))}.dark\:focus\:text-zinc-400:focus:is(.dark *){--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.dark\:focus\:text-zinc-500:focus:is(.dark *){--tw-text-opacity:1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.dark\:focus\:ring-amber-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-amber-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-amber-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-black-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(17 17 18 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-blue-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 131 248 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-blue-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(28 100 242 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-blue-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(26 86 219 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-cyan-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-cyan-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(8 145 178 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-cyan-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(14 116 144 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-emerald-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-emerald-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-emerald-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(4 120 87 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-fuchsia-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(217 70 239 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-fuchsia-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(192 38 211 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-fuchsia-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(162 28 175 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-gray-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(104 118 138 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-gray-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-gray-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-green-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(14 159 110 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-green-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(5 122 85 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-green-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(4 108 78 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-indigo-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(104 117 245 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-indigo-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(88 80 236 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-indigo-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(81 69 205 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-lime-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-lime-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-lime-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-neutral-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(115 115 115 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-neutral-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 82 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-neutral-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(64 64 64 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-orange-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(255 90 31 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-orange-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(208 56 1 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-orange-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(180 52 3 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-pink-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(231 70 148 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-pink-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(214 31 105 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-pink-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(191 18 93 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-primary-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(70 105 250 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-primary-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 94 223 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-primary-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(42 63 150 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-purple-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(144 97 249 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-purple-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(126 58 242 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-purple-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(108 43 217 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-red-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(240 82 82 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-red-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(224 36 36 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-red-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(200 30 30 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-rose-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(244 63 94 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-rose-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(225 29 72 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-rose-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(190 18 60 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-secondary-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(160 174 192 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-secondary-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-secondary-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-sky-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(14 165 233 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-sky-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(2 132 199 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-sky-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(3 105 161 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-slate-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(100 116 139 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-slate-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(71 85 105 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-slate-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(51 65 85 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-stone-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(120 113 108 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-stone-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(87 83 78 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-stone-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(68 64 60 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-teal-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(6 148 162 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-teal-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(4 116 129 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-teal-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(3 102 114 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-violet-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(139 92 246 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-violet-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(124 58 237 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-violet-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(109 40 217 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-white:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-yellow-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(194 120 3 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-yellow-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(159 88 10 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-yellow-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(142 75 16 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-zinc-500:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(113 113 122 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-zinc-600:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(82 82 91 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-zinc-700:focus:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70 / var(--tw-ring-opacity, 1))}.dark\:focus\:ring-offset-dark-900:focus:is(.dark *){--tw-ring-offset-color:#0f172a}.dark\:focus\:ring-offset-gray-800:focus:is(.dark *){--tw-ring-offset-color:#1E293B}.dark\:focus-visible\:outline-blue-600:focus-visible:is(.dark *){outline-color:#1c64f2}.dark\:focus-visible\:ring-\[\#FF2D20\]:focus-visible:is(.dark *){--tw-ring-opacity:1;--tw-ring-color:rgb(255 45 32 / var(--tw-ring-opacity, 1))}.dark\:active\:bg-gray-300:active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(210 214 220 / var(--tw-bg-opacity, 1))}.dark\:active\:bg-gray-700:active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:active\:bg-primary-500:active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active:is(.dark *){--tw-text-opacity:1;color:rgb(210 214 220 / var(--tw-text-opacity, 1))}.dark\:disabled\:bg-dark-600:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.dark\:disabled\:text-dark-500:disabled:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:col-span-2{grid-column:span 2 / span 2}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:\!mt-6{margin-top:1.5rem!important}.sm\:mb-0{margin-bottom:0}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:ms-10{margin-inline-start:2.5rem}.sm\:ms-6{margin-inline-start:1.5rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:size-16{width:4rem;height:4rem}.sm\:size-6{width:1.5rem;height:1.5rem}.sm\:h-5{height:1.25rem}.sm\:max-h-\[12rem\]{max-height:12rem}.sm\:max-h-\[16rem\]{max-height:16rem}.sm\:max-h-\[20rem\]{max-height:20rem}.sm\:max-h-\[24rem\]{max-height:24rem}.sm\:max-h-\[28rem\]{max-height:28rem}.sm\:max-h-\[32rem\]{max-height:32rem}.sm\:max-h-\[42rem\]{max-height:42rem}.sm\:max-h-\[48rem\]{max-height:48rem}.sm\:max-h-\[56rem\]{max-height:56rem}.sm\:max-h-fit{max-height:-moz-fit-content;max-height:fit-content}.sm\:w-1\/5{width:20%}.sm\:w-5{width:1.25rem}.sm\:w-auto{width:auto}.sm\:w-full{width:100%}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-5xl{max-width:64rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-7xl{max-width:80rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:flex-1{flex:1 1 0%}.sm\:-translate-x-2{--tw-translate-x:-.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-x-2{--tw-translate-x:.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x:.95;--tw-scale-y:.95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-flow-row-dense{grid-auto-flow:row dense}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-between{justify-content:space-between}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-x-0{-moz-column-gap:0px;column-gap:0px}.sm\:gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.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\: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))}.sm\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.sm\: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))}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-12{padding:3rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:pt-0{padding-top:0}.sm\:pt-5{padding-top:1.25rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}}@media (min-width: 768px){.md\:fixed{position:fixed}.md\:inset-y-0{top:0;bottom:0}.md\:bottom-5{bottom:1.25rem}.md\:z-40{z-index:40}.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:row-span-3{grid-row:span 3 / span 3}.md\:mt-0{margin-top:0}.md\:mt-3{margin-top:.75rem}.md\:block{display:block}.md\:inline-block{display:inline-block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-0\.5{height:.125rem}.md\:h-8{height:2rem}.md\:w-72{width:18rem}.md\:w-8{width:2rem}.md\:w-full{width:100%}.md\:min-w-64{min-width:16rem}.md\:max-w-80{max-width:20rem}.md\:max-w-\[345px\]{max-width:345px}.md\:flex-1{flex:1 1 0%}.md\:shrink{flex-shrink:1}.md\:grow-0{flex-grow:0}.md\:basis-0{flex-basis:0px}.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\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-5{gap:1.25rem}.md\:gap-8{gap:2rem}.md\: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)))}.md\: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)))}.md\: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))}.md\:border-0{border-width:0px}.md\:border-l-0{border-left-width:0px}.md\:border-t-4{border-top-width:4px}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pl-0{padding-left:0}.md\:pl-72{padding-left:18rem}.md\:pr-0{padding-right:0}.md\:pt-4{padding-top:1rem}.md\:pt-6{padding-top:1.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width: 1024px){.lg\:top-0{top:0}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:col-start-2{grid-column-start:2}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:inline-block{display:inline-block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:h-8{height:2rem}.lg\:h-\[32px\]{height:32px}.lg\:w-8{width:2rem}.lg\:w-\[12rem\]{width:12rem}.lg\:w-\[32px\]{width:32px}.lg\:max-w-7xl{max-width:80rem}.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\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:justify-center{justify-content:center}.lg\:gap-8{gap:2rem}.lg\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:border-r-2{border-right-width:2px}.lg\:bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.lg\:bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.lg\:p-10{padding:2.5rem}.lg\:p-8{padding:2rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pt-0{padding-top:0}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-\[\#FF2D20\]{--tw-text-opacity:1;color:rgb(255 45 32 / var(--tw-text-opacity, 1))}.default\:lg\:col-span-6:default{grid-column:span 6 / span 6}.lg\:dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}}@media (min-width: 1280px){.xl\:block{display:block}.xl\:inline-block{display:inline-block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:w-\[248px\]{width:248px}.xl\: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))}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}}@media (min-width: 1536px){.\32xl\:bottom-\[-160px\]{bottom:-160px}.\32xl\:mb-10{margin-bottom:2.5rem}.\32xl\:mt-12{margin-top:3rem}}.ltr\:right-0:where([dir=ltr],[dir=ltr] *){right:0}.ltr\:ml-0:where([dir=ltr],[dir=ltr] *){margin-left:0}.ltr\:ml-2:where([dir=ltr],[dir=ltr] *){margin-left:.5rem}.ltr\:ml-3:where([dir=ltr],[dir=ltr] *){margin-left:.75rem}.ltr\:ml-\[248px\]:where([dir=ltr],[dir=ltr] *){margin-left:248px}.ltr\:mr-2:where([dir=ltr],[dir=ltr] *){margin-right:.5rem}.ltr\:mr-3:where([dir=ltr],[dir=ltr] *){margin-right:.75rem}.ltr\:mr-\[10px\]:where([dir=ltr],[dir=ltr] *){margin-right:10px}.ltr\:origin-top-left:where([dir=ltr],[dir=ltr] *){transform-origin:top left}.ltr\:origin-top-right:where([dir=ltr],[dir=ltr] *){transform-origin:top right}.ltr\:rounded-b:where([dir=ltr],[dir=ltr] *){border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.ltr\:pl-20:where([dir=ltr],[dir=ltr] *){padding-left:5rem}.ltr\:text-left:where([dir=ltr],[dir=ltr] *){text-align:left}.ltr\:text-right:where([dir=ltr],[dir=ltr] *){text-align:right}.ltr\:before\:mr-1:where([dir=ltr],[dir=ltr] *):before{content:var(--tw-content);margin-right:.25rem}@media (min-width: 768px){.ltr\:md\:right-\[-29px\]:where([dir=ltr],[dir=ltr] *){right:-29px}.ltr\:md\:text-right:where([dir=ltr],[dir=ltr] *){text-align:right}.ltr\:md\:text-start:where([dir=ltr],[dir=ltr] *){text-align:start}}@media (min-width: 1280px){.xl\:ltr\:ml-\[248px\]:where([dir=ltr],[dir=ltr] *){margin-left:248px}}.rtl\:left-0:where([dir=rtl],[dir=rtl] *){left:0}.rtl\:ml-2:where([dir=rtl],[dir=rtl] *){margin-left:.5rem}.rtl\:ml-3:where([dir=rtl],[dir=rtl] *){margin-left:.75rem}.rtl\:ml-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-left:10px}.rtl\:mr-0:where([dir=rtl],[dir=rtl] *){margin-right:0}.rtl\:mr-2:where([dir=rtl],[dir=rtl] *){margin-right:.5rem}.rtl\:mr-3:where([dir=rtl],[dir=rtl] *){margin-right:.75rem}.rtl\:mr-\[10px\]:where([dir=rtl],[dir=rtl] *){margin-right:10px}.rtl\:mr-\[248px\]:where([dir=rtl],[dir=rtl] *){margin-right:248px}.rtl\:origin-top-left:where([dir=rtl],[dir=rtl] *){transform-origin:top left}.rtl\:origin-top-right:where([dir=rtl],[dir=rtl] *){transform-origin:top right}.rtl\:rotate-180:where([dir=rtl],[dir=rtl] *){--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:rounded-t:where([dir=rtl],[dir=rtl] *){border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rtl\:pr-20:where([dir=rtl],[dir=rtl] *){padding-right:5rem}.rtl\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.rtl\:text-end:where([dir=rtl],[dir=rtl] *){text-align:end}.rtl\:before\:ml-1:where([dir=rtl],[dir=rtl] *):before{content:var(--tw-content);margin-left:.25rem}@media (min-width: 768px){.rtl\:md\:left-\[-29px\]:where([dir=rtl],[dir=rtl] *){left:-29px}.rtl\:md\:text-right:where([dir=rtl],[dir=rtl] *){text-align:right}.rtl\:md\:text-end:where([dir=rtl],[dir=rtl] *){text-align:end}}@media (min-width: 1280px){.xl\:rtl\:mr-\[248px\]:where([dir=rtl],[dir=rtl] *){margin-right:248px}}@media print{.print\:hidden{display:none}.print\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.\[\&\:\:-webkit-slider-thumb\]\:h-3::-webkit-slider-thumb{height:.75rem}.\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb{height:1rem}.\[\&\:\:-webkit-slider-thumb\]\:h-6::-webkit-slider-thumb{height:1.5rem}.\[\&\:\:-webkit-slider-thumb\]\:w-3::-webkit-slider-thumb{width:.75rem}.\[\&\:\:-webkit-slider-thumb\]\:w-4::-webkit-slider-thumb{width:1rem}.\[\&\:\:-webkit-slider-thumb\]\:w-6::-webkit-slider-thumb{width:1.5rem}.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{border-radius:9999px}.\[\&\:\:-webkit-slider-thumb\]\:bg-amber-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-blue-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(63 131 248 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-cyan-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-emerald-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-fuchsia-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(217 70 239 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-gray-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(104 118 138 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-green-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(14 159 110 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-indigo-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(104 117 245 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-lime-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(132 204 22 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-neutral-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(115 115 115 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-orange-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(255 90 31 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-pink-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(231 70 148 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-primary-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(70 105 250 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-purple-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(144 97 249 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-red-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(240 82 82 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-rose-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-secondary-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(160 174 192 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-sky-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-slate-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-stone-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-teal-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(6 148 162 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-violet-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-white::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-yellow-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(194 120 3 / var(--tw-bg-opacity, 1))}.\[\&\:\:-webkit-slider-thumb\]\:bg-zinc-500::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(113 113 122 / var(--tw-bg-opacity, 1))}.dark\:\[\&\:\:-webkit-slider-thumb\]\:bg-dark-400:is(.dark *)::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}
