.image-cta {
  display: flex;
  text-decoration: none;
  position: relative;
  min-height: 570px;
  overflow: hidden;
}
.image-cta.is-style-text-630 p {
  max-width: 630px;
}
.image-cta__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transform: scale(1.2);
  will-change: transform;
  margin-bottom: -70px;
  background-image: var(--image-desktop);
}
@media (max-width: 767px) {
  .image-cta__image {
    background-image: var(--image-mobile);
  }
}
.image-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  will-change: opacity;
}
.image-cta__content {
  padding: 4rem;
  flex: 1;
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.image-cta__content .inner {
  opacity: 0;
  transform: translateY(30px);
  will-change: transform, opacity;
}
.image-cta h2 {
  margin-bottom: 0.4ch;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.image-cta p {
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.image-cta .wp-block-button {
  margin-top: 1.6rem;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}/*# sourceMappingURL=block-image-cta.css.map */