.promo-banner{position:relative;z-index:100;background-color:#000;color:#fff;height:50px;overflow:hidden;display:flex;align-items:center}.promo-banner__track{display:flex;width:max-content;animation:marquee 30s linear infinite}.promo-banner__slide{display:flex;align-items:center;flex-shrink:0;gap:16px;padding-right:16px}.promo-banner__text{font-size:.875rem;font-weight:400;white-space:nowrap}.promo-banner__highlight{font-size:.875rem;font-weight:600;white-space:nowrap}.promo-banner__icon{width:46px;height:46px;color:#000}.promo-banner__box,.promo-banner__icon{display:flex;align-items:center;justify-content:center}.promo-banner__box{position:absolute;width:64px;height:100%;right:0;top:0;bottom:0;background-color:#000;z-index:1;pointer-events:none}.promo-banner__close{appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;display:flex;align-items:center;justify-content:center;width:12px;height:12px;pointer-events:auto;cursor:pointer}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}