.moud-hero{position:relative;isolation:isolate;overflow:hidden;color:var(--moud-body-color);background:linear-gradient(180deg,var(--moud-bg-top) 0%,var(--moud-bg-bottom) 100%)}.moud-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-bottom-right-radius:var(--moud-image-bottom-radius);border-bottom-left-radius:var(--moud-image-bottom-radius);pointer-events:none}.moud-hero__layout{position:relative;display:grid;grid-template-columns:minmax(0,var(--moud-image-width)) minmax(0,1fr);align-items:center;min-height:var(--moud-min-height);padding-top:var(--moud-padding-top);padding-bottom:var(--moud-padding-bottom)}.moud-hero__media{position:relative;z-index:0;overflow:hidden;aspect-ratio:var(--moud-image-aspect-ratio);border-bottom-right-radius:var(--moud-image-bottom-radius);border-bottom-left-radius:var(--moud-image-bottom-radius);background:var(--moud-image-bottom-corner-color)}.moud-hero__media picture{display:block;width:100%;height:100%}.moud-hero__image,.moud-hero__placeholder{display:block;width:100%;height:100%;min-height:100%;object-fit:var(--moud-image-fit);object-position:var(--moud-image-position)}.moud-hero__placeholder{aspect-ratio:1 / 1.14;fill:var(--moud-surface-color)}.moud-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:var(--moud-content-gap);max-width:var(--moud-content-max-width);padding-left:var(--moud-content-padding)}.moud-hero__benefit{position:relative;display:inline-flex;align-items:center;overflow:hidden;color:var(--moud-benefit-text-color);background:color-mix(in srgb,var(--moud-surface-color) var(--moud-surface-opacity),transparent);border:1px solid color-mix(in srgb,var(--moud-glass-border-color) var(--moud-glass-border-opacity),transparent);box-shadow:0 .6rem 1.5rem color-mix(in srgb,#4b1110 var(--moud-glass-shadow-opacity),transparent);-webkit-backdrop-filter:blur(var(--moud-glass-blur));backdrop-filter:blur(var(--moud-glass-blur))}.moud-hero__heading{max-width:var(--moud-heading-max-width);margin-top:var(--moud-heading-margin-top);margin-bottom:var(--moud-heading-margin-bottom);color:var(--moud-heading-color);font-family:var(--font-heading-family);font-size:var(--moud-heading-size);font-weight:500;letter-spacing:-.045em;line-height:.98}.moud-hero__heading-line,.moud-hero__heading-lines--desktop{display:block}.moud-hero__heading-lines--mobile{display:none}.moud-hero__heading-line--accent,.moud-hero__heading-accent{color:var(--moud-accent-color)}.moud-hero__body{margin-top:var(--moud-body-margin-top);margin-bottom:var(--moud-body-margin-bottom);max-width:58rem;color:var(--moud-body-color);font-size:var(--moud-body-size);line-height:1.65}.moud-hero__body p{margin:0}.moud-hero__body strong{color:var(--moud-heading-color);font-weight:700}.moud-hero__guarantee{margin-top:var(--moud-guarantee-margin-top);margin-bottom:var(--moud-guarantee-margin-bottom);display:inline-flex;align-items:center;gap:var(--moud-pill-gap);color:var(--moud-guarantee-text-color);font-size:var(--moud-guarantee-size);font-weight:700}.moud-hero__guarantee-icon,.moud-hero__benefit-icon{display:inline-flex;flex:0 0 auto;color:var(--moud-accent-color)}.moud-hero__guarantee-icon{color:var(--moud-guarantee-icon-color)}.moud-hero__guarantee-icon{width:var(--moud-guarantee-icon-size);height:var(--moud-guarantee-icon-size)}.moud-hero__benefits{display:flex;flex-wrap:wrap;gap:1rem;width:100%;margin-top:var(--moud-benefits-margin-top);margin-bottom:var(--moud-benefits-margin-bottom);padding:0;list-style:none}.moud-hero__benefit{gap:var(--moud-pill-gap);padding:var(--moud-pill-padding-y) var(--moud-pill-padding-x);border-radius:var(--moud-pill-radius);font-size:var(--moud-benefit-font-size);font-weight:700;white-space:nowrap}.moud-hero__benefit-icon{width:var(--moud-benefit-icon-size);height:var(--moud-benefit-icon-size)}.moud-hero__button{display:inline-flex;align-items:center;justify-content:center;min-width:var(--moud-button-min-width);min-height:var(--moud-button-min-height);margin-top:var(--moud-button-margin-top);margin-bottom:var(--moud-button-margin-bottom);padding:var(--moud-button-padding-y) var(--moud-button-padding-x);border-radius:var(--moud-button-radius);color:var(--moud-button-text-color);background:var(--moud-button-color);box-shadow:0 1rem 2.2rem color-mix(in srgb,var(--moud-button-color) 30%,transparent);font-size:var(--moud-button-font-size);font-weight:700;text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.moud-hero__button:hover{transform:translateY(-.2rem);box-shadow:0 1.4rem 2.8rem color-mix(in srgb,var(--moud-button-color) 38%,transparent)}.moud-hero__button[aria-disabled=true]{cursor:not-allowed;opacity:.7}.moud-hero--button-gradient .moud-hero__button{background:linear-gradient(var(--moud-button-gradient-angle),var(--moud-button-gradient-start),var(--moud-button-gradient-end))}.moud-hero__testimonial{width:100%;max-width:var(--moud-testimonial-max-width);box-sizing:border-box;min-width:0;padding:var(--moud-testimonial-padding-y) var(--moud-testimonial-padding-x);border:1px solid color-mix(in srgb,var(--moud-glass-border-color) var(--moud-glass-border-opacity),transparent);border-radius:var(--moud-testimonial-radius);color:var(--moud-testimonial-text-color);background:color-mix(in srgb,var(--moud-surface-color) var(--moud-surface-opacity),transparent);box-shadow:0 .6rem 1.5rem color-mix(in srgb,#4b1110 var(--moud-glass-shadow-opacity),transparent);-webkit-backdrop-filter:blur(var(--moud-glass-blur));backdrop-filter:blur(var(--moud-glass-blur))}.moud-hero__testimonial-quote{min-width:0;overflow-wrap:anywhere;color:var(--moud-testimonial-text-color);font-size:var(--moud-testimonial-quote-size);line-height:1.45;text-align:var(--moud-testimonial-text-align)}.moud-hero__testimonial-quote p{margin:0}.moud-hero__testimonial-meta{display:flex;width:100%;min-width:0;align-items:center;justify-content:flex-start;gap:.8rem;margin-top:2.4rem;overflow:hidden;white-space:nowrap}.moud-hero__testimonial-identity{display:flex;flex:0 1 auto;align-items:center;gap:.8rem;max-width:100%;min-width:0;white-space:nowrap;overflow:hidden}.moud-hero__testimonial-name{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--moud-testimonial-name-color);font-size:var(--moud-testimonial-name-size);font-weight:700}.moud-hero__testimonial-verified{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:var(--moud-testimonial-verified-padding-y) var(--moud-testimonial-verified-padding-x);border-radius:var(--moud-testimonial-verified-radius);color:var(--moud-testimonial-verified-text);background:var(--moud-testimonial-verified-background);font-size:var(--moud-testimonial-verified-size);font-weight:700;line-height:1}.moud-hero__testimonial-stars{display:flex;flex:0 1 auto;width:100%;min-width:0;max-width:100%;justify-content:flex-start;gap:.25rem;margin-bottom:1.2rem;overflow:hidden;color:var(--moud-testimonial-star-color)}.moud-hero__testimonial-star{display:inline-flex;flex:0 0 auto;padding:var(--moud-testimonial-star-padding);border-radius:var(--moud-testimonial-star-radius);background:var(--moud-testimonial-star-background)}.moud-hero__testimonial-star-icon{display:inline-flex;width:var(--moud-testimonial-star-size);height:var(--moud-testimonial-star-size)}.moud-hero__testimonial-star-icon svg{width:100%;height:100%;fill:currentColor}.moud-hero__testimonial-star--plain{padding:0;background:transparent}.moud-hero--image-full .moud-hero__layout{grid-template-columns:minmax(0,1fr);min-height:var(--moud-full-min-height);max-width:none;padding-right:0;padding-left:0;background:var(--moud-image-bottom-corner-color)}.moud-hero--image-full .moud-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.moud-hero--image-full .moud-hero__overlay{z-index:1;background:rgba(44,13,8,var(--moud-overlay-opacity))}.moud-hero--image-full .moud-hero__content{width:100%;padding-right:clamp(1.5rem,5vw,5rem);padding-left:clamp(1.5rem,5vw,5rem)}.moud-hero--desktop-align-center .moud-hero__content{justify-self:center;align-items:center;text-align:center}.moud-hero--desktop-align-right .moud-hero__content{justify-self:end;align-items:flex-end;text-align:right}.moud-hero--desktop-align-center .moud-hero__benefits{justify-content:center}.moud-hero--desktop-align-right .moud-hero__benefits{justify-content:flex-end}.moud-hero--desktop-align-center .moud-hero__body,.moud-hero--desktop-align-right .moud-hero__body{max-width:52rem}.moud-hero--ratio-square .moud-hero__media{aspect-ratio:1}.moud-hero--ratio-portrait .moud-hero__media{aspect-ratio:4 / 5}.moud-hero--ratio-landscape .moud-hero__media{aspect-ratio:4 / 3}@media screen and (min-width:750px){.moud-hero--custom-image-height .moud-hero__layout{min-height:var(--moud-image-height-desktop)}.moud-hero--image-left.moud-hero--custom-image-height .moud-hero__media{height:var(--moud-image-height-desktop);aspect-ratio:auto}}@media screen and (max-width:749px){.moud-hero__heading-lines--desktop{display:none}.moud-hero__heading-lines--mobile{display:block}.moud-hero__layout{display:flex;flex-direction:column;align-items:stretch;gap:3.2rem;padding-top:var(--moud-mobile-padding-top);padding-bottom:var(--moud-mobile-padding-bottom)}.moud-hero__media{order:2;width:100%;aspect-ratio:var(--moud-mobile-image-aspect-ratio)}.moud-hero__content{order:1;width:100%;max-width:none;padding-left:0}.moud-hero--mobile-image-top .moud-hero__media{order:1}.moud-hero--mobile-image-top .moud-hero__content{order:2}.moud-hero--mobile-image-top .moud-hero__layout{padding-top:var(--moud-mobile-image-top-padding)}.moud-hero__image{object-position:var(--moud-mobile-image-position);object-fit:var(--moud-mobile-image-fit)}.moud-hero__heading{margin-top:var(--moud-heading-margin-top-mobile);margin-bottom:var(--moud-heading-margin-bottom-mobile);font-size:var(--moud-heading-size-mobile);line-height:var(--moud-heading-line-height-mobile)}.moud-hero__body{margin-top:var(--moud-body-margin-top-mobile);margin-bottom:var(--moud-body-margin-bottom-mobile);max-width:none;font-size:var(--moud-body-size-mobile);line-height:var(--moud-body-line-height-mobile)}.moud-hero__guarantee{margin-top:var(--moud-guarantee-margin-top-mobile);margin-bottom:var(--moud-guarantee-margin-bottom-mobile);font-size:var(--moud-guarantee-size-mobile)}.moud-hero__guarantee-icon{width:var(--moud-guarantee-icon-size-mobile);height:var(--moud-guarantee-icon-size-mobile)}.moud-hero__benefits{margin-top:var(--moud-benefits-margin-top-mobile);margin-bottom:var(--moud-benefits-margin-bottom-mobile);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.moud-hero__benefit{justify-content:center;gap:var(--moud-pill-gap-mobile);min-width:0;padding:var(--moud-pill-padding-y-mobile) var(--moud-pill-padding-x-mobile);font-size:var(--moud-benefit-font-size-mobile);letter-spacing:-.015em}.moud-hero__benefit-icon{width:var(--moud-benefit-icon-size-mobile);height:var(--moud-benefit-icon-size-mobile)}.moud-hero__button{margin-top:var(--moud-button-margin-top-mobile);margin-bottom:var(--moud-button-margin-bottom-mobile);min-width:var(--moud-button-min-width-mobile);min-height:var(--moud-button-min-height-mobile);padding:var(--moud-button-padding-y-mobile) var(--moud-button-padding-x-mobile);font-size:var(--moud-button-font-size-mobile)}.moud-hero--button-desktop-only .moud-hero__button{display:none}.moud-hero__testimonial{max-width:min(100%,var(--moud-testimonial-max-width-mobile));padding:var(--moud-testimonial-padding-y) var(--moud-testimonial-padding-x)}.moud-hero__body{color:var(--moud-body-color-mobile)}.moud-hero__testimonial-meta{flex-direction:column;align-items:flex-start}.moud-hero__testimonial-stars{order:1;align-self:flex-start}.moud-hero__testimonial-identity{order:2}.moud-hero__testimonial-quote{font-size:var(--moud-testimonial-quote-size-mobile)}.moud-hero__testimonial-name{font-size:var(--moud-testimonial-name-size-mobile)}.moud-hero__testimonial-verified{font-size:var(--moud-testimonial-verified-size-mobile)}.moud-hero__testimonial-star-icon{width:var(--moud-testimonial-star-size-mobile);height:var(--moud-testimonial-star-size-mobile)}.moud-hero--mobile-align-center .moud-hero__content{align-items:center;text-align:center}.moud-hero--mobile-align-left .moud-hero__content{align-items:flex-start;text-align:left}.moud-hero--mobile-align-left .moud-hero__benefits{justify-content:flex-start}.moud-hero--mobile-align-center .moud-hero__body{max-width:34rem}.moud-hero--mobile-align-center .moud-hero__benefits{justify-content:center}.moud-hero--mobile-align-right .moud-hero__content{align-items:flex-end;text-align:right}.moud-hero--mobile-align-right .moud-hero__benefits{justify-content:flex-end}.moud-hero--image-full .moud-hero__layout{min-height:0;gap:3.2rem;padding-right:1.5rem;padding-left:1.5rem}.moud-hero--image-full .moud-hero__media{position:relative;inset:auto;order:2}.moud-hero--image-full .moud-hero__content{order:1;padding-right:0;padding-left:0}.moud-hero--image-full .moud-hero__overlay{display:none}.moud-hero--image-full.moud-hero--mobile-image-top .moud-hero__media{order:1}.moud-hero--image-full.moud-hero--mobile-image-top .moud-hero__content{order:2}.moud-hero--mobile-image-background .moud-hero__layout{max-width:none;min-height:var(--moud-mobile-background-min-height);padding-top:calc(var(--header-height, 0px) + var(--moud-mobile-background-content-top-spacing));padding-right:1.5rem;padding-left:1.5rem}.moud-hero--mobile-image-background .moud-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;margin:0;aspect-ratio:auto}.moud-hero--mobile-image-background .moud-hero__content{position:relative;z-index:2;order:1;min-height:var(--moud-mobile-background-min-height);padding-right:0;padding-left:0}.moud-hero--mobile-image-background .moud-hero__overlay{display:block;z-index:1;background:color-mix(in srgb,var(--moud-mobile-background-overlay-color) calc(var(--moud-mobile-background-overlay-opacity) * 100%),transparent)}.moud-hero--mobile-background-top .moud-hero__content{justify-content:flex-start}.moud-hero--mobile-background-center .moud-hero__content{justify-content:center}.moud-hero--mobile-background-bottom .moud-hero__content{justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/52/assets/section-moud-hero.css.map */
