.hs-marquee {
padding-top: 1rem; padding-bottom: 1rem; background: linear-gradient(to right, #f97316, #f79a3a, #eaa408); overflow: hidden;
margin: 0;
} .hs-marquee-wrapper {
position: relative;
display: flex;
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
} .hs-marquee-track {
display: flex;
position: relative;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
gap: 3rem;
} .hs-marquee-content.animate-marquee {
animation: marquee 30s linear infinite;
} .hs-marquee-content {
display: flex;
white-space: nowrap;
flex-shrink: 0;
margin: 0;
padding: 0;
align-items: center;
min-width: max-content;
}
.hs-marquee-content.wp-block-group {
display: flex !important;
flex-direction: row !important;
gap: 3rem !important;
} .hs-marquee-item {
display: inline-flex;
align-items: center;
margin-left: 1.5rem; margin-right: 1.5rem; margin-top: 0;
margin-bottom: 0;
padding: 0;
font-size: 1.125rem; color: #ffffff; line-height: 1.5;
white-space: nowrap;
font-weight: 400;
}  .hs-marquee-content .hs-marquee-item:last-child::after {
display: none;
} @media (prefers-reduced-motion: reduce) {
.hs-marquee-content {
animation: none !important;
}
}
.reduced-motion .hs-marquee-content {
animation: none !important;
}