#overview.crypton-how-it-works-host {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 120px 24px 148px !important;
  overflow: clip !important;
  scroll-margin-top: 86px;
  background: #030303 !important;
}

#overview.crypton-how-it-works-host > :not(.crypton-how-it-works) {
  display: none !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works {
  width: min(100%, 1240px) !important;
  margin: 0 auto !important;
  color: #f7f7f8 !important;
  font-family: "DM Sans", sans-serif !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__intro {
  width: min(100%, 680px) !important;
  margin: 0 auto 78px !important;
  padding: 0 !important;
  text-align: center !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__intro h2 {
  margin: 0 !important;
  color: #f7f7f8 !important;
  font-size: clamp(42px, 3.2vw, 54px) !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__intro p {
  max-width: 600px !important;
  margin: 18px auto 0 !important;
  color: #a6a6ae !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__scene {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-areas: "copy media" !important;
  align-items: center !important;
  min-height: 350px !important;
  margin: 0 !important;
  padding: 42px 48px 46px !important;
  column-gap: clamp(64px, 7vw, 104px) !important;
  border-bottom: 1px solid #24242a !important;
  opacity: 1;
  transform: none;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__scene--reverse {
  grid-template-areas: "media copy" !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__copy {
  position: relative !important;
  grid-area: copy !important;
  width: min(100%, 460px) !important;
  margin: 0 0 0 100px !important;
  padding: 0 !important;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works__scene--reverse
  .crypton-how-it-works__copy {
  justify-self: start !important;
  margin-left: 60px !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__number {
  display: block !important;
  margin: 0 0 18px !important;
  color: transparent !important;
  background: linear-gradient(
    180deg,
    rgb(255 255 255 / 20%) 0%,
    rgb(255 255 255 / 11%) 52%,
    rgb(255 255 255 / 4.5%) 100%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 68px !important;
  font-weight: 700 !important;
  line-height: 0.82 !important;
  letter-spacing: -0.06em !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__copy h3 {
  margin: 0 !important;
  color: #f7f7f8 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(29px, 2vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.035em !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__copy p {
  max-width: 380px !important;
  margin: 15px 0 0 !important;
  color: #a6a6ae !important;
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__media {
  grid-area: media !important;
  width: 560px !important;
  max-width: none !important;
  aspect-ratio: auto !important;
  justify-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__media::before,
#overview.crypton-how-it-works-host .crypton-how-it-works__media::after {
  display: none !important;
  content: none !important;
}

#overview.crypton-how-it-works-host .crypton-how-it-works__media img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works__scene--selector
  .crypton-how-it-works__media {
  width: 620px !important;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works__scene--monitor
  .crypton-how-it-works__media {
  width: 620px !important;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works__scene--allocation
  .crypton-how-it-works__media {
  width: 620px !important;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works[data-motion-ready="true"]
  .crypton-how-it-works__scene {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

#overview.crypton-how-it-works-host
  .crypton-how-it-works[data-motion-ready="true"]
  .crypton-how-it-works__scene.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  #overview.crypton-how-it-works-host {
    padding: 92px 20px 112px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__intro {
    margin-bottom: 48px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__scene,
  #overview.crypton-how-it-works-host .crypton-how-it-works__scene--reverse {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "copy"
      "media" !important;
    min-height: 0 !important;
    padding: 54px 16px 58px !important;
    row-gap: 30px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__copy,
  #overview.crypton-how-it-works-host
    .crypton-how-it-works__scene--reverse
    .crypton-how-it-works__copy {
    width: min(100%, 520px) !important;
    margin-left: 0 !important;
    justify-self: start !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__media {
    width: min(100%, 560px) !important;
    max-width: 100% !important;
  }

  #overview.crypton-how-it-works-host
    .crypton-how-it-works__scene--selector
    .crypton-how-it-works__media {
    width: min(100%, 620px) !important;
  }

  #overview.crypton-how-it-works-host
    .crypton-how-it-works__scene--monitor
    .crypton-how-it-works__media {
    width: min(100%, 620px) !important;
  }

  #overview.crypton-how-it-works-host
    .crypton-how-it-works__scene--allocation
    .crypton-how-it-works__media {
    width: min(100%, 620px) !important;
  }
}

@media (max-width: 560px) {
  #overview.crypton-how-it-works-host {
    padding: 76px 16px 88px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__intro h2 {
    font-size: 36px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__scene,
  #overview.crypton-how-it-works-host .crypton-how-it-works__scene--reverse {
    padding: 46px 0 50px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__number {
    margin-bottom: 16px !important;
    font-size: 54px !important;
  }

  #overview.crypton-how-it-works-host .crypton-how-it-works__copy h3 {
    font-size: 28px !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  #overview.crypton-how-it-works-host
    .crypton-how-it-works[data-motion-ready="true"]
    .crypton-how-it-works__scene {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
