.main-loading-screen{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;background:#1e1e1e;position:fixed;top:0;left:0;z-index:1000}.main-loading-screen img{animation:dash 4s ease-in-out infinite}@keyframes dash{0%{opacity:0}to{opacity:1}}.footer{background:linear-gradient(255deg,rgba(30,30,30,.2) 31.34%,rgba(49,73,122,.06) 85.55%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid hsla(0,0%,100%,.1);margin:auto;padding-top:60px;position:relative}.footer .footer-top{display:flex;justify-content:space-between;gap:4%}@media(max-width:800px){.footer .footer-top{flex-direction:column;gap:30px}}.footer .footer-top .footer-links-container{display:flex;justify-content:space-between;max-width:900px;width:100%;gap:5%}@media(max-width:900px){.footer .footer-top .footer-links-container .footer-links{width:100%}}@media(max-width:640px){.footer .footer-top .footer-links-container{display:grid;grid-template-columns:1fr 1fr;gap:32px}}.footer .footer-top .links-heading{font-size:16px;font-weight:700}.footer .footer-top .links{list-style-type:none;display:grid;gap:24px;margin-top:24px}.footer .footer-top .links li{opacity:.8}.footer .footer-top .links li:hover{opacity:1}@media(max-width:600px){.footer .footer-top .links{gap:15px;margin-top:15px}}.footer .footer-top .links li{margin:0}.footer .footer-top .links li a{font-size:16px;font-weight:400}.footer .social-links{display:flex;gap:16px;align-items:center;justify-content:flex-end}@media(max-width:760px){.footer .social-links{justify-content:center}}.footer .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-bottom:35px;padding-top:35px;border-top:1px solid hsla(0,0%,100%,.1);margin-top:66px}@media(max-width:800px){.footer .footer-bottom{flex-wrap:wrap;flex-direction:column-reverse;gap:20px}}.footer .copy-right{color:hsla(0,0%,100%,.6);text-align:center}.footer .links{color:hsla(0,0%,100%,.6);font-weight:200;line-height:140%;display:flex;gap:5px}.footer .links a{color:#fff}.footer .purpleGradient{width:85px;height:85px;background:#bb41cf;filter:blur(100px);position:absolute;right:0;bottom:0;pointer-events:none}.gradient-text{background:linear-gradient(94deg,#1c51bc .55%,#3cdaf7 59.74%,#8f25c0 106.15%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:inherit;font-weight:700}