.js-scroll{opacity:0;transition:opacity 500ms}.js-scroll.scrolled{opacity:1}.scrolled.fade-in-bottom{animation:fade-in-bottom 0.5s ease-in-out both;animation-delay:calc(0.3s * var(--i))}.scrolled.image-loading-bottom{animation:image-loading-bottom 0.7s ease-in-out both;animation-delay:calc(0.3s * var(--i))}.scrolled.opacity{animation:opacity 1.2s ease-in-out both}.scrolled.width-full{animation:width-full 0.5s linear forwards;animation-delay:calc(0.3s * var(--i))}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes image-loading-bottom{0%{clip-path:inset(100% 0 0 0%)}100%{clip-path:inset(0 0 0 0)}}@keyframes opacity{0%{opacity:0}100%{opacity:1}}@keyframes width-full{0%{width:0}100%{opacity:100%}}@keyframes play-button{0%{border:0 solid rgb(25 147 221 / .5)}50%{border:8px solid rgb(25 147 221 / .5)}to{border:0 solid rgb(25 147 221 / .5)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}