.tier-form {
    font-style: initial;
}

.tier-form .input input,.tier-form .input textarea {
    border: 0;
    border-bottom: 1px solid #8347ad;
    border-radius: 0;
    padding: 1rem .5rem;
    margin: 1rem 0;
}

.tier-form .input textarea {
    height: 150px;
    resize: none;
}

.tier-form ul.inputs-list {
    padding: 0;
    list-style-type: none;
}

.tier-form ul.inputs-list input {
    width: fit-content;
    margin-right: 10px;
}

.tier-form .legal-consent-container label input {
    float: none;
}

.tier-form .legal-consent-container label span {
    margin-left: 0;
    display: inherit;
}

.tier-form .hs-input {
    border-radius: 10px;
    padding: 1rem 2rem;
}

.tier-form ul.no-list.hs-error-msgs.inputs-list {
    text-align: left;
    list-style: none;
    color: red;
    padding: 0;
    margin: 0;
}

.tier-form .grecaptcha-badge {
    margin: 2rem 0;
}

.tier-form .input input, .tier-form .input textarea {
  width: 100%;
}

.tier-form input[type=radio] {
    transform: scale(1.3);
    accent-color: #8347ad;
}

.tier-form .hs-form-field {
  margin-bottom: 2rem;
}

.tier-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 15rem;
}

.tier-form .hs-button {
  width: 133px;
}

.tier-form h3 {
  margin-bottom: 2rem;
}

.tier-form .hs_submit {
  margin-top: 2rem;
  