html {
    scroll-behavior: auto;
}

.welcome_container {
    position: fixed;
    background-color: var(--colors--depth--color-depth-0);
}

.section-scrolled {
    height: 100vh;
    height: 100svh !important;
}

.header_container, .bottom-bar_container {
    animation: fadeIn 0.3s ease-in;
}

.button {
    cursor: pointer;
}

.fix-pin-spacing {
    margin-bottom: -100vh !important;
}

.how-3-2_bg-image, .how-3-2_bg-image, .how-3-1_bg-image, .how-4_bg-image, .how-5_bg-image {
    opacity: 0;
    will-change: transform;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#intro-2 .intro-2_bg-image, #eco-2-1 .eco-2_title, #eco-2-1 .eco-2_description, #eco-2-1 .eco-2_disclaimer, #eco-2-2 .eco-2_title, #eco-2-2 .eco-2_content .first, #eco-2-2 .eco-2_content .second, #athletes-2 .card, #athletes-4-1 .athletes-4_title, #athletes-4-1 .text-title, #athletes-4-1 .iphone-mockup {
    will-change: transform;
}

.card-award_title_stacks {
    height: 3em;
}