.footer-socials{display:flex;flex-wrap:wrap;gap:14px;margin:20px auto 60px;width:100%}.footer-social,.footer-socials{align-items:center;justify-content:center}.footer-social{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.22);border-radius:50%;color:#fff;display:inline-flex;height:44px;padding:0;text-decoration:none;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;width:44px}.footer-social svg{fill:#fff;height:18px;width:18px}.footer-social:hover{background:rgba(112,180,149,.08);border-color:#70b495;box-shadow:0 0 18px rgba(112,180,149,.12);transform:translateY(-3px)}.footer-bottom{align-items:center;border-top:1px solid hsla(0,0%,100%,.1);display:flex;gap:30px;justify-content:space-between;margin-top:28px;padding-top:24px}.footer-bottom,.footer-bottom a{color:#7f93a6;font-size:12px}.footer-grid{display:grid;gap:60px;grid-template-columns:1.5fr 1fr 1fr .8fr}