.rolling-text-container{overflow:hidden;white-space:nowrap;width:100%}.rolling-text-track{display:inline-flex;animation:roll linear infinite}.rolling-text-item{display:inline-block;margin-right:3rem}.text-stroke{color:transparent;-webkit-text-stroke:1px black;font-weight:700}@keyframes roll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.scroll-right{animation-name:roll-right}@keyframes roll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}