.content-page {
    min-height: 60vh;
    background: #f6f8f9;
}

.content-page__header {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1.75rem, 4vw, 2.75rem) 0;
    color: #fff;
    background: linear-gradient(115deg, #102535, #1e536f);
}

.content-page__header--image {
    min-height: clamp(300px, 45vw, 520px);
    display: flex;
    align-items: end;
    padding: clamp(2.75rem, 7vw, 5.25rem) 0 clamp(2.25rem, 5vw, 3.75rem);
}

.content-page__hero-image,
.content-page__hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.content-page__hero-image {
    z-index: -2;
    object-fit: cover;
    object-position: center;
}

.content-page__hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, rgba(7, 24, 35, .88) 0%, rgba(10, 30, 42, .58) 55%, rgba(10, 30, 42, .16) 100%);
}

.content-page__header h1 {
    max-width: 14ch;
    margin: 0;
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    font-weight: 750;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.content-page__header--image h1 {
    font-size: clamp(2.25rem, 6vw, 4rem);
}

.content-page__container {
    padding-top: clamp(2rem, 5vw, 4rem);
    padding-bottom: clamp(3rem, 7vw, 5.5rem);
}

.content-page__body {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(1.4rem, 4vw, 3.25rem);
    color: #26343d;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 .75rem 2.5rem rgba(17, 39, 53, .09);
    font-size: clamp(1rem, 1.3vw, 1.1rem);
    line-height: 1.75;
}

.content-page__body > :first-child {
    margin-top: 0;
}

.content-page__body > :last-child {
    margin-bottom: 0;
}

.content-page__body > p:first-of-type {
    color: #39515f;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    line-height: 1.65;
}

.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
    margin-top: 2em;
    margin-bottom: .65em;
    color: #162f3f;
    line-height: 1.2;
}

.content-page__body p,
.content-page__body ul,
.content-page__body ol {
    margin-bottom: 1.15rem;
}

.content-page__body a {
    color: #176b91;
    font-weight: 550;
    text-decoration-thickness: .08em;
    text-underline-offset: .15em;
}

.content-page__body a:hover {
    color: #0e4d6b;
}

.content-page__body img,
.content-page__body video,
.content-page__body iframe {
    max-width: 100%;
}

.content-page__body img {
    height: auto;
    border-radius: .75rem;
}

.content-page__body figure,
.content-page__body .wp-block-image {
    margin: 2rem auto;
    text-align: center;
}

.content-page__body .wp-block-image img {
    width: auto;
    max-width: min(100%, 760px);
}

.content-page__body figcaption,
.content-page__body .wp-block-image figcaption {
    margin-top: .65rem;
    color: #63727b;
    font-size: .875rem;
    line-height: 1.45;
}

.content-page__body table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.content-page__body blockquote {
    margin: 1.75rem 0;
    padding: .25rem 0 .25rem 1.25rem;
    color: #405560;
    border-left: .3rem solid #4a91b5;
}

.content-page__body ul,
.content-page__body ol {
    padding-left: 1.35rem;
}

.content-page__body li {
    padding-left: .25rem;
}

.content-page__body li + li {
    margin-top: .4rem;
}

.content-page__body hr,
.content-page__body .wp-block-separator {
    margin: 2.5rem 0;
    border-color: #d8e1e6;
    opacity: 1;
}

.content-page__body .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
    gap: clamp(1.25rem, 4vw, 2.5rem);
    align-items: center;
    margin: 2.5rem 0;
}

.content-page__body .wp-block-column > :last-child {
    margin-bottom: 0;
}

.content-page__body .wp-block-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: .9rem;
    padding: 0;
}

.content-page__body .wp-block-gallery figure {
    margin: 0;
}

.content-page__body .wp-block-gallery img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
}

.content-page__body .wp-block-button,
.content-page__body .wp-block-buttons {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.content-page__body .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    min-height: 3rem;
    padding: .7rem 1.25rem;
    color: #fff;
    background: #176b91;
    border-radius: 999px;
    box-shadow: 0 .35rem 1rem rgba(23, 107, 145, .22);
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.content-page__body .wp-block-button__link:hover {
    color: #fff;
    background: #0e4d6b;
    box-shadow: 0 .5rem 1.25rem rgba(23, 107, 145, .3);
    transform: translateY(-2px);
}

@media (max-width: 575.98px) {
    .content-page__header--image {
        min-height: 270px;
    }

    .content-page__hero-shade {
        background: linear-gradient(0deg, rgba(7, 24, 35, .9), rgba(10, 30, 42, .28));
    }

    .content-page__container {
        padding-right: .75rem;
        padding-left: .75rem;
    }

    .content-page__body {
        border-radius: .75rem;
    }
}
