.QuestionScreen_questionScreen__WLOZE{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__WLOZE{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.QuestionScreen_questionContainer__DZeoR{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__sQVPr{width:100%;max-width:200px;margin-bottom:2rem}.QuestionScreen_progressBar___okov{width:100%;height:4px;background:#e7e8ea;border-radius:2px;overflow:hidden}@media(prefers-color-scheme:dark){.QuestionScreen_progressBar___okov{background:#333}}.QuestionScreen_progressBarFill__AwG_z{height:100%;background:#006781;border-radius:2px;transition:width .3s ease}.QuestionScreen_questionText__wnvEg{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__wnvEg{color:#f0f0f0}}@keyframes QuestionScreen_fadeInUp__r1cRe{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes QuestionScreen_fadeInDown__94RPk{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.QuestionScreen_moneyGoalHeadline__56W2t{animation:QuestionScreen_fadeInDown__94RPk .6s ease-out forwards;opacity:0}.QuestionScreen_moneyGoalBody__rUEnU{animation:QuestionScreen_fadeInDown__94RPk .6s ease-out .1s forwards;opacity:0}.QuestionScreen_moneyGoalAnswerContainer__MtGSn,.QuestionScreen_moneyGoalButtonContainer__wodzS{animation:QuestionScreen_fadeInDown__94RPk .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedHeadline__hBish{animation:QuestionScreen_fadeInUp__r1cRe .6s ease-out forwards;opacity:0}.QuestionScreen_animatedBody__2WibQ{animation:QuestionScreen_fadeInUp__r1cRe .6s ease-out .2s forwards;opacity:0}.QuestionScreen_animatedAnswerContainer___aVWF{animation:QuestionScreen_fadeInUp__r1cRe .6s ease-out .15s forwards;opacity:0}.QuestionScreen_animatedButtonContainer__1R4bk{animation:QuestionScreen_fadeInUp__r1cRe .6s ease-out .2s forwards;opacity:0}.QuestionScreen_bodyText__ilk0g{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__ilk0g{color:#bbb}}.QuestionScreen_answerContainer__HEP1E{width:100%;max-width:450px;margin-bottom:2rem}.QuestionScreen_questionText__wnvEg+.QuestionScreen_answerContainer__HEP1E{margin-top:2rem}.QuestionScreen_inputWrapper__WtCsT{position:relative;width:100%}.QuestionScreen_inputPrefix__6BEL4{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__6BEL4{color:#aaa}}.QuestionScreen_textInputWithPrefix__GmOmG{padding-left:2.5rem!important}.QuestionScreen_buttonContainer__QJbDP{width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;margin-top:72px}.QuestionScreen_answerContainer__HEP1E+.QuestionScreen_buttonContainer__QJbDP{margin-top:48px}.QuestionScreen_answerContainer__HEP1E:has(+.QuestionScreen_buttonContainer__QJbDP){margin-bottom:0}.QuestionScreen_bodyText__ilk0g+.QuestionScreen_buttonContainer__QJbDP{margin-top:48px}.QuestionScreen_bodyText__ilk0g:has(+.QuestionScreen_buttonContainer__QJbDP){margin-bottom:0}.QuestionScreen_textInput__jwoTK{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__jwoTK:focus{border-color:#006781;background:#f2f4f5}.QuestionScreen_textInput__jwoTK:disabled{border-color:#e7e8ea;background:#f2f4f5;opacity:.6;cursor:not-allowed}.QuestionScreen_textInput__jwoTK::-moz-placeholder{color:#999}.QuestionScreen_textInput__jwoTK::placeholder{color:#999}@media(prefers-color-scheme:dark){.QuestionScreen_textInput__jwoTK{border-color:#444;background:#2a2a2a;color:#f0f0f0}.QuestionScreen_textInput__jwoTK:focus{border-color:#006781;background:#2a2a2a}.QuestionScreen_textInput__jwoTK:disabled{border-color:#444;background:#2a2a2a}.QuestionScreen_textInput__jwoTK::-moz-placeholder{color:#777}.QuestionScreen_textInput__jwoTK::placeholder{color:#777}}.QuestionScreen_inputError__vLvh7{border-color:#d32f2f!important;background:#fff5f5!important}@media(prefers-color-scheme:dark){.QuestionScreen_inputError__vLvh7{background:rgba(211,47,47,.15)!important}}.QuestionScreen_errorMessage__jiU_J{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__jiU_J{color:#f08080}}.QuestionScreen_optionsContainer__tBfd3{display:flex;flex-direction:column;gap:1rem;width:100%}.QuestionScreen_optionButton__Omg6Y{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__Omg6Y.QuestionScreen_selected__0gJLM{border-color:#006781;background:rgba(0,103,129,.15)}@media(prefers-color-scheme:dark){.QuestionScreen_optionButton__Omg6Y{background:#2a2a2a;color:#f0f0f0}.QuestionScreen_optionButton__Omg6Y.QuestionScreen_selected__0gJLM{border-color:#006781;background:rgba(0,103,129,.25)}}.QuestionScreen_optionText__Ks3ys{flex:1;text-align:left}.QuestionScreen_radioButton__rnRLN{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__qvzxc{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,0);transition:all .3s ease}.QuestionScreen_radioDot__qvzxc.QuestionScreen_checked__38I2B{background:#006781}.QuestionScreen_backButton__Uq6hS{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__Uq6hS:hover{background:rgba(0,103,129,.1);border-color:#006781}@media(prefers-color-scheme:dark){.QuestionScreen_backButton__Uq6hS{border-color:#5ad4ff;color:#5ad4ff}.QuestionScreen_backButton__Uq6hS:hover{background:rgba(90,212,255,.1)}}.QuestionScreen_nextButton__y9CDz{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__y9CDz:hover:not(.QuestionScreen_disabled__FlAhR){background:#4ac4ef}.QuestionScreen_nextButton__y9CDz.QuestionScreen_disabled__FlAhR{background:rgba(90,212,255,.3);color:rgba(0,0,0,.6);cursor:not-allowed;opacity:.6}@media(prefers-color-scheme:dark){.QuestionScreen_nextButton__y9CDz:hover:not(.QuestionScreen_disabled__FlAhR){background:#6ae0ff}.QuestionScreen_nextButton__y9CDz.QuestionScreen_disabled__FlAhR{color:hsla(0,0%,100%,.5)}}@media(max-width:768px){.QuestionScreen_questionText__wnvEg{font-size:20px;margin-bottom:1rem}.QuestionScreen_bodyText__ilk0g{font-size:14px;margin-bottom:2rem}.QuestionScreen_questionText__wnvEg+.QuestionScreen_answerContainer__HEP1E{margin-top:1rem}.QuestionScreen_textInput__jwoTK{font-size:16px;height:52px;padding:0 1.25rem}.QuestionScreen_optionButton__Omg6Y{font-size:16px;padding:.875rem 1rem;max-height:48px}.QuestionScreen_questionScreen__WLOZE{padding:0}.QuestionScreen_questionContainer__DZeoR{padding:40px 1rem 120px}.QuestionScreen_buttonContainer__QJbDP{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__QJbDP{background:#1a1a1a;border-top-color:#333;box-shadow:0 -2px 10px rgba(0,0,0,.3)}}@media(max-width:768px){.QuestionScreen_backButton__Uq6hS,.QuestionScreen_nextButton__y9CDz{width:calc(100% - 2rem);max-width:100%;min-width:unset;box-sizing:border-box}.QuestionScreen_backButton__Uq6hS{margin-top:.5rem}}@media(max-width:480px){.QuestionScreen_questionText__wnvEg{font-size:24px}.QuestionScreen_buttonContainer__QJbDP{padding:.875rem}.QuestionScreen_backButton__Uq6hS,.QuestionScreen_nextButton__y9CDz{width:calc(100% - 1.75rem)}}@media(max-width:600px){.QuestionScreen_optionButton__Omg6Y{font-size:14px}}.discovery_app__lk_79{--discovery-max-width:960px;justify-content:center}.discovery_app__lk_79,.discovery_infoScreen__YqQU8{width:100%;min-height:100vh;display:flex;align-items:center}.discovery_infoScreen__YqQU8{flex-direction:column;justify-content:flex-start;padding:0;background:linear-gradient(180deg,#e8f4f8,#fbfcfe)}@media(prefers-color-scheme:dark){.discovery_infoScreen__YqQU8{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.discovery_infoContainer__jpX0O{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__E1AQ0{width:100%;max-width:200px;margin-bottom:2rem}.discovery_progressBar__Ivyv0{width:100%;height:4px;background:#e7e8ea;border-radius:2px;overflow:hidden}@media(prefers-color-scheme:dark){.discovery_progressBar__Ivyv0{background:#333}}.discovery_progressBarFill__0E2tV{height:100%;background:#006781;border-radius:2px;transition:width .3s ease}@keyframes discovery_fadeInUp__IQ9kK{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.discovery_headline__SSNPq{color:#191c1d;font-size:28px;font-weight:500;font-family:Riforma LL,sans-serif;text-align:center;margin-bottom:1rem;line-height:1.2;letter-spacing:-.7px;max-width:600px;width:100%;animation:discovery_fadeInUp__IQ9kK .6s ease-out forwards;opacity:0;white-space:pre-line}@media(prefers-color-scheme:dark){.discovery_headline__SSNPq{color:#f0f0f0}}.discovery_subhead__ddLTd{color:#666;font-size:16px;text-align:center;margin-bottom:.5rem;animation:discovery_fadeInUp__IQ9kK .6s ease-out .1s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_subhead__ddLTd{color:#aaa}}.discovery_preCtaText__cH0s6{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__IQ9kK .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_preCtaText__cH0s6{color:#f0f0f0}}@media(max-width:600px){.discovery_preCtaText__cH0s6{font-size:18px}}.discovery_bodyText__6U3Ym{color:#666;font-size:20px;font-weight:400;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 2rem;line-height:1.5;max-width:600px;width:100%;animation:discovery_fadeInUp__IQ9kK .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_bodyText__6U3Ym{color:#bbb}}.discovery_bodyTextLarge__BZEwK{color:#1a1a1a;font-size:32px;font-weight:500;font-family:Riforma LL,sans-serif;text-align:center;margin:0 auto 2rem;line-height:1.4;letter-spacing:-.5px;max-width:600px;width:100%;animation:discovery_fadeInUp__IQ9kK .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_bodyTextLarge__BZEwK{color:#f0f0f0}}@media(max-width:600px){.discovery_bodyTextLarge__BZEwK{font-size:18px}}.discovery_infoTextHeadline__I80SN{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;max-width:600px;width:100%;animation:discovery_fadeInUp__IQ9kK .6s ease-out .1s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_infoTextHeadline__I80SN{color:#f0f0f0}}@media(max-width:600px){.discovery_infoTextHeadline__I80SN{font-size:28px}}.discovery_infoTextBody__JOQp0{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;max-width:600px;width:100%;animation:discovery_fadeInUp__IQ9kK .6s ease-out .15s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_infoTextBody__JOQp0{color:#aaa}}@media(max-width:600px){.discovery_infoTextBody__JOQp0{font-size:16px}}.discovery_continueButton__u1mk1{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__IQ9kK .6s ease-out .2s forwards;opacity:0}.discovery_continueButton__u1mk1:hover{background:#444}@media(prefers-color-scheme:dark){.discovery_continueButton__u1mk1{background:#555;color:#fff}.discovery_continueButton__u1mk1:hover{background:#666}}@media(max-width:768px){.discovery_continueButton__u1mk1{min-width:unset;width:100%;max-width:400px}}.discovery_ctaButton__FPpwx{background:#333;color:#fff}.discovery_ctaButton__FPpwx:hover{background:#444}.discovery_buttonContainer__uzWTY,.discovery_heroImageWrapper__gNLi0{display:flex;justify-content:center;width:100%}.discovery_heroImageWrapper__gNLi0{max-width:400px;margin-bottom:2rem;animation:discovery_fadeInUp__IQ9kK .8s ease-out .3s forwards;opacity:0}.discovery_heroImageWrapper__gNLi0 img{max-width:100%;height:auto}.discovery_blurImageWrapper__q_FX2{width:100%;max-width:400px;display:flex;justify-content:center;animation:discovery_fadeInUp__IQ9kK .8s ease-out .3s forwards;opacity:0}.discovery_blurImageInner__a2_2z{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__R97ds{display:block;width:100%;height:auto;border-radius:12px}.discovery_stashWayCard__uVsQe{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__IQ9kK .6s ease-out .2s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_stashWayCard__uVsQe{background:#2a2a2a;box-shadow:0 2px 16px rgba(0,0,0,.3)}}.discovery_stashWayItem__Fjv_U{display:flex;align-items:flex-start;justify-content:space-between;padding:.75rem 0}.discovery_stashWayItem__Fjv_U:not(:last-child){border-bottom:1px solid #f0f0f0}@media(prefers-color-scheme:dark){.discovery_stashWayItem__Fjv_U:not(:last-child){border-bottom-color:#444}}.discovery_stashWayItemText__t_R3d{flex:1}.discovery_stashWayItemTitle__vl6pz{font-size:15px;font-weight:600;color:#1a1a1a;font-family:Inter,sans-serif;margin-bottom:2px}@media(prefers-color-scheme:dark){.discovery_stashWayItemTitle__vl6pz{color:#f0f0f0}}.discovery_stashWayItemDesc__Gf_zn{font-size:14px;color:#666;font-family:Inter,sans-serif}@media(prefers-color-scheme:dark){.discovery_stashWayItemDesc__Gf_zn{color:#aaa}}.discovery_stashWayCheck__Tcmid{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__Tcmid svg{width:14px;height:14px;fill:#fff}.discovery_growthChartWrapper__OVwaS{width:100%;max-width:420px;margin-bottom:1.5rem;animation:discovery_fadeInUp__IQ9kK .6s ease-out .2s forwards;opacity:0}.discovery_growthChartWrapper__OVwaS img{width:100%;height:auto;display:block}.discovery_chartDisclaimer__ZIIcL{font-size:12px;color:#999;text-align:center;margin-bottom:2rem;max-width:420px;line-height:1.4;animation:discovery_fadeInUp__IQ9kK .6s ease-out .2s forwards;opacity:0}@media(prefers-color-scheme:dark){.discovery_chartDisclaimer__ZIIcL{color:#777}}.discovery_disclaimerToggle__5flsz{background:none;border:none;padding:0;font-size:inherit;line-height:inherit;color:#33b3d8;cursor:pointer;text-decoration:underline}.discovery_disclaimerToggle__5flsz:hover{color:#2a9abd}@media(prefers-color-scheme:dark){.discovery_disclaimerToggle__5flsz{color:#4dc9f6}.discovery_disclaimerToggle__5flsz:hover{color:#33b3d8}}.discovery_amountHighlight__Qhe6C{color:#006781;font-weight:700}.discovery_analyzingScreen__PxaEm{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__f_O1t{margin-top:20px;margin-bottom:12px;animation:discovery_fadeInUp__IQ9kK .8s ease-out forwards;opacity:0}.discovery_checkAnimationWrapper__f_O1t>div{margin:0!important}@keyframes discovery_pulse__hbU7G{0%,to{opacity:.6}50%{opacity:1}}.discovery_analyzingText__V0G_M{color:#ccc;font-size:16px;font-family:Inter,sans-serif;text-align:center;line-height:1.6;animation:discovery_fadeInUp__IQ9kK .6s ease-out .3s forwards;opacity:0}.discovery_analyzingText__V0G_M span{display:block;animation:discovery_pulse__hbU7G 2s ease-in-out infinite}.discovery_teaseScreen__chiMO{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__chiMO{background:linear-gradient(180deg,#0d2a33,#1a1a1a)}}.discovery_teaseImageWrapper__Z4gVg{width:100%;max-width:500px;margin-top:80px;margin-bottom:-10rem;display:flex;justify-content:center;animation:discovery_fadeInUp__IQ9kK .8s ease-out forwards;opacity:0}.discovery_teaseImageInner__qDxWk{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__hLU5e{display:block;width:100%;height:auto;border-radius:12px}.discovery_teaseImageInner__qDxWk: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__ID3Vh{display:flex;flex-direction:column;align-items:center;padding:0 2rem;max-width:var(--discovery-max-width);width:100%}@media(max-width:768px){.discovery_infoContainer__jpX0O{padding:40px 1rem 120px}.discovery_teaseContent__ID3Vh{padding-bottom:120px}.discovery_buttonContainer__uzWTY{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__uzWTY{box-shadow:0 -4px 12px rgba(0,0,0,.25)}}@media(max-width:768px){.discovery_headline__SSNPq{font-size:20px}.discovery_bodyText__6U3Ym{font-size:14px}.discovery_bodyTextLarge__BZEwK{font-size:16px}.discovery_blurImageWrapper__q_FX2,.discovery_heroImageWrapper__gNLi0{max-width:300px}.discovery_teaseImageWrapper__Z4gVg{margin-top:40px;max-width:350px;margin-bottom:-6rem}.discovery_continueButton__u1mk1{min-width:unset;width:100%}}@media(max-width:480px){.discovery_headline__SSNPq{font-size:22px}}.discovery_discoveryFooter__CR96v{background:#f2f4f5;padding:60px 100px;border-top:1px solid #e0e0e0}@media(prefers-color-scheme:dark){.discovery_discoveryFooter__CR96v{background:#1a1c1e;border-top-color:#333}}@media(max-width:768px){.discovery_discoveryFooter__CR96v{padding:40px 24px}}.discovery_discoveryFooterInner__eK2_d{max-width:960px;margin:0 auto}.discovery_discoveryFooterInner__eK2_d p{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;color:#40484c;margin:0 0 20px}.discovery_discoveryFooterInner__eK2_d p:last-child{margin-bottom:0}@media(prefers-color-scheme:dark){.discovery_discoveryFooterInner__eK2_d p{color:#9aa0a6}}.discovery_discoveryFooterInner__eK2_d a{color:#40484c;text-decoration:underline}.discovery_discoveryFooterInner__eK2_d a:hover{color:#006781}@media(prefers-color-scheme:dark){.discovery_discoveryFooterInner__eK2_d a{color:#9aa0a6}.discovery_discoveryFooterInner__eK2_d a:hover{color:#4dc9f6}}.CheckAnimation_checkAnimation__ojq1z{display:flex;justify-content:center;align-items:center;margin:0 0 60px;width:100%}