.cta-bldck-circle {
  z-index: 0;
  filter: blur(100px);
  background-color: #000000f7;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset: auto 49% -9% auto;
}

.padding-section-huge {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-huge.cta {
  padding-top: 0;
  padding-bottom: 0;
}

.component {
  border: 3px solid #000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 2px 46px 1px #000;
}

.button-yellow-circle {
  background-color: #ebf90e;
  border-radius: 3.125rem;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-yellow-circle.black {
  color: #ebf90e;
  background-color: #060316;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3.125rem;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  padding: .375rem .375rem .375rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button.black {
  background-color: #ebf90e;
}

.cta-title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  background-image: linear-gradient(290deg, #ebf90e33, #6ecfbc33);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 32rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
  max-width: 35rem;
  margin-bottom: 2rem;
}

.is-hide {
  display: none;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-dots {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: inset 1px 2px 14px 10px #0603168a;
}

.cta-logo {
  width: 3.25rem;
  height: 2rem;
}

.component-size {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 85vh;
  display: flex;
  position: relative;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.button-arrow.main, .button-arrow.sec {
  width: 1.25rem;
  height: 1.25rem;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.text-height-1 {
  line-height: 1.1;
}

.text-height-1.black {
  color: #060316;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.canvas-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wave-canvas {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cta-title {
    font-size: 2.5rem;
  }

  .cta-paragraph {
    max-width: 25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .cta-title {
    font-size: 2rem;
  }

  .cta-paragraph {
    max-width: 15rem;
  }
}


