.tpTicker{--tpTickerGap:1rem;--tpTickerSpeed:90s}.tpTickerTrack{display:flex;width:max-content;will-change:transform;animation:tpTickerScroll var(--tpTickerSpeed) linear infinite}.tpTicker:hover .tpTickerTrack{animation-play-state:paused}@keyframes tpTickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}