.iti {
    display: block !important;
}

.form-signup-block.required-registration-fields {
    display: none;
}

.form-signup-block.required-registration-fields.open {
    display: block;
}

.form-signup-block.other-owner-registration {
    display: none;
}

.form-signup-block.other-owner-registration.open {
    display: block;
}

.form-signup-block h4.title-other-reg {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #40944A;
    margin-bottom: 15px;
    text-align: center;
}

.form-signup-block .banner-other-reg img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-signup-block .banner-mobile-apps {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.form-signup-block .banner-mobile-apps img {
    width: 100%;
}

.form-signup-block .register-on-web {
    text-align: center;
    margin-top: 40px;
}

.form-signup-block .register-on-web a {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    color: #6F6E77;
}