.hero-banner-container .hero-banner-wrapper {
  width: min(100%, 1440px);
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
  overflow: visible;
}

.hero-banner .hero-banner-video-wrapper {
  position: relative;
}

.hero-banner .hero-banner-video-container {
  position: relative;
  max-width: 1440px;
  height: 482px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: transparent;
}

.hero-banner .hero-banner-video-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    90deg,
    rgb(6 16 39 / 24%) 0%,
    rgb(6 16 39 / 10%) 32%,
    rgb(6 16 39 / 4%) 55%,
    rgb(6 16 39 / 0%) 100%
  );
  z-index: 1;
}

.hero-banner .hero-banner-video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.hero-banner .hero-banner-image-container .hero-banner-image-background,
.hero-banner .hero-banner-image-container .hero-banner-image-foreground {
  position: absolute;
  inset: 0;
}

.hero-banner .hero-banner-image-container .hero-banner-image-background picture,
.hero-banner .hero-banner-image-container .hero-banner-image-background img,
.hero-banner .hero-banner-image-container .hero-banner-image-foreground picture,
.hero-banner .hero-banner-image-container .hero-banner-image-foreground img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-banner .hero-banner-image-container .hero-banner-image-background img {
  object-fit: cover;
  object-position: center bottom;
}

.hero-banner .hero-banner-image-container .hero-banner-image-foreground {
  z-index: 1;
  pointer-events: none;
}

.hero-banner .hero-banner-image-container .hero-banner-image-foreground img {
  object-fit: contain;
  object-position: left bottom;
}

.hero-banner .hero-banner-video-container .hero-banner-vector {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.hero-banner .hero-banner-video-container .hero-banner-vector-left {
  top: 40px;
  left: 108px;
  width: 123px;
  height: 387px;
}

.hero-banner .hero-banner-video-container .hero-banner-vector-right {
  top: 40px;
  left: 427px;
  width: 120px;
  height: 378px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 95px 85.33px 133px 657px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container h1 {
  width: 697.67px;
  max-width: 697.67px;
  height: 252px;
  min-height: 252px;
  margin: 0;
  color: #DDE675;
  text-shadow: 0 4px 4px rgb(0 0 0 / 9%);
  font-family: Rubik, sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  letter-spacing: -1.48px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container h1 span {
  color: #DDE675;
  text-shadow: 0 4px 4px rgb(0 0 0 / 9%);
  font-family: Rubik, sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 300;
  line-height: 112%;
  letter-spacing: -1.48px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-code-inline {
  color: #DDE675;
  text-shadow: 0 4px 4px rgb(0 0 0 / 9%);
  font-family: Rubik, sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  letter-spacing: -1.48px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-h1-brace {
  color: #DDE675;
  color: #AABAE0;
  font-family: Rubik, sans-serif;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  letter-spacing: -1.48px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container pre,
.hero-banner .hero-banner-video-wrapper .hero-banner-text-container code {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  white-space: pre-wrap;
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #DDE675;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container > p {
  width: 631px;
  max-width: 631px;
  min-height: 144px;
  margin: 28px 0 0;
  color: #FEFFF6;
  font-family: figtree, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-path-word {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-cta {
  position: absolute;
  right: 51px;
  bottom: -35px;
  z-index: 4;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 149px;
  min-height: 77px;
  padding: 14px 60.5px 13px 28.5px;
  border-radius: 30px;
  background: rgb(221 230 117 / 95%);
  box-shadow: 4px 4px 3.7px -1px rgb(0 0 0 / 7%);
  color: #0e4d47;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-cta-label {
  display: block;
  flex: 0 1 auto;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
}

.hero-banner .hero-banner-video-wrapper .hero-banner-cta-icon {
  position: absolute;
  right: 20.5px;
  bottom: 13px;
  width: 22px;
  height: 22px;
  background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='none'%3E%3Cpath d='M17.0536 4.3999H17.6036V14.2999H16.5036V6.27678L5.34207 17.4383L4.95363 17.8268L4.17676 17.0499L4.5652 16.6615L15.7268 5.4999H7.70363V4.3999H17.0536Z' fill='%230E4D47'/%3E%3C/svg%3E");
  flex: 0 0 auto;
}

@media (width >= 80rem) {
  .hero-banner .hero-banner-video-container {
    width: 100%;
  }
}

@media (width <= 835px) {
  .hero-banner-container .hero-banner-wrapper {
    width: 100%;
    max-width: none;
    padding: 0 16px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container {
    width: 100%;
    height: auto;
    min-height: 100%;
    padding: 72px 32px 56px;
    text-align: start;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-cta {
    right: 24px;
    bottom: -24px;
    width: auto;
    min-height: 60px;
    padding: 10px 18px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container p {
    max-width: 24rem;
  }

  .hero-banner .hero-banner-video-container {
    height: auto;
    min-height: 23rem;
  }
}

@media (width <= 600px) {
  .hero-banner-container .hero-banner-wrapper {
    padding: 0 16px;
  }

  .hero-banner .hero-banner-video-container {
    height: auto;
    min-height: 19rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 1.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container {
    padding: 48px 20px 36px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-cta {
    right: 20px;
    bottom: -18px;
    min-height: 54px;
    padding: 8px 48px 8px 16px;
    font-size: 15px;
    line-height: 22px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-cta-icon {
    right: 16px;
    bottom: 8px;
    width: 18px;
    height: 18px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container h1,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-h1-brace,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-path-word,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-code-inline,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container pre,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container code {
    font-size: 30px;
    letter-spacing: -0.6px;
  }

  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container p,
  .hero-banner .hero-banner-video-wrapper .hero-banner-text-container .hero-banner-path-word {
    font-size: 18px;
    line-height: 30px;
  }
}

