.marquee{background:#e15826;display:flex;padding:20px 0;position:relative;white-space:nowrap;width:100%}.marquee-image{background:unset;overflow:hidden}.marquee__track{align-content:center;align-items:center;animation:marquee var(--scroll-time) linear infinite;display:flex}.marquee-image .marquee__track{gap:28px}.marquee:hover .marquee__track{animation-play-state:paused}.marquee__item.image{width:100%}img.marquee__item_image{min-height:262px;min-width:1268px}.marquee__item a{color:#fff;font-size:16px;font-weight:400;line-height:100%;padding:5px 15px}.marquee__item a:hover{color:#fff}.marquee__icon{align-items:center;display:inline-flex;margin:0 1rem}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){img.marquee__item_image{min-height:161px;min-width:634px}.marquee-image .marquee__track{gap:14px}}