.panel-rail{display:flex;width:max-content;gap:14px}.panel-rail-a{animation:panel-rail-a 46s linear infinite}.panel-rail-b{animation:panel-rail-b 58s linear infinite}@keyframes panel-rail-a{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes panel-rail-b{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.panel-rail{animation:none}}
