.article-hero {
  background: url("article-hero-bg.6ed932a2.png") center / cover no-repeat;
  padding-bottom: 58px;
}

.article-hero__content {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.article-hero__link-back {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: underline;
  display: inline-block;
}

.article-hero__link-back svg {
  margin-right: 12px;
}

.article-hero__link-back {
  margin-bottom: 51px;
}

.article-hero__body-inner {
  justify-content: space-between;
  display: flex;
}

@media (width <= 800px) {
  .article-hero__body-inner {
    flex-wrap: wrap;
  }
}

.article-hero__advisors {
  margin-right: 20px;
}

.article-hero__text-content {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

@media (width <= 800px) {
  .article-hero__text-content {
    order: -1;
    margin-bottom: 30px;
  }
}

.article-hero__date {
  color: #fff;
  letter-spacing: -.28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.article-hero__title {
  color: #fff;
  max-width: 590px;
  margin: 20px 0 0;
  font-size: max(32px, min(4.16667vw, 60px));
  font-weight: 800;
  line-height: 100%;
}

.hero-advisors {
  display: flex;
}

.hero-advisors__advisor {
  margin: 0;
}

.hero-advisors__advisor:not(:last-child) {
  margin-right: 20px;
}

.advisor__img {
  max-width: 100%;
  height: auto;
}

.advisor__caption {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.advisor__position, .advisor__name {
  display: block;
}

.article {
  padding-top: 122px;
  padding-bottom: 70px;
}

.article__content {
  text-align: center;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}

.article__title {
  color: #0d0d0d;
  max-width: 1098px;
  margin: 0 auto 60px;
  font-size: max(32px, min(4.16667vw, 60px));
  font-weight: 700;
  line-height: 110%;
}

.article__title mark {
  color: #5cabf3;
}

.article__desc {
  color: #778dba;
  text-align: center;
  max-width: 973px;
  margin: 0 auto 29px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.article__text-wrapper {
  max-width: 996px;
  margin: 60px auto 0;
}

.article__text {
  text-align: left;
  color: #0d0d0d;
  font-size: 24px;
  line-height: 120%;
}

.article__text:not(:last-child) {
  margin-bottom: 29px;
}

.article__text mark {
  color: #778dba;
}

.article__link {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
}

.about {
  padding-top: 70px;
  padding-bottom: 65px;
}

.about__content {
  max-width: 1036px;
  margin: auto;
  padding: 0 20px;
}

.about__title {
  color: #0d0d0d;
  max-width: 1098px;
  margin: 0 0 40px;
  font-size: max(32px, min(4.16667vw, 60px));
  font-weight: 700;
  line-height: 110%;
}

.about__title mark {
  color: #5cabf3;
}

.about__desc {
  color: #778dba;
  text-align: center;
  max-width: 973px;
  margin: 0 auto 29px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 120%;
}

.about__text {
  text-align: left;
  color: #0d0d0d;
  font-size: 22px;
  line-height: 120%;
}

.about__text:not(:last-child) {
  margin-bottom: 27px;
}

.about__text mark {
  color: #778dba;
}

.about__link {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: underline;
}

.members {
  padding-top: 65px;
  padding-bottom: 78px;
}

.members__content {
  max-width: 1036px;
  margin: auto;
  padding: 0 20px;
}

.members__title {
  color: #000;
  margin: 0 0 50px;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
}

.members-list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.members-list__item {
  flex-basis: calc(50% - 27px);
  margin-bottom: 60px;
}

@media (width <= 768px) {
  .members-list__item {
    flex-basis: 100%;
  }

  .members-list {
    flex-direction: column;
  }
}

.member {
  display: flex;
}

@media (width <= 300px) {
  .member {
    flex-direction: column;
  }
}

.member__avatar {
  width: 120px;
  height: 120px;
  max-height: 100%;
  margin-right: 30px;
}

@media (width <= 360px) {
  .member__avatar {
    width: 80px;
    height: 80px;
  }
}

.member__name {
  color: #000;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.member__position {
  color: #7ba8dd;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.member__companies {
  margin-top: 15px;
}

.member-companies {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.member-companies__item:not(:last-child) {
  margin-right: 5px;
}
/*# sourceMappingURL=article-advisors.f1d442f5.css.map */
