:root{--text:#1b3a4b;--muted:#475569;--accent:#2a9d8f;--brand:#5cb85c;--navy:#1b3a4b;--teal:#2a9d8f;--coral:#e8977a;--mist:#f0f7f4;--seafoam:#e8f4f0;--blush:#fff5f0;--bg:#fff;--surface:#fff;--line:#d6e4dc;--wrap:1100px;--wrap-wide:1400px}*{box-sizing:border-box}html,body{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-inter),system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg);font-size:16px;line-height:1.6}h1,h2,h3{font-family:var(--font-poppins),var(--font-inter),ui-sans-serif;color:var(--navy);margin:0 0 10px;line-height:1.2}h1{letter-spacing:-.01em;font-size:36px}h2{font-size:24px}p{color:var(--text);margin:0 0 10px}a{color:var(--teal);text-decoration:none}a:hover{color:#228578;text-decoration:underline}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(20px,5vw,40px)}.section{padding:32px 0}.btn{border:1px solid var(--line);border-radius:10px;justify-content:center;align-items:center;padding:12px 20px;font-size:15px;font-weight:700;line-height:1;text-decoration:none;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.btn:hover{text-decoration:none}.btn.primary{background:var(--brand);border-color:var(--brand);color:#fff}.btn.primary:hover{background:#4da64d;border-color:#4da64d;text-decoration:none}.btn.primary.sm{border-radius:10px;padding:10px 14px;font-size:14px}.btn.secondary{background:var(--teal);border-color:var(--teal);color:#fff}.btn.secondary:hover{background:#228578;border-color:#228578;text-decoration:none}.btn.outline{color:#fff;border-color:#ffffffb3}.btn.outline:hover{background:#ffffff20;text-decoration:none}.btn.ghost{border-color:var(--navy);color:var(--navy);background:0 0}.btn.ghost:hover{background:var(--mist);text-decoration:none}.announce{text-align:center;background:var(--mist);color:var(--text);border-bottom:1px solid var(--line);padding:6px 10px;font-size:14px}.siteHeader{z-index:60;backdrop-filter:saturate(1.1)blur(6px);border-bottom:1px solid var(--line);background:#ffffffeb;transition:box-shadow .2s;position:sticky;top:0}.siteHeader.isScrolled{box-shadow:0 4px 18px #1b3a4b14}.headerRow{align-items:center;gap:16px;height:64px;display:flex}.brand{align-items:center;gap:10px;text-decoration:none;display:flex}.logoWrap{place-items:center;height:40px;display:grid}.brandName{color:var(--navy);font-size:22px;font-weight:800}.desktopNav{align-items:center;gap:18px;display:flex}.desktopNav a{color:var(--navy);font-size:15px}.desktopNav a:hover{color:var(--teal);text-decoration:none}.hamburger{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.hamburger span{background:var(--navy);width:18px;height:2px;margin:3px 0;transition:transform .25s,opacity .2s;display:block}.hamburger.isOpen span:first-child{transform:translateY(5px)rotate(45deg)}.hamburger.isOpen span:nth-child(2){opacity:0}.hamburger.isOpen span:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.mobileNav{border-bottom:1px solid var(--line);z-index:59;background:#fff;padding:14px 20px;transition:transform .25s;position:fixed;inset:64px 0 auto;transform:translateY(-120%)}.mobileNav.show{transform:translateY(0)}.mobileNav nav{gap:4px;display:grid}.mobileNav nav a{color:var(--navy);padding:10px 0;font-size:16px}.backdrop{z-index:58;background:#00000040;position:fixed;inset:0}@media (width<=900px){.desktopNav{display:none}.hamburger{display:inline-flex}.headerRow{justify-content:space-between}.brandName{font-size:18px}}@media (width>=901px){header .hamburger{display:none}}.hero{color:#fff;background:var(--navy)url(/hero.png) center/cover no-repeat;place-items:center;min-height:520px;display:grid;position:relative}.hero:before{content:"";background:linear-gradient(#1b3a4ba6,#1b3a4b59);position:absolute;inset:0}.heroInner{text-align:center;padding:60px clamp(20px,5vw,40px);position:relative}.hero h1{color:#fff;font-size:42px}.hero p{color:#d6e4dc;max-width:800px;margin:10px auto 16px}.ctaRow{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.howSection{background:var(--mist);padding:40px 0}.howGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:20px;display:grid}.howStep{border:1px solid var(--line);text-align:center;background:#fff;border-radius:14px;padding:24px 20px}.howNumber{background:var(--teal);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:12px;font-size:18px;font-weight:800;display:inline-flex}.howStep h3{color:var(--navy);margin:0 0 8px;font-size:18px}.howStep p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}@media (width<=768px){.howGrid{grid-template-columns:1fr}}.sectionTitle{color:var(--navy);margin-bottom:12px;font-size:28px}.bullets{margin:8px 0 0;padding-left:20px}.bullets li{color:var(--muted);margin-bottom:4px;line-height:1.5}.selfPayCard{background:var(--blush);border:1px solid #f0d6c8;border-radius:14px;margin-top:20px;padding:24px}.selfPayCard h3{color:var(--navy);margin:0 0 6px;font-size:18px}.selfPayCard>p{color:var(--muted);margin:0 0 16px;font-size:14px}.selfPayGrid{flex-wrap:wrap;gap:16px;display:flex}.selfPayItem{background:#fff;border:1px solid #f0d6c8;border-radius:10px;flex-direction:column;min-width:160px;padding:16px 24px;display:flex}.selfPayPrice{font-family:var(--font-poppins),var(--font-inter),ui-sans-serif;color:var(--coral);font-size:28px;font-weight:800}.selfPayLabel{color:var(--muted);margin-top:2px;font-size:13px}.faq details{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 16px;transition:border-color .2s}.faq details[open]{border-color:var(--teal)}.faq details+details{margin-top:10px}.faq summary{cursor:pointer;min-height:44px;color:var(--navy);align-items:center;font-weight:600;display:flex}.faq details p{color:var(--muted);margin:8px 0 0;line-height:1.6}.eduBanner{background:var(--seafoam);border:1px solid var(--line);border-radius:14px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}@media (width<=600px){.eduBanner{flex-direction:column;align-items:flex-start}}.providers-wide{max-width:var(--wrap-wide);margin:0 auto;padding:22px clamp(20px,5vw,40px) 40px}.providersTitle{letter-spacing:-.01em;color:var(--navy);margin:6px 0 18px;font-size:34px;font-weight:800;line-height:1.2}.headshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.provider{border:1px solid var(--line);background:#fff;border-radius:14px;width:100%;overflow:hidden}.provider-figure{aspect-ratio:3/4;background:#f3f4f6;border:none;border-radius:0;width:60%;margin:0 auto;overflow:hidden}.provider-figure img{object-fit:cover;object-position:50% 20%;width:100%;height:100%;display:block}.provider-bio{padding:16px 18px 22px}.provider-bio h2{color:var(--navy);margin:2px 0 10px}.provider-bio p{color:#334155}.provider-contact{color:var(--teal);font-size:14px}@media (width<=1024px){.headshot-grid{grid-template-columns:1fr}.provider{max-width:600px;margin:0 auto}}@media (width<=520px){.provider-figure{width:70%}.provider{max-width:100%}}.serviceSymptoms{margin:8px 0 0;padding-left:20px}.serviceSymptoms li{color:#334155;margin-bottom:6px;line-height:1.6}.contactGrid{grid-template-columns:1.2fr .8fr;gap:32px;margin-top:24px;display:grid}.contactFormWrap{border:1px solid var(--line);background:#fff;border-radius:14px;padding:24px}.contactForm{flex-direction:column;gap:14px;display:flex}.contactLabel{color:var(--text);flex-direction:column;gap:4px;font-size:14px;font-weight:600;display:flex}.contactInput{border:1px solid var(--line);color:var(--text);background:var(--mist);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:15px;transition:border-color .2s}.contactInput:focus{border-color:var(--teal);background:#fff;outline:none}.contactTextarea{resize:vertical;min-height:100px}.contactSuccess{text-align:center;padding:32px 0}.contactInfoWrap{padding:0}.contactInfoCard{border-bottom:1px solid var(--line);padding:14px 0}.contactInfoLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:4px;font-size:13px;font-weight:700}.contactInfoValue{color:var(--text);font-size:16px}@media (width<=768px){.contactGrid{grid-template-columns:1fr;gap:20px}}.siteFooter{border-top:1px solid var(--line);background:var(--mist);margin-top:40px}.footerInner{grid-template-columns:1.4fr .8fr .8fr .8fr;gap:28px;padding-top:36px;padding-bottom:28px;display:grid}.footerBrand{font-family:var(--font-poppins),var(--font-inter),ui-sans-serif;color:var(--navy);margin-bottom:8px;font-size:20px;font-weight:800}.footerMuted{color:var(--muted);margin-bottom:10px;font-size:14px;line-height:1.5}.footerContact{margin:0 0 4px;font-size:14px}.footerContact a{color:var(--navy);text-decoration:none}.footerContact a:hover{color:var(--teal)}.footerHeading{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:10px;font-size:14px;font-weight:700}.footerNav{flex-direction:column;gap:6px;display:flex}.footerNav a{color:var(--navy);font-size:14px;text-decoration:none}.footerNav a:hover{color:var(--teal)}.footerBottom{border-top:1px solid var(--line);color:var(--muted);padding:14px 0;font-size:13px}.footerBottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.footerLegal{gap:16px;display:flex}.footerLegal a{color:var(--muted);text-decoration:none}.footerLegal a:hover{color:var(--navy)}@media (width<=768px){.footerInner{grid-template-columns:1fr 1fr;gap:24px}}@media (width<=480px){.footerInner{grid-template-columns:1fr;gap:20px}.footerBottomInner{flex-direction:column;align-items:flex-start}}.lp-wrap{max-width:var(--wrap);margin:0 auto;padding:0 clamp(20px,5vw,40px)}.lp-hero{color:#fff;background:var(--navy)url(/hero.png) center/cover no-repeat;min-height:560px;position:relative}.lp-hero:before{content:"";background:linear-gradient(#1b3a4ba6,#1b3a4b59);position:absolute;inset:0}.lp-heroInner{max-width:var(--wrap);text-align:center;margin:0 auto;padding:92px clamp(20px,5vw,40px) 84px;position:relative}.lp-eyebrow{letter-spacing:.02em;color:#e2e8f0;border:1px solid #ffffff3d;border-radius:999px;margin-bottom:10px;padding:6px 10px;font-size:13px;font-weight:700;display:inline-block}.lp-h1{font-family:var(--font-poppins),var(--font-inter),ui-sans-serif;letter-spacing:-.01em;color:#fff;margin:0 0 8px;font-size:44px;line-height:1.12}.lp-sub{color:#d6e4dc;max-width:840px;margin:0 auto 16px;font-size:18px}.lp-ctaRow{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:8px;display:flex}.lp-cta{min-width:200px}.lp-ctaOutline{color:#fff;border-color:#ffffffb3}.lp-ctaOutline:hover{background:#ffffff20}.lp-badges{color:#d6e4dc;flex-wrap:wrap;justify-content:center;gap:12px;margin:18px 0 0;padding:0;font-size:14px;list-style:none;display:flex}.lp-badges li{border:1px solid #ffffff3d;border-radius:999px;padding:6px 10px}.lp-cards{margin-top:22px}.lp-sectionTitle{color:var(--navy);margin:0 0 8px;font-size:28px}.lp-cardGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:12px;display:grid}.lp-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:18px}.lp-card h3{color:var(--navy);margin:0 0 6px;font-size:18px}.lp-card p{color:#334155}.lp-about{margin-top:22px}.lp-aboutText{color:#334155;max-width:820px}.lp-ins{margin-top:24px}.lp-insIntro{color:#334155}.lp-insList{columns:2;column-gap:28px;margin:10px 0 0;padding-left:20px}.lp-insList li{color:#334155;margin:4px 0}@media (width<=700px){.lp-insList{columns:1}}.lp-faq{margin-top:22px}.lp-faq details{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px 16px;transition:border-color .2s}.lp-faq details[open]{border-color:var(--teal)}.lp-faq details+details{margin-top:10px}.lp-faq summary{cursor:pointer;min-height:44px;color:var(--navy);align-items:center;font-weight:600;display:flex}.lp-ctaBand{margin:28px 0 18px}.lp-ctaBandInner{border:1px solid var(--line);background:var(--seafoam);border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:20px 24px;display:flex}.lp-ctaBandText h3{color:var(--navy);margin:0 0 4px;font-size:22px}.lp-ctaBandText p{color:#475569;margin:0}.lp-stickyBook{z-index:55;border-top:1px solid var(--line);background:#fff;padding:10px 16px;display:none;position:fixed;bottom:0;left:0;right:0}.lp-stickyBook .btn{width:100%;display:block}@media (width<=1024px){.lp-h1{font-size:38px}.lp-hero{min-height:520px}}@media (width<=900px){.lp-cardGrid{grid-template-columns:1fr}.lp-hero{min-height:500px}.lp-stickyBook{display:block}.lp-ctaBandInner{flex-direction:column;align-items:flex-start}}@media (width<=520px){.lp-h1{font-size:30px}.lp-sub{font-size:16px}h1{font-size:28px}.hero h1{font-size:30px}.hero{min-height:420px}.heroInner{padding:40px 20px}.hero p{font-size:15px}.ctaRow{flex-direction:column;align-items:center}.ctaRow .btn{width:100%;max-width:300px}.sectionTitle{font-size:22px}.section{padding:18px 0}.provider-bio{padding:16px 20px 22px}.provider .btn.primary{padding:10px 12px;font-size:13px}.btn{min-height:44px}.providersTitle{font-size:26px}.selfPayGrid{flex-direction:column}}.center{text-align:center}.tiny{color:#64748b;font-size:12px}

@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n_wU-s.7b98b85e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n_wU-s.51d01951.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n_wU-s.e91c5657.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n_wU-s.1e9d3edc.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n_wU-s.569fab99.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n_wU-s.99c7dd4e.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw-s.p.0faac26c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_9e72d27f-module__JKMi0a__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_9e72d27f-module__JKMi0a__variable{--font-inter:"Inter","Inter Fallback"}

@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw-s.55ef469a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw-s.cc58d8dc.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk-s.p.dd0b3887.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw-s.45055564.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw-s.0c442f40.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk-s.p.d95035ce.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_4098197a-module__yLidIW__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_4098197a-module__yLidIW__variable{--font-poppins:"Poppins","Poppins Fallback"}

/*# sourceMappingURL=f3af401b0a7c842a.css.map*/