.scrolling-badges-wrapper{overflow:hidden;position:relative;width:100%}.scrolling-badges-track{animation:marquee 120s linear infinite;display:flex;width:max-content;will-change:transform}.scrolling-badges-wrapper:hover .scrolling-badges-track{animation-play-state:paused}.scrolling-badges-set{display:flex}.badges-item{display:flex;padding:0 30px}.badges-item,.badges-item a{align-items:center;flex:0 0 auto}.badges-item a{display:inline-flex}.badges-item img{flex:0 0 auto;height:100px;max-width:130px;object-fit:contain;width:auto}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.badges-item{padding:0 15px}.badges-item img{height:80px;max-width:110px}}