.customer-styles {
  /* START article: stage */
  /* END article: stage */
}

.customer-styles .template_stage {
  height: calc(80vh - 295 * 0.3px);
  height: calc(80svh - 295 * 0.3px);
  position: relative;
  background-color: #fff;
}

@media (min-width: 992px) {
  .customer-styles .template_stage {
    height: calc(100vh - 205 * 0.3px);
    height: calc(100svh - 205 * 0.3px);
  }
}

.customer-styles .template_stage .background-container {
  background-color: var(--theme-primary);
  height: 100%;
}

.customer-styles .template_stage .image-container {
  height: 100%;
  position: relative;
  width: 100%;
}

@media (orientation: portrait) {
  .customer-styles .template_stage .image-container {
    height: 60%;
    top: 40%;
  }
}

.customer-styles .template_stage .image-container::after {
  content: "";
  background: linear-gradient(180deg, var(--theme-primary) 0%, var(--theme-primary) 0%, color-mix(in srgb, var(--theme-primary) 50%, transparent) 70%, transparent 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .image-container::after {
    background: linear-gradient(180deg, var(--theme-primary) 0%, var(--theme-primary) 25%, color-mix(in srgb, var(--theme-primary) 50%, transparent) 70%, transparent 100%);
  }
}

.customer-styles .template_stage .image-container .image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
  width: 100%;
}

.customer-styles .template_stage .image-container .video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.customer-styles .template_stage .button-video {
  bottom: 12px;
  font-family: inherit;
  flex-direction: column;
  font-size: 18px;
  right: 12px;
  gap: 6px;
  padding: 0;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .button-video {
    right: 4%;
  }
}

.customer-styles .template_stage .global-grid {
  align-items: start;
  grid-row-gap: 16px;
  height: -moz-min-content;
  height: min-content;
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .global-grid {
    grid-row-gap: 20px;
  }
}

.customer-styles .template_stage .h1-container {
  grid-column: 1 / 7;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .customer-styles .template_stage .h1-container {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .customer-styles .template_stage .h1-container {
    grid-column: 3 / 15;
  }
}

.customer-styles .template_stage .h1-container .typo-h1 {
  color: #fff;
}

.customer-styles .template_stage .h1-container .typo-h1.uppercase {
  text-transform: uppercase;
}
