@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap";:root{--animate-duration:.5s;--animate-delay:0;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@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-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform: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-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px) scale(.7)}80%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px) scale(.7)}80%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:.7;transform:translate(-2000px) scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:.7;transform:translate(2000px) scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;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%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}.animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{animation-name:slideOutUp}.backDown-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backInDown}.backDown-enter-active,.backDown-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.backDown-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backOutDown}.backLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backInLeft}.backLeft-enter-active,.backLeft-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.backLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backOutLeft}.backRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backInRight}.backRight-enter-active,.backRight-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.backRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backOutRight}.backUp-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backInUp}.backUp-enter-active,.backUp-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.backUp-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:backOutUp}.bounce-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceIn}.bounce-enter-active,.bounce-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.bounce-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceOut}.bounceDown-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceInDown}.bounceDown-enter-active,.bounceDown-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.bounceDown-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceOutDown}.bounceLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceInLeft}.bounceLeft-enter-active,.bounceLeft-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.bounceLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceOutLeft}.bounceRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceInRight}.bounceRight-enter-active,.bounceRight-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.bounceRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceOutRight}.bounceUp-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceInUp}.bounceUp-enter-active,.bounceUp-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.bounceUp-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:bounceOutUp}.fade-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeIn}.fade-enter-active,.fade-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fade-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOut}.fadeBottomLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInBottomLeft}.fadeBottomLeft-enter-active,.fadeBottomLeft-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeBottomLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutBottomLeft}.fadeBottomRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInBottomRight}.fadeBottomRight-enter-active,.fadeBottomRight-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeBottomRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutBottomRight}.fadeDown-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInDown}.fadeDown-enter-active,.fadeDown-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeDown-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutDown}.fadeDownBig-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInDownBig}.fadeDownBig-enter-active,.fadeDownBig-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeDownBig-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutDownBig}.fadeLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInLeft}.fadeLeft-enter-active,.fadeLeft-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutLeft}.fadeLeftBig-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInLeftBig}.fadeLeftBig-enter-active,.fadeLeftBig-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeLeftBig-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutLeftBig}.fadeRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInRight}.fadeRight-enter-active,.fadeRight-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutRight}.fadeRightBig-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInRightBig}.fadeRightBig-enter-active,.fadeRightBig-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeRightBig-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutRightBig}.fadeTopLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInTopLeft}.fadeTopLeft-enter-active,.fadeTopLeft-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeTopLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutTopLeft}.fadeTopRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInTopRight}.fadeTopRight-enter-active,.fadeTopRight-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeTopRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutTopRight}.fadeUp-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInUp}.fadeUp-enter-active,.fadeUp-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeUp-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutUp}.fadeUpBig-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeInUpBig}.fadeUpBig-enter-active,.fadeUpBig-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.fadeUpBig-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:fadeOutUpBig}.flip-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:flip}.flip-leave-active,.flipX-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.flipX-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:flipInX}.flipX-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:flipOutX}.flipX-leave-active,.flipY-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.flipY-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:flipInY}.flipY-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:flipOutY}.flipY-leave-active,.lightSpeedLeft-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.lightSpeedLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:lightSpeedInLeft}.lightSpeedLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:lightSpeedOutLeft}.lightSpeedLeft-leave-active,.lightSpeedRight-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.lightSpeedRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:lightSpeedInRight}.lightSpeedRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:lightSpeedOutRight}.lightSpeedRight-leave-active,.rotate-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.rotate-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateIn}.rotate-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateOut}.rotate-leave-active,.rotateDownLeft-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.rotateDownLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateInDownLeft}.rotateDownLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateOutDownLeft}.rotateDownLeft-leave-active,.rotateDownRight-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.rotateDownRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateInDownRight}.rotateDownRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateOutDownRight}.rotateDownRight-leave-active,.rotateUpLeft-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.rotateUpLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateInUpLeft}.rotateUpLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateOutUpLeft}.rotateUpLeft-leave-active,.rotateUpRight-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.rotateUpRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateInUpRight}.rotateUpRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rotateOutUpRight}.rotateUpRight-leave-active,.slideDown-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.slideDown-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideInDown}.slideDown-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideOutDown}.slideDown-leave-active,.slideLeft-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.slideLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideInLeft}.slideLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideOutLeft}.slideLeft-leave-active,.slideRight-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.slideRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideInRight}.slideRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideOutRight}.slideRight-leave-active,.slideUp-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.slideUp-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideInUp}.slideUp-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:slideOutUp}.roll-enter-active,.slideUp-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.roll-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rollIn}.roll-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:rollOut}.roll-leave-active,.zoom-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.zoom-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomIn}.zoom-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomOut}.zoom-leave-active,.zoomDown-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.zoomDown-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomInDown}.zoomDown-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomOutDown}.zoomDown-leave-active,.zoomLeft-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.zoomLeft-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomInLeft}.zoomLeft-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomOutLeft}.zoomLeft-leave-active,.zoomRight-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.zoomRight-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomInRight}.zoomRight-leave-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomOutRight}.zoomRight-leave-active,.zoomUp-enter-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration)}.zoomUp-enter-active{animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomInUp}.zoomUp-leave-active{animation-delay:var(--animate-delay);animation-duration:var(--animate-duration);animation-fill-mode:both;animation-iteration-count:var(--animate-repeat);animation-name:zoomOutUp}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.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:rgba(59,130,246,.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: }*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;font-family: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;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-feature-settings:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}:root{--k-device-pixel-ratio:1;--k-hairline-color:rgba(0,0,0,.2);--k-rtl-reverse:1;--k-color-ios-primary:0 0 0;--k-color-ios-primary-tint:20 20 20;--k-color-ios-primary-shade:0 0 0;--k-color-md-light-primary:152 64 97;--k-color-md-light-on-primary:255 255 255;--k-color-md-light-primary-container:255 217 226;--k-color-md-light-on-primary-container:62 0 29;--k-color-md-light-secondary:116 86 95;--k-color-md-light-on-secondary:255 255 255;--k-color-md-light-secondary-container:255 217 226;--k-color-md-light-on-secondary-container:43 21 28;--k-color-md-light-surface:255 251 255;--k-color-md-light-on-surface:32 26 27;--k-color-md-light-surface-variant:242 221 225;--k-color-md-light-on-surface-variant:81 67 71;--k-color-md-light-outline:131 115 119;--k-color-md-light-outline-variant:213 194 198;--k-color-md-light-surface-1:250 242 247;--k-color-md-light-surface-2:247 236 242;--k-color-md-light-surface-3:244 230 238;--k-color-md-light-surface-4:243 229 236;--k-color-md-light-surface-5:241 225 233;--k-color-md-dark-primary:255 177 200;--k-color-md-dark-on-primary:94 17 51;--k-color-md-dark-primary-container:123 41 73;--k-color-md-dark-on-primary-container:255 217 226;--k-color-md-dark-secondary:227 189 198;--k-color-md-dark-on-secondary:66 41 49;--k-color-md-dark-secondary-container:90 63 71;--k-color-md-dark-on-secondary-container:255 217 226;--k-color-md-dark-surface:32 26 27;--k-color-md-dark-on-surface:235 224 225;--k-color-md-dark-surface-variant:81 67 71;--k-color-md-dark-on-surface-variant:213 194 198;--k-color-md-dark-outline:158 140 144;--k-color-md-dark-outline-variant:81 67 71;--k-color-md-dark-surface-1:43 34 36;--k-color-md-dark-surface-2:50 38 41;--k-color-md-dark-surface-3:57 43 46;--k-color-md-dark-surface-4:59 44 48;--k-color-md-dark-surface-5:63 47 51;--k-color-primary:0 0 0;--k-color-danger:220 38 38;--k-color-info:37 99 235;--k-color-brand:187 83 40}[dir=rtl]{--k-rtl-reverse:-1}@media(prefers-color-scheme:dark){:root{background-color:#000;--k-hairline-color:hsla(0,0%,100%,.15);color:#fff}}@media(min-resolution:1.25dppx){:root{--k-device-pixel-ratio:1.25}}@media(min-resolution:1.5dppx){:root{--k-device-pixel-ratio:1.5}}@media(min-resolution:1.75dppx){:root{--k-device-pixel-ratio:1.75}}@media(min-resolution:2dppx){:root{--k-device-pixel-ratio:2}}@media(min-resolution:2.25dppx){:root{--k-device-pixel-ratio:2.25}}@media(min-resolution:2.5dppx){:root{--k-device-pixel-ratio:2.5}}@media(min-resolution:3dppx){:root{--k-device-pixel-ratio:3}}*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ios,.k-ios{font-family:-apple-system,SF Pro Text,SF UI Text,system-ui,Helvetica Neue,Helvetica,Arial,sans-serif}.k-material,.md{font-family:Roboto,system-ui,Noto,Helvetica,Arial,sans-serif}:root{--k-touch-ripple-opacity:.15;--k-touch-ripple-black:rgba(0,0,0,var(--k-touch-ripple-opacity));--k-touch-ripple-white:rgba(255,255,255,var(--k-touch-ripple-opacity));--k-touch-ripple-color:var(--k-touch-ripple-black)}.k-touch-ripple-wave{animation:k-touch-ripple-in .2s forwards;background-color:var(--k-touch-ripple-color);border-radius:50%;display:block!important;font-size:0;left:0;margin:0;padding:0;pointer-events:none;position:absolute!important;top:0;transform:translateZ(0) scale(0);z-index:-1}.k-touch-ripple-wave.k-touch-ripple-wave-out{animation:k-touch-ripple-out .3s forwards;transform:var(--k-ripple-transform)}@keyframes k-touch-ripple-in{0%{transform:translateZ(0) scale(0)}to{transform:var(--k-ripple-transform)}}@keyframes k-touch-ripple-out{0%{opacity:1}to{opacity:0}}:root{--k-safe-area-left:0px;--k-safe-area-right:0px;--k-safe-area-top:0px;--k-safe-area-bottom:0px}@supports (left:env(safe-area-inset-left)){.safe-areas{--k-safe-area-left:env(safe-area-inset-left);--k-safe-area-right:env(safe-area-inset-right);--k-safe-area-top:env(safe-area-inset-top);--k-safe-area-bottom:env(safe-area-inset-bottom)}}.k-ios-preloader>span{animation:k-ios-preloader-spin 1s steps(8) infinite}.k-material-preloader>span{animation:k-material-preloader-rotate 1.4s linear infinite}.k-material-preloader circle{animation:k-material-preloader-circle-rotate 5.6s ease-in-out infinite;stroke-dasharray:100px;stroke-dashoffset:80px;stroke-width:4;transform:rotate(-90deg);transform-origin:18px 18px}@keyframes k-ios-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes k-material-preloader-rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes k-material-preloader-circle-rotate{0%{stroke-dashoffset:100px;transform:rotate(-90deg)}12.50%{stroke-dashoffset:25px;transform:rotate(-90deg)}25%{stroke-dashoffset:100px;transform:rotate(180deg)}25.10%{stroke-dashoffset:100px;transform:rotate(-180deg)}37.50%{stroke-dashoffset:25px;transform:rotate(-180deg)}50%{stroke-dashoffset:100px;transform:rotate(90deg)}50.10%{stroke-dashoffset:100px;transform:rotate(90deg)}62.50%{stroke-dashoffset:25px;transform:rotate(90deg)}75%{stroke-dashoffset:100px;transform:rotate(1turn)}75.10%{stroke-dashoffset:100px;transform:rotate(0)}87.50%{stroke-dashoffset:25px;transform:rotate(0)}to{stroke-dashoffset:100px;transform:rotate(270deg)}}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-1\/2{inset:50%}.inset-y-0{bottom:0;top:0}.-end-1\.5{inset-inline-end:-.375rem}.-left-4{left:-1rem}.-left-4\.75{left:-1.1875rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-4\.75{top:-1.1875rem}.-top-5{top:-1.25rem}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-full{bottom:100%}.end-0{inset-inline-end:0}.end-2{inset-inline-end:.5rem}.end-4{inset-inline-end:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-4{left:1rem}.left-4\.75{left:1.1875rem}.left-full{left:100%}.right-2{right:.5rem}.right-full{right:100%}.start-0{inset-inline-start:0}.start-0\.5{inset-inline-start:.125rem}.start-2{inset-inline-start:.5rem}.start-4{inset-inline-start:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-4\.75{top:1.1875rem}.top-full{top:100%}.-z-10{z-index:-10}.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}.-m-0\.5{margin:-.125rem}.-m-1{margin:-.25rem}.m-0{margin:0}.m-4{margin:1rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-my-1{margin-bottom:-.25rem;margin-top:-.25rem}.-my-2{margin-bottom:-.5rem;margin-top:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.\!ms-0{margin-inline-start:0!important}.\!mt-2{margin-top:.5rem!important}.\!mt-4{margin-top:1rem!important}.-mb-2\.5{margin-bottom:-.625rem}.-mb-6{margin-bottom:-1.5rem}.-me-2{margin-inline-end:-.5rem}.-ml-2{margin-left:-.5rem}.-mr-2{margin-right:-.5rem}.-ms-2{margin-inline-start:-.5rem}.-ms-3{margin-inline-start:-.75rem}.-mt-2\.5{margin-top:-.625rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mt-px{margin-top:-1px}.mb-0\.5{margin-bottom:.125rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.me-1{margin-inline-end:.25rem}.me-1\.5{margin-inline-end:.375rem}.me-2{margin-inline-end:.5rem}.me-3{margin-inline-end:.75rem}.me-4{margin-inline-end:1rem}.ml-10{margin-left:2.5rem}.ml-12{margin-left:3rem}.ml-2{margin-left:.5rem}.ml-4{margin-left:1rem}.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\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-24{margin-top:6rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1/1}.\!h-10{height:2.5rem!important}.\!h-auto{height:auto!important}.h-0\.25{height:.0625rem}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\/5{height:20%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-12\.5{height:3.125rem}.h-13{height:3.25rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-1em{height:1em}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-4\.5{height:1.125rem}.h-5{height:1.25rem}.h-5\.5{height:1.375rem}.h-6{height:1.5rem}.h-6\.5{height:1.625rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[1em\]{height:1em}.h-\[400px\]{height:400px}.h-\[5\.5rem\]{height:5.5rem}.h-\[90\%\]{height:90%}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-12{max-height:3rem}.max-h-full{max-height:100%}.min-h-4{min-height:1rem}.min-h-5{min-height:1.25rem}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-\[56px\]{min-height:56px}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-13{width:3.25rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-1em{width:1em}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-4\/5{width:80%}.w-5{width:1.25rem}.w-5\.5{width:1.375rem}.w-6{width:1.5rem}.w-6\.5{width:1.625rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-\[16\.875rem\]{width:16.875rem}.w-\[19\.5rem\]{width:19.5rem}.w-\[calc\(100\%\+32px\)\]{width:calc(100% + 32px)}.w-full{width:100%}.w-screen{width:100vw}.min-w-12{min-width:3rem}.min-w-4{min-width:1rem}.min-w-5{min-width:1.25rem}.max-w-\[66\%\]{max-width:66%}.max-w-\[70\%\]{max-width:70%}.max-w-\[90\%\]{max-width:90%}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow-0{flex-grow:0}.basis-2\/3{flex-basis:66.666667%}.border-collapse{border-collapse:collapse}.origin-bottom{transform-origin:bottom}.origin-bottom-left{transform-origin:bottom left}.origin-bottom-right{transform-origin:bottom right}.origin-left{transform-origin:left}.origin-right{transform-origin:right}.origin-top-left{transform-origin:top left}.origin-top-right{transform-origin:top right}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-2{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}.-translate-x-full{--tw-translate-x:-100%}.-translate-x-full,.-translate-y-1\/2{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%}.-translate-y-16{--tw-translate-y:-4rem}.-translate-y-16,.-translate-y-8{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-8{--tw-translate-y:-2rem}.-translate-y-full{--tw-translate-y:-100%}.-translate-y-full,.translate-x-2{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}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-x-full{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%}.translate-y-12{--tw-translate-y:3rem}.translate-y-12,.translate-y-20{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-20{--tw-translate-y:5rem}.translate-y-3{--tw-translate-y:.75rem}.translate-y-3,.translate-y-4{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}.translate-y-6{--tw-translate-y:1.5rem}.translate-y-6,.translate-y-8{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-8{--tw-translate-y:2rem}.translate-y-full{--tw-translate-y:100%}.-rotate-90,.translate-y-full{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}.rotate-0{--tw-rotate:0deg}.rotate-0,.rotate-180{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}.rotate-45{--tw-rotate:45deg}.rotate-45,.rotate-90{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}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-0,.scale-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))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-133{--tw-scale-x:1.3333333333333333;--tw-scale-y:1.3333333333333333}.scale-133,.scale-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))}.scale-50{--tw-scale-x:.5;--tw-scale-y:.5}.scale-\[0\.666\]{--tw-scale-x:.666;--tw-scale-y:.666}.scale-\[0\.666\],.scale-\[0\.85\]{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-\[0\.85\]{--tw-scale-x:.85;--tw-scale-y:.85}.scale-x-90{--tw-scale-x:.9}.scale-x-90,.scale-x-\[0\.5\]{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-x-\[0\.5\]{--tw-scale-x:.5}.scale-y-75{--tw-scale-y:.75}.scale-y-75,.scale-y-\[2\]{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-y-\[2\]{--tw-scale-y:2}.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-gpu{transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes shrink{50%{transform:scale(.9)}to{transform:scale(1)}}.animate-shrink-slow{animation:shrink 3s linear infinite}.cursor-pointer{cursor:pointer}.touch-pan-y{--tw-pan-y:pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize{resize:both}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.space-x-0\.75>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.1875rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.1875rem*var(--tw-space-x-reverse))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.25rem*var(--tw-space-x-reverse))}.space-x-1\.5>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.375rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.375rem*var(--tw-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(1rem*var(--tw-space-x-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.125rem*var(--tw-space-y-reverse));margin-top:calc(.125rem*(1 - var(--tw-space-y-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.25rem*var(--tw-space-y-reverse));margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.375rem*var(--tw-space-y-reverse));margin-top:calc(.375rem*(1 - var(--tw-space-y-reverse)))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(3rem*var(--tw-space-y-reverse));margin-top:calc(3rem*(1 - var(--tw-space-y-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(2rem*var(--tw-space-y-reverse));margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(1px*var(--tw-divide-x-reverse))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-left-width:calc(2px*(1 - var(--tw-divide-x-reverse)));border-right-width:calc(2px*var(--tw-divide-x-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0/var(--tw-divide-opacity,1))}.divide-md-light-outline>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--k-color-md-light-outline)/var(--tw-divide-opacity,1))}.divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--k-color-primary)/var(--tw-divide-opacity,1))}.divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity:.1}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-break-spaces{white-space:break-spaces}.break-words{overflow-wrap:break-word}.\!rounded{border-radius:.25rem!important}.\!rounded-3xl{border-radius:1.5rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.75rem\]{border-radius:1.75rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-3xl{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-e{border-end-end-radius:.25rem;border-start-end-radius:.25rem}.rounded-e-full{border-end-end-radius:9999px;border-start-end-radius:9999px}.rounded-e-lg{border-end-end-radius:.5rem;border-start-end-radius:.5rem}.rounded-l-2xl{border-bottom-left-radius:1rem;border-top-left-radius:1rem}.rounded-r-2xl{border-bottom-right-radius:1rem;border-top-right-radius:1rem}.rounded-s{border-end-start-radius:.25rem;border-start-start-radius:.25rem}.rounded-s-full{border-end-start-radius:9999px;border-start-start-radius:9999px}.rounded-s-lg{border-end-start-radius:.5rem;border-start-start-radius:.5rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-none{border-style:none}.border-\[\#c8c8cd\]{--tw-border-opacity:1;border-color:rgb(200 200 205/var(--tw-border-opacity,1))}.border-black{--tw-border-opacity:1;border-color:rgb(0 0 0/var(--tw-border-opacity,1))}.border-brand{--tw-border-opacity:1;border-color:rgb(187 83 40/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-md-dark-outline{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-dark-outline)/var(--tw-border-opacity,1))}.border-md-light-on-surface{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-light-on-surface)/var(--tw-border-opacity,1))}.border-md-light-outline{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-light-outline)/var(--tw-border-opacity,1))}.border-md-light-primary{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-light-primary)/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(var(--k-color-primary)/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-opacity-10{--tw-border-opacity:.1}.border-opacity-20{--tw-border-opacity:.2}.border-opacity-30{--tw-border-opacity:.3}.bg-\[\#e5e5ea\]{--tw-bg-opacity:1;background-color:rgb(229 229 234/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/10{background-color:#0000001a}.bg-brand\/90{background-color:#bb5328e6}.bg-current{background-color:currentColor}.bg-gray-900\/30{background-color:#1118274d}.bg-gray-900\/55{background-color:#1118278c}.bg-gray-900\/60{background-color:#11182799}.bg-ios-light-surface{--tw-bg-opacity:1;background-color:rgb(239 239 244/var(--tw-bg-opacity,1))}.bg-ios-light-surface-1{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-ios-light-surface-2{--tw-bg-opacity:1;background-color:rgb(247 247 248/var(--tw-bg-opacity,1))}.bg-ios-light-surface-3{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-ios-light-surface-variant{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity,1))}.bg-md-light-on-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-on-primary)/var(--tw-bg-opacity,1))}.bg-md-light-outline{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-outline)/var(--tw-bg-opacity,1))}.bg-md-light-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-primary)/var(--tw-bg-opacity,1))}.bg-md-light-primary-container{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-primary-container)/var(--tw-bg-opacity,1))}.bg-md-light-secondary-container{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-secondary-container)/var(--tw-bg-opacity,1))}.bg-md-light-surface{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface)/var(--tw-bg-opacity,1))}.bg-md-light-surface-1{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface-1)/var(--tw-bg-opacity,1))}.bg-md-light-surface-2{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface-2)/var(--tw-bg-opacity,1))}.bg-md-light-surface-3{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface-3)/var(--tw-bg-opacity,1))}.bg-md-light-surface-5{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface-5)/var(--tw-bg-opacity,1))}.bg-md-light-surface-variant{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-surface-variant)/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-primary)/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-10{--tw-bg-opacity:.1}.bg-opacity-15{--tw-bg-opacity:.15}.bg-opacity-20{--tw-bg-opacity:.2}.bg-opacity-30{--tw-bg-opacity:.3}.bg-opacity-5{--tw-bg-opacity:.05}.bg-opacity-50{--tw-bg-opacity:.5}.bg-cover{background-size:cover}.bg-center{background-position:50%}.fill-black{fill:#000}.fill-primary{fill:rgb(var(--k-color-primary)/1)}.fill-stone-400{fill:#a8a29e}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-2\.5{padding-bottom:.625rem;padding-top:.625rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pe-2{padding-inline-end:.5rem}.pe-4{padding-inline-end:1rem}.pl-7{padding-left:1.75rem}.pr-7{padding-right:1.75rem}.ps-1{padding-inline-start:.25rem}.ps-12{padding-inline-start:3rem}.ps-2{padding-inline-start:.5rem}.ps-4{padding-inline-start:1rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.align-middle{vertical-align:middle}.\!text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-2xs{font-size:.625rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[1\.375rem\]{font-size:1.375rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[1rem\]{font-size:1rem}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[34px\]{font-size:34px}.text-base{font-size:1rem;line-height:1.5rem}.text-icon-ios{font-size:28px}.text-icon-material{font-size:24px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.not-italic{font-style:normal}.leading-4{line-height:1rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.\!text-gray-500{--tw-text-opacity:1!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-black\/45{color:#00000073}.text-brand{--tw-text-opacity:1;color:rgb(187 83 40/var(--tw-text-opacity,1))}.text-current{color:currentColor}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-inherit{color:inherit}.text-md-light-on-primary{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-on-primary)/var(--tw-text-opacity,1))}.text-md-light-on-primary-container{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-on-primary-container)/var(--tw-text-opacity,1))}.text-md-light-on-secondary-container{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-on-secondary-container)/var(--tw-text-opacity,1))}.text-md-light-on-surface{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-on-surface)/var(--tw-text-opacity,1))}.text-md-light-on-surface-variant{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-on-surface-variant)/var(--tw-text-opacity,1))}.text-md-light-primary{--tw-text-opacity:1;color:rgb(var(--k-color-md-light-primary)/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(var(--k-color-primary)/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-opacity-30{--tw-text-opacity:.3}.text-opacity-40{--tw-text-opacity:.4}.text-opacity-45{--tw-text-opacity:.45}.text-opacity-55{--tw-text-opacity:.55}.text-opacity-75{--tw-text-opacity:.75}.text-opacity-90{--tw-text-opacity:.9}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-black::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0/var(--tw-placeholder-opacity,1))}.placeholder-black::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0/var(--tw-placeholder-opacity,1))}.placeholder-md-light-on-surface-variant::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--k-color-md-light-on-surface-variant)/var(--tw-placeholder-opacity,1))}.placeholder-md-light-on-surface-variant::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--k-color-md-light-on-surface-variant)/var(--tw-placeholder-opacity,1))}.placeholder-transparent::-moz-placeholder{color:transparent}.placeholder-transparent::placeholder{color:transparent}.placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-35{opacity:.35}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-80{opacity:.8}.opacity-85{opacity:.85}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-ios-toggle{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-ios-toggle{--tw-shadow:0 2px 4px rgba(0,0,0,.3);--tw-shadow-colored:0 2px 4px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.\!outline{outline-style:solid!important}.outline{outline-style:solid}.outline-offset-0{outline-offset:0}.blur{--tw-blur:blur(8px)}.blur,.grayscale{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%)}.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-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-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform-opacity{transition-duration:.15s;transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-0{transition-duration:0s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-400{transition-duration:.4s}.duration-500{transition-duration:.5s}.duration-\[600ms\]{transition-duration:.6s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-material-in{transition-timing-function:cubic-bezier(0,.8,.34,1)}.ease-material-in-popup{transition-timing-function:cubic-bezier(0,1,.2,1)}.\!hairline-transparent{--k-hairline-color:transparent!important}.hairline-t:before{background-color:var(--k-hairline-color,rgba(0,0,0,.2));content:"";height:1px;left:0;position:absolute;top:0;transform:scaleY(calc(1/var(--k-device-pixel-ratio, 1)));transform-origin:center top;transition-duration:var(--k-hairline-transition-duration);width:100%;z-index:10}.hairline-t-none :not(.hairline-l):before,.hairline-t-none:before{display:none}.hairline-t-scale:before{transform:scaleY(2)}.hairline-l:before{background-color:var(--k-hairline-color,rgba(0,0,0,.2));content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(calc(1/var(--k-device-pixel-ratio, 1)));transform-origin:left center;transition-duration:var(--k-hairline-transition-duration);width:1px;z-index:10}.hairline-l-none :not(.hairline-l):before,.hairline-l-none:before{display:none}.hairline-l-scale:before{transform:scaleX(2)}.hairline-b:after{background-color:var(--k-hairline-color,rgba(0,0,0,.2));bottom:0;content:"";height:1px;left:0;position:absolute;transform:scaleY(calc(1/var(--k-device-pixel-ratio, 1)));transform-origin:center bottom;transition-duration:var(--k-hairline-transition-duration);width:100%;z-index:10}.hairline-b-scale:after{transform:scaleY(2)}.first-child-hairline-r-none>:first-child :not(.hairline-b):after,.first-child-hairline-r-none>:first-child:after,.first-child-hairline-r-none>:first-child>*>:after,.first-child-hairline-r-none>:first-child>:after,.hairline-b-none :not(.hairline-b):after,.hairline-b-none:after,.hairline-b-none>*>:after,.last-child-hairline-b-none>:last-child :not(.hairline-b):after,.last-child-hairline-b-none>:last-child:after,.last-child-hairline-b-none>:last-child>*>:after,.last-child-hairline-b-none>:last-child>:after,.last-child-hairline-r-none>:last-child :not(.hairline-b):after,.last-child-hairline-r-none>:last-child:after,.last-child-hairline-r-none>:last-child>*>:after,.last-child-hairline-r-none>:last-child>:after{display:none}.hairline-r:after{background-color:var(--k-hairline-color,rgba(0,0,0,.2));content:"";height:100%;position:absolute;right:0;top:0;transform:scaleX(calc(1/var(--k-device-pixel-ratio, 1)));transform-origin:right center;transition-duration:var(--k-hairline-transition-duration);width:1px;z-index:10}.hairline-r-none :not(.hairline-r):after,.hairline-r-none:after{display:none}.hairline-r-scale:after{transform:scaleX(2)}.touch-ripple-current{--k-touch-ripple-color:currentColor}.touch-ripple-black{--k-touch-ripple-color:var(--k-touch-ripple-black)}.touch-ripple-white{--k-touch-ripple-color:var(--k-touch-ripple-white)}.touch-ripple-primary{--k-touch-ripple-color:rgb(var(--k-color-primary)/var(--k-touch-ripple-opacity))}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-box-orient:vertical}.no-safe-areas{--k-safe-area-left:0px;--k-safe-area-right:0px;--k-safe-area-top:0px;--k-safe-area-bottom:0px}.no-safe-areas-top{--k-safe-area-top:0px}.no-safe-areas-left{--k-safe-area-left:0px}.no-safe-areas-right{--k-safe-area-right:0px}.no-safe-areas-bottom{--k-safe-area-bottom:0px}.pt-safe{padding-top:var(--k-safe-area-top)}.top-0-safe{top:calc(var(--k-safe-area-top))}.top-2-safe{top:calc(var(--k-safe-area-top) + .5rem)}.top-11-safe{top:calc(var(--k-safe-area-top) + 2.75rem)}.top-16-safe{top:calc(var(--k-safe-area-top) + 4rem)}.pr-safe{padding-right:var(--k-safe-area-right)}.\!pr-0-safe{padding-right:calc(var(--k-safe-area-right))!important}.\!pr-2-safe{padding-right:calc(var(--k-safe-area-right) + .5rem)!important}.pr-2-safe{padding-right:calc(var(--k-safe-area-right) + .5rem)}.mr-2-safe{margin-right:calc(var(--k-safe-area-right) + .5rem)}.\!pr-4-safe{padding-right:calc(var(--k-safe-area-right) + 1rem)!important}.pr-4-safe{padding-right:calc(var(--k-safe-area-right) + 1rem)}.mr-4-safe{margin-right:calc(var(--k-safe-area-right) + 1rem)}.pr-6-safe{padding-right:calc(var(--k-safe-area-right) + 1.5rem)}.pr-8-safe{padding-right:calc(var(--k-safe-area-right) + 2rem)}.pb-safe{padding-bottom:var(--k-safe-area-bottom)}.bottom-0-safe{bottom:calc(var(--k-safe-area-bottom))}.pb-2-safe{padding-bottom:calc(var(--k-safe-area-bottom) + .5rem)}.bottom-2-safe{bottom:calc(var(--k-safe-area-bottom) + .5rem)}.pb-3-safe{padding-bottom:calc(var(--k-safe-area-bottom) + .75rem)}.bottom-18-safe{bottom:calc(var(--k-safe-area-bottom) + 4.5rem)}.pb-3\.5-safe{padding-bottom:calc(var(--k-safe-area-bottom) + .875rem)}.pl-safe{padding-left:var(--k-safe-area-left)}.\!pl-0-safe{padding-left:calc(var(--k-safe-area-left))!important}.\!pl-2-safe{padding-left:calc(var(--k-safe-area-left) + .5rem)!important}.pl-2-safe{padding-left:calc(var(--k-safe-area-left) + .5rem)}.ml-2-safe{margin-left:calc(var(--k-safe-area-left) + .5rem)}.\!pl-4-safe{padding-left:calc(var(--k-safe-area-left) + 1rem)!important}.pl-4-safe{padding-left:calc(var(--k-safe-area-left) + 1rem)}.ml-4-safe{margin-left:calc(var(--k-safe-area-left) + 1rem)}.pl-6-safe{padding-left:calc(var(--k-safe-area-left) + 1.5rem)}.pl-8-safe{padding-left:calc(var(--k-safe-area-left) + 2rem)}.ps-4-safe{padding-inline-start:calc(var(--k-safe-area-left) + 1rem)}.pe-4-safe{padding-inline-end:calc(var(--k-safe-area-right) + 1rem)}@supports (backdrop-filter:blur(20px)){.translucent{--tw-bg-opacity:.8!important;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}}.touch-pan-y{touch-action:pan-y}.no-scrollbar{scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none;opacity:0}body,html{-webkit-user-select:none;-moz-user-select:none;user-select:none}.first-letter\:uppercase:first-letter{text-transform:uppercase}.before\:me-1:before{content:var(--tw-content);margin-inline-end:.25rem}.before\:inline-block:before{content:var(--tw-content);display:inline-block}.before\:h-0\.75:before{content:var(--tw-content);height:.1875rem}.before\:w-0\.75:before{content:var(--tw-content);width:.1875rem}.before\:rounded-full:before{border-radius:9999px;content:var(--tw-content)}.before\:bg-md-light-on-surface-variant:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-on-surface-variant)/var(--tw-bg-opacity,1))}.before\:align-middle:before{content:var(--tw-content);vertical-align:middle}.first\:mx-2:first-child{margin-left:.5rem;margin-right:.5rem}.first\:mx-4:first-child{margin-left:1rem;margin-right:1rem}.first\:mt-0:first-child{margin-top:0}.first\:mt-2:first-child{margin-top:.5rem}.first\:rounded-s:first-child{border-end-start-radius:.25rem;border-start-start-radius:.25rem}.first\:rounded-t-xl:first-child{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.first\:rounded-bl-xl:first-child{border-bottom-left-radius:.75rem}.first\:border-r:first-child{border-right-width:1px}.first\:border-r-0:first-child{border-right-width:0}.first\:px-6:first-child{padding-left:1.5rem;padding-right:1.5rem}.last\:rounded-b-xl:last-child{border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.last\:rounded-e:last-child{border-end-end-radius:.25rem;border-start-end-radius:.25rem}.last\:rounded-br-xl:last-child{border-bottom-right-radius:.75rem}.last\:border-l:last-child{border-left-width:1px}.last\:hairline-transparent:last-child{--k-hairline-color:transparent}.hover\:bg-black\/5:hover{background-color:#0000000d}.hover\:bg-md-light-secondary-container:hover{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-secondary-container)/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:bg-black:active{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.active\:bg-ios-primary-shade:active{--tw-bg-opacity:1;background-color:rgb(var(--k-color-ios-primary-shade)/var(--tw-bg-opacity,1))}.active\:bg-neutral-200:active{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.active\:bg-primary:active{--tw-bg-opacity:1;background-color:rgb(var(--k-color-primary)/var(--tw-bg-opacity,1))}.active\:bg-opacity-10:active{--tw-bg-opacity:.1}.active\:bg-opacity-15:active{--tw-bg-opacity:.15}.active\:bg-opacity-25:active{--tw-bg-opacity:.25}.active\:fill-stone-200:active{fill:#e7e5e4}.active\:opacity-100:active{opacity:1}.active\:opacity-20:active{opacity:.2}.active\:opacity-30:active{opacity:.3}.active\:opacity-55:active{opacity:.55}.active\:shadow-lg:active{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(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)}.active\:duration-0:active{transition-duration:0s}.active\:hairline-transparent:active{--k-hairline-color:transparent}.group:active .group-active\:scale-\[1\.1\]{--tw-scale-x:1.1;--tw-scale-y:1.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))}.range-thumb\:relative::-webkit-slider-thumb{position:relative}.range-thumb\:-mt-1\.5::-webkit-slider-thumb{margin-top:-.375rem}.range-thumb\:-mt-3\.5::-webkit-slider-thumb{margin-top:-.875rem}.range-thumb\:h-3::-webkit-slider-thumb{height:.75rem}.range-thumb\:h-7::-webkit-slider-thumb{height:1.75rem}.range-thumb\:w-3::-webkit-slider-thumb{width:.75rem}.range-thumb\:w-7::-webkit-slider-thumb{width:1.75rem}.range-thumb\:transform::-webkit-slider-thumb{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))}.range-thumb\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.range-thumb\:rounded-full::-webkit-slider-thumb{border-radius:9999px}.range-thumb\:border-none::-webkit-slider-thumb{border-style:none}.range-thumb\:bg-md-light-primary::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-light-primary)/var(--tw-bg-opacity,1))}.range-thumb\:bg-white::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.range-thumb\:shadow-ios-toggle::-webkit-slider-thumb{--tw-shadow:0 2px 4px rgba(0,0,0,.3);--tw-shadow-colored:0 2px 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)}.range-thumb\:duration-200::-webkit-slider-thumb{transition-duration:.2s}.active\:range-thumb\:scale-150::-webkit-slider-thumb:active{--tw-scale-x:1.5;--tw-scale-y:1.5;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))}.range-track\:h-px::-webkit-slider-runnable-track{height:1px}.range-track\:appearance-none::-webkit-slider-runnable-track{-webkit-appearance:none;appearance:none}.prose-ol\:list-disc :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){list-style-type:disc}.prose-ul\:list-disc :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){list-style-type:disc}@media(min-width:640px){.sm\:left-1\/2{left:50%}.sm\:start-auto{inset-inline-start:auto}.sm\:w-auto{width:auto}.sm\:max-w-lg{max-width:32rem}.sm\:-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))}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-3{padding-bottom:.75rem;padding-top:.75rem}.sm\:py-3\.5{padding-bottom:.875rem;padding-top:.875rem}.sm\:bottom-4-safe{bottom:calc(var(--k-safe-area-bottom) + 1rem)}.sm\:start-4-safe{inset-inline-start:calc(var(--k-safe-area-left) + 1rem)}.sm\:end-4-safe{inset-inline-end:calc(var(--k-safe-area-right) + 1rem)}}@media(min-width:768px){.md\:end-auto{inset-inline-end:auto}.md\:start-1\/2{inset-inline-start:50%}.md\:-ms-\[256px\]{margin-inline-start:-256px}.md\:h-160{height:40rem}.md\:w-160{width:40rem}.md\:w-\[568px\]{width:568px}.md\:rounded-\[1\.75rem\]{border-radius:1.75rem}.md\:rounded-lg{border-radius:.5rem}.md\:no-safe-areas{--k-safe-area-left:0px;--k-safe-area-right:0px;--k-safe-area-top:0px;--k-safe-area-bottom:0px}}.rtl\:origin-right:where([dir=rtl],[dir=rtl] *){transform-origin:right}.rtl\:\!-translate-x-5:where([dir=rtl],[dir=rtl] *){--tw-translate-x:-1.25rem!important;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))!important}.rtl\:translate-x-1\/2:where([dir=rtl],[dir=rtl] *){--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))}.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\:\!space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1!important}.rtl\:space-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-space-x-reverse:1}.rtl\:divide-x-reverse:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:1}.rtl\:hairline-l:where([dir=rtl],[dir=rtl] *):before{background-color:var(--k-hairline-color,rgba(0,0,0,.2));content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(calc(1/var(--k-device-pixel-ratio, 1)));transform-origin:left center;transition-duration:var(--k-hairline-transition-duration);width:1px;z-index:10}.rtl\:first\:rounded-bl-none:first-child:where([dir=rtl],[dir=rtl] *){border-bottom-left-radius:0}.rtl\:first\:rounded-br-xl:first-child:where([dir=rtl],[dir=rtl] *){border-bottom-right-radius:.75rem}.rtl\:first\:border-l:first-child:where([dir=rtl],[dir=rtl] *){border-left-width:1px}.rtl\:first\:border-r:first-child:where([dir=rtl],[dir=rtl] *){border-right-width:1px}.rtl\:first\:border-r-0:first-child:where([dir=rtl],[dir=rtl] *){border-right-width:0}.rtl\:first\:border-r-2:first-child:where([dir=rtl],[dir=rtl] *){border-right-width:2px}.rtl\:last\:rounded-bl-xl:last-child:where([dir=rtl],[dir=rtl] *){border-bottom-left-radius:.75rem}.rtl\:last\:rounded-br-none:last-child:where([dir=rtl],[dir=rtl] *){border-bottom-right-radius:0}.rtl\:last\:border-l-0:last-child:where([dir=rtl],[dir=rtl] *){border-left-width:0}.rtl\:last\:border-r-0:last-child:where([dir=rtl],[dir=rtl] *){border-right-width:0}@media(prefers-color-scheme:dark){.dark\:divide-md-dark-outline>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(var(--k-color-md-dark-outline)/var(--tw-divide-opacity,1))}.dark\:border-md-dark-on-surface{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-dark-on-surface)/var(--tw-border-opacity,1))}.dark\:border-md-dark-outline{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-dark-outline)/var(--tw-border-opacity,1))}.dark\:border-md-dark-primary{--tw-border-opacity:1;border-color:rgb(var(--k-color-md-dark-primary)/var(--tw-border-opacity,1))}.dark\:border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.dark\:border-opacity-10{--tw-border-opacity:.1}.dark\:border-opacity-15{--tw-border-opacity:.15}.dark\:border-opacity-20{--tw-border-opacity:.2}.dark\:border-opacity-30{--tw-border-opacity:.3}.dark\:bg-\[\#1e1e1e\]{--tw-bg-opacity:1;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.dark\:bg-\[\#252525\]{--tw-bg-opacity:1;background-color:rgb(37 37 37/var(--tw-bg-opacity,1))}.dark\:bg-\[\#323234\]{--tw-bg-opacity:1;background-color:rgb(50 50 52/var(--tw-bg-opacity,1))}.dark\:bg-black,.dark\:bg-ios-dark-surface{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\:bg-ios-dark-surface-1{--tw-bg-opacity:1;background-color:rgb(28 28 29/var(--tw-bg-opacity,1))}.dark\:bg-ios-dark-surface-2{--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.dark\:bg-ios-dark-surface-3{--tw-bg-opacity:1;background-color:rgb(28 28 29/var(--tw-bg-opacity,1))}.dark\:bg-ios-dark-surface-variant{--tw-bg-opacity:1;background-color:rgb(35 35 35/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-on-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-on-primary)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-outline{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-outline)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-primary)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-primary-container{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-primary-container)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-secondary-container{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-secondary-container)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface-1{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface-1)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface-2{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface-2)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface-3{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface-3)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface-5{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface-5)/var(--tw-bg-opacity,1))}.dark\:bg-md-dark-surface-variant{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-surface-variant)/var(--tw-bg-opacity,1))}.dark\:bg-neutral-800{--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}.dark\:bg-primary{--tw-bg-opacity:1;background-color:rgb(var(--k-color-primary)/var(--tw-bg-opacity,1))}.dark\:bg-transparent{background-color:transparent}.dark\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/10{background-color:#ffffff1a}.dark\:bg-opacity-0{--tw-bg-opacity:0}.dark\:bg-opacity-10{--tw-bg-opacity:.1}.dark\:bg-opacity-15{--tw-bg-opacity:.15}.dark\:bg-opacity-20{--tw-bg-opacity:.2}.dark\:bg-opacity-30{--tw-bg-opacity:.3}.dark\:fill-md-dark-primary{fill:rgb(var(--k-color-md-dark-primary)/1)}.dark\:fill-stone-500{fill:#78716c}.dark\:text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.dark\:text-md-dark-on-primary{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-on-primary)/var(--tw-text-opacity,1))}.dark\:text-md-dark-on-primary-container{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-on-primary-container)/var(--tw-text-opacity,1))}.dark\:text-md-dark-on-secondary-container{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-on-secondary-container)/var(--tw-text-opacity,1))}.dark\:text-md-dark-on-surface{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-on-surface)/var(--tw-text-opacity,1))}.dark\:text-md-dark-on-surface-variant{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-on-surface-variant)/var(--tw-text-opacity,1))}.dark\:text-md-dark-primary{--tw-text-opacity:1;color:rgb(var(--k-color-md-dark-primary)/var(--tw-text-opacity,1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-white\/55{color:#ffffff8c}.dark\:text-opacity-30{--tw-text-opacity:.3}.dark\:text-opacity-45{--tw-text-opacity:.45}.dark\:text-opacity-55{--tw-text-opacity:.55}.dark\:text-opacity-75{--tw-text-opacity:.75}.dark\:text-opacity-90{--tw-text-opacity:.9}.dark\:placeholder-md-dark-on-surface-variant::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(var(--k-color-md-dark-on-surface-variant)/var(--tw-placeholder-opacity,1))}.dark\:placeholder-md-dark-on-surface-variant::placeholder{--tw-placeholder-opacity:1;color:rgb(var(--k-color-md-dark-on-surface-variant)/var(--tw-placeholder-opacity,1))}.dark\:placeholder-white::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255/var(--tw-placeholder-opacity,1))}.dark\:placeholder-white::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255/var(--tw-placeholder-opacity,1))}.dark\:placeholder-opacity-30::-moz-placeholder{--tw-placeholder-opacity:.3}.dark\:placeholder-opacity-30::placeholder{--tw-placeholder-opacity:.3}.dark\:placeholder-opacity-40::-moz-placeholder{--tw-placeholder-opacity:.4}.dark\:placeholder-opacity-40::placeholder{--tw-placeholder-opacity:.4}.dark\:touch-ripple-white{--k-touch-ripple-color:var(--k-touch-ripple-white)}.dark\:touch-ripple-primary{--k-touch-ripple-color:rgb(var(--k-color-primary)/var(--k-touch-ripple-opacity))}.before\:dark\:bg-md-dark-on-surface-variant:before{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-on-surface-variant)/var(--tw-bg-opacity,1))}.dark\:hover\:bg-md-dark-secondary-container:hover{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-secondary-container)/var(--tw-bg-opacity,1))}.dark\:hover\:bg-white\/10:hover{background-color:#ffffff1a}.dark\:active\:bg-neutral-700:active{--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:active\:bg-white:active{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:active\:bg-opacity-10:active{--tw-bg-opacity:.1}.dark\:active\:bg-opacity-5:active{--tw-bg-opacity:.05}.dark\:active\:fill-stone-700:active{fill:#44403c}.dark\:range-thumb\:bg-md-dark-primary::-webkit-slider-thumb{--tw-bg-opacity:1;background-color:rgb(var(--k-color-md-dark-primary)/var(--tw-bg-opacity,1))}}.\[\&\:nth-child\(2\)\]\:-mt-12:nth-child(2){margin-top:-3rem}
