.scrolling-text{background-color:var(--bg-color);color:var(--color)}.scrolling-text__content{overflow:hidden}.scrolling-text__content,.scrolling-text__list{display:flex;justify-content:center;align-items:center;transition:all .2s linear}.scrolling-text__list{animation:move var(--animation-speed) linear infinite;list-style-type:none;margin:0}.scrolling-text__item{padding:28px 40px;white-space:nowrap;transition:all .2s linear;letter-spacing:.1em;margin-bottom:0;display:inline-flex;align-items:center;justify-content:center}.scrolling-text__item img{object-fit:contain;width:32px;height:32px}.scrolling-text__item span{font-weight:500;font-size:18px;line-height:1.3}.scrolling-text__item span:not(:first-child){margin-left:12px}@keyframes move{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (max-width: 767px){.scrolling-text__item span{font-size:16px}.scrolling-text__item{padding:16px}}
/*# sourceMappingURL=/cdn/shop/t/216/assets/scrolling-text.css.map */
