.footer{background:#0a1124;padding:2.5rem 0}.footer-grid{align-items:start;display:grid;gap:var(--sp-8);grid-template-columns:1fr 1.4fr}.footer-brand{display:flex;flex-direction:column;gap:1.25rem}.footer-brand a{width:max-content}.footer-logo{display:block;height:auto;width:130px}.footer-socials{display:flex;gap:.65rem}.footer-social{align-items:center;background:hsla(0,0%,100%,.08);border-radius:50%;color:#8a8a8a;display:inline-flex;height:28px;justify-content:center;text-decoration:none;transition:background .22s ease,color .22s ease;width:28px}.footer-social:hover{background:hsla(0,0%,100%,.16);color:#fff}.footer-social svg{fill:currentColor;height:13px;width:13px}.footer-links{display:grid;gap:2rem;grid-template-columns:1fr 1fr;justify-self:end}.footer-col{display:flex;flex-direction:column;gap:.85rem}.footer-link{color:#8a8a8a;font-size:var(--fs-sm);text-decoration:none;transition:color .15s ease}.footer-link:hover{color:#fff}@media (max-width:768px){.footer{padding:2.5rem 0}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-links{gap:2.5rem;justify-content:space-between;justify-self:normal}}@media (max-width:480px){.footer{padding:2rem 0}.footer-logo{width:110px}.footer-links{gap:1.5rem 2rem;grid-template-columns:1fr 1fr}.footer-col{gap:.75rem}.footer-link{font-size:.8125rem}}