.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: var(--blx-color-ui-primary);
    --blx-site-hero-fg: var(--blx-color-surface);
    --blx-site-hero-muted: rgb(var(--blx-color-surface-rgb) / 78%);
    --blx-site-hero-accent: var(--blx-color-surface);
    --blx-site-hero-title-accent: var(--blx-color-hero-highlight);
    --blx-site-hero-button-bg: var(--blx-color-action-secondary-bg);
    --blx-site-hero-button-fg: var(--blx-color-action-secondary-fg);
    --blx-site-hero-button-border: var(--blx-color-action-secondary-border);
    --blx-site-hero-button-hover-bg: var(--blx-color-action-secondary-hover-bg);
    --blx-site-hero-button-hover-border: var(--blx-color-action-secondary-hover-border);
    --blx-site-hero-secondary-bg: rgb(var(--blx-color-surface-rgb) / 8%);
    --blx-site-hero-secondary-fg: var(--blx-color-surface);
    --blx-site-hero-secondary-border: rgb(var(--blx-color-surface-rgb) / 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: var(--blx-color-surface-soft);
    --blx-site-hero-fg: var(--blx-color-ui-primary);
    --blx-site-hero-muted: var(--blx-color-text-muted);
    --blx-site-hero-button-bg: var(--blx-color-action-primary-bg);
    --blx-site-hero-button-fg: var(--blx-color-action-primary-fg);
    --blx-site-hero-button-border: var(--blx-color-action-primary-bg);
    --blx-site-hero-button-hover-bg: var(--blx-color-action-primary-hover-bg);
    --blx-site-hero-button-hover-border: var(--blx-color-action-primary-hover-bg);
    --blx-site-hero-secondary-bg: transparent;
    --blx-site-hero-secondary-fg: var(--blx-color-ui-primary);
    --blx-site-hero-secondary-border: rgb(var(--blx-color-ui-primary-rgb) / 34%);
}

.blx-site-hero--tone-brand {
    --blx-site-hero-bg: var(--blx-color-ui-primary);
    --blx-site-hero-accent: var(--blx-color-surface);
}

.blx-site-hero:not(.blx-site-hero--layout-split):not(.blx-site-hero--tone-light):not(.blx-site-hero--media-none) {
    --blx-site-hero-muted: rgb(var(--blx-color-surface-rgb) / 92%);
}

.blx-site-hero:not(.blx-site-hero--layout-split):not(.blx-site-hero--tone-light):not(.blx-site-hero--media-none) .blx-site-hero__title,
.blx-site-hero:not(.blx-site-hero--layout-split):not(.blx-site-hero--tone-light):not(.blx-site-hero--media-none) .blx-site-hero__subhead,
.blx-site-hero:not(.blx-site-hero--layout-split):not(.blx-site-hero--tone-light):not(.blx-site-hero--media-none) .blx-site-hero__text,
.blx-site-hero:not(.blx-site-hero--layout-split):not(.blx-site-hero--tone-light):not(.blx-site-hero--media-none) .blx-site-hero__proof {
    text-shadow:
        0 1px 2px rgb(var(--blx-color-black-rgb) / 72%),
        0 3px 12px rgb(var(--blx-color-black-rgb) / 38%);
}

.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--layout-poster {
    min-height: clamp(28rem, 48vw, 46rem);
}

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

.blx-site-hero--layout-poster.blx-site-hero--tone-light {
    --blx-site-hero-bg: var(--blx-color-surface);
    --blx-site-hero-fg: var(--blx-color-surface);
    --blx-site-hero-muted: rgb(var(--blx-color-surface-rgb) / 92%);
}

.blx-site-hero--layout-poster.blx-site-hero--tone-light.blx-site-hero--platform-background {
    --blx-site-hero-bg: #00000045;
}

.blx-site-hero--layout-poster.blx-site-hero--tone-light .blx-site-hero__overlay {
    display: block;
    background: rgb(var(--blx-color-black-rgb));
}

