.ncaq-about-page-body #page-header {
    display: none;
}

.ncaq-about-page-body #page,
.ncaq-about-page-body #page-content,
.ncaq-about-page-body #region-main,
.ncaq-about-page-body .region_main_settings_menu_proxy {
    overflow: visible;
}

.ncaq-about-page-body #region-main {
    padding: 0;
    border: 0;
    background: transparent;
}

.ncaq-about {
    --ncaq-blue: #1683a7;
    --ncaq-blue-dark: #063c4f;
    --ncaq-blue-soft: #eef9fd;
    --ncaq-gold: #d5a431;
    --ncaq-line: #dcebf1;
    --ncaq-text: #173844;
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    color: var(--ncaq-text);
    background: #fff;
    font-family: inherit;
}

.ncaq-about *,
.ncaq-about *::before,
.ncaq-about *::after {
    box-sizing: border-box;
}

.ncaq-about__hero {
    min-height: 255px;
    display: flex;
    align-items: stretch;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(22, 131, 167, .93), rgba(22, 131, 167, .99)),
        linear-gradient(135deg, #0d627f, #1683a7);
    position: relative;
    overflow: hidden;
}

.ncaq-about__hero.has-image {
    background-image:
        linear-gradient(90deg, rgba(22, 131, 167, .36) 0 45%, rgba(22, 131, 167, .96) 62% 100%),
        var(--ncaq-about-hero);
    background-size: cover;
    background-position: center;
}

.ncaq-about.is-ltr .ncaq-about__hero.has-image {
    background-image:
        linear-gradient(270deg, rgba(22, 131, 167, .36) 0 45%, rgba(22, 131, 167, .96) 62% 100%),
        var(--ncaq-about-hero);
}

.ncaq-about__hero::after {
    content: '';
    position: absolute;
    inset-block: 0;
    inset-inline-start: 36%;
    width: 92px;
    opacity: .24;
    background: repeating-linear-gradient(45deg, transparent 0 7px, #fff 8px 10px);
    transform: skewX(-12deg);
}

.ncaq-about__hero-inner,
.ncaq-about__main {
    width: min(1320px, calc(100% - 48px));
    margin-inline: auto;
}

.ncaq-about__hero-inner {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ncaq-about__hero-copy {
    width: min(560px, 50%);
    margin-inline-start: auto;
}

.ncaq-about.is-ltr .ncaq-about__hero-copy {
    margin-inline-start: 0;
    margin-inline-end: auto;
}

.ncaq-about__hero h1 {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.55rem);
    font-weight: 800;
    line-height: 1.15;
}

.ncaq-about__hero p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    line-height: 1.9;
}

.ncaq-about__main {
    padding-block: 72px 84px;
}

.ncaq-about__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: clamp(40px, 7vw, 96px);
    align-items: center;
}

.ncaq-about__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--ncaq-blue);
    font-size: .84rem;
    font-weight: 700;
}

.ncaq-about__eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--ncaq-gold);
}

.ncaq-about__intro h2,
.ncaq-about__purpose h2 {
    margin: 0 0 18px;
    color: var(--ncaq-blue-dark);
    font-weight: 800;
    line-height: 1.35;
}

.ncaq-about__intro h2 {
    max-width: 760px;
    font-size: clamp(1.7rem, 3vw, 2.75rem);
}

.ncaq-about__richtext {
    color: #526b74;
    font-size: 1rem;
    line-height: 2;
}

.ncaq-about__richtext > :last-child {
    margin-bottom: 0;
}

.ncaq-about__intro-media {
    position: relative;
    min-height: 460px;
    border-radius: 4px 96px 4px 4px;
    overflow: visible;
}

.ncaq-about.is-ltr .ncaq-about__intro-media {
    border-radius: 96px 4px 4px 4px;
}

.ncaq-about__intro-media img,
.ncaq-about__purpose-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ncaq-about__intro-media img {
    position: absolute;
    inset: 0;
    border-radius: inherit;
}

