.sector-strip>div{display:flex;width:max-content;gap:0;animation:sectorFlow 28s linear infinite;will-change:transform}
.sector-strip .sector-group{display:flex;align-items:center;justify-content:space-around;gap:32px;min-width:100vw;padding:0 24px;flex:none}
.sector-strip .sector-group b{flex:none}
@keyframes sectorFlow{to{transform:translateX(-25%)}}
@media(prefers-reduced-motion:reduce){.sector-strip>div{animation:none}}
