.contact-intro{max-width:860px;margin-bottom:42px}.contact-info-grid{padding:82px 0;background:var(--brand-bg-alt)}.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:42px}.contact-cards article{border:1px solid var(--brand-border);border-radius:var(--brand-radius);padding:24px;background:var(--brand-bg)}.contact-cards span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--brand-primary);color:var(--brand-text-inverse);border-radius:var(--brand-radius);font-weight:760;margin-bottom:16px}.contact-context{max-width:920px}.contact-form-section{background:#08284c;color:var(--brand-text-inverse)}.contact-form-section .section-kicker,.contact-form-section h2,.contact-form-section p{color:var(--brand-text-inverse)}@media (max-width:991px){.contact-cards{grid-template-columns:1fr}}