.av-contact-center {
    background: #f5f7fa;
    color: #172a43;
}

.av-contact-hero {
    padding: 42px 0 20px;
}

.av-contact-hero__inner {
    max-width: 1120px;
    padding: 68px clamp(28px, 7vw, 90px);
    color: #fff;
    background: #071b36;
    border-radius: 8px;
}

.av-contact-eyebrow {
    margin: 0 0 14px;
    color: #a9c9e7;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.av-contact-eyebrow--dark {
    color: #1d5f9f;
}

.av-contact-hero h1,
.av-contact-section-heading h2 {
    max-width: 760px;
    margin: 0;
    letter-spacing: 0;
}

.av-contact-hero h1 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.08;
}

.av-contact-hero p:not(.av-contact-eyebrow) {
    max-width: 690px;
    margin: 22px 0 0;
    color: #d9e6f1;
    font-size: 1.1rem;
    line-height: 1.65;
}

.av-contact-section,
.av-contact-map-section {
    padding: 42px 0;
}

.av-contact-guidance,
.av-contact-form-card,
.av-contact-info-card,
.av-contact-map-frame {
    border: 1px solid #d9e1ea;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(7, 27, 54, .06);
}

.av-contact-guidance {
    padding: clamp(28px, 4vw, 46px);
}

.av-contact-guidance__grid,
.av-contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.av-contact-guidance__grid div {
    padding-top: 18px;
    border-top: 1px solid #e5ebf0;
}

.av-contact-guidance h2,
.av-contact-info-card h2 {
    margin: 0 0 8px;
    color: #071b36;
    font-size: 1.02rem;
}

.av-contact-guidance p,
.av-contact-section-heading p,
.av-contact-info-card p {
    margin: 0;
    color: #5e6d7e;
    line-height: 1.6;
}

.av-contact-submit-section {
    background: #edf2f6;
}

.av-contact-submit-wrap {
    max-width: 960px;
}

.av-contact-section-heading {
    margin-bottom: 24px;
}

.av-contact-section-heading h2 {
    color: #071b36;
    font-size: 2.25rem;
}

.av-contact-section-heading p:not(.av-contact-eyebrow) {
    margin-top: 12px;
}

.av-contact-form-card {
    padding: clamp(20px, 4vw, 42px);
}

.av-contact-form-card .av-panel {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.av-contact-form-card .av-form {
    gap: 18px;
}

.av-contact-form-card .av-form input,
.av-contact-form-card .av-form select,
.av-contact-form-card .av-form textarea {
    padding: 13px 14px;
    border-color: #cbd7e2;
    background: #fff;
}

.av-contact-form-card .av-form button {
    width: auto;
    padding: 13px 22px;
    color: #fff;
    background: #1d5f9f;
    border-color: #1d5f9f;
}

.av-contact-info-card {
    padding: 28px;
}

.av-contact-info-card > a,
.av-contact-info-card__primary {
    display: block;
    min-height: 28px;
    margin: 0 0 10px;
    color: #1d5f9f;
    font-size: 1.05rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.av-contact-info-card p:last-child {
    margin-top: 6px;
}

.av-contact-map-section {
    padding-top: 0;
}

.av-contact-map-frame {
    overflow: hidden;
}

.av-contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 390px;
    border: 0;
}

@media (max-width: 880px) {
    .av-contact-hero h1 {
        font-size: 2.75rem;
    }

    .av-contact-section-heading h2 {
        font-size: 2rem;
    }

    .av-contact-guidance__grid,
    .av-contact-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .av-contact-hero h1 {
        font-size: 2.2rem;
    }

    .av-contact-section-heading h2 {
        font-size: 1.7rem;
    }

    .av-contact-hero {
        padding-top: 18px;
    }

    .av-contact-hero__inner {
        padding: 42px 24px;
    }

    .av-contact-section,
    .av-contact-map-section {
        padding: 28px 0;
    }

    .av-contact-guidance__grid,
    .av-contact-info-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .av-contact-map-frame iframe {
        height: 310px;
    }
}
