:root {
  --doha: #00ffe0;
  --transparent: transparent;
  --black: black;
  --gris: #bdc7c8;
  --white: white;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.cell {
  font-family: Open Sans, sans-serif;
}

.hero-heading-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f5f7fa;
  background-image: url('../images/hero-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-width: 0;
  min-height: 920px;
  padding: 30px 30px 80px;
  display: block;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: DM Sans, sans-serif;
  font-weight: 200;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.container-2 {
  flex: 1;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  overflow: visible;
}

.navbar.fw {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 1210px;
}

.body {
  cursor: none;
  background-color: rgba(0, 0, 0, 0);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.icon {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.logo-link {
  flex: 1;
  align-self: center;
}

.icon-2 {
  color: #00ffe0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 24px;
  font-weight: 200;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-button-2 {
  flex: 0 auto;
}

.navcontainer {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.containernavbar {
  width: 1210px;
  max-width: 1210px;
  margin-top: 40px;
}

.hero-container {
  background-image: url('../images/hero-bg.svg');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  max-width: 0;
  min-height: 920px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.section {
  z-index: 0;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/hero-bg.svg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 920px;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.containerwidget1 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-end;
  width: 1210px;
  max-width: 1210px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading {
  color: #fff;
  white-space: nowrap;
  word-break: keep-all;
  object-fit: fill;
  align-items: flex-start;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 160px;
  font-weight: 100;
  line-height: 250px;
  display: flex;
  overflow: visible;
}

.heading.headnomargin {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: -90px;
  display: flex;
  overflow: visible;
}

.heading.headnomargin.headingextramobile {
  display: none;
}

.div-block-2 {
  flex-flow: row;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.text-span {
  color: #75fbdd;
}

.containerherobutton {
  width: 1210px;
  max-width: 1210px;
}

.button {
  border: 1.2px solid var(--doha);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 45px;
  font-size: 17px;
  font-weight: 200;
}

.button.btninverted {
  color: var(--doha);
  align-self: flex-end;
  margin-top: 140px;
  margin-bottom: 140px;
}

.button.btninverted.btnht {
  background-color: var(--transparent);
  margin-top: 140px;
}

.button.btninverted.btnfooter {
  background-color: var(--transparent);
  margin-top: 60px;
}

.button.btninverted.btnhww {
  background-color: var(--transparent);
}

.button.btnhww {
  align-self: flex-end;
  margin-top: 140px;
  display: block;
}

.headingcommon {
  z-index: 0;
  color: var(--doha);
  order: 0;
  align-self: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  font-size: 216px;
  font-weight: 100;
  line-height: 200px;
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1008px;
  max-width: 1008px;
  height: 100vh;
  display: flex;
}

.text-block {
  z-index: 3;
  color: #000;
  font-size: 28px;
  font-weight: 100;
  line-height: 48px;
}

.text-block.txthowwework {
  width: 760px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.maincol2 {
  z-index: 2;
  clear: none;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: center;
  width: 760px;
  max-width: 760px;
  margin-top: 240px;
  margin-left: 80px;
  display: flex;
  position: absolute;
  top: auto;
}

.maincol2.maincol2ht {
  margin-top: 440px;
  margin-left: 80px;
}

.maincol1 {
  order: -1;
  align-self: flex-start;
  width: 515px;
  max-width: 515px;
  margin-top: -130px;
  margin-left: -70px;
  position: absolute;
}

.button-2 {
  position: relative;
  left: 127px;
}

.heythere {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  overflow: hidden;
}

.image {
  position: relative;
  top: 40px;
  left: 10px;
  right: 10px;
}

.section-3 {
  background-color: #f9f9f9;
  min-height: auto;
  display: none;
}

.howwework {
  min-height: 1000px;
  padding-top: 220px;
  padding-bottom: 140px;
}

.container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 2.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  height: auto;
  max-height: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  overflow: auto;
}

.headingicon {
  background-image: url('../images/heading-icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 65px;
  font-size: 28px;
  font-weight: 100;
  display: flex;
  position: relative;
}

.clients {
  justify-content: center;
  width: auto;
  display: none;
  overflow: hidden;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-content: center;
  width: 2560px;
  list-style-type: none;
  display: inline-flex;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: auto;
}

.image-2, .image-3, .image-4 {
  width: auto;
}

.image-5 {
  z-index: 2;
  width: auto;
  position: relative;
}

.image-6, .image-7, .image-8, .image-9, .image-10, .image-11 {
  width: auto;
}

.container-8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1240px;
  display: flex;
}

.div-block-5 {
  z-index: 0;
  position: relative;
}

.preloader {
  z-index: 99999;
  background-color: #09090c;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader.preloadertop {
  display: none;
  top: 0%;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.preloader.preloaderbottom {
  z-index: 9998;
  display: none;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader.preloadertext {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  display: none;
}

.div-block-6 {
  background-color: #0a8a97;
  width: 424px;
  height: 645px;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-7 {
  width: 879px;
  height: 1313px;
}

.div-block-7.projectkilbel {
  background-color: #ececec;
}

.projectfifteens {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a56a83;
  background-image: url('../images/projects-fifteens.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 423px;
  height: 639px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: -150px;
  left: 438px;
}

.projecti2t {
  background-color: #484647;
  background-image: url('../images/projects-i2t.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  align-self: center;
  align-items: center;
  width: 423px;
  height: 637px;
  position: relative;
  top: -890px;
  left: 438px;
}

.projectsotic {
  background-color: #163e50;
  background-image: url('../images/projects-sotic.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  flex: none;
  align-self: center;
  width: 423px;
  height: 640px;
  position: relative;
  top: -1243px;
}

.projectkilbel {
  background-color: #ececec;
  background-image: url('../images/projects-kilbel-2.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: none;
  order: 0;
  align-self: center;
  align-items: center;
  width: 768px;
  height: 1152px;
  position: relative;
  top: -623px;
  right: 173px;
}

.projectfazenda {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0a8a97;
  background-image: url('../images/projects-fazenda.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 423px;
  height: 640px;
  margin-top: -100px;
  position: relative;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-13 {
  overflow: visible;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact {
  max-width: 1240px;
}

.text-block-2 {
  color: #000;
  width: 380px;
  font-weight: 400;
}

.footertoolbar {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-9 {
  display: inline-flex;
}

.section-4 {
  min-height: 700px;
}

.div-block-10 {
  text-align: center;
}

.div-block-11 {
  display: none;
}

.link {
  color: #00ffe0;
  cursor: none;
  padding: 10px;
  text-decoration: none;
}

.txtasset {
  box-sizing: border-box;
  float: right;
  color: #575756;
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  font-size: 8px;
  display: flex;
  position: absolute;
  right: 60px;
  overflow: hidden;
}

.txtasset.txtselwork {
  line-height: 16px;
}

.txtasset.txtheythere {
  margin-top: 0;
  line-height: 16px;
  top: -80px;
  left: -60px;
  right: auto;
}

.selectedworks {
  background-color: #f9f9f9;
  flex-flow: column;
  align-items: center;
  max-height: 2264px;
  margin-bottom: 550px;
  padding-top: 120px;
  display: flex;
}

.containerselectedworks {
  flex-flow: column;
  width: 1100px;
  max-width: 1100px;
  display: flex;
  position: absolute;
}

.containerselectedworks.containerselworkstitles {
  width: 100%;
  max-width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

.containerselectedworksprojects {
  max-width: 1440px;
}

.selworklink {
  pointer-events: auto;
  color: #fff;
  cursor: none;
  min-height: 100%;
  max-height: 100%;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 36px;
  text-decoration: none;
  display: block;
}

.textproject {
  color: #fff;
  max-width: 60%;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 60px;
  bottom: auto;
  left: 20px;
  right: auto;
  overflow: hidden;
}

.cursor-wrapper {
  z-index: 100;
  color: var(--doha);
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  line-height: 1.6;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.large-cursor {
  border: 1px solid var(--doha);
  text-align: center;
  border-radius: 50vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1vw;
  line-height: 1.6;
  display: flex;
  position: absolute;
}

.dot-container {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.text-cursor {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  align-self: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 16px;
}

.dot {
  border: 1px solid var(--doha);
  background-color: var(--doha);
  border-radius: 29px;
  width: 5px;
  height: 5px;
}

.maincol3 {
  align-self: flex-end;
  margin-top: 10px;
  position: relative;
  top: -330px;
  left: 220px;
}

.maincol3.maincol3hww {
  top: -700px;
}

.circlelines {
  z-index: 1;
  position: relative;
}

.circlemuliline {
  z-index: 1;
  margin-left: 15px;
  margin-right: -100px;
  position: relative;
}

.heading-2 {
  color: var(--gris);
  white-space: nowrap;
  margin-top: 0;
  font-size: 216px;
  font-weight: 100;
  line-height: 200px;
}

.div-block-13 {
  display: flex;
}

.footerbranding {
  display: none;
}

.link-block-2 {
  padding: 0;
}

.iconin {
  object-fit: fill;
}

.code-embed {
  color: var(--black);
  padding: 10px;
}

.code-embed:hover {
  color: var(--doha);
}

.code-embed-2 {
  color: var(--black);
  padding: 10px;
}

.code-embed-2:hover {
  color: var(--doha);
}

.code-embed-3 {
  color: var(--black);
  padding: 10px;
}

.code-embed-3:hover {
  color: var(--doha);
}

@media screen and (min-width: 1440px) {
  .section {
    padding-top: 40px;
  }

  .txtasset {
    right: 80px;
  }
}

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .containernavbar {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading.headnomargin.headingextramobile {
    display: none;
  }

  .containerherobutton {
    width: 100%;
  }

  .container-6 {
    width: 100%;
    max-width: 100%;
  }

  .maincol2.maincol2ht {
    margin-top: 780px;
    margin-left: 10px;
  }

  .maincol1 {
    margin-left: 10px;
  }

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

  .div-block-10 {
    text-align: center;
  }

  .cursor-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .container-6 {
    width: 550px;
    max-width: 550px;
    display: block;
  }

  .text-block {
    width: 525px;
    max-width: 525px;
  }

  .maincol2 {
    width: 550px;
    max-width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .navbar {
    margin-left: 10px;
    margin-right: 20px;
    padding-top: 40px;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .containernavbar {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    height: 925px;
  }

  .containerwidget1 {
    justify-content: flex-end;
    width: 320px;
    margin-top: 40px;
    margin-bottom: 10px;
  }

  .heading {
    align-items: flex-start;
    margin-bottom: -90px;
    font-size: 100px;
    line-height: 260px;
  }

  .heading.headnomargin {
    font-size: 100px;
    line-height: 130px;
  }

  .heading.headnomargin.headingextramobile {
    margin-bottom: 0;
    display: flex;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-span {
    line-height: 260px;
  }

  .containerherobutton {
    text-align: center;
    width: auto;
    margin-top: 40px;
    display: block;
  }

  .button.btninverted {
    align-self: flex-start;
    width: 220px;
    margin: 40px 0 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.btninverted.btnht {
    margin-top: 30px;
    margin-bottom: 100px;
  }

  .button.btnhww {
    text-align: center;
    align-self: flex-start;
    padding: 12px 20px;
  }

  .headingcommon {
    z-index: 0;
    float: left;
    clear: none;
    object-fit: none;
    flex: 0 auto;
    align-self: center;
    width: 300px;
    max-width: 300px;
    font-size: 100px;
    line-height: 100px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .headingcommon.headinghww {
    font-size: 85px;
    display: flex;
  }

  .container-6 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    max-width: 260px;
    font-size: 22px;
    font-weight: 200;
    line-height: 48px;
    top: 100px;
  }

  .text-block.txthowwework {
    width: 260px;
    max-width: 260px;
    margin-left: 0;
    margin-right: 0;
  }

  .maincol2 {
    width: 270px;
    max-width: 270px;
    margin: 160px auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .maincol2.maincol2ht {
    margin-top: 220px;
    margin-left: 0;
  }

  .maincol1 {
    width: 300px;
    max-width: 300px;
    margin-top: 0;
    margin-left: 0;
  }

  .heythere {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .image {
    z-index: 0;
    display: block;
    position: relative;
    top: -80px;
    left: 210px;
    right: 0;
    overflow: hidden;
  }

  .image.imagehww {
    display: block;
    left: 200px;
  }

  .section-3 {
    min-height: auto;
    padding-top: 0;
  }

  .howwework {
    margin-top: 800px;
    padding-bottom: 440px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    max-width: 350px;
    padding: 60px 0;
    display: flex;
  }

  .headingicon {
    width: 300px;
    padding-left: 60px;
    display: flex;
    position: static;
  }

  .list {
    box-sizing: content-box;
  }

  .div-block-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projectfifteens {
    align-self: center;
    width: 350px;
    max-width: 350px;
    height: 520px;
    margin: auto auto 20px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .projecti2t {
    align-self: center;
    width: 350px;
    max-width: 350px;
    height: 520px;
    margin: auto auto 20px;
    top: 0;
    left: 0;
    right: 0;
  }

  .projectsotic {
    align-self: center;
    width: 350px;
    max-width: 350px;
    height: 520px;
    margin: auto auto 20px;
    top: auto;
    left: auto;
  }

  .projectkilbel {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    width: 350px;
    max-width: 350px;
    height: 520px;
    margin: auto auto 20px;
    top: 0;
    left: 0;
  }

  .projectfazenda {
    align-self: center;
    width: 350px;
    max-width: 350px;
    height: 520px;
    margin-top: auto;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

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

  .contact {
    text-align: left;
  }

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

  .footerlogo {
    display: none;
  }

  .div-block-10 {
    flex-flow: row;
    display: block;
    position: static;
  }

  .div-block-11 {
    justify-content: center;
    margin-top: 100px;
    display: flex;
  }

  .image-15 {
    max-width: 183px;
  }

  .link {
    color: #00ffe0;
    text-align: left;
    text-decoration: none;
  }

  .txtasset {
    color: #575756;
    text-align: right;
    letter-spacing: .1em;
    text-transform: uppercase;
    column-count: auto;
    margin-top: -80px;
    margin-right: 10px;
    font-size: 8px;
    font-weight: 400;
    right: 0;
  }

  .txtasset.txtheythere {
    top: -200px;
    left: 20px;
  }

  .div-block-12 {
    text-align: left;
  }

  .selectedworks {
    margin-top: -60px;
    margin-bottom: 620px;
  }

  .containerselectedworks, .containerselectedworks.containerselworkstitles {
    width: 100%;
    max-width: 100%;
  }

  .textproject, .cursor-wrapper {
    display: none;
  }

  .maincol3 {
    width: 260px;
    max-width: 260px;
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .maincol3.maincol3hww {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    padding-left: 20px;
    top: -580px;
    overflow: hidden;
  }

  .circlelines, .circlemuliline {
    top: 10px;
    bottom: 50px;
  }

  .div-block-13 {
    margin-left: auto;
    margin-right: auto;
  }

  .footerbranding {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
}


