

/* HubSpot Form White Text Override */
.hs-form *,
.hs-form label,
.hs-form span,
.hs-form legend,
.hs-form input,
.hs-form textarea,
.hs-form select,
.hs-form option,
.hs-form .hs-richtext,
.hs-form .hs-form-field label,
.hs-form .input,
.hs-form .hs-input {
    color: #ffffff !important;
}

.hs-form input::placeholder,
.hs-form textarea::placeholder {
    color: rgba(255,255,255,0.75) !important;
}

.hs-form input,
.hs-form textarea,
.hs-form select {
    background-color: rgba(0,0,0,0.65) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
}
