@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(/static/media/Roboto-Bold.f80816a5455d171f948d.ttf) format("truetype")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Roboto,Arial,sans-serif;margin:0}:root{--blob-speed:10s;--blob-speed-scale:calc(var(--blob-speed)*0.7);--blob-speed-move:calc(var(--blob-speed)*0.5);--blob-speed-rotate:calc(var(--blob-speed)*5);--blob-size:500px;--blob-height-1:calc(var(--blob-size)*0.9);--blob-height-2:calc(var(--blob-size)*0.9);--blob-height-3:calc(var(--blob-size)*0.9);--blob-opacity:0.4;--blob-blur:80px;--blob-color-1:#d301a2;--blob-color-2:#01dfca;--blob-color-3:#0181e4}.blobs{bottom:0;-webkit-filter:blur(80px);filter:blur(80px);-webkit-filter:blur(var(--blob-blur));filter:blur(var(--blob-blur));height:60%;left:50%;overflow:hidden;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:-1}.blobs:after{-webkit-backdrop-filter:blur(8rem) saturate(1.6);backdrop-filter:blur(8rem) saturate(1.6);background:linear-gradient(180deg,hsla(0,0%,72%,.08),transparent);border-radius:1.5rem;content:"";height:100%;position:absolute;width:100%;z-index:2}.blob{-webkit-animation:blob 7s ease-in-out infinite;animation:blob 7s ease-in-out infinite;-webkit-animation:blob ease-in-out var(--blob-speed-scale) infinite;animation:blob ease-in-out var(--blob-speed-scale) infinite;background-color:#d301a2;background-color:var(--blob-color-1);border-radius:50%;height:450px;height:var(--blob-height-1);mix-blend-mode:multiply;opacity:.4;opacity:var(--blob-opacity);position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:200%}.blob:nth-child(2){-webkit-animation-delay:-4.2s;animation-delay:-4.2s;-webkit-animation-delay:calc(var(--blob-speed-scale)*-.6);animation-delay:calc(var(--blob-speed-scale)*-.6);background-color:#01dfca;background-color:var(--blob-color-2);height:450px;height:var(--blob-height-2);width:300%}.blob:nth-child(3){-webkit-animation-delay:-1.4s;animation-delay:-1.4s;-webkit-animation-delay:calc(var(--blob-speed-scale)*-.2);animation-delay:calc(var(--blob-speed-scale)*-.2);background-color:#0181e4;background-color:var(--blob-color-3);height:450px;height:var(--blob-height-3);width:400%}@-webkit-keyframes blob{0%,to{-webkit-transform:scale(.8,2);transform:scale(.8,2)}50%{-webkit-transform:scale(1.4,.8);transform:scale(1.4,.8)}}@keyframes blob{0%,to{-webkit-transform:scale(.8,2);transform:scale(.8,2)}50%{-webkit-transform:scale(1.4,.8);transform:scale(1.4,.8)}}.blob-rotate{-webkit-animation:blob-rotate 50s linear infinite alternate;animation:blob-rotate 50s linear infinite alternate;-webkit-animation:blob-rotate linear var(--blob-speed-rotate) infinite alternate;animation:blob-rotate linear var(--blob-speed-rotate) infinite alternate;left:50%;position:absolute;top:50%}.blob-rotate:nth-child(2){-webkit-animation-delay:-75s;animation-delay:-75s;-webkit-animation-delay:calc(var(--blob-speed-rotate)*-1.5);animation-delay:calc(var(--blob-speed-rotate)*-1.5);-webkit-animation-duration:100s;animation-duration:100s;-webkit-animation-duration:calc(var(--blob-speed-rotate)*2);animation-duration:calc(var(--blob-speed-rotate)*2)}.blob-rotate:nth-child(3){-webkit-animation-delay:-50s;animation-delay:-50s;-webkit-animation-delay:calc(var(--blob-speed-rotate)*-1);animation-delay:calc(var(--blob-speed-rotate)*-1);animation-direction:alternate-reverse;-webkit-animation-duration:40s;animation-duration:40s;-webkit-animation-duration:calc(var(--blob-speed-rotate)*.8);animation-duration:calc(var(--blob-speed-rotate)*.8)}@-webkit-keyframes blob-rotate{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(-28deg);transform:translate3d(-50%,-50%,0) rotate(-28deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(28deg);transform:translate3d(-50%,-50%,0) rotate(28deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}}@keyframes blob-rotate{0%{-webkit-transform:translate3d(-50%,-50%,0) rotate(-28deg);transform:translate3d(-50%,-50%,0) rotate(-28deg);-webkit-transform-origin:50% 100%;transform-origin:50% 100%}to{-webkit-transform:translate3d(-50%,-50%,0) rotate(28deg);transform:translate3d(-50%,-50%,0) rotate(28deg);-webkit-transform-origin:50% 0;transform-origin:50% 0}}.blob-move{-webkit-animation:blob-move 5s ease-in-out infinite;animation:blob-move 5s ease-in-out infinite;-webkit-animation:blob-move ease-in-out var(--blob-speed-move) infinite;animation:blob-move ease-in-out var(--blob-speed-move) infinite}.blobs>:nth-child(2) .blob-move{-webkit-animation-delay:-4s;animation-delay:-4s;-webkit-animation-delay:calc(var(--blob-speed-move)*-.8);animation-delay:calc(var(--blob-speed-move)*-.8)}.blobs>:nth-child(3) .blob-move{-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation-delay:calc(var(--blob-speed-move)*-.4);animation-delay:calc(var(--blob-speed-move)*-.4)}@-webkit-keyframes blob-move{0%,to{-webkit-transform:translateX(30%);transform:translateX(30%)}50%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}@keyframes blob-move{0%,to{-webkit-transform:translateX(30%);transform:translateX(30%)}50%{-webkit-transform:translateX(-30%);transform:translateX(-30%)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.landing,.landing-wrapper{flex-direction:row;height:100vh}.landing,.landing-main,.landing-wrapper{align-items:center;display:flex;justify-content:center}.landing-main{flex-direction:column;width:100%}.landing-title-containter,.landing-title-containter-main{display:flex;flex-direction:row;gap:15px;justify-content:center;width:100%}.landing-title{color:#fff;font-size:50px;text-align:center;z-index:2}.landing-title-bold{color:#fff}.landing-title-bold,.landing-title-special-bold{font-size:60px;font-weight:700;text-align:center;z-index:2}.landing-title-special-bold{-webkit-animation:colorize 10s ease-in-out infinite;animation:colorize 10s ease-in-out infinite;color:#0181e4}@-webkit-keyframes colorize{0%{color:#0181e4}25%{color:#d301a2}50%{color:#01dfca}75%{color:#d301a2}to{color:#0181e4}}@keyframes colorize{0%{color:#0181e4}25%{color:#d301a2}50%{color:#01dfca}75%{color:#d301a2}to{color:#0181e4}}.landing-subtitle{color:#e4e4e4;font-size:20px;text-align:center;width:310px;z-index:2}.landing-subtitle-bold{color:#b5b5b5;font-size:23px;font-weight:700;margin-left:5px;text-align:left;z-index:2}.landing-buttons{color:#fff;display:flex;flex-direction:row;gap:25px;margin-left:25px;margin-right:25px;margin-top:25px}.landing-buttons a{align-items:center;background:linear-gradient(90deg,#242424,#4b003a87);border-radius:100px;box-shadow:inset 0 0 10px #00fd91,inset 2px 0 10px #d301a2,inset -4px 0 8px #0ff,inset 4px 0 30px #d301a2,inset -4px 0 30px #0181e4,0 0 5px #00fd91,-2px 0 8px #d301a2,2px 0 8px #01dfca;color:#fff;display:flex;font-size:20px;height:60px;justify-content:center;transition:font-size .5s,box-shadow .5s;width:60px}.landing-buttons a:hover{box-shadow:inset 0 0 50px #00fd91,inset 2px 0 100px #00fd91,inset -4px 0 40px #00fd91,inset 4px 0 30px #00fd91,inset -4px 0 75px #00fd91,0 0 30px #00fd91,-2px 0 40px #00fd91,2px 0 40px #00fd91;font-size:20px}.landing-special-button{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;outline:none;padding:.6em 2em;position:relative;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:100%;z-index:0}.landing-special-button:before{-webkit-animation:glowing-button-85 20s linear infinite;animation:glowing-button-85 20s linear infinite;background:linear-gradient(45deg,#00fd91,#d301a2,#01dfca,#0181e4,#d301a2,#00fd91);background-size:400%;border-radius:10px;content:"";filter:blur(5px);-webkit-filter:blur(5px);height:calc(100% + 4px);left:-2px;position:absolute;top:-2px;transition:opacity .3s ease-in-out;width:calc(100% + 4px);z-index:-1}@-webkit-keyframes glowing-button-85{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes glowing-button-85{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}.landing-special-button:after{background:#242424;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.landing-special-button:hover{box-shadow:inset 0 0 50px #00fd91,inset 2px 0 100px #d301a2,inset -4px 0 40px #0ff,inset 4px 0 300px #d301a2,inset -4px 0 150px #0181e4,0 0 50px #00fd91,-2px 0 80px #d301a2,2px 0 80px #01dfca;color:#000;transition:box-shadow 1s}.landing-special-button:hover:after{background:#00fd91;transition:background 1s}.landing-button{background:#111;border:none;border-radius:10px;color:#fff;cursor:pointer;outline:none;padding:.6em 2em;position:relative;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:30%;z-index:0}.landing-button:after{background:#242424;border:1px solid #0181e4;border-radius:10px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.landing-button:hover:after{background:#767676}.landing-logo{height:300px;width:300px}.landing-logo img{-webkit-animation:superGlow 3s ease-in-out infinite;animation:superGlow 3s ease-in-out infinite}@-webkit-keyframes superGlow{0%{-webkit-filter:drop-shadow(0 0 10px rgba(255,0,234,.7));filter:drop-shadow(0 0 10px rgba(255,0,234,.7));scale:1}50%{-webkit-filter:drop-shadow(0 0 50px #0181e4);filter:drop-shadow(0 0 50px #0181e4);scale:1.05}to{-webkit-filter:drop-shadow(0 0 10px rgba(255,0,234,.7));filter:drop-shadow(0 0 10px rgba(255,0,234,.7));scale:1}}@keyframes superGlow{0%{-webkit-filter:drop-shadow(0 0 10px rgba(255,0,234,.7));filter:drop-shadow(0 0 10px rgba(255,0,234,.7));scale:1}50%{-webkit-filter:drop-shadow(0 0 50px #0181e4);filter:drop-shadow(0 0 50px #0181e4);scale:1.05}to{-webkit-filter:drop-shadow(0 0 10px rgba(255,0,234,.7));filter:drop-shadow(0 0 10px rgba(255,0,234,.7));scale:1}}@media screen and (max-width:430px){.landing-title-containter{display:flex;flex-direction:column;gap:0;justify-content:center;width:100%}.landing-logo{height:200px;margin-bottom:25px;width:200px}.landing-title{color:#fff;font-size:30px;text-align:center;z-index:2}.landing-subtitle{font-size:15px}.landing-title-containter-main{display:flex;flex-direction:row;gap:15px;justify-content:center;width:100%}.landing-title-bold{color:#fff}.landing-title-bold,.landing-title-special-bold{font-size:40px;font-weight:700;text-align:center;z-index:2}.landing-title-special-bold{-webkit-animation:colorize 10s ease-in-out infinite;animation:colorize 10s ease-in-out infinite;color:#0181e4}}
/*# sourceMappingURL=main.451db493.css.map*/