/* HubSpot Form Styles */
.hs-form {
    margin: 0 auto;
    max-width: 1200px;
}
.hs-form-field {
    margin-bottom: 0 !important;
}
.hs-form input[type="email"] {
    background: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 18px 16px !important;
    font-size: 16px !important;
    width: 80% !important;
    margin: 0 auto 20px auto !important;
    display: block !important;
    box-sizing: border-box !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-family: Montserrat, Helvetica, sans-serif !important;
}
.hs-form input[type="email"]::placeholder {
    color: #666 !important;
}
.hs-submit {
    display: none !important;
}
