@keyframes reveal-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.reveal-on-scroll{position:relative}.reveal-on-scroll>section{background:var(--bg-2)}.reveal-on-scroll:nth-of-type(2n)>section{background:var(--bg)}.reveal-on-scroll>section>*{opacity:0;transform:translateY(24px);transition:none}.reveal-on-scroll.is-visible>section>*{animation:reveal-fade-up .7s cubic-bezier(.34,1.56,.64,1) forwards}.reveal-on-scroll.stagger.is-visible>section>:first-child{animation-delay:0s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(2){animation-delay:.1s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(3){animation-delay:.2s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(4){animation-delay:.3s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(5){animation-delay:.4s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(6){animation-delay:.5s}.reveal-on-scroll.stagger.is-visible>section>:nth-child(n+7){animation-delay:.6s}