.exit{position:absolute;top:0;right:0;cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:16px;cursor:pointer;transition:all .2s ease;font-weight:500;font-size:15px;color:#000}.btn--outlined{background:transparent;border:1px solid #b6b5b5}.btn--filled{background:#ffc900;border:none}.btn--text{background:none;border:none;padding:0;color:#b6b5b5}.btn__icon{display:flex}.btn--m{padding:16px 8px}.btn--s{padding:10px 8px}.input-container{position:relative;width:100%}.input-container--password{display:flex;align-items:center}.input-container--focused .input{border-color:#b6b5b5;outline:none}.input-container--with-icon .input{padding-right:30px}.input-container .input__icon-right{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;cursor:pointer;color:var(--text-color, #fff);opacity:.8;transition:opacity .2s}.input-container .input__icon-right:hover{opacity:1}.input-container .input__icon-right svg{width:18px;height:18px}.input{width:100%;border:1px solid #b6b5b5;border-radius:16px;background:transparent;transition:border-color .2s ease}.input:focus{border-color:#b6b5b5;outline:none}.input::placeholder{color:#b6b5b5}.input--error{border-color:red}.input--error:focus{border-color:red}.input--xs{padding:2px 8px;font-size:12px}.input--s{padding:5px 10px;font-size:12px}.input--m{padding:16px;font-size:15px}.input--password{padding-right:50px}.input__password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;padding:4px;cursor:pointer;color:#b6b5b5;border-radius:4px;display:flex;align-items:center;justify-content:center}.input__password-toggle:hover{color:#b6b5b5;background:#0000000d}.input__password-toggle:focus{outline:2px solid #b6b5b5;outline-offset:2px}: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)}.phoneLoginPage__wrapper{position:relative;display:flex;align-items:center}.phoneLoginPage__input{border:1px solid #b6b5b5;padding:16px 20px;border-radius:16px;flex:1}.phoneLoginPage__input .PhoneInputCountryIcon{width:20px;height:20px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.phoneLoginPage__input .PhoneInputCountryIconImg{width:100%;height:100%;object-fit:cover}.phoneLoginPage__input .PhoneInputCountrySelectArrow{display:none}.phoneLoginPage__input input{margin-left:16px;border:none;font-weight:500;font-size:17px;line-height:18px;width:100%;outline:none;background:none}.phoneLoginPage__input input::placeholder{color:red;font-weight:400;opacity:.8}.phoneLoginPage__input input:focus::placeholder{color:#ccc;opacity:.6}.phoneLoginPage__exit{position:absolute;right:20px;cursor:pointer}.phoneLoginPage__exit path{stroke:#000;stroke-width:1px}.phoneLoginPage__code-wrapper{margin:20px 0}.phoneLoginPage__code-wrapper input{text-align:center;font-size:18px;letter-spacing:2px;font-weight:600}:root{--divider-color: #d9d9d9;--error-color: #ff0000;--secondary-color: #b6b5b5;--brand-color: #ffc900;--border-color: #b6b5b5;--border-color-secondary: #d6d6d6}@font-face{font-family:Raleway;src:url(./assets/fonts/Raleway-Regular.ttf) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(./assets/fonts/Raleway-Medium.ttf) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(./assets/fonts/Raleway-SemiBold.ttf) format("woff2");font-weight:500;font-style:normal;font-display:swap}html{font-size:17px;line-height:1rem;box-sizing:border-box}*{box-sizing:border-box}body{color:#000;font-family:Raleway,sans-serif;font-size:1rem;font-weight:400;line-height:1rem;word-wrap:break-word;box-sizing:content-box;margin:0;background-color:#f8f9fa}p{font-size:15px;font-weight:600;line-height:18px;color:#000;margin:0}a{font-weight:600;font-size:15px;line-height:18px;text-decoration:underline;text-decoration-style:solid;text-decoration-thickness:0%;text-decoration-skip-ink:auto;cursor:pointer}
