@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");:root{--2xl-space:8.5%;--xl-space:6%;--md-space:5%;--sm-space:4%;--font-family:"Lato",sans-serif;--text-display:3.24rem;--text-h1:1.8rem;--text-h2:1.35rem;--text-body-lg:1.26rem;--text-button:1.17rem;--text-tag:1.08rem;--text-body:1rem;--text-caption:0.8rem;--font-weight-light:300;--font-weight-regular:400;--line-height-tight:1.2;--line-height-normal:1.5;--line-height-relaxed:1.6;--color-white:#F7FCFA;--color-purple:#8664ED;--color-bg:#140228;--color-cta:#22d390;--color-cta-border:rgba(34,211,144,0.8);--color-card-bg:rgba(247,252,250,0.1);--color-card-border:#8664ed;--radius-button:20px;--radius-card:40px}.layout-body{background-color:var(--color-bg);background-image:radial-gradient(ellipse 500px 300px at 95% 5%,rgba(255,255,255,.18) 0,transparent 60%),radial-gradient(ellipse 600px 400px at 5% 95%,rgba(255,255,255,.18) 0,transparent 60%);background-size:100% 100%,100% 100%;background-position:100% 0,0 100%;background-repeat:no-repeat}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:var(--font-family);font-size:var(--text-body);font-weight:var(--font-weight-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.footer{width:100%;padding:0 var(--2xl-space);background:linear-gradient(180deg,#47078E 0,var(--color-bg) 100%);color:var(--color-white);height:13rem;display:flex;align-items:center;justify-content:space-between}.footer-logo{width:10.5rem;height:2.5rem;object-fit:contain}.footer-socials-icons{display:flex;gap:1rem;align-items:center;justify-content:center;margin-top:1.5rem}.footer-socials-icons a{color:var(--color-white);font-size:20px}.footer-socials-icons a:hover{color:var(--color-purple)}.footer-links{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem 14rem;gap:2rem 14rem;margin-top:3rem;align-items:start}.footer-links a{color:var(--color-white);font-size:var(--text-body);font-weight:var(--font-weight-regular);text-decoration:none;font-family:var(--font-family)}.footer-links a:hover{text-decoration:underline}.footer-copyright{grid-column:1/-1;justify-self:end;font-size:var(--text-caption);font-weight:var(--font-weight-regular);font-family:var(--font-family);color:var(--color-white);transform:translateX(90px)}@media (max-width:1800px){.footer{padding:0 var(--xl-space)}}@media (max-width:1200px){.footer{padding:0 var(--md-space)}.footer-copyright{transform:translateX(40px)}}@media (max-width:600px){.footer{padding:0 var(--sm-space);height:18rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:3rem}.footer-socials{display:flex;align-items:center;gap:2rem;img{margin-top:1rem}}.footer-copyright{margin-left:10rem}.footer-links{grid-template-columns:1fr;gap:1.5rem 14rem;margin-top:0}}.header{width:100%;padding:3rem var(--2xl-space);background-color:transparent;@media (max-width:1800px){padding:3rem var(--xl-space)}@media (max-width:1200px){padding:3rem var(--md-space)}@media (max-width:600px){padding:3rem var(--sm-space)}}.logo{display:inline-block;text-decoration:none;color:inherit}.logo img{width:180px;height:auto;object-fit:contain}