.countriesTicker{align-items:center;display:flex;height:66px;overflow:hidden}.ticker{animation:tickerScroll 30s linear infinite;display:flex;width:max-content}.ticker__group{display:flex;gap:100px;padding-right:100px}.ticker__group span{color:#fff;font-family:inherit;font-size:22px;font-weight:300!important;white-space:nowrap}@keyframes tickerScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}