/*
 * Storefront home Slider density + depth refinement.
 *
 * The original Slick markup, theme CTA behavior, and staggered
 * ltn__slide-animation sequence remain the source of truth.
 */

.herobanner {
    --key-hero-height: clamp(320px, 27vw, 390px);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    background: transparent;
}

body .herobanner .hero__fullwidth__spacing {
    background: transparent !important;
}

body .herobanner .herobanner__inner {
    background: transparent !important;
}

body .herobanner .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.herobanner .hero__fullwidth__spacing,
.herobanner .herobanner__inner,
.herobanner .herobannerarea__slider,
.herobanner .herobannerarea__slider__single,
.herobanner .herobannerarea__slider__single > .row,
.herobanner .herobanner__img__side,
.herobanner .herobanner__text__side {
    min-width: 0;
    max-width: 100%;
}

.herobanner .herobannerarea__slider .slick-list {
    max-width: 100%;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(25, 34, 44, 0.09);
}

.herobanner .herobannerarea__slider__single > .row {
    min-height: var(--key-hero-height);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(46, 56, 66, 0.06);
    border-radius: 22px;
    background: #eff1f3;
}

.herobanner .herobanner__img__side,
.herobanner .herobanner__text__side {
    height: var(--key-hero-height);
    padding: 0;
}

.herobanner .herobanner__img {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            #f4f6f8,
            #e8ecef
        );
}

.herobanner .herobanner__img img {
    display: block;
    max-width: none;
}

.herobanner .herobanner__img__ambient {
    position: absolute;
    z-index: 0;
    inset: -14%;
    width: 128%;
    height: 128%;
    object-fit: cover;
    object-position: center;
    filter: blur(28px) saturate(0.86);
    opacity: 0.24;
    transform: scale(1.08);
    pointer-events: none;
}

.herobanner .herobanner__img__primary {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transform: scale(0.992) translate3d(0, 2px, 0);
    transform-origin: center;
    will-change: transform;
}

.herobanner .herobanner__img::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(255, 255, 255, 0.02),
            rgba(24, 33, 42, 0.08)
        );
    content: "";
    pointer-events: none;
}

.herobanner
.slick-current
.herobanner__img__primary {
    animation:
        key-slider-image-breathe
        7s
        ease-in-out
        1.4s
        infinite
        alternate;
}


/* KEY_SLIDER_PANEL_SEAM_START */

.herobanner .herobanner__img::before {
    position: absolute;
    z-index: 3;
    top: 0;
    right: -1px;
    bottom: 0;
    width: clamp(56px, 6.5vw, 112px);
    background:
        linear-gradient(
            90deg,
            transparent 0%,
            color-mix(
                in srgb,
                var(--site-surface-muted) 18%,
                transparent
            ) 32%,
            color-mix(
                in srgb,
                var(--site-surface-muted) 58%,
                transparent
            ) 68%,
            color-mix(
                in srgb,
                var(--site-surface-muted) 94%,
                transparent
            ) 100%
        );
    content: "";
    pointer-events: none;
}

.herobanner .herobanner__text__side {
    margin-left: -1px;
}

/* KEY_SLIDER_PANEL_SEAM_END */

.herobanner .herobanner__text__side {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            145deg,
            color-mix(
                in srgb,
                var(--site-surface) 76%,
                var(--site-surface-muted)
            ),
            var(--site-surface-muted)
        );
}

/* KEY_SLIDER_PRESET_GLOW_START */

.herobanner .herobanner__text__side::before {
    position: absolute;
    z-index: 0;
    top: -30%;
    right: -22%;
    width: clamp(250px, 30vw, 430px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            color-mix(
                in srgb,
                var(--site-primary) 22%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-primary) 12%,
                transparent
            ) 38%,
            color-mix(
                in srgb,
                var(--site-primary) 5%,
                transparent
            ) 58%,
            transparent 76%
        );
    content: "";
    opacity: 0.92;
    pointer-events: none;
    transform: translate3d(0, 0, 0) scale(0.94);
    animation:
        key-slider-preset-glow-drift
        11s
        ease-in-out
        -2.75s
        infinite
        alternate;
}

