.navbar{position:sticky;top:0;z-index:100;background-color:var(--color-cream);border-bottom:1px solid var(--color-border)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:clamp(52px,5vw,68px);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(26px,3vw,34px);width:auto}.navbar__links{display:flex;align-items:center;gap:clamp(14px,2.5vw,28px);flex:1;justify-content:center}.navbar__link{font-family:var(--font-body);font-size:clamp(.8rem,1.2vw,.9rem);font-weight:500;color:var(--color-text);cursor:pointer;transition:color .15s ease;background:none;border:none;padding:0;display:flex;align-items:center;gap:5px;white-space:nowrap;text-decoration:none}.navbar__link:hover{color:var(--color-primary)}.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:12px;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{background-color:var(--color-cream);padding:var(--section-py) var(--section-px) clamp(32px,5vw,56px)}.hero__inner{max-width:var(--page-width);margin:0 auto}.hero__top{display:grid;grid-template-columns:1fr 1fr;gap:clamp(24px,4vw,56px);align-items:center;margin-bottom:clamp(28px,4vw,48px)}.hero__content{min-width:0}.hero__eyebrow{font-family:var(--font-body);font-size:clamp(.75rem,1.2vw,.875rem);font-weight:500;color:var(--marketing-section-text);line-height:var(--framer-marketing-body-line-height);margin-bottom:10px;letter-spacing:.01em}.hero__headline{font-family:var(--framer-font-family);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:#000;margin-bottom:clamp(14px,2vw,20px);letter-spacing:-.01em}.hero__subtext{font-family:var(--font-body);font-size:clamp(.875rem,1.5vw,1rem);font-weight:400;line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);margin-bottom:clamp(20px,3vw,32px);max-width:420px}.hero__image-wrap{display:flex;justify-content:flex-end;align-items:center}.hero__image{width:100%;max-width:560px;height:auto;max-height:clamp(220px,40vw,480px);object-fit:contain;object-position:center;display:block}.hero__cards{display:flex;flex-direction:column;gap:clamp(10px,1.5vw,14px)}.hero__cards-row{display:flex;gap:clamp(10px,1.5vw,14px);justify-content:center}.treatment-card{flex:0 0 calc((100% - 28px) / 3);border-radius:clamp(14px,2vw,20px);border:1px solid rgba(15,31,0,.05);padding:clamp(12px,1.5vw,16px) clamp(14px,2vw,20px);display:flex;flex-direction:row;align-items:center;gap:clamp(10px,1.5vw,16px);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:clamp(72px,9vw,88px);min-width:0}.treatment-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000012}.treatment-card__icon{width:clamp(48px,6vw,64px);height:clamp(48px,6vw,64px);border-radius:999px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.treatment-card__icon img{width:100%;height:100%;object-fit:cover;object-position:center top}.treatment-card__label{font-family:var(--font-body);font-size:clamp(.775rem,1.2vw,.875rem);font-weight:600;color:var(--color-text);line-height:1.35;flex:1;min-width:0}.treatment-card__arrow{width:clamp(28px,3.5vw,36px);height:clamp(28px,3.5vw,36px);border-radius:999px;background-color:var(--color-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.treatment-card__arrow svg{width:clamp(12px,1.5vw,15px);height:clamp(12px,1.5vw,15px);fill:#fff}@media (max-width: 640px){.hero{padding-top:clamp(24px,5vw,40px);padding-bottom:clamp(24px,5vw,36px)}.hero__top{grid-template-columns:1fr;gap:20px}.hero__image-wrap{order:1;justify-content:center}.hero__content{order:2;text-align:center}.hero__subtext{max-width:100%;margin-left:auto;margin-right:auto}.hero__image{width:100%;max-height:clamp(220px,40vw,480px);object-fit:contain}.hero__cards{gap:10px}.hero__cards-row{flex-direction:column;gap:10px}.treatment-card{flex:unset;width:100%}}.treatment-card--link{cursor:pointer}.treatment-card--link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001a}.how-it-works{background-color:var(--color-cream);padding:var(--section-py) var(--section-px);position:relative;z-index:0;overflow:hidden}.how-it-works__inner{max-width:var(--page-width);margin:0 auto}.how-it-works__header{text-align:center;margin-bottom:clamp(32px,5vw,56px)}.how-it-works__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);margin-bottom:10px;letter-spacing:-.01em}.how-it-works__subtitle{font-family:var(--font-body);font-size:clamp(.85rem,1.5vw,.95rem);color:var(--marketing-section-text);line-height:var(--framer-marketing-body-line-height);font-weight:400}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(12px,2vw,20px);align-items:stretch}.step-card{background-color:#ede9e3;border-radius:clamp(16px,2.5vw,24px);display:flex;flex-direction:column;align-items:center;padding:0 0 clamp(20px,3vw,32px);position:relative;overflow:visible;height:100%}.step-card__number{font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--color-primary);background-color:var(--color-cream);width:40px;height:40px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-top:-20px;margin-bottom:20px;position:relative;z-index:1;border:1px solid rgba(15,31,0,.08);flex-shrink:0}.step-card__illustration{width:100%;flex:1;display:flex;align-items:center;justify-content:center;padding:0 clamp(12px,2vw,24px);min-height:clamp(160px,18vw,240px)}.step-card__illustration img{max-width:100%;max-height:clamp(160px,20vw,260px);object-fit:contain;display:block}.step-card__body{text-align:center;padding:clamp(16px,2vw,24px) clamp(16px,2.5vw,28px) 0}.step-card__title{font-family:var(--font-body);font-size:clamp(.875rem,1.3vw,1rem);font-weight:700;color:var(--color-heading);margin-bottom:8px;line-height:1.3}.step-card__desc{font-family:var(--font-body);font-size:clamp(.8rem,1.2vw,.875rem);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text)}@media (max-width: 860px){.how-it-works__steps{display:flex;grid-template-columns:unset;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:24px;padding-bottom:4px;align-items:stretch}.how-it-works__steps::-webkit-scrollbar{display:none}.step-card{flex:0 0 280px;width:280px;scroll-snap-align:start}.step-card:last-child{margin-right:var(--section-px)}}.how-it-works--page{padding-top:clamp(2rem,4vw,3rem)}.how-it-works--page .how-it-works__title{font-size:clamp(1.75rem,4vw,2.65rem)}.testimonials{background-color:var(--color-primary);color:var(--color-white)}.testimonials:before{content:"";display:block;height:clamp(64px,10vw,120px);background-color:#fffcf8}.testimonials__photos{display:flex;gap:clamp(4px,1vw,8px);justify-content:center;padding:0 var(--section-px);margin-top:calc(-1*clamp(40px,6vw,80px));position:relative;z-index:2;max-width:100%;overflow:hidden;flex-wrap:nowrap}.testimonials__photo{width:clamp(80px,14vw,190px);flex-shrink:1;flex-basis:clamp(80px,14vw,190px);min-width:56px;height:clamp(120px,20vw,260px);overflow:hidden}.testimonials__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.testimonials__body{display:flex;align-items:center;justify-content:center;gap:clamp(24px,4vw,56px);padding:clamp(36px,5vw,64px) var(--section-px) clamp(48px,6vw,80px);max-width:var(--page-width);margin:0 auto;flex-wrap:wrap}.testimonials__left{display:flex;flex-direction:column;gap:clamp(18px,3vw,28px);flex:1;min-width:min(100%,280px)}.testimonials__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.6rem,4vw,3rem);line-height:1.1;letter-spacing:-.01em;color:var(--color-white)}.testimonials__cta{display:inline-flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;font-family:var(--font-body);font-size:clamp(.85rem,1.5vw,.95rem);font-weight:600;color:#c8a84b;padding:0;transition:opacity .15s}.testimonials__cta:hover{opacity:.8}.testimonials__cta-arrow{width:26px;height:26px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.testimonials__cta-arrow svg{width:22px;height:22px;stroke:#c8a84b}.testimonials__right{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,2vw,16px);flex-shrink:0}.tp-logo{display:flex;align-items:center;gap:8px}.tp-logo__text{font-size:clamp(.9rem,1.5vw,1.1rem);font-weight:400;color:var(--color-white);letter-spacing:.01em}.tp-stars{display:flex;gap:clamp(2px,.5vw,4px)}.tp-star{width:clamp(32px,4.5vw,48px);height:clamp(32px,4.5vw,48px)}.tp-star svg{width:100%;height:100%;display:block}.testimonials__score{font-size:clamp(.8rem,1.3vw,.9rem);color:#fffc;font-weight:400}.testimonials__score strong{color:var(--color-white);font-weight:700}.testimonials__score-sep{opacity:.5;margin:0 4px}.testimonials__review-count{text-decoration:underline;text-underline-offset:2px}@media (max-width: 640px){.testimonials__photo:nth-child(n+4){display:none}.testimonials__photos{gap:clamp(4px,1.5vw,8px)}.testimonials__photo{flex:1 1 0;min-width:0}.testimonials__body{flex-direction:column;align-items:center;text-align:center}.testimonials__left{align-items:center;text-align:center}.testimonials__right{align-items:center}}.faq{background-color:var(--color-cream);padding:var(--section-py) var(--section-px)}.faq__inner{max-width:min(760px,var(--page-width));margin:0 auto}.faq__header{text-align:center;margin-bottom:clamp(28px,4vw,48px);display:flex;flex-direction:column;align-items:center;gap:clamp(10px,1.5vw,16px)}.faq__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.5rem);color:var(--color-heading);letter-spacing:-.01em;line-height:1.15}.faq__view-all{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:clamp(.8rem,1.3vw,.9rem);font-weight:600;color:#007762;text-decoration:none;transition:opacity .15s}.faq__view-all:hover{opacity:.75}.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:#007762}.faq__list{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid rgba(180,160,220,.35)}.faq-item:first-child{border-top:1px solid rgba(180,160,220,.35)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:clamp(16px,2.5vw,22px) 0;background:none;border:none;cursor:pointer;text-align:left}.faq-item__question{font-family:var(--font-body);font-size:clamp(.875rem,1.5vw,.975rem);font-weight:600;color:var(--color-heading);line-height:1.4;transition:color .15s ease}.faq-item__trigger:hover .faq-item__question{color:#1a1a1a}.faq-item__plus{flex-shrink:0;width:28px;height:28px;border-radius:50%;background-color:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:400;line-height:1;transition:background-color .2s ease;font-family:var(--font-body)}.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(16px,2.5vw,22px);font-size:clamp(.825rem,1.3vw,.9rem);line-height:var(--framer-marketing-body-line-height);color:var(--marketing-section-text);white-space:pre-line}.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:#007762;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:var(--color-primary);color:var(--color-white);padding:clamp(40px,6vw,64px) 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:#f0ebe0;border-radius:clamp(14px,2vw,20px);padding:clamp(24px,3vw,36px);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(.825rem,1.3vw,.95rem);font-weight:400;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(.825rem,1.3vw,.95rem);color:var(--color-primary);font-weight:400;line-height:1.5;margin-bottom:clamp(16px,2.5vw,28px)}.footer__brand-cta{display:block;width:100%;box-sizing:border-box;text-align:center;text-decoration:none;padding:clamp(12px,1.8vw,17px) 0;border:none;border-radius:10px;background-color:var(--color-primary);color:var(--color-white);font-family:var(--font-body);font-size:clamp(.85rem,1.3vw,.95rem);font-weight:600;cursor:pointer;transition:opacity .15s;letter-spacing:.01em}.footer__brand-cta:hover{opacity:.85}.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:32px;height:32px;border-radius:6px;border:none;background-color:#ffffff1f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s}.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:#fffcf8;padding:0 var(--section-px) clamp(40px,6vw,72px)}.g1hero__inner{max-width:var(--page-width);margin:0 auto;display:grid;grid-template-columns:55% 1fr;gap:clamp(32px,5vw,72px);align-items:center;padding:clamp(32px,5vw,64px) 0 0}.g1hero__img-wrap{position:relative;line-height:0;width:fit-content;max-width:100%}.g1hero__img{width:min(100%,var(--marketing-page-image-size));max-width:var(--marketing-page-image-size);max-height:var(--marketing-page-image-size);aspect-ratio:1 / 1;height:auto;object-fit:cover;object-position:center top;display:block;border-radius:20px}.g1hero__bottles{position:absolute;bottom:-6%;left:2%;width:34%;object-fit:contain;pointer-events:none}.g1hero__content{display:flex;flex-direction:column;gap:clamp(14px,2vw,22px)}.g1hero__sub{font-family:var(--font-body);font-size:clamp(.88rem,1.2vw,1rem);color:var(--marketing-section-text);line-height:var(--framer-marketing-body-line-height);margin:0}.g1hero__headline{font-family:var(--framer-font-family);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;letter-spacing:-.01em;color:#000;margin:0}.g1hero__note{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}.g1hero__cta{width:fit-content;margin-top:4px}.g1hero__strip-wrap{max-width:var(--page-width);margin:clamp(28px,4vw,48px) auto 0;padding:0;display:flex;flex-direction:column;align-items:center;gap:16px}.g1hero__strip-label{font-family:var(--font-body);font-size:clamp(.88rem,1.2vw,.95rem);font-weight:600;color:var(--marketing-section-text);margin:0;text-align:center}.g1hero__strip{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(10px,1.5vw,14px);width:100%}.g1hero__strip-card{background:rgb(247,245,254);border:1px solid rgba(15,31,0,.05);border-radius:clamp(14px,2vw,20px);padding:clamp(12px,1.5vw,16px) clamp(14px,2vw,20px);display:flex;align-items:center;justify-content:flex-start;gap:clamp(10px,1.5vw,16px)}.g1hero__strip-icon{width:clamp(48px,6vw,64px);height:clamp(48px,6vw,64px);border-radius:999px;background:rgb(227,221,251);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#0f1f00}.g1hero__strip-icon svg{width:clamp(28px,3.5vw,36px);height:clamp(28px,3.5vw,36px)}.g1hero__strip-text{font-family:var(--font-body);font-size:clamp(.775rem,1.2vw,.875rem);font-weight:600;color:var(--marketing-section-text);line-height:1.35;flex:1;min-width:0;text-align:left}@media (max-width: 860px){.g1hero__inner{grid-template-columns:1fr 1fr;gap:24px}}@media (max-width: 640px){.g1hero__inner{grid-template-columns:1fr}.g1hero__img-wrap{order:-1}.g1hero__bottles{width:30%}.g1hero__strip{grid-template-columns:repeat(2,1fr)}}.g1rb{background-color:#fffcf8;padding:clamp(8px,1.5vw,16px) var(--section-px) clamp(40px,6vw,96px)}.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{border-radius:24px;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(16px,2vw,24px)}.g1rb__header{text-align:center}.g1rb__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.8rem,3vw,2.8rem);color:var(--color-heading);line-height:1.12;letter-spacing:-.01em;margin:0 0 12px}.g1rb__sub{font-family:var(--font-body);font-size:clamp(.92rem,1.3vw,1rem);color:var(--marketing-section-text);line-height:var(--framer-marketing-body-line-height);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:36px;height:36px;margin-top:2px;color:#0f1f00}.g1rb__icon svg{width:28px;height:28px}.g1rb__item-text{display:flex;flex-direction:column;gap:5px}.g1rb__item-title{font-family:var(--font-body);font-size:clamp(.92rem,1.3vw,1rem);font-weight:700;color:var(--marketing-section-text);margin:0}.g1rb__item-body{font-family:var(--font-body);font-size:clamp(.84rem,1.1vw,.92rem);color:var(--marketing-section-text);line-height:var(--framer-marketing-body-line-height);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}}.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{--framer-font-family: "Avenir Book", "Avenir Book Placeholder", sans-serif;--framer-font-family-bold: "Avenir Black", "Avenir Black Placeholder", sans-serif;--framer-font-family-bold-italic: "Avenir Black Oblique", "Avenir Black Oblique Placeholder", sans-serif;--framer-font-family-italic: "Avenir Oblique", "Avenir Oblique Placeholder", sans-serif;--framer-font-open-type-features: normal;--framer-font-size: 14px;--framer-paragraph-spacing: 20px;--g1med-img-width: 420px;--g1med-img-height: 313px;--g1med-row-height: 333px;box-sizing:border-box;background-color:#ede8e0;padding:56px var(--section-px)}.g1med__inner{box-sizing:border-box;max-width:var(--page-width);margin:0 auto;height:var(--g1med-row-height);min-height:var(--g1med-row-height);max-height:var(--g1med-row-height);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:clamp(24px,4vw,48px);align-items:center}.g1med__card{height:100%;min-height:0;align-self:stretch;background:rgb(237,234,228);border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:10px 14px;box-sizing:border-box}.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);aspect-ratio:420 / 313;object-fit:contain;display:block}.g1med__content{min-height:0;max-height:100%;display:flex;flex-direction:column;gap:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.g1med__title{font-family:var(--framer-font-family-bold);font-feature-settings:var(--framer-font-open-type-features);font-style:normal;font-weight:400;font-size:clamp(1.6rem,2.8vw,2.4rem);color:var(--marketing-section-text);letter-spacing:-.01em;line-height:1.15;margin:0 0 clamp(12px,2vw,18px)}.g1med__body{font-family:var(--framer-font-family);font-size:var(--framer-font-size);font-weight:400;line-height:var(--framer-marketing-body-line-height);font-feature-settings:var(--framer-font-open-type-features);color:var(--marketing-section-text);margin:0 0 var(--framer-paragraph-spacing)}.g1med__body:last-of-type{margin-bottom:0}.g1med__body em{font-family:var(--framer-font-family-italic);font-style:italic}.g1med__pharmacy{font-family:var(--framer-font-family-bold);font-size:var(--framer-font-size);font-weight:400;font-feature-settings:var(--framer-font-open-type-features);color:var(--marketing-section-text);margin:var(--framer-paragraph-spacing) 0 0;line-height:var(--framer-marketing-body-line-height)}.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}}.sem-hero .g1hero__note{color:var(--marketing-section-text);max-width:28rem}.sem-hero .g1hero__img--composite{width:min(100%,var(--marketing-page-image-size));max-width:var(--marketing-page-image-size);max-height:var(--marketing-page-image-size);aspect-ratio:1 / 1;height:auto;object-fit:cover;object-position:center 20%;border-radius:20px;display:block}.sem-hero .g1hero__img-wrap{position:relative;line-height:0;width:fit-content;max-width:100%}.g1hero.sem-hero:not(.sem-hero--oral) .g1hero__bottles--vector{width:min(42%,200px);bottom:-4%;object-fit:contain;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12))}.g1hero.sem-hero:not(.sem-hero--oral) .g1hero__bottles:not(.g1hero__bottles--vector){object-fit:contain;width:min(22%,120px);max-width:120px;bottom:-3%;left:4%;filter:drop-shadow(0 6px 16px rgba(0,0,0,.18))}@media (max-width: 640px){.g1hero.sem-hero:not(.sem-hero--oral) .g1hero__bottles:not(.g1hero__bottles--vector){width:min(26%,100px);max-width:100px;left:3%}}.sg-intro-band{background:rgb(255,252,248);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:rgb(247,245,254);border:1px solid rgba(227,221,251,.85);border-radius:clamp(16px,2.5vw,24px);padding:clamp(16px,2vw,22px) clamp(22px,3vw,40px);box-shadow:0 4px 28px #2d52440d}.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))}}.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}}.g1hero.sem-hero--oral{background-color:#fffcf8}.g1hero.sem-hero--oral .g1hero__inner{align-items:center;gap:clamp(36px,5vw,72px);padding-top:clamp(40px,6vw,72px)}.g1hero.sem-hero--oral .g1hero__img{width:min(100%,var(--marketing-page-image-size));max-width:var(--marketing-page-image-size);max-height:var(--marketing-page-image-size);aspect-ratio:1 / 1;height:auto;object-fit:cover;object-position:58% 42%;border-radius:20px;display:block}.g1hero.sem-hero--oral .g1hero__bottles:not(.g1hero__bottles--vector){object-fit:contain;width:min(42%,200px);max-width:200px;bottom:-3%;left:3%;filter:drop-shadow(0 6px 16px rgba(0,0,0,.18))}.g1hero.sem-hero--oral.sem-hero--oral-tirzepatide .g1hero__bottles:not(.g1hero__bottles--vector){width:min(28%,132px);max-width:132px}.g1hero.sem-hero--oral .g1hero__sub{color:var(--marketing-section-text);font-size:clamp(.875rem,1.15vw,.9375rem);font-weight:500;letter-spacing:.01em;line-height:var(--framer-marketing-body-line-height)}.g1hero.sem-hero--oral .g1hero__headline{letter-spacing:-.02em;line-height:1.08}.g1hero.sem-hero--oral .g1hero__note{color:var(--marketing-section-text);max-width:28rem}.g1hero.sem-hero--oral .g1hero__strip-wrap{padding-top:clamp(8px,2vw,16px)}@media (max-width: 860px){.g1hero.sem-hero--oral .g1hero__inner{grid-template-columns:1fr;gap:clamp(28px,4vw,40px)}.g1hero.sem-hero--oral .g1hero__img-wrap{order:-1;max-width:min(var(--marketing-page-image-size),100%);margin:0 auto;width:100%}}@media (max-width: 640px){.g1hero.sem-hero--oral .g1hero__bottles:not(.g1hero__bottles--vector){width:min(46%,160px);max-width:160px;left:2.5%}.g1hero.sem-hero--oral.sem-hero--oral-tirzepatide .g1hero__bottles:not(.g1hero__bottles--vector){width:min(32%,112px);max-width:112px}}.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__inner{align-items:start}.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__img-wrap{overflow:visible;margin-bottom:clamp(36px,6vw,72px)}.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__img{object-position:center 22%}.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__bottles:not(.g1hero__bottles--vector){width:min(47%,236px);max-width:236px;left:2.5%;bottom:-3%;filter:drop-shadow(0 8px 22px rgba(0,0,0,.2))}@media (max-width: 640px){.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__img-wrap{margin-bottom:clamp(32px,8vw,64px)}.g1hero.sem-hero--oral.sem-hero--phentermine .g1hero__bottles:not(.g1hero__bottles--vector){width:min(51%,198px);max-width:198px;left:2%}}.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:20px;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}}: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}.ob{min-height:100vh;min-height:100dvh;background:rgb(255,255,255);display:flex;flex-direction:column;--font-onboarding-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";--color-primary-mid: #00836c;--ob-border-ui: #e0e0e0;--ob-text-body: rgb(16, 24, 40);--ob-text-strong: rgb(16, 24, 40);--ob-content-max: 600px;--ob-container-padding-inline: 12px;font-family:var(--font-onboarding-ui);font-size:1rem;line-height:1.5;font-weight:400;color:var(--ob-text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ob .btn-primary{font-family:inherit}.ob--boot{min-height:100dvh;justify-content:center;align-items:center}.ob__boot{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(28px,5vh,44px);padding:var(--section-px)}.ob__boot-logo{height:clamp(34px,4.5vw,48px);width:auto;display:block}.ob__boot-spinner-wrap{position:relative;width:56px;height:56px;color:#00836c}.ob__boot-spinner-svg{width:100%;height:100%;transform-origin:center;animation:ob-boot-spin 1.15s linear infinite}.ob__boot-spinner-track{stroke:#00836c26;stroke-width:3.25}.ob__boot-spinner-arc{stroke:currentColor;stroke-width:3.25;stroke-linecap:round;stroke-dasharray:28 100}@keyframes ob-boot-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.ob__boot-spinner-svg{animation-duration:2.6s}}.ob__boot-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}.ob__header{position:sticky;top:0;z-index:20;background:#ffffff;border-bottom:1px solid var(--ob-border-ui)}.ob__progress{width:100%;margin:0 0 clamp(20px,3vw,28px)}.ob__progress-segments{display:flex;align-items:center;gap:6px;width:100%}.ob__progress-seg--long{flex:1;height:3px;border-radius:999px;background:var(--ob-border-ui);overflow:hidden}.ob__progress-seg-fill{height:100%;border-radius:inherit;background:#9e9e9e;transition:width .35s ease}.ob__progress-seg--short{flex:0 0 22%;min-width:72px;height:3px;border-radius:999px;background:var(--ob-border-ui)}.ob__main--matching .ob__progress{max-width:min(280px,100%);margin-left:auto;margin-right:auto}.ob__progress--matching .ob__progress-seg-fill{background:var(--color-primary-mid)}.ob__header-inner{max-width:min(var(--ob-content-max),100%);margin:0 auto;padding:clamp(12px,2vw,20px) var(--ob-container-padding-inline);display:flex;align-items:center;justify-content:center;gap:16px;box-sizing:border-box}.ob__logo-link{display:flex;align-items:center;flex-shrink:0}.ob__logo-link img{height:clamp(26px,3vw,32px);width:auto}.ob__main{flex:1;max-width:min(var(--ob-content-max),100%);width:100%;margin:0 auto;padding:clamp(20px,3.5vw,32px) var(--ob-container-padding-inline) clamp(48px,8vw,88px);box-sizing:border-box;display:flex;flex-direction:column}.ob__main--interstitial-card{min-height:0;flex:1 1 auto;padding-top:clamp(12px,2.5vw,24px);padding-bottom:clamp(12px,3vw,20px)}.ob__main--interstitial-card .ob__survey-frame{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.ob__main--interstitial-card .ob__nav{margin-top:12px;flex-shrink:0}.ob__survey-frame{width:100%;min-width:0;margin:0;padding:0;box-sizing:border-box;flex:1 1 auto;display:flex;flex-direction:column}.ob__title{margin:0 0 clamp(16px,3vw,24px)}.ob__subtitle{margin:0 0 clamp(20px,3vw,28px);max-width:38rem;text-align:left}.ob__interstitial-body{margin:0 0 1.25rem;font-family: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";font-size:1.5rem;font-weight:600;line-height:1.45;color:var(--ob-text-body);text-align:left;max-width:none}.ob__interstitial-body:last-of-type{margin-bottom:0}.ob__stack{display:flex;flex-direction:column;gap:16px;width:100%;margin:0;padding:0}.ob__options{display:flex;flex-direction:column;gap:16px}.ob__option{display:block;width:100%;cursor:pointer;border:none;background:rgb(255,255,255);border-radius:12px;box-shadow:#eaecf0 0 0 0 2px;padding:16px;text-align:left;transition:box-shadow .2s ease}.ob__option-box{width:100%;margin:0;min-width:0;text-align:left}.ob__option:hover{box-shadow:0 0 0 2px #00836c59}.ob__option--selected{box-shadow:0 0 0 2px var(--color-primary-mid)}.ob__option:focus-visible{outline:2px solid var(--color-primary-mid);outline-offset:2px}.ob__option-text{font-family:var(--font-onboarding-ui);font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--ob-text-body);margin:0}.ob__option-desc{font-family:var(--font-onboarding-ui);font-size:.875rem;color:#101828b8;margin:.5rem 0 0;line-height:1.5}.ob__field{margin-bottom:16px}.ob__label{display:block;font-family:var(--font-onboarding-ui);font-size:.8rem;font-weight:600;color:var(--color-text);margin-bottom:6px}.ob__input{width:100%;font-family:var(--font-onboarding-ui);font-size:1rem;padding:12px 14px;border-radius:8px;border:1px solid rgba(24,59,45,.18);background:var(--color-white);color:var(--color-text)}.ob__input:focus{outline:2px solid rgba(0,131,108,.35);outline-offset:1px}.ob__input--invalid{border-color:#b42318;box-shadow:0 0 0 1px #b4231840}.ob__field-check{margin:.5rem 0 0}.ob__field-check-msg{margin:0;font-family:var(--font-onboarding-ui);font-size:.8125rem;line-height:1.35}.ob__field-check-msg--ok{color:#09472a}.ob__field-check-msg--err{color:#b42318}.ob__plans{display:grid;gap:12px}@media (min-width: 560px){.ob__plans{grid-template-columns:1fr 1fr}}.ob__plan{cursor:pointer;border-radius:12px;border:2px solid rgba(24,59,45,.12);background:var(--color-white);padding:clamp(16px,2.5vw,22px);text-align:left;transition:border-color .15s ease}.ob__plan:hover{border-color:#00836c59}.ob__plan--selected{border-color:var(--color-primary-mid)}.ob__plan-name{font-family:var(--font-onboarding-ui);font-size:1.2rem;font-weight:600;color:var(--color-primary);margin:0 0 6px}.ob__plan-price{font-family:var(--font-onboarding-ui);font-size:.95rem;font-weight:600;color:var(--color-primary-mid);margin:0 0 8px}.ob__plan-desc{margin:0}.ob__helper{font-family:var(--font-onboarding-ui);font-size:.85rem;color:var(--color-text-muted);line-height:1.55;padding:14px 16px;border-radius:10px;background:rgba(0,131,108,.06);border:1px solid rgba(0,131,108,.12);margin-bottom:20px}.ob__check{display:flex;align-items:flex-start;gap:14px;font-family:var(--font-onboarding-ui);font-size:.9rem;color:var(--color-text);line-height:1.45;cursor:pointer;margin-bottom:24px}.ob__check input{margin-top:3px;width:18px;height:18px;accent-color:var(--color-primary-mid)}.ob__nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:clamp(28px,4vw,36px);padding-top:8px;padding-bottom:env(safe-area-inset-bottom,0);border-top:1px solid var(--ob-border-ui);justify-content:space-between;align-items:center}.ob__nav--wide{justify-content:center}.ob__continue{width:100%;margin-inline:auto;min-height:48px;padding-block:clamp(12px,2vw,14px);font-size:clamp(.9rem,1.6vw,1rem)}.ob__nav--interstitial-card .ob__continue{max-width:100%}.ob .btn-primary:disabled,.ob .btn-primary:disabled:hover,.ob .btn-primary:disabled:active{background:#c5cbc7;color:#ffffffeb;cursor:not-allowed;transform:none;box-shadow:none}.ob__nav--first{justify-content:flex-end}.ob__btn-secondary{font-family:var(--font-onboarding-ui);font-weight:600;font-size:.875rem;padding:12px 22px;border-radius:8px;border:2px solid rgba(24,59,45,.2);background:transparent;color:var(--color-primary)}.ob__btn-secondary:hover{border-color:var(--color-primary)}.ob__done-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.ob__btn-outline{font-family:var(--font-onboarding-ui);font-weight:600;font-size:.875rem;padding:12px 22px;border-radius:8px;border:2px solid var(--color-primary-mid);background:transparent;color:var(--color-primary-mid);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ob__btn-outline:hover{background:rgba(0,131,108,.06)}.ob--matching{background:#ffffff}.ob--matching-success{background:#183b2d;min-height:100dvh}.ob__main--matching-success{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:calc(100dvh - 120px);padding-bottom:clamp(100px,18vh,140px)}.ob__matching-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(24px,5vh,36px);text-align:center;padding:clamp(16px,4vw,32px) var(--section-px);width:100%;max-width:28rem}.ob__matching-success-badge{width:min(120px,28vw);height:min(120px,28vw);flex-shrink:0}.ob__matching-success-svg{width:100%;height:100%;display:block;filter:drop-shadow(0 6px 24px rgba(0,0,0,.2))}.ob__matching-success-title{font-family:var(--font-onboarding-ui);font-size:clamp(1.35rem,3.5vw,1.75rem);font-weight:700;color:#fff;line-height:1.25;margin:0}.ob__nav--matching-success{position:fixed;bottom:0;left:0;right:0;padding:clamp(16px,3vw,28px) var(--section-px) calc(clamp(24px,4vh,40px) + env(safe-area-inset-bottom,0));background:linear-gradient(to top,#183b2d 70%,transparent);border-top:none;z-index:30}.ob__continue--on-success{background-color:#fff!important;color:#183b2d!important;max-width:min(400px,100%);width:100%}.ob__continue--on-success:hover{filter:brightness(.96)}.ob__main--matching{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 100px)}.ob__title--center,.ob__subtitle--center{text-align:center;margin-left:auto;margin-right:auto}.ob__interstitial-visual{display:block;width:100%;max-width:min(420px,100%);height:auto;margin:clamp(16px,3vw,24px) auto 0;border-radius:clamp(16px,3vw,22px);box-shadow:0 8px 28px #183b2d1a}.ob__subtitle:has(+.ob__interstitial-visual){margin-bottom:0}.ob__subtitle+.ob__interstitial-visual{margin-top:clamp(28px,5vw,44px)}.ob__goal-interstitial{display:flex;flex-direction:column;align-items:stretch;gap:12px;margin-top:4px;width:100%}.ob__goal-interstitial-img{display:block;align-self:center;width:min(400px,100%);max-width:400px;height:auto;aspect-ratio:876 / 1152;border-radius:16px;box-shadow:0 8px 28px #183b2d1f}.ob__goal-card{border-radius:16px;padding:clamp(28px,5vw,48px) clamp(20px,4vw,32px);background:linear-gradient(145deg,rgb(0,90,74) 0%,rgb(0,131,108) 100%);color:#fff;margin-bottom:16px}.ob__goal-card-title{font-family:var(--font-onboarding-ui);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin:0;line-height:1.25;max-width:16rem}.ob__goal-disclaimer{font-family:var(--font-onboarding-ui);font-size:.75rem;color:var(--color-text-muted);line-height:1.5;margin:0;text-align:left;width:100%;max-width:100%;align-self:stretch}.ob__bmi-intro-header{text-align:left;margin:0 0 clamp(18px,3.5vw,28px);max-width:none}.ob__bmi-card{background:#0b302b;border-radius:14px;padding:18px 18px 16px;color:#fff;margin-bottom:20px;box-shadow:0 8px 28px #0b302b38}.ob__bmi-card-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap}.ob__bmi-badge{display:inline-block;background:#ffd768;color:var(--color-primary);font-family:var(--font-onboarding-ui);font-size:.62rem;font-weight:700;letter-spacing:.07em;padding:6px 11px;border-radius:999px}.ob__bmi-meta{font-family:var(--font-onboarding-ui);font-size:.7rem;font-weight:500;color:#ffffffe6;text-align:right}.ob__bmi-meta-sep{opacity:.55;margin:0 5px}.ob__bmi-value{font-family:var(--font-onboarding-ui);font-size:clamp(2.75rem,11vw,4rem);font-weight:700;line-height:1;margin:4px 0 14px;color:#fff}.ob__bmi-scale{margin-bottom:12px}.ob__bmi-scale-track{position:relative;height:10px;border-radius:999px;background:rgba(0,131,108,.55);margin-bottom:8px}.ob__bmi-scale-zone{position:absolute;left:0;top:0;bottom:0;width:0%;border-radius:999px 0 0 999px;background:rgba(150,220,190,.5);pointer-events:none;z-index:1}.ob__bmi-scale-thumb{position:absolute;top:50%;width:18px;height:18px;margin-left:-9px;margin-top:-9px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #00000047;z-index:2}.ob__bmi-scale-labels{display:flex;justify-content:space-between;font-family:var(--font-onboarding-ui);font-size:.62rem;font-weight:600;color:#ffffffc7;padding:0 1px}.ob__bmi-footnote{font-family:var(--font-onboarding-ui);font-size:.72rem;line-height:1.45;color:#ffffffe0;margin:0}.ob__bmi-body-lead{margin-top:0;margin-bottom:12px}.ob__bmi-subhead{font-family:var(--font-onboarding-ui);font-size:clamp(1rem,2.2vw,1.15rem);font-weight:600;color:var(--color-primary);margin:0 0 18px;line-height:1.35}.ob__bmi-support{background:#f5f2ed;border-radius:12px;padding:16px 18px 18px;margin-bottom:4px}.ob__bmi-support-badge{display:inline-block;background:var(--color-primary-mid);color:#fff;font-family:var(--font-onboarding-ui);font-size:.62rem;font-weight:700;letter-spacing:.06em;padding:6px 11px;border-radius:999px;margin-bottom:10px}.ob__bmi-support-title{font-family:var(--font-onboarding-ui);font-size:clamp(1rem,2.2vw,1.12rem);font-weight:600;color:var(--color-primary);margin:0 0 12px;line-height:1.3}.ob__bmi-support-list{margin:0 0 14px;padding:0;list-style:none;font-family:var(--font-onboarding-ui);font-size:.875rem;color:var(--color-text);line-height:1.5}.ob__bmi-support-list li{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.ob__bmi-support-list li:last-child{margin-bottom:0}.ob__bmi-support-check{color:var(--color-primary-mid);font-weight:700;flex-shrink:0;line-height:1.45}.ob__bmi-support-closing{font-family:var(--font-onboarding-ui);font-size:.85rem;color:var(--color-text-muted);margin:0;line-height:1.45}.ob__next-box{margin-top:12px;padding:18px 20px;border-radius:12px;border:1px solid var(--color-primary-mid);background:#eef6f3;box-shadow:0 1px #183b2d0a}.ob__next-box-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.ob__next-box-head-icon{display:flex;flex-shrink:0;width:22px;height:22px;color:var(--color-primary-mid)}.ob__next-box-title{font-family:var(--font-onboarding-ui);font-size:1rem;font-weight:600;margin:0;color:var(--color-primary-mid)}.ob__next-icon-svg{width:22px;height:22px;display:block}.ob__next-list{margin:0;padding:0;list-style:none;font-family:var(--font-onboarding-ui);font-size:.9rem;color:var(--color-text);line-height:1.55;display:flex;flex-direction:column;gap:14px}.ob__next-row{display:flex;align-items:flex-start;gap:12px}.ob__next-row-icon{display:flex;flex-shrink:0;width:22px;height:22px;margin-top:1px;color:var(--color-primary-mid)}.ob__next-row-text{flex:1;min-width:0}.ob__badge{display:inline-block;font-family:var(--font-onboarding-ui);font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:6px 12px;border-radius:999px;background:var(--color-primary-mid);color:#fff;margin-bottom:12px}.ob__testimonials-wrap{position:relative;margin:16px 0;width:100%;max-width:100%;min-width:0;box-sizing:border-box;container-type:inline-size;container-name:ob-tstm}.ob__testimonials-slider{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;margin-inline:0;padding-inline:0;width:100%;max-width:100%;box-sizing:border-box}.ob__testimonials-slider::-webkit-scrollbar{display:none}.ob__testimonials-track{display:flex;flex-direction:row;align-items:stretch;gap:10px;width:max-content;min-height:1px}.ob__testimonial{border:1px solid var(--color-border);border-radius:12px;padding:14px;background:var(--color-white)}.ob__testimonial--slide{display:flex;flex-direction:column;flex:0 0 auto;width:clamp(200px,72vw,260px);max-width:min(260px,calc(100vw - var(--ob-container-padding-inline) * 2 - 24px));scroll-snap-align:start;scroll-snap-stop:normal;padding:0;border-radius:14px;overflow:hidden;border:none;box-shadow:0 1px 3px #10182814,0 4px 12px #1018280f}@container ob-tstm (min-width: 520px){.ob__testimonial--slide{--t-gap: 10px;width:calc((100cqw - 3 * var(--t-gap)) / 2.65);max-width:none;flex:0 0 calc((100cqw - 3 * var(--t-gap)) / 2.65)}}.ob__testimonial-hero{position:relative;flex:0 0 auto;width:100%;aspect-ratio:1 / 1;background:#2a2a2a}.ob__testimonial-hero-img,.ob__testimonial-hero-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.ob__testimonial-hero-placeholder{background:linear-gradient(165deg,rgba(0,131,108,.22),rgba(24,59,45,.18))}.ob__testimonial-overlay{border-radius:6px;background:rgba(22,36,45,.78);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;padding:8px 10px}.ob__testimonial-hero-overlays{position:absolute;z-index:2;left:8px;right:8px;bottom:8px;display:flex;flex-direction:row;align-items:stretch;gap:8px}.ob__testimonial-hero-overlays--single .ob__testimonial-overlay--identity{flex:1 1 auto;max-width:100%;min-width:0}.ob__testimonial-overlay--identity{position:relative;flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.ob__testimonial-overlay--weight{position:relative;flex:0 0 auto;min-width:64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;text-align:right}.ob__testimonial-name{margin:0 0 3px;font-family:var(--font-onboarding-ui);font-size:.8125rem;font-weight:700;color:#fff;line-height:1.2}.ob__testimonial-role{margin:0;font-family:var(--font-onboarding-ui);font-size:.5625rem;font-weight:500;line-height:1.35;color:#ffffffeb}.ob__testimonial-wl-label{margin:0 0 4px;font-family:var(--font-onboarding-ui);font-size:.5625rem;font-weight:600;letter-spacing:.03em;color:#ffffffeb;display:flex;align-items:center;justify-content:flex-end;gap:5px;text-transform:none}.ob__testimonial-wl-chevron{font-size:.5rem;opacity:.9;line-height:1}.ob__testimonial-wl-value{margin:0;font-family:var(--font-onboarding-ui);font-size:.9375rem;font-weight:700;color:#fff;line-height:1.1}.ob__testimonial-quote{--ob-quote-line: calc(.8125rem * 1.45);flex:0 0 auto;box-sizing:border-box;margin:0;padding:10px 10px 12px;height:calc(10px + 12px + var(--ob-quote-line) * 4);min-height:calc(10px + 12px + var(--ob-quote-line) * 4);max-height:calc(10px + 12px + var(--ob-quote-line) * 4);font-family:var(--font-onboarding-ui);font-size:.8125rem;line-height:1.45;color:var(--ob-text-body);text-align:left;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;text-overflow:ellipsis}.ob__testimonial-quote-em{font-weight:700;color:inherit}.ob__benefits-social{width:100%;text-align:left}.ob__benefits-social .ob__badge{margin-bottom:14px}.ob__benefits-social-title.ob__title{margin-bottom:12px}.ob__benefits-social-subtitle.ob__subtitle{margin-bottom:28px;color:#101828b8;max-width:none}.ob__benefits-social .ob__testimonials-wrap{margin:4px 0 20px}.ob__benefits-social-fineprint{margin-top:8px;padding:0 2px}.ob__fineprint{font-size:.7rem;color:var(--color-text-muted);line-height:1.45;text-align:center;margin:16px 0 0}.ob__helper--muted{background:rgba(24,59,45,.04);border-color:var(--color-border)}.ob__tile-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:8px}.ob__tile{aspect-ratio:1;border-radius:16px;display:flex;align-items:flex-end;padding:12px;border:1px solid var(--color-border)}.ob__tile--dark{background:linear-gradient(160deg,rgb(0,80,66),rgb(0,131,108));color:#fff}.ob__tile--photo{background:linear-gradient(180deg,rgba(255,255,255,.5),rgba(0,131,108,.12))}.ob__tile--media{position:relative;padding:0;overflow:hidden;border:none;align-items:stretch}.ob__tile-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.ob__tile-caption{position:relative;z-index:1;width:100%;margin-top:auto;padding:12px;background:linear-gradient(to top,rgba(10,30,26,.82) 0%,rgba(10,30,26,.2) 60%,transparent 100%)}.ob__tile--media .ob__tile-label{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.35)}.ob__tile-label{font-size:.75rem;font-weight:600;line-height:1.25}.ob__tile--dark .ob__tile-label,.ob__tile--photo .ob__tile-label{color:inherit}.ob__tile--photo .ob__tile-label{color:var(--color-primary)}.ob__matching{text-align:center;padding:24px 0 40px}.ob__matching-ring-wrap{position:relative;width:min(200px,55vw);height:min(200px,55vw);margin:0 auto 20px}.ob__matching-svg{width:100%;height:100%}.ob__matching-track{fill:none;stroke:#183b2d1a;stroke-width:8}.ob__matching-bar{fill:none;stroke:var(--color-primary-mid);stroke-width:8;stroke-linecap:round}.ob__matching-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-onboarding-ui);font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-primary-mid)}.ob__matching-headline{font-family:var(--font-onboarding-ui);font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;color:var(--color-primary-mid);margin:0}.ob__nav--matching{justify-content:center;border-top:none;padding-top:0}.ob__plan-lead{font-family:var(--font-onboarding-ui);font-size:1rem;color:var(--color-text-muted);margin:0 0 6px}.ob__plan-lead--strong{font-family:var(--font-onboarding-ui);font-size:1.15rem;font-weight:600;color:var(--color-primary)}.ob__plan-card{margin:20px 0;padding:24px;border-radius:12px;border:2px solid rgba(0,131,108,.2);background:var(--color-white)}.ob__plan-name{font-family:var(--font-onboarding-ui);font-size:1.2rem;font-weight:600;margin:0;color:var(--color-primary)}.ob__appt-cards{display:flex;flex-direction:column;gap:12px}.ob__appt-card{text-align:left;cursor:pointer;border-radius:12px;border:2px solid rgba(24,59,45,.12);background:var(--color-white);padding:16px 18px;transition:border-color .15s ease,background .15s ease}.ob__appt-card:hover{border-color:#00836c59}.ob__appt-card--selected{border-color:var(--color-primary-mid);background:rgba(0,131,108,.04)}.ob__appt-card-head{display:flex;align-items:center;gap:12px;margin-bottom:8px}.ob__appt-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(24,59,45,.06);color:var(--color-primary);flex-shrink:0}.ob__appt-title{flex:1;font-family:var(--font-onboarding-ui);font-size:1.05rem;font-weight:600;text-align:left;color:var(--color-primary)}.ob__appt-radio{width:20px;height:20px;border-radius:50%;border:2px solid rgba(24,59,45,.25);flex-shrink:0}.ob__appt-radio--on{border-color:var(--color-primary-mid);background:radial-gradient(circle at 50% 50%,var(--color-primary-mid) 45%,transparent 46%)}.ob__appt-desc{font-size:.85rem;line-height:1.45;color:var(--color-text-muted);margin:0;padding-left:52px}.ob__steps-heading{font-family:var(--font-onboarding-ui);font-size:1rem;font-weight:600;text-align:center;margin:20px 0 12px;color:var(--color-primary)}.ob__steps-list{max-width:28rem;margin:0 auto 20px;padding-left:1.25rem;font-family:var(--font-onboarding-ui);font-size:.95rem;line-height:1.6;color:var(--color-text)}.ob__callout{max-width:28rem;margin:0 auto 20px;padding:16px 18px;border-radius:12px;background:rgba(0,131,108,.07);border:1px solid rgba(0,131,108,.15)}.ob__callout-title{font-weight:700;margin:0 0 6px;font-size:.95rem;color:var(--color-primary)}.ob__callout-body{margin:0;font-size:.9rem;color:var(--color-text)}.ob__check--block{max-width:36rem;margin-left:auto;margin-right:auto}.ob__stack+.ob__check--block{margin-top:clamp(28px,6vw,48px)}.ob__checks{display:flex;flex-direction:column;gap:10px}.ob__check-row{display:flex;align-items:center;gap:12px;width:100%;text-align:left;cursor:pointer;border-radius:12px;border:2px solid rgba(24,59,45,.12);background:var(--color-white);padding:14px 16px;font-family:var(--font-onboarding-ui);font-size:.95rem;color:var(--color-text);transition:border-color .15s ease}.ob__check-row:hover{border-color:#00836c4d}.ob__check-row--on{border-color:var(--color-primary-mid)}.ob__check-fake{width:22px;height:22px;border-radius:4px;border:2px solid rgba(24,59,45,.2);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.ob__check-row--on .ob__check-fake{background:var(--color-primary-mid);border-color:var(--color-primary-mid)}.ob__hw-row{display:flex;gap:12px}.ob__field--grow{flex:1}.ob__input-suffix{position:relative}.ob__input-suffix .ob__input{padding-right:40px}.ob__suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:.85rem;color:var(--color-text-muted);pointer-events:none}.ob__option--compact{padding:16px}.ob__icon-cards{display:flex;flex-direction:column;gap:12px}.ob__icon-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;cursor:pointer;border-radius:12px;border:2px solid rgba(24,59,45,.12);background:var(--color-white);padding:16px 18px;transition:border-color .15s ease}.ob__icon-card--text-only{gap:0}.ob__icon-card:hover{border-color:#00836c59}.ob__icon-card--selected{border-color:var(--color-primary-mid)}.ob__icon-wrap{width:44px;height:44px;border-radius:50%;background:#f0f4f8;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#334155}.ob__icon-svg{width:22px;height:22px}.ob__icon-card-text{display:flex;flex-direction:column;gap:4px}.ob__icon-card-title{font-family:var(--font-onboarding-ui);font-size:1.05rem;font-weight:600;color:var(--color-primary)}.ob__icon-card-desc{font-size:.85rem;color:var(--color-text-muted);line-height:1.45}.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:clamp(12px,2vw,20px);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:#007762;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:#007762;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}.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}.portal-login{min-height:100vh;background:#ffffff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#101828;display:flex}.portal-login__section{flex:1;display:flex;align-items:center;justify-content:center;padding:48px 16px;box-sizing:border-box}.portal-login__card{width:100%;max-width:440px;display:flex;flex-direction:column;gap:24px}.portal-login__head{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.portal-login__logo{display:block;width:41px;height:40px;margin-bottom:4px}.portal-login__title{margin:0;font-family:Poppins,Inter,system-ui,sans-serif;font-size:1.875rem;line-height:2.375rem;font-weight:600;color:#101828;letter-spacing:-.01em}.portal-login__subtitle{margin:0;font-size:1rem;line-height:1.5rem;color:#475467}.portal-login__form{display:flex;flex-direction:column;gap:20px;margin:0}.portal-login__fields{display:flex;flex-direction:column;gap:16px}.portal-login__field{display:flex;flex-direction:column;gap:6px}.portal-login__label{font-size:.875rem;line-height:1.25rem;font-weight:500;color:#344054}.portal-login__input-wrap{position:relative;display:flex;align-items:stretch;border:1px solid rgb(208,213,221);border-radius:8px;background:#ffffff;transition:border-color .15s ease,box-shadow .15s ease}.portal-login__input-wrap:hover{border-color:#101828}.portal-login__input-wrap:focus-within{border-color:#007863;box-shadow:0 0 0 1px #007863}.portal-login__input{flex:1;min-width:0;box-sizing:border-box;padding:12px 14px;border:none;outline:none;background:transparent;font-family:inherit;font-size:1rem;line-height:1.5rem;color:#101828;border-radius:8px}.portal-login__input::placeholder{color:#98a2b3;opacity:1}.portal-login__input--adorned{padding-right:4px}.portal-login__adorn-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:44px;padding:0;margin:4px;border:none;background:transparent;color:#667085;cursor:pointer;border-radius:6px;transition:background-color .12s ease,color .12s ease}.portal-login__adorn-btn:hover{background:rgb(242,244,247);color:#344054}.portal-login__adorn-btn:focus-visible{outline:2px solid rgb(0,120,99);outline-offset:2px}.portal-login__forgot-row{display:flex;justify-content:flex-end;margin-top:-4px}.portal-login__link-btn{font:inherit;font-size:.875rem;font-weight:600;color:#007863;background:none;border:none;padding:0;cursor:pointer;text-decoration:none}.portal-login__link-btn:hover{color:#005d4c;text-decoration:underline;text-underline-offset:3px}.portal-login__submit{width:100%;min-height:48px;padding:12px 18px;border-radius:8px;border:1px solid rgb(0,120,99);background:rgb(0,120,99);color:#fff;font-family:inherit;font-size:1rem;line-height:1.5rem;font-weight:600;cursor:pointer;box-shadow:#1018280d 0 1px 2px;transition:background-color .2s ease,border-color .2s ease}.portal-login__submit:hover:not(:disabled){background:rgb(0,93,76);border-color:#005d4c}.portal-login__submit:disabled{background:rgb(242,244,247);color:#98a2b3;border-color:#eaecf0;cursor:not-allowed;box-shadow:none}.portal-login__create-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-top:4px}.portal-login__muted{margin:0;font-size:.875rem;line-height:1.25rem;color:#475467}.portal-login__enroll{margin-top:16px;display:flex;flex-direction:column;gap:16px}.portal-login__divider{margin:0;border:none;border-top:1px solid rgb(234,236,240);height:0}.portal-login__enroll-text{margin:0;text-align:center;font-size:.875rem;line-height:1.25rem;color:#475467}.portal-login__enroll-link{color:#007863;font-weight:600;text-decoration:underline;text-underline-offset:3px}.portal-login__enroll-link:hover{color:#005d4c}@media (max-width: 480px){.portal-login__title{font-size:1.5rem;line-height:2rem}}.portal-create__error{margin:-4px 0 0;font-size:.875rem;color:#b42318;background:#fef3f2;border:1px solid #fee4e2;padding:10px 12px;border-radius:8px}.portal-create__inline-error{margin:6px 0 0;font-size:.8125rem;color:#b42318}.portal-create__code{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;letter-spacing:.4em;text-align:center;font-size:1.125rem}.portal-create__hint{margin:8px 0 0;font-size:.8125rem;color:#667085}.portal-create__hint code{background:rgb(242,244,247);padding:1px 6px;border-radius:4px;font-weight:600;color:#344054}.portal-create__link-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}:root{--portal-teal: #007863;--portal-teal-hover: #005d4c;--portal-border: rgb(234, 236, 240);--portal-border-strong: rgb(208, 213, 221);--portal-surface: #ffffff;--portal-surface-muted: rgb(249, 250, 251);--portal-text: rgb(16, 24, 40);--portal-text-muted: rgb(71, 84, 103);--portal-text-soft: rgb(102, 112, 133)}.portal-shell{min-height:100vh;background:var(--color-cream, #fffcf8);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--portal-text);display:flex;flex-direction:column}.portal-shell__topbar{background:#ffffff;border-bottom:1px solid var(--portal-border);position:sticky;top:0;z-index:10}.portal-shell__topbar-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px}.portal-shell__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--portal-text)}.portal-shell__logo-h{width:32px;height:32px;display:block}.portal-shell__brand-name{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:1.125rem;letter-spacing:-.01em}.portal-shell__tabs{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.portal-shell__tab{padding:8px 14px;border-radius:999px;font-size:.9375rem;font-weight:500;color:var(--portal-text-muted);text-decoration:none;transition:background-color .15s ease,color .15s ease;cursor:pointer}.portal-shell__tab:hover{background:rgb(242,244,247);color:var(--portal-text)}.portal-shell__tab--active{background:rgba(0,120,99,.1);color:var(--portal-teal)}.portal-shell__tab--disabled{color:var(--portal-text-soft);cursor:default;opacity:.6}.portal-shell__tab--disabled:hover{background:transparent;color:var(--portal-text-soft)}.portal-shell__user{display:inline-flex;align-items:center;gap:10px}.portal-shell__avatar{width:36px;height:36px;border-radius:50%;background:var(--portal-teal);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.9375rem}.portal-shell__user-name{font-weight:500;font-size:.9375rem;color:var(--portal-text)}.portal-shell__main{flex:1;width:100%}.portal-shell__container{max-width:1200px;margin:0 auto;padding:32px 24px 48px}.portal-shell__sidebar{position:sticky;top:96px;align-self:start;background:#ffffff;border:1px solid var(--portal-border);border-radius:12px;padding:16px}.portal-shell__sidebar-label{margin:0 0 8px;padding:0 10px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--portal-text-soft)}.portal-shell__sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.portal-shell__sidebar-item{padding:10px 12px;border-radius:8px;font-size:.9375rem;color:var(--portal-text);cursor:pointer;transition:background-color .15s ease}.portal-shell__sidebar-item:hover{background:rgb(242,244,247)}.portal-shell__sidebar-item--active{background:rgba(0,120,99,.1);color:var(--portal-teal);font-weight:600}.portal-shell__sidebar-item--muted{color:var(--portal-text-muted)}.portal-shell__sidebar-link{color:inherit;text-decoration:none;display:block;margin:-10px -12px;padding:10px 12px}.portal-shell__footer{padding:24px;text-align:center;font-size:.8125rem;color:var(--portal-text-soft);background:#ffffff;border-top:1px solid var(--portal-border)}.portal-shell__footer p{margin:4px 0}.portal-shell__footer-links{display:inline-flex;gap:8px;flex-wrap:wrap;justify-content:center}.portal-shell__footer-links a{color:var(--portal-teal);text-decoration:none;font-weight:500}.portal-shell__footer-links a:hover{text-decoration:underline;text-underline-offset:2px}@media (max-width: 960px){.portal-shell__topbar-inner{grid-template-columns:auto auto;gap:12px}.portal-shell__tabs{grid-column:1 / -1;order:3;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px}}@media (max-width: 540px){.portal-shell__brand-name,.portal-shell__user-name{display:none}}.portal-account{display:flex;flex-direction:column;gap:24px;min-width:0}.portal-account__page-head{margin-bottom:4px}.portal-account__page-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.875rem;line-height:2.375rem;font-weight:600;letter-spacing:-.01em;color:var(--portal-text)}.portal-account__page-sub{margin:6px 0 0;font-size:1rem;line-height:1.5rem;color:var(--portal-text-muted)}.portal-account__card{background:#ffffff;border:1px solid var(--portal-border);border-radius:12px;overflow:hidden}.portal-account__card-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid var(--portal-border);background:#ffffff}.portal-account__card-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.125rem;line-height:1.5rem;font-weight:600;color:var(--portal-text)}.portal-account__card-action{font:inherit;font-size:.875rem;font-weight:600;color:var(--portal-teal);background:transparent;border:none;padding:6px 10px;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.portal-account__card-action:hover{background:rgba(0,120,99,.08)}.portal-account__card-body{padding:8px 24px}.portal-account__row{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid var(--portal-border)}.portal-account__row:last-child{border-bottom:none}.portal-account__row-label{font-size:.875rem;font-weight:500;color:var(--portal-text-muted)}.portal-account__row-value{font-size:.9375rem;color:var(--portal-text);word-break:break-word}.portal-account__row-placeholder{color:var(--portal-text-soft);font-style:italic}.portal-account__row-action{font:inherit;font-size:.875rem;font-weight:600;color:var(--portal-teal);background:transparent;border:1px solid var(--portal-border-strong);padding:6px 14px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.portal-account__row-action:hover{background:rgba(0,120,99,.08);border-color:var(--portal-teal)}.portal-account__id-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px 0}.portal-account__id-tile{display:flex;align-items:center;gap:14px;padding:16px;border:1px dashed var(--portal-border-strong);border-radius:10px;background:var(--portal-surface-muted)}.portal-account__id-thumb{width:48px;height:48px;border-radius:8px;background:rgba(0,120,99,.08);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.portal-account__id-title{margin:0 0 2px;font-size:.9375rem;font-weight:600;color:var(--portal-text)}.portal-account__id-sub{margin:0;font-size:.8125rem;color:var(--portal-text-soft)}.portal-account__chart-head{display:grid;grid-template-columns:1fr auto;gap:16px;padding:14px 0 8px;border-bottom:1px solid var(--portal-border)}.portal-account__chart-col{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--portal-text-soft)}.portal-account__chart-list{list-style:none;padding:0;margin:0}.portal-account__chart-list li{display:grid;grid-template-columns:1fr auto;gap:16px;padding:12px 0;font-size:.9375rem;color:var(--portal-text);border-bottom:1px solid var(--portal-border)}.portal-account__chart-list li:last-child{border-bottom:none}.portal-account__chart-date{color:var(--portal-text-soft);font-size:.875rem}.portal-account__chart-cta{display:inline-block;margin-top:12px;padding:10px 16px;border-radius:999px;background:var(--portal-teal);color:#fff;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .15s ease}.portal-account__chart-cta:hover{background:var(--portal-teal-hover)}.portal-account__toggle{display:grid;grid-template-columns:auto 1fr;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--portal-border);cursor:pointer}.portal-account__toggle:last-child{border-bottom:none}.portal-account__toggle input{position:absolute;opacity:0;pointer-events:none}.portal-account__toggle-track{position:relative;display:inline-block;width:40px;height:22px;border-radius:999px;background:rgb(208,213,221);transition:background-color .15s ease;margin-top:2px;flex-shrink:0}.portal-account__toggle-thumb{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#ffffff;box-shadow:0 1px 2px #10182833;transition:transform .15s ease}.portal-account__toggle input:checked+.portal-account__toggle-track{background:var(--portal-teal)}.portal-account__toggle input:checked+.portal-account__toggle-track .portal-account__toggle-thumb{transform:translate(18px)}.portal-account__toggle-copy{display:flex;flex-direction:column;gap:2px}.portal-account__toggle-title{font-size:.9375rem;font-weight:600;color:var(--portal-text)}.portal-account__toggle-sub{font-size:.8125rem;line-height:1.45;color:var(--portal-text-muted)}@media (max-width: 640px){.portal-account__card-head{padding:16px 18px}.portal-account__card-body{padding:4px 18px}.portal-account__row{grid-template-columns:1fr;gap:4px;padding:14px 0}.portal-account__row-action{justify-self:start}.portal-account__id-grid{grid-template-columns:1fr}}.portal-quiz{min-height:100vh;background:linear-gradient(180deg,#f5f8f7 0%,#ffffff 100%);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--portal-text, rgb(16, 24, 40));display:flex;flex-direction:column}.portal-quiz__header{display:flex;align-items:center;gap:16px;padding:18px 24px;background:#ffffff;border-bottom:1px solid rgb(234,236,240)}.portal-quiz__brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#101828;font-family:Poppins,Inter,sans-serif;font-weight:600}.portal-quiz__brand-name{font-size:1.125rem;letter-spacing:-.01em}.portal-quiz__eyebrow{flex:1;text-align:center;font-size:.875rem;color:#475467;font-weight:500}.portal-quiz__exit{font-size:.875rem;font-weight:600;color:#007863;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid rgb(208,213,221);transition:background-color .15s ease,border-color .15s ease}.portal-quiz__exit:hover{background:rgba(0,120,99,.08);border-color:#007863}.portal-quiz__main{flex:1;width:100%;max-width:760px;margin:0 auto;padding:24px 24px 64px;display:flex;flex-direction:column;gap:16px;box-sizing:border-box}.portal-quiz__progress{height:8px;border-radius:999px;background:rgb(234,236,240);overflow:hidden}.portal-quiz__progress-fill{height:100%;background:linear-gradient(90deg,#007863 0%,#22c4a6 100%);transition:width .3s ease}.portal-quiz__progress-meta{display:flex;justify-content:space-between;font-size:.8125rem;color:#667085}.portal-quiz__progress-meta strong{color:#101828;font-weight:600}.portal-quiz__progress-percent{font-weight:600;color:#007863}.portal-quiz__card{background:#ffffff;border:1px solid rgb(234,236,240);border-radius:16px;padding:32px;box-shadow:0 1px 2px #1018280a;display:flex;flex-direction:column;gap:20px}.portal-quiz__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:rgba(0,120,99,.1);color:#007863;font-weight:700;font-size:.9375rem;letter-spacing:.02em}.portal-quiz__question{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.5rem;line-height:2rem;font-weight:600;color:#101828;letter-spacing:-.01em}.portal-quiz__req{color:#c2410c;font-weight:700;margin-left:.1em}.portal-quiz__helper{margin:-8px 0 0;font-size:.9375rem;line-height:1.5rem;color:#475467}.portal-quiz__input{margin-top:4px}.portal-quiz__text{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid rgb(208,213,221);border-radius:10px;font-family:inherit;font-size:1.125rem;line-height:1.5rem;color:#101828;background:#ffffff;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.portal-quiz__text::placeholder{color:#98a2b3}.portal-quiz__text:focus{border-color:#007863;box-shadow:0 0 0 3px #00786326}.portal-quiz__options{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.portal-quiz__option{width:100%;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid rgb(208,213,221);border-radius:12px;background:#ffffff;text-align:left;font:inherit;font-size:1rem;line-height:1.45;color:#101828;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.portal-quiz__option:hover{border-color:#007863;background:rgba(0,120,99,.04)}.portal-quiz__option--selected{border-color:#007863;background:rgba(0,120,99,.08);box-shadow:0 0 0 1px #007863}.portal-quiz__option-key{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:rgb(242,244,247);color:#344054;font-size:.8125rem;font-weight:700;letter-spacing:.04em;transition:background-color .15s ease,color .15s ease}.portal-quiz__option--selected .portal-quiz__option-key{background:#007863;color:#fff}.portal-quiz__option-label{min-width:0}.portal-quiz__option-check{color:#007863}.portal-quiz__option-box{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:2px solid rgb(208,213,221);border-radius:6px;background:#ffffff;color:#fff;transition:background-color .15s ease,border-color .15s ease}.portal-quiz__option-box--on{background:#007863;border-color:#007863}.portal-quiz__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.portal-quiz__primary{display:inline-flex;align-items:center;gap:10px;padding:12px 22px;border-radius:10px;border:1px solid #007863;background:#007863;color:#fff;font:inherit;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;box-shadow:0 1px 2px #10182814;transition:background-color .15s ease,border-color .15s ease}.portal-quiz__primary:hover:not(:disabled){background:#005d4c;border-color:#005d4c}.portal-quiz__primary:disabled{background:rgb(242,244,247);color:#98a2b3;border-color:#eaecf0;cursor:not-allowed;box-shadow:none}.portal-quiz__secondary{font:inherit;font-size:.9375rem;font-weight:500;color:#475467;background:transparent;border:none;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.portal-quiz__secondary:hover:not(:disabled){background:rgb(242,244,247);color:#101828}.portal-quiz__secondary:disabled{opacity:.4;cursor:not-allowed}.portal-quiz__tip{text-align:center;font-size:.8125rem;color:#667085;margin:0}.portal-quiz__tip kbd{display:inline-block;padding:2px 6px;border:1px solid rgb(208,213,221);border-radius:4px;background:#ffffff;font-family:inherit;font-size:.75rem;font-weight:600}.portal-quiz__done{text-align:center;padding:40px 24px;background:#ffffff;border:1px solid rgb(234,236,240);border-radius:16px;display:flex;flex-direction:column;align-items:center;gap:12px}.portal-quiz__done-badge{width:72px;height:72px;border-radius:50%;background:rgba(0,120,99,.1);display:inline-flex;align-items:center;justify-content:center}.portal-quiz__done-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.75rem;font-weight:600;color:#101828;letter-spacing:-.01em}.portal-quiz__done-sub{margin:0;font-size:1rem;line-height:1.5rem;color:#475467;max-width:46ch}.portal-quiz__done-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:12px}@media (max-width: 560px){.portal-quiz__card{padding:20px;border-radius:12px}.portal-quiz__question{font-size:1.25rem;line-height:1.75rem}.portal-quiz__option{grid-template-columns:32px 1fr auto;padding:12px 14px}.portal-quiz__header{padding:14px 16px}.portal-quiz__eyebrow{display:none}}.portal-health{display:flex;flex-direction:column;gap:32px;min-width:0}.portal-health__top{display:grid;grid-template-columns:1fr 1fr;gap:20px}.portal-health__score-card{display:flex;flex-direction:column;background:#ffffff;border:1px solid var(--portal-border);border-radius:16px;overflow:hidden}.portal-health__score-body{flex:1;display:flex;align-items:center;gap:20px;padding:24px 28px}.portal-health__score-body--done{align-items:center}.portal-health__question-badge{flex-shrink:0;width:72px;height:72px;border-radius:50%;border:2px solid rgb(208,213,221);display:inline-flex;align-items:center;justify-content:center;font-family:Poppins,Inter,sans-serif;font-size:2.5rem;font-weight:600;color:var(--portal-teal)}.portal-health__score-title{margin:0 0 6px;font-family:Poppins,Inter,sans-serif;font-size:1.375rem;line-height:1.75rem;font-weight:600;color:var(--portal-text);letter-spacing:-.01em}.portal-health__score-sub{margin:0;font-size:.9375rem;line-height:1.45;color:var(--portal-text-muted)}.portal-health__score-footer{padding:14px 28px;border-top:1px solid var(--portal-border);display:flex;justify-content:flex-end}.portal-health__score-link{font-size:.9375rem;font-weight:600;color:var(--portal-teal);text-decoration:none}.portal-health__score-link:hover{color:var(--portal-teal-hover);text-decoration:underline;text-underline-offset:3px}.portal-health__hero{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:566 / 255;display:flex;flex-direction:column;justify-content:space-between;padding:22px 26px;color:#fff;background:#2e4661}.portal-health__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.portal-health__hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(5,13,40,.15) 0%,rgba(5,13,40,.55) 100%);z-index:1}.portal-health__hero-eyebrow,.portal-health__hero-cta{z-index:2}.portal-health__hero-eyebrow{position:relative;margin:0;align-self:flex-end;font-family:Poppins,Inter,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;text-shadow:0 1px 4px rgba(0,0,0,.4)}.portal-health__hero-cta{position:relative;align-self:flex-end;display:inline-flex;align-items:center;gap:10px;padding:0;font:inherit;font-size:.9375rem;font-weight:500;color:#fff;background:transparent;border:none;cursor:pointer;text-shadow:0 1px 4px rgba(0,0,0,.4)}.portal-health__hero-plus{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1.5px solid #ffffff;border-radius:50%;font-size:.9375rem;line-height:1;font-weight:500}.portal-health__insights-head{text-align:center;margin-bottom:20px}.portal-health__insights-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.375rem;line-height:1.75rem;font-weight:600;color:var(--portal-text);letter-spacing:-.01em}.portal-health__insights-sub{margin:10px auto 0;max-width:62ch;font-size:.9375rem;line-height:1.5;color:var(--portal-text-muted)}.portal-health__icon-badge{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;flex-shrink:0;background:rgba(0,120,99,.1);box-shadow:inset 0 0 0 1px #00786333}.portal-health__icon-badge svg{width:30px;height:30px;display:block}.portal-health__pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.01em}.portal-health__pill-dot{width:6px;height:6px;border-radius:50%}.portal-health__bar{display:block;width:100%;height:6px;background:rgb(234,236,240);border-radius:999px;overflow:hidden}.portal-health__bar-fill{display:block;height:100%;border-radius:999px;transition:width .4s ease}.portal-health__preview{background:#ffffff;border:1px solid var(--portal-border);border-radius:20px;padding:24px;box-shadow:0 1px 2px #1018280a}.portal-health__preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.portal-health__tile{display:flex;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--portal-border);border-radius:14px;background:#ffffff;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.portal-health__tile:hover{border-color:#00786359;transform:translateY(-1px);box-shadow:0 4px 12px #1018280f}.portal-health__tile-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--portal-text);letter-spacing:-.01em;flex:1;min-width:0}.portal-health__tile-lock{font-size:.75rem;font-weight:500;color:var(--portal-text-soft);white-space:nowrap}.portal-health__preview-footer{padding:18px 0 0;border-top:1px solid var(--portal-border);margin-top:22px;display:flex;justify-content:flex-end}.portal-health__preview-cta{font-size:.9375rem;font-weight:600;color:var(--portal-teal);text-decoration:none}.portal-health__preview-cta:hover{color:var(--portal-teal-hover);text-decoration:underline;text-underline-offset:3px}.portal-health__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.portal-health__card{display:flex;flex-direction:column;gap:12px;background:#ffffff;border:1px solid var(--portal-border);border-radius:16px;padding:20px;box-shadow:0 1px 2px #1018280a;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.portal-health__card:hover{border-color:#0078634d;transform:translateY(-2px);box-shadow:0 8px 20px #10182812}.portal-health__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-health__card-heading{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.0625rem;font-weight:600;color:var(--portal-text);letter-spacing:-.01em}.portal-health__card-text{margin:0;font-size:.875rem;line-height:1.55;color:var(--portal-text-muted);flex:1}.portal-health__card-meter{margin-top:4px}.portal-health__card-foot{display:flex;justify-content:space-between;font-size:.75rem;color:var(--portal-text-soft);padding-top:10px;border-top:1px solid var(--portal-border)}@media (max-width: 1024px){.portal-health__cards,.portal-health__preview-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 720px){.portal-health__top,.portal-health__cards,.portal-health__preview-grid{grid-template-columns:1fr}}.portal-health__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(16,24,40,.55);display:flex;align-items:center;justify-content:center;padding:24px;z-index:100;animation:portalHealthFade .15s ease}@keyframes portalHealthFade{0%{opacity:0}to{opacity:1}}.portal-health__modal{position:relative;width:min(100%,520px);max-height:calc(100vh - 48px);overflow-y:auto;background:var(--portal-teal);color:#fff;border-radius:16px;padding:32px 32px 28px;box-shadow:0 20px 60px #00000040;animation:portalHealthPop .18s ease}@keyframes portalHealthPop{0%{transform:translateY(8px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.portal-health__modal-close{position:absolute;top:16px;left:16px;background:transparent;border:none;padding:4px;color:#fff;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:background-color .12s ease}.portal-health__modal-close:hover{background:rgba(255,255,255,.15)}.portal-health__modal-title{margin:8px 0 18px 36px;font-family:Poppins,Inter,sans-serif;font-size:1.375rem;font-weight:600;letter-spacing:-.01em}.portal-health__modal-sub{margin:18px 0 8px;font-family:Poppins,Inter,sans-serif;font-size:1rem;font-weight:600}.portal-health__modal-body{margin:0 0 6px;font-size:.9375rem;line-height:1.55;color:#ffffffeb}.portal-health__modal-list{margin:4px 0 0;padding-left:20px;font-size:.9375rem;line-height:1.8;font-weight:600}.portal-health__modal-list li{list-style:disc}.portal-subs{display:flex;flex-direction:column;gap:28px;min-width:0}.portal-subs__page-head{display:flex;flex-direction:column;gap:6px}.portal-subs__page-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.75rem;font-weight:600;color:var(--portal-text);letter-spacing:-.015em}.portal-subs__page-sub{margin:0;font-size:.9375rem;color:var(--portal-text-muted)}.portal-subs__list{display:flex;flex-direction:column;gap:20px}.portal-subs__card{background:#ffffff;border:1px solid var(--portal-border);border-radius:16px;padding:24px;box-shadow:0 1px 2px #1018280a;display:flex;flex-direction:column;gap:20px}.portal-subs__card-head{display:flex;align-items:center;gap:16px}.portal-subs__icon{width:56px;height:56px;border-radius:16px;background:rgba(0,120,99,.08);box-shadow:inset 0 0 0 1px #00786333;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.portal-subs__icon svg{width:32px;height:32px}.portal-subs__title-block{flex:1;min-width:0}.portal-subs__product{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--portal-text);letter-spacing:-.01em}.portal-subs__plan{margin:2px 0 0;font-size:.875rem;color:var(--portal-text-muted)}.portal-subs__status{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:.75rem;font-weight:600}.portal-subs__status-dot{width:6px;height:6px;border-radius:50%}.portal-subs__price-row{display:flex;align-items:baseline;gap:8px;padding:16px 20px;background:rgb(249,250,251);border-radius:12px}.portal-subs__price{font-family:Poppins,Inter,sans-serif;font-size:2rem;font-weight:600;color:var(--portal-teal);letter-spacing:-.02em}.portal-subs__cadence{font-size:.9375rem;color:var(--portal-text-muted)}.portal-subs__facts{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;margin:0}.portal-subs__facts>div{display:flex;flex-direction:column;gap:2px;min-width:0}.portal-subs__facts-wide{grid-column:1 / -1}.portal-subs__facts dt{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--portal-text-soft)}.portal-subs__facts dd{margin:0;font-size:.9375rem;color:var(--portal-text);font-weight:500}.portal-subs__note{margin:0;padding:14px 16px;background:rgba(0,120,99,.06);border-left:3px solid var(--portal-teal);border-radius:4px 10px 10px 4px;font-size:.875rem;line-height:1.5;color:var(--portal-text-muted)}.portal-subs__actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:16px;border-top:1px solid var(--portal-border)}.portal-subs__btn{padding:9px 16px;border-radius:8px;border:1px solid var(--portal-border);background:#ffffff;font:inherit;font-size:.875rem;font-weight:600;color:var(--portal-text);cursor:pointer;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.portal-subs__btn:hover{background:rgb(249,250,251);border-color:var(--portal-border-strong)}.portal-subs__btn--primary{background:var(--portal-teal);border-color:var(--portal-teal);color:#fff}.portal-subs__btn--primary:hover{background:var(--portal-teal-hover);border-color:var(--portal-teal-hover);color:#fff}.portal-subs__btn--danger{color:#b42318;border-color:#b423184d}.portal-subs__btn--danger:hover{background:rgba(180,35,24,.06);border-color:#b42318}.portal-subs__panel{background:#ffffff;border:1px solid var(--portal-border);border-radius:16px;padding:20px 24px 24px;box-shadow:0 1px 2px #1018280a}.portal-subs__panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid var(--portal-border)}.portal-subs__panel-title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--portal-text)}.portal-subs__panel-link{background:none;border:none;font:inherit;font-size:.875rem;font-weight:600;color:var(--portal-teal);cursor:pointer;padding:0}.portal-subs__panel-link:hover{color:var(--portal-teal-hover);text-decoration:underline;text-underline-offset:3px}.portal-subs__table{width:100%;border-collapse:collapse;margin-top:8px;font-size:.875rem}.portal-subs__table th,.portal-subs__table td{padding:12px 8px;text-align:left}.portal-subs__table th{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--portal-text-soft)}.portal-subs__table tbody tr{border-top:1px solid var(--portal-border)}.portal-subs__table td{color:var(--portal-text)}.portal-subs__table-amount{font-weight:600;font-variant-numeric:tabular-nums}.portal-subs__table-status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:rgba(34,197,94,.14);color:#15803d;font-size:.75rem;font-weight:600}.portal-subs__empty{background:#ffffff;border:1px solid var(--portal-border);border-radius:16px;padding:48px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px}.portal-subs__empty h2{margin:0;font-family:Poppins,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--portal-text)}.portal-subs__empty p{margin:0 0 12px;color:var(--portal-text-muted);font-size:.9375rem}@media (max-width: 720px){.portal-subs__card{padding:20px 18px}.portal-subs__facts{grid-template-columns:1fr}.portal-subs__actions{flex-direction:column;align-items:stretch}.portal-subs__btn{text-align:center}.portal-subs__table th:nth-child(2),.portal-subs__table td:nth-child(2){display:none}}: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: #183b2d;--color-primary-mid: #007762;--btn-primary-bg: #00836c;--btn-primary-hover: #006b56;--btn-primary-active: #005a48;--color-cream: #fffcf8;--color-white: #ffffff;--color-text: #1a1a1a;--color-heading: #000000;--color-text-muted: #555555;--color-border: rgba(15, 31, 0, .08);--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: #000000;--framer-font-family: "Poltawski Nowy", "Poltawski Nowy Placeholder", serif;--framer-font-size: 52px;--framer-font-family-italic: "Poltawski Nowy", "Poltawski Nowy Placeholder", serif;--framer-font-open-type-features: normal;--font-display: var(--framer-font-family);--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: 1200px;--page-width: min(var(--max-width), calc(100vw - 160px));--section-px: clamp(16px, 5vw, 80px);--section-py: clamp(40px, 6vw, 96px);--marketing-page-image-size: 568px;--intro-band-card-height: 202px}html{font-size:16px;scroll-behavior:smooth}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:320px;overflow-x:hidden}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;text-decoration:none;background-color:var(--btn-primary-bg);color:var(--color-white);font-family:var(--font-body);font-weight:600;font-size:clamp(.8rem,1.5vw,.875rem);padding:clamp(9px,1.5vw,11px) clamp(18px,3vw,26px);border-radius:999px;border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease;white-space:nowrap;letter-spacing:.01em}.btn-primary:hover{background-color:var(--btn-primary-hover);transform:translateY(-1px)}.btn-primary:active{background-color:var(--btn-primary-active);transform:translateY(0)}
