@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.con-kit-component-marquee{position:relative;display:flex;overflow:hidden;width:100%;height:auto!important}.con-kit-component-marquee__content{display:flex;flex-direction:row;will-change:transform;animation:marquee var(--marquee-speed,10s) linear infinite}.con-kit-component-marquee .con-kit-component-marquee__repeat{display:flex;flex-direction:row;transform:translateX(100%);position:absolute}.con-kit-component-marquee--fade-edge{-webkit-mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask-image:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask-mode:alpha}.con-kit-component-marquee--pause-on-hover:hover .con-kit-component-marquee__content{animation-play-state:paused}