@media (max-width: 650px) {
  .header-stage-slides.m-stage .headline {
    font-size: 1.875rem;
  }

  .header-stage-slides.m-stage.has-image .headline {
    padding-bottom: 1.5rem;
  }
}

.m-stage.m-stage--ip3.l-grid-section .grid-outer {
  background-color: white;
}

.m-stage.m-stage--ip3.has-image .headline {
  color: var(--teal);
}

.m-stage.m-stage--ip3 .copy {
  color: #1B5365;
}

.header-stage-slides.m-video-stage .m-video-stage__wrapper {
  display: grid;
  grid-template-areas: 'main';
  color: #fff;
  padding-bottom: 0;
  height: auto;
  font-weight: 600;
  aspect-ratio: 16 / 9;
  container-type: inline-size;
}

.m-video-stage__content {
  grid-area: main;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 9cqw 9cqw 7cqw;
  box-sizing: border-box;
  z-index: 1;
}

.m-video-stage__logo,
.m-video-stage__headline,
.m-video-stage__subline {
  position: relative;
  z-index: 1;
}

.m-video-stage__logo {
  text-align: right;
}

.m-video-stage__logo img {
  width: 38cqw;
}

.m-video-stage__headline {
  margin-top: auto;
  font-size: 4.125cqw;
  line-height: 1.3;
}

.m-video-stage__subline {
  margin-top: 2.5cqw;
  font-size: 3.125cqw;
}

.m-video-stage__subline strong {
  color: #58bef5;
}

.m-video-stage .m-video-stage__wrapper > video {
  grid-area: main;
  position: relative;
  z-index: 0;
  aspect-ratio: 16 / 9;
}