#hubspot_form_embed {
    text-align: left;
}
input.hs-button.primary.large {
    font-size: 1.2em;
    background-color: #669933;
    color: #fff !important;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
    border: medium none;
    padding: 20px 60px;
    display: block;
    margin: 30px 0;
}
.input {
    border: 1px solid #ccc;
    padding: 12px 12px;
    margin-bottom: 20px;
    position: relative;
}

input[type=text].hs-input,
input[type=email].hs-input
 {
    background-color: transparent;
    border: none;
    border: 0;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 0px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
}

.hbspt-form fieldset {
    display: block;
    width: 100%;
    max-width: 100%!important;
}
.hbspt-form label {
    font-weight: 600;
    padding: 12px 0 6px 6px;
    display: block;
    width: 100%;
    color: inherit;
    font-size: 16px;
}
.hbspt-form label.hs-error-msg {
    font-weight:300;
    padding-top: 0;
    color: #b50f0f;
}
ul.hs-error-msgs {
    margin-top: -12px;
}
.hbspt-form input.invalid {
    border: 1px solid #e0b9b9;
}
.hbspt-form select{display: block;}
.hs_hub_solution_interest .input {
    padding: 0;
    border: 0;
}
.hbspt-form input[type=checkbox] {
    top: 2px;
    left: 0;
    margin-right: 10px;
    visibility: visible;
    position: relative;
}
li.hs-form-checkbox label {
    font-weight: 400;
}
.legal-consent-container .input {
    padding: 0;
    border: 0;
}
.legal-consent-container input[type=checkbox] {
    top: 0px;
}

.legal-consent-container .hs-richtext p{
    padding-bottom: 0;
    line-height: inherit;
    font-size: 1em;
    font-weight: inherit;
}

.legal-consent-container .hs-richtext {
    font-weight: 300;
    font-size: 16px;
}

.legal-consent-container ul {
    margin: 0;
}

.legal-consent-container label {
    font-size: 13px;
}

.hs_recaptcha .input {
    border: 0;
    padding: 0;
    margin-top: 30px;
}
.hbspt-form textarea {
    min-height: 130px;
    border: none;
    width: 100%!important;
}
.hbspt-form li:before {
    content: ''!important;
}
.hbspt-form ul li{
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1em;
    }

.hsform-CTA-section {
    color: #002D45;
    background-color: inherit;
}

.hbspt-form iframe {
    margin: 0;
    width: auto;
    height: auto;
    display: block;
    aspect-ratio: auto;
    border: 0px solid #669933;
}