.moveTopAnimation{animation:1.2s 1s forwards moveTop}.moveBottomAnimation{animation:1.2s 1s forwards moveDown}@keyframes moveTop{to{filter:brightness(.7);font-size:8rem;top:-35%}}@keyframes moveDown{to{filter:brightness(.7);font-size:8rem;top:35%}}.moveTopAnimation-type-2{animation:1.2s 1s forwards moveTop-type-2}.moveBottomAnimation-type-2{animation:1.2s 1s forwards moveDown-type-2}@keyframes moveTop-type-2{to{filter:brightness(.4);font-size:6rem;top:-65%}}@keyframes moveDown-type-2{to{filter:brightness(.4);font-size:6rem;top:65%}}.grow-width-animation{animation:2s 1s forwards width-grow}@keyframes width-grow{50%{width:100%}80%{height:2px}to{width:100%;height:100vh}}.hide{animation:1s linear forwards reduce-opacity}@keyframes reduce-opacity{0%{opacity:1}to{opacity:0}}.strokeFill{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#0790e8;color:#0000;font-family:Oswald,sans-serif;animation:2.5s forwards textFill}@keyframes textFill{to{color:#0790e8;-webkit-text-stroke-color:#0790e8}}.glow-text{text-shadow:0 0 10px #ffffffb3,0 0 20px #ffffff80,0 0 30px #ffffff4d}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.animate-shimmer{background-size:200% 100%;animation:1.5s linear infinite shimmer}.animation-skew{animation:20s linear infinite forwards skewing;transform:skew(-8deg)}@keyframes skewing{0%{transform:skew(-8deg)}50%{transform:skew(8deg)}to{transform:skew(-8deg)}}.scale_up{opacity:1;animation:10s 2s forwards scale_up_animation}.move-to-left{opacity:1;animation:3s 2s forwards move_to_left}@keyframes move_to_left{to{transform:translate(5%)}}@keyframes scale_up_animation{0%{scale:1}30%{transform:translate(-5%)}to{transform:translate(-5%)scale(50)}}.animation-skew-to-pan{will-change:transform, opacity;transform-origin:50%;animation:15s ease-in-out infinite click-hand-animation;position:absolute}@keyframes click-hand-animation{0%{opacity:0;transform:scale(.9)}3%{opacity:1;transform:scale(1)}6%{opacity:1;transform:scale(1)}8%{transform:scale(.85)}10%{transform:scale(1)}14%{opacity:1;transform:scale(1)}17%{opacity:0;transform:scale(.9)}20%,to{opacity:0;transform:scale(.9)}}.pointer-ripple{pointer-events:none;background:radial-gradient(circle,#fffc 0%,#3b82f699 50%,#0000 100%);border-radius:50%;width:12px;height:12px;animation:15s ease-out infinite ripple-click-once}@keyframes ripple-click-once{0%{opacity:0;transform:scale(0);box-shadow:0 0 #fff0}7.9%{opacity:0;transform:scale(0);box-shadow:0 0 #fff0}8%{opacity:1;transform:scale(1);box-shadow:0 0 #ffffffb3}10%{opacity:.8;transform:scale(2);box-shadow:0 0 0 8px #3b82f64d}13%{opacity:0;transform:scale(3.5);box-shadow:0 0 0 16px #3b82f600}13.1%,to{opacity:0;transform:scale(0);box-shadow:0 0 #3b82f600}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:.2s ease-out fadeIn}.animate-slideUp{animation:.3s ease-out slideUp}
