.marquee:where(.astro-F5SITVWS){--gap: 1rem;position:relative;display:flex;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:var(--gap)}.marquee__content:where(.astro-F5SITVWS){flex-shrink:0;display:flex;justify-content:space-around;gap:var(--gap);min-width:100%;animation:scroll 40s linear infinite}.marquee--reverse:where(.astro-F5SITVWS) .marquee__content:where(.astro-F5SITVWS){animation-direction:reverse;animation-delay:-3s}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-100% - var(--gap)))}}
