.lc-scrolling-text{display:flex;overflow:hidden;width:100%;padding:12px 0}.lc-scrolling-text__container{flex:0 0 auto;display:flex;align-items:center}.lc-scrolling-text__container--animated{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--lc-scrolling-duration, 20s);animation-play-state:running;width:max-content;will-change:transform}.lc-scrolling-text--left .lc-scrolling-text__container--animated{animation-name:lc-scrolling-left}.lc-scrolling-text--right .lc-scrolling-text__container--animated{animation-name:lc-scrolling-right}.lc-scrolling-text[data-pause-on-hover]:hover .lc-scrolling-text__container--animated,.lc-scrolling-text--paused .lc-scrolling-text__container--animated{animation-play-state:paused}@keyframes lc-scrolling-left{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes lc-scrolling-right{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.lc-scrolling-text__item{display:flex;align-items:center;gap:20px;padding:0 var(--lc-scrolling-half-gap, 12px);white-space:nowrap;color:currentColor}.lc-scrolling-text__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--lc-scrolling-icon-size, 24px);height:var(--lc-scrolling-icon-size, 24px);fill:currentColor}.lc-scrolling-text__icon svg{display:block;width:100%;height:100%}.lc-scrolling-text__icon img{width:100%;height:100%;object-fit:contain}.lc-scrolling-text__text{font-family:var(--lc-scrolling-font-family, inherit);font-size:var(--lc-scrolling-font-size, 16px);font-weight:var(--lc-scrolling-font-weight, inherit);text-transform:var(--lc-scrolling-text-transform, none);letter-spacing:var(--lc-scrolling-letter-spacing, 0);line-height:1.2;color:currentColor}.lc-scrolling-text__text--gradient{background:linear-gradient(90deg,#1d4380,#a6c9eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#1d4380;display:inline-block}.lc-scrolling-text__outline{-webkit-text-stroke:1px currentColor;-webkit-text-fill-color:transparent;color:color-mix(in srgb,currentColor 70%,transparent)}@media(max-width:750px){.lc-scrolling-text__item{gap:12px}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/lc-scrolling-text.css.map */
