.OverflowHero {
    box-sizing: border-box;
    column-gap: var(--six-gutter);
    display: grid;
    grid-column: full;
    padding-bottom: calc(6.2069vw + 45.86207px);
    position: relative;
}
@media (min-width: 1440px) {
    .OverflowHero {
        padding-bottom: 170px;
    }
}
@media (max-width: 739px) {
    .OverflowHero {
        padding-bottom: 80px;
    }
}
@media (min-width: 4069px) {
    .OverflowHero {
        --max-grid: calc(var(--six-site-max-width) / 2 + var(--six-site-margin) + var(--six-gutter) * 2);
        grid-template-columns:
            [full-start] var(--six-site-margin) calc(50vw - var(--max-grid)) [content-start] repeat(
                var(--six-cols),
                1fr
            )
            [content-end] calc(50vw - var(--max-grid)) var(--six-site-margin) [full-end];
    }
}
@media (max-width: 4068px) {
    .OverflowHero {
        --col-spacer: calc(var(--six-site-margin) - var(--six-gutter));
        grid-template-columns:
            [full-start] var(--col-spacer) [content-start] repeat(var(--six-cols), 1fr) [content-end] var(--col-spacer)
            [full-end];
    }
}
@supports not (display: grid) {
    .OverflowHero {
        display: block;
        width: 100%;
    }
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    body .OverflowHero:has(+ p) {
        padding-bottom: 0;
    }
    body .OverflowHero:has(+ .PostDetails) {
        padding-bottom: 0;
    }
    body .OverflowHero.OverflowHero--has-caption .OverflowHero__content {
        bottom: 0;
    }
    body .OverflowHero + .OverflowHero__message {
        color: #000;
        margin-bottom: 0;
    }
}
@media (max-width: 739px) {
    .OverflowHero + p.is-style-lede-large {
        margin-bottom: 80px;
        margin-top: 60px;
    }
}
.OverflowHero:has(+ p) {
    padding-bottom: calc(4.13793vw + 57.24138px);
}
@media (min-width: 1440px) {
    .OverflowHero:has(+ p) {
        padding-bottom: 140px;
    }
}
@media (max-width: 739px) {
    .OverflowHero:has(+ p) {
        padding-bottom: 80px;
    }
}
.OverflowHero:has(+ .PostDetails) {
    padding-bottom: calc(2.06897vw + 18.62069px);
}
@media (min-width: 1440px) {
    .OverflowHero:has(+ .PostDetails) {
        padding-bottom: 60px;
    }
}
@media (max-width: 739px) {
    .OverflowHero:has(+ .PostDetails) {
        padding-bottom: 30px;
    }
}
.six-blocks.cols-default .OverflowHero + p {
    margin-bottom: calc(4.82759vw + 53.44828px);
}
@media (min-width: 1440px) {
    .six-blocks.cols-default .OverflowHero + p {
        margin-bottom: 150px;
    }
}
@media (max-width: 739px) {
    .six-blocks.cols-default .OverflowHero + p {
        margin-bottom: 80px;
    }
}
.OverflowHero h1,
.OverflowHero li,
.OverflowHero p {
    color: #EBEBEB;
}
.OverflowHero.is-active .OverflowHero__credits {
    opacity: 1;
    transition: opacity 0.8s ease;
}
.OverflowHero.is-active .OverflowHero__background .intrinsic-image img,
.OverflowHero.is-active .OverflowHero__background picture {
    transform: scale(1);
    transition:
        opacity 0.4s ease,
        transform 4s ease;
}
.OverflowHero .FlexibleTitle h1 {
    line-height: 0.7;
}
.OverflowHero .OverflowHero--apply__ligatures .FlexibleTitle h1 span {
    letter-spacing: unset;
}
.wp-admin .OverflowHero .OverflowHero__credits {
    opacity: 1;
}
.wp-admin .OverflowHero .FlexibleTitle h1 {
    line-height: 1;
}
.wp-admin .OverflowHero .FlexibleTitle h1 span {
    margin-right: auto;
}
.OverflowHero:not(.OverflowHero--has-intro) .OverflowHero__content {
    margin-bottom: calc(-4.13793vw + 142.75862px);
    position: sticky;
    top: 0;
}
@media (min-width: 1440px) {
    .OverflowHero:not(.OverflowHero--has-intro) .OverflowHero__content {
        margin-bottom: 60px;
    }
}
@media (max-width: 739px) {
    .OverflowHero:not(.OverflowHero--has-intro) .OverflowHero__content {
        margin-bottom: 120px;
    }
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero:not(.OverflowHero--has-intro) .OverflowHero__content {
        margin-bottom: 30px;
        position: absolute;
        top: auto;
    }
    body .OverflowHero:not(.OverflowHero--has-caption) .OverflowHero__content {
        margin-bottom: 0;
    }
}
.OverflowHero__background {
    grid-column: full;
    grid-row: 1 / span 2;
    height: auto;
    min-height: 140vh;
    position: relative;
    width: 100%;
}
.OverflowHero__background .Media,
.OverflowHero__background .Media .Media__wrap,
.OverflowHero__background .Media img,
.OverflowHero__background .Media video {
    min-height: 140vh;
    object-fit: cover;
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero__background {
        min-height: 330px;
        padding-bottom: 100%;
    }
    @supports (aspect-ratio: 1) {
        body .OverflowHero__background {
            aspect-ratio: 1;
            padding-bottom: 0;
        }
    }
    body .OverflowHero__background .Media,
    body .OverflowHero__background .Media .Media__wrap,
    body .OverflowHero__background .Media img,
    body .OverflowHero__background .Media video {
        min-height: 330px;
        padding-bottom: 100%;
    }
    @supports (aspect-ratio: 1) {
        body .OverflowHero__background .Media,
        body .OverflowHero__background .Media .Media__wrap,
        body .OverflowHero__background .Media img,
        body .OverflowHero__background .Media video {
            aspect-ratio: 1;
            padding-bottom: 0;
        }
    }
    body .OverflowHero__background .intrinsic-image {
        height: 100%;
    }
}
.OverflowHero__background .Media .Media__wrap {
    background-color: #000;
    overflow: hidden;
}
.OverflowHero__background .Media .Media__caption {
    bottom: 12px;
    left: var(--six-site-margin);
    position: absolute;
}
@media (max-width: 739px) {
    .OverflowHero__background .Media .Media__caption {
        width: calc(100% - var(--six-site-margin));
    }
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero__background .Media .Media__caption {
        display: none;
    }
}
.OverflowHero__background .intrinsic-image img,
.OverflowHero__background picture {
    transform: scale(1.05);
    transition: opacity 0.4s ease;
}
.OverflowHero__content {
    grid-column: content;
    grid-row: 1;
    height: calc(100vh - 30px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero__content {
        bottom: 30px;
        margin-bottom: 25px;
        padding-bottom: 0;
        top: auto;
    }
}
@media (hover: none) {
    .OverflowHero__content {
        height: calc(80vh - 30px);
    }
}
@media (max-width: 739px) {
    .OverflowHero__content {
        display: flex;
        flex-direction: column;
        height: calc(100svh - 30px);
        justify-content: flex-end;
    }
}
@media (min-width: 740px) {
    .OverflowHero__content {
        box-sizing: border-box;
        column-gap: var(--six-gutter);
        display: grid;
        grid-column: full;
        height: 100vh;
        padding-bottom: calc(2.75862vw + 24.82759px);
        padding-top: calc(4.82759vw + 73.44828px);
        row-gap: 100px;
    }
}
@media (min-width: 740px) and (min-width: 4069px) {
    .OverflowHero__content {
        --max-grid: calc(var(--six-site-max-width) / 2 + var(--six-site-margin) + var(--six-gutter) * 2);
        grid-template-columns:
            [full-start] var(--six-site-margin) calc(50vw - var(--max-grid)) [content-start] repeat(
                var(--six-cols),
                1fr
            )
            [content-end] calc(50vw - var(--max-grid)) var(--six-site-margin) [full-end];
    }
}
@media (min-width: 740px) and (max-width: 4068px) {
    .OverflowHero__content {
        --col-spacer: calc(var(--six-site-margin) - var(--six-gutter));
        grid-template-columns:
            [full-start] var(--col-spacer) [content-start] repeat(var(--six-cols), 1fr) [content-end] var(--col-spacer)
            [full-end];
    }
}
@media (min-width: 740px) {
    @supports not (display: grid) {
        .OverflowHero__content {
            display: block;
            width: 100%;
        }
    }
}
@media (min-width: 740px) and (min-width: 1440px) {
    .OverflowHero__content {
        padding-top: 170px;
    }
}
@media (min-width: 740px) and (max-width: 739px) {
    .OverflowHero__content {
        padding-top: 100px;
    }
}
@media (min-width: 740px) and (min-width: 1440px) {
    .OverflowHero__content {
        padding-bottom: 80px;
    }
}
@media (min-width: 740px) and (max-width: 739px) {
    .OverflowHero__content {
        padding-bottom: 40px;
    }
}
.OverflowHero__credits {
    color: #EBEBEB;
    grid-column: span 8 / content;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: relative;
    text-align: right;
    width: 100%;
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero__credits {
        display: none;
    }
}
.OverflowHero__credits.OverflowHero__credits--alternative {
    --line-height: 1.16;
    font-family: "Atacama VAR", serif;
    font-size: calc(0.68966vw + 11.2069px);
    font-style: normal;
    font-weight: 700;

    line-height: 1.16;
}
@media (min-width: 1440px) {
    .OverflowHero__credits.OverflowHero__credits--alternative {
        font-size: 25px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__credits.OverflowHero__credits--alternative {
        font-size: 15px;
    }
}
.OverflowHero__credits.OverflowHero__credits--alternative b,
.OverflowHero__credits.OverflowHero__credits--alternative strong {
    font-weight: 700;
    text-transform: uppercase;
}
.OverflowHero__credits.OverflowHero__credits--alternative em {
    font-family: "Atacama VAR", serif;
    font-style: italic;
}
.OverflowHero__credits.OverflowHero__credits--alternative span {
    font-family: "Atacama VAR", serif;
    text-transform: uppercase;
}
.OverflowHero__credits li {
    --line-height: 1.3;
    font-family: "Atacama VAR", serif;
    font-size: calc(0.68966vw + 11.2069px);
    font-style: normal;
    font-weight: 550;
    font-stretch: 200%;

    line-height: 1.3;
}
@media (min-width: 1440px) {
    .OverflowHero__credits li {
        font-size: 25px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__credits li {
        font-size: 15px;
    }
}
.OverflowHero__credits li b,
.OverflowHero__credits li strong {
    font-weight: 700;
    text-transform: uppercase;
}
.OverflowHero__credits li em {
    font-family: "Atacama VAR", serif;
    font-style: italic;
}
.OverflowHero__credits li span {
    font-family: "Atacama VAR", serif;
    text-transform: uppercase;
}
@media (max-width: 739px) {
    .OverflowHero__credits {
        padding-bottom: 80px;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__credits {
        grid-column: span 10 / content;
    }
}
.OverflowHero__title {
    align-self: flex-end;
    grid-column: content;
    width: 100%;
}
@media (min-width: 740px) {
    .OverflowHero__title.Overflow__title--width-0 {
        grid-column: content/span 6;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__title.Overflow__title--width-0 {
        grid-column: content/span 8;
    }
}
.wp-admin .OverflowHero__title.Overflow__title--width-0 .FlexibleTitle h1 {
    font-size: clamp(2.5rem, 10vw, 5.5rem);
}
@media (min-width: 740px) {
    .OverflowHero__title.Overflow__title--width-2 {
        grid-column: content/span 6;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__title.Overflow__title--width-2 {
        grid-column: content/span 12;
    }
}
.wp-admin .OverflowHero__title.Overflow__title--width-2 .FlexibleTitle h1 {
    font-size: clamp(3.5rem, 10vw, 6.5rem);
}
@media (min-width: 740px) {
    .OverflowHero__title.Overflow__title--width-4 {
        grid-column: content/span 8;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__title.Overflow__title--width-4 {
        grid-column: content/span 15;
    }
}
.wp-admin .OverflowHero__title.Overflow__title--width-4 .FlexibleTitle h1 {
    font-size: clamp(5.5rem, 10vw, 8.5rem);
}
@media (min-width: 740px) {
    .OverflowHero__title.Overflow__title--width-6 {
        grid-column: content/span 10;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__title.Overflow__title--width-6 {
        grid-column: content/span 18;
    }
}
.wp-admin .OverflowHero__title.Overflow__title--width-6 .FlexibleTitle h1 {
    font-size: clamp(7.5rem, 10vw, 10.5rem);
}
@media (min-width: 740px) {
    .OverflowHero__title.Overflow__title--width-8 {
        grid-column: content/span 12;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__title.Overflow__title--width-8 {
        grid-column: content/span 22;
    }
}
.wp-admin .OverflowHero__title.Overflow__title--width-8 .FlexibleTitle h1 {
    font-size: clamp(9.5rem, 10vw, 12.5rem);
}
.OverflowHero__caption {
    --line-height: 1.3333333333;
    display: none;
    font-family:"Atacama VAR",serif;
    font-size: calc(0.13793vw + 12.24138px);
    font-style: normal;
    font-weight: 550;
font-stretch: 200%;
    line-height: 1.3333333333;
    margin-bottom: 0;
    margin-top: 12px;
    width: 100%;
    color: #EBEBEB;
}
@media (min-width: 1440px) {
    .OverflowHero__caption {
        font-size: 15px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__caption {
        font-size: 13px;
    }
}
.OverflowHero__caption em,
.OverflowHero__caption i {
    font-family:
        Antique Legacy,
        sans-serif;
    font-style: italic;
}
@media (max-aspect-ratio: 1/1) {
    body .OverflowHero__caption {
        display: block;
        margin-bottom: 30px;
        margin-top: 0;
    }
}
.OverflowHero__message {
    --line-height: 1.1;
    font-family: "Atacama VAR", serif;
    font-size: calc(2.06897vw + 18.62069px);
    font-style: normal;
    font-weight: 700;
    grid-column: content;
    grid-row: 2;

    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: calc(2.06897vw + 28.62069px);
    position: relative;
    z-index: 1;
    color: #EBEBEB;
}
.OverflowHero__message b,
.OverflowHero__message strong {
    font-weight: 700;
}
.OverflowHero__message em {
    font-family: "Atacama VAR", serif;
    font-style: italic;
}
@media (min-width: 1440px) {
    .OverflowHero__message {
        font-size: 60px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__message {
        font-size: 30px;
    }
}
@media (max-width: 1599px) {
    .OverflowHero__message {
        --line-height: 1.12;
        font-size: calc(1.37931vw + 22.41379px);
        line-height: 1.12;
    }
}
@media (max-width: 1599px) and (min-width: 1440px) {
    .OverflowHero__message {
        font-size: 50px;
    }
}
@media (max-width: 1599px) and (max-width: 739px) {
    .OverflowHero__message {
        font-size: 30px;
    }
}
@media (min-width: 1920px) {
    .OverflowHero__message {
        --line-height: 1.0857142857;
        font-size: calc(2.75862vw + 14.82759px);
        line-height: 1.0857142857;
    }
}
@media (min-width: 1920px) and (min-width: 1440px) {
    .OverflowHero__message {
        font-size: 70px;
    }
}
@media (min-width: 1920px) and (max-width: 739px) {
    .OverflowHero__message {
        font-size: 30px;
    }
}
@media (min-width: 1440px) {
    .OverflowHero__message {
        padding-bottom: 70px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__message {
        padding-bottom: 40px;
    }
}
.OverflowHero__message.desktop {
    display: none;
}
@media (min-width: 1024px) {
    .OverflowHero__message.desktop {
        display: block;
    }
}
.OverflowHero__message.mobile {
    display: block;
    margin-top: 30px;
}
@media (min-width: 1024px) {
    .OverflowHero__message.mobile {
        display: none;
    }
}
@media (min-width: 740px) {
    .OverflowHero__message {
        grid-column: content/span 5;
    }
}
@media (min-width: 1024px) {
    .OverflowHero__message {
        grid-column: content/span 12;
    }
}
.OverflowHero__legacy-title {
    --line-height: 1;
    font-family: "Atacama VAR", serif;
    font-size: calc(6.2069vw - 4.13793px);
    font-style: normal;
    font-weight: 700;

    line-height: 1;
}
.OverflowHero__legacy-title b,
.OverflowHero__legacy-title strong {
    font-weight: 700;
    text-transform: uppercase;
}
.OverflowHero__legacy-title em {
    font-family: "Atacama VAR", serif;
    font-style: italic;
}
@media (min-width: 1440px) {
    .OverflowHero__legacy-title {
        font-size: 120px;
    }
}
@media (max-width: 739px) {
    .OverflowHero__legacy-title {
        font-size: 30px;
    }
}
@media (min-width: 1024px) and (max-width: 1919px) {
    .OverflowHero__legacy-title {
        font-size: 80px;
    }
}
.OverflowHero--has-overlay .OverflowHero__background .Media__wrap:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--overlay-level);
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.OverflowHero__content-mobile {
    grid-column: content;
}