/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/block-library/cta/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.cta-int {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100% !important;
  max-width: unset !important;
}
.cta-int__inner-container {
  padding-top: calc(4.8rem + 10%);
  padding-bottom: calc(4.8rem + 12%);
}
@media only screen and (max-width: 1278.99px) {
  .cta-int__inner-container {
    padding-top: 42.051vw;
    padding-bottom: 42.051vw;
  }
}
.cta-int__content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - var(--site-padding) * 2);
  height: 100%;
  margin: 0 auto;
}
.cta-int__tagline {
  position: relative;
  display: block;
  font-size: clamp(2.1rem, 2.1rem + 6 * (100vw - 375px) / 905, 2.7rem);
  text-align: center;
  color: #131513;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 0.1rem;
}
@media only screen and (min-width: 1279px) {
  .cta-int__tagline {
    font-size: 2.08vw;
    margin-bottom: 0.313vw;
  }
}
@media only screen and (max-width: 1278.99px) {
  .cta-int__tagline {
    font-size: 6.154vw;
    margin-bottom: 6.154vw;
  }
}
.cta-int__tagline > span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.02em;
}
.cta-int__tagline > span > span {
  display: inline-block;
}
.cta-int__heading {
  position: relative;
  font-size: clamp(5.6rem, 5.6rem + 51 * (100vw - 375px) / 905, 10.7rem);
  text-align: center;
  line-height: 1.1;
  color: #131513;
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .cta-int__heading {
    font-size: 8.33vw;
  }
}
@media only screen and (max-width: 1278.99px) {
  .cta-int__heading {
    font-size: 15.385vw;
  }
}
.cta-int__heading > span {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: -0.02em;
}
.cta-int__heading > span > span {
  display: inline-block;
}
.cta-int__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(4.5rem, 3.516vw, 3.516vw);
  font-size: clamp(1.2rem, 0.833vw, 0.833vw);
  text-decoration: none;
  color: #fff;
  background: #131513;
  border-radius: 100vw;
  padding: 0 2em;
  margin: 4.1rem auto 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (min-width: 1279px) {
  .cta-int__button {
    margin: 2.604vw auto 0;
  }
}
@media only screen and (max-width: 1278.99px) {
  .cta-int__button {
    padding: 0 7.179vw;
    height: 14.359vw;
    font-size: 3.333vw;
    margin: 16.41vw auto 0;
  }
}
.cta-int__button:hover {
  color: #fff;
  background: #606060;
}
.cta-int__background {
  position: absolute;
  inset: 0;
  z-index: -1;
  animation: animateColors 7s infinite linear;
}
.cta-int__background::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #a800ff;
  animation: animateColors 7s infinite linear;
  z-index: -1;
}
.cta-int__background img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  margin: auto;
  z-index: 2;
}
.cta-int__background canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  mix-blend-mode: soft-light;
  z-index: 1;
}
@media (min-aspect-ratio: 3/2) {
  .cta-int {
    min-height: 100vh;
  }
}

.cta-int.js-visible .cta-int__tagline.js-animate-text > span > span,
.cta-int.js-visible .cta-int__heading.js-animate-text > span > span {
  animation: animateTextLine 0.75s ease-out 1 both;
}
.cta-int.js-visible .cta-int__tagline.js-animate-text > span > span {
  animation-delay: 600ms;
}
.cta-int.js-visible .cta-int__heading.js-animate-text > span > span {
  animation-delay: 400ms;
}
.cta-int.js-visible .cta-int__button {
  animation: animateOpacity 1s ease-out 1 both;
  animation-delay: 1000ms;
}

/*# sourceMappingURL=style-index.css.map*/