@charset "UTF-8";.animate-fading{animation:fading 1s linear both}@keyframes fading{0%{opacity:0}50%{opacity:.5}to{opacity:1}}.animate-opacity{animation:opac 1s}@keyframes opac{0%{opacity:0}to{opacity:1}}.animate-top{position:relative;animation:animatetop 1s}@keyframes animatetop{0%{top:-300px;opacity:0}to{top:0;opacity:1}}.animate-left{position:relative;animation:animateleft 1s}@keyframes animateleft{0%{left:-300px;opacity:0}to{left:0;opacity:1}}.animate-right{position:relative;animation:animateright 1s}@keyframes animateright{0%{right:-300px;opacity:0}to{right:0;opacity:1}}.animate-bottom{position:relative;animation:animatebottom 1s}@keyframes animatebottom{0%{bottom:-300px;opacity:0}to{bottom:0;opacity:1}}.animate-zoom{animation:animatezoom 1s}@keyframes animatezoom{0%{transform:scale(0)}to{transform:scale(1)}}.animate-input{transition:width 1s ease-in-out}.w3-animate-input:focus{width:100%!important}.scale-up-center{animation:scale-up-center 1s}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1.5)}}.blur-out{animation:blur-out .4s linear both}@keyframes blur-out{0%{filter:blur(.01px)}to{filter:blur(12px);opacity:0}}.blur-in-expandLogo{animation:blur-in-expand 1s linear both}@keyframes blur-in-expand{0%{transform:scale(0);filter:blur(12px);opacity:0}to{transform:scale(1);filter:blur(0);opacity:1}}.blur-in-expand{animation:blur-in-expand .4s linear both}.slide-rotate-vertical-left{animation:slide-rotate-vertical-left .4s linear both}@keyframes slide-rotate-vertical-left{0%{transform:translate(0) rotateY(0)}to{transform:translate(-150px) rotateY(90deg)}}.tracking-in-contract{animation:tracking-in-contract .4s linear both}@keyframes tracking-in-contract{0%{letter-spacing:.6em;opacity:0}40%{opacity:.6}to{letter-spacing:normal;opacity:1}}.tracking-out-contract{animation:tracking-out-contract .4s linear both}@keyframes tracking-out-contract{0%{opacity:1}50%{opacity:1}to{letter-spacing:-.2em;opacity:0}}.rotate-center{animation:rotate-center .4s}@keyframes rotate-center{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rotate-scale-up-vertical{animation:rotate-scale-up-vertical .4s linear both}@keyframes rotate-scale-up-vertical{0%{transform:scale(1) rotateY(0)}50%{transform:scale(2) rotateY(180deg)}to{transform:scale(1) rotateY(360deg)}}.rotate-scale-down-diagonal-right{animation:rotate-scale-up-diagonal-right .4s linear both}@keyframes rotate-scale-up-diagonal-right{0%{transform:scale(1) rotate3d(-1,1,0,0)}50%{transform:scale(2) rotate3d(-1,1,0,180deg)}to{transform:scale(1) rotate3d(-1,1,0,360deg)}}.rotate-scale-down-vertical{animation:rotate-scale-down-vertical .4s linear both}@keyframes rotate-scale-down-vertical{0%{transform:scale(1) rotateY(0)}50%{transform:scale(.5) rotateY(180deg)}to{transform:scale(1) rotateY(360deg)}}.scale-up-vertical-top{animation:scale-up-vertical-top .4s linear}@keyframes scale-up-vertical-top{0%{transform:scaleY(.4);transform-origin:center top}to{transform:scaleY(1);transform-origin:center top}}.wobble-vertical-right{animation:wobble-vertical-right .8s linear both}@keyframes wobble-vertical-right{0%,to{transform:translateY(0) rotate(0);transform-origin:50% 50%}15%{transform:translateY(-30px) rotate(6deg)}30%{transform:translateY(15px) rotate(-6deg)}45%{transform:translateY(-15px) rotate(3.6deg)}60%{transform:translateY(9px) rotate(-2.4deg)}75%{transform:translateY(-6px) rotate(1.2deg)}}.stateAnimation{animation:state 2s infinite}@keyframes state{0%{opacity:0}50%{opacity:1}to{opacity:0}}.pulse{animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:1}to{transform:scale(1);opacity:1}}.iaAnimation{animation:stateIa 2s linear;animation-iteration-count:5}@keyframes stateIa{0%{opacity:0}50%{opacity:1}to{opacity:0}}.tracking-in-expand-forward-top{animation:tracking-in-expand-forward-top .4s linear both}@keyframes tracking-in-expand-forward-top{0%{letter-spacing:-.2em;transform:translateZ(-700px) translateY(-100px);opacity:0}40%{opacity:.6}to{transform:translateZ(0) translateY(0);opacity:1}}.blob{animation:blob 1s infinite}@keyframes blob{0%{box-shadow:0 0 0 0 var(--teal)}70%{box-shadow:0 0 0 10px #1ec9aa1a}to{box-shadow:0 0 0 0 var(--teal)}}:root{--teal: #1ec9aa;--teal-dark: #0d3535;--teal-glow: rgba(30, 201, 170, .3);--teal-dim: rgba(30, 201, 170, .12);--bg-page: #082020;--bg-dark: #041414;--card: rgba(255, 255, 255, .92);--card-text: #082828;--card-border: rgba(255, 255, 255, .14);--text: rgba(255, 255, 255, .92);--text-sec: rgba(255, 255, 255, .55);--text-muted: rgba(255, 255, 255, .3)}body{padding:0!important;margin:0!important;overflow-x:hidden!important;font-family:Poppins,sans-serif!important;background:var(--bg-page);min-width:100%;min-height:100%}*,*:before,*:after{font-family:Poppins,sans-serif!important;box-sizing:border-box}html{height:100%;overflow-y:auto}app-root{display:block;min-height:100vh}