/*
 * Every slide's glow keeps the same running clock. Slick only changes which
 * slide is visible, so the next card continues from the existing position.
 */
.herobanner
.slick-current
.herobanner__text__side::before {
    will-change: transform;
}

/* KEY_SLIDER_PRESET_GLOW_END */

.herobanner .herobanner__text__wraper {
    position: relative;
    z-index: 1;
    width: min(100%, 430px);
    margin: 0 auto;
    padding: clamp(24px, 3.2vw, 42px);
}

.herobanner .herobanner__title,
.herobanner .herobanner__text,
.herobanner .herobanner__text p {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.herobanner .herobanner__title {
    margin-bottom: 12px;
    font-size: clamp(32px, 2.8vw, 44px);
    line-height: 1.24;
}

.herobanner .herobanner__text {
    max-width: 36ch;
}

.herobanner .herobanner__text p {
    margin-bottom: 0;
    font-size: clamp(14px, 1.02vw, 16px);
    line-height: 1.85;
}

.herobanner .herobanner__button {
    margin-top: 20px;
}


body .herobanner .herobannerarea__slider > .slick-dots {
    position: absolute;
    z-index: 5;
    right: auto;
    bottom: 13px;
    left: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transform: translateX(-50%);
}

/* NILERA_SLIDER_GEOMETRY_OWNER_START
 *
 * SINGLE canonical owner for Nilera's home-slider geometry.
 *
 * This block owns:
 * - slider width / max-width / horizontal centering
 * - full-width responsive horizontal spacing
 * - hero vertical spacing
 * - inner/card responsive heights
 * - responsive image/text proportions
 *
 * Appearance/polish blocks must not own these properties.
 */

.herobanner .hero__fullwidth__spacing {
    padding-right: clamp(18px, 3vw, 48px) !important;
    padding-left: clamp(18px, 3vw, 48px) !important;
}

body .herobanner .herobanner__inner {
    margin: 0 !important;
    padding: 0 !important;
}

body .herobanner .herobannerarea__slider {
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto !important;
    padding: 0 !important;
}

.herobanner .herobannerarea__slider__single {
    padding: 0 2px;
}

.herobanner .herobannerarea__slider__single > .row {
    margin: 0 !important;
}

@media (min-width: 992px) {
    html body .herobanner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }

    html body .herobanner .hero__fullwidth__spacing {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    html body .herobanner .herobanner__inner {
        height: auto !important;
        align-items: stretch;
    }

    .herobanner .herobannerarea__slider__single > .row,
    .herobanner .herobanner__img__side,
    .herobanner .herobanner__text__side,
    .herobanner .herobanner__img {
        min-height: clamp(340px, 27vw, 460px);
    }

    .herobanner .herobanner__img__side {
        flex: 0 0 59%;
        max-width: 59%;
    }

    .herobanner .herobanner__text__side {
        flex: 0 0 41%;
        max-width: 41%;
        padding:
            clamp(38px, 4.2vw, 68px)
            clamp(30px, 4vw, 64px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    html body .herobanner {
        margin: 0 !important;
        padding: 16px 0 24px !important;
    }

    html body .herobanner .hero__fullwidth__spacing {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    html body .herobanner .herobanner__inner {
        height: 340px !important;
        align-items: stretch;
    }

    .herobanner .herobannerarea__slider__single > .row {
        height: 340px;
        min-height: 340px;
        max-height: 340px;
    }

    .herobanner .herobanner__img__side,
    .herobanner .herobanner__text__side,
    .herobanner .herobanner__img {
        height: 340px;
        min-height: 340px;
        max-height: 340px;
    }

    .herobanner .herobanner__img__side {
        flex: 0 0 56%;
        max-width: 56%;
    }

    .herobanner .herobanner__text__side {
        flex: 0 0 44%;
        max-width: 44%;
        margin: 0;
        padding: 24px 28px;
    }
}

@media (max-width: 767.98px) {
    html body .herobanner {
        --key-hero-height: 490px;
        margin: 0 !important;
        padding: 12px 0 24px !important;
        overflow: hidden;
    }

    html body .herobanner .hero__fullwidth__spacing {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    html body .herobanner .herobanner__inner {
        height: 490px !important;
        align-items: stretch;
    }

    .herobanner .herobannerarea__slider.slick-slider .slick-track {
        display: flex;
        align-items: stretch;
    }

    .herobanner .herobannerarea__slider.slick-slider .slick-slide {
        float: none;
        flex-shrink: 0;
        height: 490px;
    }

    .herobanner .herobannerarea__slider__single > .row {
        height: 490px;
        min-height: 490px;
        max-height: 490px;
        overflow: hidden;
        border-radius: 18px;
    }

    .herobanner .herobannerarea__slider .slick-list {
        border-radius: 18px;
    }

    .herobanner .herobanner__img__side {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        height: 290px;
        min-height: 0;
        max-height: 290px;
    }

    .herobanner .herobanner__img {
        width: 100%;
        height: 290px;
        min-height: 0;
        max-height: 290px;
    }

    .herobanner .herobanner__text__side {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        height: 200px;
        min-height: 0;
        max-height: 200px;
        margin: 0;
        padding: 20px 20px 12px;
    }

    .herobanner .herobanner__text__wraper {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center !important;
    }

    .herobanner .herobanner__text {
        margin: 0 auto !important;
    }

    .herobanner .herobanner__title {
        display: -webkit-box;
        overflow: hidden;
        margin: 0 0 8px !important;
        font-size: 27px !important;
        line-height: 1.2 !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .herobanner .herobanner__text p {
        display: -webkit-box;
        overflow: hidden;
        margin: 0 !important;
        font-size: 14px;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .herobanner .herobanner__button {
        margin-top: 10px !important;
    }

    body .herobanner .herobannerarea__slider > .slick-dots {
        bottom: 8px;
    }
}
/* NILERA_SLIDER_GEOMETRY_OWNER_END */

@keyframes key-slider-preset-glow-drift {
    0% {
        transform: translate3d(4%, -3%, 0) scale(0.94);
    }

    30% {
        transform: translate3d(-34%, 24%, 0) scale(1.03);
    }

    62% {
        transform: translate3d(-62%, 4%, 0) scale(0.98);
    }

    100% {
        transform: translate3d(-28%, 68%, 0) scale(1.06);
    }
}

@keyframes key-slider-image-breathe {
    from {
        transform: scale(0.992) translate3d(0, 2px, 0);
    }

    to {
        transform: scale(1) translate3d(0, -2px, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .herobanner
    .slick-current
    .herobanner__img__primary {
        animation: none !important;
    }

    .herobanner .herobanner__img__primary {
        transform: none;
        will-change: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .herobanner
    .herobanner__text__side::before {
        animation: none !important;
        transform: translate3d(-30%, 26%, 0) scale(1);
        will-change: auto;
    }
}

/* KEY_STOREFRONT_SLIDER_POLISH_V1_START */

/* Presentation-only storefront refinement. */
.herobanner .herobannerarea__slider__single > .row {
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--site-primary) 10%, rgba(86, 96, 107, 0.13));
    border-radius: 26px;
    background: var(--site-surface, #ffffff);
    box-shadow: 0 24px 58px rgba(30, 38, 47, 0.10), 0 4px 14px rgba(30, 38, 47, 0.04);
}

.herobanner .herobannerarea__slider__single > .row > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.herobanner .herobanner__img {
    overflow: hidden;
    background: color-mix(in srgb, var(--site-surface-muted, #f2f4f5) 92%, var(--site-primary) 8%);
}

.herobanner .herobanner__img__ambient {
    width: 116% !important;
    height: 116% !important;
    inset: -8% !important;
    opacity: 0.20 !important;
    filter: blur(30px) saturate(0.72) !important;
    transform: scale(1.035);
}

.herobanner .herobanner__img__primary {
    width: 100% !important;
    height: 100% !important;
    padding: clamp(2px, .35vw, 6px);
    object-fit: contain !important;
    object-position: center !important;
    filter: drop-shadow(0 14px 22px rgba(30, 38, 47, 0.12));
}

.herobanner .herobanner__text__side {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, var(--site-surface, #ffffff) 0%, color-mix(in srgb, var(--site-surface-muted, #f4f5f6) 86%, var(--site-primary) 14%) 100%);
}

.herobanner .herobanner__text__wraper {
    position: relative;
    z-index: 2;
    width: min(100%, 460px);
    margin: 0 auto;
    text-align: center !important;
}

.herobanner .herobanner__title {
    margin: 0 0 18px;
    font-size: clamp(34px, 3vw, 56px);
    line-height: 1.14;
    letter-spacing: -0.025em;
}

.herobanner .herobanner__text {
    max-width: 420px;
    margin: 0 auto;
}

.herobanner .herobanner__text p {
    margin: 0;
    line-height: 1.9;
}

.herobanner .herobanner__button {
    margin-top: 28px;
}

.herobanner .default__button {
    min-width: 154px;
    transition: color 0.46s ease, background-color 0.46s ease, border-color 0.46s ease, box-shadow 0.46s ease, transform 0.46s cubic-bezier(0.2, 0.75, 0.25, 1) !important;
}

.herobanner .default__button::before,
.herobanner .default__button::after {
    transition-duration: 0.56s !important;
    transition-timing-function: cubic-bezier(0.2, 0.75, 0.25, 1) !important;
}

.herobanner .default__button:hover,
.herobanner .default__button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px color-mix(in srgb, var(--site-primary) 18%, transparent);
}

.herobanner .herobanner__text__side::before {
    top: 16% !important;
    right: 9% !important;
    bottom: auto !important;
    left: auto !important;
    width: clamp(250px, 24vw, 365px) !important;
    opacity: 0.68 !important;
    background: radial-gradient(circle at 50% 50%, color-mix(in srgb, var(--site-primary) 15%, transparent) 0%, color-mix(in srgb, var(--site-primary) 8%, transparent) 42%, transparent 72%) !important;
}

.herobanner .herobannerarea__slider .slick-arrow {
    top: 50% !important;
    z-index: 8;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border: 1px solid color-mix(in srgb, var(--site-primary) 15%, rgba(54, 63, 72, 0.16)) !important;
    border-radius: 50% !important;
    background: color-mix(in srgb, var(--site-surface, #ffffff) 90%, transparent) !important;
    box-shadow: 0 8px 22px rgba(30, 38, 47, 0.11);
    opacity: 0.82;
    transform: translateY(-50%);
    transition: opacity 0.28s ease, border-color 0.28s ease, background-color 0.28s ease, transform 0.28s ease !important;
}

.herobanner .herobannerarea__slider .slick-prev {
    right: auto !important;
    left: 14px !important;
}

.herobanner .herobannerarea__slider .slick-next {
    right: 14px !important;
    left: auto !important;
}

.herobanner .herobannerarea__slider .slick-arrow:hover,
.herobanner .herobannerarea__slider .slick-arrow:focus-visible {
    border-color: color-mix(in srgb, var(--site-primary) 55%, transparent) !important;
    background: var(--site-surface, #ffffff) !important;
    opacity: 1;
    transform: translateY(-50%) scale(1.04);
}

.herobanner .herobannerarea__slider .slick-dots {
    right: auto !important;
    bottom: 16px !important;
    left: 50% !important;
    width: auto !important;
    transform: translateX(-50%);
}

@media (max-width: 767.98px) {
    .herobanner .herobannerarea__slider .slick-arrow {
        width: 38px !important;
        height: 38px !important;
    }

    .herobanner .herobannerarea__slider .slick-prev {
        left: 8px !important;
    }

    .herobanner .herobannerarea__slider .slick-next {
        right: 8px !important;
    }
}
@media (prefers-reduced-motion: reduce) {
    .herobanner .default__button,
    .herobanner .default__button::before,
    .herobanner .default__button::after,
    .herobanner .herobannerarea__slider .slick-arrow {
        transition-duration: 0.01ms !important;
    }
}

/* KEY_STOREFRONT_SLIDER_POLISH_V1_END */

/* KEY_SLIDER_RENDERED_MOTION_START */

/*
 * This stylesheet is registered by the home view and loads after the
 * appearance stylesheet. It therefore owns the final rendered surfaces.
 */

/*
 * One uniform tinted surface spans the complete row.
 * Because the base is uniform, no moving white/colour boundary can exist.
 */
html body
.herobanner
.herobannerarea__slider__single
> .row {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    background:
        color-mix(
            in srgb,
            var(--site-surface, #ffffff) 93%,
            var(--site-primary) 7%
        ) !important;
}

/*
 * Neutralise the previous background-position animation.
 * The element becomes a full-card stage for two independent patches.
 */
html body .herobanner .herobanner__wash {
    position: absolute !important;
    z-index: 0 !important;
    inset: 0 !important;
    display: block !important;
    overflow: hidden !important;
    background: transparent !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    pointer-events: none !important;
    will-change: auto !important;
}

/*
 * Large asymmetric patches with soft edges.
 * They are not circles and their centres move through clearly different
 * positions using transform-only animation.
 */
html body .herobanner .herobanner__wash::before,
html body .herobanner .herobanner__wash::after {
    position: absolute;
    display: block;
    content: "";
    pointer-events: none;
    filter: blur(18px);
    will-change: transform;
}

html body .herobanner .herobanner__wash::before {
    top: -42%;
    left: -18%;
    width: 78%;
    height: 184%;
    border-radius:
        38% 62% 54% 46%
        /
        58% 42% 64% 36%;
    background:
        radial-gradient(
            ellipse at 52% 48%,
            color-mix(
                in srgb,
                var(--site-primary) 42%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-primary) 25%,
                transparent
            ) 38%,
            color-mix(
                in srgb,
                var(--site-primary) 11%,
                transparent
            ) 66%,
            transparent 88%
        );
    animation:
        key-slider-rendered-patch-a
        7.4s
        cubic-bezier(.45, .05, .55, .95)
        -1.85s
        infinite
        alternate;
}

html body .herobanner .herobanner__wash::after {
    right: -16%;
    bottom: -48%;
    width: 76%;
    height: 180%;
    border-radius:
        64% 36% 44% 56%
        /
        40% 60% 38% 62%;
    background:
        radial-gradient(
            ellipse at 48% 52%,
            color-mix(
                in srgb,
                var(--site-accent, var(--site-primary)) 36%,
                transparent
            ) 0%,
            color-mix(
                in srgb,
                var(--site-primary-dark, var(--site-primary)) 22%,
                transparent
            ) 40%,
            color-mix(
                in srgb,
                var(--site-primary) 9%,
                transparent
            ) 68%,
            transparent 90%
        );
    animation:
        key-slider-rendered-patch-b
        9.2s
        cubic-bezier(.42, 0, .58, 1)
        -4.6s
        infinite
        alternate;
}

@keyframes key-slider-rendered-patch-a {
    0% {
        transform:
            translate3d(-8%, -4%, 0)
            rotate(-4deg)
            scale(.96);
    }

    32% {
        transform:
            translate3d(42%, 12%, 0)
            rotate(7deg)
            scale(1.04);
    }

    68% {
        transform:
            translate3d(78%, -6%, 0)
            rotate(-2deg)
            scale(1);
    }

    100% {
        transform:
            translate3d(32%, 20%, 0)
            rotate(5deg)
            scale(1.06);
    }
}

@keyframes key-slider-rendered-patch-b {
    0% {
        transform:
            translate3d(8%, 10%, 0)
            rotate(5deg)
            scale(1.02);
    }

    35% {
        transform:
            translate3d(-44%, -12%, 0)
            rotate(-7deg)
            scale(.96);
    }

    70% {
        transform:
            translate3d(-80%, 8%, 0)
            rotate(3deg)
            scale(1.05);
    }

    100% {
        transform:
            translate3d(-28%, -20%, 0)
            rotate(-5deg)
            scale(1);
    }
}

/*
 * Force every legacy image/text surface and seam transparent in the
 * stylesheet that wins the final cascade.
 */
html body
.herobanner
.herobannerarea__slider__single
> .row
> [class*="col-"],
html body .herobanner .herobanner__img,
html body .herobanner .herobanner__img__side,
html body .herobanner .herobanner__text__side,
html body .herobanner .herobanner__text__wraper {
    background: transparent !important;
}

html body .herobanner .herobanner__text__side::before,
html body .herobanner .herobanner__img::before,
html body .herobanner .herobanner__img::after {
    display: none !important;
    content: none !important;
    background: none !important;
}

html body .herobanner .herobanner__img__ambient {
    display: none !important;
    opacity: 0 !important;
}

html body .herobanner .herobanner__img__primary,
html body .herobanner .herobanner__text__wraper,
html body
.herobanner
.herobannerarea__slider
> .slick-dots {
    position: relative !important;
    z-index: 3 !important;
}

@media (max-width: 767px) {
    html body .herobanner .herobanner__wash::before {
        width: 126%;
        left: -58%;
    }

    html body .herobanner .herobanner__wash::after {
        width: 122%;
        right: -54%;
    }
}
@media (prefers-reduced-motion: reduce) {
    html body .herobanner .herobanner__wash::before,
    html body .herobanner .herobanner__wash::after {
        animation: none !important;
        will-change: auto;
    }

    html body .herobanner .herobanner__wash::before {
        transform:
            translate3d(34%, 8%, 0)
            rotate(2deg)
            scale(1.02);
    }

    html body .herobanner .herobanner__wash::after {
        transform:
            translate3d(-38%, -8%, 0)
            rotate(-2deg)
            scale(1);
    }
}

/* KEY_SLIDER_RENDERED_MOTION_END */

/* KEY_SLIDER_PROGRESS_RAIL_START */

/*
 * Interactive cumulative progress rail. The visible track stays 2px high,
 * while the larger transparent hit area remains comfortable for mouse and
 * touch. JavaScript updates only transform: scaleX().
 */
html body
.herobanner
.herobannerarea__slider {
    position: relative;
}

html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail {
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 3px;
    width: clamp(132px, 20vw, 230px);
    height: 18px;
    padding: 0;
    border: 0;
    outline: 0;
    pointer-events: auto;
    cursor: pointer;
    touch-action: pan-y;
    direction: ltr;
    transform: translateX(-50%);
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail.is-hidden {
    display: none;
}

html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail
> .key-slider-progress-track {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(139, 148, 157, 0.24);
    background:
        color-mix(
            in srgb,
            var(--site-text, #20252b) 20%,
            transparent
        );
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.34);
}

html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail
> .key-slider-progress-track
> .key-slider-progress-fill {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: inherit;
    background: var(--site-primary);
    box-shadow:
        0 0 8px
        color-mix(
            in srgb,
            var(--site-primary) 30%,
            transparent
        );
    will-change: transform;
}

html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail:hover
> .key-slider-progress-track,
html body
.herobanner
.herobannerarea__slider
> .key-slider-progress-rail:focus-visible
> .key-slider-progress-track {
    box-shadow:
        0 0 0 3px
        color-mix(
            in srgb,
            var(--site-primary) 11%,
            transparent
        ),
        0 1px 0 rgba(255, 255, 255, 0.34);
}

@media (max-width: 767px) {
    html body
    .herobanner
    .herobannerarea__slider
    > .key-slider-progress-rail {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    html body
    .herobanner
    .herobannerarea__slider
    > .key-slider-progress-rail
    > .key-slider-progress-track
    > .key-slider-progress-fill {
        will-change: auto;
    }
}
/* KEY_SLIDER_PROGRESS_RAIL_END */

/* KEY_SLIDER_PREINIT_STABILITY_START */

/*
 * Before Slick initializes, the server-rendered slides are ordinary block
 * elements. Paint only the first approved slide so reload never shows the
 * complete slider collection stacked as multiple rows.
 *
 * The selector stops matching the instant Slick adds .slick-initialized,
 * so it cannot alter the approved initialized appearance or behavior.
 */
html body
.herobanner
.herobannerarea__slider:not(.slick-initialized) {
    position: relative;
    overflow: hidden;
}

html body
.herobanner
.herobannerarea__slider:not(.slick-initialized)
> .herobannerarea__slider__single {
    width: 100%;
}

html body
.herobanner
.herobannerarea__slider:not(.slick-initialized)
> .herobannerarea__slider__single:not(:first-child) {
    display: none !important;
}

html body
.herobanner
.herobannerarea__slider:not(.slick-initialized)
> .herobannerarea__slider__single:first-child {
    display: block !important;
}

/* KEY_SLIDER_PREINIT_STABILITY_END */
