.QuestionScreen_questionScreen__FJguS{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:0;background:#fbfcfe}@media(prefers-color-scheme:dark){.QuestionScreen_questionScreen__FJguS{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.QuestionScreen_questionContainer__Wqoao{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:var(--discovery-max-width);padding:40px 2rem 2rem}.QuestionScreen_progressBarContainer__sZHNi{width:100%;max-width:200px;margin-bottom:2rem}.QuestionScreen_progressBar__sN7il{width:100%;height:4px;background:#e7e8ea;border-radius:2px;overflow:hidden}@media(prefers-color-scheme:dark){.QuestionScreen_progressBar__sN7il{background:#333}}.QuestionScreen_progressBarFill__nlUD_{height:100%;background:#006781;border-radius:2px;transition:width .3s ease}.QuestionScreen_questionText__FpzY7{color:#333;font-size:24px;font-weight:700;font-family:Riforma LL,sans-serif;text-align:center;margin-bottom:1rem;line-height:1.2;letter-spacing:-.7px;max-width:600px;width:100%}@media(prefers-color-scheme:dark){.QuestionScreen_questionText__FpzY7{color:#f0f0f0}}@keyframes QuestionScreen_fadeInUp__iUf7g{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes QuestionScreen_fadeInDown__1dzKe{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.QuestionScreen_moneyGoalHeadline__xpXr_{animation:QuestionScreen_fadeInDown__1dzKe .6s ease-out forwards;opacity:0}.QuestionScreen_moneyGoalBody__nsrIb{animation:QuestionScreen_fadeInDown__1dzKe .6s ease-out .1s forwards;opacity:0}.QuestionScreen_moneyGoalAnswerContainer__UOtyc,.QuestionScreen_moneyGoalButtonContainer__6QNU9{animation:QuestionScreen_fadeInDown__1dzKe .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedHeadline__HPiZf{animation:QuestionScreen_fadeInUp__iUf7g .6s ease-out forwards;opacity:0}.QuestionScreen_animatedBody__Mbso8{animation:QuestionScreen_fadeInUp__iUf7g .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedAnswerContainer__Xob3p{animation:QuestionScreen_fadeInUp__iUf7g .6s ease-out .15s forwards;opacity:0}.QuestionScreen_animatedButtonContainer__SIqFl{animation:QuestionScreen_fadeInUp__iUf7g .6s ease-out .2s forwards;opacity:0}.QuestionScreen_bodyText__deYFI{color:#666;font-size:16px;font-weight:400;font-family:Inter,sans-serif;text-align:center;margin:0 auto 3rem;line-height:1.5;max-width:600px;width:100%}@media(prefers-color-scheme:dark){.QuestionScreen_bodyText__deYFI{color:#bbb}}.QuestionScreen_answerContainer__nodUa{width:100%;max-width:450px;margin-bottom:2rem}.QuestionScreen_questionText__FpzY7+.QuestionScreen_answerContainer__nodUa{margin-top:2rem}.QuestionScreen_inputWrapper__OAUdh{position:relative;width:100%}.QuestionScreen_inputPrefix__CA0N1{position:absolute;left:1.5rem;top:50%;transform:translateY(-50%);color:#666;font-weight:500;font-size:16px;pointer-events:none;z-index:1}@media(prefers-color-scheme:dark){.QuestionScreen_inputPrefix__CA0N1{color:#aaa}}.QuestionScreen_textInputWithPrefix__IQMhi{padding-left:2.5rem!important}.QuestionScreen_buttonContainer__vbPAi{width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:72px}.QuestionScreen_answerContainer__nodUa+.QuestionScreen_buttonContainer__vbPAi{margin-top:48px}.QuestionScreen_answerContainer__nodUa:has(+.QuestionScreen_buttonContainer__vbPAi){margin-bottom:0}.QuestionScreen_bodyText__deYFI+.QuestionScreen_buttonContainer__vbPAi{margin-top:48px}.QuestionScreen_bodyText__deYFI:has(+.QuestionScreen_buttonContainer__vbPAi){margin-bottom:0}.QuestionScreen_textInput__gZo3N{width:100%;height:52px;padding:0 1.5rem;font-size:16px;font-family:Inter,sans-serif;border:2px solid #e7e8ea;border-radius:12px;background:#f2f4f5;color:#333;transition:all .3s ease;outline:none;box-sizing:border-box}.QuestionScreen_textInput__gZo3N:focus{border-color:#006781;background:#f2f4f5}.QuestionScreen_textInput__gZo3N:disabled{border-color:#e7e8ea;background:#f2f4f5;opacity:.6;cursor:not-allowed}.QuestionScreen_textInput__gZo3N::-moz-placeholder{color:#999}.QuestionScreen_textInput__gZo3N::placeholder{color:#999}@media(prefers-color-scheme:dark){.QuestionScreen_textInput__gZo3N{border-color:#444;background:#2a2a2a;color:#f0f0f0}.QuestionScreen_textInput__gZo3N:focus{border-color:#006781;background:#2a2a2a}.QuestionScreen_textInput__gZo3N:disabled{border-color:#444;background:#2a2a2a}.QuestionScreen_textInput__gZo3N::-moz-placeholder{color:#777}.QuestionScreen_textInput__gZo3N::placeholder{color:#777}}.QuestionScreen_inputError__KtMOa{border-color:#d32f2f!important;background:#fff5f5!important}@media(prefers-color-scheme:dark){.QuestionScreen_inputError__KtMOa{background:rgba(211,47,47,.15)!important}}.QuestionScreen_errorMessage__0hXB3{color:#d32f2f;font-size:14px;font-weight:400;font-family:Inter,sans-serif;margin-top:.75rem;text-align:center;line-height:1.4}@media(prefers-color-scheme:dark){.QuestionScreen_errorMessage__0hXB3{color:#f08080}}.QuestionScreen_optionsContainer__jU4Dw{display:flex;flex-direction:column;gap:1rem;width:100%}.QuestionScreen_optionButton__EyD7C{width:100%;padding:.875rem 1rem;font-size:16px;font-weight:400;font-family:Inter,sans-serif;max-height:48px;border:2px solid rgba(0,0,0,0);border-radius:12px;background:#eff1f3;color:#333;cursor:pointer;transition:all .3s ease;outline:none;display:flex;align-items:center;justify-content:space-between;position:relative}.QuestionScreen_optionButton__EyD7C.QuestionScreen_selected__egnUw{border-color:#006781;background:rgba(0,103,129,.15)}@media(prefers-color-scheme:dark){.QuestionScreen_optionButton__EyD7C{background:#2a2a2a;color:#f0f0f0}.QuestionScreen_optionButton__EyD7C.QuestionScreen_selected__egnUw{border-color:#006781;background:rgba(0,103,129,.25)}}.QuestionScreen_optionText__1e8Bt{flex:1;text-align:left}.QuestionScreen_radioButton__ZWmJO{width:20px;height:20px;border:2px solid #006781;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem}.QuestionScreen_radioDot__gqe5G{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,0);transition:all .3s ease}.QuestionScreen_radioDot__gqe5G.QuestionScreen_checked__L8zke{background:#006781}.QuestionScreen_backButton__9TgkQ{padding:.75rem 2.5rem;font-size:16px;font-weight:600;font-family:Inter,sans-serif;border:2px solid #006781;border-radius:100px;cursor:pointer;transition:all .3s ease;outline:none;min-width:120px;height:48px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);color:#006781}.QuestionScreen_backButton__9TgkQ:hover{background:rgba(0,103,129,.1);border-color:#006781}@media(prefers-color-scheme:dark){.QuestionScreen_backButton__9TgkQ{border-color:#5ad4ff;color:#5ad4ff}.QuestionScreen_backButton__9TgkQ:hover{background:rgba(90,212,255,.1)}}.QuestionScreen_nextButton__R2_wU{padding:.75rem 2.5rem;font-size:16px;font-weight:500;font-family:Inter,sans-serif;border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;outline:none;min-width:300px;height:48px;display:flex;align-items:center;justify-content:center;background:#5ad4ff;color:#000}.QuestionScreen_nextButton__R2_wU:hover:not(.QuestionScreen_disabled__iUZdv){background:#4ac4ef}.QuestionScreen_nextButton__R2_wU.QuestionScreen_disabled__iUZdv{background:rgba(90,212,255,.3);color:rgba(0,0,0,.6);cursor:not-allowed;opacity:.6}@media(prefers-color-scheme:dark){.QuestionScreen_nextButton__R2_wU:hover:not(.QuestionScreen_disabled__iUZdv){background:#6ae0ff}.QuestionScreen_nextButton__R2_wU.QuestionScreen_disabled__iUZdv{color:hsla(0,0%,100%,.5)}}@media(max-width:768px){.QuestionScreen_questionText__FpzY7{font-size:26px;line-height:1.25;margin-bottom:1rem}.QuestionScreen_bodyText__deYFI{font-size:18px;line-height:1.5;margin-bottom:2rem}.QuestionScreen_questionText__FpzY7+.QuestionScreen_answerContainer__nodUa{margin-top:1rem}.QuestionScreen_textInput__gZo3N{font-size:18px;height:52px;padding:0 1.25rem}.QuestionScreen_inputPrefix__CA0N1{font-size:18px}.QuestionScreen_optionButton__EyD7C{font-size:18px;padding:.875rem 1rem;max-height:48px}.QuestionScreen_errorMessage__0hXB3{font-size:16px}.QuestionScreen_backButton__9TgkQ,.QuestionScreen_nextButton__R2_wU{font-size:18px}.QuestionScreen_questionScreen__FJguS{padding:0}.QuestionScreen_questionContainer__Wqoao{padding:40px 1rem 120px}.QuestionScreen_buttonContainer__vbPAi{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;margin:0;padding:1rem;background:#fbfcfe;border-top:1px solid #e7e8ea;box-shadow:0 -2px 10px rgba(0,0,0,.05);z-index:100;flex-direction:column;gap:1rem;align-items:center;justify-content:center;box-sizing:border-box}}@media(max-width:768px)and (prefers-color-scheme:dark){.QuestionScreen_buttonContainer__vbPAi{background:#1a1a1a;border-top-color:#333;box-shadow:0 -2px 10px rgba(0,0,0,.3)}}@media(max-width:768px){.QuestionScreen_backButton__9TgkQ,.QuestionScreen_nextButton__R2_wU{width:calc(100% - 2rem);max-width:100%;min-width:unset;box-sizing:border-box}.QuestionScreen_backButton__9TgkQ{margin-top:.5rem}}@media(max-width:480px){.QuestionScreen_questionText__FpzY7{font-size:26px;line-height:1.3}.QuestionScreen_buttonContainer__vbPAi{padding:.875rem}.QuestionScreen_backButton__9TgkQ,.QuestionScreen_nextButton__R2_wU{width:calc(100% - 1.75rem)}}@media(max-width:600px){.QuestionScreen_optionButton__EyD7C{font-size:16px}}.discovery_app__eU2FC{--discovery-max-width:960px;justify-content:center}.discovery_app__eU2FC,.discovery_infoScreen__94sMT{width:100%;min-height:100vh;display:flex;align-items:center}.discovery_infoScreen__94sMT{flex-direction:column;justify-content:flex-start;padding:0;background:linear-gradient(180deg,#e8f4f8,#fbfcfe)}@media(prefers-color-scheme:dark){.discovery_infoScreen__94sMT{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.discovery_infoContainer__zMA55{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:var(--discovery-max-width);padding:40px 2rem 2rem}.discovery_progressBarContainer__jYyxR{width:100%;max-width:200px;margin-bottom:1rem}.discovery_progressBar__oIuL5{width:100%;height:4px;background:#e7e8ea;border-radius:2px;overflow:hidden}@media(prefers-color-scheme:dark){.discovery_progressBar__oIuL5{background:#333}}.discovery_progressBarFill__O6Jq4{height:100%;background:#006781;border-radius:2px;transition:width .3s ease}@keyframes discovery_fadeInUp__D_JN5{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.discovery_headline__mJ7Qn{color:#191c1d;font-size:30px;font-weight:500;font-family:Riforma LL,sans-serif;text-align:center;margin-bottom:1rem;line-height:32px;letter-spacing:-.6px;width:100%;animation:discovery_fadeInUp__D_JN5 .6s ease-out forwards;opacity:0;white-space:pre-line}@media(prefers-color-scheme:dark){.discovery_headline__mJ7Qn{color:#f0f0f0}}@media(min-width:900px){.discovery_headline__mJ7Qn{font-size:2rem;line-height:2.5rem}}@media(min-width:1200px){.discovery_headline__mJ7Qn{font-size:3rem;line-height:3.5rem}}.discovery_subhead___Zt6X{color:#666;font-size:16px;text-align:center;margin-bottom:.5rem;animation:discovery_fadeInUp__D_JN5 .6s ease-out .1s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_subhead___Zt6X{color:#aaa}}.discovery_preCtaText__7zEeo{color:#191c1d;font-size:22px;font-weight:400;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 1.5rem;animation:discovery_fadeInUp__D_JN5 .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_preCtaText__7zEeo{color:#f0f0f0}}@media(max-width:600px){.discovery_preCtaText__7zEeo{font-size:20px}}.discovery_bodyText__Qotd_{color:#666;font-size:20px;font-weight:400;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 1rem;line-height:32px;width:100%;animation:discovery_fadeInUp__D_JN5 .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_bodyText__Qotd_{color:#bbb}}.discovery_bodyTextLarge__EeQQz{color:#1a1a1a;font-size:32px;font-weight:500;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 2rem;line-height:48px;letter-spacing:-.64px;width:100%;animation:discovery_fadeInUp__D_JN5 .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_bodyTextLarge__EeQQz{color:#f0f0f0}}@media(max-width:600px){.discovery_bodyTextLarge__EeQQz{font-size:22px;line-height:34px}}.discovery_infoTextHeadline__j21rT{color:#191c1d;font-size:36px;font-weight:700;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 1rem;line-height:1.2;letter-spacing:-.5px;width:100%;animation:discovery_fadeInUp__D_JN5 .6s ease-out .1s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_infoTextHeadline__j21rT{color:#f0f0f0}}@media(max-width:600px){.discovery_infoTextHeadline__j21rT{font-size:30px}}.discovery_infoTextBody__NWm_g{color:#666;font-size:18px;font-weight:400;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 2rem;line-height:1.5;width:100%;animation:discovery_fadeInUp__D_JN5 .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_infoTextBody__NWm_g{color:#aaa}}@media(max-width:600px){.discovery_infoTextBody__NWm_g{font-size:18px}}.discovery_continueButton__ro9qY{padding:.75rem 2.5rem;font-size:16px;font-weight:500;font-family:Inter,sans-serif;border:none;border-radius:100px;cursor:pointer;transition:all .3s ease;outline:none;min-width:300px;height:48px;display:flex;align-items:center;justify-content:center;background:#333;color:#fff;animation:discovery_fadeInUp__D_JN5 .6s ease-out .2s forwards;opacity:0}.discovery_continueButton__ro9qY:hover{background:#444}@media(prefers-color-scheme:dark){.discovery_continueButton__ro9qY{background:#555;color:#fff}.discovery_continueButton__ro9qY:hover{background:#666}}@media(max-width:768px){.discovery_continueButton__ro9qY{min-width:unset;width:100%;max-width:400px}}.discovery_ctaButton__tQ3qz{background:#333;color:#fff}.discovery_ctaButton__tQ3qz:hover{background:#444}.discovery_buttonContainer__6_MOm,.discovery_heroImageWrapper__bICdz{display:flex;justify-content:center;width:100%}.discovery_heroImageWrapper__bICdz{max-width:400px;margin-bottom:2rem;animation:discovery_fadeInUp__D_JN5 .8s ease-out .3s forwards;opacity:0}.discovery_heroImageWrapper__bICdz img{max-width:100%;height:auto}.discovery_blurImageWrapper__Lck1g{width:100%;max-width:400px;display:flex;justify-content:center;animation:discovery_fadeInUp__D_JN5 .8s ease-out .3s forwards;opacity:0}.discovery_blurImageInner__dLmzP{position:relative;width:100%;border-radius:12px;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,black 50%,transparent 90%);mask-image:linear-gradient(180deg,black 50%,transparent 90%)}.discovery_blurImageSharp__i04_d{display:block;width:100%;height:auto;border-radius:12px}.discovery_stashWayCard__9LGHo{width:100%;max-width:420px;background:#fff;border-radius:16px;box-shadow:0 2px 16px rgba(0,0,0,.08);padding:1.5rem;margin-bottom:2rem;animation:discovery_fadeInUp__D_JN5 .6s ease-out .2s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_stashWayCard__9LGHo{background:#2a2a2a;box-shadow:0 2px 16px rgba(0,0,0,.3)}}.discovery_stashWayItem__x_610{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 0}.discovery_stashWayItem__x_610:not(:last-child){border-bottom:1px solid #f0f0f0}@media(prefers-color-scheme:dark){.discovery_stashWayItem__x_610:not(:last-child){border-bottom-color:#444}}.discovery_stashWayItemText__FHaZA{flex:1}.discovery_stashWayItemTitle__okZOd{font-size:15px;font-weight:600;color:#1a1a1a;font-family:Inter,sans-serif;margin-bottom:2px}@media(prefers-color-scheme:dark){.discovery_stashWayItemTitle__okZOd{color:#f0f0f0}}.discovery_stashWayItemDesc__F9ZYZ{font-size:14px;color:#666;font-family:Inter,sans-serif}@media(prefers-color-scheme:dark){.discovery_stashWayItemDesc__F9ZYZ{color:#aaa}}.discovery_stashWayCheck__9nYsC{width:28px;height:28px;border-radius:50%;background:#00b894;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem;margin-top:4px}.discovery_stashWayCheck__9nYsC svg{width:14px;height:14px;fill:#fff}.discovery_growthChartWrapper__dlN8O{width:100%;max-width:420px;margin-bottom:1.5rem;animation:discovery_fadeInUp__D_JN5 .6s ease-out .2s forwards;opacity:0}.discovery_growthChartWrapper__dlN8O img{width:100%;height:auto;display:block}.discovery_chartDisclaimer__2d5N7{font-size:12px;color:#999;text-align:center;margin-bottom:2rem;max-width:420px;line-height:1.4;animation:discovery_fadeInUp__D_JN5 .6s ease-out .2s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_chartDisclaimer__2d5N7{color:#777}}.discovery_disclaimerToggle__66S2g{background:none;border:none;padding:0;font-size:inherit;line-height:inherit;color:#33b3d8;cursor:pointer;text-decoration:underline}.discovery_disclaimerToggle__66S2g:hover{color:#2a9abd}@media(prefers-color-scheme:dark){.discovery_disclaimerToggle__66S2g{color:#4dc9f6}.discovery_disclaimerToggle__66S2g:hover{color:#33b3d8}}.discovery_amountHighlight__0sEA4{color:#006781;font-weight:700}.discovery_analyzingScreen__OlqcJ{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#003a47,#006781 50%,#003a47);padding:2rem}.discovery_checkAnimationWrapper__OUvxG{margin-top:20px;margin-bottom:12px;animation:discovery_fadeInUp__D_JN5 .8s ease-out forwards;opacity:0}.discovery_checkAnimationWrapper__OUvxG>div{margin:0!important}@keyframes discovery_pulse__CGdEc{0%,to{opacity:.6}50%{opacity:1}}.discovery_analyzingText__SDpV_{color:#ccc;font-size:16px;font-family:Inter,sans-serif;text-align:center;line-height:1.6;animation:discovery_fadeInUp__D_JN5 .6s ease-out .3s forwards;opacity:0}.discovery_analyzingText__SDpV_ span{display:block;animation:discovery_pulse__CGdEc 2s ease-in-out infinite}.discovery_teaseScreen___wAcI{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;background:linear-gradient(180deg,#e0eef3,#fbfcfe)}@media(prefers-color-scheme:dark){.discovery_teaseScreen___wAcI{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.discovery_teaseImageWrapper__suv8c{width:100%;max-width:500px;margin-top:80px;margin-bottom:-10rem;display:flex;justify-content:center;animation:discovery_fadeInUp__D_JN5 .8s ease-out forwards;opacity:0}.discovery_teaseImageInner__3Al7d{position:relative;width:100%;border-radius:12px;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,black 30%,transparent 65%);mask-image:linear-gradient(180deg,black 30%,transparent 65%)}.discovery_teaseImageSharp__BtRut{display:block;width:100%;height:auto;border-radius:12px}.discovery_teaseImageInner__3Al7d:after{content:"";position:absolute;inset:0;border-radius:12px;backdrop-filter:blur(6px);-webkit-mask-image:linear-gradient(180deg,transparent 0,black 0);mask-image:linear-gradient(180deg,transparent 0,black 0)}.discovery_teaseContent__K_jVy{display:flex;flex-direction:column;align-items:center;padding:0 2rem;max-width:var(--discovery-max-width);width:100%}.discovery_revealedPlanScreen__3VjZA{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0;background:linear-gradient(180deg,#e0eef3,#fbfcfe)}@media(prefers-color-scheme:dark){.discovery_revealedPlanScreen__3VjZA{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.discovery_revealedPlanContent__3WucA{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 120px;max-width:var(--discovery-max-width);width:100%}.discovery_revealedPlanImageWrapper__hcQIr{width:100%;max-width:280px;margin-bottom:1.5rem;animation:discovery_fadeInUp__D_JN5 .6s ease-out forwards;opacity:0}.discovery_revealedPlanImage__xVuF7{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px}.discovery_revealedPlanBody__GB5aw{color:#191c1d;font-size:20px;line-height:1.5;text-align:center;margin-bottom:.75rem;max-width:520px}@media(prefers-color-scheme:dark){.discovery_revealedPlanBody__GB5aw{color:#f0f0f0}}@media(min-width:600px){.discovery_revealedPlanBody__GB5aw{font-size:20px;line-height:32px}}@media(max-width:768px){.discovery_revealedPlanBody__GB5aw{line-height:28px}}.discovery_revealedPlanGrowth__3iJKU{color:#006781;font-size:15px;font-weight:500;text-align:center;margin-bottom:.5rem}@media(prefers-color-scheme:dark){.discovery_revealedPlanGrowth__3iJKU{color:#33b3d8}}@media(max-width:768px){.discovery_revealedPlanGrowth__3iJKU{font-size:16px}}.discovery_revealedPlanSubline__MwyD9{color:#191c1d;font-size:18px;text-align:center;margin-bottom:1rem;margin-top:1rem}@media(prefers-color-scheme:dark){.discovery_revealedPlanSubline__MwyD9{color:#f0f0f0}}@media(max-width:768px){.discovery_revealedPlanSubline__MwyD9{font-size:20px}}.discovery_revealedPlanDisclaimer__dqr_b{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#40484c;text-align:center;width:100%;margin:1rem auto 0}@media(prefers-color-scheme:dark){.discovery_revealedPlanDisclaimer__dqr_b{color:#9aa0a6}}@media(max-width:768px){.discovery_revealedPlanDisclaimer__dqr_b{font-size:16px;line-height:24px}}.discovery_disclaimerMoreLink__af9d5{background:none;border:none;padding:0;font-size:inherit;line-height:inherit;font-weight:600;color:#006781;cursor:pointer;text-decoration:underline;text-decoration-style:dotted}.discovery_disclaimerMoreLink__af9d5:hover{color:#004d5f}@media(prefers-color-scheme:dark){.discovery_disclaimerMoreLink__af9d5{color:#33b3d8}.discovery_disclaimerMoreLink__af9d5:hover{color:#4dc9f6}}.discovery_ctaFootnote__d8pqS{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#40484c;text-align:center;width:100%;margin:1rem auto 0;max-width:100%;padding:0 .5rem;box-sizing:border-box}@media(prefers-color-scheme:dark){.discovery_ctaFootnote__d8pqS{color:#9aa0a6}}@media(max-width:768px){.discovery_ctaFootnote__d8pqS{font-size:12px;line-height:16px;text-align:left}}.discovery_ctaFootnoteLink__fxX43{color:inherit;text-decoration:underline;text-underline-offset:2px}.discovery_ctaFootnoteLink__fxX43:hover{color:#006781}@media(prefers-color-scheme:dark){.discovery_ctaFootnoteLink__fxX43:hover{color:#33b3d8}}.discovery_exploreSection__ltz5X{width:100%;background:#fff;padding:40px 24px 60px}@media(prefers-color-scheme:dark){.discovery_exploreSection__ltz5X{background:#1a1a1a}}.discovery_exploreTextContent__ePiwD{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px;padding:0 24px}.discovery_exploreHeadline__eiNQ2{color:#191c1d;font-family:Riforma LL,sans-serif;font-size:32px;font-weight:500;line-height:36px;letter-spacing:-.6px;text-align:center;margin:0}@media(prefers-color-scheme:dark){.discovery_exploreHeadline__eiNQ2{color:#f0f0f0}}@media(min-width:600px){.discovery_exploreHeadline__eiNQ2{font-size:36px;line-height:40px;letter-spacing:-.72px}}.discovery_exploreSubline___jPys{color:#191c1d;font-family:Inter,sans-serif;font-size:20px;font-weight:400;line-height:32px;text-align:center;margin:0}@media(prefers-color-scheme:dark){.discovery_exploreSubline___jPys{color:#f0f0f0}}@media(max-width:767px){.discovery_exploreSubline___jPys{font-size:22px;line-height:30px}}.discovery_exploreCarousel__vexZC{display:flex;gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:24px;justify-content:center}.discovery_exploreCarousel__vexZC::-webkit-scrollbar{display:none}@media(max-width:767px){.discovery_exploreCarousel__vexZC{width:100%;padding-left:24px;padding-right:24px;gap:20px;scroll-padding:0 24px}}@media(min-width:768px){.discovery_exploreCarousel__vexZC{flex-wrap:nowrap;justify-content:center;gap:24px;max-width:100%;width:100%;margin:0 auto;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-left:24px;padding-right:24px;-webkit-overflow-scrolling:touch}}.discovery_exploreCard__TY71X{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 auto;min-width:200px;max-width:300px;background:#f2f4f5;border-radius:24px;padding:32px 24px;display:flex;flex-direction:column;gap:8px;min-height:380px}@media(prefers-color-scheme:dark){.discovery_exploreCard__TY71X{background:#2a2a2a}}@media(max-width:767px){.discovery_exploreCard__TY71X{width:calc(100vw - 68px);min-height:340px;padding:24px}}@media(min-width:768px){.discovery_exploreCard__TY71X{flex:0 0 300px;min-height:468px;padding:32px;gap:16px}}.discovery_exploreCardIcon__trjnE{width:48px;height:auto;flex-shrink:0;display:block}.discovery_exploreCardTitle__MpgGn{color:#001f29;font-family:Riforma LL,sans-serif;font-size:26px;font-weight:500;line-height:30px;letter-spacing:-.48px;margin:0}@media(prefers-color-scheme:dark){.discovery_exploreCardTitle__MpgGn{color:#f0f0f0}}@media(min-width:768px){.discovery_exploreCardTitle__MpgGn{font-size:30px;line-height:32px;letter-spacing:-.6px}}.discovery_exploreCardBody__poovK,.discovery_exploreCardGreatFor__M5bmQ{color:#001f29;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:28px;margin:0}@media(prefers-color-scheme:dark){.discovery_exploreCardBody__poovK,.discovery_exploreCardGreatFor__M5bmQ{color:#e0e0e0}}@media(min-width:768px){.discovery_exploreCardBody__poovK,.discovery_exploreCardGreatFor__M5bmQ{font-size:20px;line-height:32px}}.discovery_exploreCardGreatFor__M5bmQ strong{font-weight:600}.discovery_exploreDots__cv2vD{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:0}@media(min-width:768px){.discovery_exploreDots__cv2vD{display:none}}.discovery_exploreDot__IQGwu{background:none;border:none;padding:0;cursor:pointer;width:12px;height:12px;display:flex;align-items:center;justify-content:center;border-radius:50%}.discovery_exploreDotInner__2_xpj{width:12px;height:12px;border-radius:50%;background:#c9dfe7;transition:background .2s ease}@media(prefers-color-scheme:dark){.discovery_exploreDotInner__2_xpj{background:#444}}.discovery_exploreDot__IQGwu[aria-selected=true] .discovery_exploreDotInner__2_xpj{background:#006781}@media(prefers-color-scheme:dark){.discovery_exploreDot__IQGwu[aria-selected=true] .discovery_exploreDotInner__2_xpj{background:#33b3d8}}@media(max-width:768px){.discovery_infoContainer__zMA55{padding:40px 1rem 120px}.discovery_infoContainer__zMA55 .discovery_ctaFootnote__d8pqS{display:none}.discovery_teaseContent__K_jVy{padding-bottom:120px}.discovery_buttonContainer__6_MOm{position:fixed;bottom:0;left:0;right:0;width:100%;padding:1.5rem 1rem 1rem;background:rgba(0,0,0,0);backdrop-filter:blur(12px);box-shadow:0 -4px 12px rgba(0,0,0,.06);z-index:100;box-sizing:border-box;-webkit-mask-image:linear-gradient(180deg,transparent 0,black 20%);mask-image:linear-gradient(180deg,transparent 0,black 20%)}}@media(max-width:768px)and (prefers-color-scheme:dark){.discovery_buttonContainer__6_MOm{box-shadow:0 -4px 12px rgba(0,0,0,.25)}}@media(max-width:768px){.discovery_headline__mJ7Qn{font-size:28px;line-height:32px}.discovery_bodyText__Qotd_{font-size:18px;line-height:28px}.discovery_bodyTextLarge__EeQQz{font-size:22px;line-height:34px}.discovery_subhead___Zt6X{font-size:18px}.discovery_blurImageWrapper__Lck1g,.discovery_heroImageWrapper__bICdz{max-width:300px}.discovery_teaseImageWrapper__suv8c{margin-top:40px;max-width:350px;margin-bottom:-6rem}.discovery_revealedPlanContent__3WucA{padding-bottom:140px}.discovery_continueButton__ro9qY{min-width:unset;width:100%;font-size:18px}.discovery_analyzingText__SDpV_{font-size:18px}}@media(max-width:480px){.discovery_headline__mJ7Qn{font-size:26px;line-height:30px}}.discovery_discoveryFooterCtaFootnote__NcMCq{display:none}@media(max-width:768px){.discovery_discoveryFooterCtaFootnote__NcMCq{display:block;width:100%;margin-bottom:20px}.discovery_discoveryFooterCtaFootnote__NcMCq .discovery_ctaFootnote__d8pqS{margin-top:0;margin-bottom:0}}.discovery_discoveryFooter__1HZxP{background:#f2f4f5;padding:60px 100px;border-top:1px solid #e0e0e0}@media(prefers-color-scheme:dark){.discovery_discoveryFooter__1HZxP{background:#1a1c1e;border-top-color:#333}}@media(max-width:768px){.discovery_discoveryFooter__1HZxP{padding:40px 24px}}.discovery_discoveryFooterInner__o5plo{max-width:960px;margin:0 auto}.discovery_discoveryFooterInner__o5plo p{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#40484c;margin:0 0 20px}.discovery_discoveryFooterInner__o5plo p:last-child{margin-bottom:0}@media(prefers-color-scheme:dark){.discovery_discoveryFooterInner__o5plo p{color:#9aa0a6}}@media(max-width:768px){.discovery_discoveryFooterInner__o5plo p{font-size:16px;line-height:24px}}.discovery_discoveryFooterInner__o5plo a{color:#40484c;text-decoration:underline}.discovery_discoveryFooterInner__o5plo a:hover{color:#006781}@media(prefers-color-scheme:dark){.discovery_discoveryFooterInner__o5plo a{color:#9aa0a6}.discovery_discoveryFooterInner__o5plo a:hover{color:#4dc9f6}}.CheckAnimation_checkAnimation__hxjiJ{display:flex;justify-content:center;align-items:center;margin:0 0 60px;width:100%}