.hubspot-form-element.dark {
  background-color: #04042b;
  color: #ffffff;
}
@media (min-width: 992px) {
  .hubspot-form-element.dark {
    background-image: url("/gradients/left-gradient.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 35%;
  }
}
.hubspot-form-element.light {
  background-color: #ebebeb;
  color: #04042b;
}
@media (min-width: 992px) {
  .hubspot-form-element.light {
    background-image: url("/gradients/right-gradient.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 35%;
  }
}
/*# sourceMappingURL=../../../dist/css/maps/elements/hubspot-form-element.css.map */
