.st-hero-fade{position:relative;overflow:hidden}.st-hero-fade .st-hero-img{background-color:#ece7e2}.st-hero-fade .st-hero-fade-slide{position:absolute;inset:0;opacity:0}.st-hero-fade .st-hero-fade-slide:first-child{position:relative;opacity:1}.st-hero-fade .st-hero-fade-slide:nth-child(2){animation:stHeroFade2 12s ease-in-out infinite}.st-hero-fade .st-hero-fade-slide:nth-child(3){animation:stHeroFade3 12s ease-in-out infinite}@keyframes stHeroFade2{0%,33%{opacity:0}40%,60%{opacity:1}67%,to{opacity:0}}@keyframes stHeroFade3{0%,60%{opacity:0}67%,93%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.st-hero-fade .st-hero-fade-slide{animation:none}}