.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  width: 15vw;
  height: 100vh;
  background-image: url('../images/1.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-2 {
  width: 40vw;
  height: 90vh;
  margin-left: 10vw;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #2d6d4b;
}

.div-block-3 {
  width: 30vw;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  -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;
}

.div-block-5 {
  height: 55vh;
  margin-top: 5vh;
}

.image {
  height: 60px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-link {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-2 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-link-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  margin-left: 3rem;
}

.navbar {
  background-color: #fff;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-7 {
  width: 90%;
  min-height: 200px;
  margin-right: 5%;
  margin-left: 5%;
  padding: 16px;
  border-radius: 10px;
  background-color: #fff;
}

.image-2 {
  position: absolute;
  left: 45%;
  top: 30%;
  right: 5%;
  bottom: 10%;
  max-width: 50%;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 97, 72, 0.8)), to(rgba(9, 97, 72, 0.2))), url('../images/5bc303a09e2dcd33c0f6232309a030f8.jpg');
  background-image: linear-gradient(180deg, rgba(9, 97, 72, 0.8), rgba(9, 97, 72, 0.2)), url('../images/5bc303a09e2dcd33c0f6232309a030f8.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.navbar-2 {
  background-color: transparent;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
  -webkit-transition: all 50ms ease;
  transition: all 50ms ease;
}

