body,html{overflow-x:clip}body{background:#ffffff;color:#2c353d}.ChooseYourPath_root__hfmo7{--ck-green:#60b96b;--ck-green-deep:#3f9b4a;--ck-green-soft:#dff8d4;--ck-ink:#2c353d;--ck-ink-deep:#1a2026;--ck-accent-blue:#3aabc4;--ck-blue-soft:#d3f0fd;--ck-white:#ffffff;--ck-bone:#f4f4f4;--ck-muted:#bebebe;--ck-gray:#8d8d8d;--ck-text:#555d63;--shadow-xs:0 1px 2px rgba(20,28,38,0.06);--shadow-sm:0 2px 6px rgba(20,28,38,0.06),0 1px 2px rgba(20,28,38,0.04);--shadow-md:0 8px 24px rgba(20,28,38,0.08),0 2px 6px rgba(20,28,38,0.05);--font-display:var(--font-avenir-next),-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;--font-mono:ui-monospace,"SF Mono",Menlo,Consolas,monospace;--ease-out:cubic-bezier(0.22,0.61,0.36,1);--dur-fast:140ms;--dur-base:220ms;min-height:100vh;width:100%;max-width:100vw;background:var(--ck-white);color:var(--ck-ink);overflow-x:clip;position:relative;font-family:var(--font-display)}.ChooseYourPath_root__hfmo7 *,.ChooseYourPath_root__hfmo7 :after,.ChooseYourPath_root__hfmo7 :before{box-sizing:border-box}.ChooseYourPath_root__hfmo7:after,.ChooseYourPath_root__hfmo7:before{content:"";position:fixed;pointer-events:none;z-index:0;border-radius:50%;filter:blur(80px);opacity:.55}.ChooseYourPath_root__hfmo7:before{width:720px;height:720px;top:-240px;left:-200px;background:radial-gradient(circle,var(--ck-green-soft) 0,transparent 70%)}.ChooseYourPath_root__hfmo7:after{width:760px;height:760px;bottom:-260px;right:-240px;background:radial-gradient(circle,var(--ck-blue-soft) 0,transparent 70%)}.ChooseYourPath_page__N2SpI{position:relative;z-index:1;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;padding:32px 48px;gap:56px}.ChooseYourPath_skipLink__Q8BeY{position:absolute;top:12px;left:12px;z-index:100;padding:12px 16px;border-radius:8px;background:var(--ck-ink);color:var(--ck-white);font-weight:700;font-size:13px;letter-spacing:.04em;text-decoration:none;transform:translateY(-200%);transition:transform .16s var(--ease-out)}.ChooseYourPath_skipLink__Q8BeY:focus,.ChooseYourPath_skipLink__Q8BeY:focus-visible{transform:translateY(0);outline:2px solid var(--ck-green);outline-offset:2px}.ChooseYourPath_main__PKycz:focus{outline:none}.ChooseYourPath_header__1u2yH{display:flex;align-items:center;justify-content:space-between}.ChooseYourPath_logo__fbCuN{display:inline-flex;align-items:center;height:36px}.ChooseYourPath_logo__fbCuN img{height:100%;width:auto;display:block}.ChooseYourPath_headerMeta__oBdLi{font-size:13px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--ck-gray)}.ChooseYourPath_main__PKycz{justify-content:center;gap:56px;text-align:center}.ChooseYourPath_hero__DluXc,.ChooseYourPath_main__PKycz{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%}.ChooseYourPath_hero__DluXc{max-width:880px;gap:20px}.ChooseYourPath_eyebrow__yLFQ_{font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ck-green);margin:0}.ChooseYourPath_dot__sCJiO{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--ck-green);margin-right:10px;transform:translateY(-2px);animation:ChooseYourPath_pulse__br7eB 2.4s ease-in-out infinite}@keyframes ChooseYourPath_pulse__br7eB{0%,to{opacity:1;transform:translateY(-2px) scale(1)}50%{opacity:.4;transform:translateY(-2px) scale(.85)}}.ChooseYourPath_h1__x9kTd{font-family:var(--font-display);font-weight:800;font-size:clamp(36px,6.4vw,88px);line-height:.94;letter-spacing:-.035em;text-transform:uppercase;color:var(--ck-ink);margin:0;max-width:100%;text-wrap:balance;overflow-wrap:break-word;word-break:normal}.ChooseYourPath_h1__x9kTd .ChooseYourPath_line___O7Pu{display:inline-block;white-space:normal}.ChooseYourPath_accent__z08W1{color:var(--ck-green)}.ChooseYourPath_slash__ORidp{display:inline-block;color:var(--ck-muted);font-weight:300;margin:0 .15em}.ChooseYourPath_sub__GGgIE{font-size:18px;line-height:1.55;color:var(--ck-text);max-width:560px;margin:0}.ChooseYourPath_prompt__83Ed7{font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--ck-gray);display:inline-flex;align-items:center;gap:14px}.ChooseYourPath_prompt__83Ed7:after,.ChooseYourPath_prompt__83Ed7:before{content:"";width:36px;height:1px;background:var(--ck-muted);display:block}.ChooseYourPath_cards__yM5cw{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;width:100%;max-width:1180px}.ChooseYourPath_card__XSomc{--card-color:var(--ck-green);--card-color-deep:var(--ck-green-deep);--card-soft:var(--ck-green-soft);position:relative;display:flex;flex-direction:column;text-align:left;min-height:520px;background:var(--ck-white);border:1px solid var(--ck-bone);border-radius:24px;text-decoration:none;color:inherit;overflow:hidden;isolation:isolate;transition:transform var(--dur-base) var(--ease-out),box-shadow var(--dur-base) var(--ease-out),border-color var(--dur-base) var(--ease-out);box-shadow:var(--shadow-sm)}.ChooseYourPath_cardBlue__HGX9W{--card-color:var(--ck-accent-blue);--card-color-deep:#2a8fa6;--card-soft:var(--ck-blue-soft)}.ChooseYourPath_card__XSomc:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--card-color)}.ChooseYourPath_card__XSomc:focus-visible{outline:2px solid var(--card-color);outline-offset:3px}.ChooseYourPath_photo__0_bZQ{position:relative;width:100%;height:280px;overflow:hidden;background:var(--ck-bone)}.ChooseYourPath_photo__0_bZQ img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease-out),filter var(--dur-base) var(--ease-out)}.ChooseYourPath_card__XSomc:hover .ChooseYourPath_photo__0_bZQ img{transform:scale(1.05)}.ChooseYourPath_photo__0_bZQ:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,color-mix(in srgb,var(--card-color) 18%,transparent) 0,color-mix(in srgb,var(--card-color) 0%,transparent) 40%,color-mix(in srgb,var(--ck-ink-deep) 55%,transparent) 100%);transition:opacity var(--dur-base) var(--ease-out)}.ChooseYourPath_card__XSomc:hover .ChooseYourPath_photo__0_bZQ:after{opacity:.85}.ChooseYourPath_badge__Adyeu{position:absolute;top:18px;left:18px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 10px;border-radius:999px;background:rgba(255,255,255,.95);backdrop-filter:blur(6px);color:var(--card-color-deep);font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;box-shadow:var(--shadow-xs)}.ChooseYourPath_badge__Adyeu:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--card-color)}.ChooseYourPath_stat__ATvge{position:absolute;left:18px;bottom:16px;z-index:2;color:var(--ck-white);display:flex;align-items:baseline;gap:10px}.ChooseYourPath_statNum__zZpkW{font-family:var(--font-display);font-weight:800;font-size:30px;line-height:1;letter-spacing:-.02em}.ChooseYourPath_statLbl__fdtMS{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;opacity:.92;max-width:130px;line-height:1.25}.ChooseYourPath_body__wKN5e{display:flex;flex-direction:column;flex:1;padding:26px 28px 24px}.ChooseYourPath_cardTitle__s1Av7{font-family:var(--font-display);font-weight:800;font-size:30px;line-height:1;letter-spacing:-.02em;text-transform:uppercase;margin:0 0 10px;color:var(--ck-ink)}.ChooseYourPath_body__wKN5e p{margin:0 0 22px;font-size:15px;line-height:1.5;color:var(--ck-text)}.ChooseYourPath_spacer__KnGjY{flex:1}.ChooseYourPath_cta__qgIOx{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-radius:999px;background:var(--card-color);color:var(--ck-white);font-weight:700;font-size:14px;letter-spacing:.04em;transition:background var(--dur-base) var(--ease-out)}.ChooseYourPath_card__XSomc:hover .ChooseYourPath_cta__qgIOx{background:var(--card-color-deep)}.ChooseYourPath_arrow__lRiO_{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.18);transition:transform var(--dur-base) var(--ease-out)}.ChooseYourPath_card__XSomc:hover .ChooseYourPath_arrow__lRiO_{transform:translateX(4px)}.ChooseYourPath_meta__6r_JK{margin-top:14px;display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--ck-gray)}.ChooseYourPath_url__nFZEp{font-family:var(--font-mono);font-size:12px;color:var(--ck-gray)}.ChooseYourPath_footer__KIQiE{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:12px;color:var(--ck-gray);letter-spacing:.04em}.ChooseYourPath_footer__KIQiE .ChooseYourPath_left__gG0iG,.ChooseYourPath_footer__KIQiE .ChooseYourPath_right__YVXgI{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.ChooseYourPath_footer__KIQiE a{color:var(--ck-gray);text-decoration:none;transition:color var(--dur-fast) var(--ease-out)}.ChooseYourPath_footer__KIQiE a:hover{color:var(--ck-ink);text-decoration:underline}.ChooseYourPath_sep__aMDjd{width:3px;height:3px;border-radius:50%;background:var(--ck-muted)}@keyframes ChooseYourPath_rise__tlT_m{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ChooseYourPath_hero__DluXc>*{animation:ChooseYourPath_rise__tlT_m .6s var(--ease-out) both}.ChooseYourPath_hero__DluXc>:first-child{animation-delay:60ms}.ChooseYourPath_hero__DluXc>:nth-child(2){animation-delay:.14s}.ChooseYourPath_hero__DluXc>:nth-child(3){animation-delay:.22s}.ChooseYourPath_hero__DluXc>:nth-child(4){animation-delay:.3s}.ChooseYourPath_cards__yM5cw .ChooseYourPath_card__XSomc{animation:ChooseYourPath_rise__tlT_m .7s var(--ease-out) both}.ChooseYourPath_cards__yM5cw .ChooseYourPath_card__XSomc:first-child{animation-delay:.36s}.ChooseYourPath_cards__yM5cw .ChooseYourPath_card__XSomc:nth-child(2){animation-delay:.46s}@media (max-width:820px){.ChooseYourPath_page__N2SpI{padding:24px 20px;gap:40px}.ChooseYourPath_main__PKycz{gap:40px}.ChooseYourPath_cards__yM5cw{grid-template-columns:minmax(0,1fr);max-width:460px;gap:20px}.ChooseYourPath_card__XSomc{min-height:0}.ChooseYourPath_photo__0_bZQ{height:200px}.ChooseYourPath_body__wKN5e{padding:22px}.ChooseYourPath_cardTitle__s1Av7{font-size:26px}.ChooseYourPath_h1__x9kTd{font-size:clamp(32px,8.5vw,56px)}.ChooseYourPath_headerMeta__oBdLi{display:none}.ChooseYourPath_footer__KIQiE{font-size:11px;justify-content:center;text-align:center}.ChooseYourPath_footer__KIQiE .ChooseYourPath_left__gG0iG,.ChooseYourPath_footer__KIQiE .ChooseYourPath_right__YVXgI{justify-content:center}}@media (max-width:480px){.ChooseYourPath_page__N2SpI{padding:20px 16px;gap:32px}.ChooseYourPath_main__PKycz{gap:32px}.ChooseYourPath_hero__DluXc{gap:16px}.ChooseYourPath_h1__x9kTd{font-size:clamp(30px,9vw,44px);letter-spacing:-.02em}.ChooseYourPath_sub__GGgIE{font-size:16px}.ChooseYourPath_prompt__83Ed7:after,.ChooseYourPath_prompt__83Ed7:before{width:20px}.ChooseYourPath_photo__0_bZQ{height:180px}.ChooseYourPath_cardTitle__s1Av7{font-size:24px}.ChooseYourPath_body__wKN5e{padding:20px 18px}.ChooseYourPath_body__wKN5e p{font-size:14px}.ChooseYourPath_cta__qgIOx{padding:12px 16px;font-size:13px}.ChooseYourPath_meta__6r_JK,.ChooseYourPath_url__nFZEp{font-size:11px}.ChooseYourPath_stat__ATvge{left:14px;bottom:12px}.ChooseYourPath_statNum__zZpkW{font-size:24px}.ChooseYourPath_badge__Adyeu{top:14px;left:14px;font-size:10px;padding:6px 10px 6px 8px}}@media (max-width:360px){.ChooseYourPath_h1__x9kTd{font-size:clamp(26px,8vw,36px)}.ChooseYourPath_meta__6r_JK{flex-wrap:wrap;gap:4px}}@media (prefers-reduced-motion:reduce){.ChooseYourPath_root__hfmo7 *,.ChooseYourPath_root__hfmo7 :after,.ChooseYourPath_root__hfmo7 :before{animation:none!important;transition:none!important}}