.hero {
  background: var(--extra-heavy-blue);
  overflow: hidden;
  position: relative;
}
.hero.hero--landing .hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 62.5rem;
  padding: 0 1.25rem;
  width: 100%;
}
.hero.hero--landing.hero--img {
  max-height: 80vh;
}
.hero.hero--landing.hero--img .hero__overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 52, 85, 0)),
    to(#003455)
  );
  background: linear-gradient(rgba(0, 52, 85, 0), #003455);
  top: 30vw;
  bottom: calc(100% - 66.67vw - 3px);
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--landing.hero--img .hero__overlay {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 73, 118, 0)),
      color-stop(rgba(0, 73, 118, 0.62)),
      to(rgba(0, 73, 118, 0.91))
    );
    background: linear-gradient(
      rgba(0, 73, 118, 0),
      rgba(0, 73, 118, 0.62),
      rgba(0, 73, 118, 0.91)
    );
    bottom: 0;
  }
  .hero.hero--landing.hero--img .hero__overlay::before {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 52, 85, 0)),
      to(rgba(0, 52, 85, 0.9))
    );
    background: linear-gradient(rgba(0, 52, 85, 0), rgba(0, 52, 85, 0.9));
    content: '';
    display: block;
    position: absolute;
    top: -30vw;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero.hero--landing.hero--img .hero__overlay::after {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 52, 85, 0)),
      to(rgba(0, 52, 85, 0.5))
    );
    background: linear-gradient(rgba(0, 52, 85, 0), rgba(0, 52, 85, 0.5));
    content: '';
    display: block;
    height: 7.5rem;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.hero.hero--landing.hero--img .hero__content {
  position: relative;
  top: -1.5rem;
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--landing.hero--img .hero__content {
    position: absolute;
    top: auto;
    bottom: 1.5rem;
  }
}
.hero.hero--landing.hero--no-img {
  max-height: 55vh;
}
.hero.hero--landing.hero--no-img .hero__media {
  height: 25vw;
}
.hero.hero--landing.hero--no-img .hero__overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004976),
    to(rgba(0, 73, 118, 0))
  );
  background: linear-gradient(#004976, rgba(0, 73, 118, 0));
  top: 0;
  bottom: 0;
}
.hero img,
.hero video,
.hero .video-feature {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media print, screen and (min-width: 48.0625em) {
  .hero {
    background: var(--pattern--blue);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    height: 66.67vw;
    max-height: auto;
  }
}
.hero__media {
  display: block;
  height: 100%;
  width: 100%;
}
.hero__media img {
  height: 100%;
}
.hero__overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 73, 118, 0)),
    color-stop(rgba(0, 73, 118, 0.62)),
    to(rgba(0, 73, 118, 0.91))
  );
  background: linear-gradient(
    rgba(0, 73, 118, 0),
    rgba(0, 73, 118, 0.62),
    rgba(0, 73, 118, 0.91)
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero__content {
  z-index: 3;
}
.hero__content h1,
.hero__content p {
  color: var(--white);
  margin-right: 0;
  margin-left: 0;
  max-width: 41.25rem;
}
.hero__content h1 {
  font-family: var(--serif);
}
.hero__content p {
  font-family: var(--sans-serif);
}
.hero__content .btn {
  margin: auto;
}
.hero__content .intro-text * {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.7;
  font-family: var(--sans-serif);
}
@media print, screen and (min-width: 48.0625em) {
  .hero__content .intro-text * {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .hero__content .intro-text * {
    font-size: 1.4375rem;
  }
}
.autoplay-video-container {
  position: relative;
}
.hero--video .video-feature,
.hero--video video {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--video img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.hero--no-img {
  background-color: var(--pattern--blue);
  background-image: url('assets/cube-pattern.png');
  background-size: 100px;
  background-attachment: fixed;
  max-height: 31.25rem;
}
.hero--no-img .hero__overlay {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004976),
    to(rgba(0, 73, 118, 0))
  );
  background: linear-gradient(#004976, rgba(0, 73, 118, 0));
  top: 0;
  bottom: 0;
}
.hero--no-img .hero__content {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--no-img .hero__content {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--no-img .hero__content {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero.hero--parallax {
    min-height: 85vh;
    overflow: hidden;
  }
  .hero.hero--parallax img,
  .hero.hero--parallax video {
    -webkit-transform: translateY(calc(var(--scroll-tracker) * 35%));
    transform: translateY(calc(var(--scroll-tracker) * 35%));
    height: 135%;
    will-change: transform;
  }
  .hero.hero--parallax .hero__media,
  .hero.hero--parallax .video-feature,
  .hero.hero--parallax .autoplay-video-container {
    height: 100%;
  }
  .hero.hero--parallax img,
  .hero.hero--parallax video,
  .hero.hero--parallax .hero__media,
  .hero.hero--parallax .video-feature,
  .hero.hero--parallax .autoplay-video-container {
    width: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    bottom: 0;
  }
}
.hero--iframe .video-feature {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 56.25%;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe img {
    position: absolute;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1165px;
    height: 100%;
    min-height: 700px;
  }
}
.hero--iframe .video-feature {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--iframe .video-feature {
    display: block;
    margin-top: -3.125rem;
  }
}
.hero--parallax-iframe .video-feature {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .hero--parallax-iframe .video-feature {
    position: relative;
    z-index: 2;
    display: block;
    width: 100vw;
    height: 100vh;
  }
}
