/* xl - DESKTOP STYLES */
.new_hompage_hero {
  min-height: 618px;
  position: relative;
  padding: 50px 0;
}
.new_hompage_hero:before {
  content: "";
  background: linear-gradient(270deg, rgba(46, 99, 71, 0) 0%, #0e2e1d 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.new_hompage_hero .container {
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.new_hompage_hero__content {
  display: flex;
  justify-content: space-between;
}
.new_hompage_hero__content__inner {
  width: 60%;
}
.new_hompage_hero__content__inner__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 20px;
}
.new_hompage_hero__content__inner__title span {
  color: #fb491e;
}
.new_hompage_hero__content__inner .tagline {
  background: #ffffff33;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 10%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 25px;
  display: inline-block;
}
.new_hompage_hero__content__inner .content {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin-bottom: 20px;
}
.new_hompage_hero__content__inner .content strong {
  font-weight: 700;
}
.new_hompage_hero__content__inner .hero_items {
  display: flex;
}
.new_hompage_hero__content__inner .hero_items .heto_content_item {
  padding: 0 30px;
  border-right: 1px solid #ffffff33;
}
.new_hompage_hero__content__inner .hero_items .heto_content_item:first-child {
  padding-left: 0;
}
.new_hompage_hero__content__inner .hero_items .heto_content_item:last-child {
  border-right: none;
}
.new_hompage_hero__content__inner .hero_items .heto_content_item h4 {
  color: #a8d99c;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 5px;
}
.new_hompage_hero__content__inner .hero_items .heto_content_item p {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  text-align: center;
}
.new_hompage_hero__content__inner .contact_direct {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
}
.new_hompage_hero__content__inner .contact_direct img {
  width: 47px;
  height: 47px;
}
.new_hompage_hero__content__inner .contact_direct p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #fff;
}
.new_hompage_hero__content__inner .contact_direct h5 {
  color: #fb491e;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin: 0;
  font-family: "Balboa";
  margin-top: 10px;
}
.new_hompage_hero__inquary {
  box-shadow: 0px 16px 48px 0px #00000059;
  background: #ffffff;
  padding: 25px;
  max-width: 400px;
}
.new_hompage_hero__inquary h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #142025;
  margin-bottom: 10px;
}
.new_hompage_hero__inquary p {
  color: #666666;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}
.new_hompage_hero__inquary .wpcf7-form {
  margin-top: 20px;
}
.new_hompage_hero__inquary .wpcf7-form input:not([type="submit"]) {
  border: 1px solid #00000033;
  height: 41px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 15px;
  border-radius: 0;
  outline: none;
}
.new_hompage_hero__inquary .wpcf7-form .form_items {
  margin-bottom: 10px;
}
.new_hompage_hero__inquary .wpcf7-form .form_items label {
  font-weight: 700;
  font-size: 10px;
  line-height: 20.4px;
  letter-spacing: 0.3px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #142025;
  margin-bottom: 5px;
}
.new_hompage_hero__inquary .wpcf7-form .form_items select {
  border-radius: 0;
  height: 46px;
  line-height: 40px !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 15px;
  border-radius: 0;
  outline: none;
}
.new_hompage_hero__inquary .wpcf7-form .form_items input.wpcf7-submit {
  background: #fb491e;
  opacity: 1;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 15px;
}
.new_hompage_hero__inquary span.gr_text {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #666666;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.new_hompage_hero__inquary .or {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 10px 0;
  position: relative;
}
.new_hompage_hero__inquary .or::after {
  content: "";
  height: 1px;
  background: #0000001a;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.new_hompage_hero__inquary .or span {
  padding: 0 10px;
  background: #fff;
  display: block;
  z-index: 1;
  position: relative;
}
.new_hompage_hero__inquary a {
  font-weight: 700;
  font-size: 13px;
  line-height: 22.1px;
  letter-spacing: 0%;
  text-align: center;
  color: #2e6347;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  outline: none;
}
.new_hompage_hero__inquary a span {
  color: #fb491e;
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .new_hompage_hero__content__inner__title {
    font-size: 40px;
  }
  .new_hompage_hero__content__inner .content {
    font-size: 16px;
    line-height: 1.4;
  }
  .new_hompage_hero__content__inner {
    width: 50%;
  }
  .new_hompage_hero__inquary {
    width: 45%;
  }
  .new_hompage_hero__content__inner .hero_items .heto_content_item h4 {
    font-size: 18px;
  }
  .new_hompage_hero__content__inner .hero_items .heto_content_item {
    padding: 20px;
  }
  .new_hompage_hero__content__inner .contact_direct h5 {
    font-size: 20px;
    margin-top: 0;
  }
  .new_hompage_hero__inquary .wpcf7-form .form_items input.wpcf7-submit {
    font-size: 14px;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .new_hompage_hero__content {
    flex-direction: column;
    gap: 30px;
  }
  .new_hompage_hero__content__inner {
    width: 100%;
  }
  .new_hompage_hero__inquary {
    width: 100%;
    max-width: 100%;
  }
  .new_hompage_hero__content__inner__title {
    font-size: 30px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F14672-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F14672-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F14672-scss-mobile-l.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWC%3BAAAA%3BAAAA%3BADrPH%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAFvBA%3BAASA%3BAGTA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%22%7D */