:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(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:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
.plexo-element-content.plexo-anim{--plexo-anim-ease-out-expo:cubic-bezier(.16, 1, .3, 1);--plexo-anim-ease-out-quart:cubic-bezier(.22, 1, .36, 1);--plexo-anim-ease-in-quart:cubic-bezier(.5, 0, .75, 0);--plexo-anim-ease-liquid:cubic-bezier(.23, 1, .32, 1);--plexo-anim-ease-glitch:cubic-bezier(.25, .46, .45, .94);--plexo-anim-ease-luxury:cubic-bezier(.4, 0, .2, 1);transform-origin:50%;will-change:opacity, filter, clip-path;backface-visibility:hidden}.plexo-anim--entrance{animation-fill-mode:both}.plexo-anim--exit{animation-fill-mode:forwards}.plexo-anim--loop{animation-iteration-count:infinite}@keyframes plexo-cinematic-entrance{0%{opacity:0;clip-path:inset(42% 18% round 12px);filter:blur(14px)brightness(1.35)contrast(1.1)}55%{opacity:.92;clip-path:inset(8% 4% round 6px);filter:blur(2px)brightness(1.05)}to{opacity:1;clip-path:inset(0%);filter:blur()brightness()}}.plexo-element-content.plexo-anim--cinematic-entrance.plexo-anim--entrance{animation:plexo-cinematic-entrance 1.25s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-liquid-reveal{0%{opacity:0;clip-path:circle(0% at 50% 62%);filter:blur(8px)saturate(1.4)}40%{opacity:.75;clip-path:circle(38% at 50% 55%);filter:blur(3px)saturate(1.15)}to{opacity:1;clip-path:circle(150%);filter:blur()saturate()}}.plexo-element-content.plexo-anim--liquid-reveal.plexo-anim--entrance{animation:plexo-liquid-reveal 1.15s var(--plexo-anim-ease-liquid) both}@keyframes plexo-glitch-matrix{0%{opacity:0;filter:blur(6px)hue-rotate(90deg)contrast(2);clip-path:inset(0 100% 0 0)}12%{opacity:.9;filter:blur()hue-rotate()contrast(1.2);clip-path:inset(0)}14%{opacity:.7;filter:blur(1px)hue-rotate(40deg);transform:translate(-3px)}16%{opacity:1;filter:none;transform:translate(2px)}18%{transform:translate(-1px)}22%{transform:translate(0)}to{opacity:1;filter:none;transform:translate(0)}}.plexo-element-content.plexo-anim--glitch-matrix.plexo-anim--entrance{animation:plexo-glitch-matrix 1.05s steps(1, end) var(--plexo-anim-ease-glitch) both}@keyframes plexo-origami-unfold{0%{opacity:0;clip-path:polygon(50% 50%,50% 50%,50% 50%,50% 50%);filter:brightness(1.2)}35%{opacity:.85;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}70%{clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);filter:brightness(1.05)}to{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);filter:brightness()}}.plexo-element-content.plexo-anim--origami-unfold.plexo-anim--entrance{animation:plexo-origami-unfold 1.2s var(--plexo-anim-ease-out-expo) both;perspective:800px}@keyframes plexo-tilt-flip-3d{0%{opacity:0;filter:blur(4px);transform:perspective(900px)rotateX(72deg)rotateY(-18deg)scale(.88)}60%{opacity:.95;filter:blur();transform:perspective(900px)rotateX(-6deg)rotateY(4deg)scale(1.02)}to{opacity:1;filter:none;transform:perspective(900px)rotateX(0)rotateY(0)scale(1)}}.plexo-element-content.plexo-anim--tilt-flip-3d.plexo-anim--entrance{animation:plexo-tilt-flip-3d 1.1s var(--plexo-anim-ease-out-quart) both;transform-style:preserve-3d}@keyframes plexo-iris-reveal{0%{opacity:0;clip-path:inset(50% round 50%);filter:blur(10px)}to{opacity:1;clip-path:inset(0%);filter:blur()}}.plexo-element-content.plexo-anim--iris-reveal.plexo-anim--entrance{animation:plexo-iris-reveal 1s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-neon-sweep-in{0%{opacity:0;clip-path:inset(0 100% 0 0);filter:drop-shadow(0 0 #0000)brightness(.6)}50%{opacity:1;filter:drop-shadow(0 0 22px #ff0080a6)brightness(1.15)}to{opacity:1;clip-path:inset(0);filter:drop-shadow(0 0 8px #00f0ff59)brightness()}}.plexo-element-content.plexo-anim--neon-sweep-in.plexo-anim--entrance{animation:plexo-neon-sweep-in 1.05s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-prism-split-in{0%{opacity:0;clip-path:polygon(50% 0%,50% 0%,50% 100%,50% 100%);filter:hue-rotate(45deg)saturate(1.5)}to{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);filter:hue-rotate()saturate()}}.plexo-element-content.plexo-anim--prism-split-in.plexo-anim--entrance{animation:plexo-prism-split-in .95s var(--plexo-anim-ease-liquid) both}@keyframes plexo-hologram-flicker-in{0%,8%,16%{opacity:0;filter:blur(4px)brightness(1.8)}4%,12%,20%{opacity:.65;filter:blur(1px)brightness(1.2)}to{opacity:1;filter:none}}.plexo-element-content.plexo-anim--hologram-flicker-in.plexo-anim--entrance{animation:1.15s ease-out both plexo-hologram-flicker-in}@keyframes plexo-floating-plasma{0%,to{filter:hue-rotate()drop-shadow(0 0 12px #7850ff73);transform:translateY(0)scale(1)}33%{filter:hue-rotate(35deg)drop-shadow(0 0 20px #ff50c880);transform:translateY(-6px)scale(1.01)}66%{filter:hue-rotate(-25deg)drop-shadow(0 0 16px #00dcff73);transform:translateY(-3px)scale(.99)}}.plexo-element-content.plexo-anim--floating-plasma.plexo-anim--loop{animation:4.2s ease-in-out infinite plexo-floating-plasma}@keyframes plexo-neon-pulse{0%,to{filter:drop-shadow(0 0 4px #ff00aa59)drop-shadow(0 0 #0ff0);opacity:1}50%{filter:drop-shadow(0 0 18px #ff00aabf)drop-shadow(0 0 28px #00ffff73);opacity:.92}}.plexo-element-content.plexo-anim--neon-pulse.plexo-anim--loop{animation:2.4s cubic-bezier(.45,.05,.55,.95) infinite plexo-neon-pulse}@keyframes plexo-parallax-shimmer{0%{filter:brightness()contrast();background-position:0%}50%{filter:brightness(1.08)contrast(1.02);background-position:100%}to{filter:brightness()contrast();background-position:0%}}.plexo-element-content.plexo-anim--parallax-shimmer.plexo-anim--loop{background-image:linear-gradient(105deg,#0000 38%,#ffffff1f 50%,#0000 62%);background-size:220% 100%;animation:3.6s ease-in-out infinite plexo-parallax-shimmer}@keyframes plexo-kinetic-wave{0%,to{letter-spacing:0;filter:blur()}25%{letter-spacing:.06em;filter:blur(.3px)}50%{letter-spacing:.12em;filter:blur()}75%{letter-spacing:.04em}}.plexo-element-content.plexo-anim--kinetic-wave.plexo-anim--loop{animation:2.8s ease-in-out infinite plexo-kinetic-wave}@keyframes plexo-aurora-drift{0%,to{filter:hue-rotate()drop-shadow(0 4px 24px #50c8ff40)}50%{filter:hue-rotate(55deg)drop-shadow(0 8px 32px #b478ff59)}}.plexo-element-content.plexo-anim--aurora-drift.plexo-anim--loop{animation:5.5s ease-in-out infinite plexo-aurora-drift}@keyframes plexo-glass-shimmer{0%{-webkit-backdrop-filter:blur(8px)brightness();backdrop-filter:blur(8px)brightness();box-shadow:inset 0 0 0 1px #ffffff14}50%{-webkit-backdrop-filter:blur(12px)brightness(1.12);backdrop-filter:blur(12px)brightness(1.12);box-shadow:inset 0 0 0 1px #ffffff38}to{-webkit-backdrop-filter:blur(8px)brightness();backdrop-filter:blur(8px)brightness();box-shadow:inset 0 0 0 1px #ffffff14}}.plexo-element-content.plexo-anim--glass-shimmer.plexo-anim--loop{animation:plexo-glass-shimmer 3.2s var(--plexo-anim-ease-luxury) infinite}@keyframes plexo-holo-scan{0%{clip-path:inset(0 0 96%);opacity:.85}50%{clip-path:inset(0);opacity:1}to{clip-path:inset(96% 0 0);opacity:.85}}.plexo-element-content.plexo-anim--holo-scan.plexo-anim--loop{animation:2.6s linear infinite plexo-holo-scan}@keyframes plexo-vortex-suck{0%{opacity:1;clip-path:circle(120%);filter:blur();transform:scale(1)rotate(0)}to{opacity:0;clip-path:circle(0%);filter:blur(12px)brightness(.4);transform:scale(.15)rotate(-18deg)}}.plexo-element-content.plexo-anim--vortex-suck.plexo-anim--exit{animation:plexo-vortex-suck .95s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-particle-dissolve{0%{opacity:1;filter:blur()contrast();-webkit-mask-image:radial-gradient(circle,#000 68%,#0000 70%);mask-image:radial-gradient(circle,#000 68%,#0000 70%)}40%{opacity:.75;filter:blur(2px)contrast(1.15);-webkit-mask-image:radial-gradient(circle at 48% 52%,#000 42%,#0000 48%);mask-image:radial-gradient(circle at 48% 52%,#000 42%,#0000 48%)}to{opacity:0;filter:blur(16px)contrast(.6);-webkit-mask-image:radial-gradient(circle at 55% 45%,#0000 0% 100%);mask-image:radial-gradient(circle at 55% 45%,#0000 0% 100%)}}.plexo-element-content.plexo-anim--particle-dissolve.plexo-anim--exit{animation:plexo-particle-dissolve 1.1s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-smoke-fade{0%{opacity:1;filter:blur();transform:translateY(0)}to{opacity:0;filter:blur(20px)brightness(.7);transform:translateY(-18px)}}.plexo-element-content.plexo-anim--smoke-fade.plexo-anim--exit{animation:plexo-smoke-fade 1.05s var(--plexo-anim-ease-out-quart) forwards}@keyframes plexo-glitch-exit{0%{opacity:1;filter:none;transform:translate(0)}15%{opacity:.85;filter:hue-rotate(90deg);transform:translate(4px)}30%{opacity:.6;filter:hue-rotate(-40deg)contrast(1.5);transform:translate(-6px)}to{opacity:0;filter:blur(8px)hue-rotate(180deg);transform:translate(12px)}}.plexo-element-content.plexo-anim--glitch-exit.plexo-anim--exit{animation:.85s steps(2,end) forwards plexo-glitch-exit}@keyframes plexo-shrink-implode{0%{opacity:1;clip-path:inset(0%);transform:scale(1)}to{opacity:0;clip-path:inset(45% round 50%);transform:scale(.2)}}.plexo-element-content.plexo-anim--shrink-implode.plexo-anim--exit{animation:plexo-shrink-implode .9s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-neon-burn-out{0%{opacity:1;filter:drop-shadow(0 0 16px #ff008099)}to{opacity:0;filter:drop-shadow(0 0 #0000)brightness(.3)}}.plexo-element-content.plexo-anim--neon-burn-out.plexo-anim--exit{animation:.8s ease-in forwards plexo-neon-burn-out}.plexo-theme--cyberpunk-synthwave{--plexo-theme-bg:#0a0612;--plexo-theme-surface:#120820b8;--plexo-theme-accent:#ff2a9a;--plexo-theme-accent-2:#00f0ff;--plexo-theme-gradient:linear-gradient(135deg, #ff2a9a 0%, #7b2ff7 48%, #00f0ff 100%);--plexo-theme-glass:#ff2a9a14;--plexo-theme-shadow:0 0 40px #ff2a9a40, 0 0 80px #00f0ff1f}.plexo-theme--swiss-editorial{--plexo-theme-bg:#f5f2eb;--plexo-theme-surface:#fff;--plexo-theme-accent:#e10600;--plexo-theme-accent-2:#0a0a0a;--plexo-theme-gradient:linear-gradient(180deg, #f5f2eb 0%, #e8e4db 100%);--plexo-theme-glass:#fff9;--plexo-theme-shadow:8px 8px 0 #0a0a0a}.plexo-theme--organic-modernism{--plexo-theme-bg:#f4f0e8;--plexo-theme-surface:#faf7f2;--plexo-theme-accent:#5c7c4a;--plexo-theme-accent-2:#c4a574;--plexo-theme-gradient:linear-gradient(160deg, #e8dfd0 0%, #c8d4bc 55%, #8fa67a 100%);--plexo-theme-glass:#faf7f2a6;--plexo-theme-shadow:0 12px 40px #5c7c4a1f}.plexo-theme--premium-dark-luxury{--plexo-theme-bg:#0c0c0e;--plexo-theme-surface:#16161a;--plexo-theme-accent:#d4af37;--plexo-theme-accent-2:#f5e6c8;--plexo-theme-gradient:linear-gradient(145deg, #1a1a1f 0%, #2a2418 50%, #d4af37 180%);--plexo-theme-glass:#d4af370f;--plexo-theme-shadow:0 0 60px #d4af372e}.plexo-theme--corporate-tech-saas{--plexo-theme-bg:#f0f4ff;--plexo-theme-surface:#ffffffbf;--plexo-theme-accent:#4f46e5;--plexo-theme-accent-2:#06b6d4;--plexo-theme-gradient:linear-gradient(135deg, #4f46e5 0%, #7c3aed 45%, #06b6d4 100%);--plexo-theme-glass:#ffffff8c;--plexo-theme-shadow:0 20px 50px #4f46e526}.plexo-theme--retro-pop-memphis{--plexo-theme-bg:#fff8e7;--plexo-theme-surface:#fff;--plexo-theme-accent:#ff3d81;--plexo-theme-accent-2:#00d4aa;--plexo-theme-gradient:linear-gradient(120deg, #ff3d81, #ffc107, #00d4aa, #3d5afe);--plexo-theme-glass:#ffffffd9;--plexo-theme-shadow:6px 6px 0 #0a0a0a}.plexo-theme-skin{background:var(--plexo-theme-bg);color:var(--plexo-theme-accent-2,inherit)}.plexo-theme-skin .plexo-theme-card{background:var(--plexo-theme-surface);border-radius:var(--plexo-theme-radius,12px);box-shadow:var(--plexo-theme-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.plexo-theme--cyberpunk-synthwave .plexo-theme-card{border:1px solid #ff2a9a59}.plexo-theme--swiss-editorial .plexo-theme-card{border:3px solid #0a0a0a;border-radius:0}.plexo-theme--retro-pop-memphis .plexo-theme-card{border:4px solid #0a0a0a;border-radius:4px}
@keyframes plexo-airplane-fly-in{0%{opacity:0;filter:blur(6px);transform:translate(140%,-95%)rotate(-22deg)scale(.42)}55%{opacity:1;filter:blur();transform:translate(-4%,6%)rotate(4deg)scale(1.04)}72%{transform:translate(2%,-2%)rotate(-2deg)scale(.98)}to{opacity:1;filter:none;transform:translate(0)rotate(0)scale(1)}}.plexo-element-content.plexo-anim--airplane-fly-in.plexo-anim--entrance{animation:plexo-airplane-fly-in 1.2s var(--plexo-anim-ease-out-expo) both;transform-origin:72% 38%}@keyframes plexo-page-turn-in{0%{opacity:0;clip-path:polygon(100% 0%,100% 0%,100% 100%,100% 100%);filter:brightness(.85);transform:perspective(900px)rotateY(-78deg)}65%{opacity:.95;clip-path:polygon(8% 0%,100% 0%,100% 100%,0% 100%);transform:perspective(900px)rotateY(8deg)}to{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);filter:brightness();transform:perspective(900px)rotateY(0)}}.plexo-element-content.plexo-anim--page-turn-in.plexo-anim--entrance{animation:plexo-page-turn-in 1.1s var(--plexo-anim-ease-out-quart) both;transform-style:preserve-3d}@keyframes plexo-magnet-pull-in{0%{opacity:0;filter:blur(10px);transform:scale(2.2)translateY(-48px)}70%{opacity:1;filter:blur();transform:scale(.94)translateY(4px)}85%{transform:scale(1.03)translateY(-2px)}to{opacity:1;filter:none;transform:scale(1)translateY(0)}}.plexo-element-content.plexo-anim--magnet-pull-in.plexo-anim--entrance{animation:plexo-magnet-pull-in 1.05s var(--plexo-anim-ease-liquid) both}@keyframes plexo-spotlight-in{0%{opacity:0;clip-path:circle(0% at 50% 42%);filter:blur(12px)brightness(1.4)}to{opacity:1;clip-path:circle(150%);filter:blur()brightness()}}.plexo-element-content.plexo-anim--spotlight-in.plexo-anim--entrance{animation:plexo-spotlight-in 1.15s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-curtain-rise-in{0%{opacity:0;clip-path:inset(100% 0 0);filter:brightness(.7);transform:translateY(12px)}to{opacity:1;clip-path:inset(0);filter:brightness();transform:translateY(0)}}.plexo-element-content.plexo-anim--curtain-rise-in.plexo-anim--entrance{animation:plexo-curtain-rise-in 1.05s var(--plexo-anim-ease-out-quart) both}@keyframes plexo-elastic-bounce-in{0%{opacity:0;transform:scale(.2)translateY(60px)}55%{opacity:1;transform:scale(1.12)translateY(-8px)}75%{transform:scale(.96)translateY(4px)}90%{transform:scale(1.03)translateY(-2px)}to{opacity:1;transform:scale(1)translateY(0)}}.plexo-element-content.plexo-anim--elastic-bounce-in.plexo-anim--entrance{animation:1.15s cubic-bezier(.34,1.45,.64,1) both plexo-elastic-bounce-in}@keyframes plexo-portal-ring-in{0%{opacity:0;clip-path:circle(0%);filter:blur(8px)hue-rotate(40deg);transform:scale(.4)rotate(-90deg)}60%{opacity:.9;clip-path:circle(55%);filter:blur(1px)hue-rotate();transform:scale(1.06)rotate(8deg)}to{opacity:1;clip-path:circle(150%);filter:none;transform:scale(1)rotate(0)}}.plexo-element-content.plexo-anim--portal-ring-in.plexo-anim--entrance{animation:plexo-portal-ring-in 1.1s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-stamp-slam-in{0%{opacity:0;filter:blur(4px);transform:translateY(-120%)scale(1.35)rotate(-6deg)}62%{opacity:1;filter:blur();transform:translateY(6%)scale(.96)rotate(2deg)}78%{transform:translateY(-3%)scale(1.02)rotate(-1deg)}to{opacity:1;filter:none;transform:translateY(0)scale(1)rotate(0)}}.plexo-element-content.plexo-anim--stamp-slam-in.plexo-anim--entrance{animation:plexo-stamp-slam-in .95s var(--plexo-anim-ease-in-quart) both}@keyframes plexo-ripple-splash-in{0%{opacity:0;clip-path:circle(0%);filter:blur(6px);transform:scale(.85)}45%{opacity:.85;clip-path:circle(28%);filter:blur(1px);transform:scale(1.04)}to{opacity:1;clip-path:circle(150%);filter:none;transform:scale(1)}}.plexo-element-content.plexo-anim--ripple-splash-in.plexo-anim--entrance{animation:plexo-ripple-splash-in 1.2s var(--plexo-anim-ease-liquid) both}@keyframes plexo-zoom-whirl-in{0%{opacity:0;filter:blur(10px);transform:scale(.15)rotate(-220deg)}to{opacity:1;filter:none;transform:scale(1)rotate(0)}}.plexo-element-content.plexo-anim--zoom-whirl-in.plexo-anim--entrance{animation:plexo-zoom-whirl-in 1.05s var(--plexo-anim-ease-out-expo) both}@keyframes plexo-diagonal-stripes{0%{opacity:1;background-position:0 0}to{opacity:1;background-position:100% 100%}}.plexo-element-content.plexo-anim--diagonal-stripes.plexo-anim--loop{background-image:repeating-linear-gradient(-45deg,#0000,#0000 10px,#ffffff24 10px 14px,#0000 14px 24px,#0000000f 24px 28px);background-size:200% 200%;animation:2.8s linear infinite plexo-diagonal-stripes}@keyframes plexo-scan-line-grid{0%{clip-path:inset(0 0 92%);opacity:.88}50%{clip-path:inset(0);opacity:1}to{clip-path:inset(92% 0 0);opacity:.88}}.plexo-element-content.plexo-anim--scan-line-grid.plexo-anim--loop{background-image:linear-gradient(#0000 0%,#ffffff14 48% 52%,#0000 100%);background-size:100% 8px;animation:2.2s linear infinite plexo-scan-line-grid}@keyframes plexo-soft-glow-breathe{0%,to{filter:drop-shadow(0 0 6px #78a0ff40);transform:scale(1)}50%{filter:drop-shadow(0 0 22px #78a0ff8c);transform:scale(1.015)}}.plexo-element-content.plexo-anim--soft-glow-breathe.plexo-anim--loop{animation:3.4s ease-in-out infinite plexo-soft-glow-breathe}@keyframes plexo-rainbow-shift{0%,to{filter:hue-rotate()saturate(1.05)}50%{filter:hue-rotate(55deg)saturate(1.2)}}.plexo-element-content.plexo-anim--rainbow-shift.plexo-anim--loop{animation:4.5s ease-in-out infinite plexo-rainbow-shift}@keyframes plexo-orbit-drift{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(4px,-6px)rotate(.6deg)}50%{transform:translate(-3px,-8px)rotate(-.4deg)}75%{transform:translate(-5px,2px)rotate(.3deg)}}.plexo-element-content.plexo-anim--orbit-drift.plexo-anim--loop{animation:5.2s ease-in-out infinite plexo-orbit-drift}@keyframes plexo-shimmer-pass{0%{filter:brightness();background-position:-120% 0}50%{filter:brightness(1.1)}to{filter:brightness();background-position:220% 0}}.plexo-element-content.plexo-anim--shimmer-pass.plexo-anim--loop{background-image:linear-gradient(105deg,#0000 35%,#ffffff59 50%,#0000 65%);background-repeat:no-repeat;background-size:60% 100%;animation:2.6s ease-in-out infinite plexo-shimmer-pass}@keyframes plexo-electric-spark{0%,to{filter:brightness()contrast();opacity:1}4%{filter:brightness(1.35)contrast(1.15);opacity:.92}8%{filter:brightness(.95);opacity:1}12%{filter:brightness(1.2);opacity:.96}}.plexo-element-content.plexo-anim--electric-spark.plexo-anim--loop{animation:2.1s step-end infinite plexo-electric-spark}@keyframes plexo-pendulum-rock{0%,to{transform-origin:top;transform:rotate(0)}25%{transform:rotate(3.5deg)}75%{transform:rotate(-3.5deg)}}.plexo-element-content.plexo-anim--pendulum-rock.plexo-anim--loop{transform-origin:top;animation:2.9s ease-in-out infinite plexo-pendulum-rock}@keyframes plexo-shadow-morph{0%,to{filter:drop-shadow(0 6px 14px #0000002e)}50%{filter:drop-shadow(0 18px 28px #00000047)}}.plexo-element-content.plexo-anim--shadow-morph.plexo-anim--loop{animation:3.1s ease-in-out infinite plexo-shadow-morph}@keyframes plexo-hue-cycle{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}.plexo-element-content.plexo-anim--hue-cycle.plexo-anim--loop{animation:6s linear infinite plexo-hue-cycle}@keyframes plexo-paper-crumple{0%{opacity:1;clip-path:polygon(0% 0%,100% 0%,100% 100%,0% 100%);filter:blur()contrast();transform:scale(1)rotate(0)skew(0deg)}35%{opacity:.95;clip-path:polygon(4% 6%,96% 2%,98% 94%,2% 98%);filter:blur(.5px)contrast(1.05);transform:scale(.92)rotate(-4deg)skew(3deg,-2deg)}70%{opacity:.55;clip-path:polygon(18% 22%,82% 14%,88% 78%,12% 86%);filter:blur(2px)contrast(.92);transform:scale(.62)rotate(-14deg)skew(8deg,-6deg)}to{opacity:0;clip-path:polygon(38% 38%,62% 34%,66% 62%,34% 66%);filter:blur(6px)contrast(.75)brightness(.85);transform:scale(.28)rotate(-22deg)skew(12deg,-9deg)}}.plexo-element-content.plexo-anim--paper-crumple.plexo-anim--exit{animation:plexo-paper-crumple 1.15s var(--plexo-anim-ease-in-quart) forwards;transform-origin:50%}@keyframes plexo-airplane-fly-out{0%{opacity:1;filter:none;transform:translate(0)rotate(0)scale(1)}to{opacity:0;filter:blur(8px);transform:translate(130%,-85%)rotate(18deg)scale(.35)}}.plexo-element-content.plexo-anim--airplane-fly-out.plexo-anim--exit{animation:plexo-airplane-fly-out 1.05s var(--plexo-anim-ease-in-quart) forwards;transform-origin:28% 62%}@keyframes plexo-sink-hole-out{0%{opacity:1;clip-path:circle(120%);transform:translateY(0)scale(1)}to{opacity:0;clip-path:circle(0% at 50% 72%);filter:blur(6px)brightness(.6);transform:translateY(28px)scale(.75)}}.plexo-element-content.plexo-anim--sink-hole-out.plexo-anim--exit{animation:plexo-sink-hole-out 1s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-tear-strip-out{0%{opacity:1;clip-path:inset(0);transform:translate(0)}40%{clip-path:inset(0 48% 0 0);transform:translate(-6px)rotate(-1deg)}to{opacity:0;clip-path:inset(0 100% 0 0);filter:blur(3px);transform:translate(-24px)rotate(-4deg)}}.plexo-element-content.plexo-anim--tear-strip-out.plexo-anim--exit{animation:plexo-tear-strip-out .95s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-deflate-out{0%{opacity:1;filter:blur();transform:scale(1)}to{opacity:0;filter:blur(4px);transform:scale(.55,1.35)}}.plexo-element-content.plexo-anim--deflate-out.plexo-anim--exit{animation:plexo-deflate-out .9s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-shutter-close-out{0%{opacity:1;clip-path:inset(0)}to{opacity:0;clip-path:inset(50% 0);filter:brightness(.5)}}.plexo-element-content.plexo-anim--shutter-close-out.plexo-anim--exit{animation:plexo-shutter-close-out .85s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-sand-grain-out{0%{opacity:1;filter:blur()contrast();-webkit-mask-image:radial-gradient(circle,#000 70%,#0000 72%);mask-image:radial-gradient(circle,#000 70%,#0000 72%)}to{opacity:0;filter:blur(14px)contrast(.5);transform:scale(1.08);-webkit-mask-image:radial-gradient(circle at 52% 48%,#0000 0% 100%);mask-image:radial-gradient(circle at 52% 48%,#0000 0% 100%)}}.plexo-element-content.plexo-anim--sand-grain-out.plexo-anim--exit{animation:plexo-sand-grain-out 1.1s var(--plexo-anim-ease-in-quart) forwards}@keyframes plexo-zip-corner-out{0%{opacity:1;clip-path:inset(0);transform:translate(0)scale(1)}to{opacity:0;clip-path:inset(0 0 95% 95%);filter:blur(4px);transform:translate(55%,-55%)scale(.2)}}.plexo-element-content.plexo-anim--zip-corner-out.plexo-anim--exit{animation:plexo-zip-corner-out .88s var(--plexo-anim-ease-in-quart) forwards;transform-origin:0 0}@keyframes plexo-edge-char-out{0%{opacity:1;filter:brightness()contrast();clip-path:inset(0)}to{opacity:0;filter:brightness(.35)contrast(1.4)sepia(.35);clip-path:inset(8%);transform:scale(.92)}}.plexo-element-content.plexo-anim--edge-char-out.plexo-anim--exit{animation:1.05s ease-in forwards plexo-edge-char-out}@keyframes plexo-card-flip-out{0%{opacity:1;transform:perspective(900px)rotateY(0)}to{opacity:0;filter:blur(4px);transform:perspective(900px)rotateY(92deg)translate(18%)}}.plexo-element-content.plexo-anim--card-flip-out.plexo-anim--exit{animation:plexo-card-flip-out .95s var(--plexo-anim-ease-in-quart) forwards;transform-style:preserve-3d}
