.DeckReadyNotification_notification__uRtbZ{position:fixed;top:1.25rem;right:1.25rem;background:#fff;border:1px solid #e1e1e1;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.12);max-width:25rem;width:calc(100vw - 2.5rem);z-index:9999;transform:translateX(calc(100% + 2.5rem));transition:transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.DeckReadyNotification_notification__uRtbZ.DeckReadyNotification_visible__Fsj3S{transform:translateX(0)}.DeckReadyNotification_notification__uRtbZ.DeckReadyNotification_exiting__6Npjo{transform:translateX(calc(100% + 2.5rem))}.DeckReadyNotification_notificationContent__LOy7I{padding:1rem;display:flex;align-items:flex-start;gap:.75rem}.DeckReadyNotification_textContent__v5_2V{flex:1 1;padding-right:1.5rem}.DeckReadyNotification_textContent__v5_2V h4{font-size:var(--font-body);margin:0 0 .25rem;color:#141414}.DeckReadyNotification_textContent__v5_2V p{font-size:var(--font-label);color:#767676;margin:0;line-height:1.4}.DeckReadyNotification_dismissButton__YWtm7{position:absolute;top:.75rem;right:.75rem;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#767676;cursor:pointer;border-radius:.375rem;transition:all .2s ease}.DeckReadyNotification_dismissButton__YWtm7:hover{background:#fdfdfd;color:#141414}.DeckReadyNotification_actions__PP8dh{padding:0 1rem 1rem}.DeckReadyNotification_actions__PP8dh .DeckReadyNotification_primaryButton__72164{width:100%;padding:.625rem 1rem;background:#1a4a28;color:#fff;border:none;border-radius:.5rem;font-size:var(--font-label);cursor:pointer;transition:all .2s ease}.DeckReadyNotification_actions__PP8dh .DeckReadyNotification_primaryButton__72164:hover{background:#041d05;color:#ffd0df;transform:translateY(-1px)}.DeckReadyNotification_actions__PP8dh .DeckReadyNotification_primaryButton__72164:active{transform:translateY(0)}@media(max-width:768px){.DeckReadyNotification_notification__uRtbZ{top:3.75rem;right:.625rem;left:.625rem;width:auto;max-width:none}}.ProgressNotification_notification__R73Nu{position:fixed;top:1.25rem;right:1.25rem;background:#fff;border:1px solid hsla(0,0%,88%,.3);border-radius:.75rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06),0 20px 25px -5px rgba(0,0,0,.1);width:22.5rem;z-index:9999;transform:translateX(calc(100% + 2.5rem));transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.ProgressNotification_notification__R73Nu.ProgressNotification_visible__iuym0{transform:translateX(0)}.ProgressNotification_notification__R73Nu.ProgressNotification_exiting__MTKpr{transform:translateX(calc(100% + 2.5rem))}.ProgressNotification_notification__R73Nu.ProgressNotification_completed__sNY6Q .ProgressNotification_notificationContent__5gFMx{animation:ProgressNotification_completedPulse__z3FKK .3s ease}.ProgressNotification_notificationContent__5gFMx{padding:1rem}.ProgressNotification_header__LrEyE{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.ProgressNotification_title__N39QO{display:flex;align-items:center;gap:.5rem;font-size:var(--font-body);font-weight:500;color:#141414}.ProgressNotification_title__N39QO .ProgressNotification_checkIcon__s_ZYX{color:#1a4a28;animation:ProgressNotification_checkBounce__CiVpi .4s ease}.ProgressNotification_dismissButton__6QR0Q{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:none;border:none;color:hsla(0,0%,46%,.6);cursor:pointer;border-radius:.375rem;transition:all .2s ease}.ProgressNotification_dismissButton__6QR0Q:hover{background:hsla(0,0%,88%,.1);color:#767676}.ProgressNotification_description__KF3Pv{margin-bottom:.75rem}.ProgressNotification_description__KF3Pv p{font-size:var(--font-label);color:hsla(0,0%,46%,.8);margin:0;line-height:1.5}.ProgressNotification_progressContainer__nNeCr{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.ProgressNotification_progressBar__QUeVu{flex:1 1;height:.375rem;background:hsla(0,0%,88%,.2);border-radius:.1875rem;overflow:hidden;position:relative}.ProgressNotification_progressFill__A2RYj{height:100%;background:linear-gradient(90deg,#1a4a28,#215d32);border-radius:.1875rem;transition:width .3s ease;position:relative}.ProgressNotification_progressFill__A2RYj:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:ProgressNotification_shimmer__7Sm1R 1.5s infinite}.ProgressNotification_progressText__7L51j{font-size:.75rem;font-weight:500;color:#767676;min-width:2.1875rem;text-align:right}.ProgressNotification_primaryButton__S5mvO{width:100%;padding:.625rem 1rem;background:#1a4a28;color:#fff;border:none;border-radius:.5rem;font-size:var(--font-label);font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:.25rem}.ProgressNotification_primaryButton__S5mvO:hover{background:#041d05;transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,74,40,.3)}.ProgressNotification_primaryButton__S5mvO:active{transform:translateY(0)}@keyframes ProgressNotification_checkBounce__CiVpi{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes ProgressNotification_completedPulse__z3FKK{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes ProgressNotification_shimmer__7Sm1R{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@media(max-width:768px){.ProgressNotification_notification__R73Nu{top:3.75rem;right:.625rem;left:.625rem;width:auto}}.NotificationContainer_notificationContainer__MDkuc{position:fixed;top:0;right:0;z-index:9999;pointer-events:none}.NotificationContainer_notificationWrapper__wtS6Z{pointer-events:auto;transition:transform .3s ease}.AuthModal_modalBackdrop__Lh4y7{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.25rem;box-sizing:border-box;overflow-y:auto}.AuthModal_modalContent__5OX9u{position:relative;background-color:#fdfdfd;border-radius:8px;max-width:31.25rem;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;box-shadow:0 10px 40px rgba(0,0,0,.2)}@media(max-width:768px){.AuthModal_modalContent__5OX9u{padding:1.25rem;max-width:95%}}.AuthModal_closeButton__MHJ4O{position:absolute;top:1.25rem;right:1.25rem;background:transparent;border:none;cursor:pointer;color:#767676;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;z-index:10}.AuthModal_closeButton__MHJ4O:hover{color:#141414}.AuthModal_header__B_N12{text-align:center;margin-bottom:2rem}@media(max-width:768px){.AuthModal_header__B_N12{margin-bottom:1.5rem}}.AuthModal_title__zKixJ{font-size:var(--font-h5);color:#141414;margin:0 0 .75rem;line-height:1.3}.AuthModal_subtitle__2_vDe{font-size:var(--font-body);color:#767676;margin:0;line-height:1.5}.AuthModal_authFormContainer__X_ci9{width:100%}.Auth_authContainer__fUbn6{position:fixed;top:0;left:0;width:100%;height:100vh;overflow:auto;display:flex;background-color:#fdfdfd;padding:1.25rem;box-sizing:border-box}.Auth_authContainer__fUbn6 .Auth_loginSide__FKCVu{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.125rem;position:relative}.Auth_authContainer__fUbn6 .Auth_imageSide__eakar{width:50%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:8px;margin:.5rem}.Auth_contentOverlay__I6SJl{position:relative;width:100%;max-width:25rem}.Auth_logo__PUE5j{position:absolute;top:1.25rem;left:1.875rem;font-size:1.25rem;color:#1a4a28;z-index:10}.Auth_authForm__PiMEe{width:100%;max-width:25rem;text-align:center}.Auth_title__6OLTJ{font-size:var(--font-h5);line-height:1.5;margin-bottom:1.875rem}.Auth_title__6OLTJ .Auth_regularText__7bB7s{color:#141414}.Auth_title__6OLTJ .Auth_highlightedText__s_oq5{background:#1a4a28;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#1a4a28;display:inline-block}.Auth_titleCompact__xLq5H{font-size:var(--font-h6);line-height:var(--line-height-h6);margin-bottom:.75rem}.Auth_titleCompact__xLq5H .Auth_regularText__7bB7s{color:#141414}.Auth_titleCompact__xLq5H .Auth_highlightedText__s_oq5{background:#1a4a28;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#1a4a28;display:inline-block}@media(max-width:768px){.Auth_titleCompact__xLq5H{font-size:var(--font-body);line-height:var(--line-height-body)}}.Auth_divider__86UKk{display:flex;align-items:center;text-align:center;color:#767676;margin:.25rem 0}.Auth_divider__86UKk:after,.Auth_divider__86UKk:before{content:"";flex:1 1;border-bottom:1px solid #e1e1e1}.Auth_divider__86UKk:before{margin-right:.5rem}.Auth_divider__86UKk:after{margin-left:.5rem}.Auth_termsText__cLOTO{font-size:var(--font-label);color:#767676;margin-top:.625rem;text-align:center!important;width:80%;margin-inline:auto}.Auth_termsText__cLOTO a{text-decoration:underline;color:#767676}.Auth_formBackground___5npF{background-color:#f4f4f4;border-radius:4px;border:1px solid #e1e1e1}.Auth_email__tE3Qn,.Auth_name__j4N0K{width:100%;height:3rem;border-radius:999px;padding-inline:1.25rem;padding:15px 40px;margin-top:1.25rem}.Auth_email__tE3Qn::placeholder,.Auth_name__j4N0K::placeholder{color:#767676}.Auth_name__j4N0K{margin-top:.625rem}.Auth_inputGroup__rhPtN{margin-bottom:.625rem;width:100%}.Auth_continueSlogan__D7_SE{margin-block:.9375rem;text-align:center;align-items:center}.Auth_continueBtn__nzH7D{width:100%}.Auth_continueBtn__nzH7D .applyBtn{background-color:#141414!important;color:#fff!important;width:100%!important;height:2.5rem;border-radius:999px;border:none}.Auth_continueBtn__nzH7D.Auth_resendBtn__iskez{margin-top:.625rem}.Auth_continueBtn__nzH7D button:disabled{cursor:not-allowed}.Auth_continueBtn__nzH7D button:disabled,.Auth_continueBtn__nzH7D button:disabled:hover{background-color:#767676!important;color:#fff!important}.Auth_socialBtn__nhVyh{width:100%;margin-bottom:.9375rem;border-radius:4px;display:flex;align-items:center;justify-content:center}.Auth_socialBtn__nhVyh .applyBtn{background-color:#f4f4f4!important;color:#141414!important;width:100%!important;height:2.5rem;border-radius:999px;border:1px solid #e1e1e1;display:flex;align-items:center;justify-content:center;gap:.9375rem}.Auth_socialBtn__nhVyh .applyBtn:active{background-color:#1a4a28!important;color:#fff!important}.Auth_accept__HoL9v{display:inline-flex;justify-content:flex-start;align-items:center;font-size:var(--font-body);border-radius:4px}.Auth_accept__HoL9v input{vertical-align:middle;margin-right:.6875rem}.Auth_accept__HoL9v span{margin-left:.3125rem;color:#1a4a28}.Auth_authFlow__A1g3A div[class^=Wrapper_wrapper]{padding-bottom:5.6875rem}.Auth_actionfnbuttons__cH9fb{text-align:center;display:flex;justify-content:center}.Auth_actionfnbuttons__cH9fb button{border-radius:999px!important;font-size:var(--font-label)!important;padding-inline:1.25rem!important;background-color:#023ed8!important;border:none;color:#fff;height:2.5rem!important}.Auth_actionfnbuttons__cH9fb button>div{flex-direction:row-reverse!important}.Auth_actionfnbuttons__cH9fb button svg{width:1.25rem!important}.Auth_fbBtn__IwKzK{padding-inline:1.25rem;display:flex;align-items:center;justify-content:center}.Auth_actionbuttons__2a6VC{text-align:center;display:flex;justify-content:center;width:100%}.Auth_errorMsg__QmiEV{margin-bottom:.8125rem;padding-inline:1.25rem;margin-top:.625rem;color:red;text-align:left}.Auth_loadingFb__7AjHf{display:inline-flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:fixed;inset:0;z-index:1;background-color:transparent}.Auth_loader__0MnrA{position:absolute;left:50vw;top:50vh;padding:0;width:auto}@media(max-width:991px){.Auth_authContainer__fUbn6{flex-direction:column;padding:.625rem}.Auth_authContainer__fUbn6 .Auth_loginSide__FKCVu{width:100%;padding:1.25rem}.Auth_authContainer__fUbn6 .Auth_imageSide__eakar{display:none}.Auth_authContainer__fUbn6 .Auth_logo__PUE5j{position:relative;top:0;left:0;margin:1.25rem auto;text-align:center}.Auth_authContainer__fUbn6 .Auth_authForm__PiMEe{max-width:100%}}.Auth_otpCodeValidation__V0L4F{display:flex;gap:8px;justify-content:center;margin-block:1.875rem}.Auth_otpCodeValidation__input__XRNTL{width:40px;height:50px;font-size:24px;text-align:center;border:1px solid #ccc;border-radius:4px}.Auth_otpCodeValidation__linkButton__pFynk{color:#1a4a28;background:none;border:none;cursor:pointer;font:inherit;margin-top:.75rem}.Auth_otpCodeValidation__postButtons__DfKZg{display:flex;gap:.625rem;margin-top:.625rem}.Auth_otpCodeValidation__postButton__G77j_{background-color:#f4f4f4!important}.Auth_otpCodeValidation__continueButton__a8kP2:disabled{cursor:not-allowed}.Auth_forgotPassword__J__Mk{text-align:right;margin-top:.5rem;font-size:var(--font-label);text-decoration:underline;color:#767676}@media(max-width:450px){.Auth_authContainer__fUbn6{padding:.3125rem}.Auth_authContainer__fUbn6 .Auth_authForm__PiMEe{padding:0}.Auth_authContainer__fUbn6 .Auth_imageSide__eakar{height:12.5rem}}.Auth_animationWrapper__qpJR0{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.Auth_imageSide__eakar{position:relative}.Auth_referralBanner__ooSPB{background:#fff;border-radius:4px;border:1px solid #e1e1e1;padding:1.25rem;display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.Auth_referralBanner__ooSPB{padding:1rem;gap:.75rem}}.Auth_referralIcon__Hp_zJ{flex-shrink:0;color:#041d05}@media(max-width:768px){.Auth_referralIcon__Hp_zJ{width:1.5rem;height:1.5rem}}.Auth_referralContent__2Ko5A{flex:1 1;text-align:left}.Auth_referralTitle__SqKkd{font-size:var(--font-body);color:#041d05;margin-bottom:.375rem}.Auth_referralSubtitle__Vm4ti{font-size:var(--font-label);color:#767676}