@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
  .js .wordmark,
  .js .hero-card,
  .js .hero h1,
  .js .hero > .pill,
  .js .reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
