.llx-hero{background:var(--llx-hero-bg, var(--llp-cream));overflow:hidden;padding:0}.llx-hero .llp-container{max-width:none;padding-left:0;padding-right:0}.llx-hero__grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;gap:0;padding:0;min-height:max(560px,43.75vw);position:relative;background:var(--llx-hero-panel-bg, var(--llp-panel));overflow:hidden}.llx-hero__copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:calc(100% + 72px);margin-right:-72px;padding:clamp(36px,4vw,64px) clamp(96px,7vw,120px) clamp(36px,4vw,64px) clamp(36px,5vw,72px);background:var(--llx-hero-panel-bg, var(--llp-panel));clip-path:polygon(0 0,calc(100% - 72px) 0,100% 50%,calc(100% - 72px) 100%,0 100%)}.llx-hero__eyebrow{margin:0 0 18px;color:var(--llx-accent, var(--llp-green))}.llx-hero__title{margin:0 0 18px;max-width:10ch;font-size:clamp(38px,4.4vw,60px);line-height:1.08}.llx-hero__sub{margin:0;max-width:46ch;font-size:16px;line-height:1.55;color:var(--llp-muted)}.llx-hero__ctas{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.llx-hero__form{margin-top:28px;max-width:430px}.llx-hero__form-label{display:block;margin-bottom:10px;font-size:15px;font-weight:700;color:var(--llp-ink)}.llx-hero__form-row{display:flex}.llx-hero__form-input{flex:1 1 auto;min-width:0;height:52px;padding:0 16px;font:inherit;font-size:16px;color:var(--llp-ink);background:var(--llx-card-bg, var(--llp-panel));border:1px solid rgba(30,37,37,.35);border-right:0;border-radius:0;-webkit-appearance:none;appearance:none}.llx-hero__form-input:focus{outline:none;border-color:var(--llx-accent, var(--llp-green));box-shadow:inset 0 0 0 1px var(--llx-accent, var(--llp-green))}.llx-hero__form-input::placeholder{color:var(--llp-muted);opacity:.75}.llx-hero__form-row .llp-btn{flex:0 0 auto;padding:0 22px;white-space:nowrap}.llx-hero__form-hint{margin:10px 0 0;font-size:12.5px;color:var(--llp-muted)}.llx-hero__chips{display:flex;flex-wrap:wrap;gap:10px 22px;margin:28px 0 0;padding:0;list-style:none}.llx-hero__chips li{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--llp-ink)}.llx-hero__chips svg{color:var(--llx-accent, var(--llp-green));flex:0 0 auto}.llx-hero__media{min-width:0;position:relative;z-index:1}.llx-hero__feature{position:relative;display:block;height:100%;background:var(--llx-card-bg, var(--llp-paper));overflow:hidden}.llx-hero__feature img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 22%}.llx-hero__feature:focus-visible{outline:3px solid var(--llx-accent, var(--llp-green));outline-offset:-6px}@media(max-width:899px){.llx-hero{padding:0}.llx-hero__grid{grid-template-columns:1fr;gap:0;padding:0;min-height:0;background:transparent;border:0;box-shadow:none;overflow:visible}.llx-hero__copy{width:auto;margin:0;padding:30px 24px 36px;clip-path:none;border:0;box-shadow:none}.llx-hero__title{font-size:clamp(34px,9vw,44px)}.llx-hero__media{order:-1;margin-top:0}.llx-hero__feature{height:auto;min-height:0;aspect-ratio:5 / 4}.llx-hero__feature img{object-position:50% 18%}.llx-hero__form{margin-top:20px;max-width:none}.llx-hero__form-row{flex-direction:column}.llx-hero__form-input{border-right:1px solid rgba(30,37,37,.35);border-bottom:0}.llx-hero__form-input:focus{border-bottom:0}.llx-hero__form-row .llp-btn{width:100%}.llx-hero__ctas .llp-btn{flex:1 1 auto}}.llx-cats{background:var(--llx-cats-bg, var(--llp-cream));padding:var(--llx-section-pad, 68px) 0}.llx-cats__title{margin:0 0 34px;text-align:var(--llx-title-align, center);font-size:clamp(26px,3vw,36px)}.llx-cats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.llx-cats__grid--2{grid-template-columns:repeat(2,1fr)}.llx-cats__grid--4{grid-template-columns:repeat(4,1fr)}.llx-cat{display:block}.llx-cat__media{aspect-ratio:var(--llx-cat-ratio, 4 / 5);background:var(--llx-card-bg, var(--llp-paper));border:var(--llx-card-border, 0);border-radius:var(--llx-cat-radius, 0);display:flex;align-items:center;justify-content:center;overflow:hidden}.llx-cat__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media(hover:hover){.llx-cat:hover .llx-cat__media img{transform:scale(1.045)}}.llx-cat__title{margin:16px 0 2px;font-family:var(--llp-font-display);font-size:21px;line-height:1.2}.llx-cat__note{margin:2px 0 0;font-size:13px;color:var(--llp-muted)}.llx-cat__foot{display:flex;align-items:baseline;gap:12px;margin:12px 0 0}.llx-cat__price{font-size:13px;font-weight:600;color:var(--llp-ink)}.llx-cat__cta{font-size:13px;font-weight:600;letter-spacing:.03em;text-decoration:underline;text-underline-offset:4px;color:var(--llx-accent, var(--llp-green));margin-left:auto}.llx-cat:hover .llx-cat__cta{text-decoration-thickness:2px}@media(max-width:899px){.llx-cats{padding:44px 0}.llx-cats__grid,.llx-cats__grid--2,.llx-cats__grid--4{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.llx-cats__grid::-webkit-scrollbar{display:none}.llx-cats__grid .llx-cat{flex:0 0 72vw;max-width:320px;scroll-snap-align:start}}.llx-how{background:var(--llx-how-bg, var(--llp-panel));padding:var(--llx-section-pad, 68px) 0;text-align:center}.llx-how__eyebrow{margin:0 0 12px;color:var(--llx-accent, var(--llp-green))}.llx-how__title{margin:0 0 42px;font-size:clamp(26px,3vw,36px)}.llx-how__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;max-width:1020px;margin:0 auto}.llx-how__step{position:relative}.llx-how__art{position:relative;margin-bottom:26px;border:1px solid var(--llp-line);background:var(--llp-paper)}.llx-how__art svg{display:block;width:100%;height:auto}.llx-how__badge{position:absolute;left:18px;bottom:-18px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--llp-green);color:var(--llp-cream);font-family:var(--llp-font-display);font-size:19px;line-height:1}.llx-how__step-title{margin:0 0 8px;font-family:var(--llp-font-display);font-size:23px;font-weight:500}.llx-how__step-text{margin:0 auto;max-width:32ch;font-size:15px;line-height:1.6;color:var(--llp-muted)}.llx-how__ctarow{margin-top:40px}@media(max-width:749px){.llx-how{padding:44px 0}.llx-how__grid{grid-template-columns:1fr;gap:26px}.llx-how__title{margin-bottom:26px}.llx-how__art{max-width:290px;margin-left:auto;margin-right:auto;margin-bottom:24px}.llx-how__badge{width:34px;height:34px;font-size:17px;bottom:-16px}.llx-how__step-title{font-size:20px}.llx-how__step-text{font-size:14px}}.llx-quotes{background:var(--llx-quotes-bg, var(--llp-cream));padding:var(--llx-section-pad, 68px) 0}.llx-quotes__title{margin:0 0 36px;text-align:center;font-size:clamp(26px,3vw,36px)}.llx-quotes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1080px;margin:0 auto}.llx-quote{margin:0;padding:28px 26px;background:var(--llx-quote-bg, var(--llp-panel));border:var(--llx-quote-border, 1px solid var(--llp-line));border-radius:var(--llx-card-radius, 0);text-align:center}.llx-quote__stars{display:inline-flex;gap:3px;color:var(--llx-star, var(--llp-green));margin-bottom:14px}.llx-quote__text{margin:0 0 16px;font-family:var(--llx-quote-font, var(--llp-font-display));font-size:17px;line-height:1.5}.llx-quote__text:before{content:"\201c"}.llx-quote__text:after{content:"\201d"}.llx-quote__name{font-size:13px;font-weight:600}.llx-quote__context{font-weight:400;color:var(--llp-muted)}@media(max-width:899px){.llx-quotes{padding:44px 0}.llx-quotes__grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:6px}.llx-quotes__grid::-webkit-scrollbar{display:none}.llx-quote{flex:0 0 82vw;max-width:340px;scroll-snap-align:start}}.llx-feature{display:grid;grid-template-columns:1fr 1fr;min-height:540px;background:var(--llx-feature-bg, var(--llp-paper))}.llx-feature--contain .llx-feature__media{background:var(--llx-feature-bg, var(--llp-paper))}.llx-feature--contain .llx-feature__media img{object-fit:contain;padding:24px;box-sizing:border-box;mix-blend-mode:multiply}.llx-feature--green{--llx-feature-bg: var(--llp-green-soft)}.llx-feature__media{position:relative;overflow:hidden}.llx-feature__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.llx-feature--flip .llx-feature__media{order:2}.llx-feature__copy{display:flex;align-items:center;justify-content:flex-start;padding:64px min(7vw,110px);text-align:center}.llx-feature--flip .llx-feature__copy{justify-content:flex-end}.llx-feature__inner{max-width:430px}.llx-feature__inner .llp-eyebrow{margin:0 0 16px;color:var(--llx-accent, var(--llp-green))}.llx-feature__heading{margin:0 0 16px;font-size:clamp(30px,3.4vw,42px);line-height:1.15}.llx-feature__text{margin:0 0 14px;font-size:15px;line-height:1.6;color:var(--llp-muted)}.llx-feature__price{margin:0 0 24px;font-size:14px;font-weight:600}@media(max-width:749px){.llx-feature{grid-template-columns:1fr;min-height:0}.llx-feature--flip .llx-feature__media{order:0}.llx-feature__media{aspect-ratio:4 / 3}.llx-feature__media img{position:static}.llx-feature__copy,.llx-feature--flip .llx-feature__copy{justify-content:center;padding:40px 16px 48px}}.llx-cred{background:var(--llx-cred-bg, var(--llp-panel));padding:var(--llx-section-pad, 68px) 0;text-align:center}.llx-cred__eyebrow{margin:0 0 12px;color:var(--llx-accent, var(--llp-green))}.llx-cred__title{margin:0 0 40px;font-size:clamp(26px,3vw,36px)}.llx-cred__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1120px;margin:0 auto}.llx-cred__card{padding:0 8px}.llx-cred__pict{width:118px;margin:0 auto 12px}.llx-cred__pict svg{display:block;width:100%;height:auto}.llx-cred__card-title{margin:0 0 8px;font-family:var(--llp-font-display);font-size:18px;font-weight:500}.llx-cred__card-text{margin:0 auto;max-width:30ch;font-size:13.5px;line-height:1.55;color:var(--llp-muted)}@media(max-width:899px){.llx-cred{padding:44px 0}.llx-cred__grid{grid-template-columns:1fr 1fr;gap:24px 16px}}
/*# sourceMappingURL=/cdn/shop/t/20/assets/ll-sections.css.map */