.blx-site-hero--layout-poster.blx-site-hero--tone-light .blx-site-hero__title,
.blx-site-hero--layout-poster.blx-site-hero--tone-light .blx-site-hero__subhead {
    text-shadow:
        0 1px 2px rgb(var(--blx-color-black-rgb) / 72%),
        0 3px 12px rgb(var(--blx-color-black-rgb) / 38%);
}

.blx-site-hero--layout-poster .blx-site-hero__subhead {
    max-width: 42rem;
    margin-top: 1.25rem;
    font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.65;
}

.blx-site-hero--layout-poster .blx-site-hero__image {
    object-fit: contain;
    object-position: center;
}

@media (min-width: 901px) {
    .blx-site-hero--layout-poster.blx-site-hero--platform-background .blx-site-hero__image {
        object-fit: cover;
    }
}

.blx-site-hero--layout-poster.blx-site-hero--screenshot-background .blx-site-hero__image {
    object-fit: cover;
}

.blx-site-hero--resource-background .blx-site-hero__visual {
    inset: 4% -2% 4% 38%;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 24%, #000 100%);
}

.blx-site-hero__resource-visuals {
    position: absolute;
    inset: 0;
}

.blx-site-hero__resource-image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 0;
    animation: blx-site-hero-resource-cycle 24s ease-in-out infinite;
    animation-delay: -1.2s;
}

.blx-site-hero__resource-image--2 {
    animation-delay: 4.8s;
}

.blx-site-hero__resource-image--3 {
    animation-delay: 10.8s;
}

.blx-site-hero__resource-image--4 {
    animation-delay: 16.8s;
}

@keyframes blx-site-hero-resource-cycle {
    0% {
        opacity: 0;
    }

    5%, 25% {
        opacity: 1;
    }

    30%, 100% {
        opacity: 0;
    }
}

.blx-site-hero--resource-background .blx-site-hero__title {
    max-width: 22ch;
}

.blx-site-hero--resource-background .blx-site-hero__subhead {
    max-width: 38rem;
}

.blx-site-hero--screenshot-background .blx-site-hero__title {
    max-width: 20ch;
}

.blx-site-hero--layout-poster .blx-site-hero__inner {
    opacity: 1;
}

.blx-site-hero--layout-poster .blx-site-hero__copy {
    position: relative;
    z-index: 2;
    opacity: 1;
}

.blx-site-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgb(var(--blx-color-black-rgb));
    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(4rem, 7vw, 6rem) 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: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.blx-site-hero__title {
    max-width: 14ch;
    margin: 0;
    color: inherit;
    font-size: clamp(2.5rem, 7vw, 3.75rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.025em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.blx-site-hero__title-accent {
    color: var(--blx-site-hero-title-accent);
}

.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: clamp(1.125rem, 2vw, 1.25rem);
    font-weight: 500;
    line-height: 1.45;
}

.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;
    font-weight: 400;
    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: 600;
}

.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: 600;
    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: var(--blx-site-hero-button-hover-bg);
    border-color: var(--blx-site-hero-button-hover-border);
}

.blx-site-hero__button--primary:focus-visible {
    outline: 0.1875rem solid var(--blx-color-ui-accent);
    outline-offset: 0.1875rem;
}

.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: rgb(var(--blx-color-surface-rgb) / 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: rgb(var(--blx-color-ui-primary-rgb) / 6%);
}

.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--resource-background .blx-site-hero__visual {
        inset: auto 0 1.75rem;
        height: 46%;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, #000 26%, #000 100%);
    }

    .blx-site-hero--resource-background .blx-site-hero__copy {
        align-self: start;
        padding-top: clamp(1rem, 4vh, 2.5rem);
    }

    .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--screenshot-background .blx-site-hero__title {
        max-width: 100%;
        font-size: clamp(1.65rem, 8vw, 2.5rem);
    }

    .blx-site-hero__resource-image {
        object-position: center bottom;
    }

    .blx-site-hero--resource-background .blx-site-hero__title {
        max-width: 100%;
        font-size: clamp(1.65rem, 8vw, 2.5rem);
    }

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

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

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

@media (prefers-reduced-motion: reduce) {
    .blx-site-hero__resource-image {
        animation: none;
    }

    .blx-site-hero__resource-image:first-child {
        opacity: 1;
    }
}
