*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-primary, system-ui, -apple-system, sans-serif);line-height:1.5;color:var(--color-navy);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}:root{--font-primary: "DM Sans", system-ui, -apple-system, sans-serif;--color-lime: #7AC943;--color-navy: #1F3A5F;--color-baby-blue: #d8e7ff;--color-white: #ffffff;--color-text: #1F3A5F;--color-text-muted: #3d6080}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:clamp(2.25rem,6vw,3.5rem)}h2{font-size:clamp(1.75rem,5vw,2.75rem)}h3{font-size:clamp(1.375rem,3.5vw,1.75rem)}p{font-size:clamp(.9375rem,2vw,1rem);max-width:65ch}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.section{padding-top:4rem;padding-bottom:4rem}}@media(min-width:1024px){.section{padding-top:5rem;padding-bottom:5rem}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:.5rem;transition:transform .2s,box-shadow .2s}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--color-lime);color:var(--color-white)}.btn-primary:hover{box-shadow:0 4px 12px #7ac94366}.btn-secondary{background-color:var(--color-navy);color:var(--color-white)}.btn-secondary:hover{box-shadow:0 4px 12px #1f3a5f66}.btn-outline{background-color:transparent;color:var(--color-navy);border:2px solid var(--color-navy)}.btn-outline:hover{background-color:var(--color-navy);color:var(--color-white)}.navbar{position:sticky;top:0;z-index:100;background-color:var(--color-white);border-bottom:1px solid var(--color-baby-blue)}.navbar__inner{display:flex;align-items:center;min-height:4rem;padding-left:1.5rem;padding-right:1.5rem}.navbar__logo{flex-shrink:0}.navbar__logo-img{height:2rem;width:auto;display:block}.navbar__nav{display:none;gap:1.5rem}.navbar__nav--open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:var(--color-white);padding:1.5rem;border-bottom:1px solid var(--color-baby-blue);box-shadow:0 4px 12px #1f3a5f14}.navbar__link{font-weight:500;color:var(--color-navy);padding:.5rem 0;transition:color .2s}.navbar__link:hover,.navbar__link--active{color:var(--color-lime)}.navbar__cta--mobile{margin-top:.5rem;text-align:center;padding:.625rem 1.25rem;font-size:.9375rem}.navbar__cta--desktop{display:none}.navbar__hamburger{display:flex;flex-direction:column;justify-content:center;gap:5px;width:2rem;height:2rem;padding:.25rem;margin-left:auto}.navbar__hamburger-line{display:block;width:100%;height:2px;background-color:var(--color-navy);border-radius:4px;transition:transform .2s,opacity .2s}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(2){opacity:0}.navbar__hamburger[aria-expanded=true] .navbar__hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(min-width:768px){.navbar__inner{padding-left:2rem;padding-right:2rem}.navbar__nav{display:flex;flex-direction:row;align-items:center;position:static;padding:0;border:none;box-shadow:none;flex:1;justify-content:center;gap:1.75rem}.navbar__nav--open{position:static;padding:0;border:none;box-shadow:none}.navbar__cta--mobile{display:none}.navbar__cta--desktop{display:inline-flex;flex-shrink:0;padding:.625rem 1.25rem;font-size:.9375rem;white-space:nowrap}.navbar__hamburger{display:none}}.footer{background-color:#1f3a5f;color:var(--color-white);padding:2rem 0 1rem;border-top:1px solid rgba(216,231,255,.35)}.footer .container{max-width:1400px}.footer__inner{display:grid;grid-template-columns:1fr;gap:1.25rem;text-align:left}.footer__brand{display:flex;flex-direction:column;gap:.75rem}.footer__logo-img{height:3rem;width:auto;display:block;filter:brightness(0) invert(1)}.footer__member-btn{display:inline-flex;align-items:center;justify-content:center;width:fit-content;padding:.5rem 1.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.footer__member-phone{font-size:.875rem;color:var(--color-baby-blue);transition:color .2s}.footer__member-phone:hover{color:var(--color-white)}.footer__nav{display:flex;flex-direction:column;gap:.375rem}.footer__heading{font-size:1rem;margin-bottom:.4rem}.footer__contact p{margin:.15rem 0;color:var(--color-baby-blue)}.footer__social{display:flex;flex-direction:column;gap:.35rem}.footer__link{font-size:.95rem;color:var(--color-baby-blue);transition:color .2s;display:inline-flex;align-items:center;gap:.4rem}.footer__link:hover{color:var(--color-white)}.footer__icon{width:1.8rem;height:1.8rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(216,231,255,.6);background-color:#d8e7ff1f}.footer__icon svg{width:1rem;height:1rem;fill:currentColor}.footer__copyright{font-size:.875rem;color:var(--color-baby-blue);opacity:.9}.footer__bottom{margin-top:1.5rem;padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.footer__legal{display:flex;gap:1rem;flex-wrap:wrap}.footer__disclaimer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(216,231,255,.15)}.footer__disclaimer-text{font-size:.8125rem;color:var(--color-baby-blue);opacity:.7;line-height:1.5;max-width:100%}@media(min-width:768px){.footer__inner{grid-template-columns:1fr auto auto auto;align-items:start;gap:2rem 3rem}.footer__nav,.footer__contact,.footer__social{justify-self:end}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.hero{position:relative;min-height:85vh;display:flex;align-items:center;justify-content:flex-start;padding:4rem 0;overflow:hidden}.hero__bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0}.hero__overlay{position:absolute;inset:0;background:linear-gradient(to right,#d8e7ffeb,#d8e7ffd9 40%,#ffffff73 75%,#ffffff40);z-index:0}.hero__content{position:relative;z-index:1;max-width:640px;margin:0 auto;text-align:center}.hero__headline{font-size:clamp(2rem,6vw,3.5rem);color:var(--color-navy);margin-bottom:1rem;letter-spacing:-.02em}.hero__subheadline{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.hero__cta-group{display:flex;flex-direction:column;gap:1rem;align-items:center}.hero__btn{width:100%;min-height:3rem;font-size:1.0625rem}.hero__link{display:block;text-align:center;font-weight:600;color:var(--color-navy);padding:.75rem;transition:color .2s}.hero__link:hover{color:var(--color-lime)}@media(min-width:768px){.hero{min-height:80vh}.hero__content{margin-left:8%;margin-right:auto;text-align:left}.hero__bg{background-size:180%;background-position:12% 40%}.hero__cta-group{align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:1rem}.hero__btn{width:auto;min-width:180px}.hero__btn--primary{order:1}.hero__btn--secondary{order:2}.hero__btn--member{order:3}}.proof-bar{position:relative;overflow:hidden;background-color:#eef5ff;padding:2rem 0;border-top:1px solid rgba(31,58,95,.08);border-bottom:1px solid rgba(31,58,95,.08)}.proof-bar:after{content:"";position:absolute;top:-10rem;right:-8rem;width:400px;height:400px;border-radius:50%;background-color:#d8e7ff80;pointer-events:none;z-index:0}.proof-bar__inner{position:relative;z-index:1;display:flex;justify-content:center}.proof-bar__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.proof-bar__stat{text-align:center}.proof-bar__value{display:block;font-size:1.5rem;font-weight:700;color:var(--color-navy)}.proof-bar__label{font-size:.875rem;color:var(--color-text-muted)}@media(min-width:768px){.proof-bar__stats{grid-template-columns:repeat(4,1fr);gap:2rem}.proof-bar__value{font-size:1.75rem}}.what-is{background-color:#fff}.what-is__title{text-align:center;color:var(--color-navy);margin-bottom:1rem}.what-is__subtitle{text-align:center;max-width:680px;margin:0 auto 2.5rem;font-size:1.0625rem;color:var(--color-text-muted);line-height:1.7}.what-is__subtitle strong{color:var(--color-navy);font-weight:700}.what-is__pillars{display:flex;justify-content:center;gap:1.25rem;margin-bottom:2rem;flex-wrap:wrap}.what-is__pillar{text-align:center;width:9rem;height:9rem;padding:1rem;background:none;border-radius:50%;border:1px solid rgba(31,58,95,.1);box-shadow:0 4px 16px #1f3a5f0d;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.what-is__pillar:hover{transform:translateY(-3px);box-shadow:0 8px 28px #1f3a5f1a}.what-is__pillar-icon{width:2rem;height:2rem;margin:0 auto .5rem;display:flex;align-items:center;justify-content:center;background:none;padding:0;color:var(--color-navy)}.what-is__pillar-icon svg{width:100%;height:100%}.what-is__pillar h3{color:var(--color-navy);margin-bottom:0;font-size:.8125rem;line-height:1.3}.what-is__pillar p{display:none}.what-is__disclaimer{text-align:center;font-size:.8125rem;color:var(--color-text-muted);max-width:660px;margin:0 auto 4rem;line-height:1.6;opacity:.85;padding-top:1.5rem;border-top:1px solid var(--color-baby-blue)}.what-is__how-it-works{padding-top:1rem}.what-is__how-subtitle{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1rem;color:var(--color-text-muted);line-height:1.7}.what-is__split{display:flex;flex-direction:column;gap:0;max-width:920px;margin:0 auto;border-radius:1.25rem;overflow:hidden;box-shadow:0 8px 32px #1f3a5f14}.what-is__half{padding:2rem 1.5rem 2.5rem;position:relative}.what-is__half--tpa{background:linear-gradient(160deg,#eef5ff,#dbe8fc)}.what-is__half--share{background:linear-gradient(160deg,#eef8e6,#dff0d2)}.what-is__half-header{text-align:center;margin-bottom:1.5rem}.what-is__half-label{display:inline-block;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;padding:.5rem 1.25rem;border-radius:2rem}.what-is__half--tpa .what-is__half-label{color:var(--color-navy);background:#ffffffb3}.what-is__half--share .what-is__half-label{color:#2d6e0e;background:#ffffffb3}.what-is__item-list{list-style:none;padding:0;margin:0;display:grid;gap:.875rem}.what-is__item{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;background:#ffffffa6;border-radius:.75rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.what-is__item:hover{background:#ffffffe6;transform:translate(4px)}.what-is__item-icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:.45rem}.what-is__item-icon svg{width:100%;height:100%}.what-is__item-icon--tpa{background:var(--color-navy);color:#fff}.what-is__item-icon--share{background:var(--color-lime);color:#fff}.what-is__item-label{font-size:1rem;font-weight:600;color:var(--color-navy)}.what-is__half--share .what-is__item-label{color:#1a4a0a}.what-is__center-divider{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.5rem 0;background:linear-gradient(90deg,#dbe8fc,#dff0d2)}.what-is__center-line{height:2px;flex:1;max-width:80px;background:#1f3a5f26;border-radius:1px}.what-is__center-plus{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;font-size:1.25rem;font-weight:700;color:var(--color-navy);box-shadow:0 2px 12px #1f3a5f1f;flex-shrink:0}.what-is__split-note{text-align:center;font-size:.8125rem;color:var(--color-text-muted);margin-top:1.5rem;opacity:.85;font-style:italic;max-width:none}@media(min-width:768px){.what-is__pillars{gap:2rem}.what-is__pillar{width:12rem;height:12rem;padding:1.5rem}.what-is__pillar h3{font-size:.9375rem}.what-is__split{flex-direction:row;border-radius:1.5rem}.what-is__half{flex:1;padding:2.5rem 2rem 3rem}.what-is__half--tpa{border-radius:1.5rem 0 0 1.5rem}.what-is__half--share{border-radius:0 1.5rem 1.5rem 0}.what-is__center-divider{flex-direction:column;padding:2rem 0;width:3.5rem;flex-shrink:0;background:linear-gradient(180deg,#dbe8fc,#e2edd9,#dff0d2)}.what-is__center-line{width:2px;height:auto;flex:1;max-width:none}.what-is__item-list{gap:1rem}.what-is__item{padding:.875rem 1.25rem}}@media(min-width:1024px){.what-is__half{padding:3rem 2.5rem 3.5rem}.what-is__item-list{gap:1rem}.what-is__item{padding:1rem 1.5rem}.what-is__item-icon{width:2.75rem;height:2.75rem}.what-is__item-label{font-size:1.0625rem}}.comparison{background-color:#eef5ff}.comparison__title{text-align:center;color:var(--color-navy);margin-bottom:2rem}.comparison__grid{display:grid;gap:2rem;max-width:720px;margin:0 auto}.comparison__column{padding:2rem 1.5rem;background-color:var(--color-white);border-radius:.5rem;border:1px solid rgba(31,58,95,.1)}.comparison__column--mightywell{border-color:var(--color-lime);border-width:2px}.comparison__column-title{font-size:1.125rem;color:var(--color-navy);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-baby-blue)}.comparison__column--mightywell .comparison__column-title{color:var(--color-lime);border-bottom-color:#7ac9434d}.comparison__list{display:flex;flex-direction:column;gap:.75rem}.comparison__item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--color-text-muted)}.comparison__bullet{flex-shrink:0;width:1.25rem;height:1.25rem;border-radius:50%;margin-top:.125rem}.comparison__bullet--minus{background-color:#e5e7eb}.comparison__bullet--plus{background-color:var(--color-lime)}@media(min-width:768px){.comparison__grid{grid-template-columns:1fr 1fr;gap:2.5rem}}.individual-plans{position:relative;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;border-top:none;border-bottom:none;padding-top:0;padding-bottom:0}.individual-plans__wave{position:relative;z-index:1;width:100%;line-height:0;margin-top:-1px;margin-bottom:1.5rem}.individual-plans__wave svg{display:block;width:100%;height:60px}@media(min-width:768px){.individual-plans__wave svg{height:80px}}@media(min-width:1024px){.individual-plans__wave svg{height:100px}}.individual-plans:before{content:"";position:absolute;inset:0;background:#ffffffb3;z-index:0}.individual-plans .container{position:relative;z-index:1}.individual-plans__intro{text-align:center;margin:0 auto 2rem;max-width:760px}.individual-plans__intro h2{color:var(--color-navy);margin-bottom:.75rem}.individual-plans__intro p{color:var(--color-text-muted);margin:0 auto}.individual-plans__cards{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.individual-plans__card{width:10rem;height:10rem;border-radius:50%;background-color:#f9fcffa6;border:1px solid rgba(31,58,95,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem}.individual-plans__icon{width:2rem;height:2rem;margin-bottom:.5rem}.individual-plans__icon-svg{width:100%;height:100%;color:var(--color-navy)}.individual-plans__card h3{color:var(--color-navy);font-size:.8125rem;margin-bottom:.25rem;line-height:1.2}.individual-plans__card p{display:none}.individual-plans__fit{margin-top:1.75rem;padding:1.25rem;border-radius:.75rem;background-color:#f9fcffa6;border:1px solid rgba(31,58,95,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);max-width:640px;width:100%;margin-left:auto;margin-right:auto}.individual-plans__fit h3{color:var(--color-navy);margin-bottom:.75rem}.individual-plans__fit ul{display:grid;gap:.5rem}.individual-plans__fit li{color:var(--color-text-muted);padding-left:1rem;position:relative}.individual-plans__fit li:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-lime)}.individual-plans__cta{margin-top:1.5rem;display:flex;justify-content:center}.individual-plans__wave-bottom{position:relative;z-index:1;width:100%;line-height:0;margin-top:1.5rem;margin-bottom:-1px}.individual-plans__wave-bottom svg{display:block;width:100%;height:60px}@media(min-width:768px){.individual-plans__wave-bottom svg{height:80px}}@media(min-width:1024px){.individual-plans__wave-bottom svg{height:100px}}@media(min-width:640px){.individual-plans__card{width:13rem;height:13rem;padding:1.25rem}.individual-plans__icon{width:2.5rem;height:2.5rem}.individual-plans__card h3{font-size:.9375rem}.individual-plans__card p{display:block;font-size:.6875rem;color:var(--color-text-muted);line-height:1.3;max-width:16ch}}@media(min-width:768px){.individual-plans__cards{gap:2rem}.individual-plans__card{width:15rem;height:15rem;padding:1.5rem}.individual-plans__icon{width:3rem;height:3rem;margin-bottom:.625rem}.individual-plans__card h3{font-size:1.0625rem;margin-bottom:.375rem}.individual-plans__card p{font-size:.8125rem;max-width:20ch;line-height:1.4}}@media(max-width:767px){.individual-plans{background-attachment:scroll}}.workforce{background-color:#eef5ff;padding-top:0;padding-bottom:0}.workforce__wave-bottom{position:relative;width:100%;line-height:0;margin-top:1.5rem;margin-bottom:-1px}.workforce__wave-bottom svg{display:block;width:100%;height:60px}@media(min-width:768px){.workforce__wave-bottom svg{height:80px}}@media(min-width:1024px){.workforce__wave-bottom svg{height:100px}}.workforce__intro{text-align:center;margin:0 auto 2rem;max-width:760px}.workforce__intro h2{color:var(--color-navy);margin-bottom:.75rem}.workforce__intro p{color:var(--color-text-muted);margin:0 auto}.workforce__grid{display:grid;gap:1.5rem}.workforce__column{display:flex;flex-direction:column;align-items:center}.workforce__card{border:1px solid rgba(31,58,95,.14);border-radius:.75rem;padding:1.25rem;background-color:#fff;width:100%}.workforce__card h3{color:var(--color-navy);margin-bottom:.75rem}.workforce__card ul{display:grid;gap:.55rem}.workforce__card li{color:var(--color-text-muted);padding-left:1rem;position:relative}.workforce__card li:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;border-radius:50%;background-color:var(--color-lime)}.workforce__card-cta{margin-top:1.25rem;text-align:center}@media(min-width:768px){.workforce__grid{grid-template-columns:1fr 1fr;gap:1.5rem}}.partners-bar{background-color:#fff;padding:2rem 0;border-top:1px solid var(--color-baby-blue);border-bottom:1px solid rgba(31,58,95,.08)}.partners-bar__inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.partners-bar__label{font-size:.875rem;color:var(--color-text-muted);text-align:center}.partners-bar__logos{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem 2rem;width:100%}.partners-bar__link{display:flex;align-items:center;justify-content:center;flex:0 0 auto;height:42px;padding:0 .2rem;transition:opacity .2s}.partners-bar__link:hover{opacity:.9}.partners-bar__logo{width:auto;height:42px;object-fit:contain;object-position:center;filter:grayscale(100%);opacity:.8}.partners-bar__link:hover .partners-bar__logo{filter:grayscale(0%);opacity:1}@media(min-width:1024px){.partners-bar__logos{justify-content:space-evenly;gap:1rem}}.testimonials{position:relative;overflow:hidden;background-color:#f4f9ff}.testimonials__title{text-align:center;color:var(--color-navy);margin-bottom:2rem}.testimonials__carousel{position:relative;overflow:hidden;padding-bottom:.4rem}.testimonials__track{display:flex;transition:transform .4s ease}.testimonials__slide{flex:0 0 100%;min-width:0;padding:2rem 3rem;text-align:center;margin:0}.testimonials__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem}.testimonials__star{color:#f4b400;font-size:1.25rem}.testimonials__quote{font-size:1.125rem;line-height:1.6;color:var(--color-text-muted);margin-bottom:1.25rem;font-style:italic;text-align:center;max-width:820px;margin-left:auto;margin-right:auto}.testimonials__author{display:flex;flex-direction:column;gap:.25rem}.testimonials__author strong{color:var(--color-navy)}.testimonials__author span{font-size:.875rem;color:var(--color-text-muted)}.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);width:2.5rem;height:2.5rem;border-radius:50%;background:var(--color-white);border:1px solid var(--color-baby-blue);display:flex;align-items:center;justify-content:center;z-index:2;cursor:pointer;transition:background-color .2s,border-color .2s}.testimonials__arrow:hover{background-color:var(--color-baby-blue);border-color:var(--color-navy)}.testimonials__arrow svg{width:1.25rem;height:1.25rem;color:var(--color-navy)}.testimonials__arrow--prev{left:.5rem}.testimonials__arrow--next{right:.5rem}.testimonials__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.testimonials__dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--color-baby-blue);transition:background-color .2s,transform .2s}.testimonials__dot:hover{background-color:var(--color-navy)}.testimonials__dot--active{background-color:var(--color-navy);transform:scale(1.25)}.testimonials:after{content:"";position:absolute;bottom:-8rem;left:-6rem;width:320px;height:320px;border-radius:50%;background-color:#7ac9430d;pointer-events:none;z-index:0}@media(max-width:767px){.testimonials__arrow{display:none}.testimonials__slide{padding:2rem 1rem}}.final-cta{position:relative;overflow:hidden;background:linear-gradient(135deg,#2a4f7a,#1f3a5f);color:var(--color-white)}.final-cta__accent{position:absolute;top:-8rem;right:-6rem;width:24rem;height:24rem;border-radius:50%;background-color:#ffffff0f;pointer-events:none;z-index:0}.final-cta__inner{position:relative;z-index:1;text-align:center;max-width:560px;margin:0 auto}.final-cta__title{color:var(--color-white);margin-bottom:.75rem}.final-cta__subtitle{color:var(--color-baby-blue);margin-bottom:2rem;line-height:1.6}.final-cta__buttons{display:flex;flex-direction:column;gap:1rem;align-items:center}.final-cta__btn{width:100%;max-width:fit-content;min-height:3rem;white-space:nowrap;padding-left:2rem;padding-right:2rem}.final-cta__btn.btn-outline{color:var(--color-white);border-color:var(--color-white)}.final-cta__btn.btn-outline:hover{background-color:var(--color-white);color:var(--color-navy)}@media(min-width:768px){.final-cta__buttons{flex-direction:row;justify-content:center}.final-cta__accent{width:32rem;height:32rem;top:-10rem;right:-8rem}}.section-divider{position:relative;z-index:2;width:100%;line-height:0;margin-top:-1px;margin-bottom:-2px;overflow:hidden}.section-divider svg{display:block;width:100%;height:60px}@media(min-width:768px){.section-divider svg{height:80px}}@media(min-width:1024px){.section-divider svg{height:100px}}
