.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  background-color: #20b887;
  font-family: Work Sans, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

h1 {
  letter-spacing: -7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 78px;
  font-weight: 500;
  line-height: 130%;
  display: block;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: all .8s;
}

.section {
  min-height: 90vh;
}

.section.home-banner {
  height: 100vh;
  color: #20b887;
  padding: 0;
  position: relative;
}

.section.footer-bottom {
  height: auto;
  min-height: auto;
  background-color: #000;
}

.container {
  width: 100%;
  max-width: none;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
}

.container.home-banner {
  z-index: 2;
  padding-right: 0;
  position: relative;
}

.container.footer-bottm {
  padding-right: 0;
}

.header {
  background-color: #000;
  border-bottom: 2px solid #20b887;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  height: 100%;
}

.logo-b {
  width: 100%;
  display: block;
}

.all {
  overflow: hidden;
}

.header-row {
  height: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -2.5vw;
  display: flex;
}

.header-col-l {
  width: 190px;
}

.nav-link {
  width: 100%;
  height: 100%;
  color: #20b887;
  text-align: center;
  border-left: 2px solid #20b887;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  color: #2f3f36;
  background-color: #20b887;
}

.img-full {
  width: 100%;
  display: block;
}

.nav-menu-row {
  height: 100%;
  display: flex;
}

.txt-o {
  margin-top: -12px;
}

.footer-bottom-row {
  justify-content: space-between;
  display: flex;
}

.footer-bottom-col-l {
  width: 200px;
  align-self: center;
}

.footer-bottom-col-r {
  flex: 1;
}

.bg-2f3f36 {
  background-color: #2f3f36;
}

