.embla__feature__card{display:flex;flex-wrap:wrap;gap:4px}.embla__dot__feature__card{-webkit-appearance:none;appearance:none;touch-action:manipulation;display:inline-flex;text-decoration:none;cursor:pointer;border:0;padding:0;margin:0;width:10px;height:10px;display:flex;border-radius:50%;background-color:white;z-index:1000;opacity:.5}.embla__dot__feature__card--selected:after{box-shadow:inset 0 0 0 .2rem var(--text-body)}.embla__dot__feature__card--selected,.embla__dot__feature__card--selected:after{border-radius:12px!important;width:24px!important;height:10px!important;background-color:white;opacity:1}.bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;opacity:0;animation:fadeCycle 16s infinite}.bg1{animation-delay:0s}.bg2{animation-delay:2s}.bg3{animation-delay:4s}.bg4{animation-delay:8s}@keyframes fadeCycle{0%{opacity:1}20%{opacity:1}25%{opacity:0}to{opacity:0}}