@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.scroll-animate{opacity:0;animation:fadeInUp .6s ease-out forwards}.scroll-animate-delay-1{animation-delay:.1s}.scroll-animate-delay-2{animation-delay:.2s}.scroll-animate-delay-3{animation-delay:.3s}.scroll-animate-text{opacity:0;animation:fadeInUp .6s ease-out forwards}.scroll-animate-image{opacity:0;animation:scaleIn .8s ease-out forwards}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-on-scroll.animated{opacity:1;transform:translateY(0)}.stagger-children>*{opacity:0;animation:fadeInUp .5s ease-out forwards}.stagger-children>*:nth-child(1){animation-delay:.1s}.stagger-children>*:nth-child(2){animation-delay:.2s}.stagger-children>*:nth-child(3){animation-delay:.3s}.stagger-children>*:nth-child(4){animation-delay:.4s}.stagger-children>*:nth-child(5){animation-delay:.5s}.stagger-children>*:nth-child(6){animation-delay:.6s}.entrance-fade-in{animation:fadeIn .5s ease-out}.entrance-slide-up{animation:fadeInUp .6s ease-out}.entrance-slide-down{animation:fadeInDown .6s ease-out}.entrance-slide-left{animation:fadeInLeft .6s ease-out}.entrance-slide-right{animation:fadeInRight .6s ease-out}.entrance-scale{animation:scaleIn .5s ease-out}@media(prefers-reduced-motion:reduce){.scroll-animate,.scroll-animate-text,.scroll-animate-image,.animate-on-scroll,.stagger-children>*,.entrance-fade-in,.entrance-slide-up,.entrance-slide-down,.entrance-slide-left,.entrance-slide-right,.entrance-scale{animation:none!important;opacity:1!important;transform:none!important}}
