.wcl-hero-center-block {
  color: var(--color-white);
  background: var(--gradient1);
  overflow: hidden;
  border-radius: 0% 0% 50% 50%/0% 0% 4% 4%;
}
.wcl-hero-center-block__container {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  position: relative;
}
.wcl-hero-center-block__container #space {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 0;
  will-change: transform, opacity;
}
.wcl-hero-center-block__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wcl-hero-center-block__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wcl-hero-center-block__content.wcl-section {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 150px 16px 150px;
}
.wcl-hero-center-block__title {
  width: 100%;
  max-width: 1059px;
}
.wcl-hero-center-block__title h1 {
  text-align: center;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.wcl-hero-center-block__text {
  width: 100%;
  max-width: 837px;
  text-align: center;
  margin-bottom: 24px;
  color: var(--color-alto);
}
.wcl-hero-center-block__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
@media (min-width: 23.4375em) and (max-width: 80em) {
  @supports (font-size: clamp( 2.25rem , 1.8356353591rem  +  1.7679558011vw , 3.25rem )) {
    .wcl-hero-center-block__title h1 {
      font-size: clamp( 2.25rem , 1.8356353591rem  +  1.7679558011vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 2.25rem , 1.8356353591rem  +  1.7679558011vw , 3.25rem )) {
    .wcl-hero-center-block__title h1 {
      font-size: calc(2.25rem + 1 * (100vw - 23.4375rem) / 56.5625);
    }
  }
}
@media (min-width: 80em) {
  .wcl-hero-center-block__title h1 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 768px) {
  .wcl-hero-center-block {
    border-radius: 0;
  }
}
@media screen and (max-width: 576px) {
  .wcl-hero-center-block__content.wcl-section {
    justify-content: flex-start;
    padding: 92px 16px 40px;
  }
  .wcl-hero-center-block__title h1 {
    text-align: left;
  }
  .wcl-hero-center-block__text {
    text-align: left;
  }
  .wcl-hero-center-block__buttons {
    margin-top: auto;
  }
  .wcl-hero-center-block__button.wcl-button {
    width: 100%;
  }
}
@media (max-width: 23.4375em) {
  .wcl-hero-center-block__title h1 {
    font-size: 2.25rem;
  }
}
