.vod-type-divi-wrapper,
.vod-type-divi-wrapper > .et_pb_row,
.vod-type-divi-wrapper .et_pb_column,
.vod-type-divi-wrapper .et_pb_module,
.vod-type-divi-wrapper .et_pb_code_inner {
  overflow: visible !important;
}

.vod-type-divi-wrapper {
  padding: 0 !important;
  background: #141217 !important;
}

.vod-type-divi-wrapper > .et_pb_row {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}

.vod-type-divi-wrapper .et_pb_code {
  margin: 0 !important;
  padding: 0 !important;
}

.vod-type-section {
  position: relative;
  min-height: 340vh;
  min-height: 340svh;
  background: #141217;
}

.vod-type-stage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #f2eee7;
  pointer-events: none;
  will-change: background-color;
}

.vod-type-stage.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.vod-type-stage.is-after {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.vod-type-stack {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.vod-type-word {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(96px, 18vw, 310px);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: #16131b;
  will-change:
    transform,
    opacity,
    font-size,
    letter-spacing,
    color;
}

.vod-type-final {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(90vw, 1500px);
  margin: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  color: #f2eee7;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 9vw, 160px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  white-space: nowrap;
  will-change: opacity, transform;
}

.vod-type-caption {
  position: absolute;
  left: clamp(22px, 4vw, 64px);
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 3;
  margin: 0;
  color: rgba(22, 19, 27, 0.58);
  font: 12px/1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  will-change: color, opacity;
}

@media (max-width: 767px) {
  .vod-type-section {
    min-height: 300vh;
    min-height: 300svh;
  }

  .vod-type-word {
    font-size: clamp(78px, 24vw, 170px);
  }

  .vod-type-final {
    width: 88vw;
    font-size: clamp(42px, 12vw, 84px);
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vod-type-section {
    min-height: 100vh;
    min-height: 100svh;
    background: #141217;
  }

  .vod-type-stage {
    position: absolute;
    inset: 0;
    background: #141217;
  }

  .vod-type-word,
  .vod-type-caption {
    display: none;
  }

  .vod-type-final {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}