.hero-section{position:relative;background:var(--hero-bg, #ffffff);color:var(--hero-text, #111111);padding:40px 0 24px;text-align:center;overflow:hidden;isolation:isolate;min-height:480px;display:flex;flex-direction:column;justify-content:center}.hero-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-section__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:none}.hero-section__bg-img--mobile{display:block}.hero-section__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;opacity:var(--overlay-opacity, .3)}.hero-section__inner{position:relative;z-index:1;max-width:780px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;width:100%}.hero-section__badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;letter-spacing:.02em;padding:6px 14px;border-radius:999px;background:#0000000d;margin-bottom:16px}.hero-section__badge-dot{width:7px;height:7px;border-radius:50%;background:#4caf50;display:inline-block;flex:0 0 auto}.hero-section__heading{font-size:clamp(28px,8vw,56px);line-height:1.15;font-weight:700;margin:0 0 14px}.hero-section__subheading{font-size:clamp(15px,4vw,19px);line-height:1.5;opacity:.75;max-width:560px;margin:0 0 22px}.hero-section__cta{margin-bottom:36px;width:100%}.hero-section__button{display:inline-block;width:100%;max-width:320px;padding:15px 24px;border-radius:999px;font-weight:600;font-size:16px;text-decoration:none}.hero-section__marquee-wrap{width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.hero-section__marquee{display:flex;width:max-content;animation:hero-marquee 30s linear infinite}.hero-section__marquee:hover{animation-play-state:paused}.hero-section__marquee-track{display:flex;align-items:center;gap:56px;padding-right:56px}.hero-section__logo{flex:0 0 auto;display:flex;align-items:center;justify-content:center;opacity:.6;filter:grayscale(100%)}.hero-section__logo img{height:28px;width:auto;display:block}@keyframes hero-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:749px){.hero-section__marquee-track{gap:28px;padding-right:28px}.hero-section__logo img{height:18px}}@media screen and (min-width:750px){.hero-section{padding:64px 0 32px;min-height:560px}.hero-section__bg-img--mobile{display:none}.hero-section__bg-img--desktop{display:block}.hero-section__cta{width:auto}.hero-section__button{width:auto;padding:16px 36px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-hero.css.map */
