.FormGroup_formGroup__8PyJZ{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:32px;transition:all .3s ease}@media screen and (max-width:639px){.FormGroup_formGroup__8PyJZ{padding:0 20px;gap:30px}}.FormGroup_emailInputContainer__7BTG0{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:440px;height:48px;transition:all .3s ease}@media screen and (max-width:639px){.FormGroup_emailInputContainer__7BTG0{width:100%}}.FormGroup_emailInput__vCrUp{width:100%;padding:12px;border:1px solid #bababa;border-radius:100px;font-family:var(--font-poppins),sans-serif;font-weight:400;font-size:.875rem;line-height:1.4;color:#060614;outline:none;transition:all .3s ease}.FormGroup_emailInput__vCrUp::placeholder{color:#8c8c8c;transition:color .2s ease}.FormGroup_emailInput__vCrUp:focus{border-color:#060614;transform:scale(1.01)}.FormGroup_onChangeMessage__RkNRQ{color:#8c8c8c;font-family:var(--font-poppins),sans-serif;font-weight:400;font-size:.875rem;line-height:100%;letter-spacing:0;text-align:center;display:block;margin-top:8px;transition:opacity .3s ease;animation:FormGroup_fadeIn__mfU0n .3s ease}.FormGroup_checkboxContainer___60iu{width:75%;display:flex;align-items:center;gap:12px;padding:20px 14px;background-color:#f3f3f3;border-radius:10px;margin-top:12px;transition:all .3s ease}.FormGroup_checkboxContainer___60iu:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.05)}@media screen and (max-width:639px){.FormGroup_checkboxContainer___60iu{width:100%;text-align:left;gap:24px}}.FormGroup_customCheckbox__nPXVQ{position:relative;width:28px;height:28px;cursor:pointer;transition:transform .2s ease}.FormGroup_customCheckbox__nPXVQ:hover{transform:scale(1.05)}.FormGroup_customCheckbox__nPXVQ input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.FormGroup_customCheckbox__nPXVQ .FormGroup_checkboxStyle__Ne_pT{position:absolute;top:0;left:0;width:28px;height:28px;border:1px solid #060614;border-radius:3.5px;background-color:rgba(0,0,0,0);transition:all .3s ease}.FormGroup_customCheckbox__nPXVQ .FormGroup_checkboxStyle__Ne_pT:after{content:"";position:absolute;display:none;left:10px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .2s ease}.FormGroup_customCheckbox__nPXVQ input[type=checkbox]:checked~.FormGroup_checkboxStyle__Ne_pT{background-color:#060614;transform:scale(1.05)}.FormGroup_customCheckbox__nPXVQ input[type=checkbox]:checked~.FormGroup_checkboxStyle__Ne_pT:after{display:block;animation:FormGroup_checkmark__PR_OH .2s ease-in-out}.FormGroup_checkboxLabel__OmrX5{font-family:var(--font-poppins),sans-serif;font-weight:500;font-size:.75rem;line-height:1.27;color:#8c8c8c;transition:color .3s ease}@keyframes FormGroup_fadeIn__mfU0n{0%{opacity:0}to{opacity:1}}@keyframes FormGroup_checkmark__PR_OH{0%{transform:rotate(45deg) scale(0)}to{transform:rotate(45deg) scale(1)}}.PreviousAnswerCard_previousAnswerContainer__pxmt5{width:100%;animation:PreviousAnswerCard_fadeIn__v95cW .4s ease}.PreviousAnswerCard_selectedChoiceCard__YJs2_{display:flex;padding:16px;background-color:#f7f9ff;border-radius:8px;border:1px solid #e8e8e8;gap:12px;width:100%;align-items:center;transition:all .3s ease}.PreviousAnswerCard_selectedChoiceCard__YJs2_:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.08)}.PreviousAnswerCard_selectedChoiceImageContainer__hBVhe{width:48px;height:48px;border-radius:4px;overflow:hidden;flex-shrink:0;transition:all .3s ease}.PreviousAnswerCard_selectedChoiceImage__4ssZZ{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.PreviousAnswerCard_selectedChoiceImage__4ssZZ:hover{transform:scale(1.03)}.PreviousAnswerCard_selectedChoiceContent__mGfyT{display:flex;flex-direction:column;flex:1 1;transition:all .3s ease}.PreviousAnswerCard_selectedChoiceLabel__pFtUj{font-weight:600;font-size:1rem;line-height:24px;color:#060614}.PreviousAnswerCard_selectedChoiceSubLabel__kwjEX{font-size:.875rem;line-height:20px;color:#8c8c8c;margin-top:4px}.PreviousAnswerCard_otherButton__Y2bvh{white-space:nowrap;margin-left:auto;flex-shrink:0;transition:all .3s ease}.PreviousAnswerCard_otherButton__Y2bvh:hover{transform:translateY(-2px)}@keyframes PreviousAnswerCard_fadeIn__v95cW{0%{opacity:0}to{opacity:1}}.Question_question__D6ZvQ{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-height:100%;margin:0 auto;padding:24px;text-align:center;animation:Question_slideIn__xToM_ .4s ease-in-out;transition:all .3s ease}@media screen and (max-width:639px){.Question_question__D6ZvQ{padding:16px 16px 100px;flex:1 1}}.Question_title__x9OI6{font-family:var(--font-poppins),sans-serif;font-weight:600;font-size:1.5rem;line-height:100%;letter-spacing:0;text-align:center;animation:Question_fadeDown___J_TB .5s ease-in-out}@media screen and (max-width:639px){.Question_title__x9OI6{font-size:1.25rem;margin-top:8px;margin-bottom:16px}}.Question_description__IH4FZ{font-size:1rem;color:#707070;margin-bottom:32px;animation:Question_fadeDown___J_TB .5s ease-in-out .1s forwards;opacity:0}@media screen and (max-width:639px){.Question_description__IH4FZ{font-size:.875rem;margin-bottom:24px}}.Question_choices__LgHOu{animation:Question_fadeIn__Ubtdd .4s ease-in-out .2s forwards;opacity:0}.Question_choicesGrid__SKrIG{max-width:100%;height:98%;display:grid;grid-gap:24px;padding-bottom:24px}@media screen and (max-width:639px){.Question_choicesGrid__SKrIG{height:auto;grid-gap:16px;grid-template-rows:min-content}}.Question_choicesList__lBySx{width:100%;display:flex;flex-direction:column;gap:20px}.Question_choiceWrapper__ydsjD{width:100%;transition:transform .3s ease}@media screen and (max-width:639px){.Question_choiceWrapper__ydsjD{justify-content:center}}.Question_choiceWrapper__ydsjD:hover{transform:translateY(-3px)}.Question_previousAnswerContainer__xynqt{margin-bottom:20px;width:100%;display:flex;flex-direction:column;align-items:center}.Question_selectedChoiceCard__Qiy0G{display:flex;padding:16px;background-color:#f3f3f3;border-radius:12px;width:100%;max-width:500px;margin-bottom:16px;box-shadow:0 2px 4px rgba(0,0,0,.05);align-items:center}.Question_selectedChoiceImageContainer__ualG_{width:48px;height:48px;margin-right:16px;display:flex;align-items:center;justify-content:center}.Question_selectedChoiceImage__SbTPa{max-width:100%;max-height:100%;object-fit:contain}.Question_selectedChoiceContent__kKE6R{display:flex;flex-direction:column;flex:1 1}.Question_selectedChoiceLabel__o_7oE{font-size:1rem;font-weight:600;color:#060614;margin-bottom:4px}.Question_selectedChoiceSubLabel__fA7bi{font-size:.875rem;color:#707070}.Question_otherButton__eoNtU{padding:10px 24px;margin-top:8px;border-radius:8px;font-weight:500;background-color:#060614;color:#fff}.Question_otherButton__eoNtU:hover{background-color:#383838}.Question_selectedChoiceGroupName__s9x5N{font-size:.875rem;font-weight:600;color:#707070;margin-bottom:6px;background-color:#e8e8e8;padding:2px 8px;border-radius:12px;display:inline-block}.Question_multipleChoiceHint__gJ4Rx{text-align:center;margin-top:32px;font-size:.875rem;color:rgba(0,0,0,.6)}.Question_multipleChoice__1Tozg{margin-top:16px;font-size:.875rem;color:#8c8c8c}@keyframes Question_slideIn__xToM_{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes Question_fadeDown___J_TB{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes Question_fadeIn__Ubtdd{0%{opacity:0}to{opacity:1}}.DesktopLayout_container__unZmN{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;position:relative}.DesktopLayout_backgroundImage__0QQxA{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important;object-fit:cover;z-index:0}.DesktopLayout_content__k_SYI{position:relative;display:flex;flex-direction:column;gap:0;height:592px;max-width:900px;width:calc(100vw - 100px);background-color:#fff;border-radius:24px;box-shadow:0 0 36px 0 rgba(0,0,0,.2196078431);overflow-y:auto;scrollbar-width:none;z-index:1}.DesktopLayout_content__k_SYI::-webkit-scrollbar{display:none}.DesktopLayout_content__k_SYI.DesktopLayout_slideInNext__DxZBv{animation:DesktopLayout_slideInFromRight__d3h8V .4s ease-in-out}.DesktopLayout_content__k_SYI.DesktopLayout_slideInPrev__R4qRR{animation:DesktopLayout_slideInFromLeft__l8UW4 .4s ease-in-out}@keyframes DesktopLayout_slideInFromRight__d3h8V{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes DesktopLayout_slideInFromLeft__l8UW4{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.DesktopLayout_header__2eLUV{display:flex;flex-shrink:1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:72px;padding:20px}.DesktopLayout_questionContainer__nV7km{flex:1 1;display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;align-items:center;overflow-y:auto;scrollbar-width:none}.DesktopLayout_questionContainer__nV7km::-webkit-scrollbar{display:none}.DesktopLayout_footer__Ob_jX{display:grid;grid-template-columns:170px minmax(0,auto) 170px;background-color:#f3f3f3;align-items:center;height:72px;width:100%;padding:20px;border-radius:0 0 16px 16px;transition:opacity .3s ease;grid-gap:10px;gap:10px}.DesktopLayout_leftSection__4kySy{display:flex;justify-content:flex-start;width:100%}.DesktopLayout_centerSection__n93Ty{display:flex;justify-content:center;align-items:center;width:100%;overflow:hidden;position:relative}.DesktopLayout_rightSection__vdUt6{display:flex;justify-content:flex-end;width:100%}.DesktopLayout_nextButton__6Intz{width:100%;max-width:170px}.DesktopLayout_closeButton__U8CJs{position:absolute;top:20px;right:20px;z-index:20;cursor:pointer}.DesktopLayout_chevronRightIcon__2S_eO path{fill:#fff;transition:transform .2s ease-in-out}.DesktopLayout_chevronLeftIcon__cKyog path{fill:#060614;transition:transform .2s ease-in-out}.DesktopLayout_emptySpace__QQPAk{flex:1 1}.ProgressIndicator_progressIndicator__n_1MM{display:flex;align-items:center;justify-content:center;width:100%;position:relative;overflow:hidden}.ProgressIndicator_dotsWrapper__l9_yG{display:flex;align-items:center;gap:8px;padding:16px 0;position:relative;transition:transform .3s ease}.ProgressIndicator_progressDot__QfP_s{width:8px;height:8px;border-radius:50%;background-color:#d1d1d1;flex-shrink:0}.ProgressIndicator_progressDotActive__6hDHx{background-color:#060614;z-index:1}.MobileLayout_container___DBN4{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:#fff;padding:0;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden}.MobileLayout_content__K2K0a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;max-height:100vh;width:100%;max-width:100%;height:100%;background-color:#fff;border-radius:0;box-shadow:none;overflow-y:auto;scrollbar-width:none}.MobileLayout_content__K2K0a::-webkit-scrollbar{display:none}.MobileLayout_content__K2K0a.MobileLayout_slideInNext__7kB8p{animation:MobileLayout_slideInFromRight__xutzb .4s ease-in-out}.MobileLayout_content__K2K0a.MobileLayout_slideInPrev__ZBv3V{animation:MobileLayout_slideInFromLeft__HPJQQ .4s ease-in-out}@keyframes MobileLayout_slideInFromRight__xutzb{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes MobileLayout_slideInFromLeft__HPJQQ{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.MobileLayout_questionContainer__U3WTV{flex:1 1;overflow-y:auto;scrollbar-width:none;align-items:center;justify-content:center;height:76px;width:100%;transition:opacity .3s ease;padding:0;margin:0;align-items:stretch;position:-webkit-sticky;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(0,0,0,.05);height:70px}.MobileLayout_header__nG6aN{display:flex;flex-direction:row;align-items:center;width:100%;height:70px;padding:0 20px;position:relative;justify-content:center;background-color:#f3f3f3}.MobileLayout_backButton__GdUnV{border:none;background:none;font-size:.75rem;color:#060614;cursor:pointer;display:flex;align-items:center;justify-content:flex-start;gap:6px;padding:0;font-weight:500;position:absolute!important;left:2px!important;top:50%;transform:translateY(-50%) scale(1);z-index:20;text-align:left;transition:all .3s ease-in-out;width:-moz-fit-content;width:fit-content}.MobileLayout_backButton__GdUnV:hover{transform:translateY(-52%) scale(1.07)}.MobileLayout_backButton__GdUnV:active{transform:translateY(-46%) scale(.93)}.MobileLayout_contentFooter__JNR7J{position:fixed;bottom:0;left:0;right:0;justify-content:center;z-index:100;padding:30px;background:linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.5) 50%,rgb(255,255,255))}.MobileLayout_nextButton__YMuNx{width:100%;background-color:#060614;color:#fff;border-radius:100px;font-weight:500;font-size:1rem;padding:12px 20px;transition:all .3s ease-in-out}.MobileLayout_nextButton__YMuNx:hover{transform:translateY(-2px)}.MobileLayout_chevronRightIcon__YQMNa path{fill:#fff;transition:transform .2s ease-in-out}.MobileLayout_chevronLeftIcon__De3Kt path{fill:#060614;transition:transform .2s ease-in-out}.QuizLayout_slideInNext__Fvi_K{animation:QuizLayout_slideInFromRight__ByeTI .4s ease-in-out}.QuizLayout_slideInPrev__9h9yc{animation:QuizLayout_slideInFromLeft__k2bMz .4s ease-in-out}@keyframes QuizLayout_slideInFromRight__ByeTI{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes QuizLayout_slideInFromLeft__k2bMz{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.input_inputWrapper__Ins_l{display:flex;flex-direction:column;gap:4px;width:100%}.input_label__p1o1A{line-height:140%;font-size:.875rem;font-weight:500;color:#060614}.input_inputContainer__smMYz{display:flex;align-items:center;height:40px;border:1px solid #a3a3a3;border-radius:100px;padding:0 12px;transition:all .2s ease-in-out;background-color:#fff}.input_inputContainer__smMYz.input_large__GpXWe{height:48px}.input_inputContainer__smMYz:focus-within{border-color:#060614}.input_inputContainer__smMYz.input_error__uTnOp{border-color:#ef4444}.input_inputContainer__smMYz.input_borderless__MIwgM{border:none}.input_inputContainer__smMYz.input_gap-none__VuO5I{gap:0}.input_inputContainer__smMYz.input_gap-small__Gpey7{gap:4px}.input_inputContainer__smMYz.input_gap-medium__FwR8u{gap:6px}.input_inputContainer__smMYz.input_gap-large__wzGZY{gap:8px}.input_input__HAPNr{flex:1 1;border:none;outline:none;background:none;line-height:140%;font-size:.875rem;font-weight:400;color:#060614;width:100%;height:38px}.input_input__HAPNr::placeholder{color:#a3a3a3}.input_input__HAPNr:is(:-webkit-autofill){-webkit-box-shadow:inset 0 0 0 30px #fff!important;border-radius:9999px!important}.input_input__HAPNr:is(:-webkit-autofill,:autofill){-webkit-box-shadow:inset 0 0 0 30px #fff!important;border-radius:9999px!important}.input_errorMessage__joEJK{line-height:140%;font-size:.75rem;font-weight:400;color:#8c8c8c;margin-top:4px}.CompleteForm_formGroup__X_HAH{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:32px;transition:all .3s ease;animation:CompleteForm_slideIn__EM8E5 .4s ease-in-out}@media screen and (max-width:639px){.CompleteForm_formGroup__X_HAH{padding:0 20px;gap:30px}}.CompleteForm_title__YDkbe{font-family:var(--font-poppins),sans-serif;font-weight:600;font-size:1.5rem;line-height:100%;letter-spacing:0;text-align:center;animation:CompleteForm_fadeDown__GJF39 .5s ease-in-out}@media screen and (max-width:639px){.CompleteForm_title__YDkbe{font-size:1.25rem;margin-top:8px;margin-bottom:16px}}.CompleteForm_emailInputContainer__A1O8s{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:440px;height:48px;transition:all .3s ease;animation:CompleteForm_fadeIn__F_HJB .4s ease-in-out .2s forwards;opacity:0}@media screen and (max-width:639px){.CompleteForm_emailInputContainer__A1O8s{width:100%}}.CompleteForm_skipButtonContainer__0zTz8{display:flex;align-items:center;justify-content:center;width:440px;margin-top:16px;animation:CompleteForm_fadeIn__F_HJB .4s ease-in-out .3s forwards;opacity:0}@media screen and (max-width:639px){.CompleteForm_skipButtonContainer__0zTz8{width:100%}}.CompleteForm_skipButton__yq7lK{width:100%;padding:14px 24px;background-color:#ff6b35;color:#fff;border:none;border-radius:100px;font-family:var(--font-poppins),sans-serif;line-height:140%;font-size:1rem;font-weight:500;letter-spacing:0;cursor:pointer;transition:all .3s ease;outline:none}.CompleteForm_skipButton__yq7lK:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,107,53,.3)}.CompleteForm_skipButton__yq7lK:active{transform:translateY(0);box-shadow:0 2px 8px rgba(255,107,53,.2)}.CompleteForm_emailInput__zuHYF{width:100%;padding:12px;border:1px solid #bababa;border-radius:100px;font-family:var(--font-poppins),sans-serif;font-weight:400;font-size:.875rem;line-height:1.4;color:#060614;outline:none;transition:all .3s ease}.CompleteForm_emailInput__zuHYF::placeholder{color:#8c8c8c;transition:color .2s ease}.CompleteForm_emailInput__zuHYF:focus{border-color:#060614;transform:scale(1.01)}.CompleteForm_onChangeMessage__FZSAN{color:#8c8c8c;font-family:var(--font-poppins),sans-serif;font-weight:400;font-size:.875rem;line-height:100%;letter-spacing:0;text-align:center;display:block;margin-top:8px;transition:opacity .3s ease;animation:CompleteForm_fadeIn__F_HJB .3s ease}.CompleteForm_checkboxContainer__0a87l{width:75%;display:flex;align-items:center;gap:12px;padding:20px 14px;background-color:#f3f3f3;border-radius:10px;margin-top:12px;transition:all .3s ease;animation:CompleteForm_fadeIn__F_HJB .4s ease-in-out .3s forwards;opacity:0}.CompleteForm_checkboxContainer__0a87l:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.05)}@media screen and (max-width:639px){.CompleteForm_checkboxContainer__0a87l{width:100%;text-align:left;gap:24px}}.CompleteForm_customCheckbox__QDi5S{position:relative;width:28px;height:28px;cursor:pointer;transition:transform .2s ease}.CompleteForm_customCheckbox__QDi5S:hover{transform:scale(1.05)}.CompleteForm_customCheckbox__QDi5S input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.CompleteForm_customCheckbox__QDi5S .CompleteForm_checkboxStyle__1qXsC{position:absolute;top:0;left:0;width:28px;height:28px;border:1px solid #060614;border-radius:3.5px;background-color:rgba(0,0,0,0);transition:all .3s ease}.CompleteForm_customCheckbox__QDi5S .CompleteForm_checkboxStyle__1qXsC:after{content:"";position:absolute;display:none;left:10px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);transition:all .2s ease}.CompleteForm_customCheckbox__QDi5S input[type=checkbox]:checked~.CompleteForm_checkboxStyle__1qXsC{background-color:#060614;transform:scale(1.05)}.CompleteForm_customCheckbox__QDi5S input[type=checkbox]:checked~.CompleteForm_checkboxStyle__1qXsC:after{display:block;animation:CompleteForm_checkmark__G2t3C .2s ease-in-out}.CompleteForm_checkboxLabel__lwbax{font-family:var(--font-poppins),sans-serif;font-weight:500;font-size:.75rem;line-height:1.27;color:#8c8c8c;transition:color .3s ease}@keyframes CompleteForm_slideIn__EM8E5{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes CompleteForm_fadeDown__GJF39{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes CompleteForm_fadeIn__F_HJB{0%{opacity:0}to{opacity:1}}@keyframes CompleteForm_checkmark__G2t3C{0%{transform:rotate(45deg) scale(0)}to{transform:rotate(45deg) scale(1)}}.chat_container__HC4en{width:100%;flex-direction:column;padding-top:9px}.chat_drawerHeader__6PqId{height:48px;justify-content:space-between;align-items:center;margin-bottom:21px}.chat_title__0rnql{gap:8px;line-height:140%;font-size:.875rem;font-weight:600}.chat_search__cqUys{margin-bottom:36px}.chat_chats__C9O5Y{flex-direction:column;margin-bottom:12px}.chat_chats__C9O5Y h1{font-size:13px;line-height:18.2px;font-weight:400;color:#8c8c8c;margin-bottom:12px}.chat_chat__P6BeJ{padding:10px 8px;border-radius:12px;font-size:15px;line-height:21px;font-weight:400}.chat_chat__P6BeJ:hover{background:#e8e8e8;cursor:pointer}.chat_content__oEFgr{height:100%;overflow-y:auto;flex-direction:column}.notifications_container__YIY9o{flex-direction:column;height:100%;width:100%}.notifications_content__11dXI{flex:1 1;overflow-y:auto;flex-direction:column;width:100%;margin-top:36px;padding:16px 0;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#d9d9d9 #fff}.notifications_allCaughtUp__pXaj2{flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 16px;text-align:center}.notifications_message__Sdajf{font-size:1rem;font-weight:500;color:#060614;margin-top:20px}.notifications_title__WMgoe{font-size:13px;font-weight:500;color:#8c8c8c;margin-bottom:10px}.header_header__ujubB{justify-content:space-between;align-items:center;gap:16px;width:100%;margin-top:13px}.header_left__T7I0M{gap:8px;align-items:center}.header_title__ZKIlw{font-size:15px;font-weight:500}.header_toggleWrapper__eswcW{align-items:center;font-size:.75rem;font-weight:500;gap:6px;margin-right:8px}@media screen and (max-width:639px){.header_toggleWrapper__eswcW{gap:4px}}.header_toggle__bWNZY{position:relative;display:inline-block;width:20px;height:12px}.header_input__2DhAQ{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.header_track__i06mT{width:100%;height:100%;background-color:#d1d1d1;border-radius:9999px;transition:background-color .2s}.header_input__2DhAQ:checked+.header_track__i06mT{background-color:#060614}.header_thumb__RCyh9{position:absolute;top:2px;left:1px;width:8px;height:8px;background-color:#fff;border-radius:9999px;box-shadow:0 0 2px rgba(0,0,0,.2);transition:transform .2s}.header_input__2DhAQ:checked+.header_track__i06mT+.header_thumb__RCyh9{transform:translateX(10px)}.header_menuButton__j_5d2{display:flex;align-items:center;cursor:pointer;border:none;border-radius:100px;padding:2px;gap:10px;background-color:rgba(0,0,0,0)}.header_menuButton__j_5d2:hover{background-color:#e8e8e8}.empty-state_emptyState__GP7fC{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:40px 16px;text-align:center}.empty-state_icon__MR3PF{margin:32px 0}.empty-state_title__eGrWI{font-size:1rem;font-weight:500;margin:0 0 8px}.empty-state_message__Lg82o{font-size:15px;font-weight:400;color:#a3a3a3;margin:0 0 24px}.notification-item_item__wfBtC{padding:10px;border-radius:8px;position:relative;cursor:pointer;transition:background-color .2s ease}.notification-item_hover__Y8v00{background-color:#f0f0f0}.notification-item_checkIcon__wJYa2{position:absolute;right:10px;bottom:10px;width:20px;height:20px;cursor:pointer}.notification-item_unreadDot__fYHvT{position:absolute;top:25px;left:1px;width:8px;height:8px;border-radius:50%;background-color:#ef4444}.notification-item_avatar__Iou5_{margin-right:12px;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.notification-item_placeholderAvatar__1Sa4R{width:100%;height:100%}.notification-item_content__1BNmT{flex-direction:column}.notification-item_message__F8Wyk{margin:0 0 4px;font-size:14px;line-height:1.4}.notification-item_time__71xXb{font-size:.75rem;color:#a3a3a3}.side-menu-mobile_overlay__uwtXi{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:rgba(6,6,20,.5);display:flex;align-items:flex-start;justify-content:flex-start;z-index:999;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.side-menu-mobile_overlay__uwtXi.side-menu-mobile_visible__lfZp_{opacity:1;visibility:visible}.side-menu-mobile_menu__X_H_X{padding:0 14px 28px;flex-direction:column;width:351px;height:100dvh;background:#fff;border-right:1px solid #e8e8e8;border-top-right-radius:16px;border-bottom-right-radius:16px;justify-content:space-between;position:relative;left:-300px;top:0;z-index:999;transition:left .2s ease}.side-menu-mobile_menu__X_H_X.side-menu-mobile_open___3Wkf{left:0}.side-menu-mobile_collapsed__Jq2Nw{width:52px;padding:10px 0 28px;align-items:center;border-top-right-radius:0;border-bottom-right-radius:0}.side-menu-mobile_collapsed__Jq2Nw .side-menu-mobile_buttons__HRPPc{display:none}.side-menu-mobile_collapsed__Jq2Nw .side-menu-mobile_bottom__3g871{gap:42px}.side-menu-mobile_top__mcJEQ{flex-direction:column;width:100%}.side-menu-mobile_buttons__HRPPc{padding:8px 0;justify-content:space-between;margin-bottom:16px;align-items:center}.side-menu-mobile_closeButton__LYeTp{padding:5px;cursor:pointer}.side-menu-mobile_bottom__3g871{flex-direction:column;gap:8px}@media screen and (min-width:375px)and (max-width:639px){.side-menu-mobile_menuButton__YX3fP{height:48px;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:999;background:hsla(0,0%,100%,.8);padding-left:12px}}.dashboard-layout_container__tIPKJ{display:flex;height:100%;width:100%}.login-form_loginModal__form__RxajI{display:flex;flex-direction:column;gap:16px}.login-form_loginModal__footer__8AOKk{margin-top:16px;text-align:center;line-height:140%;font-size:.875rem;font-weight:400;flex-direction:column}.login-form_loginModal__footerSignup__7u76H{text-decoration:none;line-height:140%;font-size:.875rem;font-weight:500;margin-left:4px;font-size:15px;font-weight:600}.login-form_loginModal__footerSignup__7u76H:hover{text-decoration:underline}.signup-form_loginModal__form__kcX8I{display:flex;flex-direction:column;gap:16px}.signup-form_loginModal__footer__77Mqa{margin-top:16px;text-align:center;line-height:140%;font-size:.875rem;font-weight:400;flex-direction:column}.signup-form_loginModal__footerSignin__6w6Md{color:#060614;text-decoration:none;line-height:140%;font-size:.875rem;font-weight:500;margin-left:4px}.signup-form_loginModal__footerSignin__6w6Md:hover{text-decoration:underline}.signup-form_loginModal__footerTerms__9F23W{margin-top:12px;line-height:140%;font-size:.75rem;font-weight:400;color:#a3a3a3;display:block;text-align:left}.signup-form_loginModal__footerTerms__9F23W a{color:#060614;text-decoration:none}.signup-form_loginModal__footerTerms__9F23W a:hover{text-decoration:underline}.tab_tab__WcEET{display:flex;flex-direction:column;gap:16px;height:100%}.tab_tabContainer__85zs6{display:flex;justify-content:space-evenly;align-items:center;background:#fff;border:1px solid #e8e8e8;border-radius:100px;box-shadow:0 0 10px 0 rgba(0,0,0,.1019607843);width:395px;position:-webkit-sticky;position:sticky;top:64px;z-index:5}@media screen and (max-width:639px){.tab_tabContainer__85zs6{width:327px}}.tab_tabContent__lq4F9{height:100%;padding:0}@media screen and (max-width:639px){.tab_tabContent__lq4F9{padding:0}}.tab_tabItem__eDG1S{height:32px;border:none;background:rgba(0,0,0,0);border-radius:100px;cursor:pointer;transition:background .3s ease,color .3s ease;line-height:140%;font-size:.875rem;font-weight:500;color:#060614;width:131.67px}@media screen and (max-width:639px){.tab_tabItem__eDG1S{width:109px}}.tab_tabItem__eDG1S:hover{background:#e8e8e8}.tab_tabItem__eDG1S.tab_active__Qa5I9{background:#060614;color:#fff}.tab_tabItem__eDG1S[disabled]{cursor:not-allowed}.tab_labelContainer__3pcFE{display:flex;justify-content:center;align-items:center;gap:8px}.tab_labelContainer__3pcFE .tab_icon__H6Seg{color:#060614}.tab_labelContainer__3pcFE .tab_activeIcon__xfpyj{filter:invert(100%) sepia(0) saturate(0) hue-rotate(0deg)}.hotel-card_container__d_wjK{flex-direction:column;gap:12px;width:240px;cursor:pointer}.hotel-card_container__d_wjK img{border-radius:16px;object-fit:cover}.hotel-card_content__yA6wI{flex-direction:column;gap:6px}.hotel-card_content__yA6wI p{gap:6px;line-height:140%;font-size:.875rem;font-weight:500;line-height:17.5px;color:#060614}.hotel-card_content__yA6wI .hotel-card_location__Iw44T{display:flex;flex-direction:row;align-items:start;gap:6px}.hotel-card_content__yA6wI .hotel-card_location__Iw44T span{line-height:140%;font-size:.875rem;font-weight:400;line-height:100%;color:#8c8c8c}.hotel-card_content__yA6wI .hotel-card_desc__mMcs8{line-height:140%;font-size:.75rem;font-weight:400;line-height:14px;color:#8c8c8c;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:28px}.banner_container__9bmxY{justify-content:space-between;align-items:center;padding:96px 0;width:100%;max-width:1440px}@media screen and (max-width:639px){.banner_container__9bmxY{padding:64px 0 48px;gap:32px}}.banner_containerltr__3IKXp{flex-direction:row}@media screen and (max-width:1023px){.banner_containerltr__3IKXp{flex-direction:column-reverse;align-items:center}}.banner_containerrtl__I1bIW{flex-direction:row-reverse}@media screen and (max-width:1023px){.banner_containerrtl__I1bIW{flex-direction:column-reverse;align-items:center}}.banner_text__hTh9T{min-width:0;padding:0 49px;flex-direction:column;max-width:546px;gap:20px}@media screen and (max-width:639px){.banner_text__hTh9T{width:100%;max-width:767px;padding:0 24px}}@media screen and (max-width:1023px){.banner_text__hTh9T{padding:0 24px;width:100%}}.banner_title__GFHp0{font-size:48px;font-weight:600;line-height:100%;max-width:448px;letter-spacing:0}@media screen and (max-width:639px){.banner_title__GFHp0{font-size:36px}}.banner_description__Hz1bQ{line-height:140%;font-size:1.125rem;font-weight:400}@media screen and (max-width:1023px){.banner_description__Hz1bQ{font-size:18px;line-height:140%;letter-spacing:0}}.banner_imageWrapper__phUbi{border-radius:24px;overflow:hidden}.banner_image__RCWN0{min-width:0;width:720px;max-width:720px;aspect-ratio:1.12;object-fit:contain;height:auto;z-index:0}@media screen and (max-width:1439px){.banner_image__RCWN0{width:609px}}@media screen and (max-width:1023px){.banner_image__RCWN0{width:480px}}@media screen and (max-width:639px){.banner_image__RCWN0{width:100%;max-width:100%}}.how-it-works_container__53__j{flex-direction:column;align-items:center;padding:0 63px}@media screen and (max-width:639px){.how-it-works_container__53__j{padding:0;margin-top:48px;margin-bottom:32px}}.how-it-works_container__53__j h2{margin-top:155px;font-size:60px;font-weight:600;margin-bottom:24px}@media screen and (max-width:639px){.how-it-works_container__53__j h2{font-size:36px;margin-top:0;margin-bottom:0}}.card_container__d6MyS{background-color:#fff;border-radius:28px;align-items:center;flex-direction:column;padding:64px;gap:40px}@media screen and (max-width:1023px){.card_container__d6MyS{gap:24px;flex-direction:column-reverse}}@media screen and (max-width:639px){.card_container__d6MyS{padding:24px}}.card_title__nD_Ji{flex-direction:column;align-items:start;text-align:left;gap:18px;max-width:448px;margin:0 auto}.card_title__nD_Ji h3{text-align:left;font-size:48px;line-height:125%;font-weight:600}@media screen and (max-width:1439px){.card_title__nD_Ji h3{font-size:36px}}@media screen and (max-width:639px){.card_title__nD_Ji h3{font-size:29px;line-height:33.75px}}.card_title__nD_Ji p{font-size:18px;line-height:140%}.card_image__IZTdB{padding:24px 0;position:relative;aspect-ratio:597/530;width:100%}.card_image__IZTdB img{object-fit:contain}.marketing_container__DQYw0{background-color:#f3f3f3}.marketing_container__DQYw0 .marketing_content__3gFsx{width:100%;flex-direction:column;align-items:center;padding:96px 63px 64px;gap:90px}@media screen and (max-width:639px){.marketing_container__DQYw0 .marketing_content__3gFsx{padding:64px 24px 24px;margin-top:32px;margin-bottom:32px;gap:54px}}@media screen and (min-width:1440px){.marketing_container__DQYw0 .marketing_content__3gFsx{width:100%}}.marketing_container__DQYw0 .marketing_content__3gFsx h2{font-size:60px;font-weight:600;line-height:75px;max-width:836px;margin:0 auto;text-align:center}@media screen and (max-width:639px){.marketing_container__DQYw0 .marketing_content__3gFsx h2{font-size:36px;line-height:45px}}.marketing_cards__zaf36{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:1440px;margin:0 auto}@media screen and (max-width:1023px){.marketing_cards__zaf36{display:flex;flex-direction:column}}.marketing_cards__zaf36>:first-child{grid-column:1/3;justify-content:space-between;padding:55.5px 40px;flex-direction:row}.marketing_cards__zaf36>:first-child .marketing-image{width:48.5%}@media screen and (max-width:1023px){.marketing_cards__zaf36>:first-child{display:flex;flex-direction:column-reverse;align-items:center;padding:64px}.marketing_cards__zaf36>:first-child .marketing-image{width:100%}}@media screen and (max-width:639px){.marketing_cards__zaf36>:first-child{padding:24px}}.travel-quiz_container__hV0Ua{height:auto;flex-direction:column;justify-content:center;padding:12px 63px 24px;gap:32px}@media screen and (min-width:768px){.travel-quiz_container__hV0Ua{height:787px;width:100%;flex-direction:row;align-items:center;justify-content:space-between;padding:96px 63px 96px 0;gap:40px}}@media screen and (min-width:375px)and (max-width:639px){.travel-quiz_container__hV0Ua{padding:48px 24px}}@media screen and (min-width:1441px){.travel-quiz_container__hV0Ua{border-radius:28px;max-width:1440px;margin:0 auto;padding-right:0}}.travel-quiz_imageContainer___4TKi{width:100%;overflow:hidden;aspect-ratio:1.1;border-radius:28px;object-fit:cover}@media screen and (min-width:768px){.travel-quiz_imageContainer___4TKi{aspect-ratio:327/291;max-width:720px;max-height:595px;border-radius:0 28px 28px 0}}@media screen and (min-width:640px)and (max-width:1023px){.travel-quiz_imageContainer___4TKi{max-width:500px;min-width:450px;aspect-ratio:327/291;height:auto}}@media screen and (max-width:1023px){.travel-quiz_imageContainer___4TKi{max-width:720px;margin:0 auto}}@media screen and (min-width:1441px){.travel-quiz_imageContainer___4TKi{border-radius:28px}}.travel-quiz_image__JJhxp{width:100%;height:100%;object-fit:cover;border-radius:inherit}.travel-quiz_content__hLNOC{flex-direction:column;gap:20px;max-width:448px}@media screen and (min-width:768px){.travel-quiz_content__hLNOC{padding-bottom:0;max-width:448px}}.travel-quiz_contentText__8T8uW{flex-direction:column;gap:20px}.travel-quiz_title__S2Ned{font-weight:600;font-size:48px;line-height:105%}@media screen and (min-width:1024px)and (max-width:1439px){.travel-quiz_title__S2Ned{font-size:42px}}@media screen and (max-width:1023px){.travel-quiz_title__S2Ned{font-size:36px}}.travel-quiz_description__tpbQO{line-height:140%;font-size:1.125rem;font-weight:400}.travel-quiz_button__NUGwy{width:210px}.travel-quiz_button__NUGwy span{line-height:140%;font-size:1.125rem;font-weight:500}.slider-card_sliderCard__fSQuW{display:flex;flex-direction:column;align-items:center;gap:20px;border-radius:36px;padding:40px;width:448px;min-height:660px}@media screen and (max-width:639px){.slider-card_sliderCard__fSQuW{width:327px;min-height:560px;padding:28px}}.slider-card_imageContainer__ZKJHP{position:relative;width:368px;min-height:304px;align-items:center;justify-content:center}@media screen and (max-width:639px){.slider-card_imageContainer__ZKJHP{width:279px;min-height:240px}}.slider-card_cardImage__S_igt{position:relative;height:auto}.slider-card_title__Y13jM{line-height:150%;font-size:2.25rem;font-weight:600;color:#060614;width:100%}@media screen and (max-width:639px){.slider-card_title__Y13jM{font-size:28px}}.slider-card_description___z5Rq{line-height:140%;font-size:1.125rem;font-weight:400;color:#060614}@media screen and (max-width:639px){.slider-card_description___z5Rq{line-height:140%;font-size:1rem;font-weight:400}}.slider-card_buttonContainer__do_0e{display:flex;width:100%;justify-content:flex-start;gap:20px;margin-top:auto}@media screen and (max-width:639px){.slider-card_buttonContainer__do_0e{gap:8px}}.slider-card_videoButton__5MtvQ{display:flex;justify-content:center;align-items:center;gap:8px;border-radius:100px;padding:7px 16px 5px;background-color:rgba(0,0,0,0);color:#060614;line-height:140%;font-size:1.125rem;font-weight:500;cursor:pointer;border:1px solid #a3a3a3;white-space:nowrap}@media screen and (max-width:639px){.slider-card_videoButton__5MtvQ{font-size:15px;font-weight:500}}.slider-card_videoIcon__RpEEb{display:flex;align-items:center;justify-content:center;font-size:14px}.slider-card_tryNowLink__RpQL4{display:flex;align-items:center;justify-content:center;padding:7px 0 5px;color:#060614;cursor:pointer;line-height:140%;font-size:1.125rem;font-weight:500;text-decoration:underline}@media screen and (max-width:639px){.slider-card_tryNowLink__RpQL4{font-size:15px;font-weight:500}}.slider-card_tryNowLink__RpQL4:hover{cursor:pointer}.slider-card_videoModalOverlay__J1sW_{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);z-index:9000;display:flex;align-items:center;justify-content:center}.slider-card_videoModalContent__2bK2C{width:95vw;max-width:2000px;height:100%;max-height:100vh;aspect-ratio:16/9;background:rgba(0,0,0,0);border-radius:16px;display:flex;align-items:center;justify-content:center;position:relative;overflow:visible}@media screen and (max-width:639px){.slider-card_videoModalContent__2bK2C{width:90vw;max-width:360px}}@media screen and (min-width:640px)and (max-width:1023px){.slider-card_videoModalContent__2bK2C{width:90vw;max-width:670px}}.slider-card_videoIframe__L9BM2{flex:1 1 auto;width:100%;max-width:100%;height:100%;border:none;border-radius:16px;display:block;aspect-ratio:16/9;background:#000;z-index:1}.slider-card_closeButton__JJg_m{position:absolute;top:10px;left:10px;background:rgba(0,0,0,0);border:none;cursor:pointer;z-index:99999;color:#fff;font-size:40px;line-height:1}@media screen and (min-width:640px)and (max-width:1023px){.slider-card_closeButton__JJg_m{left:20px}}.landing-slider_landingSlider__gNvPJ{width:100%;padding:96px 0;position:relative}@media screen and (max-width:639px){.landing-slider_landingSlider__gNvPJ{padding:48px 0}}.landing-slider_container__RYDOh{margin:0 auto;flex-direction:column;align-items:center}.landing-slider_header__Lu7Pb{align-items:flex-start;justify-content:center;margin-bottom:64px;align-self:center;text-align:center;width:100%}@media screen and (max-width:639px){.landing-slider_header__Lu7Pb{margin-bottom:40px}}.landing-slider_mainTitle__Zf4Os{font-size:60px;font-weight:600}@media screen and (max-width:639px){.landing-slider_mainTitle__Zf4Os{line-height:150%;font-size:2.25rem;font-weight:600}}.landing-slider_partyIcon__XljJu{font-size:60px}@media screen and (max-width:639px){.landing-slider_partyIcon__XljJu{font-size:2.25rem}}.landing-slider_contentWrapper__8DrbV{max-width:1674px;padding-left:0 4.375vw;width:100%;justify-content:flex-start;position:relative;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.landing-slider_contentWrapper__8DrbV::-webkit-scrollbar{display:none}.landing-slider_cardsContainer__zSDav{gap:40px;padding:10px 0;width:max-content;margin:0 40px;scroll-behavior:smooth;scroll-snap-type:x mandatory}@media screen and (max-width:639px){.landing-slider_cardsContainer__zSDav{gap:16px;margin:0 16px}}.landing-slider_cardContainer__zb_A2{box-sizing:border-box;flex-shrink:0;scroll-snap-align:start;width:448px}@media screen and (max-width:639px){.landing-slider_cardContainer__zb_A2{width:327px}}.landing-slider_cardContainer__zb_A2:last-child{margin-right:0}.landing-slider_dots__MJJIB{justify-content:center;gap:8px;margin-top:20px}.landing-slider_dot__cn_Fa{border:none;width:8px;height:8px;border-radius:50%;background-color:#d1d1d1;cursor:pointer;transition:all .3s ease}.landing-slider_activeDot__zuZK_{background-color:#060614}.chat-input_chatInputContainer__AcuPi{position:absolute;bottom:0;left:28px;width:calc(100% - 56px);flex-direction:column;gap:6px;background:#fff}@media screen and (min-width:375px)and (max-width:639px){.chat-input_chatInputContainer__AcuPi{position:fixed}}@media screen and (max-width:639px){.chat-input_chatInputContainer__AcuPi{left:0;width:100%;gap:1px}}@media screen and (min-width:1024px){.chat-input_chatInputContainer__AcuPi{max-width:768px;position:absolute;left:50%;transform:translateX(-50%)}}.chat-input_chatInput__uyzDM{background:#fff;width:100%;height:82px;border-radius:24px;border:1.6px solid #d1d1d1;padding:12px 16px;gap:8px;transition:all .3s ease;align-items:flex-start}@media screen and (max-width:639px){.chat-input_chatInput__uyzDM{flex-direction:row;align-items:center;justify-content:space-between;height:52px;width:100%;padding:12px 24px;border:0!important;border-top:.8px solid #d1d1d1!important}}.chat-input_chatInput__uyzDM input{width:100%;height:22px;border:none;outline:none;font-size:15px;transition:all .2s ease-in-out}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV{justify-content:space-between}@media screen and (max-width:639px){.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV{gap:8px}}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV button{width:28px;height:28px;border-radius:50%;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;background:none;transition:all .2s ease-in-out}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV button:disabled{opacity:.5;cursor:not-allowed}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_plusBtn__f6xL5{background:#f3f2f3;transition:background-color .2s ease}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_plusBtn__f6xL5:hover{background:#d9d9d9}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_sendBtn__HRYW7{background:#060614;transition:background-color .3s ease,transform .2s ease}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_sendBtn__HRYW7.chat-input_active__ld1_6{transform:scale(1.05)}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_sendBtn__HRYW7:hover:not(:disabled){transform:scale(1.1)}.chat-input_chatInput__uyzDM .chat-input_chatButtons__ZBcaV .chat-input_sendBtn__HRYW7 .chat-input_activeIcon__bmPA_{filter:invert(100%) sepia(0) saturate(0) hue-rotate(0deg)}.chat-input_focused__TCe_a{border:1.6px solid #060614;transition:border-color .3s ease}.chat-input_fileUpload__1NE6o{display:flex;cursor:pointer;gap:7px;padding:0 4px}.chat-input_fileUploadText__rZM1q{flex-direction:column}.chat-input_fileInput__a55Qt{display:none}.chat-input_fileUploadTitle__xIacL{font-size:15px;line-height:21px;font-weight:400}.chat-input_fileUploadDescription__QZxpY{font-size:13px;line-height:18px;font-weight:400;color:#bababa}.chat-input_chatInfo__2pdR3{width:100%;align-items:start;justify-content:center}@media screen and (min-width:375px)and (max-width:639px){.chat-input_chatInfo__2pdR3{align-items:center}}.chat-input_chatInfo__2pdR3 p{line-height:140%;font-size:.75rem;font-weight:600}@media screen and (max-width:639px){.chat-input_chatInfo__2pdR3 p{font-size:11px;padding:6px 0}}.chat-input_error__BV85I{color:#ef4444}.chat-input_p__KSqbQ{color:#a3a3a3}.chat-input_checkIcon__X_B_w path{stroke:#a3a3a3}.chat-input_checkIconError__7eWsG path{stroke:#ef4444}.chat-input_tryAgain__epJI4{cursor:pointer;text-decoration:underline}.checkbox_container__tAPuR{display:flex;align-items:center;gap:12px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox_input___6U2_{position:absolute;opacity:0;cursor:pointer;height:0;width:0;border-color:#060614}.checkbox_input___6U2_:checked~.checkbox_checkmark__QIalR{background-color:#060614;border-color:#060614}.checkbox_input___6U2_:checked~.checkbox_checkmark__QIalR:after{display:block}.checkbox_checkmark__QIalR{height:16px;width:16px;border:1.5px solid;border-radius:2px;position:relative;transition:all .2s ease}.checkbox_checkmark__QIalR:after{content:"";position:absolute;display:none;left:4px;top:0;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox_label__zj3y9{font-size:13px;line-height:150%;font-weight:400}.textarea_container__H5bnB{width:100%;display:flex;flex-direction:column}.textarea_textarea__VNVJQ{width:100%;padding:12px;border-radius:8px;border:1px solid #e8e8e8;resize:none;font-family:inherit;transition:all .2s ease-in-out}.textarea_textarea__VNVJQ:focus{outline:none;border-color:#060614}.textarea_charCount__BwVXs{font-size:13px;color:#8c8c8c;margin-top:16px;justify-content:flex-end}.textarea_errorText__7ardA{color:#ef4444;line-height:140%;font-size:.75rem;font-weight:400;margin-top:4px}.textarea_errorText__7ardA p{margin:2px 0}.review-modal_header__xDqpL{width:100%;align-items:center;justify-content:center;gap:4px;height:30px;padding-bottom:16px}@media screen and (min-width:375px)and (max-width:639px){.review-modal_header__xDqpL{flex-direction:row-reverse;height:24px}}.review-modal_divider__15A63{height:1px;background:#bababa;margin:0 24px}@media screen and (min-width:375px)and (max-width:639px){.review-modal_divider__15A63{margin:0 16px}}.review-modal_checkboxGroup__q517P{display:flex;flex-direction:column;height:96px;justify-content:space-between;margin:16px 0}@media screen and (min-width:375px)and (max-width:639px){.review-modal_checkboxGroup__q517P{margin:16px 0 24px}}.review-modal_btnContainer__AqfoX{width:100%;justify-content:end;margin-top:24px}.review-modal_successContent__2Khyq{flex-direction:column;width:100%;align-items:center}.review-modal_title__hhEzx{font-weight:600;font-size:20px;line-height:150%}@media screen and (min-width:375px)and (max-width:639px){.review-modal_title__hhEzx{font-size:16px}}.review-modal_imgArea__SRF5W{padding-top:24px;width:100%;align-items:center;justify-content:center}@keyframes welcome-message_slideIn__gxd83{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes welcome-message_slideOut__9jg0T{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.welcome-message_container__irl7y{width:100%;flex-direction:column;gap:20px;padding-bottom:20px;animation:welcome-message_slideIn__gxd83 .3s ease-in-out}.welcome-message_container__irl7y.welcome-message_hidden__BdBVu{animation:welcome-message_slideOut__9jg0T .3s ease-in-out forwards}.welcome-message_title__n6sT0{line-height:150%;font-size:1.5rem;font-weight:600}@media screen and (min-width:640px){.welcome-message_title__n6sT0{line-height:150%;font-size:2.25rem;font-weight:600}}.welcome-message_content__Lrdin{gap:16px}.welcome-message_message__XjZiP{line-height:140%;font-size:1rem;font-weight:400;color:#1c1c1c}@media screen and (min-width:640px){.welcome-message_message__XjZiP{line-height:140%;font-size:1.125rem;font-weight:400}}.message_container__Hr3HV{width:100%;flex-direction:column;gap:20px;padding-bottom:20px;position:relative}@media screen and (max-width:1023px){.message_container__Hr3HV:last-child{padding-bottom:53px}}.message_messageWrapper__awPIH{position:relative;flex:1 1}.message_actionButtons__kDgLQ{position:absolute;right:10px;top:-36px;display:flex;gap:-2px;width:98px;height:36px;align-items:center;justify-content:items-between;opacity:0;transition:opacity .2s ease;background:#fff;border-radius:24px;box-shadow:0 0 20px 0 rgba(0,0,0,.3019607843)}.message_alwaysVisible__doCV1{opacity:1}.message_actionButton__K6jHs{width:34px;height:34px;border-radius:100px;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;background:rgba(0,0,0,0);transition:background-color .2s ease}.message_actionButton__K6jHs:hover{background:#000}.message_actionButton__K6jHs:hover img{filter:brightness(0) invert(1)}.message_actionButtonActive__Iddj3{background:#000}.message_actionButtonActive__Iddj3 img{filter:brightness(0) invert(1)}.message_aiContainer__t_7kX:before{content:"";position:absolute;top:-18px;left:0;width:100%;height:calc(100% + 15px);border-radius:16px;background:rgba(0,0,0,0);transition:background-color .2s ease;pointer-events:none;z-index:0}.message_aiContainer__t_7kX:hover .message_actionButtons__kDgLQ{opacity:1}.message_aiContainer__t_7kX:hover:before,.message_divider__2tp0f{background:rgba(209,209,209,.2)}.message_divider__2tp0f{position:absolute;top:-18px;left:18px;right:18px;width:calc(100% - 36px);height:1px}.message_content__IqE1b{gap:16px;padding:0 18px}@media screen and (min-width:375px)and (max-width:639px){.message_content__IqE1b{padding:0 7px}}.message_message__wwzkE{font-size:15px;line-height:140%;width:100%;word-wrap:break-word;display:flex;flex-direction:column;gap:12px}.message_message__wwzkE a{color:#060614;text-decoration:underline;font-weight:700;text-underline-offset:4px}.message_message__wwzkE a:hover{opacity:.7;text-decoration:none}@media screen and (max-width:639px){.message_message__wwzkE{width:85%}}.message_tableContainer__suBvc{overflow-x:auto;margin:16px 0;background:#fff;border-radius:12px;width:100%;-webkit-overflow-scrolling:touch;max-width:calc(50vw - 210px);scroll-behavior:smooth}.message_tableContainer__suBvc::-webkit-scrollbar{height:6px}.message_tableContainer__suBvc::-webkit-scrollbar-track{background:rgba(232,232,232,.2);border-radius:3px}.message_tableContainer__suBvc::-webkit-scrollbar-thumb{background:rgba(209,209,209,.5);border-radius:3px}.message_tableContainer__suBvc::-webkit-scrollbar-thumb:hover{background:rgba(209,209,209,.7)}@media screen and (max-width:1023px){.message_tableContainer__suBvc{max-width:100%}}.message_table__c6c82{width:100%;border-collapse:collapse;font-size:14px;line-height:1.4;min-width:600px}.message_tableHead__Ggx_1{border-bottom:2px solid #d1d1d1}.message_tableHeader__CDLXp{padding:12px 16px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px;color:#060614;line-height:1.3;white-space:nowrap;min-width:175px}.message_tableHeader__CDLXp:not(:first-child){text-align:center}.message_tableBody__4fhrl{background:#fff}.message_tableRow__L6TPK{border-bottom:1px solid #e8e8e8;transition:background-color .2s ease}.message_tableRow__L6TPK:hover{background:rgba(243,243,243,.3)}.message_tableRow__L6TPK:last-child{border-bottom:none}.message_tableRow__L6TPK:last-child .message_tableCell__UVVLe:first-child{border-bottom-left-radius:12px}.message_tableRow__L6TPK:last-child .message_tableCell__UVVLe:last-child{border-bottom-right-radius:12px}.message_tableCell__UVVLe{padding:12px 16px;color:#060614;font-size:13px;line-height:1.4}.message_tableCell__UVVLe:first-child{font-weight:400;color:#060614}.message_tableCell__UVVLe:not(:first-child){text-align:center}.message_h1__PR1gO{font-size:24px}.message_h1__PR1gO,.message_h2__2t0DR{line-height:140%;font-weight:600;color:#060614}.message_h2__2t0DR{font-size:17px}@media screen and (max-width:639px){.message_tableContainer__suBvc{margin:12px -18px;border-radius:0;border-left:none;border-right:none;overflow-x:auto;position:relative;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.message_table__c6c82{font-size:13px;min-width:600px}.message_tableHeader__CDLXp{padding:10px 12px;font-size:12px;line-height:1.3;white-space:nowrap}.message_tableCell__UVVLe{padding:10px 12px;line-height:1.4;white-space:nowrap}}@media screen and (max-width:374px){.message_table__c6c82{min-width:400px}.message_tableHeader__CDLXp{padding:8px 10px;font-size:11px;line-height:1.3}.message_tableCell__UVVLe{padding:8px 10px;font-size:12px;line-height:1.4}}.message_dataWrapper__aiCyB{display:inline-flex;align-items:center;gap:6px;vertical-align:middle;pointer-events:auto}.message_dataElement__OiiWk{cursor:pointer;padding:2px;border-radius:4px;white-space:normal;text-align:initial;line-height:inherit;position:static;vertical-align:initial;margin:initial;float:none;pointer-events:auto;transition:background-color .1s ease}.message_dataElement__OiiWk:hover{background-color:#e8e8e8}.explore-search-filter_container__d8vhD{flex-direction:column;gap:16px}.explore-search-filter_locationCard__tq_eD{padding:6px;gap:12px;align-items:center;cursor:pointer;border-radius:12px;transition:all .3s ease-in-out}.explore-search-filter_locationCard__tq_eD p{font-weight:600;font-size:15px;line-height:140%}.explore-search-filter_locationCard__tq_eD:hover{background-color:#f3f3f3}.explore-search-filter_imageContainer__LMK30{width:48px;height:48px;justify-content:center;align-items:center;border-radius:8px;background-color:#e8e8e8}.explore-search-filter_locationList__xhurx{flex-direction:column}.explore-search-filter_locationList__xhurx h6{padding-left:6px;padding-bottom:10px;font-size:13px;font-weight:400;line-height:140%;color:#a3a3a3}.explore-search-filter_searchResults__mbTqy{max-height:210px;position:absolute;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);overflow-y:auto;z-index:1000;padding:10px 8px;flex-direction:column}.explore-search-filter_errorMessage__Pl2cG{font-size:13px;color:#ef4444;line-height:18px;margin-top:-12px}