.scroll-text::-webkit-scrollbar{display:none}.scroll-text{scrollbar-width:none;-ms-overflow-style:none}.scroll-text>span{animation:moving 10s linear 0s infinite forwards}@keyframes moving{0%{transform:translateX(0)}to{transform:translateX(-100%)}}