.title_gradient{background:linear-gradient(270deg,#307fff,#5cf1d3,#65d7ff,#6d64ff) 0 0/400% 400%;-webkit-text-fill-color:#0000;color:#0000;-webkit-background-clip:text;background-clip:text;animation:5s infinite gradientMove}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
.loader_percentage{background-color:#307fff33;width:400px;height:29px;display:block;position:relative;overflow:hidden}@media (max-width:568px){.loader_percentage{width:100%}}.loader_percentage:before{content:"";background:linear-gradient(270deg,#307fff,#5cf1d3,#65d7ff,#6d64ff);width:0;height:100%;animation:3s linear forwards loading;position:absolute;top:0;left:0}.loader_percentage:after{content:"";text-align:center;color:#fff;mix-blend-mode:difference;width:100%;height:100%;font-size:25px;line-height:32px;animation:3s linear forwards percentage;position:absolute;top:0;left:0}@keyframes loading{0%{width:0}to{width:100%}}@keyframes percentage{0%{content:"0%"}5%{content:"5%"}10%{content:"10%"}20%{content:"20%"}30%{content:"30%"}40%{content:"40%"}50%{content:"50%"}60%{content:"60%"}70%{content:"70%"}80%{content:"80%"}90%{content:"90%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}to{content:"100%"}}.glow-bg{filter:blur(150px);background:linear-gradient(270deg,#307fff80,#5cf1d3,#65d7ff,#6d64ff);border-radius:200%;width:700px;height:550px;position:absolute;bottom:0;right:0;overflow:hidden}.glow-bg:after{content:"";filter:blur(120px);opacity:.8;background:radial-gradient(circle,#307fff80,#5cf1d3,#65d7ff,#6d64ff);border-radius:50%;width:100%;height:100%;position:absolute}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (max-width:600px){.glow-bg{width:30%;height:400px}}@keyframes dots{0%{content:"."}33%{content:"."}66%{content:".."}to{content:"..."}}.dots_loading:after{content:"";animation:1.5s steps(3,end) infinite dots}
