:root {
  --blank-value: 80px;
}

.directors-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.directors-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 71px 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.directors-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.directors-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.directors-hero__tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 45px 0 0 0;
  padding: 5px;
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #ffffff;
  border-radius: 6px;
}
.directors-hero__tabs__link {
  padding: 12px 36px;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 400;
  border-radius: 4px;
  transition: 0.4s background-color;
  text-decoration: none;
}
.directors-hero__tabs__link:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.directors-hero__tabs__link.-active {
  background-color: #ffffff;
  border-radius: 4px;
  color: #181818;
}
.directors-hero__tabs__link.-active:hover {
  background-color: #ffffff;
}
.directors-hero__select {
  display: none;
  margin: 36px 0 0 0;
  padding: 20px 24px;
  width: 100%;
  max-width: 510px;
  background: url("/assets/svg/arrow-down.svg");
  background-position: right 1.7em top 50%, 0 0;
  background-size: 1.5em auto, 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border: 0;
  border-radius: 4px;
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  -webkit-appearance: none;
          appearance: none;
}
.directors-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.directors-content__container {
  display: flex;
  flex-direction: column;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.directors-content__people {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 155px 0 155px;
  width: 100%;
  max-width: 1280px;
  background-color: #ffffff;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.directors-content__people .people-item {
  margin: 0 33px 0 0;
  padding: 20px 0;
  border-bottom: 2px solid transparent;
  color: #4c4f52;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  font-weight: 400;
  text-decoration: none;
}
.directors-content__people .people-item:last-child {
  margin: 0;
}
.directors-content__people .people-item.-active {
  color: #0154a3;
  border-bottom: 2px solid #0154a3;
}
.directors-content__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 52px 0;
  width: 100%;
}
.directors-content__item img {
  margin: 0 50px 0 0;
  width: 100%;
  max-width: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}
.directors-content__item__info {
  display: flex;
  flex-direction: column;
  margin: 50px 0 0 0;
  width: 100%;
  max-width: 530px;
}
.directors-content__name {
  margin: 0;
  color: #4c4f52;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  font-weight: 700;
}
.directors-content__description {
  margin: 16px 0 27px 0;
  color: #0154a3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
}
.directors-content__about {
  max-height: 150px;
  overflow: hidden;
  transition: max-height 0.4s;
}
.directors-content__about.-active {
  max-height: 1000px;
}
.directors-content__readmore {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.4s;
}
.directors-content__readmore.-off {
  opacity: 0;
}
.directors-content__readmore::after {
  content: "";
  margin: 0 0 0 15px;
  width: 8px;
  height: 12px;
  background-image: url("/assets/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .directors-hero__container {
    border: 0;
  }
  .directors-content__container {
    align-items: center;
    padding: 67px;
    border: 0;
  }
  .directors-content__people {
    border: 0;
  }
  .directors-content__item {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .directors-hero__tabs {
    display: none;
  }
  .directors-hero__select {
    display: flex;
  }
  .directors-content__people {
    display: none;
  }
  .directors-content__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .directors-content__item img {
    margin: 0 0 40px 0;
    max-width: 400px;
  }
  .directors-content__readmore {
    justify-content: center;
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 639px) {
  .directors-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .directors-content__container {
    padding: 0 24px 67px 24px;
  }
  .directors-content__item img {
    margin: 40px 0 40px 0;
  }
}