#cta-background {
  min-height: 0 !important;
  height: auto !important;
  overflow: hidden !important;
  background: #000 !important;
}

#cta-background > img[aria-hidden="true"] {
  display: none !important;
}

#cta-background .bw-bottom-cta {
  position: relative;
  z-index: 2;
  min-height: 0;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  overflow: hidden;
  padding: clamp(3rem, 4.2vw, 4.8rem) clamp(1.25rem, 4vw, 5rem) 0;
  color: #fff;
  font-family: "Space Mono", monospace;
}

#cta-background .bw-bottom-cta__title {
  position: relative;
  z-index: 5;
  max-width: min(1360px, 96vw);
  color: #ff3c00;
  font-family: "Space Quest", "Space Mono", monospace;
  font-size: clamp(2rem, 6.9vw, 116px);
  font-weight: 900;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
}

#cta-background .bw-bottom-cta__title-line {
  display: block;
  white-space: nowrap;
}

#cta-background .bw-bottom-cta__grid {
  position: relative;
  z-index: 2;
  width: min(1700px, 100%);
  flex: 0 0 auto;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  place-items: end center;
}

#cta-background .bw-bottom-cta__left,
#cta-background .bw-bottom-cta__right {
  position: absolute;
  top: clamp(9rem, 20vw, 16rem);
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  padding-bottom: 0;
  transform: none;
}

#cta-background .bw-bottom-cta__left {
  left: clamp(1rem, 6vw, 7rem);
  align-items: flex-start;
  transform: translateY(-9rem);
}

#cta-background .bw-bottom-cta__right {
  right: clamp(1rem, 7vw, 8rem);
  align-items: center;
  transform: translateY(clamp(-4.5rem, calc(11.56vw - 188px), 0rem));
}

#cta-background .bw-bottom-cta__copy {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.76rem, 0.88vw, 0.9rem);
  font-weight: 500;
  line-height: 1.7;
}

#cta-background .bw-bottom-cta__button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ff3c00;
  padding: 1rem 2.35rem;
  color: #fff;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 0 10px 28px rgba(255, 60, 0, 0.28);
  font-family: "Nudista Web", Arial, sans-serif;
  font-size: clamp(0.72rem, 0.86vw, 0.98rem);
  font-weight: 500 !important;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
  white-space: nowrap;
}

#cta-background .bw-bottom-cta__button:hover {
  transform: scale(1.035);
  box-shadow: 0 14px 34px rgba(255, 60, 0, 0.4);
}

#cta-background .bw-bottom-cta__video-wrap {
  position: relative;
  z-index: 0;
  width: min(108vw, 1720px);
  min-width: 960px;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  justify-self: center;
  left: auto;
  margin: 0;
  transform: none;
}

#cta-background .bw-bottom-cta__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 26px 48px rgba(0, 0, 0, 0.72));
}

@media (max-width: 1024px) {
  #cta-background .bw-bottom-cta {
    gap: 0;
    height: auto;
    min-height: 0;
    justify-content: center;
    padding: 4.5rem 1.25rem 0;
  }

  #cta-background .bw-bottom-cta__title {
    font-size: clamp(1.75rem, 8.1vw, 5.6rem);
  }

  #cta-background .bw-bottom-cta__grid {
    min-height: clamp(38rem, 158vw, 48rem);
    display: block;
  }

  #cta-background .bw-bottom-cta__video-wrap {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: min(118vw, 560px);
    min-width: 0;
    margin: 0;
    transform: translateX(-50%);
  }

  #cta-background .bw-bottom-cta__left,
  #cta-background .bw-bottom-cta__right {
    position: relative;
    z-index: 4;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    align-items: center;
    padding-bottom: 0;
    text-align: center;
    transform: none;
  }

  #cta-background .bw-bottom-cta__left {
    padding-top: 1.5rem;
  }

  #cta-background .bw-bottom-cta__right {
    align-items: center;
    text-align: center;
    transform: none;
    margin-top: 1rem;
  }

  #cta-background .bw-bottom-cta__copy {
    max-width: 34rem;
    font-size: 0.9rem;
    text-align: center;
  }

  #cta-background .bw-bottom-cta__button {
    width: min(100%, 340px);
    white-space: normal;
  }
}
