.CompleteProfilePage-module__QntWMa__modalContentWrapper{background:#fff;border:1px solid #ccc;border-radius:30px;width:600px;max-width:100%;margin:40px auto 0;padding:30px;position:relative}.CompleteProfilePage-module__QntWMa__modalBody{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:0;display:flex;position:relative}.CompleteProfilePage-module__QntWMa__backButton{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:opacity .3s;display:flex;position:absolute;top:18px;left:17px}.CompleteProfilePage-module__QntWMa__backButton:hover{opacity:.7}.CompleteProfilePage-module__QntWMa__backButton svg{width:32px;height:32px}.CompleteProfilePage-module__QntWMa__logoContainer{flex-shrink:0;justify-content:center;align-items:center;width:79.336px;height:100px;margin:0;display:flex}.CompleteProfilePage-module__QntWMa__logo{object-fit:contain;width:100%;height:100%;display:block}.CompleteProfilePage-module__QntWMa__textContainer{text-align:center;flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:440px;max-width:100%;display:flex}.CompleteProfilePage-module__QntWMa__title{color:#352b2b;text-align:center;white-space:pre;flex-shrink:0;margin:0;font-family:Manrope,sans-serif;font-size:24px;font-weight:600;line-height:normal}.CompleteProfilePage-module__QntWMa__description{color:#352b2b;text-align:center;width:568px;max-width:100%;margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:26px}.CompleteProfilePage-module__QntWMa__descriptionText{margin:0;padding:0}.CompleteProfilePage-module__QntWMa__form{flex-direction:column;align-items:center;gap:24px;width:510px;max-width:100%;display:flex}.CompleteProfilePage-module__QntWMa__formFields{flex-direction:column;align-items:flex-start;gap:24px;width:100%;display:flex}.CompleteProfilePage-module__QntWMa__formField{flex-direction:column;gap:8px;width:100%;display:flex;position:relative}.CompleteProfilePage-module__QntWMa__formField .error_msg{color:#cc2229;margin:2px 0 0;font-family:Manrope,sans-serif;font-size:12px;font-weight:400;line-height:1.2;display:none}.CompleteProfilePage-module__QntWMa__formField .error_msg.show{display:block}.CompleteProfilePage-module__QntWMa__label{color:#352b2b;white-space:pre;margin:0 0 8px;padding:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:400;line-height:normal}.CompleteProfilePage-module__QntWMa__input{color:#352b2b;box-sizing:border-box;background:#fff;border:1px solid #d1d1d1;border-radius:8px;width:100%;height:50px;padding:0 16px;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:24px}.CompleteProfilePage-module__QntWMa__input::placeholder{color:#a8a8a8;font-family:Manrope,sans-serif;font-size:16px;font-weight:400;line-height:24px}.CompleteProfilePage-module__QntWMa__input:focus{border-color:#cc2229;outline:none}.CompleteProfilePage-module__QntWMa__inputError{border-color:#cc2229!important}.CompleteProfilePage-module__QntWMa__errorMessage{color:#cc2229;word-wrap:break-word;margin:4px 0 0;font-family:Manrope,sans-serif;font-size:12px;font-weight:400;line-height:1.5;display:block}.CompleteProfilePage-module__QntWMa__createButton{cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:28px;width:100%;height:50px;padding:0;transition:transform .3s}.CompleteProfilePage-module__QntWMa__createButton:hover:not(:disabled){transform:translateY(-1px)}.CompleteProfilePage-module__QntWMa__createButton:active:not(:disabled){transform:translateY(0)}.CompleteProfilePage-module__QntWMa__createButton:disabled{opacity:.6;cursor:not-allowed}.CompleteProfilePage-module__QntWMa__buttonBg{background:#cc2229;border-radius:28px;justify-content:center;align-items:center;width:100%;height:48px;transition:background .3s,box-shadow .3s;display:flex;position:relative}.CompleteProfilePage-module__QntWMa__createButton:hover:not(:disabled) .CompleteProfilePage-module__QntWMa__buttonBg{background:#b01d23;box-shadow:0 4px 12px #cc22294d}.CompleteProfilePage-module__QntWMa__createButtonText{color:#fff;text-align:center;white-space:pre;font-family:Arial,sans-serif;font-size:16px;font-weight:400;line-height:24px;position:absolute;top:calc(50% - 12px);left:calc(50% + .5px);transform:translate(-50%)}.CompleteProfilePage-module__QntWMa__loadingOverlay{z-index:10000;background:#fffffff2;flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex;position:fixed;inset:0}.CompleteProfilePage-module__QntWMa__loader{border:4px solid #f3f4f6;border-top-color:#cc2229;border-radius:50%;width:60px;height:60px;animation:1s linear infinite CompleteProfilePage-module__QntWMa__spin}@keyframes CompleteProfilePage-module__QntWMa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CompleteProfilePage-module__QntWMa__loadingText{color:#352b2b;margin:0;font-family:Manrope,sans-serif;font-size:16px;font-weight:500}@media (max-width:1024px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{width:100%;max-width:100%}.CompleteProfilePage-module__QntWMa__modalBody{padding:0}.CompleteProfilePage-module__QntWMa__textContainer,.CompleteProfilePage-module__QntWMa__description,.CompleteProfilePage-module__QntWMa__form{width:100%}}@media (max-width:768px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{border-radius:24px;width:100%;max-width:100%;padding:25px 18px}.CompleteProfilePage-module__QntWMa__modalBody{gap:18px;padding:0}.CompleteProfilePage-module__QntWMa__backButton{width:32px;height:32px;top:18px;left:17px}.CompleteProfilePage-module__QntWMa__backButton svg{width:28px;height:28px}.CompleteProfilePage-module__QntWMa__logoContainer{width:70px;height:88px}.CompleteProfilePage-module__QntWMa__textContainer{gap:2px;width:100%}.CompleteProfilePage-module__QntWMa__title{font-size:22px}.CompleteProfilePage-module__QntWMa__description{width:100%;font-size:15px;line-height:24px}.CompleteProfilePage-module__QntWMa__form{gap:20px;width:100%}.CompleteProfilePage-module__QntWMa__formFields{gap:20px}.CompleteProfilePage-module__QntWMa__formField{gap:8px}.CompleteProfilePage-module__QntWMa__formField .error_msg{margin-top:2px;font-size:12px}.CompleteProfilePage-module__QntWMa__input{height:50px;padding:0 14px;font-size:16px}.CompleteProfilePage-module__QntWMa__label{margin-bottom:8px;font-size:14px}.CompleteProfilePage-module__QntWMa__createButton{height:48px}.CompleteProfilePage-module__QntWMa__buttonBg{height:46px}.CompleteProfilePage-module__QntWMa__createButtonText{font-size:14px}}@media (max-width:480px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{border-radius:20px;width:100%;max-width:100%;padding:20px 14px}.CompleteProfilePage-module__QntWMa__modalBody{gap:16px;padding:0}.CompleteProfilePage-module__QntWMa__backButton{width:32px;height:32px;top:18px;left:17px}.CompleteProfilePage-module__QntWMa__backButton svg{width:26px;height:26px}.CompleteProfilePage-module__QntWMa__logoContainer{width:64px;height:80px}.CompleteProfilePage-module__QntWMa__textContainer{width:100%}.CompleteProfilePage-module__QntWMa__title{white-space:normal;font-size:20px}.CompleteProfilePage-module__QntWMa__description{font-size:14px;line-height:22px}.CompleteProfilePage-module__QntWMa__descriptionText{font-size:14px}.CompleteProfilePage-module__QntWMa__form{gap:18px;width:100%}.CompleteProfilePage-module__QntWMa__formFields{gap:18px}.CompleteProfilePage-module__QntWMa__formField{gap:7px}.CompleteProfilePage-module__QntWMa__formField .error_msg{margin-top:2px;font-size:11px}.CompleteProfilePage-module__QntWMa__input{height:48px;padding:0 12px;font-size:16px}.CompleteProfilePage-module__QntWMa__label{margin-bottom:7px;font-size:13px}.CompleteProfilePage-module__QntWMa__createButton{height:48px}.CompleteProfilePage-module__QntWMa__buttonBg{height:46px}.CompleteProfilePage-module__QntWMa__createButtonText{font-size:15px}}@media (max-width:375px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{border-radius:16px;width:100%;max-width:100%;padding:18px 12px}.CompleteProfilePage-module__QntWMa__modalBody{gap:14px;padding:0}.CompleteProfilePage-module__QntWMa__backButton{width:32px;min-width:32px;height:32px;min-height:32px;top:18px;left:17px}.CompleteProfilePage-module__QntWMa__backButton svg{width:24px;height:24px}.CompleteProfilePage-module__QntWMa__logoContainer{width:56px;height:70px}.CompleteProfilePage-module__QntWMa__title{word-wrap:break-word;font-size:18px}.CompleteProfilePage-module__QntWMa__description{word-wrap:break-word;font-size:13px;line-height:20px}.CompleteProfilePage-module__QntWMa__descriptionText{font-size:13px}.CompleteProfilePage-module__QntWMa__form,.CompleteProfilePage-module__QntWMa__formFields{gap:16px;width:100%}.CompleteProfilePage-module__QntWMa__formField{gap:7px;width:100%}.CompleteProfilePage-module__QntWMa__formField .error_msg{margin-top:2px;font-size:11px}.CompleteProfilePage-module__QntWMa__input{width:100%;height:46px;padding:0 10px;font-size:16px}.CompleteProfilePage-module__QntWMa__label{margin-bottom:7px;font-size:12px}.CompleteProfilePage-module__QntWMa__createButton{width:100%;height:48px;min-height:48px}.CompleteProfilePage-module__QntWMa__buttonBg{border-radius:24px;height:46px}.CompleteProfilePage-module__QntWMa__createButtonText{font-size:14px}}@media (max-width:360px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{border-radius:14px;width:100%;max-width:100%;padding:16px 10px}.CompleteProfilePage-module__QntWMa__modalBody{gap:12px;padding:0}.CompleteProfilePage-module__QntWMa__backButton{top:8px;left:8px}.CompleteProfilePage-module__QntWMa__logoContainer{width:50px;height:62px}.CompleteProfilePage-module__QntWMa__title{font-size:17px}.CompleteProfilePage-module__QntWMa__description{font-size:12px;line-height:18px}.CompleteProfilePage-module__QntWMa__descriptionText{font-size:12px}.CompleteProfilePage-module__QntWMa__form,.CompleteProfilePage-module__QntWMa__formFields{gap:14px}.CompleteProfilePage-module__QntWMa__formField{gap:6px}.CompleteProfilePage-module__QntWMa__formField .error_msg{margin-top:2px;font-size:10px}.CompleteProfilePage-module__QntWMa__input{height:44px;padding:0 8px;font-size:16px}.CompleteProfilePage-module__QntWMa__label{margin-bottom:6px;font-size:11px}.CompleteProfilePage-module__QntWMa__createButton{height:46px}.CompleteProfilePage-module__QntWMa__buttonBg{height:44px}.CompleteProfilePage-module__QntWMa__createButtonText{font-size:13px}}@media (max-width:320px){.CompleteProfilePage-module__QntWMa__modalContentWrapper{border-radius:12px;width:100%;max-width:100%;padding:14px 8px}.CompleteProfilePage-module__QntWMa__modalBody{gap:10px;padding:0}.CompleteProfilePage-module__QntWMa__backButton{width:32px;height:32px;top:6px;left:6px}.CompleteProfilePage-module__QntWMa__backButton svg{width:22px;height:22px}.CompleteProfilePage-module__QntWMa__logoContainer{width:48px;height:60px}.CompleteProfilePage-module__QntWMa__title{font-size:16px}.CompleteProfilePage-module__QntWMa__description{font-size:11px;line-height:17px}.CompleteProfilePage-module__QntWMa__descriptionText{font-size:11px}.CompleteProfilePage-module__QntWMa__form,.CompleteProfilePage-module__QntWMa__formFields{gap:12px}.CompleteProfilePage-module__QntWMa__formField{gap:6px}.CompleteProfilePage-module__QntWMa__formField .error_msg{margin-top:2px;font-size:10px}.CompleteProfilePage-module__QntWMa__input{height:42px;padding:0 8px;font-size:16px}.CompleteProfilePage-module__QntWMa__label{margin-bottom:6px;font-size:11px}.CompleteProfilePage-module__QntWMa__createButton{height:44px}.CompleteProfilePage-module__QntWMa__buttonBg{border-radius:22px;height:42px}.CompleteProfilePage-module__QntWMa__createButtonText{font-size:13px}}@supports (-webkit-touch-callout:none){.CompleteProfilePage-module__QntWMa__input{font-size:16px!important}}@media (hover:none) and (pointer:coarse){.CompleteProfilePage-module__QntWMa__input{font-size:16px!important}}
.ModalBackground-module__qs9itW__modalBackdrop{flex-direction:column;justify-content:space-between;align-items:center;width:100%;min-height:94vh;padding:50px 20px;display:flex;position:relative;overflow:hidden}.ModalBackground-module__qs9itW__lines{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.ModalBackground-module__qs9itW__lines img{object-fit:cover;width:100%;height:100%}.ModalBackground-module__qs9itW__stars{z-index:1;pointer-events:none;opacity:.8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ModalBackground-module__qs9itW__stars img{width:auto;height:auto}.ModalBackground-module__qs9itW__modalContentWrapper{z-index:2;flex:1;justify-content:center;align-items:center;width:100%;max-width:650px;margin:auto;display:flex;position:relative}.ModalBackground-module__qs9itW__footer{z-index:2;justify-content:space-between;align-items:center;gap:20px;width:100%;margin-top:32px;display:flex;position:relative}.ModalBackground-module__qs9itW__footerLinks{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;display:flex}.ModalBackground-module__qs9itW__footerLinks a{color:#352b2b;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.ModalBackground-module__qs9itW__footerLinks a:hover{color:#cc2229}.ModalBackground-module__qs9itW__divider{color:#9ca3af;font-size:14px}.ModalBackground-module__qs9itW__copyright{color:#7b7b7b;white-space:nowrap;margin:0;font-size:12px;font-weight:400}@media (max-width:768px){.ModalBackground-module__qs9itW__modalBackdrop{padding:20px 16px}.ModalBackground-module__qs9itW__footer{margin-top:16px}.ModalBackground-module__qs9itW__footerLinks{gap:8px;font-size:12px}.ModalBackground-module__qs9itW__footerLinks a,.ModalBackground-module__qs9itW__divider{font-size:12px}.ModalBackground-module__qs9itW__copyright{font-size:10px}.ModalBackground-module__qs9itW__stars{opacity:.5}.ModalBackground-module__qs9itW__stars img{max-width:200px}.ModalBackground-module__qs9itW__footer{flex-direction:column;align-items:center;gap:12px}.ModalBackground-module__qs9itW__copyright{order:2}.ModalBackground-module__qs9itW__footerLinks{order:1;justify-content:center}}@media (max-width:480px){.ModalBackground-module__qs9itW__modalContentWrapper{max-width:100%}.ModalBackground-module__qs9itW__footer{gap:8px;margin-top:12px}.ModalBackground-module__qs9itW__footerLinks{flex-direction:column;align-items:center;gap:4px}.ModalBackground-module__qs9itW__divider{display:none}}
.CountrySelector-module__3OV3_W__countrySelectorContainer{width:100%;font-family:Manrope,sans-serif;position:relative}.CountrySelector-module__3OV3_W__label{color:#352b2b;margin-bottom:8px;font-size:14px;font-weight:500;line-height:1.5;display:block}.CountrySelector-module__3OV3_W__selectedCountry{cursor:pointer;background:#fff;border:1px solid #d1d1d1;border-radius:12px;align-items:center;gap:12px;padding:14px 16px;transition:all .2s;display:flex}.CountrySelector-module__3OV3_W__selectedCountry:hover{border-color:#cc2229}.CountrySelector-module__3OV3_W__selectedCountry.CountrySelector-module__3OV3_W__disabled{cursor:not-allowed;opacity:.6;background-color:#f9fafb;border-color:#e5e7eb}.CountrySelector-module__3OV3_W__flag{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:24px}.CountrySelector-module__3OV3_W__countryName{color:#352b2b;text-align:left;flex:1;font-size:16px;font-weight:400}.CountrySelector-module__3OV3_W__countryCode{color:#6b7280;margin-right:8px;font-size:14px;font-weight:500}.CountrySelector-module__3OV3_W__arrow{color:#6b7280;width:12px;height:12px;transition:transform .2s}.CountrySelector-module__3OV3_W__arrowOpen{transform:rotate(180deg)}.CountrySelector-module__3OV3_W__dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;max-height:400px;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}.CountrySelector-module__3OV3_W__searchContainer{background:#fff;border-bottom:1px solid #e5e7eb;padding:12px 16px;position:relative}.CountrySelector-module__3OV3_W__searchIcon{pointer-events:none;width:20px;height:20px;position:absolute;top:50%;left:28px;transform:translateY(-50%)}.CountrySelector-module__3OV3_W__searchInput{color:#352b2b;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 12px 10px 40px;font-size:14px;font-weight:400;transition:all .2s}.CountrySelector-module__3OV3_W__searchInput:focus{background:#fff;border-color:#cc2229}.CountrySelector-module__3OV3_W__searchInput::placeholder{color:#9ca3af}.CountrySelector-module__3OV3_W__countryList{-webkit-overflow-scrolling:touch;max-height:320px;overflow-y:auto}.CountrySelector-module__3OV3_W__countryList::-webkit-scrollbar{width:6px}.CountrySelector-module__3OV3_W__countryList::-webkit-scrollbar-track{background:#f9fafb}.CountrySelector-module__3OV3_W__countryList::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.CountrySelector-module__3OV3_W__countryList::-webkit-scrollbar-thumb:hover{background:#9ca3af}.CountrySelector-module__3OV3_W__countryOption{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;transition:all .15s;display:flex}.CountrySelector-module__3OV3_W__countryOption:hover{background-color:#f9fafb}.CountrySelector-module__3OV3_W__countryOption.CountrySelector-module__3OV3_W__selected{background-color:#fef2f2}.CountrySelector-module__3OV3_W__optionFlag{object-fit:cover;border-radius:4px;flex-shrink:0;width:32px;height:24px}.CountrySelector-module__3OV3_W__optionName{color:#352b2b;text-align:left;flex:1;font-size:15px;font-weight:400}.CountrySelector-module__3OV3_W__optionCode{color:#6b7280;font-size:13px;font-weight:500}.CountrySelector-module__3OV3_W__noResults{text-align:center;color:#9ca3af;padding:24px 16px;font-size:14px}@media (max-width:768px){.CountrySelector-module__3OV3_W__dropdown{width:calc(100% - 32px);max-width:400px;max-height:70vh;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.CountrySelector-module__3OV3_W__selectedCountry{padding:12px 14px}.CountrySelector-module__3OV3_W__flag{width:28px;height:21px}.CountrySelector-module__3OV3_W__countryName{font-size:14px}.CountrySelector-module__3OV3_W__optionFlag{width:28px;height:21px}.CountrySelector-module__3OV3_W__optionName{font-size:14px}}@media (max-width:480px){.CountrySelector-module__3OV3_W__dropdown{width:calc(100% - 24px);max-height:60vh}.CountrySelector-module__3OV3_W__searchInput{font-size:16px}}
