/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/import-glob-loader/index.js!./wp-content/themes/hartbrugreizen/components/card-form/card-form.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
.card-form {
  padding: 3.125rem 1.875rem;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .card-form {
    padding: 4.5625rem 20% 4.25rem 0;
  }
}
.card-form:after {
  padding: 1.875rem 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-image: linear-gradient(to right, #f07f13 0%, #dd1a1d 100%);
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 64em) {
  .card-form:after {
    margin-left: -17.375rem;
    right: -0.8125rem;
    width: calc(100% + 294px);
  }
}
.card-form h3 {
  margin-bottom: 1.5625rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .card-form h3 {
    margin-bottom: 2.9375rem;
  }
}
.card-form__text {
  margin-bottom: 1.5625rem;
  color: #fff;
}
@media print, screen and (min-width: 64em) {
  .card-form__text {
    margin-bottom: 3.3125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card-form__form {
    width: 91%;
  }
}
