.hero-section {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block {
  width: 100%;
  height: 100vh;
}

.hero-bg {
  background-image: url('../images/PTB-heading_2_3_1920.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero_fog {
  opacity: .8;
  mix-blend-mode: soft-light;
  background-image: url('../images/Fog.webp');
  background-position: 50% 100%;
  background-size: auto;
  width: 2600px;
  height: 450px;
  position: absolute;
  inset: auto 0% -160px;
}

.body {
  background-color: #222;
  font-family: Manrope, sans-serif;
}

.hero_info {
  height: 75vh;
}

._2nd-section {
  z-index: 1;
  background-color: #222;
  flex-flow: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100vh;
  padding: 0;
}

.hero-div-bar {
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 70vh;
  display: flex;
  position: relative;
}

.div-block-3 {
  background-color: #2c2c2cb3;
  width: 10%;
  height: 100%;
}

.div-block-4 {
  background-color: #2c2c2cb3;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 46.6%;
  height: 100%;
  display: flex;
}

.div-block-5 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  width: 33.4%;
}

.hero-div-2 {
  width: 100%;
  height: 30%;
  display: flex;
  position: relative;
}

.div-block-7 {
  background-color: #2c2c2cb3;
  width: 10%;
}

.div-block-8 {
  color: #333333b3;
  background-color: #2c2c2cb3;
  width: 46.6%;
}

.div-block-9 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  width: 33.4%;
}

.about-section {
  z-index: 3;
  background-color: #222;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  width: 100%;
  height: 84vh;
  display: block;
  position: relative;
  top: 0;
}

.project-section {
  z-index: 2;
  background-color: #222;
  border-top: 1px solid #e4e3e3;
  height: 212vh;
  position: relative;
}

