.navbar {
  background-color: #fff;
}

.brand {
  background-image: url('../images/DEAL_LAB_COMPANY.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 18vh;
  height: 18vh;
  margin-top: 20px;
}

.nav-link {
  background-color: #eee;
  border: 1px #000;
  border-radius: 14px;
  padding: 4px 8px;
  font-weight: 400;
}

.nav-link-2 {
  color: #fff;
  background-color: #000;
  border-radius: 14px;
  padding: 4px 8px;
}

.heading {
  max-width: 950px;
  margin-bottom: 5vh;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  display: inline-flex;
}

.text-span {
  color: #9e9e9e;
}

.text-span-2 {
  color: #9e9e9e;
  text-decoration: none;
}

.image {
  height: 55vh;
}

.text-span-3 {
  color: #9e9e9e;
}

.heading-2 {
  width: 600px;
}

.text-block {
  color: #9e9e9e;
}

.div-block-2 {
  flex-flow: column;
  width: 45%;
  display: inline-flex;
}

.section {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: inline-flex;
}

.image-2 {
  width: 45%;
}

.nav-menu {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 20vh;
  display: inline-flex;
}

.text-block-2 {
  width: 600px;
  padding-top: 6%;
  padding-bottom: 6%;
}

.text-span-4 {
  color: #9e9e9e;
}

.link-block {
  background-image: url('../images/DEAL_LAB_COMPANY.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20vh;
  height: 20vh;
}

.section-2 {
  border-top: 1px solid #dfdfdf;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 40vh;
  display: inline-flex;
}

.div-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-end;
  align-items: flex-start;
  display: inline-flex;
}

.text-block-3, .text-block-4 {
  font-weight: 400;
}

.div-block-4 {
  flex-flow: column;
  align-items: flex-start;
  display: inline-flex;
}

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

.link {
  color: #00a3ee;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-2, .link-3 {
  color: #00a3ee;
  text-decoration: none;
}

.link-4 {
  color: #00a3ee;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-5 {
  color: #00a3ee;
  text-decoration: none;
}

.link-6 {
  color: #00a3ee;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.form {
  width: 100%;
}

.form-block {
  width: 600px;
}

.div-block-6 {
  background-image: url('../images/Deal-Lab.-Independent-Experts.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 65vh;
}

.button {
  background-color: #000;
  border-radius: 20px;
  line-height: 12px;
}

.button._2 {
  color: #313131;
  background-color: #d4d4d4;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: inline-flex;
}

.div-block-9 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: inline-flex;
}

.link-block-2 {
  flex-flow: column;
  justify-content: center;
  text-decoration: none;
  display: inline-flex;
}

.heading-4 {
  color: #161616;
  width: 100%;
  text-decoration: none;
}

.image-3 {
  opacity: .43;
  height: 5vh;
}

.text-field-2 {
  display: block;
}

.submit-button {
  background-color: #202020;
  border-radius: 8px;
}

.text-block-5 {
  color: #9e9e9e;
  width: 45%;
}

.div-block-10 {
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}

.form-block-2 {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .brand {
    width: 20vh;
    height: 20vh;
  }

  .heading {
    margin-bottom: 4vh;
  }

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

  .section._1 {
    padding-top: 4vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-2, .section._1, .section._2, .section._3, .section._4 {
    width: 90%;
  }

  .text-block-2 {
    width: 90%;
    padding-top: 15%;
  }

  .div-block-4, .div-block-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-6 {
    height: 45vh;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    padding-left: 10%;
    padding-right: 10%;
    display: inline-flex;
  }

  .brand {
    width: 15vh;
    height: 15vh;
    margin-top: 4vh;
  }

  .heading {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 32px;
    line-height: 36px;
  }

  .div-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    padding-top: 4vh;
    padding-left: 0%;
    padding-right: 0%;
    overflow: hidden;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .heading-2 {
    width: 90%;
  }

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

  .section {
    flex-flow: column;
    width: 100%;
  }

  .section._1, .section._3 {
    flex-flow: column-reverse;
  }

  .nav-menu {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-color: #c8c8c800;
    flex-flow: column;
    width: 90%;
    height: auto;
  }

  .text-block-2 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .div-block-3 {
    padding-top: 5vh;
  }

  .div-block-4, .div-block-5 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
  }

  .div-block-6 {
    background-image: url('../images/Deal-Lab.-Independent-Experts.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    width: 110vw;
    height: 70vw;
  }

  .div-block-7 {
    flex-flow: wrap;
  }

  .div-block-8 {
    flex-flow: row;
    padding-top: 40px;
    padding-left: 10%;
  }

  .div-block-9 {
    grid-column-gap: 7vh;
    grid-row-gap: 7vh;
    flex-flow: column;
    justify-content: space-around;
    height: auto;
  }

  .submit-button {
    background-color: #1b1b1b;
  }

  .text-block-5 {
    width: 47.5%;
  }

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

  .form-block-2 {
    width: 47.5%;
  }
}


