/* stylelint-disable order/order */
/* stylelint-enable order/order */
/****************
 * Fonts
 ****************/
/****************
 * Paints
 ****************/
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
.block-cta-banner__content {
  position: relative;
  padding: 5.5rem clamp(1.25rem, -5.4006024096rem + 13.8554216867vw, 7rem) 6rem;
  text-align: center;
}
.block-cta-banner .c-btn {
  margin-right: auto;
  margin-left: auto;
}
.block-cta-banner .wp-block-image {
  margin-bottom: clamp(1rem, -0.156626506rem + 2.4096385542vw, 2rem);
}
@media (max-width: 47.98rem) {
  .block-cta-banner .wp-block-image {
    width: auto;
    max-height: 3rem;
  }
}
.block-cta-banner .acf-block__background-image-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(220, 218, 230, 0) 0%, #e2ddee 51.04%, rgba(220, 218, 230, 0) 100%);
}