.cm-hero-section{margin:0;padding:0}.cm-hero,.cm-hero *,.cm-hero *:before,.cm-hero *:after{box-sizing:border-box}.cm-hero{width:100%;max-width:none;margin:0;padding:0 0 var(--cm-module-gap, 12px);overflow:clip;background:#fff;color:var(--cm-hero-text);font-family:var(--cm-font-sans)}.cm-hero__stage{position:relative;isolation:isolate;display:grid;width:100%;min-height:580px;overflow:clip;background:var(--cm-hero-background)}.cm-hero--height-tall .cm-hero__stage{min-height:692px}.cm-hero--height-adaptive .cm-hero__stage{min-height:580px}.cm-hero__overlay,.cm-hero__content-area{grid-area:1 / 1;min-width:0;min-height:0}.cm-hero__media{z-index:0;position:absolute;top:var(--cm-hero-desktop-focal-y);left:var(--cm-hero-desktop-focal-x);display:block;width:var(--cm-hero-desktop-canvas-width);height:var(--cm-hero-desktop-canvas-height);max-width:none;pointer-events:none;transform:translate(var(--cm-hero-desktop-translate-x),var(--cm-hero-desktop-translate-y))}.cm-hero__image{display:block;width:100%;height:100%;max-width:none;object-fit:contain;object-position:50% 50%}.cm-hero__overlay{z-index:1;pointer-events:none;background:var(--cm-hero-overlay)}.cm-hero__content-area{z-index:2;display:flex;flex-direction:column;width:100%;padding:48px clamp(20px,4vw,48px) 56px;pointer-events:none}.cm-hero--height-tall .cm-hero__content-area{padding-top:56px;padding-bottom:63px}.cm-hero--position-top .cm-hero__content-area{justify-content:flex-start}.cm-hero--position-middle .cm-hero__content-area{justify-content:center}.cm-hero--position-bottom .cm-hero__content-area{justify-content:flex-end}.cm-hero__content{display:flex;flex-direction:column;width:min(100%,var(--cm-shell-width, 1024px));margin-inline:auto;pointer-events:auto}.cm-hero--align-left .cm-hero__content{align-items:flex-start;text-align:left}.cm-hero--align-center .cm-hero__content{align-items:center;text-align:center}.cm-hero--align-right .cm-hero__content{align-items:flex-end;text-align:right}.cm-hero__eyebrow,.cm-hero__heading,.cm-hero__text{position:relative;z-index:1;margin:0;color:inherit;overflow-wrap:anywhere;text-wrap:balance}.cm-hero__eyebrow{max-width:760px;margin-bottom:5px;font-size:19px;font-weight:600;line-height:24px;letter-spacing:.012em}.cm-hero__heading{max-width:980px;font-size:56px;font-weight:600;line-height:60px;letter-spacing:-.008em}.cm-hero__text{max-width:760px;margin-top:6px;font-size:28px;font-weight:400;line-height:32px;letter-spacing:.004em}.cm-hero__buttons{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:12px 16px;margin-top:17px}.cm-hero__buttons:first-child{margin-top:0}.cm-hero--align-left .cm-hero__buttons{justify-content:flex-start}.cm-hero--align-center .cm-hero__buttons{justify-content:center}.cm-hero--align-right .cm-hero__buttons{justify-content:flex-end}.cm-hero__button,.cm-hero__button:visited{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:44px;padding:11px 21px;border:1px solid var(--cm-hero-accent);border-radius:999px;font-family:inherit;font-size:17px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:center;text-decoration:none;text-underline-offset:.18em;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.cm-hero__button:before,.cm-hero__button:after{content:none}.cm-hero__button--solid,.cm-hero__button--solid:visited{border-color:var(--cm-hero-accent);background:var(--cm-hero-accent);color:var(--cm-hero-solid-button-text)}.cm-hero__button--outline,.cm-hero__button--outline:visited{border-color:var(--cm-hero-accent);background:var(--cm-hero-background);color:var(--cm-hero-accent)}.cm-hero__button:focus-visible{outline:3px solid var(--cm-hero-accent);outline:3px solid color-mix(in srgb,var(--cm-hero-accent) 55%,#fff);outline-offset:3px}.cm-hero__button:active{transform:scale(.98)}@media(hover:hover){.cm-hero__button--solid:hover{border-color:color-mix(in srgb,var(--cm-hero-accent) 90%,#fff);background:color-mix(in srgb,var(--cm-hero-accent) 90%,#fff);color:var(--cm-hero-solid-button-text)}.cm-hero__button--outline:hover{border-color:var(--cm-hero-accent);background:var(--cm-hero-accent);color:var(--cm-hero-solid-button-text)}}@media(min-width:1069px)and (min-height:776px){.cm-hero--height-adaptive .cm-hero__stage{min-height:692px}.cm-hero--height-adaptive .cm-hero__content-area{padding-top:56px;padding-bottom:63px}}@media(min-width:735px)and (max-width:1068px){.cm-hero--height-standard .cm-hero__stage,.cm-hero--height-adaptive .cm-hero__stage{min-height:570px}.cm-hero--height-tall .cm-hero__stage{min-height:650px}.cm-hero__content-area{padding-top:54px;padding-bottom:61px}.cm-hero--height-tall .cm-hero__content-area{padding-top:61px;padding-bottom:69px}.cm-hero__heading{font-size:48px;line-height:52px}.cm-hero__text{font-size:24px;line-height:29px}}@media(min-width:735px)and (max-width:1068px)and (min-height:734px){.cm-hero--height-adaptive .cm-hero__stage{min-height:650px}.cm-hero--height-adaptive .cm-hero__content-area{padding-top:61px;padding-bottom:69px}}@media(max-width:734px){.cm-hero__stage,.cm-hero--height-standard .cm-hero__stage,.cm-hero--height-tall .cm-hero__stage,.cm-hero--height-adaptive .cm-hero__stage{min-height:var(--cm-hero-mobile-height)}.cm-hero__media{top:var(--cm-hero-mobile-focal-y);left:var(--cm-hero-mobile-focal-x);width:var(--cm-hero-mobile-canvas-width);height:var(--cm-hero-mobile-height);transform:translate(var(--cm-hero-mobile-translate-x),var(--cm-hero-mobile-translate-y))}.cm-hero__content-area,.cm-hero--height-tall .cm-hero__content-area,.cm-hero--height-adaptive .cm-hero__content-area{padding:39px 20px 43px}.cm-hero--mobile-position-top .cm-hero__content-area{justify-content:flex-start}.cm-hero--mobile-position-middle .cm-hero__content-area{justify-content:center}.cm-hero--mobile-position-bottom .cm-hero__content-area{justify-content:flex-end}.cm-hero__eyebrow{margin-bottom:4px;font-size:17px;line-height:21px}.cm-hero__heading{max-width:620px;font-size:40px;line-height:44px;letter-spacing:-.008em}.cm-hero__text{max-width:560px;margin-top:5px;font-size:21px;line-height:25px;letter-spacing:.006em}.cm-hero__buttons{gap:10px 12px;margin-top:16px}.cm-hero__button,.cm-hero__button:visited{position:relative;min-height:36px;padding:8px 15px;font-size:14px;line-height:18px}.cm-hero__button:before{position:absolute;top:-4px;right:0;bottom:-4px;left:0;content:""}}@media(max-width:374px){.cm-hero__content-area,.cm-hero--height-tall .cm-hero__content-area,.cm-hero--height-adaptive .cm-hero__content-area{padding-inline:16px}.cm-hero__heading{font-size:36px;line-height:40px}.cm-hero__text{font-size:19px;line-height:23px}}@media(prefers-reduced-motion:reduce){.cm-hero__button,.cm-hero__button:visited{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/cm-hero.css.map */
