:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:#fafafa;--color-primary: #0d3b4a;--text-primary: #1a365d;--color-text: var(--text-primary);--color-text-muted: #5a6c72;--color-surface: #0d3b4a;--color-surface-text: #f5f5f0}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app__content{flex:1;display:flex;flex-direction:column}.app__content>main{flex:1}.top-info-bar{background:var(--text-primary, #1a365d);color:var(--color-surface-text, #f5f5f0);padding:.5rem 1.5rem;font-size:.875rem}.top-info-bar__content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:flex-end;gap:1rem;flex-wrap:wrap}.top-info-bar__right{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap}.top-info-bar__translate{position:relative}.top-info-bar__translate-btn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;font-size:.875rem;color:var(--color-surface-text, #f5f5f0);background:#ffffff1f;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:background .2s,border-color .2s}.top-info-bar__translate-btn:hover{background:#ffffff2e;border-color:#ffffff4d}.top-info-bar__translate-label{white-space:nowrap}.top-info-bar__translate-arrow{display:flex;align-items:center;transition:transform .2s}.top-info-bar__translate-btn[aria-expanded=true] .top-info-bar__translate-arrow{transform:rotate(180deg)}.top-info-bar__translate-dropdown{position:absolute;top:calc(100% + .25rem);right:0;min-width:100%;margin:0;padding:.25rem 0;list-style:none;background:var(--text-primary, #1a365d);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #0000004d;z-index:999}.top-info-bar__translate-option{display:block;width:100%;padding:.5rem 1rem;font-size:.875rem;color:var(--color-surface-text, #f5f5f0);background:transparent;border:none;text-align:left;cursor:pointer;transition:background .2s;white-space:nowrap}.top-info-bar__translate-option:hover{background:#ffffff1f}.top-info-bar__translate-option--selected{background:#ffffff1a;font-weight:500}@media(max-width:640px){.top-info-bar{padding:.5rem 1rem;font-size:.8125rem}.top-info-bar__content{justify-content:center;text-align:center}}.middle-bar{height:30px;background:linear-gradient(90deg,#f5f5f033,#f5f5f080,#f5f5f033)}.navbar{display:flex;align-items:center;gap:1rem;padding:1rem 2rem;background:#fff;color:var(--color-text, #213547);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000014}.navbar__brand{display:flex;align-items:center;text-decoration:none}.navbar__brand:hover{opacity:.9}.navbar__logo{display:block;height:3rem;width:auto;padding-left:7rem;padding-right:1rem}.navbar__nav{display:flex;gap:2.2rem}.navbar__cta{margin-left:auto;padding:.5rem 1.25rem;background:var(--text-primary, #1a365d);color:#fff;margin-right:7rem;text-decoration:none;font-size:.95rem;font-weight:600;font-family:HCA-Mark-Medium,sans-serif;border-radius:20px;transition:background .2s,opacity .2s}.navbar__cta:hover{opacity:.95;background:#152a47}.navbar__link{color:inherit;text-decoration:none;font-size:1rem;opacity:.9;font-weight:500;font-family:"HCA-Mark-Medium," sans-serif;color:#173143;transition:opacity .2s;position:relative}.navbar__link:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .2s ease}.navbar__link:hover:after,.navbar__link--active:after{transform:scaleX(1)}.navbar__link:hover,.navbar__link--active{opacity:1}.navbar__link--active{font-weight:600}.navbar__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:transparent;color:#173143;cursor:pointer;margin-left:auto}.navbar__toggle-bar{display:block;width:22px;height:2px;background:currentColor;border-radius:1px}.navbar__toggle .navbar__toggle-close,.navbar__toggle--open .navbar__toggle-bar{display:none}.navbar__toggle--open .navbar__toggle-close{display:flex;align-items:center;justify-content:center}.navbar__dropdown{position:absolute;top:100%;left:0;right:0;z-index:150;background:#fff;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .25s ease,visibility .25s}.navbar__dropdown--open{max-height:min(80vh,400px);overflow-y:auto;visibility:visible}.navbar__dropdown-nav{display:flex;flex-direction:column;padding:0}.navbar__dropdown-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.5rem;color:#111;text-decoration:none;font-size:1rem;font-weight:500;font-family:HCA-Mark-Medium,sans-serif;background:#fff;border:none;border-bottom:1px solid #e5e7eb;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.navbar__dropdown-link:active{background:#f9fafb}.navbar__dropdown-chevron{flex-shrink:0;margin-left:.5rem;color:#374151}.navbar__dropdown-link--cta{font-weight:600;color:var(--text-primary, #1a365d)}@media(min-width:641px){.navbar__dropdown{display:none}}@media(max-width:640px){.navbar{flex-wrap:wrap;padding:.75rem 1rem;position:relative}.navbar__brand{order:2;position:absolute;left:50%;transform:translate(-50%)}.navbar__logo{padding-left:0;padding-right:0;height:2.75rem}.navbar__nav,.navbar__cta{display:none}.navbar__toggle{display:flex;order:1;margin-left:0}}.footer{background:var(--text-primary, #1a365d);color:var(--color-surface-text, #f5f5f0);padding:2.5rem 2rem;margin-top:auto;position:relative}.app__content:has(.patients)+.footer,.app__content:has(.physicians)+.footer{margin-top:-5rem;z-index:1}.footer__wave{position:absolute;top:0;left:0;width:100%;height:28px;margin-top:-24px;color:var(--text-primary, #1a365d);line-height:0}.footer__wave svg{display:block;width:100%;height:100%}.footer__content{max-width:1200px;margin:0 auto;padding-top:2rem}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem 1.25rem;margin-bottom:2.5rem}.footer__brand-col{max-width:280px}.footer__brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.footer__brand:hover{opacity:.9}.footer__logo{display:block;height:5.5rem;width:auto;filter:brightness(0) invert(1)}.footer__col-title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;opacity:.9;margin:0 0 1rem}.footer__nav{display:flex;flex-direction:column;gap:.5rem}.footer__nav a{color:inherit;text-decoration:none;font-size:.9rem;opacity:.9}.footer__nav a:hover{opacity:1}.footer__contact{font-style:normal}.footer__contact p{margin:0 0 .5rem;font-size:.9rem;opacity:.9}.footer__contact p:last-child{margin-bottom:0}.footer__contact a{color:inherit;text-decoration:none}.footer__contact a:hover{opacity:1;text-decoration:underline}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12);text-align:center}.footer__copyright{font-size:.8rem;opacity:.75;margin:0}@media(max-width:900px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand-col{max-width:none;grid-column:1 / -1}}@media(max-width:640px){.footer__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer__brand-col{text-align:center}.footer__brand{justify-content:center}}.home{flex:1;padding:0 0 rem;min-width:0;max-width:100%;overflow-x:hidden}.home__hero{position:relative;min-height:650px;background:var(--color-primary, #0d3b4a) url(/new-hero-image.jpg) center / cover no-repeat}.hero-overlay{position:absolute;bottom:0;left:0;right:0;height:35%;min-height:200px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2rem;text-align:left;padding:1.5rem 2rem;background:#e7e7e7d9;color:var(--text-primary, #1a365d);box-sizing:border-box}.hero-overlay__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem;margin-left:7rem}.hero-overlay__header{font-size:clamp(1.75rem,4vw,1.7rem);font-weight:650;margin:0;letter-spacing:.02em;line-height:1.35;max-width:720px;color:var(--text-primary, #1a365d)}.hero-overlay__subheader{font-size:clamp(1rem,2vw,1.2rem);margin:0;opacity:.95;font-weight:400;line-height:1.5;max-width:560px}.hero-overlay__cta{flex-shrink:0;padding:.6rem 2rem;font-size:1rem;font-weight:700;color:var(--text-primary, #1a365d);background:transparent;border:2px solid var(--text-primary, #1a365d);border-radius:50px;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease;white-space:nowrap}.hero-overlay__cta:hover{background:#1a365d14;color:#0f2744;border-color:#0f2744;transform:translateY(-1px)}.home__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--color-primary, #0d3b4a);margin:0 0 .5rem;letter-spacing:.02em}.home__subtitle{font-size:1.25rem;font-weight:200;color:var(--text-primary, #1a365d);margin:0 0 1rem}.home__intro{font-size:1.05rem;font-weight:200;line-height:1.65;color:var(--text-primary, #1a365d);max-width:560px;margin:0 auto}.home__section{padding:2.5rem 0;background:#fff}.home__section--alt{background:#fff;margin:0 -2rem;padding-left:2rem;padding-right:2rem;border-radius:8px}.home__section-title{font-size:1.5rem;font-weight:600;color:var(--color-primary, #0d3b4a);margin:0 0 1.25rem;text-align:center}.home__section--audience{padding:3rem 0}.home__section--quote{padding:4rem 2rem;background:#fff}.home__section--how-it-works{padding:0;position:relative}.home__how-header{position:absolute;top:2.5rem;left:0;right:0;z-index:1;padding:2.5rem 2rem 1.5rem;max-width:800px;margin:0 auto;text-align:center;pointer-events:none}.home__how-title{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;color:#fff;line-height:1;letter-spacing:.02em}.home__how-description{margin:0;font-size:1rem;line-height:1.6;font-weight:100;color:#fffffff2}.home__section--how-it-works .home__how-content{max-width:none;margin:0;width:100%;position:relative}.home__how-wave{position:absolute;left:0;right:0;width:100%;pointer-events:none;z-index:1;color:#fff;transform:scaleY(-1)}.home__how-wave--top{top:0}.home__how-wave--top .home__how-wave-svg{display:block;width:100%;height:2.5rem}.home__how-wave--bottom{bottom:0;color:#f8fafb}.home__how-wave--bottom .home__how-wave-svg{display:block;width:100%;height:2.5rem}.home__how-image{width:100%;height:auto;display:block;object-fit:cover;vertical-align:bottom}.home__how-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000040,#00000080,#0009);pointer-events:none}.home__how-cards{position:absolute;top:220px;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);align-items:start;justify-content:center;gap:1.5rem;padding:0 2rem 2rem;box-sizing:border-box;z-index:1}.home__how-card-wrapper{display:flex;flex-direction:column;width:100%}.home__how-card-image-wrap{width:100%;height:200px;flex-shrink:0;overflow:hidden;border-radius:8px 8px 0 0;background:#e8e8e8;margin-bottom:0}.home__how-card-image{width:100%;height:100%;object-fit:cover;display:block}.home__how-card{width:100%;min-height:220px;padding:0;background:#fffffff2;border-radius:0 0 8px 8px;box-shadow:0 4px 20px #00000026;border:1px solid rgba(255,255,255,.3);border-top:none;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.home__how-card-step{display:block;padding:.75rem 1.25rem 0;font-size:.8rem;font-weight:600;color:var(--color-primary, #0d3b4a);letter-spacing:.05em;margin-bottom:.35rem}.home__how-card-title{margin:0 0 .5rem;padding-left:1.25rem;padding-right:1.25rem;font-size:1rem;font-weight:700;color:var(--color-primary, #0d3b4a);line-height:1.3}.home__how-card-text{margin:0;padding:0 1.25rem 1.25rem;font-size:.85rem;line-height:1.45;color:#3d3d3d;flex:1;overflow-y:auto}@media(max-width:640px){.home__section--how-it-works .home__how-content{display:flex;flex-direction:column}.home__how-image{max-height:280px;object-fit:cover}.home__how-gradient{height:280px;inset:auto 0 0 0;top:0}.home__how-header{padding:2rem 1rem 1rem}.home__how-cards{position:static;top:auto;left:auto;right:auto;bottom:auto;grid-template-columns:1fr;gap:1rem;padding:1.5rem 1rem 2rem;background:#f8fafb}.home__how-card{min-height:200px;max-width:none}}.home__section--faq{padding:4rem 2rem 5rem;background:#f8fafb;position:relative;overflow:hidden}.home__faq-layout{max-width:640px;margin:0 auto 4rem}.home__faq-inner{max-width:100%}.home__faq-title-wrap{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem;color:var(--color-primary, #0d3b4a)}.home__faq-title{margin:0;font-size:clamp(1.5rem,3vw,2.3rem);font-weight:700;color:var(--color-primary, #0d3b4a);text-align:center;letter-spacing:.02em}.home__faq-bottom-gradient{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,#f8fafb,transparent);pointer-events:none}.home__faq-list{margin:0;padding:0;list-style:none}.home__faq-item{margin:0 0 .4rem;background:#fff;border-radius:6px;box-shadow:0 2px 10px #0000000f;border:1px solid rgba(13,59,74,.08);overflow:hidden}.home__faq-question{margin:0;padding:.25rem 1.1rem;font-size:.98rem;font-weight:600;color:var(--color-primary, #0d3b4a);cursor:default}.home__faq-question span{display:block}.home__faq-answer{margin:0;padding:.5rem 1.1rem .85rem;font-size:.88rem;font-weight:200;line-height:1.5;color:var(--text-primary, #1a365d);border-top:1px solid rgba(13,59,74,.06)}.home__faq-contact{margin:1.25rem 0 0;font-size:.95rem;font-weight:200;color:var(--text-primary, #1a365d);text-align:center}.home__faq-contact-link{color:var(--color-primary, #0d3b4a);font-weight:600;text-decoration:none}.home__faq-contact-link:hover{text-decoration:underline}@media(max-width:900px){.home__faq-layout{padding:0 1rem}}@media(max-width:640px){.home__section--faq{padding:3rem 1rem 4rem}.home__faq-question,.home__faq-answer{padding-left:1rem;padding-right:1rem}}.home__quote{max-width:900px;margin:0 auto;padding:0 1rem}.home__quote--third{margin-top:2.5rem}.home__quote-text{font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:200;color:#3d3d3d;line-height:1.5;margin:0 0 2.5rem;padding:0 1rem}.neu-text--hca-healthcare-orange{color:#be552e!important;color:var(--color-brand-secondary-dark, #be552e)!important}.neu-text--heavy{font-family:HCA-Mark-Heavy,Arial,sans-serif!important}.home__quote-attribution{text-align:right;margin-top:2rem}.home__quote-attribution--left{text-align:left}.home__quote-attribution--left .home__quote-name-row{justify-content:flex-start}.home__quote-name-row{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.home__quote-name{font-size:1.1rem;font-weight:700;color:#1a365d;font-style:normal;letter-spacing:.05em}.home__quote-stars{color:#c45c2a;font-size:1rem;letter-spacing:.1em}.home__quote-title{display:block;font-size:1rem;font-weight:400;color:#1a365d;margin-top:.25rem}.home__cards--audience{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1100px;margin:0 auto}@media(max-width:640px){.home__section--audience{padding-left:1rem;padding-right:1rem}.home__cards--audience{grid-template-columns:1fr}}.home__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.home__card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;border:1px solid rgba(13,59,74,.08)}.home__card--audience{display:block;text-decoration:none;color:inherit;padding:0;overflow:hidden;border-radius:10px 10px 8px 8px;box-shadow:0 4px 20px #00000014,0 2px 8px #00000040;border:1px solid rgba(0,0,0,.06);transition:box-shadow .2s ease,transform .2s ease}.home__card--audience:hover{box-shadow:0 12px 32px #0000001f,0 4px 12px #0000000f;transform:translateY(-2px)}.home__card-image-wrap{aspect-ratio:4 / 3;overflow:hidden;border-radius:10px 10px 0 0;background:#e8e8e8}.home__card-image{width:100%;height:100%;object-fit:cover;display:block}.home__card--audience .home__card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0;padding:1.25rem 1.5rem .5rem}.home__card-cta{display:inline-block;font-size:1rem;font-weight:400;color:#2563eb;padding:0 1.5rem 1.5rem;text-decoration:none}.home__card--audience:hover .home__card-cta{color:#1d4ed8}.home__card-chevron{margin-left:.2em}.home__card--link{display:block;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.home__card--link:hover{box-shadow:0 6px 20px #0d3b4a1f;border-color:#0d3b4a33;transform:translateY(-2px)}.home__card h3{font-size:1.1rem;font-weight:600;color:var(--color-primary, #0d3b4a);margin:0 0 .5rem}.home__card p{font-size:.95rem;font-weight:200;line-height:1.5;color:var(--text-primary, #1a365d);margin:0}.home__about-text,.home__contact-text{max-width:640px;margin:0 auto;text-align:center;font-weight:200;line-height:1.65;color:var(--text-primary, #1a365d)}.home__contact-text strong{color:var(--color-primary, #0d3b4a)}@media(max-width:640px){.home{padding:0}.hero-overlay{flex-direction:column;justify-content:center;align-items:stretch;padding:1.25rem 1rem;min-height:240px;height:auto;gap:1rem}.hero-overlay__content{display:flex;flex-direction:column;gap:.5rem;margin-left:0}.hero-overlay__header{margin:0;font-size:clamp(1.2rem,5vw,1.5rem);line-height:1.3;letter-spacing:.02em}.hero-overlay__subheader{margin:0;font-size:.95rem;line-height:1.45}.hero-overlay__cta{margin:0;align-self:flex-start;margin-top:.25rem}.home__section--quote{padding-left:1rem;padding-right:1rem}.home__quote,.home__quote-text{padding-left:0;padding-right:0}.home__section--alt{margin:0 -1rem;padding-left:1rem;padding-right:1rem}}.about{flex:1;background-color:#f7fafc;padding:0rem 1.5rem 4rem;overflow-x:hidden}.about__container{max-width:1230px;margin:0 auto}.about__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.about__header-inner{max-width:1230px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start}.about__header-content{min-width:0}.about__header-image-wrap{border-radius:8px;overflow:hidden;flex-shrink:0}.about__header-image{display:block;width:100%;height:auto;max-width:420px;object-fit:contain}.about__hero{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start;margin-bottom:0}.about__hero-content{min-width:0}.about__hero-image-wrap{border-radius:8px;overflow:hidden;background:#e8ecf0;flex-shrink:0;margin-top:2.5rem}.about__hero-image{display:block;width:100%;height:auto;max-width:640px;aspect-ratio:4 / 3;object-fit:cover}.about__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.about__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.about__breadcrumb-link:hover{opacity:.85}.about__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.about__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.about__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.about__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.about__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}.about__mission{margin-top:3rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}.about__mission-text{font-size:1.5rem;line-height:1.7;font-weight:200;color:var(--text-primary, #1a365d);margin:0 0 1.5rem}.about__mission-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about__mission-card{aspect-ratio:1;background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(26,54,93,.08);display:flex;align-items:center;justify-content:center;text-align:center}.about__mission-card-text{font-size:1.0625rem;font-weight:200;color:var(--text-primary, #1a365d);margin:0;line-height:1.35}.about__different{margin-top:4rem;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.about__different-image-wrap{border-radius:8px;overflow:hidden}.about__different-image{display:block;width:100%;height:auto;object-fit:contain}.about__different-content{min-width:0}.about__different-title{font-size:1.75rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 1rem;letter-spacing:.02em;line-height:1.3}.about__different-description{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d)}.about__different-description p{margin:0 0 .75rem}.about__different-description p:last-of-type{margin-bottom:0}.about__different-list{margin:.5rem 0 1rem 1.25rem;padding:0}.about__different-list li{margin-bottom:.35rem}.about__different-list li:last-child{margin-bottom:0}@media(max-width:640px){.about{padding:1.5rem 1rem 3rem}.about__header{padding:2rem 1rem}.about__header-inner{grid-template-columns:1fr;gap:1.5rem}.about__header-image{max-width:none}.about__breadcrumb{margin-bottom:1.5rem;font-size:.8125rem}.about__hero{grid-template-columns:1fr;gap:1.5rem}.about__hero-image{max-width:none}.about__title{margin-bottom:1.25rem}.about__intro{font-size:1rem}.about__mission{margin-top:2rem;max-width:none}.about__mission-text{font-size:1.0625rem}.about__mission-cards{grid-template-columns:repeat(2,1fr)}.about__mission-card-text{font-size:.9375rem}.about__different{margin-top:3rem;grid-template-columns:1fr;gap:1.5rem}.about__different-title{font-size:1.5rem}.about__different-description,.about__different-description p{font-size:1rem}}.patients{flex:1;background-color:#f7fafc;padding:0rem 1.5rem 4rem;overflow-x:hidden}.patients__container{max-width:1230px;margin:0 auto}.patients__white-wrap{background-color:#fff;width:100vw;margin-left:calc(-50vw + 50%);margin-top:50px;padding:0 1.5rem;box-sizing:border-box;z-index:0}.patients__section{padding:2.5rem 0;padding-bottom:60px;border-bottom:1px solid #e2e8f0}.patients__section:last-of-type{border-bottom:none}.patients__section--no-divider{border-bottom:none}.patients__section-title{font-size:1.5rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 1rem;letter-spacing:.02em}.patients__section-lead{font-size:1.125rem;font-weight:200;color:var(--text-primary, #1a365d);margin:0 0 .75rem;line-height:1.5}.patients__section-text{font-size:1rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0 0 1rem;max-width:72ch}.patients__section-text:last-child{margin-bottom:0}.patients__list{list-style:none;padding:0;margin:0 0 1rem;max-width:72ch}.patients__list li{position:relative;padding-left:1.25rem;margin-bottom:.5rem;font-size:1rem;font-weight:200;line-height:1.6;color:var(--text-primary, #1a365d)}.patients__list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background-color:var(--text-primary, #1a365d)}.patients__list--bullets{list-style:disc;padding-left:1.5rem}.patients__list--bullets li{padding-left:.25rem}.patients__list--bullets li:before{display:none}.patients__list--benefits li:before{background-color:#2d7a4f}.patients__section--benefits{text-align:center}.patients__section--benefits .patients__section-title,.patients__section--benefits .patients__section-text{margin-left:auto;margin-right:auto}.patients__section--benefits .patients__section-title{font-size:2.4rem;font-weight:500;color:#000}.patients__section--benefits .patients__section-text{max-width:100ch;color:#000}.patients__section--who-cards{text-align:center}.patients__section--who-cards .patients__section-title,.patients__section--who-cards .patients__section-text{margin-left:auto;margin-right:auto}.patients__section--who-cards .patients__section-text{margin-bottom:1.25rem}.patients__referral-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:0 auto;max-width:820px}.patients__referral-card{aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;background:#fff;border-radius:8px;padding:1rem;font-size:1.3rem;font-weight:200;color:var(--text-primary, #1a365d);box-shadow:0 2px 8px #0000000f;border:1px solid rgba(26,54,93,.1);transition:box-shadow .2s ease,border-color .2s ease}.patients__referral-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;color:var(--color-primary, #0d3b4a)}.patients__referral-card-icon svg,.patients__referral-card-icon img{width:100%;height:100%;object-fit:contain}.patients__referral-card-label{line-height:1.3}.patients__referral-card:hover{box-shadow:0 4px 12px #00000014;border-color:#1a365d2e}.patients__section--highlight{background-color:#fff;margin-left:-1.5rem;margin-right:-1.5rem;margin-top:-1px;margin-bottom:-1px;padding:1.5rem;border-radius:0;border:1px solid #e4e4e4}.patients__section--highlight .patients__section-text{margin-bottom:0}.patients__timeline{list-style:none;padding:2px 0 0;margin:0;position:relative;display:flex;flex-direction:row;justify-content:space-between;gap:.5rem}.patients__timeline:before{content:"";position:absolute;left:0;right:0;top:16px;height:2px;background:linear-gradient(to right,#cbd5e0,#94a3b8);border-radius:1px;z-index:0}.patients__timeline-item{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1}.patients__timeline-marker{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--text-primary, #1a365d);color:#fff;font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #1a365d40;border:3px solid #f7fafc;margin-bottom:1rem}.patients__timeline-content{flex:1;min-width:0}.patients__timeline-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-primary, #1a365d);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem}.patients__timeline-text{font-size:.9375rem;font-weight:200;line-height:1.5;color:var(--text-primary, #1a365d);margin:0}.patients__section--expect{position:relative;border-bottom:none;text-align:center;overflow:visible}.patients__section--expect .patients__section-title{margin-left:auto;margin-right:auto}.patients__expect-wave-wrap{position:absolute;bottom:0;left:50%;transform:translate(-50%) scaleY(-1);width:100vw;height:28px;margin-bottom:-28px;overflow:hidden;pointer-events:none}.patients__expect-wave{width:100%;height:100%;color:#fff;line-height:0}.patients__expect-wave svg{display:block;width:100%;height:100%}.patients__section--cta{text-align:center;padding:3rem 1.5rem 7rem;background:linear-gradient(to bottom,#0006,#0006),url(/patients-cta.jpg) center / cover no-repeat;width:100vw;margin-left:calc(-50vw + 50%);border-radius:0;border-bottom:none;color:#fff}.patients__section--cta .patients__section-title{color:#fff;margin-bottom:1rem}.patients__cta-copy{font-size:1.125rem;line-height:1.5;color:#fffffff2;margin:0 auto 1.25rem;max-width:36ch}.patients__cta-button{display:inline-block;padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background-color:var(--text-primary, #1a365d);border-radius:6px;text-decoration:none;transition:background-color .2s,transform .2s}.patients__cta-button:hover{background-color:#2c5282;transform:translateY(-1px)}.patients__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.patients__header-inner{max-width:1230px;margin:0 auto}.patients__header-content{min-width:0}.patients__how-box{display:grid;grid-template-columns:minmax(280px,.5fr) 1fr;gap:2.5rem;align-items:start;background-color:#fff;border-radius:8px;padding:2rem;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}.patients__how-image-wrap{border-radius:8px;overflow:hidden;background:#f0f4f8}.patients__how-image{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.patients__how-content{min-width:0}.patients__support-wrap{display:grid;grid-template-columns:1fr minmax(320px,1.2fr);gap:0rem;width:100%;margin:0 auto;align-items:start}.patients__support-image-wrap{border-radius:8px;overflow:hidden;background:#f0f4f8;transform:translate(-80px);z-index:1}.patients__support-image{display:block;width:100%;height:auto;aspect-ratio:5 / 3;object-fit:cover;object-position:center 20%}.patients__support-box{background-color:#fff;padding:2rem 4rem;box-shadow:0 2px 8px #0000000a;min-width:0;transform:translate(95px) translateY(70px);z-index:2}.patients__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.patients__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.patients__breadcrumb-link:hover{opacity:.85}.patients__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.patients__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.patients__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.patients__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.patients__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}@media(max-width:640px){.patients{padding:1.5rem 1rem 3rem}.patients__header{padding:2rem 1rem}.patients__how-box{grid-template-columns:1fr;padding:1.5rem 1.25rem}.patients__how-image-wrap{max-width:320px;margin:0 auto}.patients__support-wrap{grid-template-columns:1fr;justify-items:center}.patients__support-image-wrap{max-width:320px;margin:0 auto;transform:none}.patients__support-box{padding:1.5rem 1.25rem;transform:none;width:100%;box-sizing:border-box}.patients__breadcrumb{margin-bottom:1.5rem;font-size:.8125rem}.patients__title{margin-bottom:1.25rem}.patients__intro{font-size:1rem}.patients__section{padding:1.75rem 0}.patients__section-title{font-size:1.25rem;margin-bottom:.75rem}.patients__white-wrap{padding:0 1rem}.patients__section--highlight{margin-left:-1rem;margin-right:-1rem;padding:1.5rem 1rem}.patients__referral-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.patients__referral-card{padding:.75rem 1rem;font-size:.875rem}.patients__timeline{flex-direction:column;align-items:flex-start;padding-top:0;gap:0}.patients__timeline:before{left:15px;top:14px;bottom:14px;right:auto;width:2px;height:auto;background:linear-gradient(to bottom,#cbd5e0,#94a3b8)}.patients__timeline-item{flex-direction:row;align-items:flex-start;text-align:left;gap:1rem;padding-bottom:1.5rem}.patients__timeline-item:last-child{padding-bottom:0}.patients__timeline-marker{width:28px;height:28px;font-size:.8125rem;margin-bottom:0;flex-shrink:0}.patients__timeline-content{padding-top:.15rem}.patients__section--cta{margin-top:0;padding:2.5rem 1rem 6rem;box-sizing:border-box}.patients__section--cta .patients__section-title{font-size:1.5rem;margin-bottom:.75rem}.patients__cta-copy{font-size:1rem;margin-bottom:1.25rem}.patients__cta-button{width:auto;max-width:260px;text-align:center;box-sizing:border-box}.patients__expect-wave-wrap{height:24px;margin-bottom:-24px}.patients__expect-wave svg{min-width:100%}}.physicians{flex:1;background-color:#f7fafc;padding:0rem 1.5rem;overflow-x:hidden}.physicians__container{max-width:1230px;margin:0 auto}.physicians__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.physicians__header-inner{max-width:1230px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start}.physicians__header-content{min-width:0}.physicians__header-image-wrap{flex-shrink:0;margin-top:-5rem}.physicians__header-image{display:block;width:100%;height:auto;margin-bottom:-100px;max-width:310px;object-fit:contain}.physicians__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.physicians__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.physicians__breadcrumb-link:hover{opacity:.85}.physicians__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.physicians__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.physicians__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.physicians__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.physicians__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}@media(max-width:640px){.physicians{padding:1.5rem 1rem 3rem}.physicians__header{padding:2rem 1rem}.physicians__header-inner{grid-template-columns:1fr;gap:1.5rem}.physicians__header-image-wrap{margin-top:-8rem;padding-bottom:5rem}.physicians__header-image{max-width:none}.physicians__breadcrumb{margin-bottom:1.5rem;font-size:.8125rem}.physicians__title{margin-bottom:1.25rem}.physicians__intro{font-size:1rem}}.physicians__section{margin-top:3rem;padding:0 .5rem}.physicians__section-title{font-size:1.75rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 1rem;letter-spacing:.02em;line-height:1.3}.physicians__section-copy{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}.physicians__section-tagline{font-size:1.0625rem;font-weight:600;color:var(--text-primary, #1a365d);margin:1rem 0 0;font-style:italic}.physicians__section--support{background:#0a2342;border-radius:12px;padding:2.5rem 2rem;margin-left:-.5rem;margin-right:-.5rem;text-align:center}.physicians__section--support .physicians__section-title{color:#fff;font-size:1.5rem;font-weight:300;margin-bottom:1.25rem;line-height:1}.physicians__section--support .physicians__section-tagline{color:#fff;font-size:1.7rem;font-weight:600;font-style:normal;margin:0;line-height:1}.physicians__nursing-wrap{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;margin:4rem 0rem}.physicians__nursing-image-wrap{border-radius:0;overflow:hidden;background:#dce2e8;margin-left:5rem}.physicians__nursing-image{display:block;width:600px;height:auto;object-fit:fill}.physicians__nursing-container{padding:4rem 1.5rem;transform:translateY(5rem) translate(-7rem);background:#fff}.physicians__section--nursing{padding:0;margin:0}.physicians__section--nursing .physicians__section-title{margin-bottom:1rem}.physicians__section--nursing .physicians__section-copy{margin:0;max-width:52ch;text-align:justify}.physicians__nursing-button{display:inline-block;margin-top:1.5rem;padding:.65rem 2rem;font-size:1rem;font-weight:700;color:var(--text-primary, #1a365d);background:transparent;border:2px solid var(--text-primary, #1a365d);border-radius:50px;text-decoration:none;transition:background .2s ease,color .2s ease,transform .2s ease}.physicians__nursing-button:hover{background:var(--text-primary, #1a365d);color:#fff;transform:translateY(-1px)}@media(max-width:768px){.physicians__nursing-wrap{grid-template-columns:1fr;gap:0;margin:2rem 0;align-items:stretch}.physicians__nursing-image-wrap{max-width:100%;margin-left:0}.physicians__nursing-image{width:100%;max-width:100%}.physicians__nursing-container{transform:none;padding:1.5rem 1rem}.physicians__section--nursing .physicians__section-copy{text-align:left}}.physicians__section--referrals{text-align:center;padding-top:50px}.physicians__section--referrals .physicians__section-title{margin-bottom:1.25rem}.physicians__referral-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin:0 auto;max-width:820px}.physicians__referral-card{aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;background:#fff;border-radius:8px;padding:1rem;font-size:1.3rem;font-weight:200;color:var(--text-primary, #1a365d);box-shadow:0 2px 8px #0000000f;border:1px solid rgba(26,54,93,.1);transition:box-shadow .2s ease,border-color .2s ease}.physicians__referral-card-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;color:var(--color-primary, #0d3b4a)}.physicians__referral-card-icon svg,.physicians__referral-card-icon img{width:100%;height:100%;object-fit:contain}.physicians__referral-card-label{line-height:1.3}.physicians__referral-card:hover{box-shadow:0 4px 12px #00000014;border-color:#1a365d2e}.physicians__section--steps{margin-top:5rem;padding-bottom:1.5rem;text-align:center;position:relative}.physicians__steps-wave-wrap{position:absolute;bottom:-45px;left:50%;transform:translate(-50%) scaleY(-1);width:100vw;height:28px;margin-bottom:-28px;overflow:hidden}.physicians__steps-wave{width:100%;height:100%;color:#f7fafc;line-height:0}.physicians__steps-wave svg{display:block;width:100%;height:100%}.physicians__section--steps .physicians__section-title{text-align:center}.physicians__steps{list-style:none;margin:0;padding:0;display:flex;align-items:stretch;justify-content:center;gap:.5rem;flex-wrap:wrap}.physicians__step{flex:1;min-width:200px;max-width:280px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem}.physicians__step-icon-wrap{position:relative;flex-shrink:0;margin-bottom:1rem}.physicians__step-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#4a5568;color:#fff}.physicians__step-icon svg{width:1.75rem;height:1.75rem}.physicians__step-badge{position:absolute;top:-.25rem;right:-.25rem;display:flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .35rem;border-radius:50%;background:#5b9bd5;color:#fff;font-size:.8125rem;font-weight:700}.physicians__step-title{font-size:1.125rem;font-weight:700;color:var(--text-primary, #1a365d);margin:0 0 .5rem;line-height:1.3}.physicians__step-desc{font-size:.9375rem;font-weight:200;line-height:1.5;color:var(--text-primary, #1a365d);margin:0}.physicians__step-arrow{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#5b9bd5;align-self:center;padding:0 .25rem}.physicians__step-arrow svg{width:1.75rem;height:1.75rem}.physicians__section--cta{margin-top:4rem;text-align:center;padding:2.5rem 1.5rem;background:linear-gradient(to bottom,#00000059,#00000059),url(/physician-cta.jpg) center / cover no-repeat;width:100vw;margin-left:calc(-50vw + 50%);border-radius:0;color:#fff}@media(min-width:641px){.physicians__section--cta{margin-bottom:5rem}}.physicians__section--cta .physicians__section-title{color:#fff;margin-bottom:.75rem}.physicians__cta-copy{font-size:1.125rem;line-height:1.65;color:#fffffff2;margin:0 auto 1.5rem;max-width:42ch}.physicians__cta-button{display:inline-block;padding:.65rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:var(--text-primary, #1a365d);border-radius:50px;text-decoration:none;transition:background .2s ease,transform .2s ease}.physicians__cta-button:hover{background:#0f2744;transform:translateY(-1px)}.physicians__cta-contact{font-size:.9375rem;color:#ffffffe6;margin:1rem 0 0}.physicians__cta-link{color:#fff;font-weight:500;text-decoration:underline}.physicians__cta-link:hover{text-decoration:none}@media(max-width:640px){.physicians__section{margin-top:2.5rem}.physicians__section-title{font-size:1.5rem}.physicians__section-copy,.physicians__bullets{font-size:1rem}.physicians__section--support{padding:2rem 1.25rem}.physicians__section--support .physicians__section-title{font-size:1.25rem}.physicians__referral-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.physicians__referral-card{padding:.75rem 1rem;font-size:.875rem}.physicians__steps{flex-direction:column;align-items:center;gap:1rem}.physicians__step{max-width:100%;width:100%}.physicians__step-arrow{transform:rotate(90deg)}.physicians__section--cta{margin-top:0;padding:2rem 1rem 6rem;box-sizing:border-box}.physicians__steps-wave-wrap{bottom:0;height:24px;margin-bottom:-24px}}.telemonitoring{flex:1;background-color:#f7fafc;padding:0rem 1.5rem 4rem;overflow-x:hidden}.telemonitoring__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.telemonitoring__header-inner{max-width:1230px;margin:0 auto}.telemonitoring__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.telemonitoring__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.telemonitoring__breadcrumb-link:hover{opacity:.85}.telemonitoring__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.telemonitoring__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.telemonitoring__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.telemonitoring__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.telemonitoring__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}.telemonitoring__container{max-width:1120px;margin:0 auto;padding:0 1.5rem 4rem}.telemonitoring__facts{padding-top:2.5rem}.telemonitoring__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;align-items:stretch}.telemonitoring__section{background:#fff;border-radius:8px;padding:1.75rem 1.75rem 1.5rem;box-shadow:0 10px 15px -3px #0f172a14,0 4px 6px -4px #0f172a0a;border:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex;flex-direction:column}.telemonitoring__section--last{margin-bottom:0}.telemonitoring__card-image{width:100%;height:150px;border-radius:0;background:#dce2e8;margin-bottom:1rem;object-fit:cover;display:block}.telemonitoring__card-body{position:relative;flex:1;overflow:hidden}.telemonitoring__card-body--collapsed{max-height:13rem}.telemonitoring__card-footer{margin-top:1rem}.telemonitoring__card-body--collapsed:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3rem;pointer-events:none;background:linear-gradient(to top,#fff,#fff0)}.telemonitoring__section-title{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#111827}.telemonitoring__section-text{font-size:.98rem;line-height:1.7;color:#4b5563;margin-bottom:.5rem}.telemonitoring__section-text:last-child{margin-bottom:0}.telemonitoring__list{padding-left:1.1rem;margin:.25rem 0 .75rem;color:#374151;font-size:.98rem;line-height:1.7}.telemonitoring__list li+li{margin-top:.15rem}.telemonitoring__see-more{display:inline-block;margin-top:auto;padding:0;font-size:.9375rem;font-weight:600;color:var(--color-primary, #0d3b4a);background:transparent;border:none;cursor:pointer;text-decoration:none;transition:color .2s ease,text-decoration .2s ease}.telemonitoring__see-more:hover{text-decoration:underline}.telemonitoring__modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:300}.telemonitoring__modal{background:#fff;border-radius:1rem;max-width:640px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0f172a33,0 10px 10px -5px #0f172a1a}.telemonitoring__modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem .75rem;border-bottom:1px solid #e5e7eb}.telemonitoring__modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0;padding-right:1rem}.telemonitoring__modal-close{border:none;background:transparent;font-size:1.5rem;line-height:1;padding:.25rem;cursor:pointer;color:#6b7280}.telemonitoring__modal-close:hover{color:#111827}.telemonitoring__modal-body{padding:1rem 1.5rem;overflow-y:auto}.telemonitoring__modal-footer{padding:.75rem 1.5rem 1.25rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}@media(min-width:768px){.telemonitoring__section{padding:2rem 2rem 1.75rem}}@media(max-width:640px){.telemonitoring{padding:1.5rem 1rem 3rem}.telemonitoring__header{padding:2rem 1rem}.telemonitoring__container{padding:0 1rem 3rem}.telemonitoring__grid{grid-template-columns:1fr}}@media(min-width:768px)and (max-width:1024px){.telemonitoring__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.resources{flex:1;background-color:#f7fafc;padding:0rem 1.5rem 4rem;overflow-x:hidden}.resources__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.resources__header-inner{max-width:1230px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:start}.resources__header-content{min-width:0}.resources__header-image-wrap{border-radius:8px;overflow:hidden;background:#dce2e8;flex-shrink:0}.resources__header-image{display:block;width:100%;height:auto;max-width:480px;aspect-ratio:3 / 2;object-fit:cover}.resources__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.resources__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.resources__breadcrumb-link:hover{opacity:.85}.resources__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.resources__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.resources__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.resources__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.resources__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}.resources__container{max-width:1230px;margin:0 auto}.resources__section{margin-top:3rem;padding:0 .5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.resources__filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.resources__chip{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:var(--text-primary, #1a365d);background:#fff;border:1px solid rgba(26,54,93,.2);border-radius:50px;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.resources__chip:hover{background:#e8eef4;border-color:#1a365d4d}.resources__chip--active{background:var(--text-primary, #1a365d);border-color:var(--text-primary, #1a365d);color:#fff}.resources__chip--active:hover{background:#0f2744;border-color:#0f2744;color:#fff}.resources__card-source{font-size:.8125rem;font-weight:500;color:var(--text-primary, #1a365d);opacity:.8;margin:0 0 .5rem}.resources__section-title{font-size:1.75rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 1rem;letter-spacing:.02em;line-height:1.3}.resources__section-copy{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0 0 1rem;max-width:72ch}.resources__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.resources__card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid rgba(26,54,93,.08);box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column}.resources__card-title{font-size:1.125rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 .75rem;line-height:1.35}.resources__card-summary{font-size:.9375rem;font-weight:200;line-height:1.6;color:var(--text-primary, #1a365d);margin:0 0 1rem;flex:1}.resources__card-link{font-size:.9375rem;font-weight:600;color:var(--color-primary, #0d3b4a);text-decoration:none;margin-top:auto}.resources__card-link:hover{text-decoration:underline}.resources__pdf-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1rem}.resources__pdf-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid rgba(26,54,93,.1);box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;min-height:140px}.resources__pdf-title{font-size:1.0625rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 .5rem;line-height:1.3}.resources__pdf-desc{font-size:.875rem;font-weight:200;line-height:1.55;color:var(--text-primary, #1a365d);margin:0 0 1rem;flex:1}.resources__pdf-btn{align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:var(--text-primary, #1a365d);background:#e8eef4;border:1px solid rgba(26,54,93,.2);border-radius:6px;cursor:default;opacity:.9}.resources__section--referral{background:#fff;border-radius:8px;padding:2rem 1.5rem;margin-left:-.5rem;margin-right:-.5rem;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(26,54,93,.08)}.resources__referral-list{margin:0 0 1.25rem;padding:0 0 0 1.25rem;font-size:1.0625rem;font-weight:200;line-height:1.65;color:var(--text-primary, #1a365d)}.resources__referral-list li{margin-bottom:.5rem}.resources__referral-list li:last-child{margin-bottom:0}.resources__referral-label{font-weight:600;color:var(--text-primary, #1a365d)}.resources__referral-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.resources__download-btn{padding:.55rem 1.25rem;font-size:.9375rem;font-weight:600;color:var(--text-primary, #1a365d);background:#e8eef4;border:1px solid rgba(26,54,93,.2);border-radius:6px;cursor:default;opacity:.9}.resources__faq{margin:1rem 0 0;padding:0}.resources__faq-item{margin:0 0 1.25rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(26,54,93,.1)}.resources__faq-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.resources__faq-q{font-size:1.0625rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 .35rem}.resources__faq-a{font-size:1rem;font-weight:200;line-height:1.6;color:var(--text-primary, #1a365d);margin:0}.resources__section--evidence .resources__section-copy{margin-bottom:1.25rem}.resources__citations{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.resources__citation-card{background:#f0f4f8;border:1px dashed rgba(26,54,93,.2);border-radius:6px;padding:1rem 1.25rem;font-size:.875rem;font-weight:200;color:var(--text-primary, #1a365d);font-style:italic}.resources__section--cta{margin-top:4rem;text-align:center;padding:2.5rem 1.5rem;background:#e8eef4;border-radius:8px;margin-left:-.5rem;margin-right:-.5rem}.resources__section--cta .resources__section-title{margin-bottom:.75rem}.resources__cta-copy{font-size:1.125rem;font-weight:200;line-height:1.65;color:var(--text-primary, #1a365d);margin:0 auto 1.5rem;max-width:42ch}.resources__cta-actions{display:flex;flex-direction:column;align-items:center;gap:1rem}.resources__cta-button{display:inline-block;padding:.65rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:var(--text-primary, #1a365d);border-radius:50px;text-decoration:none;transition:background .2s ease,transform .2s ease}.resources__cta-button:hover{background:#0f2744;transform:translateY(-1px)}.resources__cta-link{font-size:.9375rem;color:var(--text-primary, #1a365d);font-weight:500;text-decoration:underline}.resources__cta-link:hover{text-decoration:none}@media(max-width:640px){.resources{padding:1.5rem 1rem 3rem}.resources__header{padding:2rem 1rem}.resources__header-inner{grid-template-columns:1fr;gap:1.5rem}.resources__header-image{max-width:none}.resources__breadcrumb{margin-bottom:1.5rem;font-size:.8125rem}.resources__title{margin-bottom:1.25rem}.resources__intro{font-size:1rem}.resources__section{margin-top:2.5rem}.resources__filters{gap:.4rem;margin-bottom:1.25rem}.resources__chip{padding:.45rem .85rem;font-size:.875rem}.resources__section-title{font-size:1.5rem}.resources__section-copy{font-size:1rem}.resources__cards{grid-template-columns:1fr;gap:1.25rem}.resources__card{padding:1.25rem}.resources__pdf-grid{grid-template-columns:1fr}.resources__section--referral{padding:1.5rem 1rem}.resources__referral-buttons{flex-direction:column}.resources__download-btn{width:100%}.resources__section--cta{margin-top:3rem;padding:2rem 1rem}.resources__citations{grid-template-columns:1fr}}.contact{flex:1;background-color:#f7fafc;padding:0rem 1.5rem 4rem;overflow-x:hidden}.contact__header{background-color:#e8eef4;width:100vw;margin-left:calc(-50vw + 50%);padding:2rem 1.5rem;margin-bottom:0}.contact__header-inner{max-width:1230px;margin:0 auto}.contact__header-content{min-width:0}.contact__breadcrumb{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin-bottom:2rem;flex-wrap:wrap}.contact__breadcrumb-link{display:inline-flex;align-items:center;gap:.35rem;color:var(--text-primary, #1a365d);text-decoration:none;font-weight:500;transition:opacity .2s}.contact__breadcrumb-link:hover{opacity:.85}.contact__breadcrumb-icon{width:1rem;height:1rem;flex-shrink:0;color:var(--text-primary, #1a365d)}.contact__breadcrumb-sep{color:var(--text-primary, #1a365d);opacity:.7;margin:0 .1rem}.contact__breadcrumb-current{color:var(--text-primary, #1a365d);font-weight:500}.contact__title{font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em;line-height:1.25}.contact__intro{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;max-width:72ch}.contact__container{max-width:1030px;padding-bottom:7rem;margin:0 auto}.contact__section{margin-top:3rem;padding:0 .5rem}.contact__two-col{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-top:3rem;align-items:start}.contact__details{background:var(--text-primary, #1a365d);padding:2rem;border-radius:8px;border:none;transform:translate(5rem)}.contact__details .contact__section-title{color:#fff}.contact__details-inner{display:flex;flex-direction:column;gap:1.25rem}.contact__details-item{margin:0;display:flex;flex-direction:column;gap:.25rem}.contact__details-label{font-size:.8125rem;font-weight:600;color:var(--text-primary, #1a365d);text-transform:uppercase;letter-spacing:.04em}.contact__details .contact__details-label{color:#fff}.contact__details-link,.contact__details-text{font-size:1rem;font-weight:200;line-height:1.5;color:var(--text-primary, #1a365d)}.contact__details .contact__details-link,.contact__details .contact__details-text{color:#fff}.contact__details-link{text-decoration:none;transition:opacity .2s}.contact__details-link:hover{opacity:.85;text-decoration:underline}.contact__form-section{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a;transform:translate(-5rem) translateY(5rem)}.contact__section-title{font-size:1.5rem;font-weight:600;color:var(--text-primary, #1a365d);margin:0 0 1.5rem;letter-spacing:.02em}.contact__form{display:flex;flex-direction:column;gap:1.25rem}.contact__field{display:flex;flex-direction:column;gap:.35rem}.contact__field label{font-size:.9375rem;font-weight:500;color:var(--text-primary, #1a365d)}.contact__input{font-size:1rem;font-family:inherit;color:var(--text-primary, #1a365d);background:#fff;border:1px solid rgba(26,54,93,.25);border-radius:6px;padding:.6rem .85rem;transition:border-color .2s,box-shadow .2s}.contact__input:focus{outline:none;border-color:var(--text-primary, #1a365d);box-shadow:0 0 0 3px #1a365d1f}.contact__input::placeholder{color:#1a365d80}.contact__select{cursor:pointer;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.contact__textarea{resize:vertical;min-height:120px}.contact__submit{align-self:flex-start;margin-top:.25rem;padding:.65rem 2rem;font-size:1rem;font-weight:700;color:#fff;background:var(--text-primary, #1a365d);border:none;border-radius:50px;cursor:pointer;transition:background .2s ease,transform .2s ease}.contact__submit:hover{background:#0f2744;transform:translateY(-1px)}.contact__success{font-size:1.125rem;font-weight:200;line-height:1.7;color:var(--text-primary, #1a365d);margin:0;padding:1.5rem 0}@media(max-width:768px){.contact__two-col{grid-template-columns:1fr;gap:1.5rem;align-items:stretch}.contact__details,.contact__form-section{transform:none}}@media(max-width:640px){.contact{padding:1.5rem 1rem 3rem}.contact__header{padding:2rem 1rem}.contact__section{padding:0}.contact__details,.contact__form-section{padding:1.5rem 1.25rem}}
