.strunquee-slider-section{padding:0 var(--section-padding-x);margin-top:calc(-1 * var(--section-padding-y) + var(--section-element-gap));margin-bottom:var(--section-element-gap);background:var(--section-bg-hero);display:flex;flex-direction:column;align-items:center}.strunquee-slider-container{max-width:var(--subpage-content-max-width);width:100%}.strunquee-slider-box{background:var(--color-black);border:none;padding:20px 0;box-shadow:var(--bevel-inset-shadow);overflow:hidden;position:relative}.strunquee-slider-box:after{content:"";position:absolute;top:0;right:0;width:6px;height:100%;background:#fff;z-index:10}.strunquee-slider-track{display:flex;gap:0;width:max-content;animation:strunqueeScroll var(--strunquee-speed,15s) linear infinite}.strunquee-slider-content{display:flex;align-items:center;gap:0;white-space:nowrap}.strunquee-slider-item{font-size:var(--font-size-h3);font-weight:var(--font-weight-bold);color:var(--color-strunk-green);letter-spacing:var(--letter-spacing-default)}.strunquee-slider-content>span{display:inline-flex;align-items:center}.strunquee-slider-separator{display:inline-block;width:12px;height:12px;background:var(--color-strunk-green);margin:0 30px;flex-shrink:0}@keyframes strunqueeScroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.styleguide-strunquee{margin:0;padding:0}.styleguide-strunquee .strunquee-slider-container{max-width:100%}.about-page-flow .strunquee-slider-section{margin-top:0;margin-bottom:0}@media (max-width:767px){.strunquee-slider-section{padding:0 var(--section-padding-x-mobile);margin-top:calc(-1 * var(--section-padding-y-mobile) + 32px);margin-bottom:32px}.about-page-flow .strunquee-slider-section{margin-top:0;margin-bottom:0}.strunquee-slider-item{font-size:var(--font-size-h4)}.strunquee-slider-separator{width:10px;height:10px;margin:0 22px}}