<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.signup-form {
    padding-top: 2em;
    margin-top: 280px;
    color: #5B5B5B;
}
.signup-form .form-step {
    padding-bottom: 30px;
}
.signup-form .step-1 {
    max-width: 400px;
    margin: 0 auto;
}
.signup-form .button-picker button,
.home-head-form .button-picker button {
    border: 1px solid #5B5B5B;
    border-radius: 5px;
    height: 60px;
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    color: #5B5B5B;
    margin-bottom: 20px;
    background: #fff;
    cursor: pointer;
}
.signup-form .button-picker button.active,
.home-head-form .button-picker button.active {
    color: #fff;
    background: #0076be;
    border-color: #0076be;
}
.signup-form .form-step-header h1,
.signup-form .form-step-header h2 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: Poppins,sans-serif;
}
.signup-form .form-step-description {
    margin-bottom: 15px;
}
.signup-form .form-step-header h2 {
    color: #FF6600;
    font-size: 16px;
}
.form-step-navigation {
    display: flex;
    justify-content: space-between;
}
.form-step-navigation button {
    max-width: 47.5%;
}
.signup-form .form-field:not(.is-error) .required-error {
    display: none;
}
.signup-form .form-field.is-error .required-error,
.signup-form .form-field.is-error .form-label {
    display: block;
    color: #FF3A2C;
}
@media screen and (max-width: 1024px) {
    .signup-form {
        margin-top: 20px;
    }
    .signup-form .form-step-header h1 {
        font-size: 23px;
    }
}</pre></body></html>