/* COLORS */
/* TYPOGRAPHY */
/* ---- MEDIA QUERIES ----- */
.hero {
  position: relative;
  min-height: 77.5rem;
}
.hero.has-slanted-bottom::after {
  content: "";
  position: absolute;
  z-index: 4;
  bottom: 0;
  right: 0;
  left: 0;
  border-left: 100vw solid transparent;
  border-bottom: 1.5rem solid #fff;
}
.hero .logo-gradient {
  display: none;
}
.hero .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 47rem;
  z-index: 3;
}
.hero .content .heading {
  margin: 0 0 1.4rem;
}
.hero .content .subheading {
  font-family: "Khand", sans-serif;
  font-size: 2.9rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin: 0 0 1.4rem;
}
.hero .content .text {
  margin: 0 0 2.1rem;
}
.hero .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 55%;
  z-index: 2;
}
.hero .background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero .background-image img,
.hero .background-image picture,
.hero .background-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .background-image .content-bg img, .hero .background-image .content-bg picture {
  object-position: right center;
}

@media (max-width: 1280px) {
  .hero {
    min-height: 57.6rem;
  }
  .hero::after {
    content: none;
  }
  .hero .content {
    max-width: 35.1rem;
  }
  .hero .content .heading {
    margin: 0 0 0.6rem;
  }
  .hero .content .subheading {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin: 0 0 1.3rem;
  }
  .hero .content .text {
    margin: 0 0 2.7rem;
  }
  .hero .content-bg img {
    max-width: 57rem;
  }
}
@media (max-width: 768px) {
  .hero.has-slanted-bottom::after {
    content: none;
  }
  .hero .logo-gradient {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 5;
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.91) 8%, rgba(255, 255, 255, 0.81) 13%, rgba(255, 255, 255, 0) 38%);
  }
  .hero .content {
    min-width: 100%;
    position: static;
    transform: none;
    text-align: center;
    order: 3;
    margin-top: -5vw;
  }
  .hero .content .heading {
    margin: 0 0 1.2rem;
  }
  .hero .content .subheading {
    margin: 0 0 1.2rem;
  }
  .hero .content .text {
    margin: 0 0 2.2rem;
  }
  .hero .background-image {
    position: relative;
    grid-column: full-width;
    order: 1;
    min-height: 41.3rem;
  }
  .hero .content-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    top: unset;
  }
  .hero .content-bg img {
    max-width: 100%;
  }
}
@media (max-width: 450px) {
  .hero .logo-gradient {
    background: linear-gradient(152deg, rgba(255, 255, 255, 0.91) 8%, rgba(255, 255, 255, 0.81) 13%, rgba(255, 255, 255, 0) 38%);
  }
  .hero .content {
    text-align: left;
    margin-top: 0;
    padding: 0 27px;
  }
  .hero .content .heading {
    margin: 0 0 0.9rem;
  }
  .hero .content .subheading {
    margin: 0 0 1.2rem;
    font-size: 2.3rem;
    line-height: 2.6rem;
  }
  .hero .content .text {
    margin: 0 0 2.2rem;
  }
  .hero .content .button {
    width: 100%;
  }
  .hero .background-image {
    min-height: 34.6rem;
  }
}