@import url("https://fonts.googleapis.com/css?family=Roboto:700");.container{position:absolute;z-index:2;color:#e5e5e5;font-size:2.26rem;text-transform:uppercase;height:10vh;width:100%;display:flex;align-items:center;justify-content:center;top:55%;left:50%;transform:translate(-50%,-50%)}.animation{height:50px;overflow:hidden;margin-left:1rem}.animation>div>div{padding:0 .75rem;height:2.71rem;font-size:3rem;text-align:left;display:inline-block;border-radius:5px;margin-inline:auto}.animation div:first-child{animation:text-animation 10s infinite}.first div{color:#20a7d8;font-weight:800}.second div{color:#cd921e;font-weight:800}.third div{color:#c13705;font-weight:800}@keyframes text-animation{0%{margin-top:-.5rem}10%{margin-top:-.5rem}20%{margin-top:-3.2rem}30%{margin-top:-3.2rem}40%{margin-top:-6.5rem}60%{margin-top:-6.5rem}70%{margin-top:-3.2rem}80%{margin-top:-3.2rem}90%{margin-top:-.5rem}to{margin-top:-.5rem}}@media (max-width:700px){.animation>div>div{padding:0 .75rem;height:2.71rem;width:12rem;font-size:1.5rem;text-align:left;display:inline-block;border-radius:5px}.container{font-size:1.26rem;top:65%}@keyframes text-animation{0%{margin-top:.2rem}10%{margin-top:.2rem}20%{margin-top:-1.6rem}30%{margin-top:-1.6rem}40%{margin-top:-4rem}60%{margin-top:-4rem}70%{margin-top:-1.6rem}80%{margin-top:-1.6rem}90%{margin-top:.2rem}to{margin-top:.2rem}}}.landing-page-container{background:radial-gradient(ellipse at bottom,#1b2735 0,#090a0f 100%);height:100vh;width:100vw;overflow:hidden;position:relative}.particle-canvas{position:absolute;top:0;left:0;z-index:1}.content-overlay{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;padding:20px;box-sizing:border-box;text-align:center;text-shadow:0 0 8px hsla(0,0%,100%,.3)}.content-overlay>*{margin-bottom:2rem}.container{position:static!important;transform:none!important;height:auto!important;margin-top:-2rem}.eko-container{position:absolute;z-index:1;top:30%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;height:10vh;width:80vw}.eko-animate-character{text-transform:uppercase;background-image:linear-gradient(-100deg,#333 20%,#3f5d8c 29%,#6b97b1 67%);background-size:200% auto;color:#fff;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textclip 10s linear infinite;display:inline-block;font-size:100px}@keyframes textclip{0%{background-position:0 50%}25%{background-position:50% 100%}50%{background-position:100% 50%}75%{background-position:50% 0}to{background-position:0 50%}}@media (max-width:700px){.eko-animate-character{font-size:40px}}.wrap{height:100%;position:absolute;z-index:2;top:80%;left:50%;transform:translate(-50%,-50%);height:10vh}.button,.wrap{align-items:center;justify-content:center}.button{display:flex;min-width:300px;min-height:60px;display:inline-flex;font-family:Nunito,sans-serif;font-size:22px;text-transform:uppercase;text-align:center;letter-spacing:1.3px;font-weight:700;color:#313133;background:linear-gradient(90deg,#81e6d9,#4fd1c5);border:none;border-radius:1000px;box-shadow:5px 5px 5px rgba(79,209,197,.64);transition:all 2s ease-in-out 0s;cursor:pointer;outline:none;position:relative;padding:10px}.button:before{content:"";border-radius:1000px;min-width:calc(300px + 12px);min-height:calc(60px + 12px);border:6px solid #00ffcb;box-shadow:0 0 60px rgba(0,255,203,.64);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:all .3s ease-in-out 0s}.button:focus,.button:hover{color:#313133;transform:translateY(-6px)}.button:focus:before,.button:hover:before{opacity:1}.button:after{content:"";width:30px;height:30px;border-radius:100%;border:6px solid #00ffcb;position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%)}.button:focus:after,.button:hover:after{animation:none;display:none}@keyframes ring{0%{width:30px;height:30px;opacity:1}to{width:300px;height:300px;opacity:0}}