: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 (prefers-reduced-motion:reduce),print{.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:translateZ(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:translateZ(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: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: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:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(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:translateZ(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: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: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: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(-.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:scaleX(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: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: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: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: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: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: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: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;-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:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}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: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:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.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{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:translateZ(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:translateZ(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:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(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:translateZ(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:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-creative .swiper-slide{backface-visibility:hidden;transition-property:transform,opacity,height;overflow:hidden}
html,body{overflow-x:clip}.beautiful-search-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:50px;padding:6px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 20px #00000008}.beautiful-search-wrapper:focus-within{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 25px #0000000f,0 0 0 4px #00000005}.beautiful-search-input{border-radius:50px;width:100%;padding:12px 60px 12px 20px;font-size:1rem;font-weight:500;color:#0f172a!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.beautiful-search-input::placeholder{color:#94a3b8;transition:color .3s}.beautiful-search-input:focus::placeholder{color:#64748b}.beautiful-search-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#111,#333);border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important;right:8px!important}.beautiful-search-btn:hover{background:linear-gradient(135deg,#333,#111);box-shadow:0 8px 20px #0003;transform:translateY(-50%)scale(1.1)!important}@media only screen and (max-width:991px){.wpr-service-details-content.mr-115{margin-right:0!important}}@media only screen and (max-width:767px){.services-details-banner .section-inner{padding:40px 24px!important}.services-details-banner .section-inner .service-overview .approach-area{flex-direction:column;gap:20px}.services-details-banner .section-inner .service-overview .approach-area .left{max-width:100%!important}.services-details-banner .section-inner .service-overview .approach-area .right img,.services-details-banner .section-inner .service-overview .approach-area .right svg{width:100%;height:auto}.services-details-banner .section-inner .service-overview .feature-wrapper-area{flex-direction:column;gap:15px}.services-details-banner .section-inner .service-overview .feature-wrapper-area .feature-box{flex-basis:100%!important}.wpr-service-details-content.mr-115{margin-right:0!important}.service-overview,.wpr-service-details-content{overflow:hidden;box-sizing:border-box!important;width:100%!important;max-width:100vw!important}.wpr-banner-area,.services-details-banner{overflow-x:hidden}}
html,body{margin:0;padding:0}body{background:#eeefeb}:is(#easytech-about-motion,.easytech-scope){--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only}:is(#easytech-about-motion,.easytech-scope),:is(#easytech-about-motion,.easytech-scope) *,:is(#easytech-about-motion,.easytech-scope) :before,:is(#easytech-about-motion,.easytech-scope) :after{color:var(--et-text,var(--et-ink))!important;-webkit-text-fill-color:currentColor!important}:is(#easytech-about-motion,.easytech-scope) input::file-selector-button{color:var(--et-text,var(--et-ink))!important;-webkit-text-fill-color:currentColor!important}:is(#easytech-about-motion,.easytech-scope){--et-paper:#eeefeb;--et-ink:#191a18;--et-violet:#644cdb;--et-lime:#c9ee53;--et-orange:#fa8056;--et-line:#c2c5bd;background:var(--et-paper);--et-text:var(--et-ink);isolation:isolate;text-align:left;font-family:Space Grotesk,Arial,sans-serif;font-weight:400;line-height:1.45;position:relative;overflow:hidden;container-type:inline-size}:is(#easytech-about-motion,.easytech-scope) *{box-sizing:border-box}:is(#easytech-about-motion,.easytech-scope) h1,:is(#easytech-about-motion,.easytech-scope) h2,:is(#easytech-about-motion,.easytech-scope) h3,:is(#easytech-about-motion,.easytech-scope) p{margin:0}:is(#easytech-about-motion,.easytech-scope) a{--et-text:inherit;text-decoration:none}:is(#easytech-about-motion,.easytech-scope) button,:is(#easytech-about-motion,.easytech-scope) input,:is(#easytech-about-motion,.easytech-scope) textarea,:is(#easytech-about-motion,.easytech-scope) select{font:inherit}:is(#easytech-about-motion,.easytech-scope) button,:is(#easytech-about-motion,.easytech-scope) a,:is(#easytech-about-motion,.easytech-scope) summary{-webkit-tap-highlight-color:transparent}:is(#easytech-about-motion,.easytech-scope) button{cursor:pointer}:is(#easytech-about-motion,.easytech-scope) img{max-width:100%;display:block}:is(#easytech-about-motion,.easytech-scope) button:focus-visible,:is(#easytech-about-motion,.easytech-scope) a:focus-visible,:is(#easytech-about-motion,.easytech-scope) summary:focus-visible{outline:3px solid var(--et-violet);outline-offset:5px}:is(#easytech-about-motion,.easytech-scope) .et-wrap{padding-inline:4.5%}:is(#easytech-about-motion,.easytech-scope) .et-mono{letter-spacing:.075em;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:11px;font-weight:400}:is(#easytech-about-motion,.easytech-scope) .et-pixel{letter-spacing:-.075em;font-family:Silkscreen,Courier New,monospace;font-weight:400;line-height:1.12}:is(#easytech-about-motion,.easytech-scope) .et-section{padding-top:92px;padding-bottom:92px}:is(#easytech-about-motion,.easytech-scope) .et-kicker{align-items:center;gap:11px;margin-bottom:30px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-kicker:before{content:"+";--et-text:var(--et-violet);font-size:19px}:is(#easytech-about-motion,.easytech-scope) h2{letter-spacing:-.055em;font-size:clamp(32px,5.2cqw,62px);font-weight:500;line-height:1.08}:is(#easytech-about-motion,.easytech-scope) h3{letter-spacing:-.035em;font-size:25px;font-weight:500;line-height:1.15}:is(#easytech-about-motion,.easytech-scope) .et-button{border:1px solid var(--et-ink);letter-spacing:-.035em;--et-text:var(--et-ink);background:0 0;border-radius:0;justify-content:space-between;align-items:center;gap:26px;min-height:44px;padding:12px 17px;font-family:IBM Plex Mono,monospace;font-size:12px;transition:background .18s,color .18s,transform .18s;display:inline-flex}:is(#easytech-about-motion,.easytech-scope) .et-button:hover{background:var(--et-ink);--et-text:var(--et-paper);transform:translateY(-2px)}:is(#easytech-about-motion,.easytech-scope) .et-button.et-solid{background:var(--et-violet);--et-text:white;border-color:var(--et-violet)}:is(#easytech-about-motion,.easytech-scope) .et-button.et-solid:hover{background:var(--et-ink);border-color:var(--et-ink)}:is(#easytech-about-motion,.easytech-scope) .et-arrow{font-family:Arial,sans-serif;font-size:20px;font-weight:400}:is(#easytech-about-motion,.easytech-scope) .et-availability{justify-content:flex-end;align-items:center;gap:9px;padding:14px 4.5% 8px;font-size:9px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-dot{background:var(--et-violet);border-radius:50%;width:6px;height:6px;display:inline-block}:is(#easytech-about-motion,.easytech-scope) .et-nav{justify-content:space-between;align-items:center;gap:20px;min-height:70px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-logo{width:180px;height:auto}:is(#easytech-about-motion,.easytech-scope) .et-navlinks{align-items:center;gap:20px;font-size:12px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>a:hover{--et-text:var(--et-violet)}:is(#easytech-about-motion,.easytech-scope) .et-nav-product{font-size:12px;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-nav-product summary{cursor:pointer;list-style:none}:is(#easytech-about-motion,.easytech-scope) .et-nav-product summary:after{content:" +";font-family:monospace}:is(#easytech-about-motion,.easytech-scope) .et-nav-product[open] summary:after{content:" −"}:is(#easytech-about-motion,.easytech-scope) .et-dropdown{z-index:10;border:1px solid var(--et-ink);background:var(--et-paper);width:245px;padding:10px;position:absolute;top:28px;right:0}:is(#easytech-about-motion,.easytech-scope) .et-dropdown a{padding:12px;font-size:13px;display:block}:is(#easytech-about-motion,.easytech-scope) .et-dropdown a:hover{background:var(--et-violet);--et-text:white}:is(#easytech-about-motion,.easytech-scope) .et-mobile{display:none;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-mobile summary{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;min-height:44px;font-family:IBM Plex Mono,monospace;font-size:12px;list-style:none;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-mobile summary::-webkit-details-marker{display:none}:is(#easytech-about-motion,.easytech-scope) .et-mobile summary:after{content:" +";font-family:monospace}:is(#easytech-about-motion,.easytech-scope) .et-mobile[open] summary:after{content:" −"}:is(#easytech-about-motion,.easytech-scope).et-header-scope,.et-header-scope,.et-header-scope header,.et-header-scope .et-nav{z-index:1000;position:relative;overflow:visible!important}:is(#easytech-about-motion,.easytech-scope) .et-hero h1{letter-spacing:-.07em;font-size:clamp(32px,6cqw,68px);font-weight:500;line-height:1.05}:is(#easytech-about-motion,.easytech-scope) .et-hero-word{letter-spacing:-.07em;white-space:nowrap;margin-top:6px;font-family:Silkscreen,Courier New,monospace;font-size:clamp(35px,12.85cqw,156px);font-weight:400;line-height:1.05;display:block;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-hero-word:after{content:"_";--et-text:var(--et-violet);font-size:.3em;position:absolute;bottom:12px;right:2px}:is(#easytech-about-motion,.easytech-scope) .et-hero-lower{grid-template-columns:1.3fr 1fr;align-items:center;gap:8%;margin-top:32px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-art{min-width:0;height:320px;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-art:before{content:"";opacity:.7;pointer-events:none;background:radial-gradient(circle at 30%,#e3dfef 0,#0000 61%);position:absolute;inset:8% 0 4% 8%}:is(#easytech-about-motion,.easytech-scope) .et-art canvas{cursor:crosshair;width:100%;height:100%;display:block;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-art-caption{align-items:center;gap:12px;font-size:9px;display:flex;position:absolute;bottom:4px;left:0}:is(#easytech-about-motion,.easytech-scope) .et-stamp{background:var(--et-lime);--et-text:var(--et-ink);padding:3px 6px}:is(#easytech-about-motion,.easytech-scope) .et-pause{--et-text:var(--et-ink);z-index:1;background:0 0;border:0;width:44px;height:44px;font-family:monospace;font-size:15px;position:absolute;top:2px;right:2px}:is(#easytech-about-motion,.easytech-scope) .et-hero-description{letter-spacing:-.03em;font-size:clamp(17px,2.1cqw,25px);line-height:1.37}:is(#easytech-about-motion,.easytech-scope) .et-hero-actions{flex-wrap:wrap;gap:11px;margin-top:29px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-hero-actions .et-button{gap:14px;padding:12px 13px;font-size:10px}:is(#easytech-about-motion,.easytech-scope) .et-scroll{align-items:center;gap:12px;margin-top:25px;font-size:10px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-scroll i{background:var(--et-ink);width:36px;height:1px}:is(#easytech-about-motion,.easytech-scope) .et-about{border-top:1px solid var(--et-line);padding-top:64px}:is(#easytech-about-motion,.easytech-scope) .et-about-top{grid-template-columns:1.9fr 1fr;align-items:end;gap:9%;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-about h2{letter-spacing:-.055em;font-size:clamp(33px,5.7cqw,66px);line-height:1.16}:is(#easytech-about-motion,.easytech-scope) .et-about h2 em{background:var(--et-violet);--et-text:var(--et-paper);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 7px 4px;font-style:normal}:is(#easytech-about-motion,.easytech-scope) .et-about-side p{letter-spacing:-.025em;font-size:18px}:is(#easytech-about-motion,.easytech-scope) .et-about-side .et-mono{margin-top:26px;font-size:9px}:is(#easytech-about-motion,.easytech-scope) .et-stats{grid-template-columns:1.5fr 1fr 1fr;align-items:start;gap:7%;margin-top:70px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(2){padding-top:37px}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(3){padding-top:77px}:is(#easytech-about-motion,.easytech-scope) .et-stat-num{letter-spacing:-.085em;font-family:Silkscreen,monospace;font-size:clamp(40px,7cqw,80px);line-height:1}:is(#easytech-about-motion,.easytech-scope) .et-stat-num span{font-family:Space Grotesk,sans-serif;font-weight:400}:is(#easytech-about-motion,.easytech-scope) .et-stat-label{margin-top:15px;font-size:16px;font-weight:500}:is(#easytech-about-motion,.easytech-scope) .et-stat p{--et-text:#52554c;max-width:270px;margin-top:9px;font-size:12px;line-height:1.5}:is(#easytech-about-motion,.easytech-scope) .et-stat-line{background:var(--et-violet);width:51px;height:5px;margin-top:18px}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(2) .et-stat-line{background:var(--et-orange)}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(3) .et-stat-line{background:var(--et-lime)}:is(#easytech-about-motion,.easytech-scope) .et-services{background:#f8f8f4}:is(#easytech-about-motion,.easytech-scope) .et-service-intro{grid-template-columns:1.5fr 1fr;align-items:end;gap:13%;margin-bottom:44px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-service-intro p{letter-spacing:-.02em;font-size:17px}:is(#easytech-about-motion,.easytech-scope) .et-service-intro .et-mono{margin-top:25px;font-size:10px}:is(#easytech-about-motion,.easytech-scope) .et-service-grid{grid-template-columns:1fr 1fr;column-gap:8%;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-service{border-top:1px solid var(--et-line);grid-template-columns:30px 1fr;gap:14px;padding:30px 0;transition:color .2s;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-service-index{padding-top:5px;font-family:IBM Plex Mono,monospace;font-size:12px}:is(#easytech-about-motion,.easytech-scope) .et-service h3{font-size:25px}:is(#easytech-about-motion,.easytech-scope) .et-service p{max-width:330px;margin-top:12px;font-size:14px;line-height:1.55}:is(#easytech-about-motion,.easytech-scope) .et-service a{text-underline-offset:5px;align-items:center;gap:15px;margin-top:19px;font-family:IBM Plex Mono,monospace;font-size:10px;text-decoration:underline;display:inline-flex}:is(#easytech-about-motion,.easytech-scope) .et-service:hover h3{--et-text:var(--et-violet)}:is(#easytech-about-motion,.easytech-scope) .et-service:hover .et-service-index{background:var(--et-lime);align-self:start;padding-bottom:3px}:is(#easytech-about-motion,.easytech-scope) .et-service:first-child h3{letter-spacing:-.08em;font-family:Silkscreen,monospace}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child{grid-column:1/-1;grid-template-columns:30px 1fr}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child>div:last-child{grid-template-columns:1fr 1fr auto;align-items:start;gap:25px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child p,:is(#easytech-about-motion,.easytech-scope) .et-service:last-child a{margin-top:0}:is(#easytech-about-motion,.easytech-scope) .et-vision{text-align:center;padding:100px 10%}:is(#easytech-about-motion,.easytech-scope) .et-vision h2{font-size:clamp(27px,4.6cqw,52px);line-height:1.2}:is(#easytech-about-motion,.easytech-scope) .et-inline-mark{object-fit:cover;object-position:left;vertical-align:middle;width:40px;height:40px;display:inline-block}:is(#easytech-about-motion,.easytech-scope) .et-vision p{max-width:570px;margin:28px auto 0;font-size:17px}:is(#easytech-about-motion,.easytech-scope) .et-vision .et-kicker{justify-content:center}:is(#easytech-about-motion,.easytech-scope) .et-products{background:var(--et-ink);--et-text:var(--et-paper);padding-top:75px;padding-bottom:85px}:is(#easytech-about-motion,.easytech-scope) .et-products .et-kicker:before{--et-text:var(--et-lime)}:is(#easytech-about-motion,.easytech-scope) .et-product-main{grid-template-columns:.85fr 1.3fr;align-items:center;gap:6%;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-product-main h2{font-size:clamp(34px,5.5cqw,60px)}:is(#easytech-about-motion,.easytech-scope) .et-product-main h2 .et-pixel{letter-spacing:-.065em;--et-text:var(--et-lime);margin-bottom:13px;font-size:.7em;display:block}:is(#easytech-about-motion,.easytech-scope) .et-product-main p{margin-top:20px;font-size:16px}:is(#easytech-about-motion,.easytech-scope) .et-product-main .et-button{border-color:var(--et-paper);--et-text:var(--et-paper);margin-top:26px}:is(#easytech-about-motion,.easytech-scope) .et-product-main .et-button:hover{background:var(--et-lime);border-color:var(--et-lime);--et-text:var(--et-ink)}:is(#easytech-about-motion,.easytech-scope) .et-screen{border:9px solid var(--et-violet);background:#e4e0f0;height:350px;position:relative;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-screen img{object-fit:cover;object-position:34% 0;filter:grayscale()contrast(1.07);width:100%;height:100%;transition:filter .45s,transform .6s}:is(#easytech-about-motion,.easytech-scope) .et-screen:hover img{filter:grayscale(0);transform:scale(1.025)}:is(#easytech-about-motion,.easytech-scope) .et-screen:after{content:"";pointer-events:none;background:repeating-linear-gradient(0deg,#0000 0 3px,#17171712 4px);position:absolute;inset:0}:is(#easytech-about-motion,.easytech-scope) .et-product-facts{border-top:1px solid #52554d;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:45px;padding-top:24px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-product-facts strong{font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500}:is(#easytech-about-motion,.easytech-scope) .et-product-facts span{--et-text:#c2c6ba;margin-top:8px;font-size:12px;display:block}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary{grid-template-columns:1fr 1fr;gap:35px;margin-top:64px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article{border-top:1px solid #52554d;padding-top:20px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary h3{margin-top:10px;font-size:28px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary p{--et-text:#c9ccbf;margin-top:12px;font-size:14px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary a{--et-text:var(--et-lime);align-items:center;gap:15px;margin-top:24px;font-family:IBM Plex Mono,monospace;font-size:10px;display:inline-flex}:is(#easytech-about-motion,.easytech-scope) .et-product-pos{border-top:1px solid #52554d;grid-template-columns:1.1fr 1fr;align-items:center;gap:50px;margin-top:30px;padding-top:35px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-pos-screen{background:#777;height:230px;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-pos-screen img{object-fit:cover;object-position:75% 42%;filter:grayscale();width:100%;height:100%;transition:filter .4s}:is(#easytech-about-motion,.easytech-scope) .et-pos-screen:hover img{filter:grayscale(0)}:is(#easytech-about-motion,.easytech-scope) .et-product-pos p{--et-text:#c9ccbf;margin-top:12px;font-size:14px}:is(#easytech-about-motion,.easytech-scope) .et-product-pos .et-pixel{font-size:43px}:is(#easytech-about-motion,.easytech-scope) .et-process{grid-template-columns:1fr 1.2fr;gap:11%;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-process-left p{margin-top:25px;font-size:17px}:is(#easytech-about-motion,.easytech-scope) .et-process-left .et-button{margin-top:28px}:is(#easytech-about-motion,.easytech-scope) .et-process ol{margin:0;padding:0;list-style:none}:is(#easytech-about-motion,.easytech-scope) .et-process li{border-top:1px solid var(--et-line);grid-template-columns:44px 1fr;gap:15px;padding:24px 0;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-process li>span{--et-text:var(--et-violet);letter-spacing:-.13em;font-family:Silkscreen,monospace;font-size:24px}:is(#easytech-about-motion,.easytech-scope) .et-process h3{font-size:21px}:is(#easytech-about-motion,.easytech-scope) .et-process li p{margin-top:12px;font-size:14px}:is(#easytech-about-motion,.easytech-scope) .et-tape{white-space:nowrap;background:var(--et-lime);letter-spacing:-.07em;justify-content:center;align-items:center;gap:30px;padding:30px 0;font-size:clamp(30px,5.2cqw,65px);display:flex;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-tape i{font-family:monospace;font-size:32px;font-style:normal}:is(#easytech-about-motion,.easytech-scope) .et-difference-title{max-width:640px;margin-bottom:45px}:is(#easytech-about-motion,.easytech-scope) .et-compare{border-collapse:collapse;table-layout:fixed;width:100%}:is(#easytech-about-motion,.easytech-scope) .et-compare th{letter-spacing:-.035em;text-align:left;vertical-align:middle;padding:22px 24px;font-size:23px;font-weight:500}:is(#easytech-about-motion,.easytech-scope) .et-compare th:last-child{background:var(--et-violet)}:is(#easytech-about-motion,.easytech-scope) .et-compare th img{filter:brightness(0)invert();width:190px}:is(#easytech-about-motion,.easytech-scope) .et-compare td{border-top:1px solid var(--et-line);vertical-align:top;padding:20px 24px;font-size:15px}:is(#easytech-about-motion,.easytech-scope) .et-compare td:first-child{--et-text:#53584b}:is(#easytech-about-motion,.easytech-scope) .et-compare td:last-child{background:#e2dfeb}:is(#easytech-about-motion,.easytech-scope) .et-compare td span{--et-text:var(--et-violet);margin-right:10px;font-family:monospace}:is(#easytech-about-motion,.easytech-scope) .et-difference>.et-button{margin-top:27px}:is(#easytech-about-motion,.easytech-scope) .et-reasons{background:#e1e5dc}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:45px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid article{border-top:1px solid #aab2a1;padding-top:22px}:is(#easytech-about-motion,.easytech-scope) .et-reason-sign{--et-text:var(--et-violet);margin-bottom:23px;font-family:IBM Plex Mono,monospace;font-size:35px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid h3{font-size:21px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid p{margin-top:14px;font-size:13px;line-height:1.6}:is(#easytech-about-motion,.easytech-scope) .et-plan-grid{border:1px solid var(--et-ink);grid-template-columns:1fr 1fr;gap:0;margin-top:40px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-plan{padding:35px}:is(#easytech-about-motion,.easytech-scope) .et-plan:last-child{background:var(--et-violet);--et-text:white}:is(#easytech-about-motion,.easytech-scope) .et-plan h3{font-size:26px}:is(#easytech-about-motion,.easytech-scope) .et-plan p{max-width:250px;margin-top:15px;font-size:16px}:is(#easytech-about-motion,.easytech-scope) .et-plan .et-mono{border-top:1px solid;margin-top:35px;padding-top:17px;font-size:12px}:is(#easytech-about-motion,.easytech-scope) .et-plan ul{margin:20px 0 0;padding:0;font-size:14px;line-height:1.6;list-style:none}:is(#easytech-about-motion,.easytech-scope) .et-plan li{margin-top:8px;padding-left:21px;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-plan li:before{content:"+";font-family:monospace;position:absolute;left:0}:is(#easytech-about-motion,.easytech-scope) .et-faq{grid-template-columns:.55fr 1.45fr;gap:10%;padding-top:10px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-faq h2{font-size:60px}:is(#easytech-about-motion,.easytech-scope) .et-faq details{border-top:1px solid var(--et-line)}:is(#easytech-about-motion,.easytech-scope) .et-faq details:last-child{border-bottom:1px solid var(--et-line)}:is(#easytech-about-motion,.easytech-scope) .et-faq summary{cursor:pointer;justify-content:space-between;gap:20px;padding:21px 0;font-size:16px;font-weight:500;list-style:none;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-faq summary:after{content:"+";--et-text:var(--et-violet);flex-shrink:0;font-family:monospace;font-size:21px}:is(#easytech-about-motion,.easytech-scope) .et-faq details[open] summary:after{content:"−"}:is(#easytech-about-motion,.easytech-scope) .et-faq details p{--et-text:#454b3f;padding:0 25px 22px 0;font-size:14px;line-height:1.65}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner{background:var(--et-violet);--et-text:var(--et-paper);padding-top:55px;padding-bottom:55px;position:relative;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner .et-mono{justify-content:space-between;gap:20px;margin-bottom:30px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner h2{letter-spacing:-.085em;z-index:1;font-family:Silkscreen,monospace;font-size:clamp(34px,7.4cqw,86px);line-height:1.05;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner:after{content:":::::///////++++++\a ...:://///+++++***\a ..:://///++++*****\a .:://///+++****###\a :://///++***#####";white-space:pre;letter-spacing:-.1em;opacity:.22;pointer-events:none;font-family:IBM Plex Mono,monospace;font-size:clamp(13px,3cqw,35px);line-height:1.1;position:absolute;bottom:0;right:2%}:is(#easytech-about-motion,.easytech-scope) .et-contact{background:var(--et-ink);--et-text:var(--et-paper);padding-top:60px;padding-bottom:45px}:is(#easytech-about-motion,.easytech-scope) .et-contact-grid{grid-template-columns:.8fr 1.5fr;gap:9%;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-contact-details p{margin-top:16px;font-size:14px;line-height:1.6}:is(#easytech-about-motion,.easytech-scope) .et-contact-details p a{overflow-wrap:anywhere}:is(#easytech-about-motion,.easytech-scope) .et-contact-details .et-office{margin-top:50px}:is(#easytech-about-motion,.easytech-scope) .et-contact-details h3{margin-top:18px;font-size:27px}:is(#easytech-about-motion,.easytech-scope) .et-form{grid-template-columns:1fr 1fr;gap:22px 18px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-field{flex-direction:column;gap:8px;min-width:0;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-field>span{letter-spacing:.04em;font-family:IBM Plex Mono,monospace;font-size:10px}:is(#easytech-about-motion,.easytech-scope) .et-field input,:is(#easytech-about-motion,.easytech-scope) .et-field textarea,:is(#easytech-about-motion,.easytech-scope) .et-field select{--et-text:var(--et-paper);background:#23271f;border:1px solid #6b7064;border-radius:0;width:100%;min-width:0;min-height:44px;padding:12px;font-size:14px}:is(#easytech-about-motion,.easytech-scope) .et-field input::placeholder,:is(#easytech-about-motion,.easytech-scope) .et-field textarea::placeholder{--et-text:#b2b6a9;opacity:1}:is(#easytech-about-motion,.easytech-scope) .et-field textarea{resize:vertical;min-height:110px}:is(#easytech-about-motion,.easytech-scope) .et-field small{--et-text:#c5c9bc;font-size:11px;line-height:1.5}:is(#easytech-about-motion,.easytech-scope) .et-span{grid-column:1/-1}:is(#easytech-about-motion,.easytech-scope) .et-file input{padding:11px;font-family:IBM Plex Mono,monospace;font-size:11px}:is(#easytech-about-motion,.easytech-scope) .et-file input::file-selector-button{background:var(--et-paper);--et-text:var(--et-ink);cursor:pointer;border:0;margin-right:12px;padding:8px 12px}:is(#easytech-about-motion,.easytech-scope) .et-form .et-submit{background:var(--et-lime);--et-text:var(--et-ink);border-color:var(--et-lime);width:100%}:is(#easytech-about-motion,.easytech-scope) .et-form .et-submit:hover{background:var(--et-paper);border-color:var(--et-paper)}:is(#easytech-about-motion,.easytech-scope) .et-form-status{--et-text:var(--et-lime);min-height:0;font-size:13px}:is(#easytech-about-motion,.easytech-scope) .et-footer-top{border-top:1px solid #545b4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-top:60px;padding-top:42px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-footer-top .et-logo{filter:brightness(0)invert();width:180px}:is(#easytech-about-motion,.easytech-scope) .et-footer-links{flex-wrap:wrap;gap:25px;font-size:12px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-footer-bottom{--et-text:#b7beac;border-top:1px solid #545b4d;flex-wrap:wrap;justify-content:space-between;gap:25px;margin-top:38px;padding-top:22px;font-family:IBM Plex Mono,monospace;font-size:9px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-socials{flex-wrap:wrap;gap:20px;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-footer-bottom a:hover{text-decoration:underline}:is(#easytech-about-motion,.easytech-scope) .et-sr{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-about h2 em{letter-spacing:-.075em;--et-text:var(--et-ink);text-decoration:underline;-webkit-text-decoration-color:var(--et-orange);text-decoration-color:var(--et-orange);text-underline-offset:6px;background:0 0;padding:0;font-family:Silkscreen,monospace;font-size:.78em;font-weight:400;text-decoration-thickness:4px}:is(#easytech-about-motion,.easytech-scope) .et-process h2 .et-pixel{letter-spacing:-.075em;font-size:.68em}@media (max-width:800px){:is(#easytech-about-motion,.easytech-scope) .et-navlinks{gap:12px;font-size:11px}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>.et-button{display:none}:is(#easytech-about-motion,.easytech-scope) .et-logo{width:153px}:is(#easytech-about-motion,.easytech-scope) .et-hero-actions{flex-direction:column;align-items:flex-start}:is(#easytech-about-motion,.easytech-scope) .et-hero-lower{gap:5%}:is(#easytech-about-motion,.easytech-scope) .et-about-top{grid-template-columns:1.7fr 1fr;gap:6%}:is(#easytech-about-motion,.easytech-scope) .et-about-side p{font-size:15px}:is(#easytech-about-motion,.easytech-scope) .et-section{padding-top:65px;padding-bottom:65px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid{grid-template-columns:1fr 1fr;gap:35px}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child>div:last-child{grid-template-columns:1fr}:is(#easytech-about-motion,.easytech-scope) .et-process{gap:6%}:is(#easytech-about-motion,.easytech-scope) .et-screen{height:285px}:is(#easytech-about-motion,.easytech-scope) .et-product-pos{gap:28px}:is(#easytech-about-motion,.easytech-scope) .et-contact-grid{gap:5%}:is(#easytech-about-motion,.easytech-scope) .et-plan{padding:26px}:is(#easytech-about-motion,.easytech-scope) .et-field input,:is(#easytech-about-motion,.easytech-scope) .et-field textarea,:is(#easytech-about-motion,.easytech-scope) .et-field select{font-size:16px}}@media (max-width:820px){:is(#easytech-about-motion,.easytech-scope) .et-availability{justify-content:flex-start;padding-top:11px;font-size:8px}:is(#easytech-about-motion,.easytech-scope) .et-navlinks{display:none}:is(#easytech-about-motion,.easytech-scope) .et-mobile{display:block}:is(#easytech-about-motion,.easytech-scope) .et-nav{min-height:65px}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown{-webkit-overflow-scrolling:touch;border:1px solid var(--et-ink);background:var(--et-paper);z-index:99999;box-sizing:border-box;width:min(280px,100vw - 32px);max-width:calc(100vw - 32px);max-height:min(480px,100vh - 100px);padding:8px;top:calc(100% + 8px);left:auto;right:0;overflow-y:auto;box-shadow:0 16px 36px #191a1829}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a{min-height:44px;color:var(--et-ink);border-bottom:1px solid #191a1814;align-items:center;padding:10px 14px;font-family:Space Grotesk,Arial,sans-serif;font-size:14px;text-decoration:none;transition:background .18s,color .18s;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a:last-child{border-bottom:0}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a:hover,:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a:focus-visible{background:var(--et-violet);color:#fff!important;-webkit-text-fill-color:#fff!important}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a.et-mobile-cta{background:var(--et-ink);border-bottom:0;justify-content:space-between;margin-top:8px;font-family:IBM Plex Mono,monospace;font-size:12px;color:var(--et-paper)!important;-webkit-text-fill-color:var(--et-paper)!important}:is(#easytech-about-motion,.easytech-scope) .et-mobile .et-dropdown a.et-mobile-cta:hover{background:var(--et-violet);color:#fff!important;-webkit-text-fill-color:#fff!important}:is(#easytech-about-motion,.easytech-scope) .et-hero{padding-top:42px;padding-bottom:38px}:is(#easytech-about-motion,.easytech-scope) .et-hero-lower{grid-template-columns:1fr;gap:14px;margin-top:22px}:is(#easytech-about-motion,.easytech-scope) .et-art{height:235px}:is(#easytech-about-motion,.easytech-scope) .et-hero-word{letter-spacing:-.075em;font-size:12.9cqw}:is(#easytech-about-motion,.easytech-scope) .et-hero-word:after{display:none}:is(#easytech-about-motion,.easytech-scope) .et-hero h1{font-size:34px}:is(#easytech-about-motion,.easytech-scope) .et-hero-description{max-width:430px;font-size:20px}:is(#easytech-about-motion,.easytech-scope) .et-hero-actions{flex-direction:row;gap:9px;margin-top:23px}:is(#easytech-about-motion,.easytech-scope) .et-hero-actions .et-button{gap:12px;padding:12px 11px;font-size:10px}:is(#easytech-about-motion,.easytech-scope) .et-scroll{margin-top:20px}:is(#easytech-about-motion,.easytech-scope) .et-section{padding-top:53px;padding-bottom:53px}:is(#easytech-about-motion,.easytech-scope) .et-kicker{margin-bottom:23px}:is(#easytech-about-motion,.easytech-scope) .et-about-top{grid-template-columns:1fr;gap:28px}:is(#easytech-about-motion,.easytech-scope) .et-about h2{font-size:35px}:is(#easytech-about-motion,.easytech-scope) .et-about-side p{max-width:380px;font-size:17px}:is(#easytech-about-motion,.easytech-scope) .et-about-side .et-mono{margin-top:16px}:is(#easytech-about-motion,.easytech-scope) .et-stats{grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}:is(#easytech-about-motion,.easytech-scope) .et-stat:first-child{grid-column:1/-1}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(2),:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(3){padding-top:12px}:is(#easytech-about-motion,.easytech-scope) .et-stat-num{font-size:51px}:is(#easytech-about-motion,.easytech-scope) .et-stat:first-child .et-stat-num{font-size:72px}:is(#easytech-about-motion,.easytech-scope) .et-stat-label{font-size:14px}:is(#easytech-about-motion,.easytech-scope) .et-stat p{font-size:12px}:is(#easytech-about-motion,.easytech-scope) .et-service-intro{grid-template-columns:1fr;gap:22px;margin-bottom:30px}:is(#easytech-about-motion,.easytech-scope) .et-service-intro p{font-size:16px}:is(#easytech-about-motion,.easytech-scope) .et-service-grid{grid-template-columns:1fr}:is(#easytech-about-motion,.easytech-scope) .et-service{gap:12px;padding:25px 0}:is(#easytech-about-motion,.easytech-scope) .et-service h3{font-size:26px}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child>div:last-child{gap:0}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child p{margin-top:12px}:is(#easytech-about-motion,.easytech-scope) .et-service:last-child a{margin-top:19px}:is(#easytech-about-motion,.easytech-scope) .et-service a{min-height:34px}:is(#easytech-about-motion,.easytech-scope) .et-vision{padding:60px 5%}:is(#easytech-about-motion,.easytech-scope) .et-vision h2{font-size:29px}:is(#easytech-about-motion,.easytech-scope) .et-vision p{font-size:15px}:is(#easytech-about-motion,.easytech-scope) .et-inline-mark{width:29px;height:29px}:is(#easytech-about-motion,.easytech-scope) .et-product-main{grid-template-columns:1fr;gap:35px}:is(#easytech-about-motion,.easytech-scope) .et-screen{height:280px}:is(#easytech-about-motion,.easytech-scope) .et-product-facts{gap:12px;margin-top:30px}:is(#easytech-about-motion,.easytech-scope) .et-product-facts strong,:is(#easytech-about-motion,.easytech-scope) .et-product-facts span{font-size:11px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary{gap:24px;margin-top:42px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary h3{font-size:23px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary p{font-size:13px}:is(#easytech-about-motion,.easytech-scope) .et-product-pos{grid-template-columns:1fr;gap:25px}:is(#easytech-about-motion,.easytech-scope) .et-pos-screen{height:210px}:is(#easytech-about-motion,.easytech-scope) .et-process{grid-template-columns:1fr;gap:36px}:is(#easytech-about-motion,.easytech-scope) .et-process li{grid-template-columns:38px 1fr}:is(#easytech-about-motion,.easytech-scope) .et-tape{gap:17px;padding:23px 0;font-size:30px}:is(#easytech-about-motion,.easytech-scope) .et-compare th{padding:16px 10px;font-size:18px}:is(#easytech-about-motion,.easytech-scope) .et-compare th img{width:135px}:is(#easytech-about-motion,.easytech-scope) .et-compare td{padding:17px 10px;font-size:13px}:is(#easytech-about-motion,.easytech-scope) .et-compare td span{margin-right:4px}:is(#easytech-about-motion,.easytech-scope) .et-difference-title{margin-bottom:30px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid{gap:30px 22px;margin-top:32px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid h3{font-size:21px}:is(#easytech-about-motion,.easytech-scope) .et-reason-grid p{font-size:13px}:is(#easytech-about-motion,.easytech-scope) .et-reason-sign{margin-bottom:17px;font-size:29px}:is(#easytech-about-motion,.easytech-scope) .et-plan-grid{grid-template-columns:1fr;margin-top:30px}:is(#easytech-about-motion,.easytech-scope) .et-plan{padding:27px}:is(#easytech-about-motion,.easytech-scope) .et-plan h3{font-size:27px}:is(#easytech-about-motion,.easytech-scope) .et-faq{grid-template-columns:1fr;gap:30px;padding-top:0}:is(#easytech-about-motion,.easytech-scope) .et-faq h2{font-size:50px}:is(#easytech-about-motion,.easytech-scope) .et-faq summary{font-size:15px}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner{padding-top:35px;padding-bottom:35px}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner .et-mono{margin-bottom:25px;font-size:8px}:is(#easytech-about-motion,.easytech-scope) .et-contact-banner h2{font-size:8.2cqw}:is(#easytech-about-motion,.easytech-scope) .et-contact-grid{grid-template-columns:1fr;gap:40px}:is(#easytech-about-motion,.easytech-scope) .et-contact-details{grid-template-columns:1fr 1fr;gap:24px;display:grid}:is(#easytech-about-motion,.easytech-scope) .et-contact-details .et-office{margin-top:0}:is(#easytech-about-motion,.easytech-scope) .et-contact-details p{font-size:12px}:is(#easytech-about-motion,.easytech-scope) .et-contact-details h3{font-size:23px}:is(#easytech-about-motion,.easytech-scope) .et-form{grid-template-columns:1fr;gap:20px}:is(#easytech-about-motion,.easytech-scope) .et-footer-top{gap:25px;margin-top:40px}:is(#easytech-about-motion,.easytech-scope) .et-footer-links{gap:25px}:is(#easytech-about-motion,.easytech-scope) .et-socials{gap:22px;line-height:2}:is(#easytech-about-motion,.easytech-scope) .et-footer-bottom a{align-items:center;min-height:30px;display:inline-flex}}:is(#easytech-about-motion,.easytech-scope) .et-hero{padding-top:24px;padding-bottom:48px}:is(#easytech-about-motion,.easytech-scope) .et-hero h1{letter-spacing:-.075em;font-size:clamp(48px,8.4cqw,100px);line-height:.96}:is(#easytech-about-motion,.easytech-scope) .et-hero-word{letter-spacing:-.075em;width:100%;margin-top:10px;padding-bottom:10px;font-size:clamp(48px,17.6cqw,210px);line-height:.98}:is(#easytech-about-motion,.easytech-scope) .et-hero-word>span{transform-origin:50% 85%;animation:5.8s ease-in-out infinite et-letter-wave;animation-delay:calc(var(--et-letter,0)*.12s);display:inline-block}:is(#easytech-about-motion,.easytech-scope) .et-hero-word:after{content:"";background:var(--et-violet);width:4.2%;height:6px;animation:3.8s ease-in-out infinite et-cursor-travel;display:block;bottom:0;right:0}:is(#easytech-about-motion,.easytech-scope) .et-hero-lower{margin-top:18px}:is(#easytech-about-motion,.easytech-scope) .et-art{height:300px}:is(#easytech-about-motion,.easytech-scope) .et-scroll i{background:#c2c5bd;height:2px;position:relative;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-scroll i:after{content:"";background:var(--et-violet);animation:2.4s ease-in-out infinite et-scroll-signal;position:absolute;inset:0}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary{align-items:stretch;gap:32px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article{border-top:0;flex-direction:column;min-width:0;padding-top:0;display:flex}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article>.et-mono{margin-top:22px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article>a{align-self:flex-start;margin-top:auto;padding-top:24px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article>p:last-of-type{margin-bottom:8px}:is(#easytech-about-motion,.easytech-scope) .et-product-visual{aspect-ratio:16/10;background:#eeedf5;border:8px solid #d9d4eb;width:100%;margin:0;display:block;position:relative;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-product-visual img{object-fit:contain;object-position:center;filter:saturate(.9);width:100%;height:100%;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s;display:block}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article:hover .et-product-visual img{filter:saturate();transform:scale(1.035)}:is(#easytech-about-motion,.easytech-scope) .et-product-visual:after{content:"";background:var(--et-lime);transform-origin:0;height:3px;transition:transform .5s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article:hover .et-product-visual:after{transform:scaleX(1)}@keyframes et-cursor-travel{0%,to{transform:translate(0)}50%{transform:translate(-120%)}}@keyframes et-scroll-signal{0%{transform:translate(-100%)}60%,to{transform:translate(100%)}}@keyframes et-letter-wave{0%,18%,to{transform:translateY(0)}9%{transform:translateY(-5px)}}@media (max-width:600px){:is(#easytech-about-motion,.easytech-scope) .et-hero{padding-top:19px;padding-bottom:35px}:is(#easytech-about-motion,.easytech-scope) .et-hero h1{font-size:clamp(39px,9.2cqw,55px)}:is(#easytech-about-motion,.easytech-scope) .et-hero-word{margin-top:8px;padding-bottom:10px;font-size:17.6cqw;line-height:1.03}:is(#easytech-about-motion,.easytech-scope) .et-hero-word:after{height:4px}:is(#easytech-about-motion,.easytech-scope) .et-art{height:235px}:is(#easytech-about-motion,.easytech-scope) .et-hero-lower{margin-top:18px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary{grid-template-columns:1fr;gap:38px}:is(#easytech-about-motion,.easytech-scope) .et-product-secondary article>a{padding-top:18px}:is(#easytech-about-motion,.easytech-scope) .et-product-visual{aspect-ratio:16/10;border-width:6px}}:is(#easytech-about-motion,.easytech-scope)>header,:is(#easytech-about-motion,.easytech-scope)>main,:is(#easytech-about-motion,.easytech-scope) .et-hero h1,:is(#easytech-about-motion,.easytech-scope) .et-hero-word,:is(#easytech-about-motion,.easytech-scope) .et-hero-word>span,:is(#easytech-about-motion,.easytech-scope) .et-dropdown{--et-text:var(--et-ink)}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>.et-button:hover{--et-text:var(--et-paper)}:is(#easytech-about-motion,.easytech-scope) .et-compare th:first-child{background:var(--et-paper);--et-text:var(--et-ink)}:is(#easytech-about-motion,.easytech-scope) .et-compare th:last-child{--et-text:var(--et-paper)}:is(#easytech-about-motion,.easytech-scope) .et-compare td:last-child{--et-text:var(--et-ink)}:is(#easytech-about-motion,.easytech-scope) .et-compare td span,:is(#easytech-about-motion,.easytech-scope) .et-reason-sign{--et-text:#5941c8}:is(#easytech-about-motion,.easytech-scope) .et-field input::placeholder,:is(#easytech-about-motion,.easytech-scope) .et-field textarea::placeholder{opacity:1;color:#b2b6a9!important;-webkit-text-fill-color:#b2b6a9!important}:is(#easytech-about-motion,.easytech-scope) .et-field select option{--et-text:var(--et-paper);background:#23271f}:is(#easytech-about-motion,.easytech-scope) .et-dot{animation:2.8s ease-in-out infinite et-systems-pulse}:is(#easytech-about-motion,.easytech-scope) .et-button>span,:is(#easytech-about-motion,.easytech-scope) .et-service .et-arrow{transition:transform .25s;display:inline-block}:is(#easytech-about-motion,.easytech-scope) .et-button:hover>span,:is(#easytech-about-motion,.easytech-scope) .et-button:focus-visible>span,:is(#easytech-about-motion,.easytech-scope) .et-service a:hover .et-arrow{transform:translate(3px,-3px)}:is(#easytech-about-motion,.easytech-scope) .et-service{transition:background .25s}:is(#easytech-about-motion,.easytech-scope) .et-service:focus-within{background:#644cdb0b}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>a:not(.et-button){position:relative}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>a:not(.et-button):after{content:"";background:var(--et-violet);transform-origin:0;height:1px;transition:transform .25s;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}:is(#easytech-about-motion,.easytech-scope) .et-navlinks>a:hover:after,:is(#easytech-about-motion,.easytech-scope) .et-navlinks>a:focus-visible:after{transform:scaleX(1)}:is(#easytech-about-motion,.easytech-scope) .et-field:focus-within>span{--et-text:var(--et-lime)}:is(#easytech-about-motion,.easytech-scope) .et-form-status[data-error=true]{--et-text:#ffbda7}:is(#easytech-about-motion,.easytech-scope)[data-motion=paused] *,:is(#easytech-about-motion,.easytech-scope)[data-motion=paused] :before,:is(#easytech-about-motion,.easytech-scope)[data-motion=paused] :after{transition:none!important;animation-play-state:paused!important}@keyframes et-systems-pulse{0%,to{box-shadow:0 0 #644cdb40}65%{box-shadow:0 0 0 6px #644cdb00}}:is(#easytech-about-motion,.easytech-scope) .et-products .et-product-title{letter-spacing:-.075em;text-transform:uppercase;--et-text:var(--et-lime);overflow-wrap:normal;margin:12px 0 0;font-family:Silkscreen,Courier New,monospace;font-size:clamp(28px,4.2cqw,43px);font-weight:400;line-height:1.14}:is(#easytech-about-motion,.easytech-scope) .et-products p{letter-spacing:0;--et-text:#c9ccbf;font-family:Space Grotesk,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.6}:is(#easytech-about-motion,.easytech-scope) .et-products :is(.et-screen,.et-pos-screen,.et-product-visual){aspect-ratio:69/57;background:#10101b;border:1px solid #52554d;width:100%;height:auto;transition:border-color .3s,transform .4s;position:relative;overflow:hidden}:is(#easytech-about-motion,.easytech-scope) .et-products :is(.et-screen,.et-pos-screen,.et-product-visual) img{object-fit:contain;object-position:center;width:100%;height:100%;display:block;filter:none!important;transform:none!important}:is(#easytech-about-motion,.easytech-scope) .et-products :is(.et-screen,.et-pos-screen,.et-product-visual):after{display:none}:is(#easytech-about-motion,.easytech-scope) .et-products :is(.et-screen,.et-pos-screen,.et-product-visual):hover{border-color:var(--et-lime);transform:translateY(-3px)}@media (max-width:600px){:is(#easytech-about-motion,.easytech-scope) .et-products .et-product-title{font-size:clamp(28px,7cqw,34px)}}:is(#easytech-about-motion,.easytech-scope) .et-about-top,:is(#easytech-about-motion,.easytech-scope) .et-stat{--et-mx:0px;--et-my:0px;--et-tilt:0deg;--et-stat-accent:var(--et-violet);position:relative}:is(#easytech-about-motion,.easytech-scope) .et-about-top,:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(2){--et-stat-accent:var(--et-orange)}:is(#easytech-about-motion,.easytech-scope) .et-stat:nth-child(3){--et-stat-accent:var(--et-lime)}:is(#easytech-about-motion,.easytech-scope) .et-about h2 .et-tech-word{white-space:nowrap;transform:translate(var(--et-mx),var(--et-my));text-decoration:none;transition:transform .35s cubic-bezier(.22,.8,.25,1);display:inline-block;position:relative}:is(#easytech-about-motion,.easytech-scope) .et-word-underline{background:var(--et-orange);transform-origin:0;pointer-events:none;height:4px;position:absolute;bottom:-4px;left:0;right:0}:is(#easytech-about-motion,.easytech-scope) .et-stat-trigger{appearance:none;text-align:left;--et-text:var(--et-ink);width:max-content;max-width:100%;min-height:44px;transform:translate(var(--et-mx),var(--et-my)) rotate(var(--et-tilt));background:0 0;border:0;border-radius:0;align-items:baseline;padding:0;font-weight:400;transition:transform .35s cubic-bezier(.22,.8,.25,1);display:flex}:is(#easytech-about-motion,.easytech-scope) .et-stat-num .et-count{font:inherit;letter-spacing:inherit;font-variant-numeric:tabular-nums;transform-origin:50% 85%;display:inline-block}:is(#easytech-about-motion,.easytech-scope) .et-stat-num .et-suffix{letter-spacing:0;font-size:.8em}:is(#easytech-about-motion,.easytech-scope) .et-stat-line{background:var(--et-stat-accent);transform-origin:0;transition:transform .4s cubic-bezier(.22,.8,.25,1)}:is(#easytech-about-motion,.easytech-scope) .et-stat[data-et-pointer] .et-stat-line,:is(#easytech-about-motion,.easytech-scope) .et-stat:focus-within .et-stat-line{transform:scaleX(1.5)}:is(#easytech-about-motion,.easytech-scope) .et-about-top:after,:is(#easytech-about-motion,.easytech-scope) .et-stat:after{content:"";left:var(--et-pointer-x,0px);top:var(--et-pointer-y,0px);background:var(--et-stat-accent);width:3px;height:3px;box-shadow:-6px 0 var(--et-stat-accent),-3px 0 var(--et-stat-accent),3px 0 var(--et-stat-accent),6px 0 var(--et-stat-accent),0 -6px var(--et-stat-accent),0 -3px var(--et-stat-accent),0 3px var(--et-stat-accent),0 6px var(--et-stat-accent);visibility:hidden;pointer-events:none;z-index:2;position:absolute}@media (hover:hover) and (pointer:fine){:is(#easytech-about-motion,.easytech-scope) [data-et-pointer]:after{visibility:visible}}:is(#easytech-about-motion,.easytech-scope)[data-motion=paused] .et-about-top:after,:is(#easytech-about-motion,.easytech-scope)[data-motion=paused] .et-stat:after{visibility:hidden}@media (prefers-reduced-motion:reduce){:is(#easytech-about-motion,.easytech-scope) *,:is(#easytech-about-motion,.easytech-scope) :before,:is(#easytech-about-motion,.easytech-scope) :after{scroll-behavior:auto!important;transition:none!important;animation:none!important}:is(#easytech-about-motion,.easytech-scope) .et-about-top:after,:is(#easytech-about-motion,.easytech-scope) .et-stat:after{display:none}:is(#easytech-about-motion,.easytech-scope) .et-stat-trigger,:is(#easytech-about-motion,.easytech-scope) .et-tech-word,:is(#easytech-about-motion,.easytech-scope) .et-stat-line{transform:none!important}}
