@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.scrolling-wrapper{display:flex;overflow:hidden;white-space:nowrap}.scrolling-content{display:flex;animation:scroll-left 50s linear infinite;scroll-behavior:smooth}.scrolling-content-right{display:flex;animation:scroll-right 50s linear infinite;scroll-behavior:smooth}.scrolling-item{display:inline-block;flex:none}