<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.marqueeText{height:auto;white-space:nowrap;overflow:hidden;font-size:0}.marqueeText__text{display:inline-block;animation:marquee 10s linear infinite;animation-duration:10s;transform:translate3d(0, 0, 0);padding-right:1.25rem}@keyframes marquee{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(-100%, 0, 0)}}
</pre></body></html>