.marquee-wrapper { display: flex; overflow: hidden; white-space: nowrap;}.marquee-text, .marquee-text-white {  width: max-content; max-width: none;  flex: 0 0 auto; padding-right: 2rem;  animation: marquee 20s linear infinite;}@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); }}:where(:root) .bricks-color-primary {color: #3683df}:where(:root) .bricks-background-primary {background-color: #3683df}:where(:root) .bricks-color-secondary {color: #41b262}:where(:root) .bricks-background-secondary {background-color: #41b262}:where(:root) .bricks-color-light {color: #fcf9f9}:where(:root) .bricks-background-light {background-color: #fcf9f9}:where(:root) .bricks-color-dark {color: #171916}:where(:root) .bricks-background-dark {background-color: #171916}:where(:root) * {border-color: #f95738}:where(:root) .bricks-color-muted {color: #b89a5a}:where(:root) .bricks-background-muted {background-color: #b89a5a}:where(:root) .bricks-color-info {color: #8edad3}:where(:root) .bricks-background-info {background-color: #8edad3} body {font-family: "dm-sans"} h1, h2, h3, h4, h5, h6 {font-family: "cooper-black-std"} blockquote {font-family: "termina"} .bricks-button {font-family: "termina"; text-transform: uppercase; font-weight: 600}