@media (prefers-reduced-motion: no-preference){.fade-in{animation:fade-in .36s ease both}.slide-up{animation:slide-up .46s ease both}.stagger>*{opacity:0;transform:translateY(8px);animation:item-up .42s ease forwards}.stagger>*:nth-child(1){animation-delay:40ms}.stagger>*:nth-child(2){animation-delay:90ms}.stagger>*:nth-child(3){animation-delay:.14s}.stagger>*:nth-child(4){animation-delay:.19s}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes item-up{to{opacity:1;transform:translateY(0)}}
