.frame-type-blx_site_hero.frame {
    margin-top: 0;
    padding-block: 0;
}

.frame-type-blx_site_hero .frame-container {
    max-width: none;
    padding-inline: 0;
}

.blx-site-hero {
    --blx-site-hero-bg: #092f46;
    --blx-site-hero-fg: #ffffff;
    --blx-site-hero-muted: rgba(255, 255, 255, 0.78);
    --blx-site-hero-accent: #45aba5;
    --blx-site-hero-button-bg: #eb3e4a;
    --blx-site-hero-button-fg: #ffffff;
    --blx-site-hero-button-border: #eb3e4a;
    --blx-site-hero-secondary-bg: rgba(255, 255, 255, 0.08);
    --blx-site-hero-secondary-fg: #ffffff;
    --blx-site-hero-secondary-border: rgba(255, 255, 255, 0.55);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 34rem;
    color: var(--blx-site-hero-fg);
    background: var(--blx-site-hero-bg);
}

.blx-site-hero--tone-light {
    --blx-site-hero-bg: #f6f8f9;
    --blx-site-hero-fg: #132f3f;
    --blx-site-hero-muted: #435766;
    --blx-site-hero-secondary-bg: transparent;
    --blx-site-hero-secondary-fg: #132f3f;
    --blx-site-hero-secondary-border: rgba(19, 47, 63, 0.34);
}

.blx-site-hero--tone-brand {
    --blx-site-hero-bg: #013859;
    --blx-site-hero-accent: #e6a101;
}

.blx-site-hero--fullheight {
    min-height: calc(var(--blx-site-viewport-height, 100vh) - var(--blx-site-header-height, 0px));
}

.blx-site-hero__visual {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.blx-site-hero__image,
.blx-site-hero__video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blx-site-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #000000;
    opacity: var(--blx-site-hero-overlay-opacity, 0.35);
    pointer-events: none;
}

.blx-site-hero--media-none .blx-site-hero__overlay,
.blx-site-hero--tone-light .blx-site-hero__overlay {
    display: none;
}

.blx-site-hero__inner {
    width: min(100%, 76rem);
    min-height: inherit;
    margin-inline: auto;
    padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 4vw, 3rem);
    display: grid;
    align-items: center;
}

.blx-site-hero__copy {
    width: min(100%, 48rem);
}

.blx-site-hero--layout-centered .blx-site-hero__copy {
    margin-inline: auto;
    text-align: center;
}

.blx-site-hero--layout-split .blx-site-hero__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 0.78fr);
    gap: clamp(2rem, 6vw, 5rem);
}

.blx-site-hero--layout-split.blx-site-hero--media-none .blx-site-hero__inner {
    grid-template-columns: 1fr;
}

.blx-site-hero--layout-split .blx-site-hero__visual {
    position: relative;
    inset: auto;
    z-index: 0;
    min-height: 26rem;
    grid-column: 2;
    grid-row: 1;
    overflow: hidden;
    border-radius: 0.5rem;
}

.blx-site-hero--layout-split .blx-site-hero__copy {
    grid-column: 1;
    grid-row: 1;
}

.blx-site-hero--layout-split .blx-site-hero__overlay {
    display: none;
}

.blx-site-hero__eyebrow {
    margin: 0 0 0.85rem;
    color: var(--blx-site-hero-accent);
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.blx-site-hero__title {
    max-width: 14ch;
    margin: 0;
    color: inherit;
    font-size: 4.75rem;
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.blx-site-hero--layout-centered .blx-site-hero__title {
    margin-inline: auto;
}

.blx-site-hero__subhead {
    max-width: 44rem;
    margin: 1.35rem 0 0;
    color: var(--blx-site-hero-muted);
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.35;
}

.blx-site-hero--layout-centered .blx-site-hero__subhead {
    margin-inline: auto;
}

.blx-site-hero__text {
    max-width: 42rem;
    margin-top: 1.25rem;
    color: var(--blx-site-hero-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.blx-site-hero__text > :last-child {
    margin-bottom: 0;
}

.blx-site-hero--layout-centered .blx-site-hero__text {
    margin-inline: auto;
}

.blx-site-hero__proof {
    max-width: 42rem;
    margin: 1.25rem 0 0;
    color: var(--blx-site-hero-fg);
    font-size: 0.95rem;
    font-weight: 700;
}

.blx-site-hero--layout-centered .blx-site-hero__proof {
    margin-inline: auto;
}

.blx-site-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.blx-site-hero--layout-centered .blx-site-hero__actions {
    justify-content: center;
}

.blx-site-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    max-width: 100%;
    padding: 0.85rem 1.3rem;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.blx-site-hero__button:hover,
.blx-site-hero__button:focus {
    text-decoration: none;
}

.blx-site-hero__button--primary {
    color: var(--blx-site-hero-button-fg);
    background: var(--blx-site-hero-button-bg);
    border-color: var(--blx-site-hero-button-border);
}

.blx-site-hero__button--primary:hover,
.blx-site-hero__button--primary:focus {
    color: var(--blx-site-hero-button-fg);
    background: #cf303b;
    border-color: #cf303b;
}

.blx-site-hero__button--secondary {
    color: var(--blx-site-hero-secondary-fg);
    background: var(--blx-site-hero-secondary-bg);
    border-color: var(--blx-site-hero-secondary-border);
}

.blx-site-hero__button--secondary:hover,
.blx-site-hero__button--secondary:focus {
    color: var(--blx-site-hero-secondary-fg);
    background: rgba(255, 255, 255, 0.16);
    border-color: currentColor;
}

.blx-site-hero--tone-light .blx-site-hero__button--secondary:hover,
.blx-site-hero--tone-light .blx-site-hero__button--secondary:focus {
    background: rgba(19, 47, 63, 0.06);
}

.blx-site-hero__scroll {
    position: absolute;
    left: 50%;
    bottom: 1.25rem;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    color: currentColor;
    background: transparent;
    transform: translateX(-50%);
    cursor: pointer;
}

.blx-site-hero__scroll span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.blx-site-hero__scroll::after {
    content: '';
    display: block;
    width: 1.45rem;
    height: 1.45rem;
    margin: 0 auto;
    border-right: 0.25rem solid currentColor;
    border-bottom: 0.25rem solid currentColor;
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .blx-site-hero__title {
        font-size: 3.4rem;
    }

    .blx-site-hero__subhead {
        font-size: 1.2rem;
    }

    .blx-site-hero--layout-split .blx-site-hero__inner {
        grid-template-columns: 1fr;
    }

    .blx-site-hero--layout-split .blx-site-hero__copy,
    .blx-site-hero--layout-split .blx-site-hero__visual {
        grid-column: 1;
    }

    .blx-site-hero--layout-split .blx-site-hero__copy {
        grid-row: 1;
    }

    .blx-site-hero--layout-split .blx-site-hero__visual {
        grid-row: 2;
        min-height: 18rem;
    }
}

@media (max-width: 520px) {
    .blx-site-hero:not(.blx-site-hero--fullheight) {
        min-height: 30rem;
    }

    .blx-site-hero__title {
        font-size: 2.45rem;
    }

    .blx-site-hero__subhead {
        font-size: 1.1rem;
    }

    .blx-site-hero__actions {
        display: grid;
    }

    .blx-site-hero__button {
        width: 100%;
    }
}
