@keyframes color-transition-b72e9d1b {
    0% {
        color: var(--c-light-light-gray)
    }

    30% {
        color: var(--c-lime)
    }

    to {
        color: var(--c-dark-green)
    }
}

section[data-v-b72e9d1b] {
    height: 200svh;
    height: calc(var(--svh, 1svh)*200);
    width: 100%
}

section .sticky-container[data-v-b72e9d1b] {
    height: 100svh;
    height: calc(var(--svh, 1svh)*100);
    position: sticky;
    top: 0
}

section .content-wrapper[data-v-b72e9d1b],
section .sticky-container[data-v-b72e9d1b] {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%
}

section .content-wrapper[data-v-b72e9d1b] {
    color: var(--c-white);
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    padding: 23.077vw 1.25rem;
    position: relative;
    row-gap: 2rem;
    text-align: center;
    transition: color .1s
}

section .sub-title[data-v-b72e9d1b] {
    font-size: 1.25rem;
    letter-spacing: -.0125rem;
    opacity: .4;
    transition: opacity .1s
}

section .text-content[data-v-b72e9d1b] {
    font-size: 2rem;
    line-height: 1.4;
    max-width: 100%;
    width: 100%
}

section .text-content[data-v-b72e9d1b] p {
    color: #fff;
    margin: 0 0 1.5rem;
    text-align: unset
}

section .text-content[data-v-b72e9d1b] p:last-child {
    margin-bottom: 0
}

section .text-content[data-v-b72e9d1b] strong {
    font-weight: 400;
    position: relative
}

section .text-content[data-v-b72e9d1b] strong .--char {
    will-change: color
}

@media (min-width:1024px) {
    section .content-wrapper[data-v-b72e9d1b] {
        max-width: min(75vw, 1920px);
        padding: min(10.417vw, 266.6666666667px) 4.375rem
    }

    section .sub-title[data-v-b72e9d1b] {
        font-size: 1.5rem
    }

    section .text-content[data-v-b72e9d1b] {
        font-size: min(2.396vw, 61.3333333333px);
        line-height: 1.4;
        max-width: 100%
    }

    section .text-content[data-v-b72e9d1b] p {
        margin-bottom: 2rem
    }
}

@media (min-width:1280px) {
    section .content-wrapper[data-v-b72e9d1b] {
        padding: min(13.021vw, 333.3333333333px) min(4.167vw, 106.6666666667px)
    }
}