:root {
  --white: #f9fbf3;
  --dark-green: #374836;
  --green: #556656;
  --black: #0e0e0e;
  --light-green-v2: #a9d3b0;
  --light-green: #e1ece3;
  --green-v2: #718b73;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--white);
}

.navbar {
  background-color: #0000;
}

.container {
  max-width: 1440px;
  padding-left: 80px;
  padding-right: 80px;
  position: static;
}

.container.team-container {
  display: none;
}

.nav-link {
  color: var(--white);
  align-self: center;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--white);
  text-decoration-color: var(--white);
  font-weight: 700;
}

.nav-link.dark-green {
  color: var(--dark-green);
}

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

.nav-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  display: flex;
}

.search-navigation {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.hero-section {
  background-color: var(--black);
  background-image: linear-gradient(#28382778, #2f402e96 14%, #374836f0 77%), url('../images/472735769_8994828067272089_6179282737228183807_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 64px;
}

.hero-content {
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrap {
  justify-content: space-between;
  display: flex;
}

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

.hero-right-content {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.h1.dark-green {
  color: var(--dark-green);
}

.h1.dark-green.semibold {
  font-weight: 600;
}

.h1.dark-green.semibold.center {
  text-align: center;
}

.p2 {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.p2.tag-dark {
  color: var(--dark-green);
  width: auto;
  font-weight: 500;
}

.p2.black {
  color: var(--black);
}

.p2.black.type {
  width: auto;
  font-weight: 300;
}

.p2.dark-green {
  color: var(--dark-green);
  width: auto;
  font-weight: 400;
}

.p2.dark-green.center {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.p2.dark-green.center.semi-bold {
  font-weight: 600;
}

.p2.tag-light {
  width: auto;
}

.p2.opacity-70 {
  opacity: .7;
  font-weight: 300;
  line-height: 1.5;
}

.p2.normal {
  font-weight: 400;
}

.p2.normal.tags {
  width: 100%;
}

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

.p2.green {
  color: var(--green);
  font-weight: 300;
  line-height: 1.5;
}

.p2.green.normal {
  font-weight: 400;
}

.p2.green.normal.footer {
  border-left: 2px solid var(--dark-green);
  width: 300px;
  padding-left: 32px;
  display: flex;
}

.p2.medium {
  font-weight: 500;
}

.p2.faq {
  width: 90%;
}

.p2.semibold {
  font-weight: 600;
}

.p2.hero {
  width: 70%;
  font-weight: 300;
  line-height: 1.5;
}

.p2.faq-title {
  width: auto;
}

.p2._404-page {
  width: 60%;
}

.p2.reference {
  width: 120px;
}

.p2.light-green {
  color: var(--light-green-v2);
}

.hero-buttons {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  display: flex;
}

.button {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  padding: 10px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.button.green {
  background-color: var(--dark-green);
  color: var(--white);
  justify-content: center;
  display: flex;
}

.button-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: var(--white);
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.text-link {
  color: var(--white);
  text-underline-position: under;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  text-decoration: underline;
}

.text-link.black {
  color: var(--black);
}

.satisfied-client {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white);
  border-radius: 20px;
  flex-flow: column;
  width: 160px;
  padding: 20px 16px;
  display: flex;
}

.h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.h4.dark-green {
  color: var(--dark-green);
}

.h4.dark-green.center {
  text-align: center;
}

.h4.dark-green.testimonials {
  margin-bottom: 56px;
}

.p1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.p1.dark-green {
  color: var(--dark-green);
}

.p1.dark-green.reference {
  width: 120px;
}

.p1.semibold {
  font-weight: 600;
}

.p1.normal {
  color: var(--light-green-v2);
  font-size: 20px;
  font-weight: 400;
}

.triple-circle {
  width: 80px;
}

.hero-location-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .25px solid var(--light-green);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  background-image: linear-gradient(37deg, #ffffff1a, #ffffff80);
  border-radius: 20px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.location-icon {
  width: 22px;
}

.arrow-button {
  width: 16px;
  transition: opacity .2s;
}

.button-arrow-green {
  background-color: var(--dark-green);
  border-radius: 50px;
  flex-flow: column;
  padding: 16px 16px 10px;
}

.button-arrow-green.white {
  background-color: var(--white);
}

.button-arrow-green.cta-button {
  height: 50px;
}

.button-arrow-green.cta-button.service-pgae {
  background-color: var(--white);
}

.hero-location-top {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  display: flex;
}

.hero-location-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.p3 {
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 200;
}

.p3.hero {
  width: 250px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.p3.green {
  color: var(--green);
}

.p3.green.center {
  text-align: center;
  font-size: 14px;
}

.p3.team-1 {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

.p3.dark-green {
  color: var(--dark-green);
}

.p3.dark-green.reference {
  width: 120px;
}

.values-section {
  margin: 100px auto;
  display: none;
}

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

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

.h2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 68px;
}

.h2.white.faq, .h2.white.mobile-l {
  width: 80%;
}

.h2.work {
  width: 65%;
}

.h2.team {
  width: 80%;
}

.h2.dark-green {
  color: var(--dark-green);
}

.h2.dark-green.reference {
  text-transform: uppercase;
  font-weight: 700;
}

.h2.white {
  color: #f9fbf3;
  align-self: auto;
  width: 80%;
}

.h2.white.services-cta {
  position: relative;
  top: 155px;
}

.span-text-v1 {
  background-color: var(--light-green-v2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.values-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.values-type-and-button {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.values {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--dark-green);
  justify-content: space-between;
  width: 220px;
  padding-bottom: 14px;
  display: flex;
}

.values.light {
  border-bottom-color: var(--white);
}

.values-content-up {
  justify-content: space-between;
  display: flex;
}

.values-types {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.values-content-down {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.values-point {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.values-point-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 70%;
  display: grid;
}

.value-image {
  width: 48px;
}

.how-it-works-section {
  background-color: var(--dark-green);
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.how-it-works-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.how-it-works-title {
  justify-content: space-between;
  display: flex;
}

.hiw-point {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1.5px none var(--white);
  flex-flow: column;
  display: flex;
}

.hw-point-top {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border-bottom: 1px solid var(--white);
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 0;
  padding-right: 120px;
  display: flex;
}

.how-it-work-point-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-left: 1.5px none var(--white);
  flex-flow: column;
  display: flex;
}

.hiw-point-bottom {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-left: 275px;
  display: flex;
}

.services-section {
  margin: 100px auto;
}

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

.service-title {
  justify-content: space-between;
  display: flex;
}

.service-card {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.service-card.w--current {
  background-color: var(--black);
  overflow: hidden;
}

.service-card-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#0e0e0e00, #0e0e0eb3 50%);
  background-clip: border-box;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 33px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.service-card-tag-arrow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: absolute;
}

.tag-block {
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#acacac1c, #c7c7c769);
  border-radius: 50px;
  padding: 8px 15px;
  text-decoration: none;
}

.tags-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  width: 100%;
  display: none;
}

.tags-wrap.type-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: flex;
}

.arrow-right-diagonal {
  width: 16px;
}

.testimonial-section {
  background-color: var(--light-green);
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.testimonial-name {
  flex-flow: column;
  display: flex;
}

.slider {
  background-color: #0000;
  flex-flow: row;
  flex: 1;
  display: block;
}

.testimonials-wrap-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.right-arrow, .left-arrow {
  justify-content: center;
  display: flex;
}

.arrow-right-dark, .arrow-left-dark {
  width: 48px;
}

.slide {
  width: 80%;
  margin-left: 125px;
  margin-right: 125px;
}

.work-section {
  margin-top: 100px;
  margin-bottom: 100px;
  display: none;
}

.work-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.work-title {
  justify-content: space-between;
  display: flex;
}

.work-tag-button.dark {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.work-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.work-image {
  border-radius: 30px;
  width: 100%;
  height: 480px;
}

.work-information {
  justify-content: space-between;
  display: flex;
}

.work-name-detail, .work-location-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.work-details {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  width: 40%;
  display: flex;
}

.work-description {
  width: 45%;
  display: flex;
}

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

.cta-section.hero-page {
  background-color: var(--black);
  background-image: linear-gradient(135deg, #00000080, #0000), url('../images/488186576_9494564593965098_7715783080600253542_n.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-section.service {
  background-color: var(--black);
  background-image: linear-gradient(76deg, #00000045, #374836e8), url('../images/473188738_8994828037272092_1861199428675713826_n_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-wrap {
  width: 100%;
}

.cta-text {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.footer-section {
  background-color: var(--light-green);
  padding-top: 100px;
  padding-bottom: 36px;
}

.footer-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-title {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-title-email {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
}

.subscription-box {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 20px 20px 35px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

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

.footer-menu {
  border-bottom: 1px solid #0000;
  text-decoration: none;
}

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

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

.footer-down {
  border-top: 1px solid var(--dark-green);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.footer-policy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.line {
  background-color: var(--white);
  width: auto;
  display: block;
}

.line.contact {
  width: 100%;
}

.line-separator {
  width: 2px;
}

.heading-section {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  height: 420px;
  padding-top: 40px;
  padding-bottom: 64px;
  display: flex;
}

.heading-section.about {
  background-color: var(--black);
  background-image: linear-gradient(#0000, #000000b3), url('../images/Employment-1-1024x518.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-section.about.about-header {
  background-image: linear-gradient(#0000, #000000b3), url('../images/485873819_9431747800246778_5050557040817538488_n.jpg');
  background-position: 0 0, 50%;
}

.heading-section.services {
  background-color: var(--black);
  background-image: linear-gradient(#0000, #000000b3), url('../images/494505845_1347622654039620_4516710472442240967_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-section.projects {
  background-color: var(--black);
  background-image: linear-gradient(#0000, #000000b3), url('../images/Heading-Section-Project.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-section.contact {
  background-color: var(--black);
  background-image: linear-gradient(#0000, #000000b3), url('../images/488865040_1318698016932084_8441885250572025652_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.heading-section._404 {
  background-color: var(--black);
  background-image: url('../images/404-page_1404 page.png');
  height: auto;
}

.heading-section.password {
  background-color: var(--dark-green);
  background-image: none;
  height: auto;
  padding-bottom: 40px;
}

.heading-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.heading-title.service {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

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

.tag-header {
  text-decoration: none;
}

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

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

.about-up {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.h3 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.h3.white {
  color: var(--white);
}

.h3.about {
  width: 100%;
}

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

.about-down {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  height: 300px;
  display: flex;
}

.about-image {
  width: 100%;
  height: 100%;
}

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

.team-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.team-title {
  justify-content: space-between;
  display: flex;
}

.member-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.member-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.arrow {
  z-index: 3;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.member-info {
  z-index: 3;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.logo-section {
  background-color: var(--light-green);
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
  overflow: visible;
}

.logo-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.logo-1 {
  width: 162px;
  max-width: 100%;
  height: auto;
}

.logo-2 {
  flex: 0 auto;
  width: 162px;
  max-width: 100%;
  height: auto;
}

.logo-3, .logo-4, .logo-5 {
  width: 162px;
  max-width: 100%;
  height: auto;
}

.logo-6 {
  width: 162px;
  max-width: 100%;
  height: 28px;
}

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

.gallery-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gallery-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20%;
  display: flex;
}

.gallery-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 75%;
  height: 700px;
  display: flex;
}

.gallery-image-1-wrap {
  border-radius: 20px;
  justify-content: space-between;
  width: 45%;
  display: block;
  overflow: hidden;
}

.gallery-image-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 45%;
  display: flex;
}

.gallery-image-3-wrap {
  border-radius: 20px;
  height: 70%;
  overflow: hidden;
}

.gallery-image-2-wrap {
  border-radius: 20px;
  height: 40%;
  overflow: hidden;
}

.gallery-image-4-wrap {
  border-radius: 20px;
  height: 75%;
  overflow: hidden;
}

.gallery-image-5-wrap {
  border-radius: 20px;
  height: 25%;
  overflow: hidden;
}

.cta-wrap-type-2 {
  background-color: var(--black);
  background-image: linear-gradient(304deg, #0000, #000000b3), url('../images/Decks_New.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  height: 500px;
  padding: 32px;
  display: flex;
}

.cta-wrap-type-2.service-details {
  background-image: linear-gradient(#0000, #000000b3), url('../images/487217882_9469785829776308_4698278331829081145_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-section-type-2 {
  margin-bottom: 100px;
  display: block;
}

.cta-section-type-2.service-details {
  margin-top: 100px;
}

.cta-title-tag {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  display: flex;
}

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

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

.service-item {
  flex-flow: column;
  justify-content: space-between;
  height: 450px;
  display: flex;
  position: relative;
}

.service-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(180deg, #0000, var(--black));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 24px 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.project-list-section {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-list-wrap {
  width: 100%;
}

.project {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--dark-green);
  border-bottom: 1px none var(--dark-green);
  justify-content: space-between;
  width: 100%;
  max-width: none;
  height: 500px;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.project-information {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.project-information-detail {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

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

.faq-wrap {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.faq-title-tag {
  justify-content: space-between;
  display: flex;
}

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

.faq-image {
  background-image: url('../images/FAQ-Image_1FAQ Image.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 30%;
  min-height: 330px;
}

.question-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 65%;
}

.question-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black var(--white) var(--green) black;
  cursor: pointer;
  padding-bottom: 30px;
}

.question {
  justify-content: space-between;
  width: 100%;
}

.arrow-line {
  width: 28px;
}

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

.contact-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 350px;
}

.map {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-information-wrap {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.contact-detail-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contact-detail-information-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.contact-detail-info-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.message-section {
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.message-wrap {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.message-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--light-green);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 60%;
  height: 500px;
  padding: 40px 40px 60px;
  display: flex;
}

.message-image-wrap {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 50%;
  height: 500px;
  overflow: hidden;
}

.text-field {
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px solid #0000;
  border-radius: 0;
  padding: 12px 16px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
}

.text-field:focus {
  border: 1.5px solid var(--white);
  background-color: var(--light-green);
}

.text-field::placeholder {
  color: var(--green);
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 300;
}

.text-field.password {
  border-color: var(--light-green);
  background-color: #fff;
}

.form-message {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.submit-button {
  background-color: var(--dark-green);
  color: var(--white);
  border-radius: 0;
  height: 45px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.submit-button.subcription {
  width: 30%;
  height: 100%;
  padding: 22px 20px 20px;
}

.success-message {
  background-color: var(--white);
  color: var(--dark-green);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.error-message {
  color: #c41717;
  background-color: #0000;
  padding: 10px 0 0;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  position: relative;
}

.danger {
  align-items: flex-start;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
}

.danger-text {
  color: #ee404c;
  text-align: left;
  padding-left: 30px;
}

.back-home-button {
  background-color: var(--white);
  color: var(--dark-green);
  padding-left: 40px;
  padding-right: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.lock {
  height: 200px;
}

.lock-icon {
  width: 100px;
  height: 200px;
  display: inline;
}

.password-fiels {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.navigation-inner {
  margin-top: 40px;
}

.project-content-section {
  margin: 64px auto 100px;
}

.project-content-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-top: 1px solid var(--green);
  border-bottom: 1px solid var(--green);
  cursor: pointer;
  flex-flow: row;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-content-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.project-content-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.image-service-vertical {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.project-content-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.features-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  display: none;
}

.features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-green);
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.icon-feature {
  width: 32px;
}

.service-description {
  color: var(--green);
  width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.testimonial-service-section {
  margin: 100px auto;
}

.testimonial-service-wrap {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  display: flex;
}

.testi-person-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.testi-name-details {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.testi-photo {
  width: 64px;
  height: 64px;
}

.left-arrow-2 {
  inset: auto 6% 15% auto;
}

.right-arrow-2 {
  inset: auto 0% 15% auto;
}

.video-wrap {
  width: 35%;
}

.image-service-horizontal {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video {
  border-radius: 20px;
  height: 100%;
}

.values-image-wrap {
  border-radius: 20px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.value-image-hero, .values-image-about {
  width: 100%;
  height: 100%;
}

.service-hideline-image-wrap {
  border-radius: 30px;
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.service-hideline-image {
  background-color: var(--black);
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.service-collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.work-section-hero {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.subscription-form {
  box-sizing: content-box;
  display: flex;
}

.success-message-2 {
  background-color: var(--dark-green);
  color: var(--white);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

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

.service-image-wrap {
  border-radius: 20px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.service-image {
  background-color: var(--black);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.collection-list-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-image-wrap {
  border-radius: 20px;
  width: 50%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-contact {
  border-radius: 20px;
  width: 50%;
  height: 350px;
}

.message-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.search-bar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.search-navigation-button {
  background-color: #0000;
  background-image: url('../images/Search-Icon_1Search Icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 15px;
}

.search-navigation-button.inner-page {
  background-image: url('../images/Search-Dark_1Search Dark.png');
  background-position: 50%;
  background-size: contain;
}

.search-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white) var(--green);
  color: var(--white);
  background-color: #0000;
  width: 120px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-weight: 300;
}

.search-input.green {
  border-bottom-color: var(--green);
}

.about-image-wrap {
  border-radius: 20px;
  width: 65%;
  overflow: hidden;
}

.gallery-image-1 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  overflow: visible;
}

.gallery-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.gallery-image-3, .gallery-image-4, .gallery-image-5 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-project {
  max-width: none;
}

.service-content-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.service-image-horizontal {
  border-radius: 20px;
  overflow: hidden;
}

.service-image-vertical {
  border-radius: 20px;
  width: 37%;
  height: 20%;
  overflow: hidden;
}

.service-collection-3, .service-collection-2, .service-collection-1 {
  display: none;
}

.hiw-point-wrap-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px dashed #f9fbf366;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.hiw-point-wrap-bottom {
  border-left: 1px dashed #f9fbf366;
  padding-top: 40px;
  padding-left: 40px;
}

.hiw-point-wrap-vertical {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: none;
}

.team-member {
  width: 100%;
  height: 350px;
  position: relative;
}

.arrow-left-diagonal {
  width: 16px;
}

.button-arrow-white {
  background-color: var(--white);
  border-radius: 50px;
  padding: 16px 16px 10px;
  display: none;
}

.team-image-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gradient-member {
  z-index: 2;
  background-image: linear-gradient(180deg, #0000, var(--dark-green));
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.selected-image-project {
  z-index: -1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-project-selected-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.description-project {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.project-point {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.description-project-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: none;
  overflow: visible;
}

.color-name {
  color: #22222280;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
}

.color-purple {
  background-color: var(--green);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.color-white {
  background-color: var(--white);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.header-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #222;
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.text-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.hex-code {
  color: var(--dark-green);
  letter-spacing: -1px;
  text-transform: uppercase;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: .9;
}

.item-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.color-orange {
  background-color: var(--light-green);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.head-block {
  border-bottom: 1px solid #2223;
  padding-bottom: 10px;
}

.color-black {
  background-color: var(--dark-green);
  border: 1px solid #888;
  width: 100px;
  height: 100px;
}

.items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.guide-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  align-self: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.color-pink {
  background-color: var(--black);
  border: 1px solid #222;
  width: 100px;
  height: 100px;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

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

.container-1340px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  display: flex;
}

.main-button-wrap-reference {
  border: 1px solid var(--green);
}

.items-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.guide-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  align-self: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.heading-1 {
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.heading-3 {
  color: #222;
  flex-flow: row;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.heading-3.reference {
  text-transform: uppercase;
  font-size: 48px;
}

.guide-wrapper-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  align-self: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  display: flex;
}

.hex-code-2 {
  color: #222;
  letter-spacing: -1px;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: .9;
}

.paragraph-1 {
  color: #222;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.paragraph-1.left {
  color: #222;
  text-align: left;
}

.heading-4 {
  color: #22222280;
}

.search-result {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search-result-bar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--light-green);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 270px;
  display: flex;
}

.search-result-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.search-button {
  background-color: var(--dark-green);
}

.search-wrap {
  justify-content: center;
  align-items: center;
  height: 40px;
  display: flex;
}

.search-result-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.search-result-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.search-result-item-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--green);
  border-radius: 20px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.image {
  display: none;
}

.span-text-v2 {
  background-color: var(--light-green-v2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.h2b {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
}

.h2b.white {
  color: var(--white);
}

.h2b.white.mobile-l {
  width: 80%;
}

.h2b.work {
  width: 65%;
}

.h2b.dark-green {
  color: var(--dark-green);
}

.h2b.dark-green.reference {
  text-transform: uppercase;
  font-weight: 700;
}

.hiw-point-wrap-top-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px dashed #f9fbf366;
  padding-bottom: 40px;
  padding-left: 40px;
  display: flex;
}

.image-2 {
  object-fit: cover;
}

.overlay-bg {
  background-color: #0e0e0e80;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.main-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  min-height: 600px;
  padding-left: 160px;
  padding-right: 160px;
  display: flex;
}

.carousel {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.lottie-animation, .lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6 {
  width: 32px;
  height: 32px;
}

.logo-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 40px;
  display: flex;
}

.lottie-animation-7 {
  width: 108px;
}

.image-3 {
  display: none;
}

.lottie-animation-8 {
  width: 108px;
}

.image-4 {
  display: none;
}

.span-text-v3 {
  background-color: var(--green-v2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text {
  color: var(--white);
}

.bold-text-2 {
  background-image: linear-gradient(347deg, var(--light-green-v2), white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-5 {
  max-width: 50%;
}

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

.image-6 {
  max-width: 60%;
}

.bold-text-3 {
  background-image: linear-gradient(180deg, #fff 15%, var(--light-green-v2));
  color: var(--light-green-v2);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: underline;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--light-green-v2);
}

.link {
  color: var(--green-v2);
  text-decoration: none;
}

.image-7 {
  max-width: 60%;
}

.image-8 {
  display: none;
}

.button-2 {
  color: #0e0e0e;
  text-align: center;
  background-color: #f9fbf3;
  padding: 10px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.button-2.green {
  color: #f9fbf3;
  background-color: #374836;
  justify-content: center;
  display: flex;
}

.nav-link-2 {
  color: #f9fbf3;
  align-self: center;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.nav-link-2.w--current {
  color: #f9fbf3;
  font-weight: 700;
  -webkit-text-decoration: underline #f9fbf3;
  text-decoration: underline #f9fbf3;
}

.nav-link-2.dark-green {
  color: #374836;
}

.nav-menu-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  display: flex;
}

.features-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e1ece3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.lottie-animation-9 {
  width: 32px;
  height: 32px;
}

.line-2 {
  background-color: #f9fbf3;
  width: auto;
  display: block;
}

.h1-2 {
  color: #f9fbf3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 88px;
}

.h1-2.dark-green {
  color: #374836;
}

.h1-2.dark-green.semibold {
  font-weight: 600;
}

.p2-2 {
  color: #f9fbf3;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
  display: block;
}

.p2-2.semibold {
  font-weight: 600;
}

.p2-2.dark-green {
  color: #374836;
  width: auto;
  font-weight: 400;
}

.p2-2.green {
  color: #556656;
  font-weight: 300;
  line-height: 1.5;
}

.p2-2.green.normal {
  font-weight: 400;
}

.p2-2.green.normal.footer {
  border-left: 2px solid #374836;
  width: 300px;
  padding-left: 32px;
  display: flex;
}

.p2-2.normal {
  font-weight: 400;
}

.service-description-2 {
  color: #556656;
  width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.p1-2 {
  color: #f9fbf3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.p1-2.semibold {
  font-weight: 600;
}

.h4-2 {
  color: #f9fbf3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.h4-2.dark-green {
  color: #374836;
}

.h4-2.dark-green.testimonials {
  margin-bottom: 56px;
}

.left-arrow-3 {
  inset: auto 6% 15% auto;
}

.tag-block-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-image: linear-gradient(#acacac1c, #c7c7c769);
  border: 1px solid #f9fbf3;
  border-radius: 50px;
  padding: 8px 15px;
  text-decoration: none;
}

.button-arrow-green-2 {
  background-color: #374836;
  border-radius: 50px;
  flex-flow: column;
  padding: 16px 16px 10px;
}

.button-arrow-green-2.cta-button {
  height: 50px;
}

.button-arrow-green-2.cta-button.service-pgae {
  background-color: #f9fbf3;
}

.cta-wrap-type-3 {
  background-color: #0e0e0e;
  background-image: linear-gradient(304deg, #0000, #000000b3), url('../images/Decks_New.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  height: 500px;
  padding: 32px;
  display: flex;
}

.cta-wrap-type-3.service-details {
  background-image: linear-gradient(#0000, #000000b3), url('../images/487217882_9469785829776308_4698278331829081145_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.submit-button-2 {
  color: #f9fbf3;
  background-color: #374836;
  border-radius: 0;
  height: 45px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.submit-button-2.subcription {
  width: 30%;
  height: 100%;
  padding: 22px 20px 20px;
}

.p1-3 {
  color: #f9fbf3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 28px;
  text-decoration: none;
}

.p1-3.semibold {
  font-weight: 600;
}

.p1-3.semibold.dark-green {
  color: var(--dark-green);
}

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

.footer-section-2 {
  background-color: #e1ece3;
  padding-top: 100px;
  padding-bottom: 36px;
}

.subscription-box-2 {
  background-color: #f9fbf3;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 20px 20px 20px 35px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
  display: flex;
}

.footer-down-2 {
  border-top: 1px solid #374836;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.success-message-3 {
  color: #f9fbf3;
  background-color: #374836;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 200;
}

.button-arrow-green-3 {
  background-color: #374836;
  border-radius: 50px;
  flex-flow: column;
  padding: 16px 16px 10px;
}

.button-arrow-green-3.cta-button {
  height: 50px;
}

.button-arrow-green-3.cta-button.service-pgae {
  background-color: #f9fbf3;
}

.cta-wrap-type-4 {
  background-color: #0e0e0e;
  background-image: linear-gradient(304deg, #0000, #000000b3), url('../images/Decks_New.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  height: 500px;
  padding: 32px;
  display: flex;
}

.cta-wrap-type-4.service-details {
  background-image: linear-gradient(#0000, #000000b3), url('../images/487217882_9469785829776308_4698278331829081145_n.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.h4-3 {
  color: #f9fbf3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.h4-3.dark-green {
  color: #374836;
}

.h4-3.dark-green.testimonials {
  margin-bottom: 56px;
}

.left-arrow-4 {
  inset: auto 6% 15% auto;
}

@media screen and (min-width: 1280px) {
  .values-type-and-button {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .values-image-wrap {
    max-height: 700px;
  }

  .value-image-hero {
    object-fit: fill;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .values-content-down {
    align-items: flex-end;
  }

  .service-name {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .values-image-wrap {
    height: 100%;
  }

  .team-member {
    height: 400px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .service-card-tag-arrow {
    width: 100%;
  }

  .tags-wrap {
    width: 70%;
  }

  .service-collection-list {
    grid-column-gap: 24px;
  }

  .team-member {
    height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 1.4;
  }

  .brand-logo.w--current {
    z-index: 1;
  }

  .nav-menu {
    background-color: var(--green);
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0%;
  }

  .search-navigation {
    background-color: var(--green);
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
  }

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

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

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

  .hero-right-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
  }

  .p2 {
    width: 100%;
    font-size: 14px;
  }

  .p2.dark-green.team {
    text-align: right;
    width: 18%;
  }

  .p2.tag-light {
    order: -1;
  }

  .p2.green {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .p2.green.normal.footer {
    padding-left: 20px;
  }

  .p2.semibold, .p2.hero {
    width: 100%;
  }

  .h4.dark-green.testimonials {
    margin-bottom: 40px;
  }

  .h4.value-title {
    font-size: 20px;
    line-height: 28px;
  }

  .p1.semibold.dark-green {
    font-size: 14px;
    line-height: 20px;
  }

  .arrow-button {
    width: 14px;
  }

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

  .values-section.dark-green {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .values-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h2 {
    text-align: left;
  }

  .h2.white.mobile-l {
    width: 60%;
  }

  .h2.dark-green {
    font-size: 32px;
    line-height: 42px;
  }

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

  .values-type-and-button {
    justify-content: space-between;
  }

  .values-content-down {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .values-point {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .values-point-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .how-it-works-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .how-it-works-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .how-it-works-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .hiw-point {
    padding-bottom: 35px;
    padding-left: 20px;
  }

  .hw-point-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 40px;
  }

  .how-it-work-point-bottom {
    padding-top: 35px;
    padding-left: 20px;
  }

  .hiw-point-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-right: 0;
    padding-left: 140px;
  }

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

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

  .tag-block {
    width: auto;
  }

  .tags-wrap.type-2 {
    width: 100%;
  }

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

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

  .slide {
    margin-left: 70px;
  }

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

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

  .work-image {
    height: 400px;
  }

  .work-details {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 50%;
  }

  .cta-section.hero-page {
    background-position: 50%;
  }

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

  .cta-text {
    width: 100%;
  }

  .footer-section {
    padding-top: 60px;
  }

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

  .footer-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subscription-box {
    padding: 10px 10px 10px 20px;
  }

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

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

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

  .heading-section.about, .heading-section.services, .heading-section.projects {
    height: 420px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .heading-section._404 {
    padding-bottom: 40px;
  }

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

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

  .h3.about {
    width: 50%;
  }

  .about-description {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .about-down {
    height: 200px;
  }

  .about-image {
    object-fit: cover;
  }

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

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

  .member-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    min-width: 150%;
    max-width: 768px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-1, .logo-2, .logo-3, .logo-4, .logo-5 {
    width: 150px;
  }

  .logo-6 {
    width: 150px;
    height: auto;
  }

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

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

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

  .gallery-images {
    width: 100%;
  }

  .cta-section-type-2 {
    margin-bottom: 60px;
  }

  .cta-section-type-2.service-details {
    margin-top: 60px;
  }

  .cta-title-tag {
    text-align: left;
    width: 100%;
  }

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

  .project-list-section {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project {
    height: 350px;
  }

  .project-information {
    width: 40%;
  }

  .project-information-detail {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

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

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

  .faq-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .faq-image {
    width: 100%;
    height: 300px;
  }

  .question-list {
    width: 100%;
  }

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

  .map {
    height: 320px;
  }

  .contact-information-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    height: 320px;
  }

  .contact-detail-information-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .contact-detail-info-title {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .submit-button.subcription {
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .lock, .lock-icon {
    height: 150px;
  }

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

  .project-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 40px;
  }

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

  .project-content-left {
    width: 100%;
  }

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

  .features-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .features {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service-description {
    width: 100%;
  }

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

  .left-arrow-2 {
    bottom: 0%;
    right: 10%;
  }

  .right-arrow-2 {
    bottom: 0%;
  }

  .icon {
    color: var(--white);
  }

  .logo-dark {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
    overflow: visible;
  }

  .background-video {
    width: 280px;
  }

  .values-image-wrap {
    width: 100%;
    height: 400px;
  }

  .value-image-hero, .values-image-about {
    object-fit: cover;
  }

  .service-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-image-wrap {
    width: 60%;
    display: block;
  }

  .search-input {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
  }

  .about-image-wrap {
    width: 55%;
  }

  .service-image-horizontal {
    height: 200px;
  }

  .service-image-vertical {
    width: 100%;
    height: 200px;
  }

  .service-collection-3 {
    display: none;
  }

  .service-collection-2 {
    display: block;
  }

  .team-member {
    height: 425px;
  }

  .selected-image-project {
    display: none;
  }

  .description-project {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .description-project-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

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

  .guide-wrapper {
    padding-bottom: 20px;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .guide-wrapper-2 {
    padding-bottom: 20px;
  }

  .heading-1 {
    font-size: 56px;
  }

  .guide-wrapper-3 {
    padding-bottom: 20px;
  }

  .paragraph-1 {
    font-size: 14px;
  }

  .search-result-bar {
    padding-left: 140px;
    padding-right: 140px;
  }

  .search-result-list {
    grid-template-columns: 1fr 1fr;
  }

  .h2b.white.mobile-l {
    width: 60%;
  }

  .h2b.dark-green {
    font-size: 32px;
    line-height: 42px;
  }

  .main-content {
    text-align: center;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

  .carousel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .logo-block {
    width: 800px;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 1.4;
  }

  .nav-menu-2 {
    background-color: #556656;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
    inset: 0%;
  }

  .features-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .p2-2 {
    width: 100%;
    font-size: 14px;
  }

  .p2-2.semibold {
    width: 100%;
  }

  .p2-2.green {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .p2-2.green.normal.footer {
    padding-left: 20px;
  }

  .service-description-2 {
    width: 100%;
  }

  .p1-2.semibold.dark-green {
    font-size: 14px;
    line-height: 20px;
  }

  .h4-2.dark-green.testimonials {
    margin-bottom: 40px;
  }

  .left-arrow-3 {
    bottom: 0%;
    right: 10%;
  }

  .tag-block-2 {
    width: auto;
  }

  .submit-button-2.subcription {
    padding-top: 12px;
    padding-bottom: 11px;
  }

  .p1-3.semibold.dark-green {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-section-2 {
    padding-top: 60px;
  }

  .subscription-box-2 {
    padding: 10px 10px 10px 20px;
  }

  .h4-3.dark-green.testimonials {
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .nav-link {
    font-size: 45px;
    line-height: 1.4;
  }

  .nav-menu {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .p2 {
    width: 100%;
  }

  .p2.dark-green {
    font-size: 13px;
    line-height: 14px;
  }

  .p2.dark-green.team {
    text-align: left;
  }

  .p2.tag-light {
    order: -1;
    font-size: 12px;
    line-height: 16px;
  }

  .p2.opacity-70 {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .p2.normal {
    width: 100%;
  }

  .p2.green {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .p2.green.normal.footer {
    padding-left: 16px;
  }

  .p2.semibold {
    font-size: 12px;
  }

  .p2._404-page {
    width: 80%;
  }

  .h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .h4.dark-green {
    font-size: 20px;
    line-height: 26px;
  }

  .h4.dark-green.testimonials {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .p1.dark-green {
    font-size: 14px;
    line-height: 20px;
  }

  .p1.semibold.dark-green {
    font-size: 12px;
    line-height: 16px;
  }

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

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

  .values-section.dark-green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .h2.white.mobile-l, .h2.work {
    width: 100%;
  }

  .h2.dark-green {
    font-size: 26px;
    line-height: 36px;
  }

  .h2.white {
    font-size: 40px;
    line-height: 48px;
  }

  .values-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 70%;
  }

  .values-type-and-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .values, .values.light {
    width: 100%;
  }

  .values-content-up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .values-content-down {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .values-point {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .values-point-wrap {
    grid-column-gap: 26px;
    grid-row-gap: 32px;
  }

  .how-it-works-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .how-it-works-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-it-works-title {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hiw-point {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .hw-point-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 30px;
    display: none;
  }

  .how-it-work-point-bottom {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-top: 10px;
    padding-left: 10px;
  }

  .hiw-point-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

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

  .testimonial-section {
    padding-top: 60px;
  }

  .right-arrow, .left-arrow {
    align-items: flex-end;
  }

  .arrow-right-dark, .arrow-left-dark {
    width: 32px;
  }

  .slide {
    margin-left: 50px;
  }

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

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

  .work-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .work-tag-button.dark {
    flex-flow: row;
    order: -1;
  }

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

  .work-information {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .work-details, .work-description {
    width: 100%;
  }

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

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

  .cta-text {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

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

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

  .footer-title-email {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .subscription-box {
    margin-bottom: 0;
    font-size: 12px;
  }

  .footer-menu-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
  }

  .footer-menu-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .footer-up {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .line.contact {
    display: none;
  }

  .heading-section {
    height: 240px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-section.about {
    height: 240px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .heading-section.services, .heading-section.projects, .heading-section.contact {
    height: 240px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .heading-section._404, .heading-section.password {
    padding-top: 20px;
  }

  .heading-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

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

  .about-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .h3.about {
    width: 100%;
  }

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

  .about-down {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .about-image {
    width: 100%;
  }

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

  .team-title {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: space-between;
    align-items: center;
    min-width: 180%;
    padding-left: 10px;
    padding-right: 10px;
    overflow: visible;
  }

  .logo-1, .logo-2, .logo-3, .logo-4, .logo-5, .logo-6 {
    width: 130px;
  }

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

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

  .gallery-images {
    flex-flow: column;
    height: auto;
  }

  .gallery-image-1-wrap {
    width: 100%;
    height: 600px;
  }

  .gallery-image-wrap {
    width: 100%;
    height: 1000px;
  }

  .gallery-image-3-wrap, .gallery-image-2-wrap {
    height: 100%;
  }

  .cta-wrap-type-2 {
    height: 350px;
  }

  .cta-wrap-type-2.service-details {
    height: 300px;
  }

  .cta-section-type-2 {
    margin-bottom: 40px;
  }

  .cta-section-type-2.service-details {
    margin-top: 40px;
  }

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

  .service-item {
    height: 380px;
  }

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

  .project {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-information {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

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

  .faq-image {
    height: 200px;
  }

  .question-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .question-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-bottom: 20px;
  }

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

  .contact-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    height: 100%;
  }

  .map {
    height: 100%;
  }

  .contact-information-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    height: 100%;
  }

  .contact-detail-info {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .contact-detail-information-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .contact-detail-info-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .message-section {
    height: 100%;
  }

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

  .message-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
    padding: 20px;
  }

  .message-image-wrap {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .submit-button.subcription {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .lock-icon {
    height: 150px;
  }

  .navigation-inner {
    margin-top: 20px;
  }

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

  .project-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding: 30px 20px;
  }

  .project-content-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .features-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .service-description {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .left-arrow-2 {
    width: 32px;
    display: none;
    right: 7%;
  }

  .right-arrow-2 {
    width: 32px;
    display: none;
    inset: auto 0% 0% auto;
  }

  .video-wrap {
    width: 100%;
  }

  .body-2 {
    overflow: hidden;
  }

  .logo-dark {
    width: 25%;
    height: auto;
  }

  .background-video {
    width: 100%;
    height: 200px;
  }

  .service-collection-list {
    grid-template-columns: 1fr;
  }

  .project-image-wrap {
    width: 100%;
  }

  .map-contact {
    width: 100%;
    height: 200px;
  }

  .search-input {
    font-size: 18px;
  }

  .about-image-wrap {
    width: 100%;
  }

  .service-content-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .service-collection-2 {
    display: none;
  }

  .service-collection-1 {
    display: block;
  }

  .hiw-point-wrap-top {
    padding-bottom: 30px;
  }

  .hiw-point-wrap-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .team-member {
    height: 350px;
  }

  .selected-image-project, .description-project-wrap {
    display: none;
  }

  .text-block-2 {
    font-size: 15px;
  }

  .heading-1 {
    font-size: 38px;
  }

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

  .paragraph-1 {
    font-size: 14px;
    line-height: 1.4;
  }

  .search-result-bar {
    padding-left: 60px;
    padding-right: 60px;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .h2b.white {
    font-size: 40px;
    line-height: 48px;
  }

  .h2b.white.mobile-l, .h2b.work {
    width: 100%;
  }

  .h2b.dark-green {
    font-size: 26px;
    line-height: 36px;
  }

  .hiw-point-wrap-top-last {
    padding-bottom: 0;
  }

  .main-content {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .nav-link-2 {
    font-size: 45px;
    line-height: 1.4;
  }

  .nav-menu-2 {
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .p2-2 {
    width: 100%;
  }

  .p2-2.semibold {
    font-size: 12px;
  }

  .p2-2.dark-green {
    font-size: 13px;
    line-height: 14px;
  }

  .p2-2.green {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .p2-2.green.normal.footer {
    padding-left: 16px;
  }

  .p2-2.normal {
    width: 100%;
  }

  .service-description-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .p1-2.semibold.dark-green {
    font-size: 12px;
    line-height: 16px;
  }

  .h4-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .h4-2.dark-green {
    font-size: 20px;
    line-height: 26px;
  }

  .h4-2.dark-green.testimonials {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .left-arrow-3 {
    width: 32px;
    display: none;
    right: 7%;
  }

  .cta-wrap-type-3 {
    height: 350px;
  }

  .cta-wrap-type-3.service-details {
    height: 300px;
  }

  .submit-button-2.subcription {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 12px;
  }

  .p1-3.semibold.dark-green {
    font-size: 12px;
    line-height: 16px;
  }

  .footer-section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .subscription-box-2 {
    margin-bottom: 0;
    font-size: 12px;
  }

  .cta-wrap-type-4 {
    height: 350px;
  }

  .cta-wrap-type-4.service-details {
    height: 300px;
  }

  .h4-3 {
    font-size: 18px;
    line-height: 26px;
  }

  .h4-3.dark-green {
    font-size: 20px;
    line-height: 26px;
  }

  .h4-3.dark-green.testimonials {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .left-arrow-4 {
    width: 32px;
    display: none;
    right: 7%;
  }
}

@media screen and (max-width: 479px) {
  .utility-page-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 1.4;
  }

  .navbar-wrap {
    justify-content: space-between;
  }

  .nav-menu {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: var(--green);
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

  .search-navigation {
    background-color: var(--green);
    order: -1;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 20px;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .hero-content {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .hero-right-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .h1.dark-green.semibold {
    font-size: 30px;
    line-height: 1.2;
  }

  .p2 {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }

  .p2.black.type {
    font-size: 16px;
    line-height: 1.4;
  }

  .p2.dark-green {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .p2.dark-green.team {
    order: -1;
    width: 50%;
  }

  .p2.dark-green.reference, .p2.dark-green.testimonials, .p2.dark-green.left {
    text-align: left;
  }

  .p2.opacity-70 {
    font-size: 16px;
    line-height: 1.5;
  }

  .p2.green {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .p2.green.normal.footer {
    border-left-style: none;
    width: auto;
    padding-left: 0;
  }

  .p2.faq {
    width: 100%;
    line-height: 1.4;
  }

  .p2.semibold {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .p2.semibold.dark-green {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }

  .p2.hero {
    font-size: 16px;
    line-height: 1.5;
  }

  .p2.faq-title {
    order: -1;
  }

  .hero-buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .button {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .satisfied-client {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .h4, .h4.dark-green {
    font-size: 16px;
    line-height: 1.5;
  }

  .h4.dark-green.testimonials {
    font-size: 16px;
  }

  .h4.value-title, .p1.dark-green, .p1.semibold.dark-green {
    font-size: 16px;
    line-height: 1.5;
  }

  .p1.normal {
    font-size: 18px;
    line-height: 1.4;
  }

  .hero-location-details {
    width: 100%;
  }

  .button-arrow-green {
    padding: 10px 10px 4px;
  }

  .button-arrow-green.white {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button-arrow-green.cta-button {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .hero-location-top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
  }

  .p3.hero {
    width: 100%;
    font-size: 15px;
  }

  .p3.team-1 {
    font-size: 15px;
  }

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

  .values-section.dark-green {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .values-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .h2, .h2.white, .h2.white.mobile-l {
    font-size: 26px;
    line-height: 32px;
  }

  .h2.dark-green {
    font-size: 20px;
    line-height: 1.5;
  }

  .h2.white {
    font-size: 26px;
    line-height: 32px;
  }

  .values-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 90%;
  }

  .values {
    width: 100%;
    padding-bottom: 10px;
  }

  .values-types {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .values-content-down {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .values-point {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .values-point-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .value-image {
    width: 32px;
  }

  .how-it-works-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .how-it-works-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .how-it-works-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hiw-point {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .service-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-title {
    justify-content: space-between;
    align-items: center;
  }

  .service-card-title {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 16px;
  }

  .service-card-tag-arrow {
    padding: 16px;
  }

  .tags-wrap.type-2 {
    width: 100%;
  }

  .arrow-right-diagonal {
    width: 12px;
  }

  .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
    position: relative;
  }

  .slider {
    position: relative;
  }

  .testimonials-wrap-content, .testimonials-wrap-content.mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .right-arrow {
    width: 32px;
    height: 32px;
    inset: auto 0% 2% auto;
  }

  .left-arrow {
    width: 32px;
    height: 32px;
    inset: auto auto 2% 0%;
  }

  .arrow-right-dark, .arrow-left-dark {
    width: 32px;
  }

  .slide {
    margin-left: 30px;
    margin-right: 60px;
  }

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

  .work-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .work-image {
    height: 180px;
  }

  .work-information {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .cta-section.hero-page, .cta-section.service {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-text {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .footer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-title {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-title-email {
    width: 100%;
  }

  .footer-menu-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-menu-content {
    justify-content: space-between;
    align-items: center;
  }

  .footer-menu-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-up {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .footer-down {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 10px;
  }

  .footer-policy {
    justify-content: center;
    align-items: center;
  }

  .line.contact {
    display: block;
  }

  .heading-section.about, .heading-section.services {
    height: 180px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-section.projects {
    height: 250px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-section.contact {
    height: 180px;
  }

  .heading-section._404 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-section.password {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-title {
    width: 100%;
  }

  .heading-tags {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

  .about-down {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

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

  .team-title {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

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

  .arrow {
    padding-top: 22px;
    padding-right: 14px;
  }

  .logo-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    min-width: 320%;
  }

  .logo-1, .logo-2, .logo-3, .logo-4, .logo-5, .logo-6 {
    width: 120px;
  }

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

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

  .gallery-title, .gallery-images {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gallery-image-1-wrap {
    height: 300px;
  }

  .gallery-image-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    height: 100%;
  }

  .gallery-image-3-wrap, .gallery-image-2-wrap, .gallery-image-4-wrap, .gallery-image-5-wrap {
    height: 300px;
  }

  .cta-wrap-type-2 {
    height: 300px;
    padding: 14px;
  }

  .cta-section-type-2 {
    margin-bottom: 40px;
  }

  .cta-section-type-2.service-details {
    margin-top: 30px;
  }

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

  .service-item {
    height: 350px;
  }

  .service-name {
    padding-bottom: 22px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .project-list-section {
    margin-bottom: 0;
  }

  .project {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    height: auto;
  }

  .project-information, .project-information-detail {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-title-tag {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .faq-image {
    background-position: 0%;
    height: 200px;
  }

  .question-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .arrow-line {
    margin-top: 5px;
  }

  .contact-detail-information-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-detail-info-title {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-field.password {
    font-size: 12px;
  }

  .form-message {
    align-items: flex-start;
  }

  .submit-button {
    width: 100%;
    font-size: 14px;
  }

  .lock {
    height: 100px;
  }

  .lock-icon {
    height: 100%;
  }

  .password-fiels {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .navigation-inner {
    margin-top: 0;
  }

  .project-content-wrap {
    justify-content: space-between;
    height: 500px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .project-content-left, .image-service-vertical {
    width: 100%;
  }

  .features-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .service-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .testimonial-service-section {
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .left-arrow-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .right-arrow-2 {
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .video-wrap {
    height: 160px;
  }

  .image-service-horizontal {
    width: 100%;
  }

  .logo-dark {
    width: 60%;
  }

  .background-video {
    height: 100%;
  }

  .values-image-wrap {
    height: 250px;
  }

  .service-hideline-image-wrap {
    height: 350px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .project-image-wrap {
    display: block;
  }

  .search-input {
    color: var(--white);
    width: 100%;
    font-size: 18px;
  }

  .about-image-wrap {
    height: 160px;
  }

  .service-image-horizontal {
    height: 100px;
  }

  .service-image-vertical {
    width: 100%;
    height: 100px;
  }

  .hiw-point-wrap-top {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .selected-image-project {
    display: none;
  }

  .description-project-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: none;
  }

  .text-block-2 {
    width: 100%;
  }

  .hex-code {
    font-size: 24px;
  }

  .item-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .guide-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 60px;
  }

  .content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .style-guide-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .guide-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 100%;
  }

  .heading-1 {
    font-size: 28px;
  }

  .guide-wrapper-3 {
    padding-bottom: 0;
  }

  .heading-4 {
    word-break: break-all;
  }

  .search-result {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .search-result-bar {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    align-items: stretch;
    padding: 15px 20px;
  }

  .search-result-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .search-wrap {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .search-result-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .h2b, .h2b.white, .h2b.white.mobile-l {
    font-size: 26px;
    line-height: 32px;
  }

  .h2b.dark-green {
    font-size: 18px;
    line-height: 24px;
  }

  .hiw-point-wrap-top-last {
    padding-left: 20px;
  }

  .main-content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button {
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: var(--green);
  }

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

  .button-2 {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 1.4;
  }

  .nav-menu-2 {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    background-color: #556656;
    order: 1;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
  }

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

  .h1-2.dark-green.semibold {
    font-size: 30px;
    line-height: 1.2;
  }

  .p2-2 {
    width: 100%;
    font-size: 15px;
    line-height: 1.4;
  }

  .p2-2.semibold {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
  }

  .p2-2.semibold.dark-green {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
  }

  .p2-2.dark-green {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
  }

  .p2-2.dark-green.testimonials {
    text-align: left;
  }

  .p2-2.green {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }

  .p2-2.green.normal.footer {
    border-left-style: none;
    width: auto;
    padding-left: 0;
  }

  .service-description-2, .p1-2.semibold.dark-green, .h4-2, .h4-2.dark-green {
    font-size: 16px;
    line-height: 1.5;
  }

  .h4-2.dark-green.testimonials {
    font-size: 16px;
  }

  .left-arrow-3 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .button-arrow-green-2 {
    padding: 10px 10px 4px;
  }

  .button-arrow-green-2.cta-button {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .cta-wrap-type-3 {
    height: 300px;
    padding: 14px;
  }

  .submit-button-2 {
    width: 100%;
    font-size: 14px;
  }

  .p1-3.semibold.dark-green {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-section-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-down-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    padding-top: 10px;
  }

  .button-arrow-green-3 {
    padding: 10px 10px 4px;
  }

  .button-arrow-green-3.cta-button {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .cta-wrap-type-4 {
    height: 300px;
    padding: 14px;
  }

  .h4-3, .h4-3.dark-green {
    font-size: 16px;
    line-height: 1.5;
  }

  .h4-3.dark-green.testimonials {
    font-size: 16px;
  }

  .left-arrow-4 {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
    position: absolute;
    inset: auto 0% 0% auto;
  }
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d61-59d92410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d62-59d92410 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d68-59d92410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d69-59d92410 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d6f-59d92410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d70-59d92410 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d76-59d92410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d77-59d92410 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d7d-59d92410 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5941d9e8-685c-55ef-3465-a53a1dd43d7e-59d92410, #w-node-_876403ff-02b0-b803-c61b-d6d6e676fc85-59d92411, #w-node-_876403ff-02b0-b803-c61b-d6d6e676fc90-59d92411, #w-node-_876403ff-02b0-b803-c61b-d6d6e676fc96-59d92411, #w-node-_876403ff-02b0-b803-c61b-d6d6e676fca1-59d92411, #w-node-_876403ff-02b0-b803-c61b-d6d6e676fca7-59d92411, #w-node-_21603a47-2761-ad25-6a03-8859a011609a-59d92412 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}


