.section-hero{margin:0}.hero{--hero-green: var(--es-green, #79b543);--hero-ink: var(--es-ink, #181d13);--hero-pad-x: 2rem;position:relative;display:flex;flex-direction:column;min-height:calc(100svh - var(--header-height, 8rem));overflow:hidden;background:#050705;color:#fff}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__media img,.hero__media svg,.hero__media .placeholder-svg{width:100%;height:100%;object-fit:cover;object-position:center right;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#050804eb,#081008c7 28%,#0c1c0c6b 52%,#080c081f 78%,#080c0847),linear-gradient(180deg,#0000001f,#00000014,#00000073)}.hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;flex:1 1 auto;justify-content:space-between;width:100%;margin:0;padding:6.4rem var(--hero-pad-x) 14rem}.hero__content{max-width:72rem}.hero__eyebrow{margin:0;color:var(--hero-green);font-family:var(--font-body-family);font-size:1.2rem;font-weight:400;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.hero__heading{display:flex;flex-direction:column;gap:0;margin:0;color:#fff;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:clamp(3.6rem,11vw,4.4rem);line-height:.92;letter-spacing:0;text-transform:uppercase;word-break:break-word}.hero__heading-line{display:block}.hero__heading-row{display:flex;align-items:center;flex-wrap:wrap;gap:1.8rem 2.2rem}.hero__heading-last{display:inline-block;line-height:.88}.hero__actions{display:inline-flex;align-items:center;gap:.8rem;margin:0}.hero__button{display:inline-flex;align-items:center;justify-content:center;min-width:12.4rem;min-height:3.8rem;padding:0 2rem;border:0;border-radius:999px;background:var(--hero-green);color:#fff;font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;letter-spacing:0;line-height:1;text-decoration:none;text-transform:none;transition:filter .2s ease}.hero__button:hover{filter:brightness(1.05)}.hero__button-arrow{display:inline-flex;align-items:center;justify-content:center;width:3.8rem;height:3.8rem;flex:0 0 3.8rem;border-radius:50%;background:var(--hero-green);color:#fff;text-decoration:none;transition:filter .2s ease}.hero__button-arrow:hover{filter:brightness(1.05)}.hero__button-arrow .svg-wrapper,.hero__button-arrow svg{width:1.2rem;height:1.8rem;display:block}.hero__subheading{margin:3.2rem 0 0;max-width:46rem;color:#ffffffe0;font-family:var(--font-body-family);font-size:1.5rem;font-weight:400;line-height:1.45}.hero__trust{position:relative;z-index:2;width:100%;margin-top:auto;padding:2.4rem 0;background:#111210;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.hero__trust-list{display:grid;grid-template-columns:1fr;gap:2rem;margin-left:2rem;margin-right:2rem}.hero__trust:before,.hero__trust:after{display:none;content:"";position:absolute;top:0;height:100%;width:4rem;background:#1b1d19;border-top:1px solid #79b543;border-bottom:1px solid #79b543;pointer-events:none;z-index:1}.hero__trust:before{left:12rem}.hero__trust:after{right:12rem}.hero__trust-item{display:flex;align-items:center;justify-content:center;gap:1.4rem}.hero__trust-icon{display:flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;flex:0 0 4.4rem;border-radius:50%;background:var(--hero-green);color:var(--hero-ink)}.hero__trust-icon .svg-wrapper{display:flex;width:2.8rem;height:2.8rem}.hero__trust-icon svg{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.hero__trust-label{margin:0;color:#fff;font-family:var(--font-body-family);font-size:1.5rem;font-weight:500;line-height:1.25}@media screen and (min-width:750px){.hero{--hero-pad-x: 5rem}.hero__heading{font-size:clamp(5.2rem,8vw,6.4rem);line-height:.9}.hero__inner{padding-top:8rem;padding-bottom:4.8rem}.hero__eyebrow{font-size:1.6rem}.hero__button{min-width:14rem;min-height:4.4rem;padding:0 2.4rem}.hero__button-arrow{width:4.4rem;height:4.4rem;flex-basis:4.4rem}.hero__trust{padding:3rem 0}.hero__trust-icon{width:5.6rem;height:5.6rem;flex-basis:5.6rem}.hero__trust-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.4rem 3.2rem}}@media screen and (min-width:990px){.hero{--hero-pad-x: 16rem;min-height:calc(100svh - var(--header-height, 11rem))}.hero__heading{font-size:clamp(6.4rem,6vw,8rem);line-height:.88}.hero__inner{padding-top:6rem;padding-bottom:16rem}.hero__heading-row{gap:2rem 2.4rem}.hero__button{min-width:15.6rem;min-height:4.6rem;padding:0 2.8rem;font-size:1.6rem}.hero__button-arrow{width:4.6rem;height:4.6rem;flex-basis:4.6rem}.hero__subheading{margin-top:3.6rem;font-size:1.6rem}.hero__trust{position:absolute;left:0;right:0;bottom:0}.hero__trust:before,.hero__trust:after{display:block}.hero__trust-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem;margin-left:16rem;margin-right:16rem}.hero__trust-label{font-size:1.6rem}}@media screen and (max-width:749px){.hero{min-height:min(72svh,68rem)}.hero__media img,.hero__media svg{object-position:70% center}.hero__inner{padding:4.8rem var(--hero-pad-x) 4rem}.hero__heading-row{flex-direction:column;align-items:flex-start;gap:1.6rem}.hero__trust-item{justify-content:flex-start}.hero__subheading{margin-top:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero.css.map */
