.mobile-marquee{align-items:center;background-color:#010f57;display:flex;height:72px;overflow:hidden;padding:13px 0;position:relative;width:100%}.mobile-marquee-content{animation:marquee 20s linear infinite;display:flex;position:absolute;white-space:nowrap}.mobile-logo{height:46px;margin-right:47px}@keyframes marquee{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}