﻿@charset "UTF-8";
section.sticky-steps {
    --block-background-color: #090b0e;
    --sticky-heading: var(--okd-block-theme-heading-on-dark);
    --sticky-muted: var(--okd--preset--color--neutral-40);
    --sticky-body: var(--okd--preset--color--neutral-40);
    --sticky-placeholder-bg: var(--okd--preset--color--neutral-90);
    color: var(--sticky-body);
    --sticky-steps-visual-max: calc( 100svh - var(--okd-header-inline-height, 80px) - calc( var(--okd--preset--spacing--24) * 2));
    min-height: 100svh;
    overflow: visible;
    padding-block-start: 140px;
    position: relative
}

section.sticky-steps.-theme-neutral-100 {
    --block-background-color: var(--okd-block-theme-bg-neutral-100)
}

section.sticky-steps.-theme-neutral-10 {
    --block-background-color: var(--okd-block-theme-bg-neutral-10);
    --okd-block-border-line-color: var(--okd--preset--color--neutral-40);
    --okd-line-color: var(--okd--preset--color--neutral-40);
    --sticky-heading: var(--okd-block-theme-heading-on-light);
    --sticky-muted: var(--okd--preset--color--neutral-60);
    --sticky-body: var(--okd-block-theme-body-on-light);
    --sticky-placeholder-bg: var(--okd--preset--color--neutral-10)
}

section.sticky-steps.-theme-black {
    --block-background-color: #000000;
    --okd-block-border-line-color: var(--okd--preset--color--neutral-50);
    --okd-line-color: var(--okd--preset--color--neutral-50);
    --sticky-heading: var(--okd-block-theme-heading-on-dark);
    --sticky-muted: var(--okd--preset--color--neutral-30);
    --sticky-body: var(--okd--preset--color--neutral-40);
    --sticky-placeholder-bg: var(--okd--preset--color--neutral-100)
}

section.sticky-steps .okd-block-container-lines {
    z-index: 5
}

section.sticky-steps .sticky-steps__lines-top-dot {
    display: none
}

@media (min-width:1025px) {
    section.sticky-steps .sticky-steps__lines-top-dot {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        display: block;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%)
    }
}

section.sticky-steps .sticky-steps__container {
    margin-inline: auto;
    max-width: var(--okd-block-max-width);
    overflow: visible;
    padding-inline: var(--okd-line-gutter);
    position: relative;
    width: 100%
}

section.sticky-steps .sticky-steps__rail {
    border-bottom: var(--okd-line-width) solid var(--okd-line-color);
    position: relative;
    z-index: 2
}

section.sticky-steps .sticky-steps__rail::before,
section.sticky-steps .sticky-steps__rail::after {
    --circle-background-color: var(--okd-line-color);
    --circle-size: 8px;
    background-color: var(--circle-background-color);
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    display: block;
    height: var(--circle-size);
    pointer-events: none;
    position: absolute;
    width: var(--circle-size);
    z-index: 10;
    content: ""
}

section.sticky-steps .sticky-steps__rail::before {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%)
}

section.sticky-steps .sticky-steps__rail::after {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%)
}

section.sticky-steps .sticky-steps__rail-sticky {
    padding-block: var(--okd--preset--spacing--24);
    padding-inline-end: var(--okd--preset--spacing--24);
    padding-inline-start: var(--okd--preset--spacing--24);
    position: relative
}

@media (min-width:1025px) {
    section.sticky-steps .sticky-steps__rail-sticky {
        padding-block: var(--okd--preset--spacing--48)
    }
}

section.sticky-steps .sticky-steps__upper {
    font-size: clamp(16px, calc(16px + 3 * ((100vw - 800px) / (1440 - 800))), 19px);
    line-height: 1.5;
    color: var(--sticky-heading);
    letter-spacing: -.01em;
    margin: 0
}

section.sticky-steps .sticky-steps__collection {
    display: flex;
    min-height: max(100svh - var(--okd-header-inline-height, 80px), 400px);
    position: relative
}

section.sticky-steps .sticky-steps__line-dot-layer {
    display: none
}

section.sticky-steps .sticky-steps__list {
    column-gap: clamp(64px, calc(64px + 156 * ((100vw - 800px) / (1440 - 800))), 220px);
    display: flex;
    flex: 1;
    flex-flow: column;
    padding-bottom: calc(50svh - 120px);
    padding-top: calc(50svh - 120px);
    position: relative;
    row-gap: 50svh;
    z-index: 1
}

section.sticky-steps .sticky-steps__text {
    display: flex;
    flex-flow: column;
    margin-left: 50%;
    max-width: 600px;
    padding-left: var(--okd--preset--spacing--96);
    row-gap: 0;
    width: 50%
}

