
@media (prefers-reduced-motion: reduce) and (min-width: 48rem) {
  .animateIn {
    transform: translate3d(0, 0, 0);
  }
}