@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}section{animation:fadeInUp .8s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--animation-delay, 0ms);opacity:0}.inscription-wrapper,.membership-wrapper,.carousel-3d{animation:fadeInUp .8s cubic-bezier(.34,1.56,.64,1) forwards;animation-delay:var(--animation-delay, 0ms);opacity:0}[data-delay="200ms"]{--animation-delay: .2s}[data-delay="400ms"]{--animation-delay: .4s}[data-delay="600ms"]{--animation-delay: .6s}[data-delay="800ms"]{--animation-delay: .8s}
