.marquee{block-size:var(--marquee-item-height);display:flex;margin-block:var(--marquee-item-height);_mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);max-inline-size:100vw;_overflow-x:hidden;position:relative}.marquee--8{--marquee-item-width:100px;--marquee-duration:36s;--marquee-items:7;height:160px;margin-bottom:-32px;margin-top:40px;position:relative;vertical-align:middle}.marquee__item{--marquee-item-offset:max(calc(var(--marquee-item-width)*var(--marquee-items)),calc(100% + var(--marquee-item-width)));--marquee-delay:calc(var(--marquee-duration)/var(--marquee-items)*(var(--marquee-items) - var(--marquee-item-index))*-1);animation:go linear var(--marquee-duration) var(--marquee-delay,0s) infinite;inset-inline-start:var(--marquee-item-offset);position:absolute;top:50%;transform:translateX(-50%);transform:translateY(-50%)}.marquee--8 .marquee__item:first-of-type{--marquee-item-index:1}.marquee--8 .marquee__item:nth-of-type(2){--marquee-item-index:2}.marquee--8 .marquee__item:nth-of-type(3){--marquee-item-index:3}.marquee--8 .marquee__item:nth-of-type(4){--marquee-item-index:4}.marquee--8 .marquee__item:nth-of-type(5){--marquee-item-index:5}.marquee--8 .marquee__item:nth-of-type(6){--marquee-item-index:6}.marquee--8 .marquee__item:nth-of-type(7){--marquee-item-index:7}.marquee--8 .marquee__item:nth-of-type(8){--marquee-item-index:8}@keyframes go{to{inset-inline-start:calc(var(--marquee-item-width)*-1)}}@media screen and (max-width:991px){.marquee__item{height:32px;width:96px}}