.vue-echarts-container,x-vue-echarts{display:block;height:100%;min-width:0;width:100%}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media(prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translate(-2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translate(2000px) scale(.7);opacity:.7}80%{transform:translate(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translate(0) scale(.7);opacity:.7}to{transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{transform:skew(20deg);opacity:1}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{transform:skew(-20deg);opacity:1}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}@keyframes fadeInUpGentle{0%{transform:translate3d(0,20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInDownGentle{0%{transform:translate3d(0,-20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInLeftGentle{0%{transform:translate3d(-20px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeInRightGentle{0%{transform:translate3d(20px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes fadeOutUpGentle{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,20px,0);opacity:0}}@keyframes fadeOutDownGentle{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(0,-20px,0);opacity:0}}@keyframes fadeOutLeftGentle{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(-20px,0,0);opacity:0}}@keyframes fadeOutRightGentle{0%{transform:translateZ(0);opacity:1}to{transform:translate3d(20px,0,0);opacity:0}}@keyframes clockwiseRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes zoomInGentle{0%{transform:scale3d(.9,.9,.9);opacity:0}50%{opacity:1}}@keyframes zoomOutGentle{0%{opacity:1}50%{transform:scale3d(.9,.9,.9);opacity:0}to{opacity:0}}@font-face{font-family:Manrope;font-weight:300;font-style:normal;font-display:swap;src:url(../fonts/Manrope-Light.woff2),url(../fonts/Manrope-Light.woff)}@font-face{font-family:Manrope;font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/Manrope-Regular.woff2),url(../fonts/Manrope-Regular.woff)}@font-face{font-family:Manrope;font-weight:500;font-style:normal;font-display:swap;src:url(../fonts/Manrope-Medium.woff2),url(../fonts/Manrope-Medium.woff)}@font-face{font-family:Manrope;font-weight:600;font-style:normal;font-display:swap;src:url(../fonts/Manrope-SemiBold.woff2),url(../fonts/Manrope-SemiBold.woff)}@font-face{font-family:Manrope;font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/Manrope-Bold.woff2),url(../fonts/Manrope-Bold.woff)}@font-face{font-family:Manrope;font-weight:800;font-style:normal;font-display:swap;src:url(../fonts/Manrope-ExtraBold.woff2),url(../fonts/Manrope-ExtraBold.woff)}.highlighter .token{display:inline;font-family:monospace;white-space:nowrap}.highlighter .token.tag{color:var(--ui-color-error)}.highlighter .token.attr-name{color:var(--ui-color-success)}.highlighter .token.attr-value{color:var(--ui-color-info)}.highlighter .token.punctuation{color:var(--ui-color-neutral)}.highlighter .token.comment{color:var(--ui-color-neutral-400)}.highlighter .token.keyword{color:var(--ui-color-info)}.highlighter .token.function{color:var(--ui-color-error)}.highlighter .token.operator{color:var(--ui-color-neutral)}.highlighter .token.class-name{color:var(--ui-color-warning)}.highlighter .token.number,.highlighter .token.parametr{color:var(--ui-color-primary)}:root{--color-blue:#0861ee;--color-blue-50:#e6effd;--color-blue-100:#cedffc;--color-blue-150:#fff;--color-blue-200:#b4cffa;--color-blue-250:#f6faff;--color-blue-300:#83b0f6;--color-blue-350:#94bcfb;--color-blue-400:#5290f3;--color-blue-450:#317ef8;--color-blue-500:#0861ee;--color-blue-550:#0857d5;--color-blue-600:#0644a7;--color-blue-650:#0843a2;--color-blue-700:#043177;--color-blue-750:#08306f;--color-blue-800:#021d48;--color-blue-850:#081c3c;--color-blue-900:#021330;--color-blue-950:#010a18;--color-gray:#33343f;--color-gray-50:#f3f6fe;--color-gray-100:#e9eefb;--color-gray-150:#e2e9fc;--color-gray-200:#cfd5ec;--color-gray-250:#fff;--color-gray-300:#c0c7e0;--color-gray-350:#e0e2ec;--color-gray-400:#9ea6c8;--color-gray-450:#a1a7c5;--color-gray-500:#8289b1;--color-gray-550:#828598;--color-gray-600:#5c6281;--color-gray-650:#757575;--color-gray-700:#434862;--color-gray-750:#636363;--color-gray-800:#2a2e42;--color-gray-850:#565656;--color-gray-900:#1e2131;--color-gray-950:#121522;--color-red:#c73436;--color-red-50:#f9eaeb;--color-red-100:#f4d6d7;--color-red-150:#fff;--color-red-200:#eec2c2;--color-red-250:#fefcfc;--color-red-300:#e3999a;--color-red-350:#e9abac;--color-red-400:#d87172;--color-red-450:#d45a5c;--color-red-500:#c73436;--color-red-550:#ae3436;--color-red-600:#8c2526;--color-red-650:#7b3435;--color-red-700:#641a1b;--color-red-750:#483434;--color-red-800:#3c1010;--color-red-850:#2e2e2e;--color-red-900:#280a0b;--color-red-950:#140506;--color-yellow:#e9bb04;--color-yellow-50:#fdf8e5;--color-yellow-100:#fbf1cd;--color-yellow-150:#fff;--color-yellow-200:#f8eab3;--color-yellow-250:#fffbed;--color-yellow-300:#f4dd81;--color-yellow-350:#fde689;--color-yellow-400:#f0cf4f;--color-yellow-450:#fbd025;--color-yellow-500:#e9bb04;--color-yellow-550:#d0a704;--color-yellow-600:#a48303;--color-yellow-650:#9d7e04;--color-yellow-700:#755e02;--color-yellow-750:#6a5504;--color-yellow-800:#463801;--color-yellow-850:#372c04;--color-yellow-900:#2f2501;--color-yellow-950:#181300;--color-green:#25cd54;--color-green-50:#e9faee;--color-green-100:#d3f5dd;--color-green-150:#fff;--color-green-200:#bdf0cb;--color-green-250:#f4fdf7;--color-green-300:#92e6a9;--color-green-350:#9eedb4;--color-green-400:#66dc87;--color-green-450:#47de71;--color-green-500:#25cd54;--color-green-550:#25b44d;--color-green-600:#1a903b;--color-green-650:#25813f;--color-green-700:#13672a;--color-green-750:#254e30;--color-green-800:#0b3e19;--color-green-850:#242424;--color-green-900:#072911;--color-green-950:#041509;--color-lightblue:#0af;--color-lightblue-50:#e5f6ff;--color-lightblue-100:#cef;--color-lightblue-150:#fff;--color-lightblue-200:#b2e5ff;--color-lightblue-250:#fff;--color-lightblue-300:#7fd4ff;--color-lightblue-350:#9df;--color-lightblue-400:#4cc3ff;--color-lightblue-450:#3bf;--color-lightblue-500:#0af;--color-lightblue-550:#0099e6;--color-lightblue-600:#0077b3;--color-lightblue-650:#0077b3;--color-lightblue-700:#005580;--color-lightblue-750:#005580;--color-lightblue-800:#00334d;--color-lightblue-850:#00334d;--color-lightblue-900:#023;--color-lightblue-950:#00111a;--color-purple:#6040a9;--color-purple-50:#f3eefa;--color-purple-100:#ebe4f6;--color-purple-150:#fff;--color-purple-200:#ccbee5;--color-purple-250:#f2eff9;--color-purple-300:#ad9ad4;--color-purple-350:#b6a5dd;--color-purple-400:#8e76c3;--color-purple-450:#7a5bc1;--color-purple-500:#6040a9;--color-purple-550:#584090;--color-purple-600:#432d77;--color-purple-650:#49405d;--color-purple-700:#302055;--color-purple-750:#3b3b3b;--color-purple-800:#1d1333;--color-purple-850:#323232;--color-purple-900:#130d22;--color-purple-950:#0a0711}html[data-theme=light]{color-scheme:light;--ui-color-text:#121522;--ui-color-text-muted:#2a2e42;--ui-color-text-inverted:#fff;--ui-color-background:#fff;--ui-color-background-muted:#f3f6fe;--ui-color-background-elevated:#e9eefb;--ui-color-background-accented:#cfd5ec;--ui-color-background-inverted:#1e2131;--ui-color-neutral:#33343f;--ui-color-neutral-50:#f3f6fe;--ui-color-neutral-100:#e9eefb;--ui-color-neutral-150:#e2e9fc;--ui-color-neutral-200:#cfd5ec;--ui-color-neutral-250:#fff;--ui-color-neutral-300:#c0c7e0;--ui-color-neutral-350:#e0e2ec;--ui-color-neutral-400:#9ea6c8;--ui-color-neutral-450:#a1a7c5;--ui-color-neutral-500:#8289b1;--ui-color-neutral-550:#828598;--ui-color-neutral-600:#5c6281;--ui-color-neutral-650:#757575;--ui-color-neutral-700:#434862;--ui-color-neutral-750:#636363;--ui-color-neutral-800:#2a2e42;--ui-color-neutral-850:#565656;--ui-color-neutral-900:#1e2131;--ui-color-neutral-950:#121522;--ui-color-primary:#0861ee;--ui-color-primary-50:#e6effd;--ui-color-primary-100:#cedffc;--ui-color-primary-150:#fff;--ui-color-primary-200:#b4cffa;--ui-color-primary-250:#f6faff;--ui-color-primary-300:#83b0f6;--ui-color-primary-350:#94bcfb;--ui-color-primary-400:#5290f3;--ui-color-primary-450:#317ef8;--ui-color-primary-500:#0861ee;--ui-color-primary-550:#0857d5;--ui-color-primary-600:#0644a7;--ui-color-primary-650:#0843a2;--ui-color-primary-700:#043177;--ui-color-primary-750:#08306f;--ui-color-primary-800:#021d48;--ui-color-primary-850:#081c3c;--ui-color-primary-900:#021330;--ui-color-primary-950:#010a18;--ui-color-error:#c73436;--ui-color-error-50:#f9eaeb;--ui-color-error-100:#f4d6d7;--ui-color-error-150:#fff;--ui-color-error-200:#eec2c2;--ui-color-error-250:#fefcfc;--ui-color-error-300:#e3999a;--ui-color-error-350:#e9abac;--ui-color-error-400:#d87172;--ui-color-error-450:#d45a5c;--ui-color-error-500:#c73436;--ui-color-error-550:#ae3436;--ui-color-error-600:#8c2526;--ui-color-error-650:#7b3435;--ui-color-error-700:#641a1b;--ui-color-error-750:#483434;--ui-color-error-800:#3c1010;--ui-color-error-850:#2e2e2e;--ui-color-error-900:#280a0b;--ui-color-error-950:#140506;--ui-color-warning:#e9bb04;--ui-color-warning-50:#fdf8e5;--ui-color-warning-100:#fbf1cd;--ui-color-warning-150:#fff;--ui-color-warning-200:#f8eab3;--ui-color-warning-250:#fffbed;--ui-color-warning-300:#f4dd81;--ui-color-warning-350:#fde689;--ui-color-warning-400:#f0cf4f;--ui-color-warning-450:#fbd025;--ui-color-warning-500:#e9bb04;--ui-color-warning-550:#d0a704;--ui-color-warning-600:#a48303;--ui-color-warning-650:#9d7e04;--ui-color-warning-700:#755e02;--ui-color-warning-750:#6a5504;--ui-color-warning-800:#463801;--ui-color-warning-850:#372c04;--ui-color-warning-900:#2f2501;--ui-color-warning-950:#181300;--ui-color-success:#25cd54;--ui-color-success-50:#e9faee;--ui-color-success-100:#d3f5dd;--ui-color-success-150:#fff;--ui-color-success-200:#bdf0cb;--ui-color-success-250:#f4fdf7;--ui-color-success-300:#92e6a9;--ui-color-success-350:#9eedb4;--ui-color-success-400:#66dc87;--ui-color-success-450:#47de71;--ui-color-success-500:#25cd54;--ui-color-success-550:#25b44d;--ui-color-success-600:#1a903b;--ui-color-success-650:#25813f;--ui-color-success-700:#13672a;--ui-color-success-750:#254e30;--ui-color-success-800:#0b3e19;--ui-color-success-850:#242424;--ui-color-success-900:#072911;--ui-color-success-950:#041509;--ui-color-info:#0af;--ui-color-info-50:#e5f6ff;--ui-color-info-100:#cef;--ui-color-info-150:#fff;--ui-color-info-200:#b2e5ff;--ui-color-info-250:#fff;--ui-color-info-300:#7fd4ff;--ui-color-info-350:#9df;--ui-color-info-400:#4cc3ff;--ui-color-info-450:#3bf;--ui-color-info-500:#0af;--ui-color-info-550:#0099e6;--ui-color-info-600:#0077b3;--ui-color-info-650:#0077b3;--ui-color-info-700:#005580;--ui-color-info-750:#005580;--ui-color-info-800:#00334d;--ui-color-info-850:#00334d;--ui-color-info-900:#023;--ui-color-info-950:#00111a}html[data-theme=dark]{color-scheme:dark;--ui-color-text:#fff;--ui-color-text-muted:#cfd5ec;--ui-color-text-inverted:#121522;--ui-color-background:#1e2131;--ui-color-background-muted:#2a2e42;--ui-color-background-elevated:#2a2e42;--ui-color-background-accented:#434862;--ui-color-background-inverted:#fff;--ui-color-neutral:#33343f;--ui-color-neutral-50:#f3f6fe;--ui-color-neutral-100:#e9eefb;--ui-color-neutral-150:#e2e9fc;--ui-color-neutral-200:#cfd5ec;--ui-color-neutral-250:#fff;--ui-color-neutral-300:#c0c7e0;--ui-color-neutral-350:#e0e2ec;--ui-color-neutral-400:#9ea6c8;--ui-color-neutral-450:#a1a7c5;--ui-color-neutral-500:#8289b1;--ui-color-neutral-550:#828598;--ui-color-neutral-600:#5c6281;--ui-color-neutral-650:#757575;--ui-color-neutral-700:#434862;--ui-color-neutral-750:#636363;--ui-color-neutral-800:#2a2e42;--ui-color-neutral-850:#565656;--ui-color-neutral-900:#1e2131;--ui-color-neutral-950:#121522;--ui-color-primary:#5290f3;--ui-color-error:#d87172;--ui-color-warning:#f0cf4f;--ui-color-success:#66dc87;--ui-color-info:#4cc3ff}*{box-sizing:border-box;outline:none}html{color:var(--ui-color-text);font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:1.5;letter-spacing:normal}body{background-color:var(--ui-color-background-muted)}body,button{margin:0;padding:0}button{display:inline-flex;border:none;background:none}#__nuxt{position:relative;z-index:0}