.land-bank_section {
  z-index: 4;
  background-color: #1a1a1a;
  border-top: 1px solid #e4e3e3;
  height: 78vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-section {
  z-index: 5;
  background-color: #1a1a1a;
  border-top: 1px solid #e4e3e3;
  height: 84vh;
  position: relative;
}

.contact_section {
  z-index: 6;
  background-color: #1a1a1a;
  border-top: 1px solid #474747;
  height: 75vh;
  display: flex;
  position: relative;
}

.footer {
  z-index: 7;
  background-color: #1a1a1a;
  height: 35vh;
  display: flex;
  position: relative;
}

.footer.project {
  background-color: #eee;
  margin-top: 20px;
}

.black-out {
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: normal;
  background-color: #222;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}

.logo-and-bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
  padding-right: 40px;
  display: flex;
}

.bar {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.link {
  color: #e4e3e3;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link.project-mob {
  display: none;
}

.heading {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 54px;
  font-weight: 200;
  line-height: 58px;
}

.heading_1 {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.bar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 44px;
  display: flex;
}

.link-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-10 {
  width: 10%;
  height: 100%;
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-end;
  width: 46.6%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 4%;
  display: flex;
}

.div-block-12 {
  opacity: .4;
  background-color: #222;
  width: 33.4%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #e4e3e3;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 42px;
}

.heading-2._3 {
  margin-top: 0;
  padding-top: 10vh;
}

.text-span {
  color: #beaca2;
}

.paragraph {
  color: #e4e3e3;
  width: 80%;
  margin-top: 26px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.paragraph._3 {
  width: 100%;
  margin-top: 0;
}

._2nd_1 {
  width: 100%;
  height: 55%;
  display: flex;
}

._2nd_2 {
  width: 100%;
  height: 22%;
  display: flex;
}

.div-block-13 {
  width: 10%;
}

.advantages_div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26.6%;
  padding-left: 20px;
  display: flex;
}

.heading-3 {
  color: #e4e3e3;
  margin-top: 14px;
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

.paragraph-2 {
  color: #e4e3e3;
  width: 70%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.paragraph-2._2 {
  color: #beaca2;
  width: 90%;
}

.project_head {
  border-bottom: 1px solid #474747;
  width: 100%;
  height: 28vh;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.div-block-15 {
  width: 10%;
}

.projects-top {
  border-bottom: 1px solid #474747;
  width: 100%;
  height: 70vh;
  display: flex;
}

.div-block-17 {
  width: 10%;
}

.div-block-18 {
  cursor: auto;
  border-right: 1px solid #474747;
  width: 40%;
  overflow: hidden;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.div-block-20 {
  background-image: url('../images/01p.webp');
  background-position: 100% 100%;
  background-size: cover;
  width: 90%;
  height: 115%;
}

.div-block-20._2 {
  background-image: url('../images/03p.webp');
  height: 115%;
}

.project-bottom {
  background-color: #1a1a1a;
  border-bottom: 1px solid #474747;
  flex-flow: row;
  width: 100%;
  height: 22vh;
  display: flex;
}

.div-block-21 {
  background-color: #1a1a1a;
  width: 10%;
  height: 100%;
}

.div-block-22 {
  background-color: #1a1a1a;
  border-right: 1px solid #474747;
  width: 40%;
  height: 100%;
}

.div-block-23 {
  background-color: #1a1a1a;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-24 {
  background-image: url('../images/02p.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 90%;
  height: 115%;
}

.div-block-24._2nd_1 {
  background-image: url('../images/04p.webp');
  height: 115%;
}

.div-block-25, .div-block-26 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 90%;
  display: flex;
}

.div-block-27 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-28 {
  z-index: 2;
  opacity: 1;
  background-color: #1a1a1a;
  border-bottom: 1px solid #686868;
  width: 10%;
  height: 50%;
  position: relative;
}

.div-block-29 {
  z-index: 2;
  opacity: 1;
  border-right: 1px solid #686868;
  width: 33.3%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-30 {
  z-index: 2;
  border-right: 1px solid #686868;
  flex-flow: wrap;
  width: 46.7%;
  display: flex;
  position: relative;
}

.div-block-31 {
  border-bottom: 1px solid #686868;
  border-left: 1px solid #686868;
  border-right: 1px solid #686868;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  padding: 5%;
  display: flex;
}

.div-block-32 {
  background-image: url('../images/2nd_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 150%;
  position: relative;
}

.div-block-33 {
  background-image: linear-gradient(#0000, #222);
  height: 30%;
  position: relative;
  bottom: 80%;
}

._2nd-background {
  opacity: .4;
  pointer-events: none;
  background-image: url('../images/2nd_2.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 56.6%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.background-video {
  z-index: 1;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-video-2 {
  z-index: 1;
  opacity: .3;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% 0% auto auto;
}

.div-block-34 {
  width: 31%;
}

.div-block-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
}

.text-block._6 {
  color: #beaca2;
}

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

.div-block-37 {
  background-color: #1a1a1a;
  border-bottom: 1px solid #686868;
  width: 100%;
  height: 50%;
}

.div-block-38 {
  z-index: 1;
  width: 10%;
  position: relative;
}

.landbank_bg {
  z-index: 1;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.div-block-40 {
  z-index: 2;
  width: 40%;
  padding-top: 10vh;
  position: relative;
}

.div-block-41 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 40%;
  padding-top: 10vh;
  display: flex;
}

.text-span-2, .text-span-3, .text-span-4 {
  color: #beaca2;
}

.land-bank_div-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #474747;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button_lb {
  border: 1px solid #e4e3e3;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 60px;
  display: flex;
}

.div-block-42 {
  width: 80%;
  height: 100%;
}

.div-block-43 {
  width: 20%;
  height: 100%;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 100%;
  display: flex;
}

.div-block-45 {
  margin-top: 26px;
}

.div-block-46 {
  border: 1px solid #e4e3e3;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-2 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
}

.div-block-47 {
  opacity: .63;
  filter: contrast(126%);
  background-image: url('../images/landbank_bg.webp');
  background-position: 100% 0;
  background-size: cover;
  height: 130%;
}

.div-block-48 {
  border-bottom: 1px solid #474747;
  height: 26vh;
  display: flex;
}

.section-3 {
  width: 10%;
  height: 100%;
}

.div-block-49 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  padding-bottom: 5px;
  display: flex;
}

.paragraph-3 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
}

.div-block-50 {
  height: 54vh;
  display: flex;
}

.div-block-51 {
  width: 10%;
  height: 100%;
}

.div-block-52 {
  flex-flow: wrap;
  width: 80%;
  display: flex;
}

.partners_div {
  border: 1px solid #474747;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50%;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: #a6a6a6;
  text-align: center;
  font-family: Manrope, sans-serif;
  position: absolute;
  inset: auto 0% 7%;
}

.image {
  width: 40%;
}

.div-block-53 {
  width: 10%;
}

.div-block-54 {
  width: 13.31%;
  padding-top: 18vh;
}

.div-block-55 {
  width: 26.67%;
  padding-top: 18vh;
}

.div-block-56 {
  width: 6.7%;
}

.div-block-57 {
  border-left: 1px solid #474747;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
  overflow: hidden;
}

.text-field, .text-field-2 {
  background-color: #fff0;
  border: 1px solid #e4e3e3;
  height: 60px;
  font-family: Manrope, sans-serif;
}

.submit-button {
  color: #e4e3e3;
  background-color: #1a1a1a;
  border: 1px solid #e4e3e3;
  width: 260px;
  height: 60px;
  font-family: Manrope, sans-serif;
}

.map {
  height: 100%;
}

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

.heading-4 {
  color: #e4e3e3;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 8px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: overline;
  text-decoration-thickness: 1px;
}

.paragraph-4 {
  color: #a6a6a6;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.code-block {
  width: 100%;
  height: 100%;
}

.div-block-58 {
  width: 10%;
}

.div-block-59 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46.7%;
  display: flex;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 33.3%;
  padding-top: 22px;
  display: flex;
}

.image-2 {
  width: 174px;
  margin-bottom: 2px;
}

.paragraph-5 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.text-span-5 {
  color: #a6a6a6;
}

.text-block-4 {
  color: #e4e3e3;
  margin-bottom: 2px;
  font-family: Manrope, sans-serif;
}

.paragraph-6 {
  font-size: 10px;
  line-height: 14px;
}

.paragraph-7 {
  color: #a6a6a6;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.image-3 {
  height: 100px;
}

.div-block-61 {
  background-image: url('../images/naordazia.webp');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 40px;
}

.image-4 {
  opacity: .6;
  height: 23px;
}

.link-3 {
  color: #e4e3e3;
  text-decoration: none;
}

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

.code-embed {
  filter: invert(91%);
  mix-blend-mode: luminosity;
  width: 100%;
  height: 90%;
}

.div-block-63 {
  position: absolute;
  inset: 0%;
}

.body-2 {
  background-color: #eee;
  font-family: Manrope, sans-serif;
}

.section-p_4 {
  background-image: url('../images/hero_background.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 48vh;
  font-family: Manrope, sans-serif;
  display: flex;
  position: static;
}

.section-p_4._2 {
  background-image: none;
  height: 52vh;
}

.div-block-64 {
  background-color: #737373b3;
  width: 10%;
  height: 100%;
}

.div-block-64._2 {
  background-color: #2e2d2db3;
  position: relative;
}

.div-block-65 {
  background-color: #737373b3;
  border-right: 1px solid #eee;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  display: flex;
}

.div-block-65._2 {
  background-color: #2e2d2db3;
  position: relative;
}

.link-4 {
  color: #e4e3e3;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-4.project-mobile {
  display: none;
}

.heading-5 {
  color: #e4e3e3;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 300;
  line-height: 52px;
}

.heading-5._2 {
  margin-bottom: 10px;
}

.section-5 {
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.div-block-66 {
  width: 10%;
  height: 100%;
}

.div-block-67 {
  width: 16.6%;
  height: 100%;
}

.div-block-68 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 70%;
  display: flex;
}

.paragraph-8 {
  color: #eee;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.text-block-5 {
  color: #d82121;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #222;
  background-color: #eee;
  border-right: 1px solid #adadad;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.tab-link.w--current {
  color: #eee;
  background-color: #222;
  font-weight: 300;
}

.tabs-menu {
  border-left: 1px solid #adadad;
  width: 60%;
  height: 18vh;
  margin-left: 10%;
  font-size: 28px;
  display: flex;
}

.paragraph-9 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.paragraph-10, .paragraph-11 {
  font-size: 14px;
  line-height: 16px;
}

.tabs-content {
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
  width: 100%;
}

.div-block-69 {
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-70 {
  width: 10%;
}

.div-block-71 {
  border-right: 1px solid #adadad;
  width: 20%;
  padding-top: 38px;
}

.div-block-72 {
  width: 40%;
  padding-top: 58px;
}

.heading-6 {
  text-transform: uppercase;
  padding-right: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-73 {
  background-image: url('../images/03_1.webp');
  background-position: 0 0;
  background-size: cover;
  border-left: 1px solid #adadad;
  width: 300px;
}

.div-block-74 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid #adadad;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 12px;
  display: flex;
}

.div-block-75 {
  border-left: 4px solid #adadad;
}

.div-block-76 {
  background-color: #adadad;
  width: 12px;
  min-width: 12px;
  height: 12px;
  margin-top: 4px;
}

.text-block-6, .text-block-7 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-8 {
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-9 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-10 {
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.section-6 {
  width: 100%;
  height: 300px;
  position: static;
  inset: auto 0% 0%;
}

.div-block-77 {
  width: 100%;
  display: flex;
}

.div-block-78 {
  background-image: url('../images/02.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
}

.div-block-79 {
  width: 100%;
  display: flex;
}

.div-block-80 {
  background-image: url('../images/03.webp');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-toggle.w--open {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  width: 92%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.dropdown-list {
  background-color: #eee;
  width: auto;
  max-width: 40%;
  margin-top: 20px;
  display: block;
  position: static;
  overflow: visible;
}

.dropdown-list.w--open {
  background-color: #eee;
  width: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-link {
  box-sizing: border-box;
  object-fit: fill;
  width: auto;
  max-width: 40%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
  overflow: visible;
}

.section-7 {
  width: 100%;
  height: auto;
  position: static;
}

.section-8 {
  height: 60px;
}

.div-block-81 {
  border-bottom: 1px solid #adadad;
  border-left: 1px solid #adadad;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 100%;
  margin-left: 70%;
  text-decoration: none;
  display: flex;
}

.div-block-82 {
  background-color: #222;
  border-left: 1px solid #adadad;
  border-right: 1px solid #adadad;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  display: flex;
}

.div-block-83 {
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 100%;
  display: flex;
}

.text-block-11 {
  color: #333;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-decoration-color: #333;
}

.section-9 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 280px;
  display: flex;
}

.div-block-84 {
  width: 60%;
  height: 100%;
  margin-left: 10%;
  padding-bottom: 100px;
}

.div-block-85 {
  border-left: 1px solid #adadad;
  width: 30%;
  height: 100%;
}

.div-block-86 {
  border-bottom: 1px solid #adadad;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-block-12 {
  padding-bottom: 14px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 22px;
}

.div-block-87 {
  justify-content: space-between;
  align-items: flex-end;
  height: 60px;
  display: flex;
}

.div-block-88 {
  border-top: 1px solid #adadad;
  border-left: 1px solid #adadad;
  width: 300px;
  height: 60px;
  display: flex;
}

.div-block-89 {
  background-color: #eee;
  border-bottom: 1px solid #adadad;
  border-left: 1px solid #adadad;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-90 {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-91 {
  background-color: #222;
  width: 12px;
  height: 12px;
  margin-bottom: 10px;
}

.div-block-92 {
  width: 60%;
}

.div-block-93 {
  width: 10%;
}

.footer-2 {
  z-index: 7;
  background-color: #1a1a1a;
  height: 45vh;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.image-5 {
  width: 174px;
  margin-bottom: 2px;
}

.div-block-94 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 22px;
  padding-bottom: 4vh;
  display: flex;
}

.link-5 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.text-block-14 {
  color: #e4e3e3;
  margin-bottom: 2px;
  font-family: Manrope, sans-serif;
}

.image-6 {
  opacity: .6;
  height: 23px;
  margin-bottom: 10px;
}

.div-block-96 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 22px;
  padding-bottom: 4vh;
  padding-left: 4%;
  display: flex;
}

.paragraph-12 {
  color: #a6a6a6;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.text-span-6 {
  color: #a6a6a6;
}

.paragraph-13 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.list, .list-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.section-10 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #474747;
}

.body-3 {
  color: #e4e3e3;
  background-color: #222;
  font-family: Manrope, sans-serif;
}

.div-block-97 {
  border-right: 1px solid #474747;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 100%;
  margin-left: 10%;
  padding-right: 15vw;
  display: flex;
}

.text-block-15 {
  color: #b4b4b4;
  padding-right: 40px;
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
}

.div-block-98 {
  margin-bottom: 30px;
}

.section-11 {
  height: 1100px;
  display: flex;
}

.div-block-99 {
  border-right: 1px solid #474747;
  width: 56.8%;
  height: 100%;
}

.div-block-100 {
  border-bottom: 1px solid #474747;
  width: 100%;
  height: 50%;
}

.div-block-101 {
  width: 100%;
  height: 50%;
  padding-top: 3vw;
}

.div-block-102 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 43.2%;
  display: flex;
}

.div-block-103 {
  border-bottom: 1px solid #474747;
  width: 100%;
  height: 70%;
}

.div-block-104 {
  background-image: url('../images/IMG_6707.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-104._4 {
  background-image: url('../images/IMG_6657-edit.webp');
  background-position: 50%;
}

.text-block-16 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 15vw;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
  overflow: visible;
}

.div-block-105 {
  background-image: url('../images/IMG_6764.webp');
  background-position: 0 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-105._4 {
  background-image: url('../images/IMG_6821-edit.webp');
  background-position: 50%;
}

.div-block-106 {
  background-image: url('../images/IMG_6701.webp');
  background-position: 0 100%;
  background-size: cover;
  height: 100%;
  margin-right: 10vw;
}

.div-block-106._4 {
  background-image: url('../images/IMG_6602-edit.webp');
  background-position: 50%;
}

.section-12 {
  border-top: 1px solid #474747;
  height: 550px;
  display: flex;
}

.div-block-107 {
  border-right: 1px solid #474747;
  width: 56.8%;
  height: 100%;
  padding-top: 3vw;
}

.div-block-108 {
  background-image: url('../images/IMG_6702.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-108._4 {
  background-image: url('../images/IMG_6609-edit.webp');
  background-position: 50%;
}

.div-block-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 43.2%;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 15vw;
  display: flex;
}

.text-block-17 {
  font-size: 28px;
  line-height: 34px;
}

.body-4, .body-5, .body-6 {
  color: #e4e3e3;
  background-color: #222;
  font-family: Manrope, sans-serif;
}

.text-span-7 {
  color: #bbaa96;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline #bbab96;
  text-decoration: underline #bbab96;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.link-block-2, .link-block-3 {
  width: 100%;
  height: 100%;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.link-block-5 {
  width: 320px;
  height: 60px;
  position: absolute;
}

.link-block-6 {
  width: 300px;
  height: 60px;
  position: absolute;
}

.image-7 {
  mix-blend-mode: difference;
}

.div-block-110 {
  background-image: url('../images/image-1_2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 52vh;
  position: absolute;
}

.div-block-111 {
  background-image: url('../images/image-1.webp');
  background-position: 100% 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 52vh;
  position: absolute;
}

.div-block-112 {
  background-image: url('../images/image-1_1.webp');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 52vh;
  position: absolute;
}

.div-block-113 {
  background-image: url('../images/IMG_6856.webp');
  background-position: 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-114 {
  background-image: url('../images/IMG_6892.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-right: 10vw;
}

.div-block-115 {
  background-image: url('../images/IMG_9377.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-116 {
  background-image: url('../images/IMG_9358.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-117 {
  background-image: url('../images/IMG_9041.webp');
  background-position: 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-118 {
  background-image: url('../images/IMG_9048.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-119 {
  background-image: url('../images/IMG_9069.webp');
  background-position: 100%;
  background-size: cover;
  height: 100%;
  margin-left: 10vw;
  margin-right: 3vw;
}

.div-block-120 {
  background-image: url('../images/IMG_9062.webp'), url('../images/IMG_9062.webp');
  background-position: 50%, 50%;
  background-size: cover, cover;
  height: 100%;
  margin-right: 10vw;
}

.div-block-121 {
  background-image: url('../images/image-1_3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 52vh;
  position: absolute;
}

.link-6 {
  color: #a6a6a6;
}

.div-block-122 {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-123 {
  background-image: linear-gradient(#0000, #222);
  height: 30%;
  position: relative;
  bottom: 80%;
}

.allavantages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

._2nd-section-2 {
  z-index: 1;
  background-color: #222;
  border-top: 1px solid #a1a1a1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 140vh;
  display: flex;
  position: relative;
  top: 0;
}

._2nd_2-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  padding-top: 13%;
  padding-bottom: 11%;
  display: flex;
  position: relative;
  right: 10%;
}

.heading-7 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

._2nd-background-2 {
  opacity: .4;
  pointer-events: none;
  background-image: url('../images/2nd_2_2.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 56.6%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-124 {
  background-image: url('../images/2nd_1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 150%;
  position: relative;
}

.paragraph-14 {
  color: #e4e3e3;
  width: 80%;
  margin-top: 16px;
  margin-bottom: 26px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.paragraph-14._4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-14._4._2 {
  width: 70%;
}

.div-block-125 {
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  margin-top: 12%;
  margin-bottom: 11%;
  padding-right: 60px;
  display: flex;
  position: sticky;
  top: 15%;
  left: 10%;
}

._2nd-backgroun2 {
  opacity: .4;
  background-color: #222;
  width: 33.4%;
  height: 55%;
  display: block;
  position: absolute;
  inset: 0% 10% auto auto;
  overflow: hidden;
}

.heading-8 {
  color: #e4e3e3;
  width: 90%;
  margin-top: 14px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.advantages_div-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 30%;
  padding-top: 3%;
  padding-bottom: 4%;
  padding-left: 0;
  display: flex;
}

.paragraph-15 {
  color: #e4e3e3;
  width: 100%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.div-block-126 {
  background-color: #222;
  border: 1px solid #e4e3e3;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-127 {
  z-index: 2;
  width: 40%;
  padding-top: 22vh;
  position: relative;
}

.landbank_bg-2 {
  z-index: 1;
  width: 50%;
  height: 120vh;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.heading-9 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 40px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.div-block-128 {
  margin-top: -12px;
  padding-top: 0;
}

.text-block-18 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
}

.text-block-18._6 {
  color: #beaca2;
}

.div-block-129 {
  z-index: 1;
  width: 10%;
  position: relative;
}

.div-block-130 {
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.text-block-19 {
  color: #e4e3e3;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.div-block-131 {
  opacity: .63;
  filter: contrast(126%);
  background-image: url('../images/landbank_bg.webp');
  background-position: 100% 0;
  background-size: cover;
  height: 130%;
}

.land-bank_section-2 {
  z-index: 4;
  background-color: #222;
  border-top: 1px solid #686868;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_lb-2 {
  border: 1px solid #e4e3e3;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 60px;
  margin-top: 12px;
  text-decoration: none;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 40%;
  padding-top: 22vh;
  padding-bottom: 18vh;
  display: flex;
}

.div-block-133 {
  border-top: 1px solid #686868;
  border-left: .5px solid #686868;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  padding: 20px 20px 50px;
  display: flex;
}

.div-block-134 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-10 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.heading-10._3 {
  color: #e4e3e3;
  margin-top: 0;
}

.div-block-135 {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 19vh;
  display: flex;
  position: relative;
}

.div-block-136 {
  z-index: 2;
  opacity: 1;
  background-color: #1a1a1a;
  border-bottom: 1px solid #686868;
  width: 10%;
  height: 50%;
  position: relative;
}

.div-block-137 {
  padding-top: 20px;
}

.about-section-2 {
  z-index: 3;
  background-color: #222;
  border-top: 1px solid #a1a1a1;
  flex-flow: column;
  width: 100%;
  height: 92vh;
  display: flex;
  position: relative;
  top: 0;
}

.div-block-138 {
  background-color: #1a1a1a;
  border-bottom: 1px solid #686868;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
}

.text-block-20 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 60px;
}

.div-block-139 {
  background-color: #222;
  border-right: 1px solid #686868;
  width: 43.3%;
  height: 100%;
}

.background-video-3 {
  z-index: 1;
  opacity: .3;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-140 {
  z-index: 2;
  height: 92vh;
  display: flex;
  position: relative;
}

.div-block-141 {
  border-left: 1px solid #686868;
  width: 10%;
  height: 100%;
}

.div-block-142 {
  z-index: 2;
  flex-flow: wrap;
  width: 46.7%;
  display: flex;
  position: relative;
}

.div-block-143 {
  z-index: 2;
  opacity: 1;
  border-right: 1px solid #686868;
  width: 33.3%;
  height: 100%;
  position: relative;
}

.div-block-144 {
  width: 10%;
  height: 100%;
}

.heading-11 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.section-13 {
  width: 10%;
  height: 100%;
}

.div-block-145 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.3%;
  padding-bottom: 10px;
  display: flex;
}

.text-block-21 {
  color: #a6a6a6;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  position: absolute;
  inset: auto 0% 10%;
}

.div-block-146 {
  border-bottom: 1px solid #474747;
  height: 37vh;
  display: flex;
}

.partners-section-2 {
  z-index: 5;
  background-color: #1a1a1a;
  border-top: 1px solid #686868;
  height: 100vh;
  position: relative;
}

.paragraph-16 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.div-block-147 {
  height: 63vh;
  display: flex;
}

.div-block-148 {
  flex-flow: wrap;
  width: 80%;
  display: flex;
}

.image-11 {
  width: 60%;
}

.submit-button-2 {
  color: #e4e3e3;
  background-color: #1a1a1a;
  border: 1px solid #e4e3e3;
  width: 260px;
  height: 60px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.contact_section-2 {
  z-index: 6;
  background-color: #1a1a1a;
  border-top: 1px solid #474747;
  height: auto;
  display: flex;
  position: relative;
}

.text-block-22, .text-block-23 {
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.code-embed-2 {
  filter: invert(91%);
  mix-blend-mode: luminosity;
  width: 100%;
  height: 94%;
}

.heading-12 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.div-block-149 {
  width: 10%;
}

.div-block-150 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  padding-top: 18vh;
  padding-bottom: 9vh;
  padding-right: 5vw;
  display: flex;
}

.text-field-3 {
  color: #e4e3e3;
  background-color: #fff0;
  border: 1px solid #e4e3e3;
  height: 60px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.paragraph-17 {
  color: #a6a6a6;
  width: 90%;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  line-height: 15px;
}

.div-block-151 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-152 {
  border-left: 1px solid #474747;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
  overflow: hidden;
}

.success-message {
  width: 90%;
}

.form-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: #bb9a9a;
  width: 90%;
}

.div-block-153 {
  width: 10%;
}

.footer-3 {
  z-index: 7;
  background-color: #1a1a1a;
  height: 45vh;
  display: flex;
  position: relative;
}

.image-12 {
  width: 174px;
  margin-bottom: 2px;
}

.div-block-154 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-155 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 22px;
  padding-bottom: 4vh;
  display: flex;
}

.link-7 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.text-block-24 {
  color: #e4e3e3;
  margin-bottom: 2px;
  font-family: Manrope, sans-serif;
}

.image-13 {
  opacity: .6;
  height: 23px;
  margin-bottom: 10px;
}

.div-block-156 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 1px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-top: 22px;
  padding-bottom: 4vh;
  padding-left: 4%;
  display: flex;
}

.paragraph-18 {
  color: #a6a6a6;
  font-family: Manrope, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

.text-span-8 {
  color: #a6a6a6;
}

.paragraph-19 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

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

.link-8 {
  color: #a6a6a6;
}

.div-block-158 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.link-9, .link-10, .link-11 {
  color: #a6a6a6;
}

.div-block-159 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-160 {
  border: 1px solid #e4e3e3;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.div-block-161 {
  background-color: #1a1a1a;
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 33.4%;
  padding-top: 8px;
  padding-bottom: 22px;
  padding-left: 20px;
  display: flex;
}

.div-block-162 {
  background-color: #272727;
  border-right: 1px solid #474747;
  width: 10%;
  height: 100%;
  display: block;
}

.paragraph-20 {
  color: #e4e3e3;
  width: 90%;
  margin-top: 40px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 22px;
}

.div-block-163 {
  background-image: url('../images/01p.webp');
  background-position: 100% 100%;
  background-size: cover;
  width: 100%;
  height: 118%;
}

.div-block-163._4 {
  background-image: url('../images/04p.webp');
}

.div-block-163._3 {
  background-image: url('../images/03p.webp');
}

.div-block-163._2 {
  background-image: url('../images/02p.webp');
  height: 115%;
}

.div-block-164 {
  background-color: #1a1a1a;
  width: 10%;
}

.heading-13 {
  color: #e4e3e3;
  text-transform: uppercase;
  padding-right: 10px;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 44px;
}

.space {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 12vh;
  display: flex;
}

.project-section-2 {
  z-index: 2;
  background-color: #222;
  border-top: 1px solid #474747;
  display: none;
  position: relative;
}

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

.div-block-166 {
  flex-flow: column;
  width: 100%;
  display: block;
}

.project_head-2 {
  border-bottom: 1px solid #474747;
  width: 100%;
  height: 29vh;
  padding-top: 0;
  padding-bottom: 5px;
  display: flex;
}

.div-block-167 {
  background-color: #1a1a1a;
  width: 10%;
}

.div-block-168 {
  border-left: 1px solid #474747;
  border-right: 1px solid #474747;
  width: 46.6%;
  overflow: hidden;
}

.div-block-169 {
  background-color: #1a1a1a;
  width: 10%;
}

.div-block-170 {
  width: 10%;
}

.project {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  flex-flow: row;
  width: 100%;
  height: 68vh;
  display: flex;
}

.div-block-171 {
  background-color: #1a1a1a;
  width: 10%;
}

.div-block-172 {
  background-color: #1a1a1a;
  border-right: 1px solid #474747;
  width: 33.4%;
  height: 100%;
}

.div-block-173 {
  background-color: #2b2b2b;
  border-right: 1px solid #474747;
  width: 46.6%;
  height: 100%;
}

.div-block-174 {
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.text-block-25 {
  color: #e4e3e3;
  font-family: Manrope, sans-serif;
}

.heading-14 {
  color: #e4e3e3;
  width: 90%;
  margin-top: 14px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.div-block-175 {
  width: 10%;
}

.paragraph-21 {
  color: #e4e3e3;
  width: 70%;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.paragraph-21._2 {
  color: #beaca2;
  width: 80%;
  font-size: 16px;
  line-height: 22px;
}

.div-block-176 {
  background-color: #1a1a1a;
  width: 10%;
  height: 100%;
}

.button_lb-3 {
  border: 1px solid #e4e3e3;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 60px;
  display: flex;
}

.navbar {
  color: #c8c8c8;
  background-color: #0000;
  width: 5%;
  height: 5%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.nav-menu {
  color: #c8c8c8;
  background-color: #222;
  display: block;
  inset: 0% 0% auto auto;
}

.menu-button {
  background-color: #c0bcbc;
}

.menu-button.w--open {
  background-color: #1a1a1a00;
  width: 100%;
  height: 100%;
}

.icon {
  flex-flow: column;
}

.nav-link, .nav-link-2, .nav-link-3 {
  color: #c8c8c8;
  text-transform: uppercase;
  text-decoration: none;
}

.text-span-9, .text-span-10 {
  color: #c8c8c8;
}

.navbar-2 {
  z-index: 999;
  pointer-events: auto;
  color: #e4e3e3;
  background-color: #2220;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  padding-left: 0%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.container-2 {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-2 {
  background-color: #222;
}

.nav-link-4 {
  color: #e4e3e3;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-link-5, .nav-link-6 {
  color: #e4e3e3;
  text-decoration: none;
}

.image-15 {
  overflow: clip;
}

.menu-button-2 {
  margin-top: 30px;
  margin-right: 30px;
  padding: 0;
}

.navlink-5_2 {
  color: #e4e3e3;
  text-decoration: none;
  display: none;
}

.text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16 {
  color: #e4e3e3;
}

.text-block-26 {
  font-size: 16px;
  line-height: 22px;
}

.text-block-27 {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 22px;
}

.image-16 {
  min-width: 340px;
}

.section-14 {
  background-color: #1a1a1a;
  height: 40px;
}

.text-block-31 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.text-block-32 {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.text-block-33, .text-block-34 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.text-block-35, .text-block-36 {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.text-block-37 {
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.text-block-38 {
  font-size: 16px;
  font-weight: 200;
  line-height: 22px;
}

.body-7 {
  background-color: #1a1a1a;
}

.div-block-177 {
  padding: 30px 10% 100px;
}

.div-block-178 {
  margin-bottom: 60px;
  padding-top: 100px;
}

.cookie_wrapper {
  z-index: 1000;
  opacity: .9;
  background-color: #1a1a1a;
  width: 43.4%;
  height: auto;
  position: fixed;
  bottom: 0;
  right: 0;
}

.div-block-179 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid #474747;
  border-left: 1px solid #474747;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.button {
  color: #e4e3e3;
  background-color: #1a1a1a;
  border: 1px solid #e4e3e3;
  margin-top: 16px;
  margin-bottom: 26px;
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 400;
}

.link-12 {
  color: #beaca2;
}

.paragraph-22 {
  color: #e4e3e3;
  font-weight: 400;
}

.link-13 {
  color: #beaca2;
}

.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;
}

.body-8 {
  background-color: #222;
  font-family: Manrope, sans-serif;
}

.heading-15, .text-block-39 {
  color: #8a8a8a;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 56px;
    line-height: 60px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1440px) {
  .link {
    font-size: 1.8vh;
    line-height: 2.6vh;
  }

  .heading {
    font-size: 8vh;
    line-height: 8.5vh;
  }

  .link-2 {
    font-size: 2.3vh;
    line-height: 2.9vh;
  }

  .heading-2 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .paragraph {
    width: 80%;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3 {
    font-size: 3.8vh;
    line-height: 4vh;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-2._2 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .project_head {
    border-bottom: 1px solid #d9d9d9;
    display: flex;
  }

  .div-block-15 {
    width: 10%;
  }

  .projects-top {
    border-bottom: 1px solid #474747;
    display: flex;
  }

  .div-block-17 {
    width: 10%;
  }

  .div-block-18, .div-block-19 {
    width: 40%;
  }

  .div-block-20 {
    width: 90%;
  }

  .link-4 {
    font-size: 1.8vh;
    line-height: 2.6vh;
  }

  .heading-5 {
    margin-bottom: 46px;
    font-size: 5.8vh;
    line-height: 6.4vh;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    font-size: 1.6vh;
    line-height: 2vh;
  }

  .heading-6 {
    font-size: 3.2vh;
    line-height: 4vh;
  }

  .div-block-73 {
    width: 340px;
  }

  .div-block-76 {
    margin-top: .8vh;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .div-block-78, .div-block-80, .div-block-81 {
    width: 340px;
  }

  .div-block-83 {
    width: 280px;
  }

  .text-block-11, .text-block-12 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .div-block-88 {
    width: 340px;
  }

  .div-block-90 {
    width: 280px;
  }

  .text-block-13 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .image-5 {
    width: 200px;
  }

  .link-5 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-14 {
    font-size: 20px;
    line-height: 28px;
  }

  .image-6 {
    height: 28px;
  }

  .paragraph-12 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .list, .list-2 {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
  }

  .text-block-15 {
    font-size: 3vh;
    line-height: 3.6vh;
  }

  .text-block-16 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .text-block-17 {
    font-size: 3vh;
    line-height: 3.6vh;
  }

  .link-block-6 {
    width: 340px;
  }

  .heading-7 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .paragraph-14 {
    width: 80%;
    font-size: 2vh;
    line-height: 3vh;
  }

  .div-block-125 {
    padding-right: 6%;
  }

  .heading-8 {
    font-size: 3.8vh;
    line-height: 4vh;
  }

  .paragraph-15 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .heading-9 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .text-block-18 {
    font-size: 46px;
  }

  .text-block-18._6 {
    font-size: 6vh;
    line-height: 8vh;
  }

  .text-block-19 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .div-block-133 {
    padding: 24px 24px 50px;
  }

  .heading-10 {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-10._3 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .text-block-20 {
    font-size: 6vh;
    line-height: 8vh;
  }

  .heading-11 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .text-block-21, .paragraph-16, .submit-button-2 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .heading-12 {
    font-size: 5vh;
    line-height: 6vh;
  }

  .div-block-150 {
    padding-right: 8vw;
  }

  .text-field-3 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .paragraph-17 {
    font-size: 1.3vh;
    line-height: 1.8vh;
  }

  .image-12 {
    width: 200px;
  }

  .link-7 {
    font-size: 1.8vh;
    line-height: 2.4vh;
  }

  .text-block-24 {
    font-size: 2.3vh;
    line-height: 3vh;
  }

  .image-13 {
    height: 28px;
  }

  .paragraph-18 {
    font-size: 1.3vh;
    line-height: 1.8vh;
  }

  .paragraph-19 {
    font-size: 1.6vh;
    line-height: 2.4vh;
  }

  .image-14 {
    min-width: 110%;
    max-width: 110%;
  }

  .div-block-161 {
    padding-top: 12px;
    padding-bottom: 26px;
    padding-left: 24px;
  }

  .paragraph-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-163 {
    width: 100%;
  }

  .heading-13 {
    font-size: 40px;
    line-height: 48px;
  }

  .project_head-2 {
    border-bottom: 1px solid #474747;
    display: flex;
  }

  .div-block-168 {
    width: 46.6%;
  }

  .div-block-170 {
    width: 10%;
  }

  .project {
    border-bottom: 1px solid #474747;
    display: flex;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 34px;
  }

  .div-block-175 {
    width: 10%;
  }

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

  .paragraph-21._2 {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-link-4, .nav-link-5, .nav-link-6, .navlink-5_2 {
    font-size: 1.8vh;
    line-height: 2.6vh;
  }

  .text-block-26, .text-block-27 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 1.7vh;
    line-height: 2.4vh;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 3.5vh;
    line-height: 3vh;
  }

  .icon-2, .icon-3 {
    font-size: 2vh;
  }

  .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-35, .text-block-36, .text-block-37, .text-block-38 {
    font-size: 2vh;
    line-height: 3vh;
  }

  .button {
    font-size: 1.8vh;
    line-height: 3vh;
  }

  .paragraph-22 {
    font-size: 1.6vh;
    line-height: 2vh;
  }
}

@media screen and (min-width: 1920px) {
  .bar {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .link {
    font-size: 20px;
    line-height: 28px;
  }

  .heading {
    font-size: 80px;
    line-height: 88px;
  }

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

  .link-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-2 {
    font-size: 54px;
    line-height: 64px;
  }

  .heading-3 {
    font-size: 44px;
    line-height: 52px;
  }

  .div-block-54 {
    padding-top: 18vh;
  }

  .link-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .tab-link {
    background-color: #eee;
    width: 100%;
  }

  .tabs-menu {
    display: flex;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-80 {
    width: 380px;
  }

  .section-8 {
    height: 80px;
  }

  .div-block-81 {
    width: 380px;
  }

  .div-block-82 {
    width: 80px;
  }

  .div-block-83 {
    width: 300px;
  }

  .text-block-11 {
    font-size: 22px;
  }

  .text-block-12 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-88 {
    width: 380px;
    height: 80px;
  }

  .div-block-89 {
    width: 80px;
    height: 80px;
  }

  .div-block-90 {
    width: 300px;
    height: 80px;
  }

  .text-block-13 {
    font-size: 22px;
  }

  .image-5 {
    width: 260px;
  }

  .div-block-94 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .link-5 {
    font-size: 20px;
  }

  .text-block-14 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-6 {
    height: 34px;
  }

  .paragraph-12 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-13 {
    font-size: 18px;
    line-height: 28px;
  }

  .text-block-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .link-block-5, .link-block-6 {
    width: 380px;
    height: 80px;
  }

  .image-10 {
    min-width: 40px;
  }

  .heading-7 {
    font-size: 54px;
    line-height: 64px;
  }

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

  .div-block-125 {
    padding-right: 6%;
  }

  .image-9 {
    min-width: 40px;
  }

  .heading-8 {
    font-size: 44px;
    line-height: 52px;
  }

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

  .div-block-126 {
    width: 80px;
    height: 80px;
  }

  .heading-9 {
    font-size: 54px;
    line-height: 64px;
  }

  .text-block-18 {
    font-size: 60px;
  }

  .div-block-130 {
    width: 300px;
  }

  .text-block-19 {
    font-size: 22px;
  }

  .button_lb-2 {
    width: 380px;
    height: 80px;
  }

  .div-block-132 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-133 {
    padding: 28px 28px 50px;
  }

  .div-block-134 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .heading-10 {
    font-size: 54px;
    line-height: 64px;
  }

  .text-block-20 {
    font-size: 68px;
    line-height: 76px;
  }

  .heading-11 {
    font-size: 54px;
    line-height: 64px;
  }

  .text-block-21, .paragraph-16 {
    font-size: 24px;
    line-height: 34px;
  }

  .submit-button-2 {
    width: 300px;
    height: 80px;
    font-size: 22px;
  }

  .heading-12 {
    font-size: 54px;
    line-height: 64px;
  }

  .text-field-3 {
    height: 80px;
    font-size: 22px;
  }

  .paragraph-17 {
    font-size: 13px;
    line-height: 17px;
  }

  .form-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-12 {
    width: 260px;
  }

  .div-block-154 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .link-7 {
    font-size: 20px;
  }

  .text-block-24 {
    font-size: 24px;
    line-height: 30px;
  }

  .image-13 {
    height: 34px;
  }

  .paragraph-18 {
    font-size: 12px;
    line-height: 16px;
  }

  .paragraph-19 {
    font-size: 18px;
    line-height: 28px;
  }

  .image-14 {
    min-width: 340px;
  }

  .div-block-160 {
    width: 80px;
    height: 80px;
  }

  .div-block-161 {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 28px;
  }

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

  .heading-13 {
    font-size: 54px;
    line-height: 64px;
  }

  .div-block-174 {
    width: 300px;
  }

  .text-block-25 {
    font-size: 22px;
  }

  .heading-14 {
    font-size: 44px;
    line-height: 52px;
  }

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

  .paragraph-21._2 {
    font-size: 22px;
    line-height: 30px;
  }

  .button_lb-3 {
    width: 380px;
    height: 80px;
  }

  .nav-link-4, .nav-link-5, .nav-link-6, .navlink-5_2 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-26, .text-block-27 {
    font-size: 24px;
    line-height: 34px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 22px;
    line-height: 28px;
  }

  .icon-2, .icon-3 {
    font-size: 24px;
  }

  .text-block-31 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-32 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-33, .text-block-34 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-35, .text-block-36 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-37 {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 24px;
    line-height: 34px;
  }

  .text-block-38 {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-179 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-22 {
    padding-right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 600px;
    position: static;
  }

  .hero-bg {
    height: 600px;
    inset: 0% 0% auto;
  }

  .hero_fog {
    display: none;
  }

  .hero-div-bar {
    height: 70%;
    position: relative;
  }

  .div-block-3 {
    width: 3%;
  }

  .div-block-4 {
    width: 60%;
  }

  .div-block-5 {
    width: 34%;
  }

  .hero-div-2 {
    position: relative;
  }

  .div-block-7 {
    width: 3%;
  }

  .div-block-8 {
    width: 60%;
  }

  .div-block-9 {
    width: 34%;
  }

  .project-section {
    height: auto;
    display: block;
  }

  .black-out {
    height: 600px;
    display: none;
  }

  .logo-and-bar {
    padding-right: 3%;
  }

  .bar-2 {
    margin-top: 24px;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .project_head {
    height: 160px;
  }

  .div-block-15 {
    width: 3%;
  }

  .projects-top {
    height: 400px;
  }

  .div-block-17 {
    width: 3%;
  }

  .div-block-18, .div-block-19 {
    width: 47%;
  }

  .div-block-20 {
    width: 95%;
  }

  .project-bottom {
    height: 140px;
  }

  .div-block-21 {
    width: 3%;
  }

  .div-block-22 {
    width: 47%;
  }

  .div-block-23 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 47%;
    padding-left: 2.5%;
  }

  .div-block-24 {
    width: 95%;
  }

  .partners_div {
    width: 25%;
  }

  .section-p_4 {
    height: 420px;
  }

  .div-block-64 {
    width: 3%;
  }

  .div-block-65 {
    width: 62.5%;
  }

  .tabs-menu {
    width: 94%;
    margin-left: 3%;
  }

  .div-block-69 {
    flex-flow: column;
    width: 94%;
    margin-left: 3%;
  }

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

  .div-block-71 {
    width: 100%;
    padding-top: 60px;
  }

  .div-block-72 {
    width: 100%;
    padding-top: 0;
  }

  .div-block-75 {
    border-right: 1px solid #adadad;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 14px;
  }

  .div-block-77, .div-block-79 {
    flex-flow: column;
    width: 94%;
    margin-left: 3%;
  }

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

  .div-block-81 {
    margin-left: 3%;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .section-9 {
    height: 300px;
  }

  .div-block-84 {
    width: 94%;
    margin-left: 3%;
    padding-bottom: 0;
  }

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

  .div-block-86 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 80px;
    display: flex;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .div-block-87 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .div-block-89 {
    border-right: 1px solid #adadad;
  }

  .div-block-90 {
    border-bottom: 1px solid #adadad;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .div-block-92 {
    width: 80%;
  }

  .div-block-97 {
    width: 62.5%;
    margin-left: 3%;
    padding-right: 6vw;
  }

  .section-11 {
    height: 700px;
  }

  .div-block-104 {
    margin-left: 3vw;
  }

  .text-block-16 {
    padding-right: 3vw;
    font-size: 14px;
  }

  .div-block-105 {
    margin-left: 3vw;
  }

  .div-block-106 {
    margin-right: 3vw;
  }

  .section-12 {
    height: 400px;
  }

  .div-block-108 {
    margin-left: 3vw;
  }

  .div-block-109 {
    padding-right: 3vw;
  }

  .div-block-113 {
    margin-left: 3vw;
  }

  .div-block-114 {
    margin-right: 3vw;
  }

  .div-block-115, .div-block-116, .div-block-117, .div-block-118, .div-block-119 {
    margin-left: 3vw;
  }

  .div-block-120 {
    margin-right: 3vw;
  }

  ._2nd-section-2 {
    height: 700px;
    overflow: visible;
  }

  ._2nd_2-2 {
    width: 44%;
    padding-top: 14%;
    right: 3%;
  }

  .heading-7 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-14 {
    width: 100%;
    padding-right: 40px;
    font-size: 14px;
  }

  .div-block-125 {
    width: 50%;
    margin-bottom: 11.5%;
    top: 14%;
    left: 3%;
  }

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

  .div-block-127 {
    width: 50%;
    padding-top: 14%;
  }

  .landbank_bg-2 {
    height: 120%;
  }

  .heading-9 {
    padding-right: 40px;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-129 {
    width: 3%;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .div-block-132 {
    width: 44%;
    padding-top: 14%;
    padding-bottom: 14%;
  }

  .div-block-133 {
    padding-bottom: 20px;
  }

  .heading-10._3 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-136 {
    width: 3%;
  }

  .about-section-2 {
    height: 600px;
  }

  .text-block-20 {
    font-size: 38px;
  }

  .div-block-140 {
    height: 600px;
  }

  .div-block-141 {
    width: 3%;
  }

  .div-block-142 {
    width: 54%;
  }

  .div-block-143 {
    width: 40%;
  }

  .div-block-144 {
    width: 3%;
  }

  .heading-11 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-13 {
    width: 3%;
  }

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

  .text-block-21 {
    font-size: 14px;
  }

  .div-block-146 {
    height: 200px;
  }

  .partners-section-2 {
    height: auto;
  }

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

  .div-block-147 {
    height: 400px;
  }

  .div-block-148 {
    width: 97%;
  }

  .submit-button-2 {
    font-size: 14px;
  }

  .contact_section-2 {
    height: auto;
  }

  .heading-12 {
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-149 {
    width: 3%;
  }

  .div-block-150 {
    width: 50%;
    padding-top: 8vh;
    padding-bottom: 5vh;
  }

  .text-field-3 {
    font-size: 14px;
  }

  .div-block-152 {
    width: 44%;
  }

  .div-block-153 {
    width: 3%;
  }

  .footer-3 {
    height: 320px;
  }

  .div-block-155 {
    width: 50%;
    padding-bottom: 28px;
  }

  .div-block-156 {
    padding-bottom: 28px;
  }

  .project-section-2 {
    display: none;
  }

  .navbar {
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .nav-link {
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .text-block-26, .text-block-27 {
    font-size: 14px;
  }

  .icon-2, .icon-3 {
    margin-right: 0;
    font-size: 18px;
  }

  .text-block-31, .text-block-32, .text-block-33, .text-block-34, .text-block-36, .text-block-37, .text-block-38 {
    font-size: 14px;
  }

  .div-block-177 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cookie_wrapper {
    width: 100%;
  }

  .button {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section, .hero-bg {
    height: 100vh;
  }

  .div-block-3 {
    width: 5%;
  }

  .div-block-4 {
    width: 82%;
  }

  .div-block-5 {
    width: 13%;
  }

  .div-block-7 {
    width: 5%;
  }

  .div-block-8 {
    width: 82%;
  }

  .div-block-9 {
    width: 13%;
  }

  .project-section {
    display: none;
  }

  .logo-and-bar {
    padding-right: 14px;
  }

  .link {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .link.project-mob {
    display: block;
  }

  .link.project-desktop {
    display: none;
  }

  .heading {
    font-size: 10vw;
    line-height: 11.2vw;
  }

  .bar-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 22px;
  }

  .link-2 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .div-block-15 {
    width: 5%;
  }

  .partners_div {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-p_4 {
    background-position: 50% 0;
    height: 60vh;
  }

  .div-block-64 {
    width: 5%;
  }

  .div-block-65 {
    width: 82%;
  }

  .link-4 {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .link-4.project-desktop {
    display: none;
  }

  .link-4.project-mobile {
    display: block;
  }

  .heading-5 {
    font-size: 9vw;
    line-height: 10vw;
  }

  .tab-link {
    border-top: 1px solid #adadad;
    border-right-color: #adadad00;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
  }

  .tabs-menu {
    border-left-color: #adadad00;
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .paragraph-9, .paragraph-10, .paragraph-11 {
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-69 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-71 {
    width: 95%;
    margin-left: 5%;
  }

  .heading-6 {
    padding-right: 5%;
    font-size: 32px;
    line-height: 40px;
  }

  .div-block-73 {
    width: 100%;
    height: 240px;
  }

  .div-block-74 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9, .text-block-10 {
    font-size: 16px;
  }

  .div-block-77 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-78 {
    width: 100%;
    height: 240px;
  }

  .div-block-79 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-80 {
    width: 100%;
    height: 240px;
    display: block;
  }

  .section-8 {
    margin-top: 20px;
  }

  .div-block-81 {
    border-top: 1px solid #adadad;
    width: 320px;
    margin-left: 5%;
  }

  .div-block-83 {
    width: 260px;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .section-9 {
    height: 320px;
  }

  .div-block-84 {
    width: 90%;
    margin-left: 5%;
  }

  .div-block-86 {
    padding-bottom: 60px;
  }

  .text-block-12 {
    padding-top: 14px;
    font-size: 16px;
  }

  .div-block-88 {
    width: 320px;
  }

  .div-block-90 {
    width: 260px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-91 {
    width: 100%;
    height: 1px;
  }

  .div-block-92 {
    width: 100%;
  }

  .list, .list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 10px;
  }

  .section-10 {
    height: auto;
  }

  .div-block-97 {
    width: 82%;
    margin-left: 5%;
  }

  .text-block-15 {
    font-size: 5.5vw;
    line-height: 6.5vw;
  }

  .section-11 {
    flex-flow: column;
    height: 1400px;
  }

  .div-block-99 {
    border-right-color: #47474700;
    width: 100%;
    height: auto;
  }

  .div-block-100, .div-block-101 {
    height: 400px;
  }

  .div-block-102 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    border-top: 1px solid #474747;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 600px;
  }

  .div-block-103 {
    height: 80%;
    margin-top: 3vw;
    padding-left: 5vw;
  }

  .div-block-104 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .text-block-16 {
    padding-bottom: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 16px;
  }

  .div-block-105 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-106 {
    background-position: 50%;
    margin-right: 5vw;
  }

  .section-12 {
    flex-flow: column;
    height: 600px;
  }

  .div-block-107 {
    width: 100%;
    height: 400px;
  }

  .div-block-108 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-109 {
    width: 100%;
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-113 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .div-block-114 {
    margin-right: 5vw;
  }

  .div-block-115, .div-block-116, .div-block-117, .div-block-118, .div-block-119 {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .allavantages {
    position: static;
  }

  ._2nd-section-2 {
    flex-flow: column;
    width: 100%;
    height: 1240px;
    overflow: hidden;
  }

  ._2nd_2-2 {
    width: 80%;
    padding-top: 0%;
    padding-bottom: 120px;
    position: relative;
    left: 5%;
  }

  .paragraph-14 {
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-14._4._2 {
    width: 100%;
  }

  .div-block-125 {
    width: 80%;
    padding-right: 40px;
    position: relative;
    top: 0%;
    left: 5%;
  }

  ._2nd-backgroun2 {
    display: none;
  }

  .paragraph-15 {
    font-size: 16px;
  }

  .div-block-127 {
    width: 80%;
    padding-top: 12%;
    left: 5%;
  }

  .landbank_bg-2 {
    width: 70%;
  }

  .heading-9 {
    padding-right: 0;
  }

  .land-bank_section-2 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-132 {
    width: 80%;
    padding-top: 5%;
    padding-bottom: 120px;
    position: relative;
    left: 5%;
  }

  .div-block-133 {
    padding: 5% 3% 5% 5%;
  }

  .div-block-136 {
    border-bottom-color: #68686800;
    width: 100%;
    height: 120px;
    display: none;
  }

  .div-block-137 {
    height: auto;
    margin-bottom: 20px;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 20%;
  }

  .about-section-2 {
    height: auto;
  }

  .div-block-138 {
    height: auto;
    display: block;
  }

  .div-block-140 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

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

  .div-block-142 {
    width: 100%;
    height: 534px;
    position: static;
  }

  .div-block-143 {
    border-right-color: #68686800;
    width: 100%;
    height: auto;
    position: static;
  }

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

  .section-13 {
    width: 5%;
  }

  .div-block-145 {
    width: 80%;
  }

  .div-block-146 {
    height: auto;
    margin-top: 100px;
  }

  .partners-section-2 {
    width: 100%;
  }

  .paragraph-16 {
    font-size: 16px;
  }

  .div-block-147 {
    height: auto;
  }

  .div-block-148 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: inline-grid;
  }

  .image-11 {
    width: 56%;
  }

  .submit-button-2 {
    font-size: 16px;
  }

  .contact_section-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .code-embed-2 {
    height: 500px;
    margin-bottom: 60px;
  }

  .heading-12 {
    width: 80%;
  }

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

  .div-block-150 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 5%;
  }

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

  .paragraph-17 {
    font-size: 12px;
  }

  .div-block-152 {
    border-left-color: #47474700;
    width: 100%;
  }

  .form-2 {
    width: 100%;
  }

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

  .footer-3 {
    flex-flow: column;
    height: auto;
  }

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

  .div-block-155 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 80%;
    padding-left: 5%;
  }

  .div-block-156 {
    width: 80%;
    padding-top: 0;
  }

  .image-14 {
    min-width: 80px;
    max-width: 70%;
  }

  .div-block-161 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 220px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-block-163 {
    height: 500px;
  }

  .div-block-163._2 {
    background-position: 50%;
    height: 500px;
  }

  .heading-13 {
    font-size: 32px;
    line-height: 40px;
  }

  .project-section-2 {
    width: 100%;
    display: block;
  }

  .div-block-165 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 5%;
  }

  .div-block-166 {
    padding-left: 5%;
  }

  .project_head-2 {
    height: 160px;
  }

  .div-block-168 {
    width: 100%;
    height: 400px;
    text-decoration: none;
  }

  .project {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .div-block-175 {
    width: 5%;
  }

  .button_lb-3 {
    text-decoration: none;
  }

  .form-block {
    width: 90%;
  }

  .nav-link-5 {
    display: none;
  }

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

  .menu-button-2 {
    margin-top: 30px;
    margin-right: 3%;
  }

  .navlink-5_2 {
    display: block;
  }

  .text-span-17 {
    color: #e4e3e3;
  }

  .text-block-26, .text-block-27 {
    white-space: pre-wrap;
    font-size: 16px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11 {
    font-size: 15px;
  }

  .text-block-28, .text-block-29, .text-block-30 {
    font-size: 24px;
    line-height: 30px;
  }

  .icon-2, .icon-3 {
    margin-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-31 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 54px;
    font-size: 16px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .text-block-33, .text-block-34 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 54px;
    font-size: 16px;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .text-block-37 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 54px;
    font-size: 16px;
  }

  .text-block-38 {
    font-size: 16px;
  }

  .div-block-177 {
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

  .heading {
    font-size: 10vw;
    line-height: 11.2vw;
  }

  .div-block-73 {
    width: 100%;
    height: 200px;
  }

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

  .div-block-78, .div-block-80 {
    height: 200px;
  }

  .div-block-92 {
    width: 100%;
  }

  .list, .list-2 {
    padding-left: 10px;
  }

  .div-block-127 {
    width: 85%;
  }

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

  .text-block-20 {
    line-height: 44px;
  }

  .div-block-140 {
    position: static;
  }

  .div-block-142 {
    height: 600px;
  }

  .code-embed-2 {
    height: 400px;
  }

  .div-block-150 {
    padding-left: 5%;
  }

  .div-block-163 {
    height: 550px;
  }

  .div-block-163._4, .div-block-163._3 {
    height: 500px;
  }

  .div-block-168 {
    height: 400px;
  }

  .text-block-26, .text-block-27 {
    white-space: pre-wrap;
  }

  .text-block-33 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 54px;
    font-size: 16px;
  }

  .text-block-34, .text-block-36 {
    font-size: 16px;
  }

  .div-block-179 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
  }

  .button {
    width: 80%;
  }
}


