.promo-ribbon{background-color:#f8ffa1;border-top:1px solid var(--color-primary);padding:9px var(--section-px);text-align:center}.promo-ribbon__text{margin:0;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-primary);line-height:1.3}.promo-ribbon__link{color:var(--color-primary);font-weight:700;text-decoration:underline;text-underline-offset:3px}.promo-ribbon__link:hover{text-decoration:none}.navbar{position:sticky;top:0;z-index:100;background-color:#ffffffeb;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:clamp(64px,5.5vw,84px);max-width:var(--page-width);margin:0 auto;padding:0 var(--section-px);gap:24px}.navbar__logo{display:flex;align-items:center;flex-shrink:0}.navbar__logo img{height:clamp(28px,3vw,38px);width:auto}.navbar__links{display:flex;align-items:center;gap:clamp(18px,2.8vw,36px);flex:1;justify-content:center}.navbar__link{font-family:var(--font-body);font-size:clamp(.85rem,1.1vw,.95rem);font-weight:500;color:var(--color-text);cursor:pointer;transition:color .15s ease;background:none;border:none;padding:6px 0;display:flex;align-items:center;gap:5px;white-space:nowrap;text-decoration:none;position:relative}.navbar__link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background-color:var(--color-primary);transform:scaleX(0);transform-origin:left center;transition:transform .2s ease}.navbar__link:hover{color:var(--color-primary)}.navbar__link:hover:after{transform:scaleX(1)}.navbar__item{position:relative}.navbar__link--active{color:var(--color-primary)}.navbar__link--current-route{color:var(--color-primary);font-weight:600}.navbar__drop-link--active{background:rgba(0,119,98,.08);color:var(--color-primary);font-weight:600}.navbar__drawer-row--active-route .navbar__drawer-label{color:var(--color-primary);font-weight:600}.navbar__drawer-sub-item--active{color:var(--color-primary);font-weight:600;background:rgba(0,119,98,.06)}.navbar__dropdown{position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);min-width:260px;background:#fff;border-radius:0;box-shadow:0 8px 32px #00000021;padding:10px 0;z-index:300}.navbar__drop-item{padding:0}.navbar__drop-link{display:block;padding:10px 22px;font-family:var(--font-body);font-size:.9rem;font-weight:400;color:var(--color-text);text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .12s}.navbar__drop-link:hover{background:rgba(0,0,0,.04)}.navbar__drop-item--group .navbar__drop-link{font-weight:600;font-size:.92rem}.navbar__drop-item--sub .navbar__drop-link{padding-left:36px;color:#0f1f00b3;font-size:.87rem}.navbar__drawer-sub{list-style:none;margin:0;padding:0;background:#f7f5f0}.navbar__drawer-sub-item{display:block;padding:14px var(--section-px);font-family:var(--font-body);font-size:.95rem;font-weight:400;color:var(--color-text);text-decoration:none;border-bottom:1px solid rgba(15,31,0,.07);cursor:pointer}.navbar__drawer-sub-item--group{font-weight:600}.navbar__drawer-sub-item--sub{padding-left:calc(var(--section-px) + 18px);color:#0f1f00a6;font-size:.9rem}.navbar__cta--desktop{flex-shrink:0}.navbar__mobile-icons{display:none;align-items:center;gap:4px}.navbar__icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--color-text);border-radius:8px;transition:background-color .15s}.navbar__icon-btn:hover{background-color:#0000000d}.navbar__drawer{--navbar-drawer-muted: #faf9f6;--navbar-drawer-divider: rgba(15, 31, 0, .1);position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;background-color:var(--color-white);font-family:var(--font-body);transform:translate(100%);visibility:hidden;pointer-events:none;transition:transform .28s ease,visibility .28s}.navbar__drawer--open{transform:translate(0);visibility:visible;pointer-events:auto}.navbar__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px var(--section-px);min-height:clamp(52px,5vw,68px);border-bottom:1px solid var(--navbar-drawer-divider);flex-shrink:0}.navbar__drawer-logo{display:flex;align-items:center}.navbar__drawer-logo img{height:clamp(26px,3vw,34px);width:auto}.navbar__drawer-header-actions{display:flex;align-items:center;gap:2px}.navbar__drawer-list{list-style:none;margin:0;padding:0;flex:1;overflow-y:auto}.navbar__drawer-row{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px var(--section-px);margin:0;border:none;border-bottom:1px solid var(--navbar-drawer-divider);background-color:var(--color-white);font-family:inherit;font-size:1rem;font-weight:500;color:var(--color-text);text-align:left;cursor:pointer;transition:background-color .15s ease}.navbar__drawer-row:hover{background-color:#00000008}.navbar__drawer-row--accent{background-color:var(--navbar-drawer-muted)}.navbar__drawer-row--accent:hover{background-color:#f3f1ec}.navbar__drawer-label{flex:1}.navbar__drawer-chevron{display:flex;align-items:center;color:var(--color-text);flex-shrink:0;opacity:.85}@media (min-width: 861px){.navbar__drawer{display:none}}@media (max-width: 860px){.navbar__links,.navbar__cta--desktop{display:none}.navbar__mobile-icons{display:flex}}a.navbar__drawer-row{text-decoration:none}.hero-card-anim{opacity:0;will-change:opacity,translate}.hero-card-anim--left{translate:-120px 0}.hero-card-anim--right{translate:120px 0}.hero-card-anim--up{translate:0 36px}.hero-action.hero-card-anim--delay-0{transition-delay:0s,0s,0s,0s}.hero-action.hero-card-anim--delay-1{transition-delay:0s,0s,.2s,.2s}.hero-action.hero-card-anim--delay-2{transition-delay:0s,0s,.4s,.4s}.hero-card-anim.hero-card-anim--visible{opacity:1;translate:0 0}@media (prefers-reduced-motion: reduce){.hero-card-anim,.hero-card-anim--left,.hero-card-anim--right,.hero-card-anim--up{opacity:1;translate:0 0;transition:none}}.hero{background-color:var(--color-white);padding:clamp(32px,5vw,64px) var(--section-px) clamp(48px,6vw,80px);position:relative;overflow:hidden}.hero__inner{max-width:var(--page-width);margin:0 auto;position:relative}.hero__top{display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(32px,5vw,80px);align-items:flex-start;margin-bottom:clamp(28px,4vw,48px)}.hero__headline{margin:0;max-width:12ch}.hero__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;justify-self:end;align-self:flex-start}.hero__bullet{display:flex;align-items:center;gap:12px;font-family:var(--font-body);font-size:clamp(.9rem,1.1vw,1rem);color:var(--color-primary)}.hero__bullet-icon{width:22px;height:22px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.hero__bullet-icon svg{width:100%;height:100%}.hero__features{display:grid;grid-template-columns:1fr 1fr;gap:clamp(12px,1.5vw,18px);margin-bottom:clamp(12px,1.5vw,18px)}.hero-feature{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:clamp(320px,36vw,460px);padding:clamp(22px,2.6vw,32px);text-decoration:none;color:var(--color-primary);overflow:hidden;isolation:isolate;transition:transform .25s ease,opacity .9s cubic-bezier(.22,1,.36,1),translate .9s cubic-bezier(.22,1,.36,1)}.hero-feature:hover{transform:translateY(-2px)}.hero-feature--lavender{background-color:#c8c3da}.hero-feature--sky{background-color:#bcd1de}.hero-feature__title{position:relative;z-index:2;font-family:var(--font-display);font-weight:500;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.05;letter-spacing:-.01em;color:var(--color-white);margin:0;max-width:16ch}.hero-feature__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:1}.hero-feature--lavender .hero-feature__image{object-position:center 70%;mix-blend-mode:multiply;opacity:.96}.hero-feature--sky .hero-feature__image{object-position:center 30%}.hero-feature__badge{position:absolute;right:clamp(24px,4vw,56px);top:38%;transform:translateY(-50%) rotate(-2deg);z-index:3;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:clamp(1.25rem,2.2vw,1.875rem);color:var(--color-primary);display:inline-flex;align-items:center;gap:6px;letter-spacing:-.005em}.hero-feature__badge-arrow{font-size:1.3em;line-height:.9;color:#d4b85b;font-style:normal}.hero-feature__badge-tag{display:inline-flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fbf6a4;font-family:var(--font-body);font-style:normal;font-size:.6em;font-weight:700;padding:4px 9px;border-radius:var(--radius-pill);letter-spacing:.04em;text-transform:lowercase}.hero-feature__watermark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:500;font-size:clamp(8rem,22vw,18rem);color:var(--color-white);line-height:1;letter-spacing:-.05em;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.hero-feature__cta{position:relative;z-index:4;align-self:flex-start;display:inline-flex;align-items:center;gap:10px;background-color:var(--color-primary);color:var(--color-white);font-family:var(--font-body);font-weight:500;font-size:.95rem;padding:12px 22px;border-radius:var(--radius-pill);margin-top:auto;transition:background-color .2s ease}.hero-feature:hover .hero-feature__cta{background-color:var(--btn-primary-hover)}.hero-feature__cta-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.hero-feature__cta-icon svg{width:100%;height:100%}.hero__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(12px,1.5vw,18px)}.hero-action{display:flex;align-items:center;gap:clamp(12px,1.6vw,18px);padding:clamp(18px,2vw,22px) clamp(18px,2vw,24px);text-decoration:none;color:var(--color-primary);transition:transform .2s ease,background-color .2s ease,opacity .9s cubic-bezier(.22,1,.36,1),translate .9s cubic-bezier(.22,1,.36,1)}.hero-action--gray{background-color:#ece9e3}.hero-action--yellow{background-color:#f8ffa1}.hero-action--lavender{background-color:#c8c3da;color:var(--color-white)}.hero-action:hover{transform:translateY(-2px)}.hero-action--gray:hover{background-color:#e3e0d8}.hero-action--yellow:hover{background-color:#efff7a}.hero-action--lavender:hover{background-color:#b8b3cf}.hero-action__icon{width:42px;height:42px;flex-shrink:0;background-color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.hero-action__icon svg{width:22px;height:22px}.hero-action__avatar{width:56px;height:56px;flex-shrink:0;object-fit:cover;object-position:center top}.hero-action__avatar--product{background-color:var(--color-white);object-fit:contain;padding:4px}.hero-action__label{flex:1;font-family:var(--font-display);font-weight:500;font-size:clamp(1rem,1.4vw,1.25rem);line-height:1.2;letter-spacing:-.005em}.hero-action__arrow{width:40px;height:40px;flex-shrink:0;background-color:var(--color-primary);color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;border-radius:999px;transition:transform .2s ease}.hero-action__arrow svg{width:16px;height:16px}.hero-action:hover .hero-action__arrow{transform:translate(3px)}@media (max-width: 960px){.hero__top{grid-template-columns:1fr;gap:24px}.hero__bullets{justify-self:start}.hero__features,.hero__actions{grid-template-columns:1fr}.hero-feature{min-height:clamp(280px,60vw,360px)}}@media (max-width: 600px){.hero{padding-top:24px;padding-bottom:36px}.hero__headline{max-width:100%;font-size:clamp(2.25rem,11vw,3rem);line-height:1.04}.hero__bullets{gap:10px}.hero__bullet{font-size:.95rem}.hero-feature{min-height:260px;padding:18px}.hero-feature__title{font-size:1.5rem;line-height:1.1;max-width:100%}.hero-feature__badge{top:18px;right:18px;transform:rotate(-2deg);font-size:1.05rem}.hero-feature__badge-tag{padding:3px 7px}.hero-feature__watermark{font-size:clamp(6rem,26vw,9rem)}.hero-feature__cta{font-size:.9rem;padding:10px 18px}.hero-action{padding:14px 16px;gap:12px}.hero-action__icon,.hero-action__avatar{width:40px;height:40px}.hero-action__avatar{width:44px;height:44px}.hero-action__label{font-size:1rem;line-height:1.25}.hero-action__arrow{width:34px;height:34px}.hero-action__arrow svg{width:14px;height:14px}}.gallery{background-color:var(--color-white);padding:var(--section-py) 0;scroll-margin-top:80px}.gallery__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--section-px)}.gallery__header{display:flex;flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:clamp(36px,4vw,56px)}.gallery__title-row{display:flex;flex-direction:row;align-items:baseline;gap:clamp(16px,2vw,32px);flex-wrap:nowrap;width:100%}.gallery__title{margin:0;white-space:nowrap}.gallery__title em{font-style:italic;color:var(--color-primary)}@media (max-width: 760px){.gallery__title-row{flex-wrap:wrap;gap:10px}.gallery__title{white-space:normal}}.gallery__lede{font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.55;color:var(--color-text-muted);margin:0}.gallery__carousel{position:relative}.gallery__track{display:flex;gap:clamp(16px,1.8vw,24px);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 0 16px;scrollbar-width:none}.gallery__track::-webkit-scrollbar{display:none}.gallery__track-cell{flex:0 0 clamp(280px,23vw,320px);scroll-snap-align:start;min-width:0}.product-card{width:100%;background-color:var(--color-white);display:flex;flex-direction:column;min-width:0}@media (max-width: 760px){.gallery__inner{max-width:100%;padding:0 16px}}@media (max-width: 600px){.gallery__track-cell{flex-basis:100%;max-width:100%;width:100%}.product-card__ctas{width:100%}.product-card__primary,.product-card__secondary{flex:1 1 0;min-width:0;padding:12px 16px;font-size:.95rem;text-align:center}}.product-card__photo{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:clamp(20px,3vw,36px);background-color:var(--color-white);border:1px solid var(--color-border)}.product-card__photo img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 12px 26px rgba(0,0,0,.08))}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;background-color:#fbf6a4;color:var(--color-primary);font-family:var(--font-body);font-size:.78rem;font-weight:500;padding:5px 12px;border-radius:var(--radius-pill)}.product-card__body{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:clamp(16px,1.6vw,20px) 0 0}.product-card__status{display:inline-flex;align-items:center;gap:8px;background-color:#e3f0e6;color:var(--color-primary);font-family:var(--font-body);font-size:.82rem;font-weight:500;padding:6px 14px 6px 12px;border-radius:var(--radius-pill)}.product-card__status-dot{width:7px;height:7px;border-radius:50%;background-color:#21a36c;flex-shrink:0}.product-card__title{font-family:var(--font-display);font-weight:500;font-size:clamp(1.5rem,1.9vw,1.875rem);line-height:1.15;letter-spacing:-.01em;color:var(--color-heading);margin:6px 0 0}.product-card__generic{font-family:var(--font-body);font-size:.95rem;color:var(--color-text-muted);margin:0 0 12px}.product-card__ctas{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:8px}.product-card__primary,.product-card__secondary{padding:11px 18px;font-size:.9rem;border-radius:var(--radius-pill);flex:0 0 auto}.product-card .product-card__secondary{background-color:var(--color-white);color:var(--color-primary);border:1px solid rgba(14,14,14,.16);font-weight:500;box-shadow:none}.product-card .product-card__secondary:hover{background-color:var(--color-white);border-color:var(--color-primary);transform:translateY(-1px)}.product-card__safety{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--color-primary);text-decoration:underline;text-underline-offset:3px;margin-top:14px}.product-card__safety:hover{color:var(--color-primary-mid)}.gallery__controls{display:flex;justify-content:flex-end;gap:10px;margin-top:clamp(16px,2vw,24px)}.gallery__arrow{width:44px;height:44px;border-radius:999px;border:1px solid var(--color-border);background-color:var(--color-white);color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.gallery__arrow:hover{background-color:var(--color-cream-deep);border-color:var(--color-primary)}.gallery__arrow svg{width:18px;height:18px}.timeline{position:relative;background-color:var(--color-cream-deep);padding-bottom:clamp(48px,8vw,96px)}.timeline__photo{position:relative;width:100%;aspect-ratio:32 / 9;min-height:clamp(220px,32vw,420px);max-height:480px;overflow:hidden}.timeline__photo img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.timeline__photo-caption{position:absolute;top:clamp(16px,3vw,32px);right:clamp(20px,5vw,64px);font-family:var(--font-body);font-size:.78rem;font-weight:500;color:#ffffffd9;letter-spacing:.02em;max-width:18ch;text-align:right;line-height:1.4}.timeline__card{position:relative;max-width:min(1080px,calc(100vw - 2 * var(--section-px)));margin:clamp(-80px,-8vw,-140px) auto 0;background-color:var(--color-white);padding:clamp(32px,4vw,64px) clamp(28px,4vw,64px);z-index:2}.timeline__inner{display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(28px,5vw,80px);align-items:flex-start}.timeline__lead{position:sticky;top:clamp(88px,12vh,140px);align-self:flex-start}.timeline__heading{font-family:var(--font-display);font-weight:500;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.15;letter-spacing:-.01em;color:var(--color-heading);margin:0 0 16px}.timeline__sub{font-family:var(--font-body);font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.5;color:var(--color-text-muted);margin:0;max-width:38ch}.timeline__steps{position:relative}.timeline__steps-header{display:flex;align-items:center;gap:14px;padding-bottom:clamp(18px,2.5vw,28px);border-bottom:1px solid var(--color-border)}.timeline__flag{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:var(--color-primary)}.timeline__flag svg{width:100%;height:100%}.timeline__steps-title{margin:0;font-family:var(--font-body);font-weight:600;font-size:clamp(.95rem,1.15vw,1.05rem);color:var(--color-heading)}.timeline__list{list-style:none;padding:0;margin:0;position:relative}.timeline__list:before{content:"";position:absolute;left:5px;top:24px;bottom:24px;width:0;border-left:1.5px dashed #21a36c;z-index:0}.timeline-step{position:relative;padding:clamp(18px,2vw,22px) 0 clamp(18px,2vw,22px) clamp(24px,3vw,32px);border-bottom:1px solid var(--color-border)}.timeline-step--last{border-bottom:none}.timeline-step__bullet{position:absolute;left:0;top:clamp(28px,2.5vw,34px);width:12px;height:12px;border-radius:50%;background-color:#21a36c;border:2px solid var(--color-white);box-shadow:0 0 0 1px #21a36c;z-index:1}.timeline-step__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;padding:0;cursor:pointer;text-align:left;color:var(--color-heading)}.timeline-step__title{font-family:var(--font-body);font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:600;line-height:1.35}.timeline-step__chevron{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.timeline-step__chevron svg{width:100%;height:100%}.timeline-step__panel{overflow:hidden;max-height:0;transition:max-height .35s ease}.timeline-step--open .timeline-step__panel{max-height:800px}.timeline-step__panel-inner{padding-top:14px;display:flex;flex-direction:column;gap:14px}.timeline-step__body{font-family:var(--font-body);font-size:clamp(.9rem,1.1vw,.95rem);line-height:1.55;color:var(--color-text-muted);margin:0;max-width:56ch}.timeline-step__image{width:100%;max-width:460px;aspect-ratio:16 / 9;object-fit:cover;background-color:var(--color-cream-deep);display:block}@media (max-width: 860px){.timeline__inner{grid-template-columns:1fr;gap:28px}.timeline__lead{position:static}.timeline__photo{aspect-ratio:16 / 11;max-height:320px}.timeline__card{margin-top:-56px;padding:28px 22px}}.timeline--page{padding-top:0}.plan-includes{background-color:var(--color-white);padding:var(--section-py) var(--section-px)}.plan-includes__inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-direction:column;gap:clamp(64px,8vw,120px)}.plan-block{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,80px);align-items:stretch}.plan-block--image-left .plan-block__visual{order:1}.plan-block--image-left .plan-block__copy{order:2}.plan-block--image-right .plan-block__copy{order:1}.plan-block--image-right .plan-block__visual{order:2}.plan-block__visual{position:relative;background-color:#c8c3da;width:100%;min-height:280px;overflow:hidden}.plan-block__visual img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;mix-blend-mode:multiply}.plan-block__visual--products img{mix-blend-mode:normal;object-position:center 35%}.plan-chat{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:8px;background-color:#fffffff0;color:var(--color-primary);font-family:var(--font-body);font-size:.82rem;padding:8px 14px 8px 8px;border-radius:var(--radius-pill);box-shadow:0 6px 18px #0b06202e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.plan-chat--top{top:clamp(18%,22%,28%);right:clamp(8%,6%,4%)}.plan-chat--bottom{bottom:clamp(12%,16%,22%);right:clamp(14%,14%,14%)}.plan-chat__avatar{width:22px;height:22px;border-radius:999px;background:linear-gradient(135deg,#fbf6a4,#f0d54a);flex-shrink:0}.plan-chat__text{white-space:nowrap}.plan-chat__text strong{font-weight:600}.plan-block__copy{max-width:480px;align-self:center;display:flex;flex-direction:column;gap:clamp(18px,2vw,24px)}.plan-block__title{font-family:var(--font-display);font-weight:500;font-size:clamp(1.6rem,3vw,2.5rem);line-height:1.1;letter-spacing:var(--display-tracking);color:var(--color-heading);margin:0}.plan-block__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.plan-block__list--compact{gap:12px}.plan-block__item{display:flex;align-items:flex-start;gap:12px;font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1rem);line-height:1.45;color:var(--color-primary)}.plan-block__icon{width:22px;height:22px;flex-shrink:0;margin-top:1px;color:var(--color-primary);display:inline-flex;align-items:center;justify-content:center}.plan-block__icon svg{width:100%;height:100%}.plan-block__cta{align-self:stretch;justify-content:center;padding:14px 24px}@media (max-width: 860px){.plan-block{grid-template-columns:1fr;gap:32px}.plan-block--image-left .plan-block__visual,.plan-block--image-right .plan-block__visual{order:1;justify-self:stretch;max-width:100%}.plan-block--image-left .plan-block__copy,.plan-block--image-right .plan-block__copy{order:2;max-width:100%}}.testimonials{position:relative;overflow:hidden;margin-top:clamp(32px,4vw,56px)}.testimonials:before{content:"";position:absolute;left:0;right:0;top:clamp(28px,4vw,56px);bottom:0;background-color:#e4e5f1;z-index:0}.testimonials__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--section-px);position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:clamp(32px,5vw,80px);align-items:center}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,1.4vw,18px);height:clamp(420px,56vw,620px);position:relative}.testimonials__column{position:relative;overflow:hidden}.testimonials__column-track{display:flex;flex-direction:column;gap:clamp(10px,1.4vw,18px);will-change:transform}.testimonials__column--up .testimonials__column-track{animation:tm-scroll-up var(--col-duration, 40s) linear infinite}.testimonials__column--down .testimonials__column-track{animation:tm-scroll-down var(--col-duration, 40s) linear infinite}@keyframes tm-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes tm-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.member-tile{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background-color:var(--color-cream-deep);flex-shrink:0}.member-tile img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.member-tile__badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:6px;background-color:#0e0e0ec7;color:var(--color-white);font-family:var(--font-body);font-size:.75rem;font-weight:500;padding:4px 10px 4px 12px;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.member-tile__name{font-weight:600}.member-tile__role{opacity:.85}.member-tile__check{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#fffffff2}.member-tile__check svg{width:100%;height:100%}.testimonials__copy{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.testimonials__love{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.95rem;color:var(--color-text-muted);margin:0 0 6px}.testimonials__love-icon{width:18px;height:18px;color:#21a36c;display:inline-flex;align-items:center;justify-content:center}.testimonials__love-icon svg{width:100%;height:100%}.testimonials__stat{font-family:var(--font-display);font-weight:500;font-size:clamp(2.4rem,5vw,4rem);line-height:1;letter-spacing:-.02em;color:var(--color-heading);margin:0}.testimonials__stat-sub{font-family:var(--font-body);font-size:clamp(1rem,1.3vw,1.125rem);color:var(--color-primary);margin:0 0 clamp(28px,4vw,44px)}.testimonials__quote-block{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.testimonials__hear{font-family:var(--font-body);font-size:.95rem;font-weight:500;color:var(--color-primary);margin:0}.testimonials__quote{font-family:var(--font-display);font-weight:500;font-size:clamp(1.25rem,1.9vw,1.75rem);line-height:1.25;letter-spacing:-.005em;color:var(--color-heading);margin:0;max-width:22ch}.testimonials__quote-mark{color:var(--color-primary)}.testimonials__attribution{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-body);font-size:.9rem;color:var(--color-text-muted);margin:8px 0 0}.testimonials__attribution-name{color:var(--color-primary);font-weight:600}.testimonials__attribution-check{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#21a36c}.testimonials__attribution-check svg{width:100%;height:100%}.testimonials__column:hover .testimonials__column-track{animation-play-state:paused}@media (prefers-reduced-motion: reduce){.testimonials__column-track{animation:none}}@media (max-width: 960px){.testimonials__inner{grid-template-columns:1fr;gap:36px}.testimonials__grid{height:clamp(360px,80vw,520px)}}@media (max-width: 600px){.testimonials__grid{height:clamp(320px,110vw,480px)}.member-tile__badge{font-size:.6rem;padding:3px 8px;gap:4px;top:8px;left:8px}.member-tile__role,.member-tile__check{display:none}.testimonials__stat{font-size:clamp(2rem,11vw,2.75rem);line-height:1}.testimonials__stat-sub,.testimonials__love,.testimonials__hear{font-size:.9rem}.testimonials__quote{font-size:1.1rem;line-height:1.4;max-width:100%}.testimonials__attribution{font-size:.85rem}.testimonials:before{left:-1px;right:-1px}}.faq{background-color:var(--color-cream);padding:var(--section-py) var(--section-px)}.faq__inner{max-width:min(880px,var(--page-width));margin:0 auto}.faq__header{text-align:left;margin-bottom:clamp(32px,4vw,56px);display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,1.5vw,18px)}.faq__title{font-family:var(--font-display);font-style:normal;font-weight:500;font-size:var(--section-heading-size);color:var(--color-heading);letter-spacing:var(--display-tracking);line-height:1.05;margin:0}.faq__view-all{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:color .15s}.faq__view-all:hover{color:var(--color-primary-mid)}.faq__view-all-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.faq__view-all-arrow svg{width:18px;height:18px;stroke:var(--color-primary)}.faq__list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item:first-child{border-top:1px solid var(--color-border)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:clamp(20px,2.5vw,28px) 0;background:none;border:none;cursor:pointer;text-align:left}.faq-item__question{font-family:var(--font-display);font-size:clamp(1.05rem,1.6vw,1.35rem);font-weight:500;color:var(--color-heading);line-height:1.3;transition:color .15s ease;letter-spacing:-.005em}.faq-item__trigger:hover .faq-item__question{color:#1a1a1a}.faq-item__plus{flex-shrink:0;width:36px;height:36px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:300;line-height:1;transition:background-color .2s ease,transform .2s ease;font-family:var(--font-body)}.faq-item--open .faq-item__plus{background-color:var(--color-primary-mid)}.faq-item__answer{overflow:hidden;max-height:0;transition:max-height .3s ease}.faq-item--open .faq-item__answer{max-height:6000px}.faq-item__answer-inner{padding-bottom:clamp(20px,2.5vw,28px);font-size:clamp(.95rem,1.2vw,1rem);line-height:1.6;color:var(--color-text-muted);white-space:pre-line;max-width:64ch}.faq__footnote{margin-top:clamp(16px,2vw,24px);font-size:clamp(.7rem,1vw,.78rem);color:var(--marketing-section-text);text-align:left}.storage-prefs{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;justify-content:flex-end;align-items:stretch;pointer-events:none}.storage-prefs__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;margin:0;background:rgba(0,0,0,.45);cursor:pointer;pointer-events:auto}.storage-prefs__panel{position:relative;width:min(100vw,max(400px,50vw));max-width:100%;background:#fff;box-shadow:-8px 0 32px #0000001f;display:flex;flex-direction:column;pointer-events:auto;animation:storage-prefs-slide-in .28s ease-out;overflow-y:auto}@keyframes storage-prefs-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.storage-prefs__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:1.25rem 1.25rem .75rem;flex-shrink:0}.storage-prefs__title{margin:0;font-family:var(--font-body);font-size:1.125rem;font-weight:700;color:#1a1a1a;line-height:1.3}.storage-prefs__close{flex-shrink:0;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#333;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;margin:-4px -6px 0 0;transition:background .15s}.storage-prefs__close:hover{background:rgba(0,0,0,.06)}.storage-prefs__intro{margin:0;padding:0 1.25rem 1rem;font-family:var(--font-body);font-size:.8125rem;line-height:1.55;color:#5c5c5c}.storage-prefs__sections{flex:1;padding:0 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.storage-prefs__section{padding-bottom:1.25rem;border-bottom:1px solid rgba(0,0,0,.08)}.storage-prefs__section:last-of-type{border-bottom:none}.storage-prefs__section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:.5rem}.storage-prefs__section-title{margin:0;font-family:var(--font-body);font-size:.9375rem;font-weight:700;color:#1a1a1a}.storage-prefs__section-desc{margin:0 0 .5rem;font-family:var(--font-body);font-size:.8125rem;line-height:1.5;color:#4a4a4a}.storage-prefs__disclosure{font-family:var(--font-body);font-size:.8125rem;font-weight:600;color:var(--color-primary);text-decoration:none}.storage-prefs__disclosure:hover{text-decoration:underline}.storage-prefs__toggle{flex-shrink:0;width:48px;height:28px;border-radius:999px;border:none;padding:2px;background:#d8d8d8;cursor:pointer;position:relative;transition:background .2s}.storage-prefs__toggle--on{background:#2d8a6e}.storage-prefs__toggle--disabled{cursor:not-allowed;opacity:1}.storage-prefs__toggle-knob{display:block;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003;transition:transform .2s;transform:translate(0)}.storage-prefs__toggle--on .storage-prefs__toggle-knob{transform:translate(20px)}.storage-prefs__footer{padding:1.25rem;flex-shrink:0;border-top:1px solid rgba(0,0,0,.08);margin-top:auto}.storage-prefs__save{width:100%;border:none;border-radius:6px;padding:.85rem 1rem;font-family:var(--font-body);font-size:.9375rem;font-weight:600;color:#fff;background:#1e5c4a;cursor:pointer;transition:opacity .15s,background .15s}.storage-prefs__save:hover{background:#174a3c}.storage-prefs__osano{margin:.75rem 0 0;text-align:center;font-family:var(--font-body);font-size:.6875rem;color:#888}@media (max-width: 480px){.storage-prefs__panel{width:100vw}}.footer{background-color:#0e0e0e;color:var(--color-white);padding:clamp(48px,6vw,80px) var(--section-px) 0;position:relative;overflow:hidden}.footer__inner{max-width:var(--page-width);margin:0 auto;position:relative;z-index:1}.footer__top{display:grid;grid-template-columns:min(400px,38%) 1fr;gap:clamp(24px,5vw,64px);padding-bottom:clamp(32px,5vw,56px);align-items:start}.footer__brand-card{background-color:var(--color-cream);border-radius:var(--radius-card-lg);padding:clamp(28px,3.4vw,40px);display:flex;flex-direction:column;align-items:flex-start;align-self:start}.footer__wordmark{height:clamp(44px,6vw,68px);width:auto;display:block;margin-bottom:clamp(12px,2vw,20px)}.footer__email{font-size:clamp(.875rem,1.2vw,.95rem);font-weight:500;color:var(--color-primary);text-decoration:underline;text-underline-offset:3px;cursor:pointer;line-height:1.5;margin-bottom:clamp(6px,1vw,10px)}.footer__phone{font-size:clamp(.875rem,1.2vw,.95rem);color:var(--color-text-muted);font-weight:400;line-height:1.5;margin-bottom:clamp(20px,2.5vw,28px)}.footer__brand-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;text-decoration:none;padding:clamp(14px,1.8vw,18px) 24px;border:none;border-radius:var(--radius-pill);background-color:var(--color-primary);color:var(--color-white);font-family:var(--font-body);font-size:clamp(.9rem,1.1vw,1rem);font-weight:500;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.footer__brand-cta:hover{background-color:var(--btn-primary-hover);transform:translateY(-1px)}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;position:relative;z-index:2}.footer__nav-item{border-bottom:1px solid rgba(255,255,255,.12)}.footer__nav-item:first-child{border-top:1px solid rgba(255,255,255,.12)}.footer__nav-link{display:block;padding:clamp(12px,1.8vw,16px) 4px;font-size:clamp(.85rem,1.3vw,.925rem);font-weight:400;color:#ffffffd9;cursor:default;transition:color .15s}.footer__nav-link:hover{color:var(--color-white)}.footer__badges{display:flex;align-items:center;justify-content:center;gap:clamp(16px,3vw,32px);padding:clamp(28px,4vw,44px) 0 clamp(24px,3vw,36px);flex-wrap:wrap}.footer__badge-compound,.footer__badge-hipaa{width:clamp(56px,7vw,80px);height:clamp(56px,7vw,80px);flex-shrink:0}.footer__badge-compound svg,.footer__badge-hipaa svg{width:100%;height:100%}.footer__badge-img{height:clamp(56px,7vw,80px);width:auto;opacity:.85}.footer__legal{font-size:clamp(.68rem,1vw,.72rem);line-height:1.7;color:#ffffff73;text-align:center;max-width:min(860px,var(--page-width));margin:0 auto clamp(20px,3vw,28px)}.footer__privacy-links{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(4px,.8vw,6px) clamp(10px,2vw,18px);padding-bottom:clamp(20px,3vw,32px)}.footer__privacy-link{font-size:clamp(.68rem,1vw,.72rem);color:#ffffff80;cursor:default;transition:color .15s}.footer__privacy-link:hover{color:#fffc}a.footer__privacy-link{color:#ffffff8c;text-decoration:underline;text-underline-offset:2px;cursor:pointer}a.footer__privacy-link:hover{color:#ffffffe6}button.footer__privacy-link--button{font:inherit;background:none;border:none;padding:0;color:#ffffff8c;text-decoration:underline;text-underline-offset:2px;cursor:pointer}button.footer__privacy-link--button:hover{color:#ffffffe6}.footer__watermark{font-family:var(--framer-font-family-italic);font-feature-settings:var(--framer-font-open-type-features);font-style:italic;font-weight:600;font-size:clamp(4rem,18vw,16rem);color:#ffffff0f;text-align:center;line-height:.85;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.02em;overflow:hidden;margin:0 calc(-1 * var(--section-px))}.footer__bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:clamp(14px,2vw,20px) 0 clamp(20px,3vw,28px);border-top:1px solid rgba(255,255,255,.1);gap:16px;flex-wrap:wrap}.footer__copyright{font-size:clamp(.7rem,1.1vw,.78rem);color:#ffffff73}.footer__social{display:flex;gap:10px;align-items:center}.footer__social-btn{width:38px;height:38px;border-radius:999px;border:none;background-color:#ffffff1a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s,transform .15s}.footer__social-btn:active{transform:scale(.96)}.footer__social-btn:hover{background-color:#ffffff38}.footer__social-btn svg{width:15px;height:15px;fill:#ffffffd9;color:#ffffffd9}@media (max-width: 640px){.footer__top{grid-template-columns:1fr;gap:28px}.footer__bottom-bar{flex-direction:column;align-items:flex-start;gap:14px}}a.footer__nav-link{text-decoration:none;cursor:pointer}.g1hero{background-color:var(--color-white);padding:clamp(40px,5vw,72px) var(--section-px) 0;position:relative;isolation:isolate;display:flow-root}.g1hero:after{content:"";position:absolute;left:0;right:0;bottom:0;height:clamp(260px,19vw,340px);background-color:var(--color-cream-deep);z-index:-1}.g1hero__inner{max-width:var(--page-width);margin:0 auto;position:relative}.g1hero__top{display:grid;grid-template-columns:1.3fr 1fr;gap:clamp(32px,5vw,80px);align-items:flex-start;margin-bottom:clamp(32px,4vw,56px)}.g1hero__lead{display:flex;flex-direction:column;gap:clamp(20px,2.4vw,28px)}.g1hero__headline{font-family:var(--font-display);font-weight:500;font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;letter-spacing:var(--display-tracking);color:var(--color-heading);margin:0;max-width:18ch}.g1hero__ctas{display:flex;flex-wrap:wrap;gap:12px}.g1hero__cta{padding:14px 28px}.g1hero__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:clamp(14px,1.8vw,22px);border-top:1px solid var(--color-border);padding-top:clamp(8px,1vw,14px)}.g1hero__bullet{display:flex;align-items:flex-start;gap:14px;font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1.05rem);line-height:1.4;color:var(--color-primary);border-bottom:1px solid var(--color-border);padding-bottom:clamp(14px,1.8vw,22px)}.g1hero__bullet:last-child{border-bottom:none;padding-bottom:0}.g1hero__bullet-icon{flex-shrink:0;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);margin-top:1px}.g1hero__bullet-icon svg{width:100%;height:100%}.g1hero__bullet-text{flex:1}.g1hero__photo-wrap{position:relative;width:100%;height:456px;overflow:visible}.g1hero__photo-wrap--anim{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.g1hero__photo-wrap--anim.g1hero__reveal--in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.g1hero__photo-wrap--anim{opacity:1;transform:none;transition:none}}.g1hero__photo-main{width:100%;height:100%;object-fit:cover;object-position:center 25%;display:block}.g1hero__photo-bottles{position:absolute;top:clamp(16px,2vw,28px);left:clamp(20px,4vw,64px);width:clamp(260px,30vw,400px);height:auto;max-height:240px;object-fit:contain;object-position:left top;pointer-events:none;filter:drop-shadow(0 24px 36px rgba(0,0,0,.25));z-index:4}.g1hero__includes{position:relative;z-index:3;width:min(900px,76%);margin:clamp(-180px,-16vw,-240px) auto clamp(32px,4vw,56px);padding:clamp(28px,3.4vw,44px) clamp(28px,4vw,56px);background-color:var(--color-white)}.g1hero__includes--anim{opacity:0;transform:translateY(180px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.g1hero__includes--trails{transition-delay:.2s}.g1hero__includes--anim.g1hero__reveal--in-view{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.g1hero__includes--anim{opacity:1;transform:none;transition:none}}.g1hero__includes-label{font-family:var(--font-body);font-weight:600;font-size:clamp(1rem,1.2vw,1.05rem);color:var(--color-primary);margin:0 0 clamp(20px,2.4vw,32px);text-align:center}.g1hero__includes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,2.4vw,36px);max-width:880px;margin:0 auto}.g1hero__include{display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(12px,1.4vw,18px)}.g1hero__include-icon{flex-shrink:0;width:56px;height:56px;border-radius:999px;background-color:var(--color-cream-deep);display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.g1hero__include-icon svg{width:26px;height:26px}.g1hero__include-label{font-family:var(--font-body);font-weight:600;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.3;color:var(--color-primary);white-space:pre-line}@media (max-width: 960px){.g1hero__top{grid-template-columns:1fr;gap:28px}.g1hero__photo-wrap{height:380px}.g1hero__includes{width:min(900px,90%)}.g1hero__includes-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.g1hero__photo-wrap{height:300px}.g1hero__photo-bottles{width:42vw;max-height:150px;top:16px}.g1hero__includes{width:92%;margin-top:clamp(-100px,-12vw,-140px)}}.g1rb{background-color:var(--color-white);padding:var(--section-py) var(--section-px)}.g1rb__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:45% 1fr;gap:clamp(40px,6vw,96px);align-items:center}.g1rb__img-wrap{overflow:hidden;line-height:0;width:min(100%,var(--marketing-page-image-size));max-width:var(--marketing-page-image-size);justify-self:start}.g1rb__img-wrap img{width:100%;aspect-ratio:1 / 1;max-height:var(--marketing-page-image-size);object-fit:cover;object-position:center;display:block}.g1rb__content{display:flex;flex-direction:column;gap:clamp(20px,2.4vw,28px)}.g1rb__header{text-align:left}.g1rb__title{font-family:var(--font-display);font-style:normal;font-weight:500;font-size:var(--section-heading-size);color:var(--color-heading);line-height:1.05;letter-spacing:var(--display-tracking);margin:0 0 14px}.g1rb__sub{font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.125rem);color:var(--color-text-muted);line-height:1.5;margin:0}.g1rb__list{display:flex;flex-direction:column;gap:clamp(20px,3vw,32px)}.g1rb__item{display:flex;gap:16px;align-items:flex-start}.g1rb__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;margin-top:2px;color:var(--color-primary)}.g1rb__icon svg{width:26px;height:26px}.g1rb__item-text{display:flex;flex-direction:column;gap:6px}.g1rb__item-title{font-family:var(--font-body);font-size:clamp(1rem,1.2vw,1.05rem);font-weight:600;color:var(--color-primary);margin:0}.g1rb__item-body{font-family:var(--font-body);font-size:clamp(.92rem,1.15vw,.98rem);color:var(--color-text-muted);line-height:1.5;margin:0}@media (max-width: 860px){.g1rb__inner{grid-template-columns:1fr}.g1rb__img-wrap img{aspect-ratio:16 / 9}.g1rb__header{text-align:center}}.g1stats{background-color:var(--color-cream-deep);padding:var(--section-py) var(--section-px)}.g1stats__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:clamp(36px,6vw,96px);align-items:center}.g1stats__left{position:relative;display:flex;flex-direction:column;gap:clamp(18px,2vw,28px)}.g1stats__stat-wrap{position:relative;display:inline-block;min-height:clamp(180px,22vw,280px)}.g1stats__stat{font-family:var(--font-display);font-weight:500;font-size:clamp(5rem,13vw,13rem);line-height:1;letter-spacing:-.04em;color:var(--color-heading);margin:0;position:relative;z-index:2}.g1stats__vial{position:absolute;right:0;bottom:clamp(-32px,-2vw,0px);width:auto;height:clamp(300px,36vw,470px);object-fit:contain;filter:drop-shadow(0 18px 32px rgba(0,0,0,.18));transform:rotate(5deg);z-index:0}.g1stats__seal{position:absolute;top:clamp(-130px,-11vw,-80px);right:clamp(-24px,-1.5vw,4px);width:clamp(96px,11vw,140px);height:clamp(96px,11vw,140px);z-index:3;pointer-events:none;transform:rotate(-12deg)}.g1stats__seal-svg{width:100%;height:100%;display:block}.g1stats__seal-dot{position:absolute;left:50%;top:50%;width:40%;height:40%;margin:-20% 0 0 -20%;border-radius:50%;background-color:#d6512c;color:var(--color-white);display:inline-flex;align-items:center;justify-content:center}.g1stats__seal-dot svg{width:60%;height:60%}.g1stats__caption{font-family:var(--font-body);font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.45;color:var(--color-primary);margin:0;max-width:38ch}.g1stats__right{display:flex;flex-direction:column;gap:clamp(20px,2.4vw,28px);max-width:480px;width:100%;justify-self:end}.g1stats__calc{background-color:var(--color-white);padding:clamp(28px,3vw,40px);display:flex;flex-direction:column;gap:clamp(20px,2.5vw,28px);box-shadow:0 1px 2px #0000000a,0 12px 36px #00000014}.g1stats__calc-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.g1stats__calc-label{font-family:var(--font-body);font-weight:600;font-size:1rem;color:var(--color-primary);line-height:1.25}.g1stats__calc-value{font-family:var(--font-display);font-weight:500;font-size:clamp(2rem,4vw,3.25rem);line-height:1;letter-spacing:-.02em;color:var(--color-heading);display:inline-flex;align-items:baseline;gap:6px}.g1stats__unit{font-family:var(--font-body);font-weight:500;font-size:.4em;color:var(--color-text-muted)}.g1stats__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:4px;background:linear-gradient(to right,#d6512c 0%,#d6512c var(--fill, 40%),#e3e0db var(--fill, 40%),#e3e0db 100%);border-radius:2px;outline:none;margin:0;cursor:pointer}.g1stats__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;background:var(--color-white);border:2px solid #d6512c;border-radius:50%;cursor:pointer;box-shadow:0 2px 6px #00000024}.g1stats__slider::-moz-range-thumb{width:22px;height:22px;background:var(--color-white);border:2px solid #d6512c;border-radius:50%;cursor:pointer}.g1stats__disclaimer{font-family:var(--font-body);font-size:.85rem;line-height:1.55;color:var(--color-text-muted);margin:0}.g1stats__cta{align-self:stretch;justify-content:center}@media (max-width: 960px){.g1stats__inner{grid-template-columns:1fr;gap:32px}.g1stats__right{justify-self:stretch;max-width:100%}}@media (max-width: 600px){.g1stats__stat-wrap{min-height:160px}.g1stats__vial{width:40vw}.g1stats__seal{right:38vw;width:22vw;height:22vw}}.t-hero{background-color:var(--color-white);padding:clamp(32px,5vw,64px) var(--section-px)}.t-hero__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,80px);align-items:flex-start}.t-hero__visual{position:sticky;top:clamp(96px,12vh,140px)}.t-hero__visual-frame{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:clamp(28px,4vw,64px)}.t-hero--lavender .t-hero__visual-frame{background-color:var(--color-accent-lavender)}.t-hero--peach .t-hero__visual-frame{background-color:var(--color-accent-peach)}.t-hero--butter .t-hero__visual-frame{background-color:var(--color-accent-butter)}.t-hero--mint .t-hero__visual-frame{background-color:var(--color-accent-mint)}.t-hero--blush .t-hero__visual-frame{background-color:var(--color-accent-blush)}.t-hero__visual-frame img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 36px rgba(0,0,0,.14))}.t-hero__badge{position:absolute;top:clamp(20px,4vw,36px);right:clamp(20px,4vw,36px);display:inline-flex;align-items:center;justify-content:center;background-color:#f8ffa1;color:var(--color-primary);font-family:var(--font-body);font-size:.78rem;font-weight:700;text-transform:lowercase;letter-spacing:.02em;padding:8px 14px;border-radius:var(--radius-pill);z-index:2}.t-hero__copy{display:flex;flex-direction:column;gap:clamp(20px,2.4vw,28px);min-width:0}.t-hero__eyebrow{font-family:var(--font-body);font-size:.95rem;font-weight:600;color:#21a36c;margin:0}.t-hero__headline{font-family:var(--font-display);font-weight:500;font-size:clamp(1.75rem,3.4vw,3rem);line-height:1.05;letter-spacing:var(--display-tracking);color:var(--color-heading);margin:0}.t-hero__intro{font-family:var(--font-body);font-size:clamp(1rem,1.15vw,1.05rem);line-height:1.5;color:var(--color-text-muted);margin:0}.t-hero__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.t-hero__bullet{display:flex;align-items:flex-start;gap:14px;font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1rem);line-height:1.45;color:var(--color-primary)}.t-hero__bullet-icon{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary);margin-top:1px}.t-hero__bullet-icon svg{width:100%;height:100%}.t-hero__bullet-text{flex:1}.t-hero__cta{align-self:stretch;justify-content:center;padding:16px 28px;font-size:1rem}.t-hero__accordion{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.t-hero__accordion-item{border-bottom:1px solid var(--color-border)}.t-hero__accordion-item:first-child{border-top:1px solid var(--color-border)}.t-hero__accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;background:none;border:none;padding:18px 0;cursor:pointer;text-align:left;font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1rem);font-weight:600;color:var(--color-primary)}.t-hero__accordion-trigger svg{width:22px;height:22px;flex-shrink:0;color:var(--color-primary)}.t-hero__accordion-panel{overflow:hidden;max-height:0;transition:max-height .3s ease,padding-bottom .3s ease}.t-hero__accordion-item--open .t-hero__accordion-panel{max-height:600px;padding-bottom:18px}.t-hero__accordion-panel p{font-family:var(--font-body);font-size:.95rem;line-height:1.55;color:var(--color-text-muted);margin:0;max-width:56ch}.t-hero__safety{font-family:var(--font-body);font-size:.82rem;line-height:1.5;color:var(--color-text-muted);margin:0}@media (max-width: 960px){.t-hero__inner{grid-template-columns:1fr;gap:32px}.t-hero__visual{position:static}}.sg-eval{--sg-eval-photo-cap: min(100%, 620px);background:rgb(255,252,248);padding:clamp(48px,7vw,88px) var(--section-px)}.sg-eval__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);gap:clamp(32px,5vw,64px);align-items:center}.sg-eval__copy{display:flex;flex-direction:column;gap:clamp(14px,2.2vw,22px)}.sg-eval__header{text-align:left}.sg-eval__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-size:clamp(1.5rem,3vw,2.1rem);font-weight:600;color:var(--marketing-section-text);letter-spacing:-.02em;line-height:1.15;margin:0 0 clamp(10px,1.5vw,14px)}.sg-eval__sub{font-family:var(--framer-marketing-body-font-family);font-size:var(--framer-marketing-body-font-size);font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0}.sg-eval__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--framer-paragraph-spacing)}.sg-eval__item{display:flex;gap:14px;align-items:flex-start}.sg-eval__check{flex-shrink:0;margin-top:2px}.sg-eval__check svg{width:26px;height:26px;display:block}.sg-eval__item-text{font-family:var(--framer-marketing-body-font-family);font-size:var(--framer-marketing-body-font-size);font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0}.sg-eval__item-label{font-weight:700;color:var(--marketing-section-text)}.sg-eval__cta{align-self:flex-start}.sg-eval__photo-wrap{border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #2d52441a;width:min(100%,var(--sg-eval-photo-cap));max-width:var(--sg-eval-photo-cap);aspect-ratio:1 / 1;flex-shrink:0;justify-self:end}.sg-eval__photo{width:100%;height:100%;display:block;object-fit:cover}@media (max-width: 860px){.sg-eval__inner{grid-template-columns:1fr}.sg-eval__photo-wrap{order:-1;max-width:min(var(--sg-eval-photo-cap),100%);margin:0 auto;width:100%;justify-self:center}}.g1vid{width:100%;aspect-ratio:16 / 6;background-image:url(/images/IHLH9spptMvS1uuQEl5jE3qRGZM.jpg);background-size:cover;background-position:center top;position:relative}.g1vid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.38);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(24px,4vw,56px) var(--section-px)}.g1vid__play-btn{width:clamp(56px,7vw,80px);height:clamp(56px,7vw,80px);border-radius:50%;background:rgba(255,255,255,.22);border:2px solid rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;flex-shrink:0}.g1vid__play-btn:hover{background:rgba(255,255,255,.35)}.g1vid__play-btn svg{width:clamp(20px,2.5vw,28px);height:clamp(20px,2.5vw,28px);margin-left:3px}.g1vid__label{margin-top:clamp(16px,2vw,24px);font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-size:clamp(1rem,2vw,1.4rem);font-weight:600;color:#fff;text-align:center;line-height:1.3}.g1med{background-color:var(--color-cream-deep);padding:var(--section-py) var(--section-px)}.g1med__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:1fr 1.4fr;gap:clamp(32px,5vw,80px);align-items:center}.g1med__card{display:flex;align-items:center;justify-content:center;padding:clamp(20px,3vw,40px);aspect-ratio:4 / 5;max-width:420px;width:100%;justify-self:center}.g1med__img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 18px 32px rgba(0,0,0,.12))}.g1med__content{display:flex;flex-direction:column;gap:clamp(16px,1.8vw,22px)}.g1med__title{font-family:var(--font-body);font-weight:700;font-size:clamp(1.6rem,2.8vw,2.4rem);line-height:1.1;letter-spacing:-.01em;color:var(--color-primary);margin:0 0 clamp(6px,1vw,10px)}.g1med__body{font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1rem);font-weight:400;line-height:1.55;color:var(--color-primary);margin:0}.g1med__pharmacy{font-family:var(--font-body);font-size:clamp(.95rem,1.1vw,1rem);font-weight:600;color:var(--color-primary);line-height:1.5;margin:clamp(8px,1vw,12px) 0 0}.g1med__badges{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:6px}.g1med__badge{height:52px;width:auto;object-fit:contain;opacity:.75}@media (max-width: 640px){.g1vid{aspect-ratio:16 / 9}.g1med__inner{grid-template-columns:1fr;height:auto;min-height:0;max-height:none}.g1med__card{height:auto;max-height:none;min-height:220px;padding:clamp(16px,4vw,32px)}.g1med__img{width:min(var(--g1med-img-width),100%);height:auto;max-height:none;aspect-ratio:420 / 313}.g1med__content{max-height:none;overflow-y:visible}}.g1med.g1med--tirzepatide-oral{--framer-paragraph-spacing: 16px}@media (min-width: 641px){.g1med.g1med--tirzepatide-oral .g1med__img{width:var(--g1med-img-width);height:var(--g1med-img-height);max-width:min(var(--g1med-img-width),100%);max-height:var(--g1med-img-height)}}@media (max-width: 640px){.g1med.g1med--tirzepatide-oral .g1med__img{width:min(var(--g1med-img-width),100%);height:auto;max-height:none}}.sg-intro-band{background:var(--color-cream);padding:clamp(20px,3vw,32px) var(--section-px) clamp(8px,2vw,16px)}.sg-intro-band__card{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.55fr);gap:clamp(24px,4vw,48px);align-items:center;box-sizing:border-box;min-height:var(--intro-band-card-height);height:var(--intro-band-card-height);background:var(--color-primary-soft);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:clamp(16px,2vw,22px) clamp(22px,3vw,40px);box-shadow:var(--shadow-card)}.sg-intro-band__copy{min-width:0;min-height:0;display:flex;align-items:center}.sg-intro-band__text{font-family:var(--framer-marketing-body-font-family);font-size:var(--framer-marketing-body-font-size);font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0;text-align:left}.sg-intro-band__visual{display:flex;align-items:center;justify-content:center;min-height:0;height:100%}.sg-intro-band__bottle{width:auto;max-width:min(200px,42vw);max-height:min(150px,calc(var(--intro-band-card-height) - 48px));height:auto;object-fit:contain;display:block;filter:drop-shadow(0 8px 22px rgba(0,0,0,.1))}.sg-intro-band--tirzepatide .sg-intro-band__bottle{max-width:min(280px,52vw);max-height:min(220px,calc(var(--intro-band-card-height) - 28px))}.sg-intro-band__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){.sg-intro-band__card{grid-template-columns:1fr;text-align:center;height:auto;min-height:var(--intro-band-card-height)}.sg-intro-band__text{text-align:center}.sg-intro-band__copy{display:block}.sg-intro-band__visual{order:-1;height:auto}.sg-intro-band__bottle{max-width:min(160px,55vw);max-height:min(200px,calc(var(--intro-band-card-height) - 24px))}.sg-intro-band--tirzepatide .sg-intro-band__bottle{max-width:min(240px,72vw);max-height:min(260px,calc(var(--intro-band-card-height) - 16px))}}.so-daily{background-color:#fffcf8;padding:clamp(40px,6vw,88px) var(--section-px)}.so-daily__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(28px,4vw,56px);align-items:center}.so-daily__visual{display:flex;justify-content:center;align-items:center;min-width:0}.so-daily__img{width:min(100%,var(--marketing-page-image-size));max-width:var(--marketing-page-image-size);aspect-ratio:1 / 1;height:auto;object-fit:cover;object-position:center;border-radius:24px;display:block;box-shadow:0 16px 48px #2d524414}.so-daily__copy{display:flex;flex-direction:column;gap:clamp(16px,2.5vw,22px);align-items:flex-start;min-width:0}.so-daily__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:600;color:var(--marketing-section-text);letter-spacing:-.02em;line-height:1.15;margin:0}.so-daily__body{display:flex;flex-direction:column;gap:var(--framer-paragraph-spacing);max-width:36rem}.so-daily__p{font-family:var(--framer-marketing-body-font-family);font-size:var(--framer-marketing-body-font-size);font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0}.so-daily__p strong{font-weight:700;color:var(--marketing-section-text)}.so-daily__cta{margin-top:4px;align-self:flex-start}@media (max-width: 800px){.so-daily__inner{grid-template-columns:1fr}.so-daily__visual{order:-1}.so-daily__img{max-width:min(var(--marketing-page-image-size),100%);margin:0 auto}}.so-glp-opt{background-color:var(--color-cream);padding:clamp(48px,7vw,96px) var(--section-px)}.so-glp-opt__inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-direction:column;gap:clamp(28px,4vw,44px)}.so-glp-opt__head{text-align:center;max-width:40rem;margin:0 auto}.so-glp-opt__title{font-family:var(--font-display);font-size:clamp(1.65rem,3vw,2.25rem);font-weight:600;color:var(--marketing-section-text);margin:0 0 12px;letter-spacing:-.02em}.so-glp-opt__sub{font-family:var(--framer-marketing-body-font-family);font-size:var(--framer-marketing-body-font-size);font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0}.so-glp-opt__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(20px,3vw,32px);align-items:stretch}@media (max-width: 800px){.so-glp-opt__cards{grid-template-columns:1fr}}.so-glp-opt__card{background:rgb(227,242,253);border-radius:24px;padding:clamp(24px,3.5vw,36px) clamp(22px,3vw,32px);box-shadow:0 2px 16px #0f1f000d;display:flex;flex-direction:column;align-items:flex-start;text-align:left;--so-glp-opt-card-gap: 14px;gap:var(--so-glp-opt-card-gap);min-height:0;height:100%}.so-glp-opt__card-title{font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.45rem);font-weight:600;color:var(--marketing-section-text);margin:0;letter-spacing:-.02em;line-height:1.2;max-width:22ch;align-self:flex-start}.so-glp-opt__card-sub{font-family:var(--framer-marketing-body-font-family);font-size:clamp(.95rem,1.5vw,1rem);font-weight:500;line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0;align-self:flex-start}.so-glp-opt__visual{display:flex;justify-content:center;align-items:center;width:100%;margin:4px 0 8px;min-height:0}.so-glp-opt__img{width:auto;max-width:100%;height:auto;max-height:min(220px,38vw);object-fit:contain;display:block}.so-glp-opt__text{flex:1 1 auto;min-height:0;width:100%;max-width:32rem;font-family:var(--framer-marketing-body-font-family);font-size:16px;font-weight:var(--framer-marketing-body-font-weight);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0 0 calc(var(--framer-paragraph-spacing) - var(--so-glp-opt-card-gap));align-self:flex-start}.so-glp-opt__disclaimer{font-family:var(--font-body);font-size:.78rem;line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0;max-width:28rem;align-self:flex-start}.so-glp-opt__cta{align-self:center;margin-top:2px}.semaglutide-oral-page{background-color:#fffcf8}.phe-easy{--phe-easy-bg: var(--color-cream);--phe-easy-heading: #1b3124;--phe-easy-body: #1a1a1a;background-color:var(--phe-easy-bg);padding:clamp(52px,7.5vw,104px) var(--section-px)}.phe-easy__inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:clamp(36px,5vw,56px)}.phe-easy__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-size:clamp(1.8rem,3.3vw,2.55rem);font-weight:600;color:var(--phe-easy-heading);letter-spacing:-.02em;line-height:1.12;margin:0;text-align:center;max-width:min(100%,36rem)}.phe-easy__row{width:min(100%,900px);max-width:900px;height:250px;box-sizing:border-box;margin:0 auto;display:grid;grid-template-columns:258px minmax(0,1fr);gap:clamp(20px,3vw,40px);align-items:center}.phe-easy__visual{display:flex;justify-content:center;align-items:center;min-width:0;height:250px}.phe-easy__img{width:258px;height:250px;max-width:100%;object-fit:cover;object-position:center;border-radius:20px;display:block;box-shadow:0 8px 32px #1b312414;flex-shrink:0}.phe-easy__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:0;justify-self:stretch;align-self:stretch}.phe-easy__item{display:flex;align-items:flex-start;gap:16px}.phe-easy__check-wrap{flex-shrink:0;margin-top:2px;color:var(--phe-easy-heading)}.phe-easy__check-svg{width:22px;height:22px;display:block}.phe-easy__check-ring{fill:none;stroke:currentColor;stroke-width:1.65}.phe-easy__check-mark{fill:none;stroke:currentColor;stroke-width:1.85}.phe-easy__item-text{font-family:var(--font-body);font-size:clamp(.8125rem,1.05vw,.9375rem);font-weight:500;line-height:1.45;color:var(--phe-easy-body);letter-spacing:.01em}@media (max-width: 800px){.phe-easy__row{grid-template-columns:1fr;height:auto;max-width:900px}.phe-easy__visual{order:-1;height:auto;margin:0 auto}.phe-easy__img{width:min(258px,100%);height:auto;aspect-ratio:258 / 250}.phe-easy__list{gap:14px;padding-top:8px}}.phe-priority{--phe-priority-heading: #1a2e1a;--phe-priority-body: #4a4a4a;--phe-priority-card-bg: #f9f7f2;--phe-priority-icon-pink: #fde2e2;background-color:#fdfaf3;padding:clamp(48px,7vw,100px) var(--section-px)}.phe-priority__inner{max-width:var(--page-width);margin:0 auto;display:flex;flex-direction:column;gap:clamp(36px,5vw,56px)}.phe-priority__header{text-align:center;max-width:48rem;margin:0 auto}.phe-priority__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-weight:600;font-size:clamp(1.75rem,3.2vw,2.5rem);color:var(--phe-priority-heading);line-height:1.12;letter-spacing:-.02em;margin:0}.phe-priority__sub{font-family:var(--font-body);font-size:clamp(.92rem,1.3vw,1rem);color:var(--phe-priority-body);line-height:var(--framer-marketing-body-line-height);margin:12px 0 0}.phe-priority__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3.5vw,40px);align-items:stretch}.phe-priority__card{min-width:0}.phe-priority__card-surface{position:relative;background:var(--phe-priority-card-bg);border-radius:0;padding:clamp(2.75rem,4vw,3.25rem) clamp(1.15rem,2vw,1.5rem) clamp(1.35rem,2.5vw,1.75rem);height:100%;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 1px #1a2e1a0a}.phe-priority__icon-wrap{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:1}.phe-priority__icon-ring{width:clamp(76px,10vw,92px);height:clamp(76px,10vw,92px);border-radius:50%;background:var(--phe-priority-icon-pink);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px #1a2e1a0f}.phe-priority__icon{width:clamp(38px,5vw,46px);height:clamp(38px,5vw,46px);object-fit:contain;display:block}.phe-priority__card-title{font-family:var(--font-body);font-size:clamp(1rem,1.35vw,1.08rem);font-weight:700;color:var(--phe-priority-body);margin:0 0 clamp(10px,1.5vw,14px);line-height:1.3}.phe-priority__card-body{font-family:var(--font-body);font-size:clamp(.9rem,1.2vw,.98rem);font-weight:500;color:var(--phe-priority-body);line-height:1.55;margin:0;max-width:22rem}@media (max-width: 800px){.phe-priority__grid{grid-template-columns:1fr;max-width:26rem;margin:0 auto;gap:clamp(36px,6vw,48px)}.phe-priority__card-surface{padding-top:clamp(2.5rem,5vw,3rem)}}.phent-offers{--phent-offers-forest: #183b2d;--phent-offers-header-bg: #e6e6fa;--phent-offers-card-bg: #f8f8ff;--phent-offers-body: #333333;background-color:var(--color-cream);padding:clamp(40px,6vw,88px) var(--section-px)}.phent-offers__shell{max-width:var(--page-width);margin:0 auto;border-radius:16px;overflow:hidden}.phent-offers__banner{background:var(--phent-offers-header-bg);padding:clamp(18px,2.8vw,26px) clamp(20px,4vw,40px);text-align:center}.phent-offers__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-size:clamp(1.5rem,2.8vw,2rem);font-weight:700;color:#000;letter-spacing:-.02em;line-height:1.2;margin:0}.phent-offers__main{background:var(--phent-offers-card-bg);padding:clamp(32px,4.5vw,40px) clamp(28px,4vw,40px);display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:clamp(24px,3.5vw,40px);align-items:center}.phent-offers__copy{min-width:0}.phent-offers__subtitle{font-family:var(--font-display);font-size:clamp(1.05rem,1.6vw,1.2rem);font-weight:700;color:var(--phent-offers-forest);line-height:1.3;margin:0 0 clamp(14px,2vw,20px)}.phent-offers__body{font-family:var(--font-body);font-size:clamp(.875rem,1.15vw,.9375rem);font-weight:400;line-height:1.5;color:var(--phent-offers-body);margin:0 0 clamp(12px,1.8vw,16px)}.phent-offers__body:last-of-type{margin-bottom:0}.phent-offers__visual{display:flex;align-items:center;justify-content:center;min-width:0}.phent-offers .phent-offers__img{width:auto;height:auto;max-width:min(100%,280px);max-height:min(48vh,300px);object-fit:contain;display:block}.phent-offers__footer{background:var(--phent-offers-card-bg);padding:clamp(8px,1.5vw,12px) clamp(28px,4vw,40px) clamp(28px,4vw,40px);display:flex;justify-content:center}.phent-offers .btn-primary.phent-offers__cta{border-radius:8px;background-color:var(--phent-offers-forest);color:var(--color-white);font-weight:600}.phent-offers .btn-primary.phent-offers__cta:hover{background-color:#142f24}.phent-offers .btn-primary.phent-offers__cta:active{background-color:#0f241c}@media (max-width: 720px){.phent-offers__main{grid-template-columns:1fr}.phent-offers__img{max-width:min(240px,72vw);max-height:260px}}.gwp{--gwp-navy: #0f172a;--gwp-teal: #00836c;--gwp-teal-hover: #006b56;--gwp-teal-pressed: #005a48;--gwp-slate-700: #334155;--gwp-slate-500: #64748b;--gwp-icon-muted: #667085;--gwp-slate-100: #f1f5f9;--gwp-slate-50: #f8fafc;--gwp-border: #e2e8f0;--gwp-font: Inter, var(--font-body);min-height:100vh;background:#ffffff;color:var(--gwp-slate-700);font-family:var(--gwp-font);-webkit-font-smoothing:antialiased}.gwp--loading{display:flex;align-items:center;justify-content:center;padding:3rem}.gwp__loading-text{font-family:var(--gwp-font);color:var(--gwp-slate-500)}.gwp__header{padding:clamp(16px,4vw,28px) clamp(16px,5vw,80px);border-bottom:1px solid var(--gwp-border);display:flex;justify-content:center;background:#ffffff}.gwp__logo-link img{display:block;width:clamp(72px,18vw,80px);height:auto}.gwp__main{max-width:var(--page-width);margin:0 auto;padding:clamp(24px,5vw,48px) clamp(16px,5vw,80px) clamp(48px,8vw,96px)}.gwp__main--empty{text-align:center;max-width:520px}.gwp__title{margin-bottom:.75rem}.gwp__subtitle{color:var(--gwp-slate-500);line-height:1.55;margin-bottom:1.5rem}.gwp__hero{display:grid;gap:24px;align-items:start;padding-top:clamp(.5rem,1.5vw,1rem)}@media (max-width: 1023px){.gwp__hero{padding-top:0}.gwp__featured{height:auto!important;min-height:0!important}.gwp__featured-head-area{padding-top:0}.gwp__featured-head{flex-direction:column;align-items:stretch;min-height:0;margin-inline:0;padding:clamp(1rem,2.5vw,1.2rem) clamp(1.1rem,2.5vw,1.35rem)}.gwp__featured-visual{position:relative;top:auto;right:auto;bottom:auto;width:auto;max-width:11rem;height:clamp(7.5rem,38vw,9.5rem);margin:.25rem auto 0;pointer-events:auto}.gwp__featured-visual img{max-height:100%}}@media (min-width: 1024px){.gwp__hero{grid-template-columns:auto 387px;gap:24px;align-items:stretch;justify-content:center}.gwp__hero-left{max-width:465px;min-width:0;justify-self:start}}.gwp__hero-left{display:flex;flex-direction:column;gap:24px}.gwp__hero-lead{display:flex;flex-direction:column;gap:8px}.gwp__h1,.gwp__subline{margin:0}.gwp__summary{width:100%;max-width:465px;height:174px;box-sizing:border-box;border:1px solid var(--gwp-border);border-radius:12px;padding:16px;background:#ffffff;display:flex;flex-direction:column;gap:10px;margin:0;flex-shrink:0}.gwp__summary-row{display:flex;justify-content:space-between;align-items:center;gap:10px;box-sizing:border-box;flex-shrink:0;height:40px;min-height:40px;max-height:40px;padding:0 12px;border-radius:999px;border:1px solid var(--gwp-border);background:var(--gwp-slate-50);font-size:.875rem;line-height:1}.gwp__summary-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.gwp__stat-icon{flex-shrink:0;width:24px;height:24px;color:var(--gwp-icon-muted)}.gwp__stat-icon--accent{color:var(--gwp-teal)}.gwp__summary-label{color:var(--gwp-navy);font-weight:500}.gwp__summary-value{font-weight:600;color:var(--gwp-navy);text-align:right;flex-shrink:0;font-variant-numeric:tabular-nums}.gwp__summary-value--accent{color:var(--gwp-teal)}.gwp__featured{position:relative;overflow:visible;display:flex;flex-direction:column;width:100%;max-width:387px;margin-inline:0;flex-shrink:0;align-self:stretch}.gwp__featured-inner{flex:1;display:flex;flex-direction:column;min-height:0;box-sizing:border-box;border:1px solid var(--gwp-border);border-radius:12px;background:#ffffff;box-shadow:0 1px 3px #0f172a0f;padding:16px 16px 20px;overflow:hidden}.gwp__featured-stack{flex:1;display:flex;flex-direction:column;min-height:0}.gwp__featured-head-area{position:relative;flex-shrink:0;padding-top:0}.gwp__featured-head{margin-inline:0;background:var(--gwp-slate-100);border-radius:10px 10px 0 0;padding:14px clamp(4.5rem,30%,6.25rem) 14px 16px;min-height:104px;display:flex;align-items:center}.gwp__featured-titles{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1 auto;justify-content:center}.gwp__featured-visual{position:absolute;top:-10px;right:4px;bottom:0;width:min(34%,8.75rem);max-width:142px;display:flex;align-items:flex-end;justify-content:center;z-index:2;pointer-events:none}.gwp__featured-visual img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:bottom center;filter:drop-shadow(0 8px 16px rgba(26,43,51,.14))}.gwp__featured-t1{font-family:var(--gwp-font);font-size:12px;font-weight:600;color:var(--gwp-slate-500);line-height:16px;letter-spacing:.01em}.gwp__featured-t2{margin:0;font-family:var(--gwp-font);font-size:12px;font-weight:600;line-height:16px;color:var(--gwp-navy);letter-spacing:-.02em}.gwp__featured-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:0;padding:16px 0 0;background:#ffffff}.gwp__featured-body .gwp__bullets{margin-bottom:0}.gwp__bullet-check{flex-shrink:0;margin-top:.125rem;color:var(--gwp-teal)}.gwp__bullet-check-svg{width:16px;height:16px;display:block}.gwp__bullets{margin:0 0 1.25rem;padding:0;list-style:none}.gwp__bullets li{display:flex;gap:.5rem;align-items:flex-start;font-size:.95rem;line-height:1.45;margin-bottom:.55rem}.gwp__bullets--featured li{gap:10px;align-items:flex-start;font-size:12px;line-height:1.43;color:var(--gwp-slate-700);font-weight:400;margin-bottom:12px}.gwp__bullets--featured li:last-child{margin-bottom:0}.gwp__hero-disclaimer{font-family:var(--gwp-font);font-size:12px;color:var(--gwp-slate-500);line-height:1.5;max-width:min(876px,var(--page-width));width:100%;margin:24px auto 0;padding:0;box-sizing:border-box;text-align:left}.gwp__section-title{font-family:var(--gwp-font);font-size:clamp(1.15rem,2.2vw,1.35rem);font-weight:700;color:var(--gwp-navy);margin-top:clamp(2.5rem,6vw,3.5rem);margin-bottom:.35rem}.gwp__section-sub{color:var(--gwp-slate-500);margin-bottom:1.5rem;font-size:.95rem}.gwp__other{max-width:min(876px,var(--page-width));margin-inline:auto;width:100%;box-sizing:border-box}.gwp__other .gwp__section-title,.gwp__other .gwp__section-sub{text-align:left}.gwp__grid{display:grid;gap:1.25rem;grid-template-columns:1fr;align-items:stretch}@media (min-width: 560px){.gwp__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.gwp__grid{grid-template-columns:repeat(3,1fr)}}.gwp__card{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;border:1px solid var(--gwp-border);border-radius:12px;background:#ffffff;box-shadow:0 1px 3px #0f172a0f;padding:0}.gwp__card-stack{flex:1;display:flex;flex-direction:column;min-height:0}.gwp__card-head-area{position:relative;flex-shrink:0;padding-top:clamp(1rem,2.5vw,1.35rem)}.gwp__card-head{margin-inline:12px;background:var(--gwp-slate-100);border-radius:10px 10px 0 0;padding:clamp(.85rem,1.6vw,1.1rem) clamp(4.75rem,32%,6.5rem) clamp(.85rem,1.6vw,1.1rem) clamp(1rem,2.2vw,1.25rem);min-height:clamp(5rem,11vw,6.5rem);display:flex;align-items:center}.gwp__card-titles{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1 1 auto;justify-content:center;margin:0;font:inherit}.gwp__card-visual{position:absolute;top:0;right:clamp(.35rem,1.5vw,.9rem);bottom:0;width:min(34%,8.75rem);max-width:130px;display:flex;align-items:flex-end;justify-content:center;z-index:2;pointer-events:none}.gwp__card-visual img{display:block;width:auto;height:auto;max-width:100%;max-height:min(9.5rem,100%);object-fit:contain;object-position:bottom center;filter:drop-shadow(0 8px 16px rgba(26,43,51,.14))}.gwp__card-body{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:20px;min-height:0;padding:24px;background:#ffffff}.gwp__card-body .gwp__bullets{margin-bottom:0}.gwp__bullets--card{flex:1 1 auto}@media (max-width: 1023px){.gwp__card-head-area{padding-top:clamp(1rem,3vw,1.5rem)}.gwp__card-head{flex-direction:column;align-items:stretch;min-height:0;margin-inline:12px;padding:clamp(1rem,2.5vw,1.2rem) clamp(1.1rem,2.5vw,1.35rem)}.gwp__card-visual{position:relative;top:auto;right:auto;bottom:auto;width:auto;max-width:11rem;height:clamp(7.5rem,38vw,9.5rem);margin:.25rem auto 0;max-height:none;pointer-events:auto}.gwp__card-visual img{max-height:100%}}.gwp__btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;border-radius:999px;background:var(--gwp-teal);color:#fff;font-family:var(--gwp-font);font-weight:600;font-size:.95rem;text-align:center;transition:background .15s ease,transform .1s ease}.gwp__btn-primary:hover{background:var(--gwp-teal-hover)}.gwp__btn-primary--block{width:100%}.gwp__btn-primary.gwp__btn-featured{background:var(--gwp-teal);border-radius:999px;padding:14px 20px;font-size:12px;font-weight:700;letter-spacing:.02em;flex-shrink:0}.gwp__btn-primary.gwp__btn-featured:hover{background:var(--gwp-teal-hover)}.gwp__btn-primary.gwp__btn-featured:active{background:var(--gwp-teal-pressed)}.gwp__footer{margin-top:clamp(2.5rem,6vw,4rem);padding-top:2rem;border-top:1px solid var(--gwp-border);font-size:.88rem;text-align:center}.gwp__disclaimer{color:var(--gwp-slate-500);line-height:1.5;margin-bottom:1.5rem;max-width:40rem;margin-left:auto;margin-right:auto}.gwp__support-title{font-weight:700;color:var(--gwp-navy);margin-bottom:.35rem}.gwp__support{margin-bottom:1.25rem}.gwp__support p{margin:.2rem 0}.gwp__support-label{color:var(--gwp-slate-500)}.gwp__support a{color:var(--gwp-teal);text-decoration:underline;text-underline-offset:2px}.gwp__legal{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.gwp__legal a{color:var(--gwp-teal);text-decoration:underline;text-underline-offset:2px}.gwp.gwp--at{background:#fafafa}.gwp-at{max-width:min(600px,var(--page-width));margin:0 auto;width:100%}.gwp-at__intro{text-align:center;margin-bottom:1.75rem}.gwp-at__h1{margin:0 0 .75rem}.gwp-at__subtitle{margin:0 auto;max-width:640px}.gwp-at__options{display:flex;flex-direction:column;gap:1rem}.gwp-at__option{display:block;width:100%;padding:0;margin:0;border:2px solid var(--gwp-border);border-radius:8px;background:#ffffff;text-align:left;cursor:pointer;font:inherit;color:inherit;overflow:hidden;transition:border-color .15s ease}.gwp-at__option:hover:not(.gwp-at__option--selected){border-color:#cbd5e1}.gwp-at__option:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:2px}.gwp-at__option--selected{border-color:var(--gwp-teal)}.gwp-at__option-header-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.25rem 1rem;background:#ffffff}.gwp-at__option--selected .gwp-at__option-header-bar{background:rgba(0,120,99,.07)}.gwp-at__option-title-row{display:flex;align-items:center;gap:.5rem;min-width:0}.gwp-at__option-icon{flex-shrink:0;display:flex;color:var(--gwp-icon-muted)}.gwp-at__option--selected .gwp-at__option-icon{color:var(--gwp-teal)}.gwp-at__option-title{margin:0}.gwp-at__radio{flex-shrink:0;width:20px;height:20px;margin-top:2px}.gwp-at__option-body{padding:1rem 1.25rem 1.25rem;border-top:1px solid var(--gwp-border);background:#ffffff}.gwp-at__option-desc{margin:0}.gwp-at__cta-wrap{margin-top:1.75rem;width:100%}.gwp-at__continue{width:100%;padding:.85rem 1.25rem;border-radius:999px;border:none;font-family:var(--gwp-font);font-size:1rem;font-weight:600;cursor:pointer;background:var(--gwp-teal);color:#fff;transition:background .15s ease}.gwp-at__continue:hover{background:var(--gwp-teal-hover)}.gwp-at__continue:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:3px}.gwp-appt{max-width:min(876px,var(--page-width));margin:0 auto;width:100%}.gwp-appt__intro{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;text-align:center;max-width:100%}.gwp-appt__intro--overview{margin-bottom:1.5rem}.gwp-appt__intro--provider-review{margin-bottom:1.25rem}.gwp-appt__overview-sr-title{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gwp-appt__overview-summary{margin:0;max-width:100%}.gwp-appt__overview-em{font-weight:700;color:#000}.gwp-appt__overview-portrait-wrap{margin:1.35rem auto 0;max-width:min(280px,88vw);border-radius:12px;overflow:hidden;border:1px solid var(--gwp-border);background:#f8fafc}.gwp-appt__overview-portrait{width:100%;height:auto;display:block;vertical-align:middle;object-fit:cover;aspect-ratio:1}.gwp-appt__overview-next{margin-top:1.5rem;text-align:center}.gwp-appt__overview-next-title{margin:0 0 1rem}.gwp-appt__overview-steps{margin:0;padding:0 0 0 1.25rem;list-style-position:inside;text-align:center}.gwp-appt__overview-step{margin:.35rem 0 0}.gwp-appt__overview-step:first-child{margin-top:0}.gwp-appt__overview-alert{margin-top:1.75rem;padding:1rem 1.15rem;border-radius:10px;border:1px solid rgba(0,120,99,.35);background:rgba(0,120,99,.06);text-align:center}.gwp-appt__overview-alert-line{margin:.35rem 0 0}.gwp-appt__overview-alert-line:first-child{margin-top:0}.gwp-appt__overview-alert--neutral{border:1px solid var(--gwp-border);background:#fafafa;text-align:left}.gwp-appt__overview-alert--neutral .gwp-appt__overview-alert-line:first-child{font-weight:700;color:#101828}.gwp-appt__consent{display:flex;gap:.65rem;align-items:flex-start;margin-top:1.5rem;text-align:left;cursor:pointer}.gwp-appt__consent-input{margin-top:.15rem;flex-shrink:0;width:1.15rem;height:1.15rem;accent-color:var(--gwp-teal);cursor:pointer}.gwp-appt__consent-label{flex:1;min-width:0}.gwp-appt__consent-link{color:var(--gwp-teal);font-weight:600;text-decoration:underline}.gwp-appt__consent-link:hover{color:var(--gwp-teal-hover)}.gwp-appt__h1{margin:0}.gwp-appt__body{margin:0 auto;max-width:640px}.gwp-appt__section{margin-top:1.75rem}.gwp-appt__section-title{margin:0 0 1rem;text-align:left}.gwp-appt__date-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.gwp-appt__date-card{flex:1 1 140px;min-width:min(120px,100%);max-width:200px;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.85rem 1rem;border-radius:10px;border:1px solid var(--gwp-border);background:#ffffff;font-family:var(--gwp-font);text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.gwp-appt__date-card:hover{border-color:#94a3b8}.gwp-appt__date-card:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:2px}.gwp-appt__date-card--selected{border:2px solid var(--gwp-teal);background:rgba(0,120,99,.08);padding:calc(.85rem - 1px) calc(1rem - 1px)}.gwp-appt__date-weekday{font-size:.8125rem;font-weight:600;color:var(--gwp-navy)}.gwp-appt__date-line{font-size:.9375rem;font-weight:600;color:var(--gwp-navy)}.gwp-appt__date-avail{font-size:.75rem;font-weight:500;color:var(--gwp-slate-500)}.gwp-appt__period{margin-top:1.25rem}.gwp-appt__period:first-of-type{margin-top:0}.gwp-appt__period-title{font-family:var(--gwp-font);font-size:1rem;font-weight:500;color:var(--gwp-navy);margin:0 0 .65rem;text-align:left}.gwp-appt__time-grid{display:flex;flex-wrap:wrap;gap:.5rem}.gwp-appt__time-pill{padding:.5rem .85rem;border-radius:8px;border:1px solid var(--gwp-border);background:#ffffff;font-family:var(--gwp-font);font-size:.8125rem;font-weight:500;color:var(--gwp-navy);cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.gwp-appt__time-pill:hover{border-color:#94a3b8}.gwp-appt__time-pill:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:2px}.gwp-appt__time-pill--selected{border-color:var(--gwp-teal);background:rgba(0,120,99,.1);color:var(--gwp-slate-700)}.gwp-appt__empty-msg{margin:0}.gwp-appt__cta-wrap{margin-top:2rem}.gwp-appt__continue{width:100%;padding:.9rem 1.25rem;border-radius:999px;border:none;font-family:var(--gwp-font);font-size:1rem;font-weight:600;cursor:pointer;background:var(--gwp-teal);color:#fff;transition:background .15s ease}.gwp-appt__continue:hover:not(:disabled){background:var(--gwp-teal-hover)}.gwp-appt__continue:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:3px}.gwp-appt__continue:disabled{background:#e2e8f0;color:#cbd5e1;cursor:not-allowed}.gwp-appt__state-select-wrap{display:block;width:100%;max-width:400px;margin-top:.75rem}.gwp-appt__state-grid{display:flex;flex-direction:column;gap:.65rem;align-items:stretch;max-width:400px;margin:0 auto}.gwp-appt__state-grid-btn{flex:0 0 auto;width:100%;min-height:3rem;padding:.65rem .85rem;border:none;border-radius:10px;font-family:var(--gwp-font);font-size:.9375rem;font-weight:600;line-height:1.25;text-align:center;cursor:pointer;color:#fff;background:var(--gwp-teal);transition:background-color .15s ease,filter .15s ease}.gwp-appt__state-grid-btn:hover{filter:brightness(1.06)}.gwp-appt__state-grid-btn:focus-visible{outline:2px solid var(--gwp-navy);outline-offset:2px}.gwp-appt__state-other-panel{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid var(--gwp-border)}.gwp-appt__state-other-label{display:block;margin-bottom:0}.gwp-appt__cta-wrap--tight{margin-top:1rem}.gwp-appt__site-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--gwp-border);text-align:center}.gwp-appt__questions-title{font-family:var(--gwp-font);font-size:1.125rem;font-weight:700;color:var(--gwp-navy);margin:0 0 .75rem}.gwp-appt__contact{font-family:var(--gwp-font);font-size:.9375rem;color:var(--gwp-slate-700);margin:0 0 1.25rem;line-height:1.5}.gwp-appt__contact-link{color:var(--gwp-teal);font-weight:600;text-decoration:none}.gwp-appt__contact-link:hover{text-decoration:underline}.gwp-appt__legal{font-family:var(--gwp-font);font-size:.875rem;line-height:1.6;flex-wrap:wrap;justify-content:center}.gwp-appt__legal-link{color:var(--gwp-teal);text-decoration:underline}.gwp-appt__legal-link:hover{color:var(--gwp-teal-hover)}.gwp-appt__legal-sep{color:var(--gwp-slate-500);text-decoration:none}.gwp-appt__copyright{font-family:var(--gwp-font);font-size:.75rem;color:var(--gwp-slate-500);margin:1.25rem 0 0;line-height:1.45}.gwp-appt__back-wrap{margin:1.25rem 0 0}.gwp-appt__back{font-family:var(--gwp-font);font-size:.875rem;font-weight:600;color:var(--gwp-teal);text-decoration:none}.gwp-appt__back:hover{color:var(--gwp-teal-hover);text-decoration:underline}.gwp-appt__back:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:2px;border-radius:2px}.gwp-pay{max-width:min(600px,var(--page-width));margin:0 auto;width:100%;text-align:center}.gwp-pay__title{margin:0 0 1rem}.gwp-pay__body{margin:0}.we-can-help{background-color:var(--color-cream);padding:var(--section-py) var(--section-px)}.we-can-help__inner{max-width:var(--page-width);margin:0 auto}.we-can-help__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-style:normal;font-weight:600;font-size:clamp(1.5rem,3.5vw,2.4rem);color:var(--color-heading);text-align:center;margin:0 auto clamp(28px,4vw,48px);letter-spacing:-.01em;max-width:28ch}.who-lead{background-color:var(--color-cream);padding:var(--section-py) var(--section-px) clamp(32px,5vw,56px)}.who-lead__inner{max-width:var(--page-width);margin:0 auto}.who-lead__hero{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);align-items:center;margin-bottom:clamp(40px,6vw,72px)}.who-lead__image-wrap{display:flex;justify-content:flex-start;align-items:center;order:1}.who-lead__image{width:100%;max-width:520px;height:auto;max-height:clamp(240px,42vw,520px);object-fit:cover;object-position:center top;border-radius:0;display:block}.who-lead__copy{order:2;min-width:0}.who-lead__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-style:normal;font-weight:600;font-size:var(--framer-font-size);line-height:1.05;color:var(--color-heading);margin-bottom:clamp(14px,2vw,22px);letter-spacing:-.01em}.who-lead__para{font-family:var(--framer-marketing-body-font-family);font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:400;line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0 0 var(--framer-paragraph-spacing)}.who-lead__para:last-of-type{margin-bottom:0}.who-lead__pillars{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto 1fr;column-gap:clamp(20px,3vw,36px);row-gap:0}.who-lead__pillar{text-align:center;min-width:0;display:grid;grid-template-rows:subgrid;grid-row:span 3;justify-items:center}.who-lead__pillar-icon{--who-pillar-icon-size: clamp(72px, 10vw, 88px);width:var(--who-pillar-icon-size);height:var(--who-pillar-icon-size);min-height:var(--who-pillar-icon-size);flex-shrink:0;display:flex;align-items:center;justify-content:center;margin:0 0 clamp(14px,2vw,20px);border:none;background:transparent;box-shadow:none}.who-lead__pillar-icon img{display:block;width:clamp(40px,5vw,52px);height:clamp(40px,5vw,52px);object-fit:contain;object-position:center;border:none;box-shadow:none}.who-lead__pillar-title{font-family:var(--font-display);font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:600;color:var(--color-heading);margin:0 0 12px;letter-spacing:-.01em}.who-lead__pillar-body{font-family:var(--framer-marketing-body-font-family);font-size:clamp(.875rem,1.35vw,1rem);font-weight:400;line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0;max-width:36ch;width:100%}@supports not (grid-template-rows: subgrid){.who-lead__pillars{grid-template-rows:none;gap:clamp(20px,3vw,36px)}.who-lead__pillar{display:flex;flex-direction:column;align-items:center;grid-row:auto;grid-template-rows:unset}}@media (max-width: 900px){.who-lead__pillars{grid-template-columns:1fr;grid-template-rows:none;grid-auto-rows:auto;gap:clamp(28px,4vw,40px)}.who-lead__pillar{display:flex;flex-direction:column;align-items:center;grid-row:auto;grid-template-rows:unset;max-width:36rem;margin:0 auto}}@media (max-width: 640px){.who-lead__hero{grid-template-columns:1fr;gap:22px}.who-lead__image-wrap{order:1;justify-content:center}.who-lead__copy{order:2;text-align:center}.who-lead__title{font-size:clamp(2rem,8vw,2.75rem)}.who-lead__image{max-height:clamp(260px,55vw,400px)}}.privacy-page{--legal-bg: #fffcf8;--legal-text: #2b2b2b;--legal-heading: #0f1f00;--legal-link: #2b5745;--legal-link-hover: #1e3d30;--legal-alert: #f2465a;--legal-paragraph-spacing: 16px;--legal-font-display: "Red Hat Display", "Red Hat Display Placeholder", sans-serif;--legal-font-body: "Avenir Book", "Avenir Next", "Helvetica Neue", "Red Hat Text", var(--font-body), sans-serif;--legal-font-emphasis: "Red Hat Text", "Red Hat Text Placeholder", sans-serif;--legal-font-meta: "Lato", "Lato Placeholder", sans-serif;--legal-font-title: "Poltawski Nowy", "Poltawski Nowy Placeholder", serif;background-color:var(--legal-bg);color:var(--legal-text);padding:clamp(24px,4vw,48px) var(--section-px) clamp(48px,8vw,80px);font-family:var(--legal-font-body);font-size:14px;font-weight:400;line-height:1.45;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.privacy-page__inner{width:100%;max-width:min(1040px,var(--page-width));margin:0 auto}.privacy-page__title{font-family:var(--legal-font-title);font-size:clamp(28px,4.2vw,34px);font-weight:700;letter-spacing:-.03em;line-height:1;text-align:center;color:var(--legal-heading);margin:0 0 .35rem}.privacy-page__subtitle{font-family:var(--legal-font-body);font-size:13px;font-weight:600;line-height:1.4;text-align:center;color:var(--legal-text);margin:0 0 .35rem}.privacy-page__updated{font-family:var(--legal-font-meta);font-size:11px;font-weight:700;line-height:1.7;text-align:center;color:var(--legal-text);text-decoration:underline;text-decoration-color:#000;text-decoration-thickness:1px;text-underline-offset:3px;margin:0 0 1.25rem}.privacy-page__caps{font-family:var(--legal-font-emphasis);font-size:14px;font-weight:600;line-height:1.7;text-align:center;text-transform:none;letter-spacing:0;margin:0 0 var(--legal-paragraph-spacing);color:var(--legal-text)}.privacy-page__caps--emphasis{color:var(--legal-text)}.privacy-page__caps--alert{color:var(--legal-alert)}.privacy-page__notice{font-family:var(--legal-font-meta);font-size:11px;font-weight:700;line-height:1.7;color:var(--legal-text);text-decoration-color:#000;text-decoration-thickness:1px;margin:0 0 var(--legal-paragraph-spacing)}.privacy-page__notice strong{font-weight:700}.privacy-page__p{font-family:var(--legal-font-body);font-size:14px;font-weight:400;line-height:1.45;margin:0 0 var(--legal-paragraph-spacing);color:var(--legal-text)}.privacy-page__legal strong{font-weight:800;font-family:var(--legal-font-body)}.privacy-page__inline-link{color:var(--legal-link);text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;word-break:break-word}.privacy-page__inline-link:hover{color:var(--legal-link-hover);opacity:1}.privacy-page__legal .privacy-page__h2:has(.privacy-page__roman),.privacy-page__h2--section{font-family:var(--legal-font-display);font-size:clamp(22px,3.4vw,32px);font-weight:800;line-height:1.3;text-align:center;color:var(--legal-heading);margin:clamp(1.75rem,4vw,2.25rem) 0 .85rem}.privacy-page__legal .privacy-page__h2:has(.privacy-page__roman) .privacy-page__roman{display:block;margin-bottom:.08em}.privacy-page__h2--section{margin-top:clamp(1.75rem,4vw,2.25rem)}.privacy-page__legal .privacy-page__h2--programs{font-family:var(--legal-font-display);font-size:clamp(20px,3vw,26px);font-weight:800;line-height:1.3;text-align:left;color:var(--legal-heading);margin:clamp(1.5rem,3vw,2rem) 0 .65rem}.privacy-page__legal .privacy-page__h4{font-family:var(--legal-font-body);font-size:14px;font-weight:700;line-height:1.4;color:var(--legal-text);margin:1rem 0 .35rem}.privacy-page__roman,.privacy-page__h2-title{font-weight:800}.privacy-page__legal .privacy-page__h3{font-family:var(--legal-font-display);font-size:clamp(17px,2.3vw,20px);font-weight:800;line-height:1.4;text-align:left;color:var(--legal-text);margin:1.25rem 0 .5rem}.privacy-page__letter{font-weight:800;margin-right:.25em}.privacy-page__legal .privacy-page__h3.privacy-page__h3--plain{font-size:clamp(16px,2.1vw,18px);font-weight:700;margin-top:1rem}.privacy-page__ol,.privacy-page__ul{margin:0 0 var(--legal-paragraph-spacing);padding-left:1.35rem;font-family:var(--legal-font-body);font-size:14px;line-height:1.45;color:var(--legal-text)}.privacy-page__ol-li,.privacy-page__ul li{margin-bottom:.5rem}.privacy-page__ol-li:last-child,.privacy-page__ul li:last-child{margin-bottom:0}.privacy-page__ul--nested{margin-top:.45rem;margin-bottom:.45rem}.privacy-page__legal .privacy-page__h2:first-of-type{margin-top:.75rem}.privacy-page__table-wrap{overflow-x:auto;margin:1rem 0;-webkit-overflow-scrolling:touch}.privacy-page__table{width:100%;min-width:36rem;border-collapse:collapse;font-family:var(--legal-font-body);font-size:13px;line-height:1.45;color:var(--legal-text)}.privacy-page__table th,.privacy-page__table td{border:1px solid rgba(43,43,43,.2);padding:.5rem .65rem;vertical-align:top;text-align:left}.privacy-page__table th{background:rgba(43,87,69,.06);font-weight:700;font-family:var(--legal-font-emphasis)}.privacy-page__section{margin-bottom:clamp(1.5rem,3vw,2rem)}.privacy-page__subsection{margin:1rem 0 .25rem}.contact-page__lead{background-color:var(--color-cream);padding:clamp(2rem,5vw,3.5rem) var(--section-px) clamp(2.25rem,5vw,3.5rem)}.contact-page__lead-inner{max-width:min(560px,var(--page-width));margin:0 auto;text-align:center}.contact-page__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-weight:600;font-size:clamp(1.75rem,4vw,2.5rem);letter-spacing:-.02em;line-height:1.15;color:var(--color-heading);margin:0 0 1rem}.contact-page__intro{font-family:var(--font-body);font-size:clamp(.9rem,1.6vw,1rem);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin:0 0 1.25rem}.contact-page__hours{margin:0 0 1.25rem}.contact-page__hours-line{font-family:var(--font-body);font-size:clamp(.875rem,1.5vw,.95rem);line-height:1.5;color:var(--marketing-section-text);margin:0}.contact-page__contact-line{font-family:var(--font-body);font-size:clamp(.875rem,1.5vw,.95rem);line-height:1.6;color:var(--marketing-section-text);margin:.35rem 0}.contact-page__link{color:var(--color-primary);font-weight:600;text-decoration:none}.contact-page__link:hover{text-decoration:underline}.contact-page__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;padding:.65rem 1.35rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;color:#fff;background:var(--color-primary);border-radius:999px;text-decoration:none;transition:opacity .15s ease,transform .15s ease}.contact-page__cta:hover{opacity:.92}.contact-page__treatments{background-color:#fff;padding:clamp(2rem,4vw,3rem) var(--section-px);border-top:1px solid rgba(180,160,220,.25)}.contact-page__treatments-inner{max-width:min(560px,var(--page-width));margin:0 auto;text-align:center}.contact-page__section-title{font-family:var(--font-display);font-weight:600;font-size:clamp(1.25rem,2.8vw,1.65rem);color:var(--color-heading);margin:0 0 1.25rem;letter-spacing:-.01em}.contact-page__treatment-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;align-items:center}.contact-page__treatment-item{margin:0}.contact-page__treatment-link{font-family:var(--font-body);font-size:clamp(.9rem,1.5vw,.98rem);font-weight:600;color:var(--color-primary);text-decoration:none}.contact-page__treatment-link:hover{text-decoration:underline}.faq-page{background-color:var(--color-cream);padding:clamp(1.75rem,4vw,2.75rem) var(--section-px) clamp(2.5rem,5vw,4rem)}.faq-page__inner{max-width:min(760px,var(--page-width));margin:0 auto}.faq-page__title{font-family:var(--font-display);font-feature-settings:var(--framer-font-open-type-features);font-weight:600;font-size:clamp(1.5rem,3.5vw,2.5rem);letter-spacing:-.01em;line-height:1.15;color:var(--color-heading);text-align:center;margin:0 0 clamp(1.25rem,3vw,2rem)}.faq-page .faq{background-color:transparent;padding:0}.faq-page .faq__inner{max-width:none;margin:0}.faq-page__disclaimer{margin:clamp(1.75rem,3vw,2.5rem) 0 0;font-family:var(--font-body);font-size:clamp(.7rem,1.2vw,.78rem);line-height:1.55;color:var(--marketing-section-text);text-align:left}:root{--font-universal-select-ui: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"}.ob__select-field,.ob__select-custom{position:relative}.ob__select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:var(--font-universal-select-ui);font-size:1rem;padding:12px 14px;border-radius:8px;border:1px solid rgba(24,59,45,.18);background:var(--color-white, #ffffff);color:var(--color-text, #1a1a1a);cursor:pointer;text-align:left;box-sizing:border-box}.ob__select-trigger--placeholder{color:var(--color-text-muted, #555555)}.ob__select-trigger--disabled,.ob__select-trigger:disabled{opacity:.65;cursor:not-allowed}.ob__select-trigger:focus{outline:2px solid rgba(0,131,108,.35);outline-offset:1px}.ob__select-trigger-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ob__select-chevron{flex-shrink:0;width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23183b2d' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat center;opacity:.75}.ob__select-menu{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:40;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #e5e5e5;border-radius:0;box-shadow:0 6px 20px #00000014;max-height:min(55vh,360px);overflow-y:auto}.ob__select-menu:focus{outline:none}.ob__select-menu-item{width:100%;box-sizing:border-box;margin:0;padding:15px 20px;font-family:var(--font-universal-select-ui);font-size:1rem;font-weight:400;line-height:1.45;color:#000;text-align:left;cursor:pointer;border:none;background:#fff;border-radius:0}.ob__select-menu-item:hover,.ob__select-menu-item--highlight{background:#f2f2f2}.ob__select-menu-item:focus{outline:none}.gwp-sub__header{justify-content:space-between;align-items:center;position:relative}.gwp-sub__header .gwp__logo-link{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.gwp-sub__header-status{margin-left:auto;font-family:var(--gwp-font);font-size:.9375rem;font-weight:400;color:#475467}.gwp-sub{max-width:min(876px,var(--page-width));margin:0 auto;width:100%}.gwp-sub__title-wrap{text-align:center;margin-bottom:.5rem}.gwp-sub__intro-subtitle{text-align:center;max-width:36rem;margin:0 auto 1rem;font-family:var(--gwp-font);font-size:1rem;line-height:1.5;font-weight:400;color:#475467}.gwp-sub__eval-banner{display:grid;grid-template-columns:42px 1fr;column-gap:16px;align-items:center;padding:16px;border-radius:12px;border:1px solid rgb(171,239,198);background:rgb(246,254,249);margin:0 0 32px;width:100%;box-sizing:border-box}.gwp-sub__eval-banner-icon-outer{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:2px solid rgba(7,148,85,.1);border-radius:50%}.gwp-sub__eval-banner-icon-inner{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px solid rgba(7,148,85,.3);border-radius:50%}.gwp-sub__eval-banner-icon{flex-shrink:0;width:22px;height:22px;color:#079455}.gwp-sub__eval-banner-text{margin:0;font-family:var(--gwp-font);font-size:.875rem;line-height:1.25rem;font-weight:600;color:#09472a;text-align:left}.gwp-sub__title{margin:0}.gwp-sub__title-ast{font-weight:700;font-size:.65em;vertical-align:super;margin-left:.05em}.gwp-sub__section-label{margin:40px 0 16px;text-align:left;font-weight:600;font-size:1.125rem;line-height:1.75rem;color:#101828}.gwp-sub__section-label--first{margin-top:0}.gwp-sub__card{position:relative;display:flex;flex-direction:column;width:100%;box-sizing:border-box;border-radius:12px;border:1px solid var(--gwp-border);background:#ffffff;padding:0;margin-bottom:16px;text-align:left;cursor:pointer;overflow:visible;transition:border-color .15s ease,box-shadow .15s ease}.gwp-sub__card--has-tab{margin-top:44px}.gwp-sub__card:hover{border-color:#94a3b8}.gwp-sub__card--selected{border:1px solid var(--gwp-teal);box-shadow:0 0 0 1px var(--gwp-teal)}.gwp-sub__badge--tab{position:absolute;left:0;bottom:100%;margin-bottom:-4px;padding:10px 28px;border-radius:12px 12px 0 0;background:var(--gwp-teal);color:#fff;font-family:var(--gwp-font);font-size:1rem;line-height:1.25rem;font-weight:500;text-align:center;text-transform:none;letter-spacing:normal;z-index:1}.gwp-sub__card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:12px 20px;border-radius:12px 12px 0 0;width:100%;box-sizing:border-box}.gwp-sub__card--selected .gwp-sub__card-head,.gwp-sub__card--selected{background:rgb(236,253,243)}.gwp-sub__card--selected .gwp-sub__breakdown{background:transparent;border-top:none}.gwp-sub__card-title{margin:0;flex:1 1 auto;min-width:0}.gwp-sub__price-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem .65rem;font-family:var(--gwp-font)}.gwp-sub__price-cluster{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.15rem .35rem}.gwp-sub__price-cluster--prepay .gwp-sub__price-main{color:var(--gwp-teal)}.gwp-sub__price-cluster--prepay .gwp-sub__price-paren,.gwp-sub__price-cluster--prepay .gwp-sub__price-prepay-compare,.gwp-sub__price-cluster--prepay .gwp-sub__price-mo{color:var(--gwp-slate-500);font-weight:500}.gwp-sub__card--selected .gwp-sub__price-cluster--prepay .gwp-sub__price-main{color:var(--gwp-navy)}.gwp-sub__card--selected .gwp-sub__price-cluster--prepay .gwp-sub__price-paren,.gwp-sub__card--selected .gwp-sub__price-cluster--prepay .gwp-sub__price-prepay-compare,.gwp-sub__card--selected .gwp-sub__price-cluster--prepay .gwp-sub__price-mo{color:var(--gwp-slate-700)}.gwp-sub__price-main{font-size:1rem;font-weight:600;color:var(--gwp-navy);margin:0}.gwp-sub__price-paren{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.15rem .25rem;font-size:.9375rem;color:var(--gwp-slate-700)}.gwp-sub__price-prepay-compare{font-weight:500}.gwp-sub__price-mo{font-weight:600;color:var(--gwp-navy)}.gwp-sub__radio{flex-shrink:0;width:1.25rem;height:1.25rem;accent-color:var(--gwp-teal);cursor:pointer;margin:0}.gwp-sub__breakdown{margin-top:0;padding:16px;border-top:1px solid rgb(234,236,240);background:transparent;display:flex;flex-direction:column;gap:8px;width:100%;box-sizing:border-box}.gwp-sub__card--selected .gwp-sub__breakdown{border-top:2px solid var(--gwp-teal)}.gwp-sub__breakdown-title{margin:0 0 .45rem;font-family:var(--gwp-font);font-size:.8125rem;font-weight:500;line-height:1.43;color:#667085}.gwp-sub__breakdown-list{margin:0;padding-left:1.15rem;list-style-position:outside;font-family:var(--gwp-font);font-size:.875rem;line-height:1.45}.gwp-sub__breakdown-li--accent{color:var(--gwp-teal);font-weight:500}.gwp-sub__breakdown-li--accent::marker{color:var(--gwp-teal)}.gwp-sub__breakdown-li--muted{color:#475467;font-weight:400}.gwp-sub__breakdown-li--muted::marker{color:#94a3b8}.gwp-sub__breakdown-list .gwp-sub__breakdown-li+.gwp-sub__breakdown-li{margin-top:.35rem}.gwp-sub__summary{margin-top:40px;padding:1.15rem 1.1rem;border-radius:12px;border:1px solid var(--gwp-border);background:#fafafa;text-align:left}.gwp-sub__summary-title{margin:0 0 1rem}.gwp-sub__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.gwp-sub__summary-row+.gwp-sub__summary-row{margin-top:.65rem}.gwp-sub__summary-row--emph{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--gwp-border)}.gwp-sub__summary-due-value{font-weight:600;color:var(--gwp-teal)}.gwp-sub__summary-detail{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--gwp-border)}.gwp-sub__summary-detail-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.gwp-sub__summary-reminder{margin:.5rem 0 0}.gwp-sub__cta{margin-top:40px}.gwp-sub__continue{width:100%;padding:1rem 1.25rem;border-radius:999px;border:none;font-family:var(--gwp-font);font-size:1rem;font-weight:600;cursor:pointer;background:var(--gwp-teal);color:#fff;transition:background .15s ease}.gwp-sub__continue:hover{background:var(--gwp-teal-hover)}.gwp-sub__continue:focus-visible{outline:2px solid var(--gwp-teal);outline-offset:3px}.gwp-sub .gwp-sub__footnote{margin-top:1.25rem;text-align:left;white-space:pre-line;font-size:.75rem;line-height:1.35;color:#475467}.gwp-sub__legal-line{margin:.35rem 0 0;font-family:var(--gwp-font);font-size:1rem;line-height:1.5;color:#101828;text-align:center}.gwp-sub__legal-line--first{margin-top:1rem}.gwp-sub__legal-link{color:var(--gwp-teal);font-weight:500;text-decoration:underline;text-underline-offset:2px}.gwp-sub__legal-link:hover{color:var(--gwp-teal-hover)}.gwp-sub__site-footer .gwp-appt__copyright{margin-top:.75rem}.gwp-sub__footnote-ast{font-weight:700;margin-right:.15rem}.gwp-sub__footnote-link{color:var(--gwp-teal);font-weight:600;text-decoration:underline}.gwp-sub__footnote-link:hover{color:var(--gwp-teal-hover)}.ckp{max-width:720px;margin:0 auto;width:100%}.henry-apt__w500{font-weight:500;white-space:nowrap}.henry-contact{background:#ffffff;color:#101828;min-height:100vh}.henry-contact__sticky{position:sticky;top:0;z-index:1000;display:flex;flex-direction:column;align-items:center;background:#ffffff}.henry-contact__header-bar{width:100%;background:#ffffff;border-bottom:1px solid rgb(234,236,240);display:flex;justify-content:center;padding-top:24px;padding-bottom:24px}.henry-contact__header-inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-grow:1;gap:12px;max-width:600px;width:100%;padding-left:12px;padding-right:12px;box-sizing:border-box}.henry-contact__logo-link{flex-shrink:0}.henry-contact__hold{margin:0;width:220px;font-family:Inter,var(--font-body);font-size:1rem;line-height:1.5rem;text-align:right}.henry-contact__hold-strong{margin:0;font-weight:600}.henry-contact__hold-time{margin:0 0 0 .25rem;font-weight:400}.henry-contact__main{width:100%;margin:0;padding:0;box-sizing:border-box}.henry-contact__container{width:100%;max-width:900px;margin-left:auto;margin-right:auto;padding-left:12px;padding-right:12px;box-sizing:border-box}.henry-contact__container--md{max-width:900px}.henry-contact__hero{margin-top:24px;margin-bottom:24px}@media (min-width: 600px){.henry-contact__hero{margin-top:32px;margin-bottom:32px}}.henry-contact__avatar-row{display:flex;justify-content:center}.henry-contact__avatar{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:120px;height:120px;border-radius:50%;overflow:hidden;-webkit-user-select:none;user-select:none;background-color:#eaecf0}@media (min-width: 600px){.henry-contact__avatar{width:150px;height:150px}}.henry-contact__avatar img{width:100%;height:100%;object-fit:cover;text-align:center;display:block}.henry-contact__page-title{margin:0 0 1.5rem}@media (min-width: 600px){.henry-contact__page-title{margin-bottom:1.75rem}}.henry-cd-form{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:100%;margin:0 auto 4rem;padding:0;box-sizing:border-box}.henry-cd-grid,.henry-cd-row{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 600px){.henry-cd-row--half{flex-direction:row;align-items:flex-start}.henry-cd-row--half .henry-cd-field{flex:1;min-width:0}}.henry-cd-field--full{width:100%}.henry-cd-label{display:block;margin:0 0 .375rem;font-family:Inter,var(--font-body);font-size:1rem;line-height:1.5rem;font-weight:400;color:#101828}.henry-cd-req{color:#101828}.henry-cd-input{box-sizing:border-box;width:100%;padding:.875rem;border:1px solid rgb(208,213,221);border-radius:8px;font-family:Inter,var(--font-body);font-size:1rem;line-height:1.5rem;color:#101828;background:#ffffff;transition:border-color .15s ease}.henry-cd-input:hover{border-color:#101828}.henry-cd-input:focus{outline:none;border-color:#007863;box-shadow:0 0 0 1px #007863}.henry-cd-input::placeholder{color:#667085;opacity:1}.henry-cd-helper{margin:.375rem 0 0}.henry-cd-input--date{min-height:3.125rem;color-scheme:light}.henry-cd-input--invalid{border-color:#b42318;box-shadow:0 0 0 1px #b4231840}.henry-cd-email-check{margin:.5rem 0 0}.henry-cd-email-check__msg{margin:0;font-family:Inter,var(--font-body);font-size:.8125rem;line-height:1.35}.henry-cd-email-check__msg--ok{color:#09472a}.henry-cd-email-check__msg--warn{color:#854d0e}.henry-cd-email-check__msg--err{color:#b42318}.henry-cd-email-check__apply{display:inline-block;margin:.35rem 0 0;padding:0;font:inherit;font-weight:600;color:#007863;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.henry-cd-email-check__apply:hover{color:#005d4c}.henry-cd-form-error{margin:0}.henry-cd-consent{margin-top:.25rem;margin-bottom:0}.henry-contact__stack-footer{display:flex;flex-direction:column;align-items:center;text-align:center;gap:0;margin-top:0;padding:0 16px 2rem}.henry-contact__questions-title--gutter{margin-bottom:1rem}.henry-contact__questions-body--footer{margin:0 0 1rem}.henry-contact__footer-line--stack{margin:0 0 .75rem;font-size:1rem;line-height:1.5rem;color:#101828}.henry-contact__copyright--stack{margin:0;padding-top:.25rem}.henry-contact__footer-link--btn{font:inherit;font-weight:600;color:#007863;background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.henry-contact__footer-link--btn:hover{color:#005d4c}.henry-contact__form-label{display:inline-flex;align-items:flex-start;cursor:pointer;vertical-align:middle;margin-left:-11px;margin-right:16px;max-width:100%}.henry-contact__checkbox{width:20px;height:20px;min-width:20px;margin:2px 12px 0 0;flex-shrink:0;border-radius:6px;border:1px solid rgb(208,213,221);accent-color:rgb(0,120,99);cursor:pointer}.henry-contact__form-label-text{margin:0}.henry-contact__legal-copy{margin:0;font-family:Inter,var(--font-body);font-size:.75rem;line-height:1.125rem;font-weight:400;color:#475467}.henry-contact__link{margin:0;font:inherit;color:#475467;text-decoration-line:underline;text-decoration-color:#475467}.henry-contact__link:hover{color:#344054}.henry-contact__continue{position:relative;box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;width:100%;margin-top:.5rem;border-radius:8px;min-height:fit-content;border:1px solid rgb(0,120,99);box-shadow:#1018280d 0 1px 2px;font-family:Inter,var(--font-body);font-size:1rem;line-height:1.5rem;font-weight:600;text-transform:none;padding:12px 18px;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1)}.henry-contact__continue:disabled,.henry-contact__continue.Mui-disabled{pointer-events:none;cursor:default;color:#98a2b3;background:rgb(242,244,247);border-color:#eaecf0}.henry-contact__continue--active:not(:disabled){color:#fff;background:rgb(0,120,99);border-color:#007863}.henry-contact__continue--active:not(:disabled):hover{color:#fff;background:rgb(0,93,76);border-color:#005d4c}.henry-contact__questions{display:flex;flex-direction:column;margin-top:16px;padding-left:16px;padding-right:16px;gap:16px;text-align:center}.henry-contact__questions-title{margin:0 0 .35em;font-family:Poppins,var(--font-body);font-size:1.5rem;line-height:2rem;font-weight:500;color:#101828}.henry-contact__questions-body{margin:0;font-family:Inter,var(--font-body);font-size:1rem;line-height:1.5rem;text-wrap:balance;color:#101828}.henry-contact__questions-link{margin:0;font:inherit;color:#007863;text-decoration:underline rgba(0,120,99,.4)}.henry-contact__questions-link:hover{color:#005d4c}.henry-contact__site-footer{margin-top:2rem;padding:1.5rem 16px 2rem;text-align:center;font-family:Inter,var(--font-body);font-size:.8125rem;line-height:1.55;color:#64748b}.henry-contact__footer-line{margin:0 0 .75rem}.henry-contact__footer-link{color:#007863;font-weight:600;text-decoration:underline;text-underline-offset:2px}.henry-contact__footer-link:hover{color:#005d4c}.henry-contact__footer-sep{margin:0 .35rem;color:#e2e8f0}.henry-contact__copyright{margin:.75rem 0 0;font-size:.75rem;color:#64748b}.ckp__steps{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center;margin-bottom:1.5rem;padding:0;list-style:none}.ckp__step{font-family:var(--gwp-font);font-size:.8125rem;font-weight:600;color:var(--gwp-slate-500)}.ckp__step--current{color:var(--gwp-teal)}.ckp__step--done{color:var(--gwp-slate-700)}.ckp__banner{background:var(--gwp-slate-50);border:1px solid var(--gwp-border);border-radius:8px;padding:.875rem 1rem;margin-bottom:1.5rem}.ckp__title{margin:0 0 1rem}.ckp__shipping-form{margin:0}.ckp__addr-wrap,.ckp__addr-autocomplete{position:relative}.ckp__addr-hint{margin:.35rem 0 0;font-family:var(--gwp-font);font-size:.75rem;color:var(--gwp-slate-500)}.ckp__addr-suggestions{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:20;margin:0;padding:.25rem 0;list-style:none;max-height:240px;overflow-y:auto;background:#ffffff;border:1px solid var(--gwp-border);border-radius:8px;box-shadow:0 8px 24px #0f172a1f}.ckp__addr-suggestion-btn{display:block;width:100%;text-align:left;padding:.55rem .85rem;font-family:var(--gwp-font);font-size:.875rem;line-height:1.35;color:var(--gwp-slate-700);background:none;border:none;cursor:pointer}.ckp__addr-suggestion-btn:hover{background:var(--gwp-slate-50)}.ckp__sub{font-family:var(--gwp-font);font-size:1rem;line-height:1.55;color:var(--gwp-slate-700);margin:0 0 1.25rem}.ckp__list{margin:0 0 1.25rem;padding-left:1.25rem;font-family:var(--gwp-font);font-size:.9375rem;line-height:1.55;color:var(--gwp-slate-700)}.ckp__list li{margin-bottom:.35rem}.ckp__note{margin:0 0 1.25rem}.ckp__fieldset{border:none;margin:0 0 1.25rem;padding:0}.ckp__check{display:flex;gap:.65rem;align-items:flex-start;font-family:var(--gwp-font);font-size:.8125rem;line-height:1.5;color:var(--gwp-slate-700);cursor:pointer}.ckp__check input{margin-top:.2rem;flex-shrink:0}.ckp__check a{color:var(--gwp-teal);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ckp__check a:hover{color:var(--gwp-teal-hover)}.ckp__form-grid{display:flex;flex-direction:column;gap:1.5rem}.ckp__row2{display:grid;gap:1rem}@media (min-width: 560px){.ckp__row2{grid-template-columns:1fr 1fr}}.ckp__label{display:block;font-family:var(--gwp-font);font-size:.8125rem;font-weight:600;color:#000;margin-bottom:.35rem}.ckp__req{color:#c2410c}.ckp__input{box-sizing:border-box;width:100%;margin:0;padding:.875rem;font-family:var(--gwp-font);font-size:1rem;line-height:1.5;color:#101828;background:#ffffff;border:1px solid rgba(0,0,0,.23);border-radius:4px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.ckp__input:hover{border-color:#101828}.ckp__input:focus{border-color:#007863;box-shadow:0 0 0 1px #007863}.ckp__input::placeholder{color:#10182873;opacity:1}.ckp__form-grid .ob__select-trigger{border-radius:4px;border:1px solid rgba(0,0,0,.23);padding:.875rem;font-family:var(--gwp-font)}.ckp__form-grid .ob__select-trigger:hover:not(:disabled){border-color:#101828}.ckp__form-grid .ob__select-trigger:focus{outline:none;border-color:#007863;box-shadow:0 0 0 1px #007863}.ckp__actions--shipping-submit{margin-top:.25rem}.ckp__btn-continue{min-height:3.25rem;font-size:1rem;font-weight:600;border-radius:4px}.ckp__section-label{font-family:var(--gwp-font);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gwp-slate-500);margin:1.25rem 0 .5rem}.ckp__section-label:first-child{margin-top:0}.ckp__summary{border:1px solid var(--gwp-border);border-radius:8px;padding:1rem 1.1rem;background:var(--gwp-slate-50);margin-bottom:1.25rem}.ckp__summary-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-family:var(--gwp-font);font-size:.9375rem;color:var(--gwp-slate-700);margin-bottom:.5rem}.ckp__summary-row:last-child{margin-bottom:0}.ckp__summary-row--due{padding-top:.65rem;margin-top:.65rem;border-top:1px solid var(--gwp-border);font-weight:700;color:#000}.ckp__summary-muted{font-size:.8125rem;color:var(--gwp-slate-500);margin:.75rem 0 0;line-height:1.45}.ckp__product{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--gwp-border)}.ckp__product-name{font-weight:600;color:#000}.ckp__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media (min-width: 480px){.ckp__actions--split{flex-direction:row;flex-wrap:wrap;align-items:center}.ckp__actions--split .gwp__btn-primary--block{width:auto;min-width:10rem}.ckp__actions--split .ckp__back{order:-1;margin-right:auto}}.ckp__back{font-family:var(--gwp-font);font-size:.9375rem;font-weight:600;color:var(--gwp-teal);background:none;border:none;padding:.5rem 0;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.ckp__back:hover{color:var(--gwp-teal-hover)}.ckp__footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--gwp-border);font-family:var(--gwp-font);font-size:.8125rem;line-height:1.55;text-align:center;color:var(--gwp-slate-500)}.ckp__footer a{color:var(--gwp-teal);font-weight:600;text-decoration:underline;text-underline-offset:2px}.ckp__footer a:hover{color:var(--gwp-teal-hover)}.ckp__footer-divider{margin:0 .35rem;color:var(--gwp-border)}.ckp__state-debug{font-size:.8125rem;color:var(--gwp-slate-500);margin:0 0 1rem}.ckp__error{font-family:var(--gwp-font);font-size:.8125rem;color:#b91c1c;margin:0 0 .75rem}.ckp__payment-form{margin:0}.ckp__payment-stack{display:flex;flex-direction:column;gap:1.5rem}.ckp__payment-section-lead{margin:0;font-family:var(--gwp-font);font-size:1rem;font-weight:600;color:#000}.ckp__referral-section-title{margin:0;font-family:var(--gwp-font);font-size:1.125rem;font-weight:600;line-height:1.3;color:#000}.ckp__field-adorned{display:flex;align-items:stretch;border:1px solid rgba(0,0,0,.23);border-radius:4px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.ckp__field-adorned:focus-within{border-color:#007863;box-shadow:0 0 0 1px #007863}.ckp__input.ckp__input--in-adorn{flex:1;min-width:0;border:none!important;border-radius:0!important;box-shadow:none!important}.ckp__input.ckp__input--in-adorn:focus{box-shadow:none!important}.ckp__adorn-btn{flex-shrink:0;margin:0;padding:0 1.1rem;font-family:var(--gwp-font);font-size:.9375rem;font-weight:600;color:var(--gwp-slate-500);background:#f9fafb;border:none;border-left:1px solid rgba(0,0,0,.12);cursor:not-allowed}.ckp__order-summary-block{margin:0}.ckp__order-summary-title{margin:0 0 .75rem;font-family:var(--gwp-font);font-size:1.25rem;font-weight:600;line-height:1.3;color:#000}.ckp__summary-lines{display:flex;flex-direction:column;gap:.65rem;margin-bottom:.75rem}.ckp__summary-row--sm{font-size:.875rem}.ckp__summary-row--prominent{font-size:1rem;font-weight:600;color:#000}.ckp__accordion{margin:0;border:1px solid #eaecf0;border-radius:8px;background:#ffffff;box-shadow:0 1px 2px #1018280f}.ckp__accordion-summary{list-style:none;cursor:pointer;padding:1rem 2.25rem 1rem 1rem;position:relative}.ckp__accordion-summary::-webkit-details-marker{display:none}.ckp__accordion-summary:after{content:"";position:absolute;right:1rem;top:50%;width:8px;height:8px;margin-top:-6px;border-right:2px solid #667085;border-bottom:2px solid #667085;transform:rotate(45deg);transition:transform .15s ease}.ckp__accordion[open]>.ckp__accordion-summary:after{margin-top:-2px;transform:rotate(-135deg)}.ckp__accordion-summary-text{display:flex;flex-direction:column;gap:.25rem}.ckp__accordion-title{font-family:var(--gwp-font);font-size:1rem;font-weight:600;color:#000}.ckp__accordion-sub{font-family:var(--gwp-font);font-size:.75rem;line-height:1.45;color:var(--gwp-slate-500)}.ckp__accordion-panel{padding:0 1rem 1rem}.ckp__accordion-panel--pad{padding-top:.5rem}.ckp__accordion-hr{margin:0 0 .75rem;border:none;border-top:1px solid #eaecf0}.ckp__summary-muted--tight{margin:.5rem 0 .75rem}.ckp__check.ckp__check--subscription{align-items:flex-start;gap:.65rem;margin:0}.ckp__check.ckp__check--subscription input{margin-top:.2rem}.ckp__subscription-ack{display:flex;flex-direction:column;gap:.35rem;font-family:var(--gwp-font)}.ckp__subscription-ack-lead{font-size:.875rem;font-weight:600;color:#000}.ckp__subscription-ack-body{font-size:.8125rem;line-height:1.45;color:var(--gwp-slate-700)}.ckp__choose-pay-title{margin:0;font-family:var(--gwp-font);font-size:1.25rem;font-weight:600;line-height:1.3;color:#000}.ckp__accordion--payment-method{margin:0}.ckp__accordion-summary--payment-method{padding:1rem 2.25rem 1rem 1rem}.ckp__pay-method-label{font-family:var(--gwp-font);font-size:1rem;font-weight:600;color:#000}.ckp__pay-or{display:flex;align-items:center;gap:1rem;margin:.25rem 0}.ckp__pay-or-line{flex:1;height:1px;background:#eaecf0}.ckp__pay-or-text{font-family:var(--gwp-font);font-size:.875rem;color:var(--gwp-slate-500)}.ckp__gpay-placeholder{min-height:48px;border-radius:4px;border:1px dashed #d0d5dd;background:#fafafa}.ckp__actions--payment-submit{margin-top:.25rem}.gwp__btn-primary:disabled,.gwp__btn-primary.ckp__btn-continue:disabled{opacity:1;cursor:not-allowed;background:rgb(242,244,247);color:#98a2b3;border:1px solid rgb(234,236,240);box-shadow:none}.ckp__check.ckp__check--subscription{padding:1rem 1.1rem;border-radius:8px;border:1px solid rgb(254,243,199);background:rgb(255,251,235)}.ckp__check.ckp__check--subscription input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:var(--gwp-teal)}.ckp__subscription-ack-lead{font-size:1rem;font-weight:600;color:#101828}.ckp__subscription-ack-body{font-size:.9375rem;line-height:1.5;color:#475467}.ckp__choose-pay-title{font-size:1.5rem;font-weight:700;color:#101828;margin-top:1rem}.ckp__accordion.ckp__accordion--payment-method{border:1px solid rgb(234,236,240);border-radius:12px;box-shadow:none;overflow:hidden}.ckp__accordion-summary.ckp__accordion-summary--payment-method{padding:1rem 3rem 1rem 1.25rem}.ckp__pay-method-head{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.ckp__card-brands{display:inline-flex;align-items:center;gap:6px}.ckp__card-brand{width:36px;height:24px;display:block;border-radius:3px}.ckp__pay-method-label{font-size:1rem;font-weight:700;color:#101828}.ckp__accordion-summary.ckp__accordion-summary--payment-method:after{width:10px;height:10px;border-right:1.5px solid rgb(71,84,103);border-bottom:1.5px solid rgb(71,84,103);right:1.25rem}.ckp__accordion--payment-method .ckp__accordion-panel{padding:.5rem 1.25rem 1.25rem}.ckp__ted-payment-slot{min-height:14rem;border:1px dashed rgb(208,213,221);border-radius:8px;background:rgb(249,250,251);margin:.5rem 0 1rem}.ckp__actions--payment-submit .ckp__btn-continue{border-radius:8px;padding:1rem 1.25rem;min-height:3.25rem;font-size:1rem;font-weight:600;width:100%}.ckp__actions--payment-submit{margin-top:0}:root{--henry-flow-page-title-font: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--henry-flow-page-title-size: 30px;--henry-flow-page-title-weight: 700;--henry-flow-page-title-line-height: 1.27;--henry-flow-page-title-color: #101828}.gwp .gwp__title,.gwp .gwp__h1,.gwp-appt__h1:not(.gwp-appt__overview-sr-title),.gwp-sub__title,.gwp-at__h1,.gwp-pay__title,.ckp__title,.henry-contact__page-title,.ob__title{font-family:var(--henry-flow-page-title-font);font-size:var(--henry-flow-page-title-size);font-weight:var(--henry-flow-page-title-weight);line-height:var(--henry-flow-page-title-line-height);color:var(--henry-flow-page-title-color);text-align:center;letter-spacing:0}:root{--henry-flow-ui-font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--henry-flow-text-md-size: 16px;--henry-flow-text-md-weight: 400;--henry-flow-text-md-line-height: 1.5;--henry-flow-text-md-color: #101828;--henry-flow-text-sm-size: 14px;--henry-flow-text-sm-weight: 400;--henry-flow-text-sm-line-height: 1.43;--henry-flow-text-sm-color: #475467;--henry-flow-card-title-size: 18px;--henry-flow-card-title-line-height: 1.4;--henry-flow-card-title-color: #101828}.ob__subtitle,.gwp-appt__body,.gwp-at__subtitle,.gwp-pay__body,.ckp__sub,.ckp__note,.gwp-appt__overview-summary,.gwp-appt__overview-step,.gwp-appt__empty-msg{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-text-md-size);font-weight:var(--henry-flow-text-md-weight);line-height:var(--henry-flow-text-md-line-height);color:var(--henry-flow-text-md-color)}.henry-cd-label{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-text-md-size);line-height:var(--henry-flow-text-md-line-height);color:var(--henry-flow-text-md-color)}.ckp__list{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-text-md-size);font-weight:var(--henry-flow-text-md-weight);line-height:var(--henry-flow-text-md-line-height);color:var(--henry-flow-text-md-color)}.ob__option-desc,.gwp-at__option-desc,.gwp-at__option--selected .gwp-at__option-desc,.ob__plan-desc,.ckp__banner,.ckp__addr-hint,.henry-cd-helper,.gwp-appt__overview-alert-line,.gwp-appt__consent,.gwp__subline,.gwp-sub__footnote,.gwp-sub__summary-row,.gwp-sub__summary-reminder{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-text-sm-size);font-weight:var(--henry-flow-text-sm-weight);line-height:var(--henry-flow-text-sm-line-height);color:var(--henry-flow-text-sm-color)}.ckp__banner strong{color:var(--henry-flow-text-md-color);font-weight:600}.ob__option-text,.gwp-at__option-title,.gwp-sub__card-title{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-card-title-size);font-weight:600;line-height:var(--henry-flow-card-title-line-height);color:var(--henry-flow-card-title-color)}.gwp-appt__section-title,.gwp-sub__section-label,.gwp-sub__summary-title,.gwp-appt__overview-next-title{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-card-title-size);font-weight:700;line-height:var(--henry-flow-card-title-line-height);color:var(--henry-flow-card-title-color)}.gwp-sub__summary-row--emph,.gwp-sub__summary-detail-row{font-family:var(--henry-flow-ui-font);font-size:var(--henry-flow-text-md-size);font-weight:600;line-height:var(--henry-flow-text-md-line-height);color:var(--henry-flow-text-md-color)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #0e0e0e;--color-primary-mid: #1f1f1f;--color-primary-soft: #ece7f7;--color-accent-lavender: #ece7f7;--color-accent-peach: #fce6dc;--color-accent-butter: #f8efd7;--color-accent-mint: #e3f0e6;--color-accent-blush: #f7e1e8;--color-accent-warm: var(--color-accent-butter);--color-accent-rose: var(--color-accent-peach);--btn-primary-bg: #0e0e0e;--btn-primary-hover: #2a2a2a;--btn-primary-active: #000000;--color-cream: #ffffff;--color-cream-deep: #f5f4f1;--color-white: #ffffff;--color-text: #0e0e0e;--color-heading: #0e0e0e;--color-text-muted: #5c5c5c;--color-border: rgba(14, 14, 14, .1);--font-body: "Poppins", sans-serif;--framer-marketing-body-font-family: "Red Hat Text", "Red Hat Text Placeholder", sans-serif;--framer-marketing-body-font-size: 18px;--framer-marketing-body-font-weight: 500;--framer-marketing-body-line-height: 1.6;--framer-paragraph-spacing: 20px;--marketing-section-text: var(--color-text);--framer-font-family: "Poltawski Nowy", "Poltawski Nowy Placeholder", serif;--framer-font-family-italic: "Poltawski Nowy", "Poltawski Nowy Placeholder", serif;--framer-font-open-type-features: normal;--font-display: var(--framer-font-family);--framer-font-size: clamp(40px, 6.4vw, 84px);--display-line-height: 1.02;--display-tracking: -.02em;--section-heading-size: clamp(32px, 4.4vw, 60px);--font-onboarding-headline: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--max-width: 1240px;--page-width: min(var(--max-width), calc(100vw - 96px));--section-px: clamp(20px, 5vw, 64px);--section-py: clamp(56px, 8vw, 128px);--section-gap: clamp(40px, 6vw, 96px);--marketing-page-image-size: 568px;--intro-band-card-height: 202px;--radius-card: 0;--radius-card-lg: 0;--radius-pill: 999px;--shadow-card: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 28px rgba(0, 0, 0, .05);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .06), 0 18px 40px rgba(0, 0, 0, .1)}html{font-size:16px;scroll-behavior:smooth;width:100%;min-width:100%}@media (max-width: 600px){:root{--page-width: min(1240px, calc(100vw - 32px))}}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;min-width:100%;width:100%;overflow-x:hidden}#root{width:100%;min-width:100%}img{display:block;max-width:100%}button{cursor:pointer;font-family:var(--font-body);border:none;background:none}ul,ol{list-style:none}a{text-decoration:none;color:inherit}.container{max-width:var(--page-width);margin:0 auto;padding:0 var(--section-px)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;background-color:var(--btn-primary-bg);color:var(--color-white);font-family:var(--font-body);font-weight:500;font-size:clamp(.875rem,1.1vw,1rem);padding:clamp(13px,1.6vw,17px) clamp(24px,2.6vw,32px);border-radius:var(--radius-pill);border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap;letter-spacing:0}.btn-primary:hover{background-color:var(--btn-primary-hover);transform:translateY(-1px)}.btn-primary:active{background-color:var(--btn-primary-active);transform:translateY(0)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;background-color:var(--color-cream-deep);color:var(--color-primary);font-family:var(--font-body);font-weight:500;font-size:clamp(.875rem,1.1vw,1rem);padding:clamp(13px,1.6vw,17px) clamp(22px,2.6vw,30px);border-radius:var(--radius-pill);border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap}.btn-ghost:hover{background-color:#ebe9e4;transform:translateY(-1px)}.display-heading{font-family:var(--font-display);font-weight:500;font-size:var(--framer-font-size);line-height:var(--display-line-height);letter-spacing:var(--display-tracking);color:var(--color-heading)}.section-heading{font-family:var(--font-display);font-weight:500;font-size:var(--section-heading-size);line-height:1.05;letter-spacing:var(--display-tracking);color:var(--color-heading)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted)}.eyebrow:before{content:"";width:22px;height:1px;background-color:var(--color-text-muted);display:inline-block}.eyebrow--pill{background-color:#f8ffa1;color:var(--color-primary);padding:8px 16px;border-radius:var(--radius-pill);text-transform:none;letter-spacing:0;font-weight:500;font-size:.95rem}.eyebrow--pill:before{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.reveal--from-left{transform:translate(-120px)}.reveal--from-right{transform:translate(120px)}.reveal--visible,.reveal--from-left.reveal--visible,.reveal--from-right.reveal--visible{opacity:1;transform:translate(0)}@keyframes reveal-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-from-left{0%{opacity:0;transform:translate(-120px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-from-right{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}@keyframes reveal-up-only{0%{transform:translateY(80px)}to{transform:translateY(0)}}@keyframes reveal-from-left-only{0%{transform:translate(-120px)}to{transform:translate(0)}}@keyframes reveal-from-right-only{0%{transform:translate(120px)}to{transform:translate(0)}}@supports (animation-timeline: view()){.reveal{opacity:0;transform:none;transition:none;animation:reveal-up linear both;animation-timeline:view();animation-range:entry 0% cover 35%}.reveal--from-left{animation-name:reveal-from-left}.reveal--from-right{animation-name:reveal-from-right}.reveal.reveal--no-fade{animation-name:reveal-up-only;opacity:1}.reveal.reveal--no-fade.reveal--from-left{animation-name:reveal-from-left-only;opacity:1}.reveal.reveal--no-fade.reveal--from-right{animation-name:reveal-from-right-only;opacity:1}}.reveal.reveal--no-fade{opacity:1;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow,.hero__headline,.hero__subtext,.hero__cta-row,.hero__trust-row,.hero__image-wrap{animation:hero-fade-up .8s cubic-bezier(.2,.65,.3,1) both}.hero__eyebrow{animation-delay:.05s}.hero__headline{animation-delay:.15s}.hero__subtext{animation-delay:.3s}.hero__cta-row{animation-delay:.4s}.hero__trust-row{animation-delay:.5s}.hero__image-wrap{animation-delay:.1s}.g1hero__headline,.g1hero__ctas,.g1hero__bullets,.g1hero__photo-wrap,.g1hero__photos{animation:hero-fade-up .8s cubic-bezier(.2,.65,.3,1) both}.g1hero__headline{animation-delay:.05s}.g1hero__ctas{animation-delay:.2s}.g1hero__bullets{animation-delay:.1s}.g1hero__photo-wrap,.g1hero__photos{animation-delay:.3s}@media (prefers-reduced-motion: reduce){.reveal{opacity:1;transform:none;transition:none}.hero__eyebrow,.hero__headline,.hero__subtext,.hero__cta-row,.hero__trust-row,.hero__image-wrap,.g1hero__headline,.g1hero__ctas,.g1hero__bullets,.g1hero__photo-wrap,.g1hero__photos{animation:none}}
