.hero-split{position:relative;overflow:hidden;min-height:80vh;display:flex;align-items:center;color:#fff}.hero-split__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-split__img,.hero-split__bg .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}.hero-split__overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to right,rgba(0,0,0,var(--overlay-opacity)) 0%,rgba(0,0,0,calc(var(--overlay-opacity) * .4)) 55%,transparent 100%);pointer-events:none}.hero-split__eyebrow{font-size:1.2rem;text-transform:uppercase;letter-spacing:.15em;opacity:.75;margin:0;color:var(--eyebrow-color, inherit)}.hero-split__eyebrow--top_left,.hero-split__eyebrow--top_center,.hero-split__eyebrow--top_right,.hero-split__eyebrow--bottom_left,.hero-split__eyebrow--bottom_center,.hero-split__eyebrow--bottom_right{position:absolute;z-index:3;padding:2.4rem 3.2rem}.hero-split__eyebrow--top_left{top:0;left:0}.hero-split__eyebrow--top_center{top:0;left:50%;transform:translate(-50%)}.hero-split__eyebrow--top_right{top:0;right:0}.hero-split__eyebrow--bottom_left{bottom:0;left:0}.hero-split__eyebrow--bottom_center{bottom:0;left:50%;transform:translate(-50%)}.hero-split__eyebrow--bottom_right{bottom:0;right:0}.hero-split__overlay{position:relative;z-index:2;width:100%;max-width:var(--page-width, 120rem);margin:0 auto;padding:6rem max(3rem,5vw) 14rem;min-height:80vh;display:flex;align-items:center}.hero-split__overlay--v-top{align-items:flex-start;padding-top:6rem}.hero-split__overlay--v-middle{align-items:center}.hero-split__overlay--v-bottom{align-items:flex-end;padding-bottom:6rem}.hero-split__overlay--h-left{justify-content:flex-start}.hero-split__overlay--h-center{justify-content:center}.hero-split__overlay--h-right{justify-content:flex-end}.hero-split__overlay--h-center .hero-split__text{text-align:center}.hero-split__overlay--h-right .hero-split__text{text-align:right}.hero-split__overlay--h-center .hero-split__text{width:70%;max-width:72rem}.hero-split__overlay--h-center .hero-split__usps{justify-content:center}.hero-split__overlay--h-right .hero-split__usps{justify-content:flex-end}.hero-split__text{display:flex;flex-direction:column;gap:2.8rem;width:48%;max-width:56rem}.hero-split__heading{font-size:var(--h-size, 5rem);color:var(--h-color, inherit);text-align:var(--h-align, left)}.hero-split__heading p{margin:0;line-height:1.05}.hero-split__subheading{font-size:var(--sub-size, 1.7rem);color:var(--sub-color, inherit);line-height:1.6;text-align:var(--sub-align, left)}.hero-split__subheading p{margin:0}.hero-split__button{text-align:var(--btn-align, left)}.hero-split__button .button{text-transform:uppercase;letter-spacing:.15em;font-size:1.2rem;padding:1.6rem 3.2rem;display:inline-block}.hero-split__button .button--frosted{background:#ffffff26;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.35);color:#fff;border-radius:10rem}.hero-split__usps{position:absolute;bottom:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:center;padding:2rem max(3rem,5vw);color:var(--usp-text-color, #fff);background-color:var(--usp-bg, rgba(255, 255, 255, .15));backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.hero-split__usp{display:flex;flex-direction:row;align-items:center;gap:1rem;flex:0 1 auto;padding:0 3.2rem;color:var(--usp-text-color, #fff)}.hero-split__usp-icon{flex-shrink:0;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center}.hero-split__usp-icon .icon{width:100%;height:100%;color:var(--usp-icon-color, #fff);fill:var(--usp-icon-color, #fff)}.hero-split__usp-icon .icon-mountain{fill:none}.hero-split__usp-text{display:flex;flex-direction:column;gap:.15rem}.hero-split__usp-heading{font-size:1.2rem;font-weight:400;text-transform:uppercase;letter-spacing:.1em;line-height:1.2}.hero-split__usp-sub{font-size:1.2rem;font-weight:400;opacity:.8;line-height:1.3}.hero-split__usp-divider{width:1px;height:2.4rem;background-color:#fff6;flex-shrink:0}.hero-split__mobile-only{display:none}@media screen and (max-width:989px){.hero-split__desktop-only{display:none}.hero-split__mobile-only{display:block}.hero-split{min-height:90vh}.hero-split__overlay{min-height:90vh;padding:var(--mob-pad-top, 30vh) 2.4rem 9rem;align-items:flex-start;justify-content:flex-start}.hero-split__text{width:100%;max-width:100%;gap:2rem}.hero-split__subheading{font-size:var(--sub-size-mobile, var(--sub-size, 1.5rem));color:var(--sub-color-mobile, var(--sub-color, inherit));text-align:var(--sub-align-mob, var(--sub-align, left))}.hero-split__eyebrow{color:var(--eyebrow-color-mobile, var(--eyebrow-color, inherit))}.hero-split__heading{font-size:var(--h-size-mobile, var(--h-size, 3.5rem));color:var(--h-color-mobile, var(--h-color, inherit));text-align:var(--h-align-mob, var(--h-align, left))}.hero-split__button{text-align:var(--btn-align-mob, var(--btn-align, left));margin-top:6rem}.hero-split__button .button{border-radius:10rem}.hero-split__usps{padding:1.4rem 1.2rem;flex-wrap:nowrap;gap:0;bottom:0;justify-content:space-evenly;align-items:flex-start}.hero-split__usp{flex:1;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:0}.hero-split__usp-icon{width:2rem;height:2rem}.hero-split__usp-text{align-items:center}.hero-split__usp-heading{font-size:.95rem;letter-spacing:.04em}.hero-split__usp-sub{display:none}.hero-split__usp-divider{width:1px;height:3rem;background-color:#ffffff40;flex-shrink:0;margin:0;align-self:center}}
/*# sourceMappingURL=/cdn/shop/t/58/assets/section-hero-split.css.map */
