/**********************************header*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
}

.header__title-col {
  width: 50%;
  padding: 175px 0 75px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__col {
  width: 50%;
  height: 100%;
}

.header_paragraph,
.header_title {
  width: calc(100% - 20px);
}

/**********************************team*/
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team-list {
  width: 25%;
  padding-top: 30px;
}

.team-list__list {
  list-style: none;
  margin-top: 22px;
  margin-bottom: 50px;
}

.team-list__person {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #6c6c6c;
  padding: 8px 0px;
  display: inline-block;
}

.team-imglist {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__person {
  width: 33.33%;
  padding-bottom: 33.33%;
  position: relative;
  height: 0;
}

.team__person--mobile {
  display: none;
}

.team__img-wrap {
  overflow: hidden;
  width: 80%;
  height: 100%;
  position: absolute;
  opacity: 0;
  margin-left: 1px;
}
.dotlaw-text-col {
  color: rgba(130, 94, 243, 1);
}
.NMLex-text-col {
  color: rgba(32, 74, 135, 1);
}
.dotlaw {
  z-index: 10000;
}

.dotlaw-link {
  color: inherit;
  font-size: inherit;
}
/* .dotlaw .team__img-wrap::before {
  background-color: rgba(130, 94, 243, 1);
  content: "";
  height: 10px;
  top: 80%;
  left: 0;
  width: 100%;
  position: absolute;
} */
.team__img-wrap--show {
  opacity: 1;
  -webkit-transition: all 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1.3s;
  -o-transition: all 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1.3s;
  transition: all 1.5s cubic-bezier(0.25, 0.1, 0.07, 1) 1.3s;
}

.team__img--bw {
  position: absolute;
  width: 100%;
}

.team__img--col {
  position: absolute;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.team__img--col--show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.team__bottom {
  position: absolute;
  top: calc(80% + 15px);
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.team__bottom--show {
  top: 80%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.team__name {
  font-weight: 600;
  font-size: 16px;
  color: #303030;
}

.team__position {
  font-weight: 400;
  font-size: 12px;
  color: #6c6c6c;
}

.team__person--desktop {
  display: block;
}

.team__person--noactive {
  cursor: not-allowed;
}

@media all and (max-width: 1100px) {
  /*
        .team-list{
        width: 50%;
    }
    .team-imglist{
        width: 50%;
    }
*/

  .team__person {
    /*        width: 50%;*/
    padding-bottom: calc(33.33% + 53px);
  }

  .team__bottom--show {
    top: 80%;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 1;
  }
}

@media all and (max-width: 850px) {
  .header__col {
    display: none;
  }
  .team-list {
    display: none;
  }
  .team-imglist {
    width: 100%;
  }

  .team__person {
    width: 50%;
    padding-bottom: 50%;
  }
  .team__person--mobile {
    display: block;
  }
  .team__person--desktop {
    display: none;
  }
  .team__bottom {
    top: 80%;
  }
}

@media all and (max-width: 550px) {
  .team-imglist {
    width: 100%;
  }

  .team__person {
    width: 100%;
    padding-bottom: 100%;
  }
  .team__person--mobile {
    display: none;
  }
}