.ncaq-about__intro-media.is-placeholder,
.ncaq-about__purpose-media.is-placeholder {
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--ncaq-blue), #70bfd5);
}

.ncaq-about__intro-media.is-placeholder > .fa {
    font-size: 6rem;
    opacity: .4;
}

.ncaq-about__media-pattern {
    position: absolute;
    inset-inline-start: -42px;
    inset-block-end: -38px;
    width: 110px;
    height: 150px;
    background-image: radial-gradient(var(--ncaq-blue) 2px, transparent 2px);
    background-size: 13px 13px;
    opacity: .55;
    z-index: -1;
}

.ncaq-about__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-block: 74px;
    border-block: 1px solid var(--ncaq-line);
}

.ncaq-about__stat {
    min-height: 142px;
    padding: 28px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
    border-inline-end: 1px solid var(--ncaq-line);
}

.ncaq-about__stat:last-child {
    border-inline-end: 0;
}

.ncaq-about__stat-label {
    color: #71868e;
    font-size: .86rem;
}

.ncaq-about__stat strong {
    color: var(--ncaq-blue-dark);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 800;
}

.ncaq-about__stat .fa {
    color: var(--ncaq-blue);
    font-size: .75rem;
}

.ncaq-about__purpose {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    padding: 50px;
    background: var(--ncaq-blue-soft);
}

.ncaq-about__purpose-card {
    min-width: 0;
}

.ncaq-about__purpose-media {
    height: 290px;
    margin-bottom: 26px;
    overflow: hidden;
    background: #d8edf4;
}

.ncaq-about__purpose-media img {
    transition: transform .45s ease;
}

.ncaq-about__purpose-card:hover img {
    transform: scale(1.035);
}

.ncaq-about__purpose-media.is-placeholder .fa {
    font-size: 4rem;
    opacity: .45;
}

.ncaq-about__purpose h2 {
    font-size: 1.55rem;
}

@media (max-width: 991.98px) {
    .ncaq-about__hero-copy {
        width: min(620px, 72%);
    }

    .ncaq-about__intro {
        grid-template-columns: 1fr 320px;
        gap: 38px;
    }

    .ncaq-about__intro-media {
        min-height: 400px;
    }

    .ncaq-about__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .ncaq-about__stat:nth-child(2) {
        border-inline-end: 0;
    }

    .ncaq-about__stat:nth-child(-n+2) {
        border-block-end: 1px solid var(--ncaq-line);
    }
}

@media (max-width: 767.98px) {
    .ncaq-about__hero {
        min-height: 230px;
    }

    .ncaq-about__hero.has-image {
        background-image:
            linear-gradient(rgba(7, 77, 100, .68), rgba(22, 131, 167, .92)),
            var(--ncaq-about-hero);
    }

    .ncaq-about__hero-inner,
    .ncaq-about__main {
        width: min(100% - 30px, 1320px);
    }

    .ncaq-about__hero-copy {
        width: 100%;
    }

    .ncaq-about__main {
        padding-block: 44px 54px;
    }

    .ncaq-about__intro,
    .ncaq-about__purpose {
        grid-template-columns: 1fr;
    }

    .ncaq-about__intro-media {
        min-height: 360px;
        grid-row: 2;
    }

    .ncaq-about__stats {
        margin-block: 48px;
    }

    .ncaq-about__purpose {
        padding: 24px;
    }

    .ncaq-about__purpose-media {
        height: 240px;
    }
}

@media (max-width: 479.98px) {
    .ncaq-about__stats {
        grid-template-columns: 1fr;
    }

    .ncaq-about__stat,
    .ncaq-about__stat:nth-child(2) {
        min-height: 120px;
        border-inline-end: 0;
        border-block-end: 1px solid var(--ncaq-line);
    }

    .ncaq-about__stat:last-child {
        border-block-end: 0;
    }
}