section.sticky-steps .sticky-steps__eyebrow {
    font-size: clamp(12px, calc(12px + 2 * ((100vw - 800px) / (1440 - 800))), 14px);
    line-height: 1.5;
    color: var(--sticky-muted);
    letter-spacing: -.01em;
    margin-bottom: var(--okd--preset--spacing--8)
}

section.sticky-steps .sticky-steps__title {
    color: var(--sticky-heading);
    font-size: var(--okd--preset--font-size--h-6);
    letter-spacing: -.01em;
    margin-bottom: var(--okd--preset--spacing--24);
    text-wrap: balance
}

section.sticky-steps .sticky-steps__descr {
    font-size: clamp(14px, calc(14px + 2 * ((100vw - 800px) / (1440 - 800))), 16px);
    line-height: 1.5;
    color: var(--sticky-body);
    margin-bottom: 0;
    text-wrap: pretty
}

section.sticky-steps .sticky-steps__descr p {
    margin: 0
}

section.sticky-steps .sticky-steps__descr p:not(:last-child) {
    margin-bottom: 1em
}

section.sticky-steps .sticky-steps__media {
    height: 100%;
    left: 0;
    padding-inline: var(--okd--preset--spacing--24);
    position: absolute;
    right: auto;
    top: 0;
    width: 50%
}

section.sticky-steps .sticky-steps__sticky {
    align-items: center;
    display: flex;
    margin-inline: auto;
    max-width: var(--sticky-steps-visual-max);
    min-height: max(100svh - var(--okd-header-inline-height, 80px), 400px);
    position: sticky;
    top: var(--okd-header-inline-height, 80px);
    width: 100%
}

