.goal {
  background: linear-gradient(238.19deg, #021639 29.99%, #424e7d 95.49%);
}

.goal__content {
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width <= 1024px) {
  .goal__content {
    flex-direction: column;
    padding-top: 80px;
  }
}

.goal__content__left {
  background: radial-gradient(50% 50%, #7b4cfd 1.08%, #6e57fdc4 24%, #5a67fe4f 68.99%, #536dfe00 99.46%);
  width: 543px;
  height: 483px;
  margin: auto;
  display: flex;
}

@media (width <= 1024px) {
  .goal__content__left {
    z-index: 0;
    width: 100vw;
    height: 100vw;
    position: absolute;
  }

  .goal__content__right {
    z-index: 1;
    margin-top: 150px;
    position: relative;
  }
}

.goal__title {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: max(-20px, min(4.65278vw, 67px));
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 600;
  line-height: max(30px, min(2.77778vw, 40px));
}

@media (width <= 1024px) {
  .goal__title {
    margin: 20px 0 0 20px;
  }
}

.goal__title--highlighted {
  color: #021639;
  background-color: #55ff7d;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: max(16px, min(1.66667vw, 24px));
  font-weight: 700;
  line-height: max(22px, min(2.08333vw, 30px));
  display: inline-block;
}

@media (width <= 1024px) {
  .goal__title--highlighted {
    margin-top: 16px;
  }
}

.staff {
  padding-top: 100px;
  padding-bottom: 120px;
}

.staff__content {
  border-bottom: 2px solid #5cabf3e0;
}

.staff__content__top {
  justify-content: center;
  display: flex;
}

.staff__content__top__content {
  max-width: 824px;
  padding: 40px 0;
}

.staff__content__bottom {
  justify-content: center;
  padding: 120px 0;
  display: flex;
}

.staff__content__bottom__content {
  padding: 40px 0;
  display: flex;
}

@media (width <= 1024px) {
  .staff__content__bottom__content {
    width: 100%;
    padding: 40px 0 0;
    display: block;
  }
}

.staff__content__bottom__content__item {
  width: 240px;
  margin: 0 12px;
}

@media (width <= 1024px) {
  .staff__content__bottom__content__item {
    width: 100%;
    margin: 0 0 46px;
  }
}

.staff__content__bottom__content__item__img {
  margin-bottom: 16px;
}

.staff__content__bottom__content__item__tab {
  border-left: 8px solid #5cabf3;
  padding-left: 16px;
}

.staff__content__bottom__content__item__title {
  color: #021639;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 700;
  line-height: max(30px, min(2.77778vw, 40px));
}

.staff__content__bottom__content__item__desc {
  color: #021639;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.staff__title {
  color: #021639;
  margin: 0;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 600;
  line-height: max(30px, min(2.77778vw, 40px));
}

.staff__title__img {
  width: max(29px, min(3.68056vw, 53px));
  height: max(30px, min(3.81944vw, 55px));
}

.staff__desc {
  color: #021639;
  margin: 16px 0 0;
  font-size: max(16px, min(2.22222vw, 32px));
  font-weight: 400;
  line-height: max(20px, min(2.77778vw, 40px));
}

.staff__desc--highlighted {
  background-color: #55ff7d;
  padding: 8px 16px;
}

@media (width <= 576px) {
  .staff__desc--highlighted {
    line-height: 36px;
  }
}

.education {
  padding: 0;
}

.education__content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.education__content__top {
  text-align: center;
  max-width: 640px;
  margin-bottom: 120px;
}

.education__content__top__images {
  justify-content: space-between;
  display: flex;
}

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

.education__content__top__images__item {
  margin-top: auto;
  margin-bottom: auto;
}

@media (width <= 768px) {
  .education__content__top__images__item {
    margin: 23px auto;
  }
}

.education__content__bottom {
  text-align: center;
  max-width: 1020px;
  padding-bottom: 120px;
}

.education__content__bottom__images {
  justify-content: space-between;
  display: flex;
}

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

.education__content__bottom__images__item {
  margin: auto 23px;
}

@media (width <= 1024px) {
  .education__content__bottom__images__item {
    margin: 23px auto;
  }
}

.education__flex-center {
  justify-content: center;
  display: flex;
}

.education__title {
  color: #021639;
  margin-bottom: 24px;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 600;
  line-height: max(30px, min(2.77778vw, 40px));
}

@media (width <= 768px) {
  .education__title {
    margin-bottom: 1px;
  }
}

.linked {
  padding: 0 0 120px;
}

.linked__content {
  text-align: center;
}

.linked__title {
  color: #021639;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: max(24px, min(2.22222vw, 32px));
  font-weight: 600;
  line-height: max(30px, min(2.77778vw, 40px));
}

.linked__desc {
  color: #021639;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.linked__btn {
  background-color: #5cabf3;
  border: none;
  margin-top: 46px;
  padding: 15px 32px;
  font-size: 16px;
  box-shadow: 0 8px 50px #5cabf338;
}

@media (width <= 576px) {
  .linked__btn {
    text-align: center;
    width: 100%;
    margin-top: 24px;
    display: block;
  }
}

.linked__btn a {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=team.e3a6371b.css.map */
