:root{--hs-bg: #f8f1e7;--hs-bg-soft: #fffaf3;--hs-bg-muted: #efe1d0;--hs-green: #103f37;--hs-green-soft: #7f947f;--hs-green-light: #eef3eb;--hs-text: #142521;--hs-text-soft: #3f4f49;--hs-muted: #6f7d76;--hs-border: rgba(16, 63, 55, .14);--hs-shadow: 0 24px 70px rgba(31, 48, 43, .16);--hs-radius-sm: 14px;--hs-radius-md: 22px;--hs-radius-lg: 32px;--hs-page-width: 1220px}body{color:var(--hs-text)}.hs-section{padding:76px 24px}.hs-section--cream{background:var(--hs-bg)}.hs-section--white{background:#fff}.hs-container{max-width:var(--hs-page-width);margin:0 auto}.hs-kicker{margin:0 0 14px;color:var(--hs-green-soft);font-size:13px;line-height:1.4;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hs-heading{margin:0;color:var(--hs-green);font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.045em}.hs-text{margin-top:18px;color:var(--hs-text-soft);font-size:clamp(16px,1.4vw,19px);line-height:1.65}.hs-button{min-height:50px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;font-size:15px;transition:transform .18s ease,opacity .18s ease}.hs-button:hover{transform:translateY(-1px);opacity:.94}.hs-button--primary{background:var(--hs-green);color:#fff}.hs-button--secondary{background:#ffffffb8;color:var(--hs-green);border:1px solid var(--hs-border)}.hs-home-hero{background:radial-gradient(circle at 85% 10%,rgba(141,160,137,.28),transparent 32%),linear-gradient(135deg,var(--hs-bg) 0%,var(--hs-bg-muted) 100%);padding:78px 24px;overflow:hidden}.hs-home-hero__inner{max-width:var(--hs-page-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:56px;align-items:center}.hs-home-hero__eyebrow{margin:0 0 16px;color:var(--hs-green-soft);font-size:13px;line-height:1.4;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hs-home-hero__title{margin:0;color:var(--hs-green);font-size:clamp(40px,5.2vw,72px);line-height:.96;letter-spacing:-.055em;max-width:760px}.hs-home-hero__text{margin-top:24px;max-width:660px;color:var(--hs-text-soft);font-size:clamp(16px,1.4vw,20px);line-height:1.65}.hs-home-hero__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hs-home-hero__badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hs-home-hero__badges span{background:#ffffffad;color:#31423e;border:1px solid var(--hs-border);border-radius:999px;padding:8px 12px;font-size:14px;font-weight:700}.hs-home-hero__visual{position:relative}.hs-home-hero__image{display:block;width:100%;height:auto;border-radius:var(--hs-radius-lg);box-shadow:var(--hs-shadow)}.hs-home-hero__product-card{background:var(--hs-bg-soft);border:1px solid var(--hs-border);border-radius:var(--hs-radius-lg);padding:36px;box-shadow:var(--hs-shadow);transform:rotate(1deg)}.hs-home-hero__product-label{color:var(--hs-green-soft);font-size:12px;font-weight:900;letter-spacing:.16em;margin-bottom:16px}.hs-home-hero__product-title{color:var(--hs-green);font-size:clamp(30px,3vw,44px);line-height:1.05;letter-spacing:-.04em;font-weight:900;max-width:390px}.hs-home-hero__paper{margin-top:30px;background:#f2eadf;border-radius:22px;padding:24px;display:grid;gap:12px}.hs-home-hero__paper div{height:12px;border-radius:999px;background:#d9ccbb}.hs-home-hero__paper div:nth-child(2){width:78%}.hs-home-hero__paper div:nth-child(3){width:56%}.hs-home-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.hs-home-hero__grid span{background:var(--hs-green-light);color:#24413b;border-radius:16px;padding:14px 12px;text-align:center;font-weight:800;font-size:14px}@media screen and (max-width:899px){.hs-section{padding:52px 18px}.hs-home-hero{padding:44px 18px}.hs-home-hero__inner{grid-template-columns:1fr;gap:34px}.hs-home-hero__visual{order:-1}.hs-home-hero__title{font-size:clamp(38px,11vw,54px)}.hs-home-hero__buttons{flex-direction:column}.hs-home-hero__buttons .hs-button{width:100%}.hs-home-hero__badges{gap:8px}.hs-home-hero__badges span{font-size:13px}}.hs-featured-products{background:#fff;padding:78px 24px}.hs-featured-products__header{max-width:1220px;margin:0 auto 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hs-featured-products__copy{max-width:680px}.hs-featured-products__grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.hs-product-card{display:flex;flex-direction:column;height:100%;background:#fffaf3;border:1px solid rgba(16,63,55,.12);border-radius:26px;overflow:hidden;text-decoration:none;color:#142521;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-product-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px #1f302b21;border-color:#103f3738}.hs-product-card__media{background:#f2eadf;aspect-ratio:4 / 3;overflow:hidden}.hs-product-card__image{display:block;width:100%;height:100%;object-fit:cover}.hs-product-card__placeholder{width:100%;height:100%;display:grid;place-items:center;color:#7f947f;font-weight:800}.hs-product-card__content{padding:18px 18px 20px;display:flex;flex-direction:column;flex:1}.hs-product-card__tag{margin-bottom:10px;color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hs-product-card__title{margin:0;color:#103f37;font-size:18px;line-height:1.25;letter-spacing:-.025em}.hs-product-card__price{margin-top:14px;color:#142521;font-size:16px;font-weight:900}.hs-product-card__cta{margin-top:auto;padding-top:18px;color:#103f37;font-size:14px;font-weight:900}@media screen and (max-width:989px){.hs-featured-products__header{align-items:flex-start;flex-direction:column}.hs-featured-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.hs-featured-products{padding:56px 18px}.hs-featured-products__grid{grid-template-columns:1fr}.hs-product-card__title{font-size:17px}}.hs-category-grid{background:#f8f1e7;padding:82px 24px}.hs-category-grid__header{max-width:1220px;margin:0 auto 36px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hs-category-grid__copy{max-width:720px}.hs-category-grid__items{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hs-category-card{position:relative;min-height:230px;padding:28px;border-radius:30px;background:#fffaf3;border:1px solid rgba(16,63,55,.13);color:#142521;text-decoration:none;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-category-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px #1f302b21;border-color:#103f373d}.hs-category-card:after{content:"";position:absolute;right:-40px;bottom:-40px;width:150px;height:150px;border-radius:999px;background:#7f947f29}.hs-category-card__number{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:#eef3eb;color:#103f37;font-size:13px;font-weight:900;margin-bottom:22px}.hs-category-card__title{position:relative;z-index:1;margin:0;color:#103f37;font-size:24px;line-height:1.08;letter-spacing:-.035em}.hs-category-card__text{position:relative;z-index:1;margin:14px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-category-card__link{position:relative;z-index:1;display:inline-flex;margin-top:22px;color:#103f37;font-size:14px;font-weight:900}@media screen and (max-width:989px){.hs-category-grid__header{flex-direction:column;align-items:flex-start}.hs-category-grid__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.hs-category-grid{padding:58px 18px}.hs-category-grid__items{grid-template-columns:1fr}.hs-category-card{min-height:auto;padding:24px}.hs-category-card__title{font-size:22px}}.hs-how-it-works{background:#fff;padding:82px 24px}.hs-how-it-works__inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:52px;align-items:center}.hs-how-it-works__copy{max-width:560px}.hs-how-it-works__steps{display:grid;gap:18px}.hs-step-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding:24px;border-radius:28px;background:#fffaf3;border:1px solid rgba(16,63,55,.12);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-step-card:hover{transform:translateY(-2px);box-shadow:0 18px 48px #1f302b1a;border-color:#103f3738}.hs-step-card__number{width:54px;height:54px;border-radius:999px;background:#eef3eb;color:#103f37;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:15px}.hs-step-card__title{margin:0;color:#103f37;font-size:22px;line-height:1.15;letter-spacing:-.035em}.hs-step-card__text{margin:8px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-how-it-works__note{margin-top:24px;padding:18px 20px;border-radius:22px;background:#eef3eb;color:#24413b;font-size:15px;line-height:1.55;border:1px solid rgba(16,63,55,.1)}@media screen and (max-width:899px){.hs-how-it-works{padding:58px 18px}.hs-how-it-works__inner{grid-template-columns:1fr;gap:34px}.hs-how-it-works__copy{max-width:none}}@media screen and (max-width:599px){.hs-step-card{grid-template-columns:1fr;gap:14px;padding:22px}.hs-step-card__number{width:46px;height:46px}.hs-step-card__title{font-size:20px}}.hs-trust-section{background:radial-gradient(circle at 10% 20%,rgba(127,148,127,.16),transparent 28%),linear-gradient(135deg,#f8f1e7,#efe1d0);padding:82px 24px}.hs-trust-section__inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:52px;align-items:center}.hs-trust-section__copy{max-width:620px}.hs-trust-section__panel{background:#fffaf3;border:1px solid rgba(16,63,55,.13);border-radius:32px;padding:34px;box-shadow:0 24px 70px #1f302b21}.hs-trust-section__list{display:grid;gap:16px;margin:0;padding:0;list-style:none}.hs-trust-section__item{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:flex-start}.hs-trust-section__check{width:40px;height:40px;border-radius:999px;background:#eef3eb;color:#103f37;display:flex;align-items:center;justify-content:center;font-weight:900}.hs-trust-section__item h3{margin:0;color:#103f37;font-size:18px;line-height:1.2;letter-spacing:-.025em}.hs-trust-section__item p{margin:6px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-trust-section__small-note{margin-top:22px;padding-top:20px;border-top:1px solid rgba(16,63,55,.12);color:#6f7d76;font-size:14px;line-height:1.55}@media screen and (max-width:899px){.hs-trust-section{padding:58px 18px}.hs-trust-section__inner{grid-template-columns:1fr;gap:34px}.hs-trust-section__copy{max-width:none}.hs-trust-section__panel{padding:26px}}@media screen and (max-width:599px){.hs-trust-section__item{grid-template-columns:1fr;gap:10px}.hs-trust-section__check{width:36px;height:36px}}.hs-guide-topics{background:#fff;padding:82px 24px}.hs-guide-topics__header{max-width:1220px;margin:0 auto 36px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hs-guide-topics__copy{max-width:760px}.hs-guide-topics__items{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hs-guide-topic-card{display:flex;flex-direction:column;min-height:250px;padding:26px;border-radius:28px;background:#fffaf3;border:1px solid rgba(16,63,55,.12);text-decoration:none;color:#142521;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-guide-topic-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px #1f302b21;border-color:#103f373d}.hs-guide-topic-card__label{margin-bottom:18px;color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hs-guide-topic-card__title{margin:0;color:#103f37;font-size:22px;line-height:1.12;letter-spacing:-.035em}.hs-guide-topic-card__text{margin:14px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-guide-topic-card__link{margin-top:auto;padding-top:22px;color:#103f37;font-size:14px;font-weight:900}@media screen and (max-width:1099px){.hs-guide-topics__items{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:899px){.hs-guide-topics{padding:58px 18px}.hs-guide-topics__header{flex-direction:column;align-items:flex-start}}@media screen and (max-width:599px){.hs-guide-topics__items{grid-template-columns:1fr}.hs-guide-topic-card{min-height:auto;padding:24px}.hs-guide-topic-card__title{font-size:21px}}.hs-final-cta{background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,#103f37,#173c35);padding:86px 24px;color:#fff}.hs-final-cta__inner{max-width:1050px;margin:0 auto;text-align:center}.hs-final-cta__kicker{margin:0 0 16px;color:#ffffffbd;font-size:13px;line-height:1.4;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hs-final-cta__title{margin:0 auto;max-width:840px;color:#fff;font-size:clamp(38px,5vw,68px);line-height:.98;letter-spacing:-.055em}.hs-final-cta__text{margin:24px auto 0;max-width:760px;color:#ffffffd1;font-size:clamp(16px,1.5vw,20px);line-height:1.65}.hs-final-cta__buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:36px}.hs-final-cta__button{min-height:52px;padding:0 28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:900;font-size:15px;transition:transform .18s ease,opacity .18s ease}.hs-final-cta__button:hover{transform:translateY(-1px);opacity:.94}.hs-final-cta__button--primary{background:#fff;color:#103f37}.hs-final-cta__button--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.28)}.hs-final-cta__trust{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:28px}.hs-final-cta__trust span{display:inline-flex;padding:8px 12px;border-radius:999px;background:#ffffff14;color:#ffffffd1;border:1px solid rgba(255,255,255,.14);font-size:14px;font-weight:700}@media screen and (max-width:599px){.hs-final-cta{padding:64px 18px}.hs-final-cta__buttons{flex-direction:column}.hs-final-cta__button{width:100%}}.hs-site-footer{background:#fffaf3;border-top:1px solid rgba(16,63,55,.12);padding:72px 24px 28px}.hs-site-footer__inner{max-width:1220px;margin:0 auto}.hs-site-footer__top{display:grid;grid-template-columns:minmax(260px,1.1fr) repeat(3,minmax(160px,.7fr)) minmax(260px,1fr);gap:36px;align-items:flex-start}.hs-site-footer__brand-title{margin:0;color:#103f37;font-size:28px;line-height:1.05;letter-spacing:-.04em;font-weight:900}.hs-site-footer__brand-text{margin:16px 0 0;color:#3f4f49;font-size:15px;line-height:1.65;max-width:360px}.hs-site-footer__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.hs-site-footer__badges span{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef3eb;color:#24413b;font-size:13px;font-weight:800}.hs-site-footer__heading{margin:0 0 16px;color:#103f37;font-size:16px;line-height:1.2;font-weight:900;letter-spacing:-.02em}.hs-site-footer__links{display:grid;gap:10px}.hs-site-footer__links a{color:#3f4f49;text-decoration:none;font-size:14px;line-height:1.35}.hs-site-footer__links a:hover{color:#103f37;text-decoration:underline;text-underline-offset:3px}.hs-site-footer__newsletter-text{margin:0 0 18px;color:#3f4f49;font-size:15px;line-height:1.6}.hs-site-footer__form{display:flex;gap:10px}.hs-site-footer__input{flex:1;min-width:0;min-height:48px;border-radius:999px;border:1px solid rgba(16,63,55,.16);background:#fff;color:#142521;padding:0 16px;font:inherit}.hs-site-footer__input::placeholder{color:#7a8580}.hs-site-footer__submit{min-height:48px;border:0;border-radius:999px;background:#103f37;color:#fff;padding:0 18px;font-weight:900;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.hs-site-footer__submit:hover{transform:translateY(-1px);opacity:.94}.hs-site-footer__message{margin-top:12px;font-size:14px;line-height:1.45;color:#3f4f49}.hs-site-footer__bottom{margin-top:48px;padding-top:22px;border-top:1px solid rgba(16,63,55,.12);display:flex;align-items:center;justify-content:space-between;gap:18px;color:#6f7d76;font-size:13px}.hs-site-footer__bottom-links{display:flex;flex-wrap:wrap;gap:14px}.hs-site-footer__bottom-links a{color:#6f7d76;text-decoration:none}.hs-site-footer__bottom-links a:hover{color:#103f37;text-decoration:underline;text-underline-offset:3px}@media screen and (max-width:1099px){.hs-site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:699px){.hs-site-footer{padding:56px 18px 26px}.hs-site-footer__top{grid-template-columns:1fr;gap:30px}.hs-site-footer__form{flex-direction:column}.hs-site-footer__submit{width:100%}.hs-site-footer__bottom{flex-direction:column;align-items:flex-start}}.hs-site-footer__top{grid-template-columns:minmax(240px,1.15fr) minmax(140px,.7fr) minmax(150px,.75fr) minmax(150px,.75fr) minmax(240px,.95fr);gap:28px}.hs-site-footer__newsletter{min-width:0}.hs-site-footer__form{width:100%;max-width:100%}.hs-site-footer__input{min-width:0;width:100%}.hs-site-footer__submit{flex:0 0 auto;white-space:nowrap}@media screen and (max-width:1199px){.hs-site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px}.hs-site-footer__newsletter{grid-column:span 2}.hs-site-footer__form{max-width:520px}}@media screen and (max-width:699px){.hs-site-footer__top{grid-template-columns:1fr}.hs-site-footer__newsletter{grid-column:auto}.hs-site-footer__form{max-width:none}}.hs-site-footer__top{grid-template-columns:minmax(260px,1.2fr) minmax(170px,.8fr) minmax(170px,.8fr) minmax(170px,.8fr);gap:34px}.hs-site-footer__newsletter{order:-1;grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.75fr);gap:28px;align-items:center;padding:30px;border-radius:30px;background:#103f37;color:#fff}.hs-site-footer__newsletter .hs-site-footer__heading{color:#fff;font-size:26px;margin-bottom:10px}.hs-site-footer__newsletter-text{color:#ffffffc7;margin:0;max-width:620px}.hs-site-footer__newsletter .hs-site-footer__form{max-width:none}.hs-site-footer__newsletter .hs-site-footer__input{background:#fff;border-color:#ffffff47}.hs-site-footer__newsletter .hs-site-footer__submit{background:#fff;color:#103f37}.hs-site-footer__newsletter .hs-site-footer__message{color:#ffffffd1}@media screen and (max-width:1099px){.hs-site-footer__top{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-site-footer__newsletter{grid-column:1 / -1;grid-template-columns:1fr}}@media screen and (max-width:699px){.hs-site-footer__top{grid-template-columns:1fr}.hs-site-footer__newsletter{padding:24px}}#header-group{border-bottom:1px solid rgba(16,63,55,.1);background:#fffaf3;z-index:50}#header-group header,#header-group header-component{background:#fffaf3}#header-group a{text-decoration:none}#header-group .header,#header-group .header__row,#header-group .header__columns{background:#fffaf3}#header-group .header__heading,#header-group .header__heading-link,#header-group .header-logo,#header-group .header-logo a{color:#103f37;font-weight:900;letter-spacing:-.035em}#header-group nav a,#header-group .menu-list__link,#header-group .header-menu__link{color:#142521;font-weight:650;transition:color .18s ease,opacity .18s ease}#header-group nav a:hover,#header-group .menu-list__link:hover,#header-group .header-menu__link:hover{color:#103f37;opacity:.8}#header-group svg{color:#103f37}#header-group .header-actions,#header-group .header__actions{color:#103f37}#header-group .announcement-bar,#header-group .announcement-bar__message,#header-group [class*=announcement]{background:#103f37;color:#fff}#header-group .announcement-bar a,#header-group [class*=announcement] a{color:#fff;font-weight:800}@media screen and (min-width:900px){#header-group .header,#header-group .header__row{min-height:72px}}@media screen and (max-width:899px){#header-group,#header-group .header,#header-group .header__row,#header-group .header__columns{background:#fffaf3}}body.template-product .content-for-layout,body[class*=template-product] .content-for-layout{background:#fffaf3}body.template-product product-information,body[class*=template-product] product-information{color:#142521}body.template-product h1,body[class*=template-product] h1{color:#103f37;letter-spacing:-.045em;line-height:1.02}body.template-product .price,body[class*=template-product] .price{color:#103f37;font-weight:900}body.template-product .rte,body[class*=template-product] .rte{color:#3f4f49;line-height:1.7}body.template-product .rte h2,body.template-product .rte h3,body[class*=template-product] .rte h2,body[class*=template-product] .rte h3{color:#103f37;letter-spacing:-.025em;margin-top:1.5em}body.template-product .rte ul,body[class*=template-product] .rte ul{padding-left:1.2em}body.template-product .rte li,body[class*=template-product] .rte li{margin-bottom:.45em}body.template-product button[type=submit],body[class*=template-product] button[type=submit],body.template-product .shopify-payment-button__button,body[class*=template-product] .shopify-payment-button__button{border-radius:999px!important;font-weight:900!important}body.template-product [class*=media] img,body[class*=template-product] [class*=media] img{border-radius:22px}body.template-product .shopify-section:has(product-recommendations),body[class*=template-product] .shopify-section:has(product-recommendations){background:#fff;border-top:1px solid rgba(16,63,55,.1)}.hs-product-trust{background:#fff;padding:74px 24px;border-top:1px solid rgba(16,63,55,.1)}.hs-product-trust__inner{max-width:1220px;margin:0 auto}.hs-product-trust__header{max-width:760px;margin-bottom:34px}.hs-product-trust__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.hs-product-trust__card{padding:24px;border-radius:28px;background:#fffaf3;border:1px solid rgba(16,63,55,.12)}.hs-product-trust__icon{width:44px;height:44px;border-radius:999px;background:#eef3eb;color:#103f37;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.hs-product-trust__card h3{margin:0;color:#103f37;font-size:20px;line-height:1.15;letter-spacing:-.03em}.hs-product-trust__card p{margin:10px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-product-trust__note{margin-top:26px;padding:18px 20px;border-radius:22px;background:#eef3eb;color:#24413b;font-size:15px;line-height:1.55;border:1px solid rgba(16,63,55,.1)}@media screen and (max-width:989px){.hs-product-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.hs-product-trust{padding:56px 18px}.hs-product-trust__grid{grid-template-columns:1fr}.hs-product-trust__card{padding:22px}}.hs-product-guides{background:#fffaf3;padding:38px 24px;border-top:1px solid rgba(16,63,55,.1)}.hs-product-guides__inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr);gap:28px;align-items:center}.hs-product-guides__copy{max-width:420px}.hs-product-guides__kicker{margin:0 0 8px;color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-product-guides__title{margin:0;color:#103f37;font-size:clamp(24px,2.4vw,34px);line-height:1.05;letter-spacing:-.04em}.hs-product-guides__text{margin:12px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-product-guides__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hs-product-guide-card{display:flex;flex-direction:column;min-height:128px;padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(16,63,55,.12);color:#142521;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-product-guide-card:hover{transform:translateY(-2px);box-shadow:0 16px 42px #1f302b1a;border-color:#103f3738}.hs-product-guide-card__label{margin-bottom:10px;color:#7f947f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hs-product-guide-card__title{margin:0;color:#103f37;font-size:16px;line-height:1.25;letter-spacing:-.025em}.hs-product-guide-card__link{margin-top:auto;padding-top:14px;color:#103f37;font-size:13px;font-weight:900}@media screen and (max-width:899px){.hs-product-guides{padding:34px 18px}.hs-product-guides__inner{grid-template-columns:1fr;gap:22px}.hs-product-guides__copy{max-width:none}.hs-product-guides__links{grid-template-columns:1fr}.hs-product-guide-card{min-height:auto}}body.template-collection .content-for-layout,body[class*=template-collection] .content-for-layout{background:#fffaf3}body.template-collection h1,body[class*=template-collection] h1{color:#103f37;font-size:clamp(38px,5vw,72px);line-height:.95;letter-spacing:-.06em;max-width:900px}body.template-collection .rte,body[class*=template-collection] .rte{color:#3f4f49;font-size:17px;line-height:1.65;max-width:760px}body.template-collection main-collection,body[class*=template-collection] main-collection{display:block;background:#fffaf3}body.template-collection [class*=product-card],body[class*=template-collection] [class*=product-card]{border-radius:24px}body.template-collection [class*=product-card] img,body[class*=template-collection] [class*=product-card] img{border-radius:20px;transition:transform .22s ease,box-shadow .22s ease}body.template-collection [class*=product-card]:hover img,body[class*=template-collection] [class*=product-card]:hover img{transform:translateY(-2px);box-shadow:0 18px 46px #1f302b1f}body.template-collection [class*=product-title],body[class*=template-collection] [class*=product-title]{color:#103f37;font-weight:800;line-height:1.25}body.template-collection .price,body[class*=template-collection] .price{color:#103f37;font-weight:900}body.template-collection [class*=facets],body[class*=template-collection] [class*=facets],body.template-collection [class*=filter],body[class*=template-collection] [class*=filter]{color:#24413b}.hs-collection-links{background:#fffaf3;padding:0 24px 42px}.hs-collection-links__inner{max-width:1220px;margin:0 auto;padding:24px;border-radius:30px;background:#fff;border:1px solid rgba(16,63,55,.12);display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:26px;align-items:center}.hs-collection-links__kicker{margin:0 0 8px;color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-collection-links__title{margin:0;color:#103f37;font-size:clamp(24px,2.6vw,36px);line-height:1.05;letter-spacing:-.045em}.hs-collection-links__text{margin:12px 0 0;color:#3f4f49;font-size:15px;line-height:1.55}.hs-collection-links__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hs-collection-link-card{display:flex;flex-direction:column;min-height:118px;padding:18px;border-radius:22px;background:#fffaf3;border:1px solid rgba(16,63,55,.1);color:#142521;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-collection-link-card:hover{transform:translateY(-2px);box-shadow:0 16px 42px #1f302b1a;border-color:#103f3738}.hs-collection-link-card__label{margin-bottom:10px;color:#7f947f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hs-collection-link-card__title{margin:0;color:#103f37;font-size:16px;line-height:1.25;letter-spacing:-.025em}.hs-collection-link-card__link{margin-top:auto;padding-top:14px;color:#103f37;font-size:13px;font-weight:900}@media screen and (max-width:899px){.hs-collection-links{padding:0 18px 34px}.hs-collection-links__inner{grid-template-columns:1fr;padding:22px}.hs-collection-links__grid{grid-template-columns:1fr}.hs-collection-link-card{min-height:auto}}.hs-all-products-categories{background:#fffaf3;padding:0 24px 44px}.hs-all-products-categories__inner{max-width:1220px;margin:0 auto}.hs-all-products-categories__header{max-width:760px;margin-bottom:22px}.hs-all-products-categories__kicker{margin:0 0 8px;color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-all-products-categories__title{margin:0;color:#103f37;font-size:clamp(26px,3vw,42px);line-height:1.05;letter-spacing:-.045em}.hs-all-products-categories__text{margin:12px 0 0;color:#3f4f49;font-size:15px;line-height:1.6}.hs-all-products-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hs-all-products-category-card{display:flex;flex-direction:column;min-height:142px;padding:20px;border-radius:26px;background:#fff;border:1px solid rgba(16,63,55,.12);color:#142521;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-all-products-category-card:hover{transform:translateY(-2px);box-shadow:0 18px 46px #1f302b1c;border-color:#103f373d}.hs-all-products-category-card__label{margin-bottom:10px;color:#7f947f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.hs-all-products-category-card__title{margin:0;color:#103f37;font-size:18px;line-height:1.18;letter-spacing:-.03em}.hs-all-products-category-card__text{margin:9px 0 0;color:#3f4f49;font-size:13px;line-height:1.45}.hs-all-products-category-card__link{margin-top:auto;padding-top:14px;color:#103f37;font-size:13px;font-weight:900}@media screen and (max-width:989px){.hs-all-products-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:599px){.hs-all-products-categories{padding:0 18px 34px}.hs-all-products-categories__grid{grid-template-columns:1fr}.hs-all-products-category-card{min-height:auto;padding:18px}}body.template-collection [class*=product-card]:not([class*=gallery]):not([class*=media]),body[class*=template-collection] [class*=product-card]:not([class*=gallery]):not([class*=media]),body.template-product [class*=product-card]:not([class*=gallery]):not([class*=media]),body[class*=template-product] [class*=product-card]:not([class*=gallery]):not([class*=media]){background:#fff;border:1px solid rgba(16,63,55,.1);border-radius:26px;padding:10px 10px 16px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}body.template-collection [class*=product-card]:not([class*=gallery]):not([class*=media]):hover,body[class*=template-collection] [class*=product-card]:not([class*=gallery]):not([class*=media]):hover,body.template-product [class*=product-card]:not([class*=gallery]):not([class*=media]):hover,body[class*=template-product] [class*=product-card]:not([class*=gallery]):not([class*=media]):hover{transform:translateY(-3px);box-shadow:0 20px 54px #1f302b1f;border-color:#103f3738}body.template-collection [class*=product-card] img,body[class*=template-collection] [class*=product-card] img,body.template-product [class*=product-card] img,body[class*=template-product] [class*=product-card] img{width:100%;border-radius:20px;background:#f2eadf}body.template-collection [class*=product-card] a,body[class*=template-collection] [class*=product-card] a,body.template-product [class*=product-card] a,body[class*=template-product] [class*=product-card] a{color:inherit;text-decoration:none}body.template-collection [class*=product-title],body[class*=template-collection] [class*=product-title],body.template-product [class*=product-title],body[class*=template-product] [class*=product-title]{color:#103f37;font-weight:850;font-size:16px;line-height:1.28;letter-spacing:-.025em}body.template-collection .price,body[class*=template-collection] .price,body.template-product .price,body[class*=template-product] .price{color:#103f37;font-weight:900;font-size:15px}body.template-collection [class*=product-card]:not([class*=gallery]):not([class*=media]):after,body[class*=template-collection] [class*=product-card]:not([class*=gallery]):not([class*=media]):after,body.template-product [class*=product-card]:not([class*=gallery]):not([class*=media]):after,body[class*=template-product] [class*=product-card]:not([class*=gallery]):not([class*=media]):after{content:"Digitaler Download";display:inline-flex;width:fit-content;margin-top:10px;padding:6px 9px;border-radius:999px;background:#eef3eb;color:#24413b;font-size:11px;line-height:1;font-weight:900;letter-spacing:.04em;text-transform:uppercase}body.template-collection main-collection,body[class*=template-collection] main-collection{padding-left:24px;padding-right:24px}@media screen and (max-width:749px){body.template-collection main-collection,body[class*=template-collection] main-collection{padding-left:18px;padding-right:18px}body.template-collection [class*=product-card]:not([class*=gallery]):not([class*=media]),body[class*=template-collection] [class*=product-card]:not([class*=gallery]):not([class*=media]),body.template-product [class*=product-card]:not([class*=gallery]):not([class*=media]),body[class*=template-product] [class*=product-card]:not([class*=gallery]):not([class*=media]){padding:8px 8px 14px;border-radius:22px}body.template-collection [class*=product-card] img,body[class*=template-collection] [class*=product-card] img,body.template-product [class*=product-card] img,body[class*=template-product] [class*=product-card] img{border-radius:18px}}.hs-shop-hub{background:#fffaf3;color:#142521}.hs-shop-hub__hero{padding:78px 24px 42px;background:radial-gradient(circle at 85% 12%,rgba(127,148,127,.2),transparent 30%),linear-gradient(135deg,#fffaf3,#f8f1e7)}.hs-shop-hub__hero-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:54px;align-items:center}.hs-shop-hub__kicker{margin:0 0 14px;color:#7f947f;font-size:13px;line-height:1.4;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-shop-hub__title{margin:0;color:#103f37;font-size:clamp(42px,5.4vw,78px);line-height:.95;letter-spacing:-.06em;max-width:860px}.hs-shop-hub__text{margin:24px 0 0;max-width:720px;color:#3f4f49;font-size:clamp(16px,1.45vw,20px);line-height:1.65}.hs-shop-hub__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hs-shop-hub__button{min-height:52px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:900;transition:transform .18s ease,opacity .18s ease}.hs-shop-hub__button:hover{transform:translateY(-1px);opacity:.94}.hs-shop-hub__button--primary{background:#103f37;color:#fff}.hs-shop-hub__button--secondary{background:#fff;color:#103f37;border:1px solid rgba(16,63,55,.14)}.hs-shop-hub__hero-card{background:#fff;border:1px solid rgba(16,63,55,.12);border-radius:34px;padding:34px;box-shadow:0 24px 70px #1f302b1f}.hs-shop-hub__hero-card-label{color:#7f947f;font-size:12px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px}.hs-shop-hub__hero-card-title{margin:0;color:#103f37;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.045em}.hs-shop-hub__hero-card-list{display:grid;gap:12px;margin:26px 0 0;padding:0;list-style:none}.hs-shop-hub__hero-card-list li{display:flex;gap:10px;align-items:flex-start;color:#3f4f49;font-size:15px;line-height:1.45}.hs-shop-hub__hero-card-list li:before{content:"\2713";flex:0 0 auto;width:24px;height:24px;border-radius:999px;background:#eef3eb;color:#103f37;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}.hs-shop-hub__trust{padding:0 24px 54px;background:#f8f1e7}.hs-shop-hub__trust-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hs-shop-hub__trust-item{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid rgba(16,63,55,.12)}.hs-shop-hub__trust-item strong{display:block;color:#103f37;font-size:15px;line-height:1.25;margin-bottom:6px}.hs-shop-hub__trust-item span{display:block;color:#3f4f49;font-size:13px;line-height:1.45}.hs-shop-hub__categories{padding:76px 24px;background:#fff}.hs-shop-hub__section-header{max-width:1220px;margin:0 auto 34px;display:flex;align-items:flex-end;justify-content:space-between;gap:26px}.hs-shop-hub__section-copy{max-width:760px}.hs-shop-hub__section-title{margin:0;color:#103f37;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.05em}.hs-shop-hub__section-text{margin:18px 0 0;color:#3f4f49;font-size:17px;line-height:1.65}.hs-shop-hub__category-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.hs-shop-hub__category-card{min-height:230px;display:flex;flex-direction:column;padding:24px;border-radius:30px;background:#fffaf3;border:1px solid rgba(16,63,55,.12);color:#142521;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hs-shop-hub__category-card:hover{transform:translateY(-3px);box-shadow:0 22px 60px #1f302b21;border-color:#103f373d}.hs-shop-hub__category-label{margin-bottom:14px;color:#7f947f;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-shop-hub__category-title{margin:0;color:#103f37;font-size:22px;line-height:1.1;letter-spacing:-.035em}.hs-shop-hub__category-text{margin:13px 0 0;color:#3f4f49;font-size:14px;line-height:1.55}.hs-shop-hub__category-link{margin-top:auto;padding-top:20px;color:#103f37;font-size:14px;font-weight:900}.hs-shop-hub__start{padding:78px 24px;background:#fffaf3}.hs-shop-hub__start-inner{max-width:1220px;margin:0 auto;padding:34px;border-radius:34px;background:#103f37;color:#fff;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:30px;align-items:center}.hs-shop-hub__start-title{margin:0;color:#fff;font-size:clamp(30px,3.4vw,48px);line-height:1;letter-spacing:-.05em}.hs-shop-hub__start-text{margin:16px 0 0;color:#ffffffc7;font-size:16px;line-height:1.6}.hs-shop-hub__start-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hs-shop-hub__start-card{padding:20px;border-radius:24px;background:#ffffff14;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.14);transition:transform .18s ease,background .18s ease}.hs-shop-hub__start-card:hover{transform:translateY(-2px);background:#ffffff1f}.hs-shop-hub__start-card strong{display:block;color:#fff;font-size:17px;line-height:1.2}.hs-shop-hub__start-card span{display:block;margin-top:12px;color:#ffffffc7;font-size:13px;line-height:1.4}.hs-shop-hub__guide{padding:0 24px 78px;background:#fffaf3}.hs-shop-hub__guide-inner{max-width:1220px;margin:0 auto;padding:30px;border-radius:32px;background:#fff;border:1px solid rgba(16,63,55,.12);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center}.hs-shop-hub__guide-title{margin:0;color:#103f37;font-size:clamp(24px,2.8vw,38px);line-height:1.05;letter-spacing:-.045em}.hs-shop-hub__guide-text{margin:12px 0 0;color:#3f4f49;font-size:15px;line-height:1.6}.hs-shop-hub__final{padding:76px 24px;background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#103f37,#173c35);color:#fff;text-align:center}.hs-shop-hub__final-inner{max-width:900px;margin:0 auto}.hs-shop-hub__final-title{margin:0;color:#fff;font-size:clamp(36px,4.8vw,64px);line-height:.98;letter-spacing:-.055em}.hs-shop-hub__final-text{margin:22px auto 0;max-width:720px;color:#fffc;font-size:17px;line-height:1.65}.hs-shop-hub__final-buttons{margin-top:32px;display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.hs-shop-hub__final .hs-shop-hub__button--primary{background:#fff;color:#103f37}.hs-shop-hub__final .hs-shop-hub__button--secondary{background:#ffffff14;color:#fff;border-color:#ffffff3d}@media screen and (max-width:1099px){.hs-shop-hub__category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-shop-hub__start-grid{grid-template-columns:1fr}}@media screen and (max-width:899px){.hs-shop-hub__hero{padding:54px 18px 34px}.hs-shop-hub__hero-inner{grid-template-columns:1fr;gap:34px}.hs-shop-hub__trust{padding:0 18px 42px}.hs-shop-hub__trust-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.hs-shop-hub__categories,.hs-shop-hub__start,.hs-shop-hub__final{padding:58px 18px}.hs-shop-hub__section-header{flex-direction:column;align-items:flex-start}.hs-shop-hub__start-inner{grid-template-columns:1fr;padding:26px}.hs-shop-hub__guide{padding:0 18px 58px}.hs-shop-hub__guide-inner{grid-template-columns:1fr;padding:24px}}@media screen and (max-width:599px){.hs-shop-hub__buttons,.hs-shop-hub__final-buttons{flex-direction:column}.hs-shop-hub__button{width:100%}.hs-shop-hub__trust-inner,.hs-shop-hub__category-grid{grid-template-columns:1fr}.hs-shop-hub__category-card{min-height:auto}.hs-shop-hub__hero-card{padding:26px}}.hs-contact-page{background:#fffaf3;color:#142521}.hs-contact-page__hero{padding:76px 24px 48px;background:radial-gradient(circle at 85% 14%,rgba(127,148,127,.2),transparent 30%),linear-gradient(135deg,#fffaf3,#f8f1e7)}.hs-contact-page__hero-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:54px;align-items:center}.hs-contact-page__kicker{margin:0 0 14px;color:#7f947f;font-size:13px;line-height:1.4;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.hs-contact-page__title{margin:0;color:#103f37;font-size:clamp(42px,5vw,76px);line-height:.96;letter-spacing:-.06em}.hs-contact-page__text{margin:24px 0 0;max-width:720px;color:#3f4f49;font-size:clamp(16px,1.45vw,20px);line-height:1.65}.hs-contact-page__hero-card{background:#fff;border:1px solid rgba(16,63,55,.12);border-radius:34px;padding:34px;box-shadow:0 24px 70px #1f302b1f}.hs-contact-page__hero-card-title{margin:0;color:#103f37;font-size:clamp(26px,3vw,40px);line-height:1.05;letter-spacing:-.045em}.hs-contact-page__hero-card-list{display:grid;gap:12px;margin:26px 0 0;padding:0;list-style:none}.hs-contact-page__hero-card-list li{display:flex;gap:10px;align-items:flex-start;color:#3f4f49;font-size:15px;line-height:1.45}.hs-contact-page__hero-card-list li:before{content:"\2713";flex:0 0 auto;width:24px;height:24px;border-radius:999px;background:#eef3eb;color:#103f37;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900}.hs-contact-page__main{padding:76px 24px;background:#fff}.hs-contact-page__main-inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;align-items:start}.hs-contact-page__info{padding:34px;border-radius:34px;background:#fffaf3;border:1px solid rgba(16,63,55,.12)}.hs-contact-page__info-title{margin:0;color:#103f37;font-size:clamp(30px,3.4vw,48px);line-height:1;letter-spacing:-.05em}.hs-contact-page__info-text{margin:18px 0 0;color:#3f4f49;font-size:16px;line-height:1.65}.hs-contact-page__info-boxes{display:grid;gap:12px;margin-top:28px}.hs-contact-page__info-box{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid rgba(16,63,55,.1)}.hs-contact-page__info-box strong{display:block;color:#103f37;font-size:15px;line-height:1.25;margin-bottom:6px}.hs-contact-page__info-box span{display:block;color:#3f4f49;font-size:13px;line-height:1.45}.hs-contact-page__form-card{padding:34px;border-radius:34px;background:#fff;border:1px solid rgba(16,63,55,.12);box-shadow:0 20px 60px #1f302b14}.hs-contact-page__form-title{margin:0;color:#103f37;font-size:clamp(28px,3vw,42px);line-height:1.05;letter-spacing:-.045em}.hs-contact-page__form-text{margin:14px 0 26px;color:#3f4f49;font-size:15px;line-height:1.6}.hs-contact-page__form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hs-contact-page__field{display:flex;flex-direction:column;gap:8px}.hs-contact-page__field--full{grid-column:1 / -1}.hs-contact-page__field label{color:#103f37;font-size:13px;font-weight:900}.hs-contact-page__field input,.hs-contact-page__field textarea{width:100%;border:1px solid rgba(16,63,55,.16);border-radius:18px;background:#fffaf3;color:#142521;font-size:15px;line-height:1.4;padding:16px 18px}.hs-contact-page__field textarea{min-height:170px;resize:vertical}.hs-contact-page__field input:focus,.hs-contact-page__field textarea:focus{outline:2px solid rgba(127,148,127,.35);border-color:#103f3759}.hs-contact-page__submit{margin-top:18px;min-height:52px;padding:0 28px;border:0;border-radius:999px;background:#103f37;color:#fff;font-size:15px;font-weight:900;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.hs-contact-page__submit:hover{transform:translateY(-1px);opacity:.94}.hs-contact-page__success{padding:16px 18px;border-radius:18px;background:#eef3eb;color:#103f37;font-weight:800;margin-bottom:18px}.hs-contact-page__errors{padding:16px 18px;border-radius:18px;background:#fff2f0;color:#7a2118;margin-bottom:18px}.hs-contact-page__faq{padding:76px 24px;background:#fffaf3}.hs-contact-page__faq-inner{max-width:1220px;margin:0 auto}.hs-contact-page__faq-header{max-width:760px;margin-bottom:34px}.hs-contact-page__faq-title{margin:0;color:#103f37;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.05em}.hs-contact-page__faq-text{margin:18px 0 0;color:#3f4f49;font-size:17px;line-height:1.65}.hs-contact-page__faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.hs-contact-page__faq-item{padding:24px;border-radius:28px;background:#fff;border:1px solid rgba(16,63,55,.12)}.hs-contact-page__faq-item h3{margin:0;color:#103f37;font-size:20px;line-height:1.2;letter-spacing:-.035em}.hs-contact-page__faq-item p{margin:12px 0 0;color:#3f4f49;font-size:14px;line-height:1.6}.hs-contact-page__final{padding:76px 24px;background:radial-gradient(circle at 85% 15%,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#103f37,#173c35);color:#fff;text-align:center}.hs-contact-page__final-inner{max-width:900px;margin:0 auto}.hs-contact-page__final-title{margin:0;color:#fff;font-size:clamp(36px,4.8vw,64px);line-height:.98;letter-spacing:-.055em}.hs-contact-page__final-text{margin:22px auto 0;max-width:720px;color:#fffc;font-size:17px;line-height:1.65}.hs-contact-page__final-buttons{margin-top:32px;display:flex;justify-content:center;flex-wrap:wrap;gap:14px}.hs-contact-page__button{min-height:52px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:15px;font-weight:900;transition:transform .18s ease,opacity .18s ease}.hs-contact-page__button:hover{transform:translateY(-1px);opacity:.94}.hs-contact-page__button--primary{background:#fff;color:#103f37}.hs-contact-page__button--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.24)}@media screen and (max-width:899px){.hs-contact-page__hero{padding:54px 18px 34px}.hs-contact-page__hero-inner,.hs-contact-page__main-inner{grid-template-columns:1fr;gap:34px}.hs-contact-page__main,.hs-contact-page__faq,.hs-contact-page__final{padding:58px 18px}.hs-contact-page__form-grid,.hs-contact-page__faq-grid{grid-template-columns:1fr}.hs-contact-page__info,.hs-contact-page__form-card{padding:26px}}@media screen and (max-width:599px){.hs-contact-page__final-buttons{flex-direction:column}.hs-contact-page__button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hs-design.css.map */