section.sticky-steps .sticky-steps__visual {
    aspect-ratio: 1/1;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

section.sticky-steps .sticky-steps__media-el.okd-c-media {
    height: 100%
}

section.sticky-steps .sticky-steps__cover-video {
    border-radius: inherit
}

section.sticky-steps .sticky-steps__media-placeholder {
    background-color: var(--sticky-placeholder-bg);
    color: var(--color-accent, currentColor);
    height: 100%;
    width: 100%
}

section.sticky-steps .sticky-steps__media-placeholder svg {
    display: block;
    height: 100%;
    width: 100%
}

section.sticky-steps .sticky-steps__cover-image {
    border-radius: inherit;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:1025px) {
    section.sticky-steps {
        padding-block-start: 0
    }
    section.sticky-steps .sticky-steps__list {
        z-index: 3
    }
    section.sticky-steps .sticky-steps__item {
        position: static
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] {
        overflow: hidden
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] .sticky-steps__list {
        min-height: max(100svh - var(--okd-header-inline-height, 80px), 400px);
        padding-bottom: 0;
        padding-top: 0;
        row-gap: 0
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] .sticky-steps__item {
        visibility: hidden;
        min-height: max(100svh - var(--okd-header-inline-height, 80px), 400px);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        pointer-events: none
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] .sticky-steps__text {
        left: 50%;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status=active] .sticky-steps__text {
        pointer-events: auto
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status=active] {
        pointer-events: auto;
        visibility: visible
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status] .sticky-steps__visual {
        opacity: 0;
        visibility: hidden
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status=active] .sticky-steps__visual {
        opacity: 1;
        visibility: visible
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status] .sticky-steps__text {
        opacity: 0;
        visibility: hidden
    }
    section.sticky-steps .sticky-steps__collection[data-sticky-steps-mode=animated] [data-sticky-steps-item-status=active] .sticky-steps__text {
        opacity: 1;
        visibility: visible
    }
    section.sticky-steps .sticky-steps__collection::before {
        background-color: var(--okd-block-border-line-color, var(--okd-line-color));
        content: "";
        height: 100%;
        left: 50%;
        pointer-events: none;
        position: absolute;
        top: 0;
        transform: translateX(-50%);
        width: var(--okd-line-width);
        z-index: 2
    }
    section.sticky-steps .sticky-steps__rail {
        bottom: max(0px, 100svh - var(--okd-header-inline-height, 80px));
        border-bottom: 0 none;
        left: var(--okd-line-gutter);
        margin-bottom: 0;
        padding-right: var(--okd--preset--spacing--48);
        pointer-events: none;
        position: absolute;
        top: 0;
        width: calc(50% - var(--okd-line-gutter));
        z-index: 4
    }
    section.sticky-steps .sticky-steps__rail::before,
    section.sticky-steps .sticky-steps__rail::after {
        content: none;
        display: none
    }
    section.sticky-steps .sticky-steps__rail-sticky {
        pointer-events: auto;
        position: sticky;
        top: var(--okd-header-inline-height, 80px)
    }
    section.sticky-steps .sticky-steps__sticky {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        margin-inline: 0;
        max-width: none;
        place-items: center
    }
    section.sticky-steps .sticky-steps__visual {
        grid-column: 1;
        grid-row: 1;
        justify-self: center;
        max-width: var(--sticky-steps-visual-max);
        z-index: 0
    }
    section.sticky-steps [data-sticky-steps-item-status=active] .sticky-steps__line-dot-layer {
        align-self: center;
        display: block;
        grid-column: 1;
        grid-row: 1;
        height: 8px;
        justify-self: end;
        pointer-events: none;
        position: relative;
        transform: translate(calc(var(--okd--preset--spacing--24) + var(--okd-line-width, 0.5px) * 0.5 + 4px), var(--sticky-steps-dot-shift-y, 0));
        width: 8px;
        z-index: 4
    }
    section.sticky-steps .sticky-steps__line-dot {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        --circle-background-color: rgba(255, 255, 255, 0.65);
        inset: 0;
        margin: 0
    }
    section.sticky-steps .sticky-steps--has-upper .sticky-steps__item:first-child .sticky-steps__sticky {
        padding-top: clamp(88px, 14vh, 140px)
    }
    section.sticky-steps [data-sticky-steps-item-status] .sticky-steps__visual {
        opacity: 0;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        visibility: hidden
    }
    section.sticky-steps [data-sticky-steps-item-status=before] .sticky-steps__visual,
    section.sticky-steps [data-sticky-steps-item-status=active] .sticky-steps__visual {
        opacity: 1;
        visibility: visible
    }
    section.sticky-steps [data-sticky-steps-item-status] .sticky-steps__text {
        opacity: .25;
        transition: opacity 0.5s ease-in-out
    }
    section.sticky-steps [data-sticky-steps-item-status=active] .sticky-steps__text {
        opacity: 1
    }
}

@media (max-width:1024px) {
    section.sticky-steps {}
    section.sticky-steps.sticky-steps--has-upper {
        --sticky-steps-mobile-upper-inset: calc( var(--okd--preset--spacing--24) * 2 + (19px * 1.5) + var(--okd-line-width))
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__container {
        position: relative
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__collection {
        padding-top: var(--sticky-steps-mobile-upper-inset)
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail {
        border-bottom: 0 none;
        bottom: 0;
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail::before,
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail::after {
        content: none;
        display: none
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail-sticky {
        background-color: var(--block-background-color);
        border-bottom: var(--okd-line-width) solid var(--okd-line-color);
        border-inline: var(--okd-line-width) solid var(--okd-line-color);
        margin-inline: auto;
        max-width: calc(100% - var(--okd-line-gutter) * 2);
        padding: var(--okd--preset--spacing--24);
        pointer-events: auto;
        position: sticky;
        top: var(--okd-header-inline-height, 80px);
        z-index: 5
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail-sticky::before,
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail-sticky::after {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        bottom: 0;
        content: "";
        position: absolute
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail-sticky::before {
        left: 0;
        transform: translate(-50%, 50%)
    }
    section.sticky-steps.sticky-steps--has-upper .sticky-steps__rail-sticky::after {
        right: 0;
        transform: translate(50%, 50%)
    }
    section.sticky-steps .sticky-steps__list {
        padding-bottom: 0;
        padding-top: 0;
        row-gap: 0
    }
    section.sticky-steps .sticky-steps__item {
        padding-block: var(--okd--preset--spacing--48);
        position: relative
    }
    section.sticky-steps .sticky-steps__item:not(:last-child) {
        border-bottom: var(--okd-line-width) solid var(--okd-line-color)
    }
    section.sticky-steps .sticky-steps__item:not(:last-child)::before,
    section.sticky-steps .sticky-steps__item:not(:last-child)::after {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        content: ""
    }
    section.sticky-steps .sticky-steps__item:not(:last-child)::before {
        bottom: 0;
        left: 0;
        transform: translate(-50%, 50%)
    }
    section.sticky-steps .sticky-steps__item:not(:last-child)::after {
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%)
    }
    section.sticky-steps .sticky-steps__text {
        margin-left: 0;
        padding-bottom: var(--okd--preset--spacing--24);
        padding-inline: var(--okd--preset--spacing--24);
        width: 100%
    }
    section.sticky-steps .sticky-steps__sticky {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        margin-inline: 0;
        max-width: none;
        min-height: auto;
        position: relative;
        top: auto;
        width: 100%
    }
    section.sticky-steps .sticky-steps__media {
        height: auto;
        left: auto;
        padding-inline: var(--okd-block-padding-inline);
        position: relative;
        right: auto;
        top: auto;
        width: 100%
    }
    section.sticky-steps .sticky-steps__visual {
        flex-shrink: 0;
        max-width: none;
        width: 60%
    }
}