.top {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.top-logo {
  width: 182px;
}

.hero {
  width: 960px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  display: flex;
}

.hero-h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Cubano, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
}

.list {
  width: 960px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}

.hero-t {
  color: #2a603d;
  text-align: center;
  margin-bottom: 20px;
  font-family: Cubano, sans-serif;
  font-size: 28px;
  line-height: 35px;
}

.hero-decorative {
  width: 300px;
  margin: 20px auto 40px;
}

.formcon {
  width: 500px;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px 40px 10px;
}

.lp {
  background-color: #a3c962;
  padding-bottom: 0;
}

.text-block-6 {
  color: #2a603d;
  text-align: left;
  margin-bottom: 20px;
  font-family: Cubano, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
}

.formblk {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fecon {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 17px;
  padding-right: 0;
  display: flex;
}

.fecon.last {
  padding-right: 0;
}

.combo {
  height: 50px;
  color: #000;
  background-color: #fff;
  border: 1px solid #2a603d;
  border-radius: 3px;
  margin-bottom: 0;
  font-family: Cubano, sans-serif;
  font-size: 18px;
}

.combo.arrow {
  background-image: url('../images/arrow.svg');
  background-position: 93%;
  background-repeat: no-repeat;
  background-size: 20px;
}

.submit {
  width: 100%;
  height: 50px;
  background-color: #226242;
  border-radius: 3px;
  font-family: Cubano, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.formlabel {
  color: #252525;
  font-family: Cubano, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span-3 {
  text-decoration: underline;
}

.spacer {
  height: 20px;
}

.title {
  color: #2a603d;
  font-family: Cubano, sans-serif;
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .hero, .list {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 50px;
  }

  .hero-t {
    font-size: 23px;
    line-height: 24px;
  }

  .hero-decorative {
    margin-top: 0;
  }

  .formcon {
    margin-bottom: 40px;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .fecon {
    padding-right: 0;
  }

  .combo {
    margin-bottom: 18px;
  }

  .title {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .top-logo {
    width: 157px;
  }

  .hero-h2 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 26px;
  }

  .hero-t {
    font-size: 22px;
    line-height: 22px;
  }

  .formcon {
    width: 100%;
  }

  .text-block-6 {
    font-size: 24px;
    line-height: 25px;
  }

  .fecon {
    margin-bottom: 0;
  }

  .title {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 36px;
  }
}


@font-face {
  font-family: 'Cubano';
  src: url('../fonts/Cubano-Regular.woff2') format('woff2'), url('../fonts/Cubano.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}