.wp-block-cta-form {
  background: #CBF2E6;
  box-shadow: 0px 16px 80px rgba(28, 28, 28, 0.07), 0px 8px 13px rgba(17, 17, 17, 0.035);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cta-form--content {
  padding: 32px 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 572px) {
  .wp-block-cta-form--content {
    width: 70%;
    padding: 46px 40px;
  }
}
.wp-block-cta-form--content_title {
  color: #00291C;
  font-weight: 600;
  font-size: 22px;
  line-height: 125%;
}
@media screen and (min-width: 572px) {
  .wp-block-cta-form--content_title {
    font-size: 28px;
  }
}
.wp-block-cta-form--content_text {
  color: #00291C;
  font-weight: 300;
  font-size: 17px;
  line-height: 135%;
}
.wp-block-cta-form--content .gform_wrapper {
  padding-top: 24px;
  --spinner-size:60px;
  --spinner-stroke: 8px;
}
.wp-block-cta-form--content .gform_wrapper ul li:before {
  content: none !important;
}
.wp-block-cta-form--content .gform_wrapper .gfield_html,
.wp-block-cta-form--content .gform_wrapper .gfield_description {
  color: #001A12;
}
.wp-block-cta-form--content .gform_wrapper .button {
  width: auto;
}
.wp-block-cta-form--content .gfield {
  width: 100% !important;
  float: none !important;
  clear: both !important;
}
.wp-block-cta-form--img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 50%, black 100%);
  mask-image: linear-gradient(to right, transparent 50%, black 100%);
  opacity: 0.6;
}
.wp-block-cta-form--img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  -o-object-position: right;
  object-position: right;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 572px) {
  .wp-block-cta-form.bg-border .wp-block-cta-form--content {
    padding: 56px 40px;
  }
}
.wp-block-cta-form.bg-border .wp-block-cta-form--img {
  opacity: 0.4;
  -webkit-mask-image: none;
  mask-image: none;
}
@media screen and (min-width: 572px) {
  .wp-block-cta-form.bg-border .wp-block-cta-form--img {
    background-image: url("https://www.greenbacktaxservices.com/wp-content/themes/greenback-3/dist/css/blocks/images/cta-border-pattern.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
    opacity: 1;
  }
}
@media screen and (min-width: 572px) and (max-width: 1040px) {
  .wp-block-cta-form.bg-border .wp-block-cta-form--img img {
    height: 86%;
  }
}
@media screen and (max-width: 572px) {
  .wp-block-cta-form:not(.bg-border) {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 572px) {
  .wp-block-cta-form:not(.bg-border) .wp-block-cta-form--img {
    height: 50%;
    top: auto;
    bottom: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(to bottom, transparent 2%, black 100%);
    mask-image: linear-gradient(to bottom, transparent 2%, black 100%);
  }
}
@media screen and (max-width: 572px) {
  .wp-block-cta-form:not(.bg-border) .wp-block-cta-form--img img {
    width: 100%;
  }
}
.wp-block-cta-form input::-moz-placeholder {
  color: transparent;
}
.wp-block-cta-form input::placeholder {
  color: transparent;
}
/*# sourceMappingURL=style.css.map */
