section[data-cattype="406"].wrapper_middle {
    --contact-406-blue: #06346E;
    --contact-406-icon: #ffffff;
    --contact-406-text: #111111;
    --contact-406-muted: #444444;
    --contact-406-map-height: 430px;
    padding: 0;
    background: #ffffff;
    color: var(--contact-406-text);
    font-family: 'Open Sans', Arial, sans-serif;
}

section[data-cattype="406"] .contact-406-top {
    padding: 58px 0 52px;
    background: #ffffff;
}

section[data-cattype="406"] .contact-406-container {
    max-width: 1280px;
}

section[data-cattype="406"] .contact-406-heading {
    margin: 0 auto 32px;
    text-align: center;
}

section[data-cattype="406"] .contact-406-heading h2 {
    margin: 0 0 8px;
    color: var(--contact-406-text);
    font-size: 42px;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: titlecase;
}

section[data-cattype="406"] .contact-406-company-title {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 0;
    color: var(--contact-406-text);
    font-size: 22px;
    line-height: 3;
    font-weight: 800;
    text-transform: capitalize;
}

section[data-cattype="406"] .contact-406-company-title small {
    color: #6f7378;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0;
    white-space: nowrap;
}

section[data-cattype="406"] .contact-406-intro,
section[data-cattype="406"] .contact-406-intro p {
    margin: 14px 0 0;
    color: var(--contact-406-muted);
    font-size: 17px;
    line-height: 1.55;
    text-align: center;
}

section[data-cattype="406"] .contact-406-info-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 54px;
    max-width: 1050px;
    margin: 30px auto 0;
    padding: 0;
    text-align: center;
}

section[data-cattype="406"] .contact-406-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 0 12px;
    color: var(--contact-406-text);
    text-align: center;
}

section[data-cattype="406"] .contact-406-icon-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: var(--contact-406-blue);
    color: var(--contact-406-icon);
    box-shadow: 0 10px 26px rgba(6, 52, 110, .16);
    transform: none;
    transition: none;
}

section[data-cattype="406"] .contact-406-icon-box i {
    color: var(--contact-406-icon);
    font-size: 38px;
    line-height: 1;
    transition: none;
}

section[data-cattype="406"] .contact-406-card:hover .contact-406-icon-box,
section[data-cattype="406"] .contact-406-card:focus-within .contact-406-icon-box {
    background: var(--contact-406-blue);
    transform: none;
    box-shadow: 0 10px 26px rgba(6, 52, 110, .16);
}

section[data-cattype="406"] .contact-406-card:hover .contact-406-icon-box i,
section[data-cattype="406"] .contact-406-card:focus-within .contact-406-icon-box i {
    color: var(--contact-406-icon);
    transform: none;
}

section[data-cattype="406"] .contact-406-card h3 {
    margin: 0 0 8px;
    color: var(--contact-406-text);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
}

section[data-cattype="406"] .contact-406-card-text {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
}

section[data-cattype="406"] .contact-406-card-text,
section[data-cattype="406"] .contact-406-card-text p,
section[data-cattype="406"] .contact-406-card-text div,
section[data-cattype="406"] .contact-406-card-text span {
    color: var(--contact-406-muted);
    font-size: 15px;
    line-height: 1.45;
    text-align: center;
}

section[data-cattype="406"] .contact-406-card-text p,
section[data-cattype="406"] .contact-406-card-text div {
    margin: 0;
}

section[data-cattype="406"] .contact-406-card-text a {
    color: var(--contact-406-muted);
    text-decoration: none;
    transition: color .25s ease;
}

section[data-cattype="406"] .contact-406-card-text a:hover,
section[data-cattype="406"] .contact-406-card-text a:focus {
    color: var(--contact-406-blue);
    text-decoration: none;
}

section[data-cattype="406"] .contact-406-extra-detail {
    max-width: 880px;
    margin: 34px auto 0;
    color: var(--contact-406-muted);
    text-align: center;
}

section[data-cattype="406"] .contact-406-extra-detail table {
    margin: 0 auto;
    text-align: left;
}

section[data-cattype="406"] .contact-406-extra-detail table td {
    padding: 5px 10px;
    vertical-align: top;
}

section[data-cattype="406"] .contact-406-map-wrap {
    width: 100%;
    height: var(--contact-406-map-height);
    overflow: hidden;
    border-top: 3px solid #FA9028;
    background: #f1f1f1;
}

section[data-cattype="406"] .contact-406-map-wrap iframe,
section[data-cattype="406"] .contact-406-map-wrap embed,
section[data-cattype="406"] .contact-406-map-wrap object {
    display: block;
    width: 100% !important;
    height: var(--contact-406-map-height) !important;
    min-height: var(--contact-406-map-height) !important;
    border: 0 !important;
    margin: 0 !important;
}

section[data-cattype="406"] .contact-406-map-wrap p,
section[data-cattype="406"] .contact-406-map-wrap div {
    margin: 0;
}

@media (max-width: 1199px) {
    section[data-cattype="406"] .contact-406-info-row {
        gap: 34px;
        max-width: 960px;
    }

    section[data-cattype="406"] .contact-406-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    section[data-cattype="406"] .contact-406-top {
        padding: 50px 0 44px;
    }

    section[data-cattype="406"] .contact-406-info-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        max-width: 820px;
    }

    section[data-cattype="406"] .contact-406-card {
        padding: 0 6px;
    }

    section[data-cattype="406"] .contact-406-company-title {
        font-size: 20px;
    }

    section[data-cattype="406"] .contact-406-card-text,
    section[data-cattype="406"] .contact-406-card-text p,
    section[data-cattype="406"] .contact-406-card-text div,
    section[data-cattype="406"] .contact-406-card-text span {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    section[data-cattype="406"] .contact-406-heading h2 {
        font-size: 30px;
    }

    section[data-cattype="406"] .contact-406-company-title {
        display: block;
        font-size: 19px;
    }

    section[data-cattype="406"] .contact-406-company-title small {
        display: block;
        margin-top: 4px;
    }

    section[data-cattype="406"] .contact-406-info-row {
        grid-template-columns: 1fr;
        max-width: 440px;
        row-gap: 34px;
    }

    section[data-cattype="406"] .contact-406-card {
        padding: 0 18px;
    }

    section[data-cattype="406"] .contact-406-icon-box {
        width: 76px;
        height: 76px;
        flex-basis: 76px;
    }

    section[data-cattype="406"] .contact-406-icon-box i {
        font-size: 32px;
    }

    section[data-cattype="406"] .contact-406-card-text {
        max-width: 360px;
    }

    section[data-cattype="406"] .contact-406-map-wrap,
    section[data-cattype="406"] .contact-406-map-wrap iframe,
    section[data-cattype="406"] .contact-406-map-wrap embed,
    section[data-cattype="406"] .contact-406-map-wrap object {
        height: 360px !important;
        min-height: 360px !important;
    }
}

@media (max-width: 480px) {
    section[data-cattype="406"] .contact-406-top {
        padding: 40px 0 36px;
    }

    section[data-cattype="406"] .contact-406-heading h2 {
        font-size: 26px;
    }
}
