.vc_row:has(.ready-to-cta-container) {
  margin: 0px !important;
}

.vc_column-inner:has(.ready-to-cta-container) {
  padding: 0px !important;
}

.ready-to-cta-container {
  position: sticky;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  /* clip-path: inset(0 0 0 0); */
  box-shadow: 0px 0px 40px 0px #020417a8;
}

.video-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #020417;
}

.cta-bg-video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw; /* 100 * 9 / 16 */
  max-width: unset;
  position: absolute;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  opacity: 0.6;
}

.ready-to-cta-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12em;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ready-to-cta-content h2 {
  font-size: 8em;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

.ready-to-cta-content .cta-interactions {
  display: flex;
  position: relative;
  align-items: center;
}

.ready-to-cta-content .cta-interactions .cta-play-button-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.ready-to-cta-content .cta-interactions .cta-play-button {
  width: 80px;
  height: 80px;
  /* border-radius: 1000px; */
  transition: transform 3.5s ease;
  border-radius: 100%;
  box-shadow: 0px 0px 40px 50px #020417;
  /* outline: 3px #020417 solid; */
  /* outline-offset: -1px; */
  background-size: 80% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #020417 !important;
  mix-blend-mode: lighten;
}

.ready-to-cta-content .cta-interactions .cta-play-button.cta-play-button-big {
  transform: scale(3);
  transition: transform 3.5s ease;
}

.ready-to-cta-content .cta-interactions .cta-instruction {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  width: max-content;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.ready-to-cta-content .cta-interactions .ctas .w-btn-wrapper {
  pointer-events: all;
}

@media (max-width: 1250px) {
  .ready-to-cta-content .cta-interactions {
    flex-direction: column-reverse;
    gap: 100px;
  }
  .ready-to-cta-content .cta-interactions .cta-play-button-wrapper {
    position: relative;
    /* display: none; */
  }

  .ready-to-cta-content .content-wrapper h2 {
    font-size: 6em;
  }
}

@media (max-width: 992px) {
  .ready-to-cta-content {
    padding: 4em;
  }
  .ready-to-cta-content .content-wrapper h2 {
    font-size: 5em;
  }
}

@media (max-width: 768px) {
  .ready-to-cta-content {
    padding: 4em;
  }
  .ready-to-cta-content .content-wrapper h2 {
    font-size: 5em;
  }

  .ready-to-cta-content .cta-interactions .cta-instruction {
    position: relative;
    left: unset;
  }

  .cta-play-button-wrapper .inner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 576px) {
  .ready-to-cta-content {
    padding: 2em;
  }

  .ready-to-cta-content .content-wrapper {
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
  }

  .ready-to-cta-content .content-wrapper h2 {
    font-size: 2.8em;
  }
  .ready-to-cta-content .cta-interactions {
    justify-content: center;
  }
  .ready-to-cta-content .cta-interactions .ctas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .ready-to-cta-content .cta-interactions .ctas .w-btn-wrapper {
    margin: 0px;
  }
}

.video-mobile {
  /* display: none; */
}

@media (hover: none) {
  .ready-to-cta-content .cta-interactions .cta-play-button-wrapper,
  .ready-to-cta-content
    .cta-interactions
    .cta-play-button-wrapper.hide-play-button {
    display: none;
  }
  .video-desktop {
    /* display: none; */
  }
  .video-mobile {
    /* display: block; */
  }
}

.cta-play-button-wrapper.hide-play-button {
  display: none !important;
}

/*CANVAS SOLUTION*/
.canvas-wrapper {
  height: 100%;
  width: 100%;
}

canvas.cta-bg-canvas {
  height: 100%;
  width: 100%;
}
