/* Local replacements for the four inline styles from the reference page. */
[hidden] {
  display: none !important;
}

.lc-marquee-8 {
  animation-direction: normal;
  animation-duration: 8s !important;
}

.lc-marquee-10-reverse {
  animation-direction: reverse;
  animation-duration: 10s !important;
}

.lc-marquee-12 {
  animation-direction: normal;
  animation-duration: 12s !important;
}

.lc-cta-background {
  background-image: url("images/alpen-piscina-tobogas.jpg");
  background-position: center;
  background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
