body {
  font-family: kyrial-display-pro, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  height: 180px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3% 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #6b0434;
}

.logos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 60px;
  max-width: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  width: auto;
  max-height: 100%;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 2px solid #fff;
}

.hero-address {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.hero-contact {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.hero-address-bold {
  font-size: 25px;
  font-weight: 700;
}

.hero-line1 {
  color: #967f7e;
  font-size: 30px;
  line-height: 30px;
}

.hero-line2 {
  padding-top: 15px;
  padding-bottom: 60px;
  color: #967f7e;
  font-size: 94px;
  line-height: 94px;
  font-weight: 700;
}

.hero-line3 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.hero-autogrow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .footer {
    height: 260px;
  }

  .logo-container {
    width: auto;
    height: 80px;
    max-width: 100px;
  }

  .hero-address {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-contact {
    font-size: 30px;
    line-height: 45px;
  }

  .hero-address-bold {
    font-size: 30px;
    line-height: 35px;
  }

  .hero-line1 {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-line2 {
    font-size: 140px;
    line-height: 140px;
  }

  .hero-line3 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 100vh;
  }

  .footer {
    height: auto;
    padding: 20px 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logos-container {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-left {
    padding-bottom: 40px;
  }

  .hero-right {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
    border-top: 2px solid #fff;
    border-left-style: none;
  }

  .hero-contact {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-address-bold {
    font-size: 20px;
  }

  .hero-line1 {
    font-size: 25px;
    line-height: 25px;
  }

  .hero-line2 {
    padding-bottom: 40px;
    font-size: 60px;
    line-height: 60px;
  }

  .hero-line3 {
    font-size: 16px;
    line-height: 16px;
  }

  .hero-autogrow {
    padding-right: 0px;
    padding-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .logos-container {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nunu-logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nunu-logo {
    width: 200px;
  }

  .hero-line2 {
    font-size: 40px;
    line-height: 40px;
  }

  .hero-autogrow {
    padding-bottom: 40px;
  }
}