.home-content-row {
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.home-content-col-l {
  width: 65%;
}

.home-content-col-r {
  width: 35%;
  border-left: 3px solid #000;
}

.home-content-col-r.border-light {
  border-left-color: #20b887;
}

.home-banner-img-b {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-banner-mask {
  z-index: 0;
  background-color: #2f3f36;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-20b887 {
  color: #20b887;
}

.home-banner-ball-b {
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-left: 10%;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.home-banner-ball-b._02 {
  margin-bottom: 15%;
  margin-left: 35%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: none;
}

.home-banner-ball-b._03 {
  margin-bottom: 5%;
  margin-left: 60%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: none;
}

.home-banner-ball-b._04 {
  margin-bottom: 22%;
  margin-left: 75%;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: none;
}

.home-banner-ball {
  width: 100%;
  height: 100%;
  background-color: #20b887;
  border-radius: 50px;
}

.home-whatwedo-link-b {
  width: 100%;
  height: 100%;
  color: #000;
  display: block;
}

.home-whatwedo-row {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
}

.home-whatwedo-col-l {
  width: 250px;
  align-self: center;
  padding: 10px 2.5vw;
}

.home-whatwedo-col-r {
  border-left: 3px solid #000;
  flex: 1;
}

.home-whatwedo-col-r-row {
  height: 100%;
  min-height: 38.5vh;
  flex-flow: column wrap;
  display: flex;
}

.home-whatwedo-col-r-top {
  padding: 10px;
}

.home-whatwedo-col-r-bottom {
  border-top: 3px solid #000;
  flex: 1;
  align-items: center;
  padding: 10px;
  display: flex;
}

.home-whatwedo-col-r-top-row {
  height: 100%;
  align-items: flex-start;
  margin-left: -5px;
  margin-right: -10px;
  display: flex;
}

.home-whatwedo-col-r-top-col-title {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-whatwedo-col-r-top-col-num {
  border-bottom: 3px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.home-what-we-do-trees {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-whatwedo-col {
  border-top: 3px solid #000;
  flex: 1;
}

.home-banner-content-row {
  justify-content: space-between;
  display: flex;
}

.home-banner-content-r-col-l {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 40px;
  display: flex;
}

.home-banner-bottom-txt-b {
  max-width: 40%;
}

.home-value-content-txt-b {
  margin-top: 5px;
}

.home-banner-content-r-col-r {
  width: 7%;
  text-align: center;
  border-left: 2px solid #20b887;
  padding-top: 100px;
}

.leacrn-more-btn {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  line-height: 130%;
  position: relative;
}

.leacrn-more-btn:hover {
  color: #3f8867;
}

.leacrn-more-btn.green {
  color: #20b887;
}

.leacrn-more-btn.green:hover {
  color: #3f8867;
}

.leacrn-more-btn-line-b {
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.leacrn-more-btn-line-b.green {
  background-color: #20b887;
}

.leacrn-more-btn-line-hover {
  width: 100%;
  height: 100%;
  background-color: #3f8867;
}

.btn-arrow-line-b {
  width: 100%;
  height: 3px;
  padding-right: 4px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -50%);
}

.btn-arrow-b {
  text-align: right;
  position: relative;
}

.home-what-we-do-img-b {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-b {
  margin-bottom: 0;
}

.form-field-label {
  display: none;
}

.text-field {
  color: #20b887;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #20b887;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 20px;
}

.text-field:focus {
  border: 1px #000;
  border-bottom: 2px solid #20b887;
}

.text-field::-ms-input-placeholder {
  color: #20b887;
  font-size: 20px;
}

.text-field::placeholder {
  color: #20b887;
  font-size: 20px;
}

.from-field-col {
  display: flex;
}

.from-submit-button {
  color: #20b887;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #20b887;
  padding: 0;
  font-size: 20px;
}

.footer-bottom-link-row, .footer-cta-row, .footer-cta-find-us-row {
  display: flex;
}

.font-28 {
  font-size: 28px;
  line-height: 130%;
}

.footer-cta-b {
  border-top: 2px solid #20b887;
  border-left: 2px solid #20b887;
}

.footer-cta-col-l {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.footer-cta-col-r {
  border-left: 2px solid #20b887;
  flex: 1;
  padding: 20px;
}

.footer-cta-icon-link-img {
  max-height: 30px;
  display: block;
}

.footer-cta-icon-row {
  height: 100%;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.footer-cta-icon-col {
  padding-left: 8px;
  padding-right: 8px;
}

.footer-cta-icon-link-b {
  display: block;
}

.footer-cta-icon-link-b:hover {
  opacity: .6;
}

.footer-cta-find-us-col {
  padding-left: 20px;
  padding-right: 10px;
}

.footer-bottom-logo-col {
  padding-right: 20px;
}

.home-contact-top-row {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.lowcap {
  text-transform: none;
}

.home-contact-top-col-r, .home-contact-top-col-l {
  padding-left: 10px;
  padding-right: 10px;
}

.black-link-txt {
  color: #000;
}

.black-link-txt:hover {
  color: #3f8867;
}

.home-contact-bottom-row {
  align-items: flex-end;
  display: flex;
}

.home-contact-bottom-col-r {
  text-align: right;
  flex: 1;
}

.back-to-top-arrow {
  max-width: 100px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}

.back-to-top {
  max-width: 130px;
  margin-left: auto;
  display: block;
  position: relative;
}

.home-contact-bottom-col-l {
  width: 100%;
  max-width: 600px;
  border-top: 2px solid #000;
}

.home-contact-bottom-content-row {
  flex-wrap: wrap;
  display: flex;
}

.home-contact-bottom-details-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.btn-arrow-img-b {
  width: 20px;
  margin-left: auto;
}

.btn-arrow-line {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.btn-arrow-line.green {
  background-color: #20b887;
}

.home-contact-bottom-details-icon-img-hovr {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-contact-bottom-details-icon-img-b {
  position: relative;
}

.home-contact-bottom-details-icon-img-b.mail {
  width: 50px;
}

.home-contact-bottom-details-icon-img-b.ig-fb {
  width: 40px;
}

.home-contact-bottom-details-icon-img {
  width: 100%;
  display: block;
}

.home-contact-bottom-content-col {
  width: 100%;
  border-bottom: 2px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.home-contact-middle, .home-contact-bottom {
  margin-top: 20px;
}

.home-contact-bottom-details-type {
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}

.home-contact-bottom-details {
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.home-contact-bottom-details-icon {
  padding-left: 10px;
  padding-right: 10px;
}

.home-contact-bottom-details-icon-row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.home-contact-bottom-details-icon-col {
  padding-left: 10px;
  padding-right: 10px;
}

.home-contact-bottom-details-icon-link-b {
  display: block;
}

.home-contact-row {
  min-height: 90vh;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.home-content-col-l-row {
  min-height: 90vh;
  flex-flow: column wrap;
  display: flex;
}

.home-content-top-b {
  min-height: 13vh;
  align-items: center;
  display: flex;
}

.home-trees-txt-row {
  align-items: flex-end;
  display: flex;
}

.home-trees-txt-line-b {
  width: 100%;
  height: 4px;
  flex: 1;
}

.home-trees-txt-col {
  padding-right: 20px;
  overflow: hidden;
}

.home-content-col-r-bottom {
  height: 100%;
  border-top: 3px solid #000;
  position: relative;
}

.home-content-col-r-bottom.border-light {
  border-top-color: #20b887;
}

.home-banner-content-col-r-arrow-line-b {
  width: 3px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%);
}

.home-banner-content-col-r-arrow-b {
  width: 100%;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-banner-content-r-col-r-row {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.home-content-col-r-row {
  min-height: 90vh;
}

.home-whatwedo-btn-b {
  min-height: 10vh;
  border-top: 3px solid #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-what-we-do-img {
  width: 100%;
  min-height: 88vh;
  object-fit: cover;
  display: block;
}

.home-value-content {
  min-height: 87vh;
  border-top: 2px solid #20b887;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.home-value-p3-row {
  height: 100%;
  flex-direction: column;
  display: flex;
}

.home-value-p3-content-row {
  height: 100%;
  align-items: center;
  display: flex;
}

.home-p3-txxt-row {
  align-items: center;
  display: flex;
}

.home-p3-txxt-icon {
  width: 40px;
  margin-right: 10px;
}

.home-value-p3-content-col-r {
  height: 100%;
  min-height: 29vh;
  border-left: 3px solid #20b887;
  flex: 1;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
}

.leacrn-more-btn-col {
  flex: 1;
  align-self: center;
}

.list {
  margin-bottom: 0;
  padding-left: 20px;
}

.home-value-p3-col {
  flex: 1;
  position: relative;
}

.home-value-p3-content-col-list-b {
  margin-top: 20px;
}

.home-value-p3-content-col-l {
  width: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-value-p3-content-col-l.home-value-p3-col-02, .home-value-p3-content-col-l.home-value-p3-col-03 {
  opacity: .4;
}

.home-value-content-row {
  flex-flow: row-reverse wrap;
  display: flex;
}

.home-value-img-rotate {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-value-img {
  width: 100%;
  display: block;
}

.home-value-img-b {
  position: relative;
}

.home-value-content-col-l {
  max-width: 30%;
}

.home-value-content-col-r {
  flex: 1;
  padding-left: 20px;
}

.home-vlaue-btn-b {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home-value-p3-content-img-b {
  max-width: 85%;
}

.home-value-p3-col-01 {
  min-height: 29vh;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-value-p3-col-02, .home-value-p3-col-03 {
  min-height: 29vh;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.home-banner-bottom-content-txt-b {
  margin-top: 10px;
}

.home-banner-txt2 {
  z-index: 1;
  color: #000;
  margin-bottom: 5%;
  margin-right: 23%;
  font-size: 10vw;
  font-weight: 600;
  line-height: 130%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-value-p3-col-top-line {
  width: 100%;
  height: 3px;
  background-color: #20b887;
}

.home-banner-content-col-r-txt-col {
  justify-content: center;
  align-items: center;
  padding: 15px 5px;
  display: flex;
}

.home-banner-content-col-r-arrow-img-b {
  width: 22px;
}

.home-banner-content-col-r-arrow-line {
  width: 100%;
  height: 100%;
  background-color: #20b887;
}

.txt-mask {
  overflow: hidden;
}

.home-trees-txt-line {
  width: 100%;
  height: 100%;
  background-color: #000;
}

.home-btn-row {
  flex-wrap: wrap;
  margin-left: -2.5vw;
  display: flex;
}

.upper {
  text-transform: uppercase;
}

.footer-nav-link {
  width: 100%;
  height: 100%;
  color: #20b887;
  text-align: center;
  border-left: 2px solid #20b887;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
  font-size: 28px;
  font-weight: 500;
  display: flex;
}

.footer-nav-link:hover {
  color: #2f3f36;
  background-color: #20b887;
}

.tablet {
  display: none;
}

.leacrn-more-btn-col-l {
  width: 250px;
  align-self: center;
  padding: 10px 2.5vw;
}

.plant-content {
  opacity: .3;
  transform: scale(.8);
}

.home-value-img-rotate-b {
  width: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-value-img-rotate-b.plant, .home-value-img-rotate-b.profit {
  display: none;
}

.home-value-img-rotate-link-b-top {
  width: 100%;
  height: 33%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-value-img-rotate-link-b-left {
  width: 50%;
  height: 67%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-value-img-rotate-link-b-right {
  width: 50%;
  height: 67%;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.profit-content {
  opacity: .3;
  transform: scale(.8);
}

html.w-mod-js [data-ix="back-to-top"] {
  opacity: 0;
  transform: scale(.5);
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="leacrn-more-btn"] {
  opacity: 0;
  transform: translate(-20px);
}

html.w-mod-js [data-ix="width-0"], html.w-mod-js [data-ix="btn-arrow-line"] {
  width: 0;
}

html.w-mod-js [data-ix="btn-arrow-img-b"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -100%);
}

html.w-mod-js [data-ix="common-fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="home-banner-content-col-r-arrow-line"] {
  height: 0;
}

html.w-mod-js [data-ix="home-banner-content-col-r-arrow-img-b"] {
  opacity: 0;
}

html.w-mod-js [data-ix="txt-animation"] {
  transform: translate(0, 100%);
}

html.w-mod-js [data-ix="fade-from-l"] {
  opacity: 0;
  transform: translate(-30px);
}

html.w-mod-js [data-ix="home-trees-txt-line"] {
  width: 0;
}

html.w-mod-js [data-ix="fade-from-r"] {
  opacity: 0;
  transform: translate(30px);
}

html.w-mod-js [data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 26px;
  }

  h1 {
    font-size: 170px;
  }

  h4 {
    font-size: 40px;
  }

  .footer-bottom-col-l {
    width: 200px;
  }

  .footer-bottom-col-r {
    max-width: 800px;
  }

  .home-whatwedo-col-r-top-col-num {
    font-size: 36px;
  }

  .footer-bottom-logo-col {
    padding-right: 0;
  }

  .back-to-top-arrow {
    max-width: 130px;
  }

  .back-to-top {
    max-width: 180px;
  }

  .home-value-content-col-l {
    max-width: 40%;
  }

  .home-value-p3-content-img-b {
    max-width: 80%;
  }
}

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

  .container.footer-bottm {
    padding-left: 0;
  }

  .menu-btn {
    z-index: 2;
    width: 35px;
    padding: 0;
  }

  .menu-btn.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    width: 100%;
    height: 100dvh;
    background-color: #2f3f36;
    padding-top: 88px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header-row {
    margin-right: 0;
  }

  .header-col-l {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    height: auto;
    border-top: 2px solid #20b887;
    border-left-style: none;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-row {
    display: block;
    overflow: auto;
  }

  .footer-bottom-row {
    display: block;
  }

  .footer-bottom-col-l {
    width: 100%;
    padding: 20px 2.5vw;
  }

  .home-content-row {
    display: block;
  }

  .home-content-col-l {
    width: 100%;
  }

  .home-content-col-r {
    width: 100%;
    border-top: 3px solid #000;
    border-left-style: none;
  }

  .home-content-col-r.border-light {
    border-top-color: #20b887;
    border-left-style: none;
  }

  .home-banner-ball-b._02 {
    margin-bottom: 25%;
    margin-left: 50%;
  }

  .home-banner-ball-b._04 {
    margin-bottom: 50%;
  }

  .menu-btn-line-01 {
    width: 100%;
    height: 3px;
    background-color: #20b887;
    padding: 0;
  }

  .menu-btn-line-02 {
    width: 100%;
    height: 3px;
    background-color: #20b887;
    margin-top: 8px;
    padding: 0;
  }

  .home-whatwedo-col-r-row {
    min-height: auto;
  }

  .home-what-we-do-img-b {
    position: static;
  }

  .footer-cta-b {
    border-left-style: none;
  }

  .footer-bottom-logo-link-b {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .home-contact-top-row {
    display: block;
  }

  .home-contact-top-col-r {
    text-align: right;
  }

  .home-contact-bottom-col-l {
    max-width: 550px;
  }

  .home-contact-row {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .home-content-col-l-row {
    min-height: auto;
  }

  .home-content-top-b {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-content-col-r-row, .home-whatwedo-btn-b {
    min-height: auto;
  }

  .home-what-we-do-img {
    min-height: auto;
    object-fit: fill;
  }

  .home-value-content {
    min-height: auto;
    display: block;
  }

  .home-value-p3-content-col-r {
    min-height: auto;
    padding: 10px 5%;
  }

  .home-value-p3-content-col-l.home-value-p3-col-02, .home-value-p3-content-col-l.home-value-p3-col-03 {
    opacity: 1;
  }

  .home-value-p3-content-img-b {
    max-width: 40%;
  }

  .home-value-p3-col-01 {
    min-height: auto;
  }

  .home-value-p3-col-02, .home-value-p3-col-03 {
    min-height: auto;
    opacity: 1;
  }

  .home-banner-txt2 {
    margin-bottom: 13%;
    margin-right: 15%;
  }

  .footer-nav-link {
    height: auto;
    border-top: 2px solid #20b887;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tablet {
    display: block;
  }

  .desktop {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20vw;
  }

  h2 {
    font-size: 56px;
    line-height: 120%;
  }

  h3 {
    font-size: 42px;
  }

  h4 {
    font-size: 24px;
  }

  .home-banner-ball-b {
    width: 70px;
    height: 70px;
    margin-top: 18%;
  }

  .home-banner-ball-b._02 {
    margin-top: 75%;
    margin-bottom: 0%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-banner-ball-b._03 {
    margin-left: 77%;
    display: none;
  }

  .home-whatwedo-row {
    display: block;
  }

  .home-whatwedo-col-l {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-whatwedo-col-r {
    width: 100%;
    border-top: 3px solid #000;
    border-left-style: none;
  }

  .home-banner-bottom-txt-b {
    max-width: none;
    padding-right: 2.5vw;
  }

  .home-banner-content-r-col-r {
    width: 15%;
    padding-top: 80px;
    display: none;
  }

  .leacrn-more-btn-line-b {
    height: 3px;
  }

  .from-submit-button {
    font-size: 18px;
  }

  .footer-bottom-link-row {
    flex-wrap: wrap;
  }

  .footer-cta-row {
    display: block;
  }

  .footer-cta-find-us-row {
    justify-content: center;
  }

  .footer-cta-col-l {
    padding-left: 20px;
  }

  .footer-cta-col-r {
    border-top: 2px solid #20b887;
    border-left-style: none;
  }

  .footer-cta-find-us-col {
    padding-right: 20px;
  }

  .home-contact-bottom-row {
    display: block;
  }

  .home-contact-bottom-col-r {
    margin-top: 20px;
  }

  .home-contact-bottom-col-l {
    max-width: none;
  }

  .home-contact-bottom-content-row {
    margin-top: -30px;
  }

  .home-contact-bottom-details-row {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .home-contact-bottom-content-col {
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-contact-bottom-details-type {
    width: 100%;
    text-align: center;
  }

  .home-contact-bottom-details {
    width: 100%;
    text-align: center;
    border-top: 2px solid #3f8867;
    margin-top: 10px;
    padding-top: 10px;
  }

  .home-contact-bottom-details-icon {
    width: 100%;
    border-top: 2px solid #3f8867;
    margin-top: 10px;
    padding-top: 10px;
  }

  .home-contact-bottom-details-icon-row {
    justify-content: center;
  }

  .home-contact-row {
    padding-bottom: 20px;
  }

  .home-value-p3-content-col-l {
    width: 80px;
  }

  .home-value-content-col-l {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }

  .home-value-content-col-r {
    width: 100%;
    flex: none;
    padding-left: 0;
  }

  .home-banner-txt2 {
    margin-bottom: 21%;
  }

  .footer-nav-link {
    width: 50%;
  }

  .leacrn-more-btn-col-l {
    width: 100%;
    max-width: 30%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }

  .nav-menu {
    padding-top: 78px;
  }

  .header-row {
    height: 70px;
  }

  .header-col-l {
    width: 170px;
  }

  .home-banner-ball-b {
    width: 50px;
    height: 50px;
  }

  .home-banner-ball-b._04 {
    margin-bottom: 90%;
  }

  .home-whatwedo-col {
    flex: none;
  }

  .leacrn-more-btn {
    font-size: 24px;
  }

  .footer-cta-find-us-row {
    display: block;
  }

  .footer-cta-icon {
    margin-top: 10px;
  }

  .footer-cta-icon-row {
    justify-content: center;
  }

  .footer-cta-find-us-col {
    text-align: center;
    padding: 0;
  }

  .back-to-top-arrow {
    max-width: 65px;
  }

  .back-to-top.w--current {
    max-width: 90px;
  }

  .home-contact-bottom-content-row {
    margin-top: -20px;
  }

  .btn-arrow-img-b {
    width: 15px;
  }

  .home-contact-bottom-details-icon-img-b.mail {
    width: 30px;
  }

  .home-contact-bottom-details-icon-img-b.ig-fb {
    width: 25px;
  }

  .home-contact-bottom-content-col {
    margin-top: 20px;
  }

  .home-value-p3-content-img-b {
    max-width: 75%;
  }

  .footer-nav-link {
    font-size: 24px;
  }
}


