.ticker{padding:0 var(--confine-side,var(--side));max-width:var(--max);margin:var(--rhythm) auto;}.ticker__inner{white-space:nowrap;border-radius:0.33333333rem;overflow:hidden;}.ticker__band{background:var(--card);}.ticker__bottom{text-align:center;margin-top:var(--4);}.ticker__iteration{display:inline-flex;animation:ticker_marquee 30s linear 0s infinite forwards;min-width:100%;justify-content:space-between;:hover > &,:focus-within > &{animation-play-state:paused;}}@keyframes ticker_marquee{from{transform:none;}to{transform:translateX(-100%);}}.ticker__badge{padding:var(--2);margin:auto 0;display:inline-block;img{vertical-align:bottom;object-fit:contain;width:auto;height:6.6rem;}}
