/* PORTAL WEB AC LOCAL v0.3.9 — govern de rendiment */

.ac-reveal.is-in,
.ac-stagger-item.is-in,
.ac-hero-animate.is-in {
  will-change: auto !important;
}

.hero-video,
.media-youtube-preview,
.donation-media {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html.ac-performance-lite .site-header,
html.ac-performance-lite .drawer-head,
html.ac-performance-lite .hero-scroll-cue {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

html.ac-performance-lite .media-carousel::before,
html.ac-performance-lite .media-carousel::after,
html.ac-performance-lite .media-youtube-preview iframe {
  display: none !important;
}

html.ac-performance-lite .program-card,
html.ac-performance-lite .media-card,
html.ac-performance-lite .news-feature,
html.ac-performance-lite .news-secondary-card,
html.ac-performance-lite .news-compact-card {
  transform-style: flat !important;
}

@media (prefers-reduced-motion: reduce) {
  .hero-video,
  .donation-media,
  .media-youtube-preview {
    will-change: auto !important;
  }
}
