.body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.section {
  position: relative;
  max-height: 100vw;
}

.topdiv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 30%;
  background-image: url('../images/bannerBackground-1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottomdiv {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 92px;
  background-color: #525151;
}

.container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 50%;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: minmax(35%, 1fr) 0px minmax(65%, 1fr);
  grid-template-columns: minmax(35%, 1fr) minmax(65%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e6e6e6;
  box-shadow: 1px 1px 40px 0 #000;
}

.container.hide {
  display: none;
}

.logosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #525151;
}

.image {
  margin-top: 52px;
}

.socialcontactsection {
  display: none;
  width: 80px;
  margin-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  font-family: 'Fa brands 400', sans-serif;
  color: #e6e6e6;
  font-size: 36px;
}

.contactsection {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 64px;
}

.title {
  color: #4a4a4a;
  font-size: 48px;
  text-transform: none;
}

.contactname {
  margin-top: 32px;
  color: #525151;
  font-size: 24px;
  font-weight: 200;
  text-transform: uppercase;
}

.dividerdiv {
  width: 60px;
  height: 8px;
  margin-top: 32px;
  background-color: #525151;
}

.divcontact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.divcontact.row1 {
  margin-top: 32px;
}

.divcontact.row {
  margin-top: 8px;
}

.contacticon {
  font-family: 'Fa solid 900', sans-serif;
  color: #525151;
  font-size: 18px;
}

.contacticon.spaceleft {
  padding-left: 4px;
}

.info {
  padding-left: 16px;
  color: #525151;
  font-size: 18px;
  font-weight: 300;
}

.aboutsection {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 25%;
  max-width: 80%;
  margin-top: 80px;
}

.paragraph {
  display: none;
  color: #525151;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
}

.text-span {
  display: inline-block;
  padding-bottom: 16px;
}

.section-2 {
  position: relative;
  height: 100vh;
  padding-top: 5%;
}

.container-2 {
  max-width: 800px;
  padding-top: 36px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.text-block-2 {
  color: #e6e6e6;
  font-weight: 200;
}

.text-block-3 {
  color: #e6e6e6;
  font-weight: 200;
}

.grid {
  grid-column-gap: 0px;
  -ms-grid-columns: minmax(35%, 0.25fr) minmax(65%, 1fr);
  grid-template-columns: minmax(35%, 0.25fr) minmax(65%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

@media screen and (min-width: 1920px) {
  .aboutsection {
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  .bottomdiv {
    position: static;
    margin-top: 80px;
  }

  .container {
    position: relative;
    height: auto;
    max-width: none;
    grid-row-gap: 0px;
    grid-template-areas: "Area"
      "Area-2";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 0px auto;
    grid-template-rows: auto auto;
  }

  .logosection {
    padding-bottom: 60px;
  }

  .contactsection {
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .aboutsection {
    position: relative;
    bottom: 0%;
    max-width: none;
  }

  .section-2 {
    height: auto;
    margin-top: 80px;
    padding-top: 0%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .container-2 {
    max-width: none;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media screen and (max-width: 479px) {
  .logosection {
    padding-right: 16px;
    padding-left: 16px;
  }

  .contactsection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
  }

  .contactname {
    margin-top: 16px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }

  .divcontact.row1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .divcontact.row {
    margin-top: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container-2 {
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-3 {
    margin-top: 8px;
  }
}

#w-node-_7e65d5a4-6908-af83-0e6a-99f3f1529213-1f441a66 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-_88bab242-75d5-6713-ff61-8137063789c2-1f441a66 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-_7e65d5a4-6908-af83-0e6a-99f3f1529213-1f441a66 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  #w-node-_88bab242-75d5-6713-ff61-8137063789c2-1f441a66 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_88bab242-75d5-6713-ff61-8137063789c2-1f441a66 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}