.hero-image {
  height: 505px;
}
@media (max-width: 568px) {
  .hero-image {
    height: 400px;
  }
}
.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image.hero-image--large {
  position: relative;
  min-height: 320px;
  height: 800px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero-image.hero-image--large > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero-image.hero-image--large .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.hero-image.hero-image--large .content {
  background: none !important;
  display: block;
  padding: 38px 0 38px 0;
  border-radius: 0;
  margin-bottom: 0;
  position: static;
  left: auto;
  transform: none;
  bottom: auto;
  color: #000;
  font-size: 20px;
  margin: 0 auto;
}
.hero-image.hero-image--large .content p {
  letter-spacing: -0.05em !important;
  font-weight: 350;
  font-size: 30px;
  line-height: 33px;
}
.hero-image.hero-image--large .content .label {
  margin-right: 50px;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  position: relative;
  font-weight: 500;
}
.hero-image.hero-image--large .content.paragraph-indent p {
  text-indent: 100px;
}
@media (min-width: 769px) {
  .hero-image.hero-image--large .content.paragraph-indent p {
    text-indent: 116px;
  }
}
.hero-image.hero-image--large.hero-image--text-white .content {
  color: #fff;
}
.hero-image.hero-image--large.hero-image--text-white .content p {
  color: #fff;
}
.hero-image.hero-image--large.hero-image--text-white .content .label {
  color: #fff;
}
.hero-image.hero-image--large.hero-image--text-black .content {
  color: #000;
}
.hero-image.hero-image--large.hero-image--text-black .content p {
  color: #000;
}
.hero-image.hero-image--large.hero-image--text-black .content .label {
  color: #000;
}
@media (max-width: 1200px) {
  .hero-image.hero-image--large {
    min-height: max(40vh, 350px);
  }
  .hero-image.hero-image--large > img {
    min-height: max(40vh, 350px);
  }
}
@media (max-width: 900px) {
  .hero-image.hero-image--large {
    min-height: max(50vh, 420px);
  }
  .hero-image.hero-image--large > img {
    min-height: max(50vh, 420px);
  }
}
@media (max-width: 768px) {
  .hero-image.hero-image--large {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    min-height: max(60vh, 520px);
    padding-top: 0;
  }
  .hero-image.hero-image--large > img {
    min-height: max(60vh, 520px);
    height: 100%;
    max-height: none;
    object-fit: cover;
  }
  .hero-image.hero-image--large .container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
  }
  .hero-image.hero-image--large .content {
    padding: 28px 0 20px 0;
    font-size: 16px;
    margin-top: 80px;
  }
  .hero-image.hero-image--large .container p {
    font-weight: 350;
    font-size: 23px;
    line-height: 30px;
    text-indent: 0;
  }
  .hero-image.hero-image--large .content .label {
    transform: translateY(-2px);
  }
}
@media (max-width: 480px) {
  .hero-image.hero-image--large {
    min-height: max(70vh, 340px);
  }
  .hero-image.hero-image--large > img {
    min-height: max(70vh, 340px);
  }
  .hero-image.hero-image--large .content {
    font-size: 15px;
    margin-top: 60px;
  }
  .hero-image.hero-image--large .container p {
    font-weight: 350;
    font-size: 18px;
    line-height: 24px;
    text-indent: 0;
  }
  .hero-image.hero-image--large .content .label {
    transform: translateY(-2px);
  }
}
