.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 input:not([type="radio"]):not([type="checkbox"]),
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 select {
    width: 100%;
    padding: .5rem .5rem;
    border-radius: 4px;
    border: 1px solid #3C3D3F;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 select {
    width: 100%;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 input:not([type="radio"]):not([type="checkbox"])::placeholder {
    color: #6C757D;
    font-size: 13px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field {
    margin-bottom: 10px;
    /*     width: 100%; */
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-required {
    margin-left: 10px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field>label {
    padding-left: 0px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field>label span:nth-child(1) {
    color: #212529;
    font-size: 10px;
    font-weight: 400;
    line-height: 16.5px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field>label span:nth-child(2) {
    color: #212529;
    font-size: 10px;
    font-weight: 400;
    line-height: 16.5px;
}

/*error*/
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field>div.input input.error {
    border-color: #FF1313;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 ul.hs-error-msgs {
    padding-left: 0px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 label {
    color: #FF1313;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
    padding-left: 0px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-error-msg {
    color: #FF1313;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    list-style: none;
    padding-left: 0px;
}

/*checkbox*/
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox {
    /*   margin-bottom: 40px; */
    width: 100%;
    /*     margin-top: 42px; */
    /*     max-width: 420px; */
    margin-left: auto;
    margin-right: auto;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list:not(ul.hs-error-msgs) {
    color: #39404A;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    /*     width: 330px; */
    width: 100%;
    margin: 0 auto;
    padding-inline-start: 0;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox] {
    height: 16px;
    opacity: 0;
    width: 16px;
    margin: 0;
    margin-right: 10px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]+span p,
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]+span {
    color: #7B7B7B;
    font-size: 10px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]+span a {
    text-decoration: none;
    /*     text-decoration: underline; */
    color: #E53232;
    font-size: 10px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label>span::before {
    border-radius: 3px;
    border: 1px solid #505A68;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]:checked~span::before {
    background-color: #E5481D;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label>span::after {
    content: "";
    transition: opacity 0.2s ease-in-out;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]:checked+span::after {
    opacity: 1;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list li label input[type=checkbox]:focus+span::after {
    outline: 3px solid transparent;
}

/* submit */
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs_submit {
    max-width: 500px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs_submit .actions {
    text-align: center;
    margin: 2rem 0;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs_submit .actions input {
    width: auto !important;
    padding: 5px 63px 7px 62px;
    border-radius: 25px;
    background-color: #E53232;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    line-height: 24px;
    border: none;
    outline: none;
    cursor: pointer;
}

/* Titles */
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-richtext.hs-main-font-element {
    display: none;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-main-font-element h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-main-font-element p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

/* Message list */
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs_error_rollup {
    margin-bottom: 15px;
}

/*focus*/
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs-form-field:focus-within>div.input input {
    outline: none;
}

/*hover*/
.subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 .hs_submit .actions input:hover {
    background-color: rgba(231, 54, 44, 1.0);
    border-color: rgba(231, 54, 44, 1.0);
}

@media screen and (min-width: 680px) {
    .subscription-form form.hs-form-4a272830-9418-42aa-9624-d545012abb08 input:not([type="radio"]):not([type="checkbox"]) {
        width: 100%;
    }
}