@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Playfair+Display:wght@300;400;700&display=swap";.input-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.input-container{border-bottom:1px solid rgba(34,34,34,.2);padding:8px 0;transition:border-color .2s}.input-container:focus-within{border-bottom-color:#222}.input-container.input-error{border-bottom-color:#fe5639}.input-content{display:flex;flex-direction:column;gap:4px}.input-label{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.67;color:#595959;display:flex;align-items:center;gap:4px}.required{color:#fe5639}.input-field{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.43;color:#222;border:none;outline:none;background:transparent;width:100%;padding:2px 0}.input-field::placeholder{color:#818181}.input-error-message{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.67;color:#fe5639;padding-left:0}.country-select-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.country-select{width:100%}.country-select .country-select__control{border:none;border-bottom:1px solid rgba(34,34,34,.2);border-radius:0;box-shadow:none;padding:8px 0;background-color:transparent;min-height:auto}.country-select .country-select__control:hover{border-bottom-color:#222}.country-select .country-select__control--is-focused{border-bottom-color:#222;box-shadow:none}.country-select-error .country-select__control{border-bottom-color:#fe5639!important}.country-select .country-select__placeholder{color:#818181;font-family:Suisse Intl,Inter,sans-serif;font-size:16px}.country-select .country-select__single-value,.country-select .country-select__input-container{color:#222;font-family:Suisse Intl,Inter,sans-serif;font-size:16px}.country-select .country-select__indicator-separator{display:none}.country-select .country-select__dropdown-indicator{color:#222;padding:4px}.country-select-error-message{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.67;color:#fe5639}.photo-upload-wrapper{display:flex;flex-direction:column;gap:8px;width:100%}.photo-upload-container{display:flex;justify-content:center;align-items:center;gap:8px;padding:16px;border:1px dashed #222222;border-radius:5px;cursor:pointer;transition:all .2s;background-color:#fff}.photo-upload-container:hover{background-color:#0000000d}.photo-upload-container.photo-upload-active{background-color:#0000001a;border-style:solid}.photo-upload-container.photo-upload-error{border-color:#fe5639}.photo-upload-input{display:none}.photo-upload-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.photo-upload-label{font-family:Suisse Intl,Inter,sans-serif;font-size:14px;font-weight:300;line-height:1.4;letter-spacing:.02em;color:#222;text-align:center;display:flex;align-items:center;gap:8px}.photo-upload-delete{font-family:Suisse Intl,Inter,sans-serif;font-size:14px;font-weight:300;line-height:1.4;letter-spacing:.02em;color:#222;background:none;border:none;cursor:pointer;padding:0;text-decoration:underline}.photo-upload-delete:hover{opacity:.7}.photo-upload-error-message{font-family:Suisse Intl,Inter,sans-serif;font-size:12px;line-height:1.67;color:#fe5639;text-align:center}.photo-upload-container.photo-upload-with-preview{padding:0;border:1px solid #222222;overflow:hidden;position:relative}.photo-upload-preview{position:relative;width:100%;height:200px;overflow:hidden}.photo-upload-preview-image{width:100%;height:100%;object-fit:cover}.photo-upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;opacity:0;transition:opacity .2s}.photo-upload-container:hover .photo-upload-overlay{opacity:1}.photo-upload-overlay .photo-upload-label,.photo-upload-overlay .photo-upload-delete{color:#fff}.photo-upload-container.photo-upload-loading{pointer-events:none;opacity:.7}.photo-upload-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;justify-content:center;align-items:center;z-index:10}.photo-upload-spinner{width:24px;height:24px;border:3px solid rgba(34,34,34,.2);border-top-color:#222;border-radius:50%;animation:photo-upload-spin .8s linear infinite}@keyframes photo-upload-spin{to{transform:rotate(360deg)}}.button{width:100%;padding:16px 24px;border:none;border-radius:0;cursor:pointer;font-family:Suisse Intl,Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.43;text-transform:uppercase;letter-spacing:0;transition:all .2s;display:flex;justify-content:center;align-items:center;gap:10px}.button-primary{background-color:#222;color:#fff}.button-primary:hover:not(:disabled){background-color:#333}.button-primary:disabled{background-color:#999;cursor:not-allowed}.button-secondary{background-color:transparent;color:#222;border:1px solid #222222}.button-secondary:hover:not(:disabled){background-color:#2222220d}.button-secondary:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#2229;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:8px;padding:32px;z-index:1001;max-width:457px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 20px #0000001a}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:1002}.modal-close:hover{opacity:.7}.modal-content{display:flex;flex-direction:column;gap:32px}.modal-title{font-family:Ivy Mode,Playfair Display,serif;font-weight:300;font-size:34px;line-height:1.14;letter-spacing:.04em;color:#222;margin:0}@media (max-width: 768px){.modal-container{max-width:90%;padding:24px}.modal-title{font-size:24px}}.code-modal-form{display:flex;flex-direction:column;gap:32px}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.app{min-height:100vh;background-color:#fff;padding:40px 64px}.app-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.app-header{display:flex;flex-direction:column;gap:16px;max-width:533px;width:100%;margin:0 auto}.logo{margin-bottom:0}.header-content{display:flex;flex-direction:column;gap:16px}.title{font-family:Ivy Mode,Playfair Display,serif;font-weight:300;font-size:34px;line-height:1.14;letter-spacing:.04em;color:#222;margin:0}.description{font-family:Suisse Intl,Inter,sans-serif;font-weight:300;font-size:16px;line-height:1.4;letter-spacing:.02em;color:#222;margin:0}.form{display:flex;flex-direction:column;gap:24px;max-width:533px;width:100%;margin:0 auto}.form-fields{display:flex;flex-direction:column;gap:16px}.phone-input-wrapper-custom{display:flex;flex-direction:column;gap:8px;width:100%}.phone-input-error-message{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.67;color:#fe5639;text-align:left}.phone-input-container-custom{border-bottom:1px solid rgba(34,34,34,.2);padding:8px 0;transition:border-color .2s}.phone-input-container-custom:focus-within{border-bottom-color:#222}.phone-input-container-custom.phone-input-error{border-bottom-color:#fe5639}.phone-input-field-custom{width:100%;border:none;outline:none;background:transparent}.phone-input-field-custom .PhoneInputInput{border:none;outline:none;background:transparent;font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.43;color:#222;padding:2px 0}.phone-input-field-custom .PhoneInputInput::placeholder{color:#818181}.phone-input-field-custom .PhoneInputCountry{margin-right:8px;border:none!important}.phone-input-field-custom .PhoneInputCountryIcon{width:24px;height:24px;border-radius:4px;border:none!important;outline:none!important;box-shadow:none!important}.phone-input-field-custom .PhoneInputCountryIcon *,.phone-input-field-custom .PhoneInputCountryIcon img,.phone-input-field-custom .PhoneInputCountryIcon svg{border:none!important;outline:none!important;box-shadow:none!important}.phone-input-field-custom .PhoneInputCountrySelect{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;color:#222;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}.phone-input-field-custom .PhoneInputCountrySelect:hover{background-color:#0000000d}.phone-input-field-custom .PhoneInputCountrySelectArrow{opacity:1;color:#222;margin-left:4px;transition:transform .2s}.phone-input-field-custom .PhoneInputCountrySelect[aria-expanded=true] .PhoneInputCountrySelectArrow{transform:rotate(180deg)}.PhoneInputCountrySelectOptions{background-color:#fff!important;border:1px solid rgba(34,34,34,.2)!important;border-radius:8px!important;box-shadow:0 4px 12px #0000001a!important;padding:8px 0!important;max-height:300px!important;overflow-y:auto!important;font-family:Suisse Intl,Inter,sans-serif!important;margin-top:4px!important}.PhoneInputCountrySelectSearchInput{width:100%!important;padding:8px 12px!important;border:1px solid rgba(34,34,34,.2)!important;border-radius:4px!important;font-family:Suisse Intl,Inter,sans-serif!important;font-size:16px!important;color:#222!important;outline:none!important;transition:border-color .2s!important}.PhoneInputCountrySelectOption{padding:10px 12px!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:8px!important;font-family:Suisse Intl,Inter,sans-serif!important;font-size:16px!important;color:#222!important;transition:background-color .2s!important}.PhoneInputCountrySelectOption--selected{background-color:#00000014!important;font-weight:400!important}.PhoneInputCountrySelectOptionIcon{width:20px!important;height:20px!important;border-radius:3px!important;flex-shrink:0!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar{width:6px!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-track{background:transparent!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-thumb{background:#2223!important;border-radius:3px!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-thumb:hover{background:#2222224d!important}.form-footer{display:flex;flex-direction:column;gap:8px;margin-top:24px}.privacy-text{font-family:Suisse Intl,Inter,sans-serif;font-size:16px;line-height:1.43;color:#818181;text-align:center;margin:0}.loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:Suisse Intl,Inter,sans-serif;font-size:16px;color:#222}.success-content,.error-content{display:flex;flex-direction:column;align-items:center;gap:32px}.success-icon,.error-icon{display:flex;align-items:center;justify-content:center}.success-title{font-family:Ivy Mode,Playfair Display,serif;font-weight:300;font-size:34px;line-height:1.14;letter-spacing:.04em;color:#222;text-align:center;margin:0}.success-message,.error-message{font-family:Suisse Intl,Inter,sans-serif;font-weight:300;font-size:18px;line-height:1.56;letter-spacing:.02em;color:#5c5c5c;text-align:center;margin:0}.error-message{color:#fe5639}@media (max-width: 1024px){.app{padding:64px 16px}.form{max-width:100%}}@media (max-width: 768px){.app{padding:32px 16px}.title{font-size:32px}.description{font-size:14px}}@font-face{font-family:HeliosCond;src:url(/fonts/HeliosCond-Bold.woff2) format("woff2"),url(/fonts/HeliosCond-Bold.woff) format("woff"),url(/fonts/HeliosCond-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Regular.woff2) format("woff2"),url(/fonts/SuisseIntl-Regular.woff) format("woff"),url(/fonts/SuisseIntl-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Suisse Intl;src:url(/fonts/SuisseIntl-Light.woff2) format("woff2"),url(/fonts/SuisseIntl-Light.woff) format("woff"),url(/fonts/SuisseIntl-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Ivy Mode;src:url(/fonts/IvyMode-Light.woff2) format("woff2"),url(/fonts/IvyMode-Light.woff) format("woff"),url(/fonts/IvyMode-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Suisse Intl,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#222}#root{min-height:100vh}.PhoneInputCountrySelectOptions,.PhoneInputCountrySelectOptions--native{background-color:#fff!important;border:1px solid rgba(34,34,34,.2)!important;border-radius:8px!important;box-shadow:0 4px 12px #0000001a!important;padding:8px 0!important;max-height:300px!important;overflow-y:auto!important;font-family:Suisse Intl,Inter,sans-serif!important;margin-top:4px!important;z-index:1000!important}.PhoneInputCountrySelectSearch{padding:8px 12px!important;border-bottom:1px solid rgba(34,34,34,.1)!important;margin-bottom:4px!important}.PhoneInputCountrySelectSearchInput{width:100%!important;padding:8px 12px!important;border:1px solid rgba(34,34,34,.2)!important;border-radius:4px!important;font-family:Suisse Intl,Inter,sans-serif!important;font-size:16px!important;color:#222!important;outline:none!important;transition:border-color .2s!important;background-color:#fff!important}.PhoneInputCountrySelectSearchInput:focus{border-color:#222!important}.PhoneInputCountrySelectSearchInput::placeholder{color:#818181!important}.PhoneInputCountrySelectOption,.PhoneInputCountrySelectOption--selected,.PhoneInputCountrySelectOption--focused{padding:10px 12px!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:8px!important;font-family:Suisse Intl,Inter,sans-serif!important;font-size:16px!important;color:#222!important;transition:background-color .2s!important;font-weight:300!important}.PhoneInputCountrySelectOption:hover{background-color:#0000000d!important}.PhoneInputCountrySelectOption--selected{background-color:#00000014!important}.PhoneInputCountrySelectOption--focused{background-color:#0000000d!important}.PhoneInputCountrySelectOptionIcon{width:20px!important;height:20px!important;border-radius:3px!important;flex-shrink:0!important;border:none!important}.PhoneInputCountrySelectOptionLabel{flex:1!important;font-weight:300!important}.PhoneInputCountrySelectOptionCallingCode{color:#818181!important;font-weight:300!important;margin-left:auto!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar,.PhoneInputCountrySelectOptions--native::-webkit-scrollbar{width:6px!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-track,.PhoneInputCountrySelectOptions--native::-webkit-scrollbar-track{background:transparent!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-thumb,.PhoneInputCountrySelectOptions--native::-webkit-scrollbar-thumb{background:#2223!important;border-radius:3px!important}.PhoneInputCountrySelectOptions::-webkit-scrollbar-thumb:hover,.PhoneInputCountrySelectOptions--native::-webkit-scrollbar-thumb:hover{background:#2222224d!important}
