/* The first slide is visible immediately. If JavaScript is unavailable or delayed,
   this animation continues to cycle all five commitments without script support. */
.hero-slider:not(.slider-ready) .hero-slide{visibility:visible;animation:hero-slide-fallback 32s linear infinite}.hero-slider:not(.slider-ready) .hero-slide:nth-of-type(1){animation-delay:0s}.hero-slider:not(.slider-ready) .hero-slide:nth-of-type(2){animation-delay:6.4s}.hero-slider:not(.slider-ready) .hero-slide:nth-of-type(3){animation-delay:12.8s}.hero-slider:not(.slider-ready) .hero-slide:nth-of-type(4){animation-delay:19.2s}.hero-slider:not(.slider-ready) .hero-slide:nth-of-type(5){animation-delay:25.6s}.hero-slider:not(.slider-ready) .slider-controls{display:none}@keyframes hero-slide-fallback{0%,20%{opacity:1}21%,100%{opacity:0}}@media (prefers-reduced-motion:reduce){.hero-slider:not(.slider-ready) .hero-slide{animation:none}.hero-slider:not(.slider-ready) .hero-slide:not(.is-active){display:none}}
