.custom-hero{position:relative;display:flex;min-height:65rem;width:100%;overflow:hidden}@media screen and (max-width:749px){.custom-hero{min-height:auto;height:auto}}.custom-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.custom-hero__bg picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}@media screen and (min-width:990px){.custom-hero__bg picture{top:0;right:0;bottom:9.5rem;left:0;width:100%;height:auto}.custom-hero__img{display:block;width:100%;height:100%;object-fit:contain;object-position:right top;transform-origin:right top;transform:scale(var(--img-scale-desktop, 1)) translate(var(--img-x-desktop, 0%),var(--img-y-desktop, 0%));pointer-events:none}}@media screen and (min-width:750px)and (max-width:989px){.custom-hero__bg picture{top:0;right:0;bottom:8rem;left:0;width:100%;height:auto}.custom-hero__img{display:block;width:100%;height:100%;object-fit:contain;object-position:right top;transform-origin:right top;transform:scale(var(--img-scale-tablet, 1)) translate(var(--img-x-tablet, 0%),var(--img-y-tablet, 0%));pointer-events:none}}@media screen and (max-width:749px){.custom-hero__bg{background:rgb(var(--color-background))}.custom-hero__bg picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.custom-hero__img{display:block;width:88%;height:96%;margin-left:auto;margin-right:0;object-fit:contain;object-position:top right;transform-origin:top right;transform:scale(var(--img-scale-mobile, 1)) translate(var(--img-x-mobile, 0%),calc(var(--img-y-mobile, 0%) + 2%));pointer-events:none}}.custom-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.custom-hero__container{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;padding-top:var(--hero-padding-top-desktop, 24px);flex:1}@media screen and (min-width:750px)and (max-width:989px){.custom-hero__container{padding-top:var(--hero-padding-top-desktop, 24px)}}@media screen and (max-width:749px){.custom-hero__container{padding-top:var(--hero-padding-top-mobile, 20px);flex:0 0 auto;min-height:0}.custom-hero__content-wrapper{flex-grow:0;min-height:0}}.custom-hero__content-wrapper{flex-grow:1;display:flex;width:100%}.custom-hero__box{width:100%;max-width:var(--content-max-width, 650px);display:flex;flex-direction:column}@media screen and (min-width:990px){.pos-desktop--top-left{align-items:flex-start;justify-content:flex-start}.pos-desktop--top-center{align-items:flex-start;justify-content:center}.pos-desktop--top-right{align-items:flex-start;justify-content:flex-end}.pos-desktop--middle-left{align-items:center;justify-content:flex-start}.pos-desktop--middle-center{align-items:center;justify-content:center}.pos-desktop--middle-right{align-items:center;justify-content:flex-end}.pos-desktop--bottom-left{align-items:flex-end;justify-content:flex-start}.pos-desktop--bottom-center{align-items:flex-end;justify-content:center}.pos-desktop--bottom-right{align-items:flex-end;justify-content:flex-end}.align-desktop--left{text-align:left;align-items:flex-start}.align-desktop--center{text-align:center;align-items:center}.align-desktop--right{text-align:right;align-items:flex-end}.align-desktop--left .custom-hero__buttons{justify-content:flex-start}.align-desktop--right .custom-hero__buttons{justify-content:flex-end}}@media screen and (min-width:750px)and (max-width:989px){.pos-tablet--top-left{align-items:flex-start;justify-content:flex-start}.pos-tablet--top-center{align-items:flex-start;justify-content:center}.pos-tablet--middle-center{align-items:center;justify-content:center}.pos-tablet--bottom-center{align-items:flex-end;justify-content:center}.align-tablet--left{text-align:left;align-items:flex-start}.align-tablet--center{text-align:center;align-items:center}.align-tablet--right{text-align:right;align-items:flex-end}.align-tablet--left .custom-hero__buttons{justify-content:flex-start}.align-tablet--right .custom-hero__buttons{justify-content:flex-end}}.custom-hero__heading{font-size:var(--heading-size-desktop, 48px);color:var(--heading-color, #8B1E28);font-family:var(--font-heading-family);margin:0 0 1.6rem;line-height:1.2}.custom-hero__heading strong{font-weight:700}.custom-hero__subheading{font-size:var(--subheading-size-desktop, 24px);color:var(--subheading-color, #1C1C3A);margin:0 0 1.6rem;line-height:1.4}.custom-hero__subheading strong{font-weight:700}.custom-hero__subheading em{font-style:italic}.custom-hero__extra{font-size:var(--paragraph-size-desktop, 16px);color:var(--paragraph-color, #555555);margin:0 0 3.2rem;line-height:1.6}@media screen and (max-width:749px){.custom-hero__heading{font-size:var(--heading-size-mobile, 36px)}.custom-hero__subheading{font-size:var(--subheading-size-mobile, 18px)}.custom-hero__extra{font-size:var(--paragraph-size-mobile, 14px)}}.custom-hero__badges{display:flex;align-items:center;gap:var(--badge-gap, 8px);margin-bottom:var(--badge-margin-bottom, 18px);flex-wrap:nowrap;justify-content:var(--badge-justify-desktop, flex-start)}.custom-hero__badge{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;padding:.8rem 1.6rem;border-radius:3rem;font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;flex-shrink:0}.custom-hero__badge svg{width:1.6rem;height:1.6rem;flex-shrink:0}.custom-hero__badge--primary{background-color:var(--badge-primary-background, #2F4538);color:var(--badge-primary-text, #FFFFFF);border:1px solid var(--badge-primary-background, #2F4538)}.custom-hero__badge--secondary{background-color:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-foreground),.15)}.custom-hero__buttons{display:flex;gap:1.2rem;margin-bottom:5rem;flex-wrap:wrap;width:100%}.custom-hero__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.9rem!important;position:relative;white-space:nowrap}.custom-hero__button-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex:0 0 2rem;color:currentColor}.custom-hero__button-icon svg{display:block;width:100%;height:100%;stroke:currentColor}.custom-hero__button-text{display:inline-flex;align-items:center;line-height:1}.custom-hero__button-arrow{display:inline-flex;align-items:center;justify-content:center;margin-left:.1rem;font-size:1.7rem;line-height:1;transition:transform .2s ease}.custom-hero__button:hover .custom-hero__button-arrow{transform:translate(3px)}@media screen and (max-width:749px){.custom-hero__button{gap:.8rem!important}.custom-hero__button-icon{width:1.8rem;height:1.8rem;flex-basis:1.8rem}.custom-hero__button-arrow{font-size:1.5rem}}.custom-hero__trust{display:grid;gap:2rem 1.6rem;border-top:1px solid rgba(var(--color-foreground),.15);border-bottom:1px solid rgba(var(--color-foreground),.15);margin-top:var(--trust-margin-top-desktop, 30px);padding-top:var(--trust-padding-top-desktop, 30px);padding-bottom:max(18px,var(--trust-padding-bottom-desktop, 0px));width:100%}.custom-hero__trust--push-bottom{margin-top:auto!important;margin-bottom:0!important;padding-bottom:max(18px,var(--trust-padding-bottom-desktop, 0px))!important}@media screen and (min-width:750px){.trust-desktop-grid--4{grid-template-columns:repeat(4,1fr)}.trust-desktop-grid--2{grid-template-columns:repeat(2,1fr)}.trust-align--left .custom-hero__trust-item{justify-content:flex-start;text-align:left}.trust-align--center .custom-hero__trust-item{justify-content:center;text-align:center}.trust-align--space-between{justify-content:space-between}}.custom-hero__trust-item{display:flex;align-items:center;gap:var(--trust-item-gap, 12px);font-size:1.5rem;font-weight:600;color:rgba(var(--color-foreground),.85)}.custom-hero__trust-item svg{width:var(--trust-icon-size, 24px);height:var(--trust-icon-size, 24px);flex-shrink:0}@media screen and (max-width:749px){.custom-hero__box{align-items:flex-start!important;text-align:left!important;max-width:var(--content-max-width-mobile, 60%)!important}.custom-hero__badges{justify-content:var(--badge-justify-mobile, flex-start)!important;flex-wrap:nowrap!important;width:calc(100vw - 3rem)!important;max-width:calc(100vw - 3rem)!important;gap:var(--badge-gap, 8px)!important;margin-bottom:var(--badge-margin-bottom, 18px)!important;overflow:visible}.custom-hero__badge{flex:0 1 auto;min-width:0;padding:.65rem .9rem;gap:.55rem;font-size:clamp(.88rem,2.55vw,1rem);letter-spacing:.025em;line-height:1.15}.custom-hero__badge svg{width:1.35rem;height:1.35rem}.custom-hero__subheading{max-width:var(--subheading-max-width-mobile, 85%)!important}.custom-hero__heading,.custom-hero__subheading,.custom-hero__extra,.custom-hero__extra p{text-align:left!important;margin-left:0!important}.custom-hero__buttons{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-start!important;width:100%!important;gap:1.2rem!important;margin-bottom:0!important}.custom-hero__buttons .button{width:auto!important;min-width:220px!important;max-width:100%!important;padding:1.2rem 2.4rem!important;font-size:1.4rem!important;justify-content:center!important;text-align:center!important}.custom-hero__trust{display:grid!important;gap:2.5rem 1rem!important;border-top:1px solid rgba(var(--color-foreground),.15)!important;border-bottom:1px solid rgba(var(--color-foreground),.15)!important;width:100%!important;margin-top:var(--trust-margin-top-mobile, 30px)!important;padding-top:var(--trust-padding-top-mobile, 25px)!important;padding-bottom:max(18px,var(--trust-padding-bottom-mobile, 0px))!important}.trust-mobile-grid--4{grid-template-columns:repeat(4,1fr)!important}.trust-mobile-grid--2{grid-template-columns:repeat(2,1fr)!important}.trust-mobile-grid--1{grid-template-columns:1fr!important}.trust-mobile-grid--4 .custom-hero__trust-item{flex-direction:column!important;text-align:center!important;font-size:1.2rem!important;gap:.6rem!important}.custom-hero__trust-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;gap:var(--trust-item-gap, 10px)!important}.custom-hero__trust-item span{font-size:1.3rem!important;line-height:1.3!important;font-weight:600!important}.custom-hero__trust-item svg{width:var(--trust-icon-size, 24px)!important;height:var(--trust-icon-size, 24px)!important;flex-shrink:0!important}}.custom-hero__button-icon .icon,.custom-hero__button-arrow .icon{display:block;width:100%;height:100%;color:currentColor;fill:currentColor}.custom-hero__button-icon--leaf{width:2rem;height:2rem;flex:0 0 2rem}.custom-hero__button-icon--leaf .icon-leaf{width:100%;height:100%;fill:currentColor}.custom-hero__button-arrow{width:1.45rem;height:1.45rem;flex:0 0 1.45rem}.custom-hero__button-arrow .icon-arrow{width:100%;height:100%;fill:none;stroke:currentColor}@media screen and (max-width:749px){.custom-hero__button-icon--leaf{width:1.8rem;height:1.8rem;flex-basis:1.8rem}.custom-hero__button-arrow{width:1.35rem;height:1.35rem;flex-basis:1.35rem}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-image-banner.css.map */
