.contact-hero {
    align-items: center;
    background: #05080d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    min-height: 440px;
    padding: 86px 0 92px;
}
.contact-hero__eyebrow,
.contact-section-label,
.contact-info__label,
.contact-form-tabs button,
.contact-form-panel__note,
.contact-success__reference-label {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.contact-hero__eyebrow,
.contact-section-label,
.contact-info__label,
.contact-success__reference-label {
    color: #c7ad78;
}
.contact-hero h1 {
    color: #ffffff;
    font-size: 72px;
    line-height: 1.03;
    margin: 18px 0 24px;
    max-width: 820px;
}
.contact-hero__copy {
    color: #d8dee7;
    font-size: 18px;
    line-height: 1.75;
    margin: 0;
    max-width: 760px;
}
.contact-hero__qualification {
    border-left: 2px solid #c7ad78;
    color: #b9c1cc;
    font-size: 13px;
    line-height: 1.65;
    margin: 26px 0 0;
    max-width: 700px;
    padding-left: 16px;
}
.contact-main {
    background: #080d14;
    color: #ffffff;
    padding: 106px 0 116px;
}
.contact-main__layout {
    align-items: start;
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(300px, 0.4fr) minmax(0, 0.6fr);
}
.contact-main__layout > * {
    min-width: 0;
}
.contact-information {
    position: sticky;
    top: 120px;
}
.contact-information h2,
.contact-intake-form h2,
.contact-office h2,
.contact-verify h2,
.contact-success h2 {
    letter-spacing: 0;
}
.contact-information h2 {
    color: #ffffff;
    font-size: 42px;
    margin: 14px 0 34px;
}
.contact-info__group {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 24px 0;
}
.contact-info__group:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.contact-info__group address,
.contact-info__group p {
    color: #d8dee7;
    font-size: 15px;
    font-style: normal;
    line-height: 1.75;
    margin: 8px 0 0;
}
.contact-info__group strong {
    color: #ffffff;
}
.contact-info__group a {
    color: #ffffff;
    overflow-wrap: anywhere;
}
.contact-info__group a:hover,
.contact-info__group a:focus-visible,
.contact-socials a:hover,
.contact-socials a:focus-visible {
    color: #d6bc84;
    outline: none;
}
.contact-info__action {
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-top: 12px;
    text-transform: uppercase;
}
.contact-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    margin-top: 30px;
}
.contact-socials a {
    color: #cbd2dc;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}
.contact-careers-link {
    color: #c5ccd6;
    font-size: 14px;
    line-height: 1.6;
    margin: 34px 0 0;
}
.contact-careers-link a {
    color: #d6bc84;
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-top: 7px;
    text-transform: uppercase;
}
.contact-intake-form {
    background: #f4f3ef;
    border: 1px solid #d4d7dc;
    border-radius: 4px;
    color: #1f2933;
    min-width: 0;
    padding: 54px;
}
.contact-intake-form h2 {
    color: #14243b;
    font-size: 42px;
    line-height: 1.12;
    margin: 12px 0 18px;
}
.contact-intake-form__intro {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 34px;
}
.contact-form-tabs {
    border-bottom: 1px solid #cfd4db;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 36px;
    overflow-x: auto;
    scrollbar-width: thin;
}
.contact-form-tabs button {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: #66717e;
    cursor: pointer;
    min-height: 54px;
    min-width: 0;
    padding: 12px 9px;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
.contact-form-tabs button:first-child {
    padding-left: 0;
}
.contact-form-tabs button[aria-selected="true"] {
    border-bottom-color: #a88e56;
    color: #14243b;
}
.contact-form-tabs button:hover,
.contact-form-tabs button:focus-visible {
    color: #14243b;
    outline: none;
}
.contact-form-panel[hidden] {
    display: none !important;
}
.contact-form-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contact-field--full {
    grid-column: 1 / -1;
}
.contact-field label,
.contact-field legend {
    color: #263444;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 8px;
}
.contact-field input,
.contact-field select,
.contact-field textarea {
    background: #ffffff;
    border: 1px solid #bfc6cf;
    border-radius: 2px;
    color: #1f2933;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}
.contact-field textarea {
    line-height: 1.6;
    min-height: 158px;
    resize: vertical;
}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
    border-color: #8f7441;
    box-shadow: 0 0 0 2px rgba(168, 142, 86, 0.16);
    outline: none;
}
.contact-field small,
.contact-upload-note {
    color: #697480;
    display: block;
    font-size: 12px;
    line-height: 1.55;
    margin-top: 7px;
}
.contact-deadline-options {
    border: 0;
    margin: 0;
    padding: 0;
}
.contact-deadline-options__choices {
    display: flex;
    gap: 20px;
    min-height: 48px;
}
.contact-deadline-options__choices label {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: 8px;
    margin: 0;
}
.contact-deadline-options input {
    min-height: 0;
    width: auto;
}
.contact-form-panel__note {
    border-top: 1px solid #d5d9df;
    color: #7a6335;
    margin: 34px 0 20px;
    padding-top: 24px;
}
.contact-consents {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}
.contact-consent {
    align-items: flex-start;
    color: #4b5563;
    display: flex;
    font-size: 12px;
    gap: 11px;
    line-height: 1.6;
}
.contact-consent input {
    margin-top: 4px;
}
.contact-consent a,
.contact-privacy-link {
    color: #775e2f;
    text-decoration: underline;
}
.contact-form-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 30px;
}
.contact-submit {
    background: #152d4f;
    border: 1px solid #a88e56;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    min-height: 50px;
    padding: 14px 24px;
    text-transform: uppercase;
}
.contact-submit:hover,
.contact-submit:focus-visible {
    background: #0f2139;
    outline: none;
}
.contact-submit[disabled] {
    cursor: wait;
    opacity: 0.65;
}
.contact-privacy-link {
    font-size: 12px;
}
.contact-form-alert {
    border-left: 3px solid #a65757;
    color: #7a2929;
    line-height: 1.6;
    margin: 0 0 26px;
    padding: 11px 14px;
}
.contact-honeypot {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
}
.contact-success {
    background: #f4f3ef;
    border: 1px solid #d4d7dc;
    color: #263444;
    padding: 64px 54px;
}
.contact-success h2 {
    color: #14243b;
    font-size: 48px;
    margin: 13px 0 20px;
}
.contact-success p {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.75;
}
.contact-success__reference {
    border-bottom: 1px solid #ccd2da;
    border-top: 1px solid #ccd2da;
    margin: 30px 0;
    padding: 24px 0;
}
.contact-success__reference strong {
    color: #14243b;
    display: block;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 28px;
    margin-top: 7px;
}
.contact-office {
    background: #f2f0eb;
    color: #1f2933;
    padding: 104px 0 112px;
}
.contact-office__heading {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 38px;
}
.contact-office h2 {
    color: #14243b;
    font-size: 50px;
    margin: 12px 0 0;
}
.contact-office__heading p {
    color: #57616d;
    line-height: 1.7;
    margin: 0;
    max-width: 560px;
}
.contact-office__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
}
.contact-office__map {
    min-height: 500px;
}
.contact-office__map iframe {
    border: 0;
    display: block;
    height: 100%;
    min-height: 500px;
    width: 100%;
}
.contact-office__address {
    background: #14243b;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}
.contact-office__address h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    margin: 0 0 22px;
}
.contact-office__address address {
    color: #d8dee7;
    font-size: 15px;
    font-style: normal;
    line-height: 1.8;
}
.contact-office__directions {
    color: #d6bc84;
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-top: 28px;
    text-transform: uppercase;
}
.contact-verify {
    background: #05080d;
    color: #ffffff;
    padding: 72px 0;
}
.contact-verify__inner {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) auto;
}
.contact-verify h2 {
    color: #ffffff;
    font-size: 34px;
    margin: 10px 0 13px;
}
.contact-verify p {
    color: #cbd2dc;
    line-height: 1.7;
    margin: 0;
}
.contact-verify code {
    color: #ffffff;
}
.contact-verify__link {
    border: 1px solid #a88e56;
    color: #ffffff;
    display: inline-flex;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    font-weight: 700;
    min-height: 46px;
    padding: 14px 20px;
    text-transform: uppercase;
}
.contact-verify__link:hover,
.contact-verify__link:focus-visible {
    background: #152d4f;
    color: #ffffff;
    outline: none;
}
@media (max-width: 991px) {
    .contact-main__layout {
        gap: 52px;
        grid-template-columns: 1fr;
    }
    .contact-information {
        position: static;
    }
    .contact-office__layout {
        grid-template-columns: 1fr;
    }
    .contact-office__address {
        min-height: 320px;
    }
}
@media (max-width: 767px) {
    .contact-hero {
        min-height: 390px;
        padding: 68px 0 72px;
    }
    .contact-hero h1 {
        font-size: 46px;
    }
    .contact-hero__copy {
        font-size: 16px;
    }
    .contact-main,
    .contact-office {
        padding: 76px 0 84px;
    }
    .contact-information h2,
    .contact-intake-form h2 {
        font-size: 34px;
    }
    .contact-intake-form,
    .contact-success {
        padding: 36px 24px;
    }
    .contact-form-grid {
        grid-template-columns: 1fr;
    }
    .contact-field--full {
        grid-column: auto;
    }
    .contact-form-tabs button {
        flex: 0 0 auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .contact-form-tabs {
        display: flex;
    }
    .contact-form-tabs button:first-child {
        padding-left: 0;
    }
    .contact-office__heading,
    .contact-verify__inner {
        align-items: start;
        display: flex;
        flex-direction: column;
    }
    .contact-office h2 {
        font-size: 40px;
    }
    .contact-office__map,
    .contact-office__map iframe {
        min-height: 400px;
    }
    .contact-office__address {
        min-height: 0;
        padding: 38px 26px;
    }
    .contact-verify__link {
        width: 100%;
    }
}
@media (prefers-reduced-motion: reduce) {
    .contact-submit,
    .contact-form-tabs button {
        transition: none !important;
    }
}