.navbar-2.trans {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.navbar-2.main-color-bg {
  background-color: #23936e;
}

.nav-link-4 {
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #cbe2db;
  font-size: 18px;
  font-weight: 500;
}

.nav-link-4.w--current {
  padding-bottom: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.image-3 {
  display: block;
  height: 60px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-menu-2 {
  margin-top: 20px;
  background-color: transparent;
}

.heading {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
}

.text-span {
  font-size: 60px;
}

.main-heading {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
}

.secondary-heading {
  margin-top: 4vh;
  color: #fff;
  line-height: 42px;
  text-align: center;
}

.div-block-8 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-4 {
  height: 40vh;
}

.banner-pic {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  background-image: url('../images/DSC05974s_110x1102x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}

.banner-pic._2 {
  background-image: url('../images/DSC05976s_110x1102x.jpg');
}

.banner-pic._3 {
  background-image: url('../images/DSC8850s_23ed7ec8-713f-4f10-8cf6-fe7ce83d9b10_540x.jpg');
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-pics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6vh;
  -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;
}

.banner-pic-div {
  width: 210px;
  height: 210px;
  margin-right: 5vw;
  margin-left: 5vw;
  padding: 5px;
  border-radius: 110px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.div-block-12 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-12.main-color-bg {
  background-color: #23936e;
}

.div-block-12.trans {
  position: relative;
}

.banner-content {
  width: 60%;
  max-width: 1600px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
}

.div-block-14 {
  width: 100px;
  height: 4px;
  background-color: #fff;
}

.section-2 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #23936e;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.image-5 {
  width: 20vw;
}

.image-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -60%;
  width: 30vw;
}

.right-feature {
  width: 60%;
  padding-right: 0px;
  padding-left: 60px;
  text-align: center;
}

.heading-4 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
}

.text-block {
  margin-bottom: 100px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.left-feature {
  width: 40%;
  padding-right: 40px;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  margin-bottom: 6px;
  color: #0c4842;
  font-size: 16px;
  font-weight: 700;
}

.text-block-3 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-style: normal;
}

.paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}

.paragraph-2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
}

.image-7 {
  margin-top: 60px;
}

.image-8 {
  position: absolute;
  left: 10%;
  top: auto;
  right: 0%;
  bottom: -20%;
  z-index: 1;
  width: 30%;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.youtube {
  margin-right: auto;
  margin-left: auto;
}

.div-block-18 {
  position: relative;
  width: 50%;
  margin-left: 0px;
  padding: 120px 5%;
  text-align: center;
}

.video-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.right-pic {
  width: 50%;
  background-image: url('../images/e2b38bfac9f0d36481f795eb9e77458c.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}

.title.center {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  line-height: 60px;
  text-align: center;
}

.title-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-icon {
  width: 60px;
  margin-right: 20px;
}

.feature-card {
  width: 49%;
  margin-right: 2%;
  padding: 50px 32px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 20px;
  background-color: #096148;
  text-align: center;
}

.feature-card._2 {
  margin-right: 0%;
  background-color: #096148;
}

.feature-icon {
  width: 64px;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(9, 97, 72, 0.4);
}

.feature-title {
  margin-bottom: 40px;
  color: #fff;
}

.feature-content {
  padding-right: 10px;
  padding-left: 10px;
  color: #cbe2db;
  font-size: 18px;
  line-height: 27px;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-23 {
  width: 70%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-23.news {
  min-height: auto;
}

.section-4 {
  position: relative;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-4.news {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-title {
  margin-bottom: 60px;
  text-align: center;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.products.page {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.products.hidden {
  display: none;
}

.product-hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 100px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#01281d), to(rgba(9, 97, 72, 0.7))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, #01281d, rgba(9, 97, 72, 0.7)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.product-name {
  position: static;
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.product-price {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #23936e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
}

.product-card {
  padding: 20px 40px 40px;
}

.product {
  overflow: hidden;
  width: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(4, 39, 29, 0.2);
  border-radius: 20px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.product:hover {
  box-shadow: 0 25px 50px 0 rgba(9, 97, 72, 0.07);
}

.product._2 {
  width: 360px;
  max-width: 360px;
  padding: 20px 40px 30px;
  text-align: center;
}

.product-image {
  margin-top: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-12 {
  width: 180px;
}

.brand {
  margin-left: 10%;
}

.brand.footer-brand {
  margin-bottom: 10px;
  margin-left: 0%;
}

.text-block-6 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: hsla(0, 0%, 100%, 0.85);
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-28 {
  margin-right: 5%;
}

.div-block-29 {
  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;
}

.copyright-card {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
}

.powered {
  display: inline-block;
  width: 50%;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  color: #d2d2d2;
  line-height: 21px;
  text-align: right;
}

.link {
  color: #fff;
}

.side-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 5vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -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;
}

.side-text.left {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-width: 5vw;
  padding-right: 1vw;
  padding-left: 1vw;
}

.text-block-8 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #cbe2db;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.text-block-8.dark {
  color: #096148;
}

.text-block-9 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #cbe2db;
  font-size: 20px;
  line-height: 30px;
}

.copyright {
  display: inline-block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  color: #d2d2d2;
  text-align: left;
}

.div-block-32 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-card {
  position: relative;
  width: 50%;
  min-height: 300px;
  background-image: url('../images/ezgif-4-1171b28f8720.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-card._2 {
  background-image: url('../images/ezgif-4-4fd5cbf50914.jpg');
}

.news-title-card {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 12px 20px 10px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.14);
}

.news-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  text-transform: capitalize;
}

.div-block-35 {
  width: 4px;
  height: 30px;
  margin-right: 10px;
  background-color: #23936e;
}

.go-news-detail {
  margin-left: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #23936e;
  font-weight: 700;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-13 {
  max-width: 450px;
}

.banner-product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 200px;
  height: 200px;
  -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;
  border-radius: 50%;
  background-color: rgba(159, 180, 25, 0.8);
  opacity: 1;
  text-decoration: none;
}

.banner-product-name._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(93, 34, 88, 0.8);
  opacity: 1;
}

.text-block-10 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

.section-5 {
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #23936e;
}

.div-block-37 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
}

.text-block-11 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #cbe2db;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-7 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-39 {
  width: 50%;
}

.text-block-12 {
  margin-bottom: 10px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  line-height: 27px;
}

.bold-text {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #cbe2db;
}

.text-span-2 {
  color: #a8d8b9;
}

.heading-6 {
  margin-bottom: 30px;
  color: #23936e;
}

.bold-text-2 {
  color: #ebd636;
  text-decoration: underline;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.div-block-40 {
  width: 80%;
  padding: 40px;
  background-color: #096148;
  box-shadow: 7px 7px 0 2px #5dac81;
}

.bold-text-3 {
  color: #fff;
}

.bold-text-4 {
  color: #fff;
}

.div-block-41 {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 25px 50px -23px rgba(9, 97, 72, 0.2);
}

.submit-button {
  margin-top: 20px;
  padding: 8px 20px;
  border-radius: 4px;
  background-color: #23936e;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 20px;
  line-height: 30px;
}

.field-label {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

.field-label-2 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field-2 {
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -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;
}

.html-embed-2 {
  max-width: 100%;
  min-height: 40px;
  margin-bottom: 0px;
}

.link-3 {
  color: #cbe2db;
}

.div-block-42 {
  width: 80%;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-3 {
  margin-bottom: 20px;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 24px;
  line-height: 36px;
}

.bold-text-5 {
  font-size: 36px;
}

html.w-mod-js *[data-ix="scroll-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="slide-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 160px);
  -ms-transform: translate(0px, 160px);
  transform: translate(0px, 160px);
}

html.w-mod-js *[data-ix="slide-up-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="slide-right"] {
  opacity: 0;
  -webkit-transform: translate(-160px, 0px);
  -ms-transform: translate(-160px, 0px);
  transform: translate(-160px, 0px);
}

@media screen and (max-width: 991px) {
  .menu-button {
    display: block;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #23936e;
  }

  .section {
    height: auto;
    padding-top: 16vh;
    padding-bottom: 10vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .image-3 {
    height: 50px;
  }
  .main-heading {
    font-size: 60px;
    line-height: 72px;
  }
  .banner-pic {
    width: 160px;
    height: 160px;
  }
  .banner-pics {
    margin-top: 5vh;
  }
  .banner-pic-div {
    width: 170px;
    height: 170px;
  }
  .div-block-12 {
    padding-top: 10px;
  }
  .banner-content {
    width: 90%;
    margin-top: 0vh;
  }
  .div-block-14 {
    width: 30px;
    height: 6px;
  }
  .section-2 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .right-feature {
    padding-left: 20px;
  }
  .text-block {
    margin-bottom: 60px;
  }
  .paragraph-2 {
    font-size: 20px;
    line-height: 30px;
  }
  .div-block-18 {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .right-pic {
    display: none;
    width: 40%;
  }
  .feature-card {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
  .div-block-22 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-23 {
    width: 90%;
  }
  .products.page {
    width: 90%;
  }
  .product {
    width: 90%;
  }
  .product._2 {
    max-width: 96%;
  }
  .side-text {
    display: none;
  }
  .side-text._1 {
    display: none;
  }
  .text-block-8.green {
    color: #23936e;
  }
  .news-title-card {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    box-shadow: none;
  }
  .news-title {
    max-width: 80%;
  }
  .div-block-35 {
    display: none;
    margin-right: 10px;
  }
  .icon {
    color: #fff;
  }
  .image-13 {
    max-width: 200px;
  }
  .banner-product-name {
    width: 160px;
    height: 160px;
  }
  .section-5 {
    padding-bottom: 100px;
  }
  .text-block-11 {
    font-size: 20px;
    line-height: 30px;
  }
  .section-7 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .div-block-38 {
    width: 90%;
  }
  .paragraph-3 {
    font-size: 20px;
    line-height: 30px;
  }
  .bold-text-5 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    display: block;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #23936e;
  }

  .section {
    height: auto;
    padding-top: 16vh;
    padding-bottom: 10vh;
  }
  .main-heading {
    font-size: 54px;
  }
  .secondary-heading {
    font-size: 24px;
    line-height: 36px;
  }
  .banner-pic {
    width: 160px;
    height: 160px;
  }
  .banner-pics {
    margin-top: 5vh;
  }
  .section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .right-feature {
    width: 100%;
    padding-left: 0px;
  }
  .heading-4 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 48px;
  }
  .left-feature {
    width: 100%;
    margin-top: 40px;
    padding-right: 0px;
    text-align: center;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }
  .section-3.green {
    background-color: #096148;
  }
  .div-block-18 {
    width: 100%;
    padding: 100px 0% 60px;
  }
  .video-container {
    width: 90%;
  }
  .right-pic {
    display: none;
  }
  .title {
    font-size: 24px;
    line-height: 40px;
  }
  .title.center {
    font-size: 24px;
    line-height: 40px;
  }
  .title.white {
    margin-top: 20px;
    color: #fff;
  }
  .title-card {
    width: 90%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .title-icon.white-bg {
    border-radius: 30px;
    background-color: #fff;
  }
  .section-4 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .product-name {
    font-size: 16px;
    line-height: 24px;
  }
  .product-price {
    font-size: 14px;
    line-height: 21px;
  }
  .product-card {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .product._2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .side-text._1 {
    display: none;
  }
  .news-card {
    width: 100%;
    min-height: 200px;
  }
  .news-title-card {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: hsla(0, 0%, 100%, 0.8);
    box-shadow: none;
  }
  .div-block-35 {
    display: none;
  }
  .div-block-36 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-13 {
    display: none;
  }
  .banner-product-name {
    width: 160px;
    height: 160px;
  }
  .section-5 {
    padding-bottom: 100px;
  }
  .heading-5 {
    font-size: 40px;
    line-height: 60px;
  }
  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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;
  }
  .div-block-39 {
    width: 100%;
  }
  .div-block-40 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-41 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    padding-top: 15vh;
    padding-bottom: 0vh;
  }
  .navbar-2 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    -webkit-transform: translate(0px, -100px);
    -ms-transform: translate(0px, -100px);
    transform: translate(0px, -100px);
    -webkit-transition: all 0.1ms ease;
    transition: all 0.1ms ease;
  }
  .navbar-2.trans {
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .image-3 {
    height: 40px;
  }
  .nav-menu-2 {
    margin-top: 0px;
    background-color: #23936e;
  }
  .main-heading {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 40px;
    line-height: 60px;
  }
  .secondary-heading {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 36px;
  }
  .banner-pic {
    width: 100%;
    height: 20vh;
    border-radius: 0px;
  }
  .banner-pics {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 10vh;
    background-color: #fff;
  }
  .banner-pic-div {
    width: 50%;
    height: 20vh;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
  }
  .div-block-12 {
    padding-bottom: 10px;
  }
  .div-block-12.main-color-bg {
    padding-bottom: 10px;
    background-color: #23936e;
  }
  .div-block-12.trans {
    position: relative;
  }
  .banner-content {
    width: 100%;
  }
  .div-block-14 {
    display: none;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .heading-4 {
    margin-bottom: 20px;
  }
  .text-block {
    font-size: 18px;
    line-height: 27px;
  }
  .paragraph-2 {
    font-size: 18px;
    line-height: 27px;
  }
  .section-3.green {
    background-color: #096148;
  }
  .div-block-18 {
    padding: 60px 0% 40px;
  }
  .video-container {
    width: 90%;
  }
  .title.center {
    line-height: 36px;
  }
  .title-card {
    width: 90%;
  }
  .title-icon.white-bg {
    background-color: #fff;
  }
  .feature-card {
    padding: 40px 24px 32px;
  }
  .feature-title {
    margin-bottom: 24px;
  }
  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .products {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .product-hover {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-hover._2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-name {
    line-height: 20px;
  }
  .product {
    width: 98%;
    border-radius: 10px;
  }
  .product._2 {
    padding-right: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
  }
  .image-12 {
    width: 80px;
  }
  .brand.footer-brand {
    padding-left: 0px;
  }
  .div-block-27 {
    margin-left: 5%;
  }
  .div-block-28 {
    margin-right: 5%;
  }
  .div-block-29 {
    -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;
  }
  .copyright-card {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .powered {
    width: 100%;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
    text-align: left;
  }
  .side-text {
    padding-right: 12px;
    padding-left: 12px;
  }
  .side-text._1 {
    left: auto;
    top: 30%;
    right: 0%;
    bottom: auto;
    display: none;
    padding-right: 12px;
    padding-left: 12px;
  }
  .text-block-8 {
    font-size: 14px;
    line-height: 21px;
  }
  .copyright {
    width: 100%;
    margin-bottom: 10px;
    font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  }
  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-button {
    display: block;
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: #23936e;
  }
  .banner-product-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    opacity: 1;
  }
  .banner-product-name._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    opacity: 1;
  }
  .section-5 {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .div-block-37 {
    width: 90%;
    text-align: center;
  }
  .heading-5 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 54px;
  }
  .text-block-11 {
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
  }
  .section-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .image-14 {
    text-align: center;
  }
  .image-15 {
    height: 30px;
  }
  .section-7 {
    padding-top: 60px;
  }
  .div-block-40 {
    width: 100%;
    padding: 20px 24px 24px;
  }
  .div-block-41 {
    padding: 24px 20px;
  }
  .html-embed-2 {
    max-width: 90%;
    min-height: 40px;
    margin-bottom: 0px;
  }
  .link-3 {
    width: 100%;
    white-space: normal;
  }
  .div-block-42 {
    width: 90%;
  }
  .paragraph-3 {
    font-size: 16px;
    line-height: 24px;
  }
  .bold-text-5 {
    font-size: 20px;
  }
}

