@keyframes marquee{0%{transform:translateX(11%)}to{transform:translateX(-100%)}}.marquee{overflow:hidden;white-space:nowrap;box-sizing:border-box}.marqueewrapper{display:inline-block;white-space:nowrap;will-change:transform;animation:marquee 200s linear infinite}.marqueewrapperc span:not(:last-of-type):after{content:" - ";margin-left:18px}