.ticker-track {
  gap: 0;
  animation-duration: 11s;
  will-change: transform;
}

.ticker-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 23px;
  padding-right: 23px;
  white-space: nowrap;
}

@keyframes scroll {
  to { transform: translateX(-25%); }
}
