body {
  color: #e6ffd7;
  background-image: linear-gradient(#0006, #0006), url('../images/Serene-Forest-Path-2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100%;
  max-height: 100vh;
  padding: 80px;
  font-family: Clashdisplay Variable, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 20px;
  overflow: hidden;
}

.body {
  color: #fff;
  padding: 60px;
}

.logo {
  width: 300px;
  height: 48px;
}

.hero-heading {
  color: #e6ffd7;
  font-size: 8rem;
  font-weight: 400;
  line-height: 8rem;
}

.body-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Serene-Forest-Path-2.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  font-family: Clashdisplay Variable, Arial, sans-serif;
}

.shape {
  z-index: 1;
  color: #28381e;
  mix-blend-mode: color-dodge;
  max-height: 100vh;
  position: absolute;
  right: 0;
}

.body-3 {
  max-height: 100vh;
  overflow: hidden;
}

.content {
  height: 100%;
  position: relative;
  overflow: visible;
}

.text {
  z-index: 100;
  max-width: 50%;
  position: absolute;
  bottom: 0;
}

.text-block {
  font-size: 14px;
  font-weight: 400;
}

.bottom-info {
  border-top: 1px solid #e6ffd730;
  margin-top: 60px;
  padding-top: 40px;
}

.nbsp {
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  body {
    padding: 60px;
  }

  .logo {
    width: 200px;
    height: auto;
  }

  .hero-heading {
    font-size: 6rem;
    line-height: 6rem;
  }

  .text {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding: 40px;
  }

  .logo {
    font-size: 30%;
  }

  .hero-heading {
    margin-top: 0;
    font-size: 4rem;
    line-height: 4rem;
  }

  .content {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .text {
    margin-top: 40px;
    position: static;
  }

  .bottom-info {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .hero-heading {
    font-size: 3rem;
    line-height: 3rem;
  }
}


@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}