body.nespak-contact-page.c-layout-header-fixed .c-layout-page {
    margin-top: 88px !important;
}

.nespak-contact-page .nespak-contact-hero {
    margin-top: -88px;
    padding: 148px 0 64px;
}

.nespak-contact-page .nespak-contact-hero__content {
    max-width: 680px;
}

.nespak-contact-page .nespak-contact-hero h1 {
    margin-bottom: 0;
    font-size: 44px;
}

.nespak-contact-hero-social {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.nespak-contact-hero-social > span {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.nespak-contact-hero-social ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nespak-contact-hero-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .08);
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.nespak-contact-hero-social a svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.nespak-contact-hero-social a:hover,
.nespak-contact-hero-social a:focus {
    border-color: #fff;
    color: #8f2938;
    background: #fff;
    outline: none;
}

.nespak-contact-page .nespak-contact-main {
    padding: 54px 0 58px;
}

.nespak-contact-page .nespak-contact-grid {
    grid-template-columns: minmax(300px, 410px) minmax(0, 1fr);
    gap: 28px;
}

.nespak-contact-page .nespak-contact-card,
.nespak-contact-page .nespak-contact-map {
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(8, 47, 71, .07);
}

.nespak-contact-page .nespak-contact-card {
    padding: 32px;
}

.nespak-contact-page .nespak-contact-card h2 {
    margin-bottom: 16px;
    font-size: 28px;
}

.nespak-contact-page .nespak-contact-card address {
    margin-bottom: 20px;
}

.nespak-contact-page .nespak-contact-card address strong {
    color: #082f47;
}

.nespak-contact-page .nespak-contact-list {
    gap: 9px;
}

.nespak-contact-page .nespak-contact-list a,
.nespak-contact-page .nespak-contact-list > span {
    min-height: 50px;
    padding: 8px 11px;
}

.nespak-contact-page .nespak-contact-list a > span,
.nespak-contact-page .nespak-contact-list > span > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.25;
}

.nespak-contact-page .nespak-contact-list small {
    margin-bottom: 2px;
    color: #71808a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .45px;
    text-transform: uppercase;
}

.nespak-contact-page .nespak-contact-map,
.nespak-contact-page .nespak-contact-map iframe {
    min-height: 390px;
}

.nespak-office-network-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
    padding: 20px 22px;
    border: 1px solid rgba(8, 47, 71, .1);
    border-left: 4px solid #8f2938;
    border-radius: 4px;
    background: #fff;
}

.nespak-office-network-link > div,
.nespak-office-network-link > div > span {
    display: flex;
    align-items: center;
}

.nespak-office-network-link > div {
    gap: 14px;
}

.nespak-office-network-link > div > i {
    color: #8f2938;
    font-size: 20px;
}

.nespak-office-network-link > div > span {
    align-items: flex-start;
    flex-direction: column;
}

.nespak-office-network-link strong {
    color: #082f47;
    font-size: 17px;
}

.nespak-office-network-link small {
    margin-top: 2px;
    color: #667681;
    font-size: 14px;
}

.nespak-office-network-link > a {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid #8f2938;
    border-radius: 3px;
    color: #8f2938;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease, background-color .2s ease;
}

.nespak-office-network-link > a:hover,
.nespak-office-network-link > a:focus {
    color: #fff;
    background: #8f2938;
    outline: none;
}

@media (max-width: 1199px) {
    body.nespak-contact-page.c-layout-header-fixed .c-layout-page {
        margin-top: 78px !important;
    }

    .nespak-contact-page .nespak-contact-hero {
        margin-top: -78px;
        padding-top: 138px;
    }
}

@media (max-width: 991px) {
    body.nespak-contact-page.c-layout-header-fixed .c-layout-page {
        margin-top: 74px !important;
    }

    .nespak-contact-page .nespak-contact-hero {
        margin-top: -74px;
        padding-top: 134px;
    }

    .nespak-contact-page .nespak-contact-grid {
        grid-template-columns: 1fr;
    }

    .nespak-contact-page .nespak-contact-map,
    .nespak-contact-page .nespak-contact-map iframe {
        min-height: 340px;
    }
}

@media (max-width: 640px) {
    .nespak-contact-page .nespak-contact-hero {
        padding: 118px 0 48px;
    }

    .nespak-contact-page .nespak-contact-hero h1 {
        font-size: 34px;
    }

    .nespak-contact-page .nespak-contact-main {
        padding: 38px 0 44px;
    }

    .nespak-contact-page .nespak-contact-card {
        padding: 22px;
    }

    .nespak-contact-hero-social {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .nespak-office-network-link {
        align-items: flex-start;
        flex-direction: column;
    }
}
