.fb-hero-slide {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.fb-hero-slide .fb-hero-slide-media {
    position: relative;
    overflow: hidden;
    background: #e5e5e5;
}

.full-bleed-hero-carousel.size-p0 .fb-hero-slide .fb-hero-slide-media {
    min-height: 26rem;
}

.full-bleed-hero-carousel.size-p1 .fb-hero-slide .fb-hero-slide-media {
    min-height: 34rem;
}

.fb-hero-slide .fb-hero-picture,
.fb-hero-slide .fb-hero-image,
.fb-hero-slide .fb-hero-video {
    width: 100%;
    height: 100%;
    display: block;
}

.fb-hero-slide .fb-hero-image,
.fb-hero-slide .fb-hero-video {
    object-fit: cover;
}

.fb-hero-slide .fb-hero-video.desktop {
    display: none;
}

.fb-hero-slide .fb-hero-video.mobile {
    display: block;
}

.fb-hero-slide .fb-hero-video.fallback {
    display: block;
}

.fb-hero-slide .fb-hero-media-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.fb-hero-slide .fb-hero-slide-content {
    --banner-color: #fff;
    --banner-inverted-color: #111;
    position: relative;
    z-index: 3;
    color: var(--banner-color);
    padding: 1.5rem 1.25rem 2rem;
}

.fb-hero-slide .fb-hero-slide-content.text-color-dark {
    --banner-color: #111;
    --banner-inverted-color: #fff;
}

.fb-hero-slide .fb-hero-slide-content.text-color-light {
    --banner-color: #fff;
    --banner-inverted-color: #111;
}

.fb-hero-slide .fb-hero-slide-content.text-alignment-left {
    text-align: left;
}

.fb-hero-slide .fb-hero-slide-content.text-alignment-center {
    text-align: center;
}

.fb-hero-slide .fb-hero-slide-content.text-alignment-right {
    text-align: right;
}

.full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.2rem 1.25rem 2.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0.62) 100%);
    pointer-events: none;
}

.full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content > * {
    pointer-events: auto;
}

.full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content.vertical-top {
    top: 0;
    bottom: auto;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.55) 100%);
}

.full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content.vertical-center {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background: none;
}

.full-bleed-hero-carousel.content-placement-outside-media .fb-hero-slide .fb-hero-slide-content {
    background: #fff;
    color: var(--banner-color);
    padding: 1.8rem 1.25rem 2rem;
}

.full-bleed-hero-carousel.content-placement-outside-media.controls-placement-outside-media .fb-hero-slide .fb-hero-slide-content {
    padding-bottom: 0;
}

.fb-hero-slide .fb-hero-upper-description p,
.fb-hero-slide .fb-hero-description p {
    margin: 0;
    font-size: var(--fb-hero-upper-description-size-desktop, inherit);
}

.fb-hero-slide .fb-hero-upper-description {
    margin-bottom: 0.7rem;
}

.fb-hero-slide .fb-hero-upper-description.grey {
    color: #d6d6d6;
}

.fb-hero-slide .fb-hero-title h1,
.fb-hero-slide .fb-hero-title h2,
.fb-hero-slide .fb-hero-title h3,
.fb-hero-slide .fb-hero-title h4,
.fb-hero-slide .fb-hero-title h5,
.fb-hero-slide .fb-hero-title h6 {
    color: inherit;
    line-height: 1;
    margin: 0;
    font-size: var(--fb-hero-title-size-desktop, 3rem);
    letter-spacing: -0.02em;
}

.fb-hero-slide .fb-hero-title .futura-font {
    font-family: "Nike Futura", HelveticaNeue, sans-serif;
}

.fb-hero-slide .fb-hero-description {
    margin-top: 1rem;
}

.fb-hero-slide .fb-hero-description p {
    font-size: var(--fb-hero-description-size-desktop, inherit);
}

.fb-hero-slide .fb-hero-buttons {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.5rem;
}

.fb-hero-slide .fb-hero-slide-content.text-alignment-center .fb-hero-buttons {
    justify-content: center;
}

.fb-hero-slide .fb-hero-slide-content.text-alignment-right .fb-hero-buttons {
    justify-content: flex-end;
}

.fb-hero-slide .fb-hero-buttons .btn {
    border: 0;
    border-radius: 999px;
    background: var(--banner-color);
    color: var(--banner-inverted-color);
    padding: 0.55rem 1.2rem;
    position: relative;
    z-index: 4;
}

.fb-hero-slide .fb-hero-buttons .btn:hover {
    opacity: 0.85;
}

.brand-theme .fb-hero-slide {
    background: var(--brand-bg);
}

.brand-theme .fb-hero-slide .fb-hero-slide-media {
    background: var(--brand-bg);
}

.brand-theme .full-bleed-hero-carousel.content-placement-outside-media .fb-hero-slide .fb-hero-slide-content {
    --banner-color: var(--brand-text);
    --banner-inverted-color: var(--brand-bg);

    background: var(--brand-bg);
    color: var(--brand-text);
}

.brand-theme .full-bleed-hero-carousel.content-placement-outside-media .fb-hero-slide .fb-hero-upper-description.grey {
    color: rgba(255, 255, 255, 0.64);
}

.brand-theme .full-bleed-hero-carousel.content-placement-outside-media .fb-hero-slide .fb-hero-buttons .btn:hover {
    background: #cacacb;
    color: #111;
    opacity: 1;
}

@media (min-width: 821px) {
    .fb-hero-slide .fb-hero-video.desktop {
        display: block;
    }

    .fb-hero-slide .fb-hero-video.mobile {
        display: none;
    }

    .fb-hero-slide .fb-hero-video.fallback {
        display: block;
    }

    .full-bleed-hero-carousel.size-p0 .fb-hero-slide .fb-hero-slide-media {
        min-height: 34rem;
    }

    .full-bleed-hero-carousel.size-p1 .fb-hero-slide .fb-hero-slide-media {
        min-height: 48rem;
    }

    .fb-hero-slide .fb-hero-slide-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (max-width: 767.98px) {
    .full-bleed-hero-carousel.size-p0 .fb-hero-slide .fb-hero-slide-media {
        min-height: 24rem;
    }

    .full-bleed-hero-carousel.size-p1 .fb-hero-slide .fb-hero-slide-media {
        min-height: 30rem;
    }

    .fb-hero-slide .fb-hero-slide-content.mobile-text-color-dark {
        --banner-color: #111;
        --banner-inverted-color: #fff;
    }

    .fb-hero-slide .fb-hero-slide-content.mobile-text-color-light {
        --banner-color: #fff;
        --banner-inverted-color: #111;
    }

    .fb-hero-slide .fb-hero-title h1,
    .fb-hero-slide .fb-hero-title h2,
    .fb-hero-slide .fb-hero-title h3,
    .fb-hero-slide .fb-hero-title h4,
    .fb-hero-slide .fb-hero-title h5,
    .fb-hero-slide .fb-hero-title h6 {
        font-size: var(--fb-hero-title-size-mobile, 2.25rem);
    }

    .full-bleed-hero-carousel.content-placement-inside-media .fb-hero-slide .fb-hero-slide-content.vertical-center {
        transform: translateY(-50%);
    }

    .fb-hero-slide .fb-hero-upper-description p {
        font-size: var(--fb-hero-upper-description-size-mobile, inherit);
    }

    .fb-hero-slide .fb-hero-description p {
        font-size: var(--fb-hero-description-size-mobile, inherit);
    }
}
