.mt-footer{padding:2.5rem clamp(1.5rem,5vw,5.5rem)}.mt-footer__inner{align-items:center;display:grid;gap:2.5rem;grid-template-columns:auto 1fr auto auto;margin:0 auto;max-width:1360px}.mt-footer__logo{align-items:center;color:inherit!important;display:inline-flex;text-decoration:none!important}.mt-footer__logo svg{display:block;height:20px!important;max-height:20px!important;width:auto!important}.mt-footer__text{font-family:Pragmatica,Inter,sans-serif;font-size:.86rem;line-height:1.5}.mt-footer__tagline{font-weight:400;margin:0 0 .25rem}.mt-footer__legal{font-size:.8rem;opacity:.85}.mt-footer__legal a,.mt-footer__legal a:link,.mt-footer__legal a:visited{color:inherit!important;text-decoration:underline;text-decoration-color:currentColor;text-underline-offset:2px}.mt-footer__legal a:focus-visible,.mt-footer__legal a:hover{color:inherit!important;text-decoration:none}.mt-footer__socials{align-items:center;display:flex;gap:1rem}.mt-footer__social,.mt-footer__social:link,.mt-footer__social:visited{align-items:center;color:inherit!important;display:inline-flex;height:28px;justify-content:center;opacity:.85;text-decoration:none!important;transition:opacity .2s;width:28px}.mt-footer__social:focus-visible,.mt-footer__social:hover{color:inherit!important;opacity:1}.mt-footer__social svg{height:20px;width:20px}.mt-footer__ctas{display:flex;gap:.75rem}.mt-footer__cta,.mt-footer__cta:link,.mt-footer__cta:visited{align-items:center;border:1.5px solid;color:inherit!important;display:inline-flex;font-family:Pragmatica,Inter,sans-serif;font-size:.82rem;font-weight:700;gap:.55rem;justify-content:center;letter-spacing:.14em;min-width:120px;padding:1rem 2rem;text-decoration:none!important;text-transform:uppercase;transition:background .2s,color .2s}.mt-footer__cta:focus-visible,.mt-footer__cta:hover{background:var(--mt-footer-fg,#003127);color:var(--mt-footer-bg,#809894)!important;text-decoration:none!important}.mt-footer__cta svg{fill:none;height:13px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5;transition:transform .25s cubic-bezier(.16,1,.3,1);width:13px}.mt-footer__cta:focus-visible svg,.mt-footer__cta:hover svg{transform:translateX(4px)}@media (max-width:1100px){.mt-footer__inner{grid-template-areas:"logo    text" "socials ctas";grid-template-columns:auto 1fr;row-gap:2rem}.mt-footer__logo{grid-area:logo}.mt-footer__text{grid-area:text}.mt-footer__socials{grid-area:socials}.mt-footer__ctas{grid-area:ctas;justify-self:end}}@media (max-width:640px){.mt-footer__inner{grid-template-areas:"logo" "text" "socials" "ctas";grid-template-columns:1fr;row-gap:1.5rem}.mt-footer__ctas{justify-self:start}}