:root {
  --white: white;
  --dark-grey: #333;
  --dark-green: #243d2f;
  --charcoal-grey: #464646;
  --lime-green: #6ca40c;
  --grey: #bdbdbd;
  --pale-lime: #f8fee7;
  --medium-grey: #7c7c7c;
  --key-lime: #ddf99d;
  --gainsboro: #dcdcdc;
  --avocado-green: #527c0f;
  --dim-grey: #525252;
  --army-green: #395314;
  --granite-grey: #656565;
  --olive-green: #1c2e05;
  --light-lime-green: #8ccd15;
  --white-smoke: #f5f5f5;
  --moss-green: #426212;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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 {
  background-color: var(--white);
  color: var(--dark-grey);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.navbar {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  max-width: 1440px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px;
}

.navbar-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-link {
  color: var(--charcoal-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--lime-green);
}

.button-outline {
  border: 1px solid var(--charcoal-grey);
  background-color: var(--white);
  text-align: center;
  border-radius: 100px;
  padding: 10px 24px;
  text-decoration: none;
}

.p1-default {
  color: var(--charcoal-grey);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.p1-default.semibold-white {
  color: var(--white);
}

.p1-default.semibold-dark-grey {
  color: var(--dark-grey);
}

.hero-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.hero-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero-left {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.hero-right {
  width: 50%;
  max-width: 645px;
  position: relative;
}

.hero-image {
  width: auto;
  height: 100%;
  overflow: hidden;
}

.image-placeholder {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow: hidden;
}

.hero-label {
  background-color: var(--pale-lime);
  border-radius: 40px;
  padding: 10px 20px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.hero-headline {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.h1-default {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.h1-default.bold-green {
  color: var(--dark-grey);
  text-align: left;
  font-size: 56px;
}

.h1-default.bold-green.center {
  text-align: center;
}

.h1-default.bold-white {
  color: var(--white);
  font-size: 52px;
}

.hero-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h6-default {
  color: var(--medium-grey);
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.h6-default.semibold-pale-lime {
  color: var(--pale-lime);
  font-weight: 600;
}

.h6-default.semibold-dark-grey {
  color: var(--dark-grey);
  text-align: left;
  font-weight: 600;
}

.h6-default.bold-key-lime {
  color: var(--key-lime);
  text-align: left;
  font-weight: 700;
}

.h6-default.bold-lime-green {
  color: var(--lime-green);
  font-weight: 700;
}

.h6-default.regular-pale {
  color: var(--pale-lime);
}

.h6-default.regular-pale._70 {
  opacity: .7;
  text-align: left;
}

.h6-default.center {
  text-align: center;
}

.h6-default.padding {
  margin-top: 20px;
}

.hero-left-header {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-button-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-green);
  text-align: left;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px 12px 24px;
  text-decoration: none;
  display: flex;
}

.main-button-white.center {
  text-align: left;
}

.main-button-white.padinc {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.button-icon {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.icon {
  width: 24px;
  height: 24px;
}

.icon._100px {
  width: 100px;
  height: 100px;
}

.icon._50px {
  width: 50px;
  height: 50px;
}

.hero-numbers {
  border-top: 1px solid var(--gainsboro);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 22px 0 0;
  display: flex;
}

.h3-default {
  color: var(--avocado-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.h3-default.pale-lime {
  color: var(--pale-lime);
  font-size: 42px;
}

.h3-default.dark-grey {
  color: var(--dark-grey);
}

.hero-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph {
  color: var(--dim-grey);
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.paragraph.bold-light-green {
  color: var(--key-lime);
  font-weight: 700;
}

.paragraph.regular-light-grey {
  color: var(--grey);
  line-height: 1.4;
}

.paragraph.bold-lime-green {
  color: var(--lime-green);
  font-weight: 700;
}

.paragraph.regular-lime-green {
  color: var(--lime-green);
}

.paragraph.regular-army-green {
  color: var(--army-green);
}

.paragraph.bold-white {
  color: var(--white);
  font-weight: 700;
}

.paragraph.regular-gainsboro {
  color: var(--gainsboro);
}

.paragraph.bold-avocado {
  color: var(--avocado-green);
  font-weight: 700;
}

.paragraph.bold-avocado.hover {
  position: absolute;
}

.paragraph.bold-grey {
  color: var(--granite-grey);
  font-weight: 700;
  position: static;
}

.paragraph.bold-dark-grey {
  color: var(--dark-grey);
  font-weight: 700;
}

.paragraph.light-pale {
  color: var(--pale-lime);
  font-weight: 300;
}

.hero-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  width: 272px;
  margin-top: 0;
  padding: 8px 8px 16px;
  display: block;
  position: absolute;
  inset: auto 7% -7% auto;
}

.hero-video {
  border-radius: 8px;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.video-placeholder {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero-text {
  padding-left: 8px;
  padding-right: 8px;
}

.benefit-section {
  background-color: var(--dark-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.benefit-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
}

.partner-section {
  margin-top: 0;
  margin-bottom: 0;
}

.partner-wrap {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.benefit-description {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33%;
  height: 100%;
  display: flex;
}

.benefit-img {
  width: 33%;
  height: 487px;
  overflow: hidden;
}

.benefit-points {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 33%;
  display: flex;
}

.benefit-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.benefit-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.benefit-icon {
  background-color: var(--key-lime);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.benefit-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.services-section {
  margin-top: 0;
  margin-bottom: 0;
}

.services-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.services-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.services-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.service-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.service-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.h4-default {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.h4-default.bold-pale-lime {
  color: var(--pale-lime);
  font-weight: 700;
}

.project-location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.h5-default {
  color: var(--medium-grey);
  font-size: 24px;
  line-height: 1.4;
}

.h5-default.semibold-dark-grey {
  color: var(--dark-grey);
  font-weight: 600;
}

.h5-default.bold-avocado {
  color: var(--avocado-green);
  font-weight: 700;
}

.h5-default.regular-white {
  color: var(--white);
}

.h5-default.bold-dark-grey {
  color: var(--dark-grey);
  font-weight: 700;
}

.h5-default.bold-dark-grey.hover {
  position: absolute;
}

.testimonial-section {
  margin-bottom: 100px;
  padding-top: 20px;
}

.testimonial-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.testimonial-img {
  width: 654px;
  height: 418px;
  display: flex;
  overflow: hidden;
}

.testimonial-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pale-lime);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: auto;
  padding: 40px;
  display: flex;
}

.testimonial-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial-profil {
  width: 80%;
}

.testimonial-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.our-work-section {
  background-color: var(--dark-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-work-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  width: 100%;
  display: flex;
}

.our-work-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 500px;
  height: 618px;
  display: flex;
}

.our-work-description {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.our-work-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-work-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  height: 200px;
  display: flex;
}

.our-work-step {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.our-work-step.center {
  margin-top: 0;
}

.our-work-step.bottom {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.p2-default {
  color: var(--gainsboro);
  font-size: 18px;
  line-height: 1.3;
}

.p2-default.semibold-key-lime {
  color: var(--key-lime);
  font-weight: 600;
}

.p2-default.regular-white {
  color: var(--white);
}

.our-work-img-left {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.our-work-img-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.our-work-img-top {
  width: auto;
  height: 50%;
  overflow: hidden;
}

.faq-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.faq-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.faq-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.faq-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--gainsboro);
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.faq-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-photo {
  width: auto;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.blog-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.blog-category {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--lime-green);
  border-radius: 1000px;
  width: 6px;
  height: 6px;
}

.cta-section {
  background-color: var(--pale-lime);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-label {
  background-color: var(--white);
  border-radius: 40px;
  padding: 10px 20px 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.cta-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-description {
  text-align: center;
  width: 70%;
}

.footer-section {
  background-color: var(--dark-green);
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid var(--granite-grey);
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.company-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 30%;
  display: flex;
}

.company-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.company-socmed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-socmed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socmed-link {
  background-color: var(--pale-lime);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-menu {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.menu-quick-links, .footer-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.footer-newsletter {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.footer-link {
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--key-lime);
}

.footer-contact-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #f8fee74d;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 32px;
  display: flex;
}

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

.newsletter-form-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.newsletter-field {
  border-radius: 500px;
  height: 50px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 8px;
}

.newsletter-button {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.about-hero-section {
  margin-top: 0;
  margin-bottom: 0;
}

.about-hero-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-hero-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-hero-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.about-hero-img {
  text-align: center;
  width: auto;
  height: 500px;
  overflow: hidden;
}

.awards-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.awards-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.award-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.award-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-section {
  margin-top: 0;
  margin-bottom: 0;
}

.about-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.about-img {
  width: 50%;
  overflow: hidden;
}

.about-description {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  display: flex;
}

.about-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-numbers {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.value-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.value-title {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.value-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.value-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.value-card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--pale-lime);
  flex-flow: column;
  width: 100%;
  padding: 28px;
  display: flex;
}

.value-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.gallery-section {
  background-color: var(--dark-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gallery-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gallery-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.gallery-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.gallery-subheading {
  width: 50%;
}

.gallery-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.gallery-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 540px;
  display: grid;
}

.gallery-right {
  width: 60%;
  overflow: hidden;
}

.gallery-item {
  width: 258px;
  height: 374px;
  overflow: hidden;
}

.team-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.team-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-photo {
  width: auto;
  height: 400px;
  overflow: hidden;
}

.team-profile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.cta-about-section {
  background-color: var(--dark-grey);
  background-image: url('../images/cta-photo.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-about-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-about-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  display: flex;
}

.button-icon-dark {
  background-color: var(--olive-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.project-hero-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.project-hero-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.project-hero-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.project-hero-subhead {
  text-align: center;
  width: 60%;
}

.recent-project {
  background-color: var(--dark-green);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.recent-project-text {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 48px;
  display: flex;
}

.recent-project-img {
  width: 50%;
  height: 600px;
  overflow: hidden;
}

.recent-project-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.recent-project-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.recent-project-category {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--grey);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.recent-project-frame {
  width: auto;
  height: 100%;
}

.main-button-light {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pale-lime);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px 10px 24px;
  text-decoration: none;
  display: flex;
}

.project-item {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid var(--grey);
  flex-flow: row;
  padding-bottom: 50px;
  display: flex;
}

.project-item-img {
  width: 410px;
  height: 362px;
  overflow: hidden;
}

.project-item-text {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 361.985px;
  display: flex;
}

.project-text-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.project-text-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.project-text-header {
  width: 100%;
}

.project-text-desc {
  width: 100%;
  padding-top: 30px;
}

.project-text-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta-projects-section {
  background-color: var(--pale-lime);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-projects-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-projects-title {
  text-align: center;
  width: 70%;
}

.contact-header-section {
  margin-top: 60px;
  margin-bottom: 80px;
}

.contact-hero-wrap {
  width: 100%;
}

.contact-header-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.contact-hero-subhead {
  text-align: center;
  width: 80%;
}

.contact-from-section {
  background-color: var(--dark-green);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-form-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.contact-form-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  padding: 0 32px 0 0;
  display: flex;
}

.contact-form-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--pale-lime);
  flex-flow: column;
  width: 40%;
  padding: 32px;
  display: flex;
}

.form-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.contact-detail {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.business-hours {
  text-align: right;
  width: 70%;
}

.contact-socmed {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.form-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.form-field {
  background-color: #0000;
  height: 48px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.form-field:active, .form-field:focus, .form-field:focus-visible, .form-field[data-wf-focus-visible] {
  color: var(--dark-grey);
}

.form-field::placeholder {
  color: var(--dim-grey);
}

.form-field:lang(en) {
  color: var(--dark-grey);
}

.form-field.long-text {
  height: 100px;
}

.radio-option {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.radio-button {
  width: auto;
}

.button-form {
  background-color: var(--dark-green);
  border-radius: 100px;
  height: 58px;
  font-weight: 600;
  line-height: 1.2;
}

.button-form.filled-form-contact {
  width: 100%;
}

.cta-contact-section {
  background-color: var(--pale-lime);
}

.cta-contact-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cta-contact-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.project-detail-hero-sec {
  margin-top: 50px;
  margin-bottom: 50px;
}

.project-detail-hero-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.project-detail-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.project-detail-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.project-content-section {
  margin-top: 50px;
  margin-bottom: 100px;
}

.project-content-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.overview {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.execution {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.information-items {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.information-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.information-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utlity-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.lock-icon {
  height: 200px;
}

.form-page-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.text-field {
  border-radius: 90px;
  height: 58px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  line-height: 1.4;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible], .text-field:lang(en) {
  color: var(--dark-grey);
}

.utility-page-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.header-404-section {
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-top: 0;
  display: flex;
}

.header-404-wrap {
  width: 100%;
}

.headimg-custom {
  color: var(--lime-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 230px;
  line-height: 1;
}

._404-page-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-page-bottom {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

._404-page-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-slide {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slide-testimonial {
  width: 100%;
}

.slide-nav {
  display: none;
}

.right-arrow {
  width: 34px;
  height: 34px;
  inset: auto 4% 8% auto;
}

.left-arrow {
  width: 34px;
  height: 34px;
  inset: auto 8% 8% auto;
}

.contact-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.button-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  display: flex;
}

.project-detail-button {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.overlay-hover {
  background-color: #243d2f80;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-decor {
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 100px;
  padding: 8px 24px;
  font-weight: 600;
}

.button-decor:hover {
  border-color: var(--pale-lime);
  background-color: var(--pale-lime);
  color: var(--charcoal-grey);
}

.blog-button {
  display: none;
  position: absolute;
  inset: 48% auto auto 34%;
}

.text-span-heading {
  color: var(--avocado-green);
}

.value-paragraph {
  width: 45%;
}

.about-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.carousel {
  display: flex;
  overflow: hidden;
}

.text {
  position: relative;
  overflow: hidden;
}

.icon-faq {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 5px;
  display: flex;
}

.line-horizontal {
  background-color: var(--light-lime-green);
  width: 18px;
  height: 3px;
  position: absolute;
}

.line-vertical {
  background-color: var(--light-lime-green);
  width: 18px;
  height: 3px;
  transform: rotate(90deg);
}

.ikonik-0exwo, .ikonik-jp2u6, .ikonik-4edhlg, .ikonik-541cwi {
  color: #243d2f;
  width: 35px;
  height: 35px;
}

.ikonik-8nn3r, .ikonik-61es3 {
  color: #6ca40c;
  width: 40px;
  height: 40px;
}

.ikonik-jpzm7 {
  color: #6ca40c;
  width: 45px;
  height: 45px;
  display: flex;
}

.ikonik-lojns, .ikonik-l5vlo, .ikonik-nn1tb, .ikonik-dfhc8k, .ikonik-859fcf {
  color: #6ca40c;
  width: 45px;
  height: 45px;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
}

.ikonik-1237c {
  color: #6ca40c;
  width: 45px;
  height: 45px;
}

.blog-hero-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.blog-hero-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-hero-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-hero-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.h1-default-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.h1-default-2.bold-green {
  color: #333;
  font-size: 56px;
}

.h1-default-2.bold-white {
  color: #fff;
  font-size: 54px;
}

.text-span-heading-2 {
  color: #527c0f;
}

.h6-default-2 {
  color: #7c7c7c;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.cta-blog-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.h5-default-2 {
  color: #7c7c7c;
  font-size: 24px;
  line-height: 1.4;
}

.h5-default-2.bold-dark-grey {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}

.h5-default-2.regular-white {
  color: #fff;
}

.cta-blog-newsletter {
  width: 45%;
}

.cta-blog-section {
  background-color: #f8fee7;
}

.cta-blog-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.newsletter-button-2 {
  color: #fff;
  background-color: #6ca40c;
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.newsletter-button-2.dark-green {
  background-color: #243d2f;
}

.image-placeholder-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: -60px;
  overflow: visible;
}

.information-2 {
  z-index: 3;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #bdbdbd;
  flex-flow: column;
  width: 500px;
  padding: 24px;
  display: flex;
  position: sticky;
  top: 50px;
}

.information-icon-2 {
  background-color: #f8fee7;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.p2-default-2 {
  color: #dcdcdc;
  font-size: 18px;
  line-height: 1.3;
}

.p2-default-2.semibold-dark-grey {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-2 {
  color: #525252;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.main-button-light-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f8fee7;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px 10px 24px;
  text-decoration: none;
  display: flex;
}

.cta-about-section-2 {
  background-color: #333;
  background-image: url('../images/cta-photo.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-icon-dark-2 {
  background-color: #1c2e05;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.p1-default-2 {
  color: #464646;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.p1-default-2.semibold-dark-grey {
  color: #333;
}

.heading {
  text-decoration: none;
}

.bold-text {
  font-size: 32px;
}

.ikonik-e5jcl {
  color: #527c0f;
  width: 35px;
  height: 35px;
}

.ikonik-lca2g, .ikonik-htqz5j, .ikonik-20ijff {
  color: #527c0f;
}

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

.ikonik-j5o5y, .ikonik-8w9tm, .ikonik-t2j4i, .ikonik-d8kf0h, .ikonik-aolld, .ikonik-giz12, .ikonik-90slm, .ikonik-5ag89, .ikonik-1mkkyi, .ikonik-7ei8ek, .ikonik-dx7vz, .ikonik-h6l4oh, .ikonik-6pjkn, .ikonik-71ueqf, .ikonik-b27wvi, .ikonik-v6agi, .ikonik-v4xvp, .ikonik-wzz2a, .ikonik-trwnw, .ikonik-caqqy, .ikonik-twe8x, .ikonik-st37t, .ikonik-5040f, .ikonik-99vgz, .ikonik-yaiqz, .ikonik-9k0hy, .ikonik-4y1lw, .ikonik-n607k, .ikonik-lnm92g, .ikonik-oj934, .ikonik-xtzot, .ikonik-wub7u, .ikonik-c4orx, .ikonik-6onqa {
  color: #527c0f;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9 {
  text-decoration: none;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.container-5 {
  max-width: 1040px;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-block-10 {
  text-decoration: none;
}

.text-block-2 {
  color: var(--dark-grey);
  font-size: 18px;
}

.section {
  margin-top: 20px;
  margin-bottom: 40px;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  font-size: 20px;
  display: flex;
}

.bold-text-3, .text-span-2 {
  text-decoration: underline;
}

.ikonik-ztkqb, .ikonik-bkv7v, .ikonik-iy5r, .ikonik-an1bgi, .ikonik-i5kacl, .ikonik-6dz6c, .ikonik-ei108, .ikonik-q706sf, .ikonik-vwiio, .ikonik-15y2d, .ikonik-ep5hz {
  color: #527c0f;
}

.section-2, .section-3 {
  background-color: #243d2f;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.heading-3 {
  font-size: 26px;
  font-weight: 800;
}

.text-block-3 {
  text-align: left;
}

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container-7 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.form {
  flex-flow: column;
  width: auto;
  display: flex;
}

.form-block, .div-block-5 {
  width: 50%;
}

.ikonik-rkj7t {
  color: #527c0f;
}

.list-item {
  font-size: 18px;
}

.list-item-2, .list-item-3, .list-item-4 {
  margin-top: 10px;
  font-size: 18px;
}

.text-block-4 {
  position: absolute;
}

.div-block-6 {
  align-items: baseline;
  max-width: 40%;
}

.text-block-5, .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  text-decoration: underline;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.link-block-11 {
  text-decoration: none;
}

.bold-text-4 {
  font-size: 20px;
}

.bold-text-5 {
  text-decoration: underline;
}

.ikonik-hscug, .ikonik-h0qp, .ikonik-2hxrs, .ikonik-whc9nk, .ikonik-u9dq1, .ikonik-k83c6, .ikonik-houpg, .ikonik-i4v92, .ikonik-4f46a, .ikonik-chvbhl {
  color: #527c0f;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
  margin-bottom: 20px;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.list-2 {
  font-size: 18px;
}

.list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  padding-bottom: 10px;
}

.ikonik-dsjqq, .ikonik-gcptt, .ikonik-wg0y3, .ikonik-ybdj4f, .ikonik-ov7zu, .ikonik-glma7, .ikonik-1ohss {
  color: #527c0f;
}

.link {
  color: var(--light-lime-green);
}

.ikonik-fkshd, .ikonik-0o2xn, .ikonik-55v7l, .ikonik-sgu6a {
  color: #527c0f;
}

.code-embed {
  width: auto;
  margin-top: 40px;
  margin-bottom: -40px;
  margin-left: 0;
}

.code-embed-2, .code-embed-3, .code-embed-4 {
  margin-top: 40px;
}

.code-embed-5, .code-embed-6 {
  margin-top: -40px;
}

@media screen and (min-width: 1280px) {
  .image-placeholder {
    margin-top: 0;
  }

  .main-button-white {
    padding-bottom: 10px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .benefit-section {
    padding-bottom: 100px;
  }

  .benefit-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .partner-section {
    margin-top: 60px;
  }

  .benefit-points {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .image-placeholder-2 {
    margin-top: 0;
  }

  .paragraph-2 {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-left {
    width: 60%;
  }

  .hero-right {
    width: 60%;
    max-width: 500px;
  }

  .image-placeholder {
    margin-top: 0;
  }

  .hero-card {
    width: 272px;
    padding-bottom: 8px;
  }

  .value-title {
    justify-content: space-between;
  }

  .value-header {
    width: 50%;
  }

  .gallery-item {
    height: auto;
  }

  .form-page-field {
    width: 50%;
  }

  .value-paragraph {
    width: 34%;
  }

  .blog-hero-text {
    width: 70%;
  }

  .image-placeholder-2 {
    margin-top: -60px;
  }

  .information-2 {
    padding-right: 4px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-left {
    width: 70%;
  }

  .hero-left-header {
    width: 100%;
  }

  .hero-numbers {
    width: 95%;
  }

  .partner-section {
    margin-top: 100px;
  }

  .utility-page-wrap {
    width: 100%;
    max-width: none;
    display: flex;
  }

  .blog-hero-text {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    padding-left: 40px;
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    background-color: var(--dark-green);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 100svh;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0% 0% auto auto;
  }

  .nav-link {
    border-bottom: 1px solid var(--grey);
    color: var(--white);
    padding-left: 0;
    font-size: 24px;
  }

  .hero-section {
    margin-top: 30px;
  }

  .hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hero-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .hero-right {
    width: 100%;
    max-width: 100%;
  }

  .hero-image {
    height: 400px;
  }

  .hero-label {
    font-size: 16px;
  }

  .h1-default {
    font-size: 62px;
  }

  .h1-default.bold-green {
    font-size: 62px;
    line-height: 1.2;
  }

  .hero-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .h6-default {
    font-size: 16px;
  }

  .hero-left-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-numbers {
    width: 100%;
  }

  .h3-default.pale-lime, .h3-default.dark-grey {
    font-size: 40px;
  }

  .hero-card {
    right: 5%;
  }

  .benefit-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .benefit-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    height: auto;
  }

  .partner-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .partner-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    place-items: center stretch;
    display: flex;
  }

  .benefit-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    height: auto;
  }

  .benefit-img {
    width: 100%;
    height: 300px;
  }

  .benefit-points {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .benefit-item {
    align-items: flex-start;
  }

  .services-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .services-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-card {
    width: 100%;
  }

  .h4-default {
    font-size: 28px;
  }

  .h5-default {
    font-size: 16px;
  }

  .h5-default.semibold-dark-grey, .h5-default.bold-dark-grey {
    font-size: 20px;
  }

  .testimonial-section {
    margin-bottom: 80px;
  }

  .testimonial-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-img {
    width: 400px;
    height: 380px;
  }

  .testimonial-text {
    padding: 30px;
  }

  .our-work-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .our-work-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .our-work-img {
    width: 100%;
    height: 400px;
  }

  .our-work-description {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .our-work-content {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .our-work-step.center {
    margin-top: 0;
  }

  .our-work-step.bottom {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .p2-default.regular-white {
    font-size: 16px;
  }

  .our-work-img-top {
    height: 48%;
  }

  .faq-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .faq-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .faq-heading {
    width: 100%;
  }

  .cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-label {
    font-size: 16px;
  }

  .cta-content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .footer-section {
    padding-bottom: 30px;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .company-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .company-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer-menu {
    width: 100%;
  }

  .about-hero-section {
    margin-top: 30px;
  }

  .about-hero-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-hero-title {
    text-align: center;
  }

  .about-hero-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .about-hero-img {
    height: 340px;
  }

  .about-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .about-wrap {
    flex-flow: column;
  }

  .about-img {
    width: auto;
    height: 300px;
  }

  .about-description {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .value-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .value-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .value-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .value-header {
    width: 100%;
  }

  .value-card {
    padding: 20px;
  }

  .gallery-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .gallery-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .gallery-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .gallery-header, .gallery-subheading {
    width: 100%;
  }

  .gallery-left {
    width: 60%;
  }

  .gallery-right {
    width: 40%;
  }

  .gallery-item {
    width: auto;
    height: 250px;
  }

  .team-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .team-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .cta-about-content {
    width: 100%;
  }

  .project-hero-section {
    margin-top: 30px;
  }

  .project-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-hero-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .project-hero-subhead {
    width: 100%;
  }

  .recent-project {
    flex-flow: column;
    height: auto;
  }

  .recent-project-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .recent-project-img {
    width: 100%;
    height: auto;
  }

  .recent-project-frame {
    height: 300px;
  }

  .project-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .project-item-img {
    width: auto;
    height: 300px;
  }

  .project-item-text {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    height: auto;
  }

  .cta-projects-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-projects-title {
    width: 100%;
  }

  .contact-header-section {
    margin-top: 30px;
  }

  .contact-hero-header {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .contact-hero-subhead {
    width: 100%;
  }

  .contact-form-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .contact-form-left {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    padding: 0;
  }

  .contact-form-right {
    width: 100%;
  }

  .cta-contact-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-contact-text {
    width: 100%;
  }

  .project-detail-hero-sec {
    margin-top: 40px;
  }

  .project-detail-title {
    width: 100%;
  }

  .project-detail-img {
    height: 400px;
  }

  .project-content-wrap {
    flex-flow: column;
  }

  .content-details {
    width: 100%;
  }

  .information-items {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lock-icon {
    height: 150px;
  }

  .headimg-custom {
    font-size: 200px;
  }

  .right-arrow {
    bottom: 6%;
  }

  .left-arrow {
    bottom: 6%;
    right: 11%;
  }

  .menu-icon-line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button {
    z-index: 2;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 4;
    background-color: #0000;
  }

  .button-menu {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .header-top {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-line-top {
    background-color: var(--dark-green);
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line-middle {
    background-color: var(--dark-green);
    width: 30px;
    height: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line-bottom {
    background-color: var(--dark-green);
    width: 30px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .value-paragraph {
    width: 100%;
  }

  .about-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-hero-section {
    margin-top: 30px;
  }

  .container-2 {
    padding-left: 40px;
  }

  .blog-hero-text {
    width: 100%;
  }

  .h1-default-2 {
    font-size: 62px;
  }

  .h1-default-2.bold-green {
    font-size: 62px;
    line-height: 1.2;
  }

  .h6-default-2 {
    font-size: 16px;
  }

  .cta-blog-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h5-default-2 {
    font-size: 16px;
  }

  .h5-default-2.bold-dark-grey {
    font-size: 20px;
  }

  .cta-blog-newsletter {
    width: 60%;
  }

  .cta-blog-text {
    width: 100%;
  }

  .container-4 {
    padding-left: 40px;
  }

  .information-2 {
    order: -1;
    width: 100%;
    position: static;
  }

  .container-8, .container-9 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    z-index: 99;
    background-color: var(--white);
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    top: 0;
    box-shadow: 0 2px 15px #0000001a;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-brand.w--current {
    padding-left: 0;
  }

  .p1-default.semibold-white {
    font-size: 14px;
  }

  .hero-section {
    margin-top: 120px;
  }

  .hero-label {
    font-size: 16px;
  }

  .h1-default, .h1-default.bold-green {
    font-size: 50px;
  }

  .h3-default, .h3-default.pale-lime, .h3-default.dark-grey {
    font-size: 36px;
  }

  .benefit-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .partner-wrap {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    min-width: auto;
  }

  .benefit-img {
    height: 300px;
  }

  .benefit-points {
    display: flex;
  }

  .services-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .services-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h4-default {
    font-size: 24px;
  }

  .project-location {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h5-default.bold-dark-grey {
    font-size: 16px;
  }

  .testimonial-section {
    margin-bottom: 60px;
  }

  .testimonial-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-card {
    flex-flow: column;
    height: auto;
  }

  .testimonial-img {
    width: auto;
  }

  .testimonial-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .our-work-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-work-description {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .our-work-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .faq-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .blog-photo {
    height: 300px;
  }

  .footer-top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-newsletter {
    width: 100%;
  }

  .about-hero-section {
    margin-top: 120px;
  }

  .about-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .about-hero-title {
    text-align: center;
    width: 80%;
  }

  .about-hero-img {
    height: 259px;
  }

  .awards-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .awards-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .award-item {
    flex-flow: row;
  }

  .award-text {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .about-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .about-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-img {
    height: 250px;
  }

  .about-description {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .value-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .value-content {
    flex-flow: column;
  }

  .value-card {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .value-text {
    width: 80%;
  }

  .gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gallery-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .gallery-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80%;
  }

  .gallery-item {
    width: 100%;
    height: 150px;
  }

  .team-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .team-photo {
    height: 300px;
  }

  .project-hero-section {
    margin-top: 120px;
  }

  .project-item-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .project-text-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .project-text-desc {
    padding-top: 0;
  }

  .cta-projects-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-header-section {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .contact-from-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-form-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .project-detail-hero-sec {
    margin-top: 120px;
  }

  .project-detail-hero-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-content-section {
    margin-bottom: 60px;
  }

  .information-items {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    display: flex;
  }

  .lock-icon {
    height: 100px;
  }

  .form-page-field {
    width: 100%;
  }

  .headimg-custom {
    font-size: 150px;
  }

  ._404-page-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-arrow {
    bottom: 4%;
  }

  .left-arrow {
    bottom: 4%;
    right: 14%;
  }

  .carousel {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-hero-section {
    margin-top: 120px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-hero-title {
    text-align: center;
  }

  .h1-default-2, .h1-default-2.bold-green {
    font-size: 50px;
  }

  .h5-default-2.bold-dark-grey {
    font-size: 16px;
  }

  .cta-blog-newsletter {
    width: 80%;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-without-image, .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-brand.w--current {
    width: auto;
  }

  .nav-menu {
    width: 90%;
  }

  .hero-image {
    height: 300px;
  }

  .hero-label {
    font-size: 14px;
  }

  .h1-default {
    font-size: 40px;
    line-height: 1.1;
  }

  .h1-default.bold-green {
    font-size: 40px;
  }

  .hero-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

  .h6-default {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-left-header {
    width: 100%;
  }

  .main-button-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 8px;
  }

  .icon._100px {
    width: 80px;
    height: 80px;
  }

  .hero-numbers {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-default.pale-lime, .h3-default.dark-grey {
    font-size: 32px;
  }

  .h3-default.hero-number {
    font-size: 28px;
  }

  .hero-number {
    text-align: center;
  }

  .paragraph.hero-number {
    font-size: 13px;
  }

  .hero-card {
    display: none;
  }

  .benefit-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .partner-section {
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  .partner-wrap {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .partner-wrap._1 {
    display: none;
  }

  .benefit-img {
    height: 250px;
  }

  .services-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .service-card {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .service-text {
    text-align: center;
  }

  .project-location {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .h5-default.bold-dark-grey {
    font-size: 16px;
  }

  .testimonial-img {
    height: 350px;
  }

  .testimonial-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-profil {
    width: 100%;
  }

  .our-work-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .our-work-img {
    flex-flow: column;
  }

  .our-work-img-left {
    width: 100%;
  }

  .our-work-img-right {
    width: 100%;
    overflow: hidden;
  }

  .faq-card {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-photo {
    height: 250px;
  }

  .blog-category {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dot {
    display: none;
  }

  .cta-label {
    font-size: 14px;
  }

  .cta-description {
    width: 100%;
  }

  .company-description {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-menu {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contact-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .newsletter-form-field {
    flex-flow: column;
  }

  .about-hero-section {
    margin-top: 120px;
  }

  .about-hero-title {
    width: 100%;
  }

  .about-hero-img {
    height: 220px;
  }

  .award-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .award-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .about-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-img {
    height: 200px;
  }

  .about-description, .about-header {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .about-numbers {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .number {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .value-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .value-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .value-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
  }

  .value-text {
    width: 100%;
  }

  .gallery-content {
    flex-flow: column;
  }

  .gallery-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .gallery-right {
    width: auto;
  }

  .team-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .team-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .team-photo {
    height: 300px;
  }

  .project-hero-section {
    margin-top: 120px;
  }

  .recent-project-text {
    padding: 30px;
  }

  .recent-project-category {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .project-item {
    width: 100%;
    padding-bottom: 30px;
  }

  .project-item-img {
    height: 250px;
  }

  .project-item-text {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .project-text-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-text-header {
    width: 100%;
  }

  .project-text-desc {
    width: 100%;
    padding-top: 0;
  }

  .project-text-right {
    flex-flow: column;
  }

  .contact-form-right {
    padding: 20px;
  }

  .business-hours {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: column;
    display: flex;
  }

  .form-title {
    flex-flow: wrap;
  }

  .button-form {
    line-height: 1.2;
  }

  .project-detail-hero-sec {
    margin-top: 120px;
  }

  .project-detail-img {
    height: 250px;
  }

  .project-content-wrap, .content-details {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .information-text {
    width: 100%;
  }

  .utility-page-form {
    width: 90%;
  }

  .text-field {
    font-size: 16px;
  }

  .headimg-custom {
    font-size: 100px;
  }

  ._404-page-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonial-slide {
    padding-bottom: 0;
  }

  .right-arrow {
    display: none;
    bottom: 1%;
    right: 32%;
  }

  .left-arrow {
    display: none;
    bottom: 1%;
    right: 53%;
  }

  .contact-footer {
    justify-content: flex-start;
  }

  .menu-button {
    padding: 0;
  }

  .project-detail-button {
    width: 100%;
  }

  .menu-line-top, .menu-line-middle, .menu-line-bottom {
    width: 25px;
  }

  .blog-hero-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .h1-default-2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .h1-default-2.bold-green {
    font-size: 40px;
  }

  .h6-default-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .h5-default-2.bold-dark-grey {
    font-size: 16px;
  }

  .information-2 {
    padding: 20px;
  }

  .p2-default-2.semibold-dark-grey {
    font-size: 16px;
  }

  .container-8, .container-9 {
    max-width: none;
  }
}

#w-node-_840c0f02-08a8-2492-4ee9-c903ce5a34a6-ce50abe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84b7c29e-4bfd-c7ba-4c63-8fc78d1a7ffa-af684d36, #w-node-_19cf3538-1fbe-cb2f-1fec-cf1906254ae3-af684d36 {
  place-self: auto;
}


