/**
 * Variables.
 */
.about-page .section-label {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #1C60BC;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .about-page .section-label {
    font-size: 30px;
    line-height: 40px;
  }
}

.text-banner {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background-color: #1C60BC;
  display: flex;
  align-items: center;
}
.text-banner__wrapper {
  margin: 140px 52px 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .text-banner__wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.text-banner__container {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .text-banner__container {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .text-banner__left {
    padding-right: 50px;
    box-sizing: border-box;
    width: calc((385 / 1400) * 100%);
  }
}
.text-banner__left .logo {
  width: 142px;
  height: auto;
  fill: #fff;
}
@media screen and (min-width: 768px) {
  .text-banner__left .logo {
    width: 254px;
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .text-banner__right {
    width: calc((1015 / 1400) * 100%);
  }
}
.text-banner__content {
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .text-banner__content {
    margin-top: 0;
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    max-width: 768px;
  }
}

.team {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  background: url(../images/about/about-bg.jpg) no-repeat center center;
  background-size: cover;
}
.team__wrapper {
  margin: 0 52px;
}
@media screen and (min-width: 768px) {
  .team__wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.team__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 62px 0;
}
@media screen and (min-width: 768px) {
  .team__container {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .team__container {
    padding: 145px 0;
  }
}
@media screen and (min-width: 768px) {
  .team__label {
    padding-right: 30px;
    box-sizing: border-box;
    width: calc((385 / 1400) * 100%);
  }
}
.team__content {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .team__content {
    width: calc((1015 / 1400) * 100%);
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .team__block {
    display: flex;
  }
}
.team__block + .team__block {
  padding-top: 40px;
  border-top: 2px solid #1C60BC;
  margin-top: 34px;
}
@media screen and (min-width: 768px) {
  .team__block + .team__block {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.team__block figure img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .team__block figure {
    width: calc((242 / 1015) * 100%);
  }
}
.team__details {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .team__details {
    margin-top: 0;
    padding-left: 16px;
    width: calc((773 / 1015) * 100%);
  }
}
.team__bio {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
@media screen and (min-width: 1024px) {
  .team__bio {
    font-size: 20px;
    line-height: 30px;
  }
}
.team__email {
  color: #1C60BC;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .team__email {
    font-size: 18px;
    line-height: 30px;
  }
}

.other-team-list__wrapper {
  margin: 0 52px;
  padding: 65px 0;
}
@media screen and (min-width: 768px) {
  .other-team-list__wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__wrapper {
    padding: 138px 0;
  }
}
.other-team-list__container {
  max-width: 1400px;
  margin: 0 auto;
}
.other-team-list__container + .other-team-list__container {
  border-top: 3px solid #1C60BC;
  padding-top: 55px;
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__container + .other-team-list__container {
    padding-top: 62px;
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) {
  .other-team-list__container {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .other-team-list__label {
    width: calc((385 / 1400) * 100%);
    padding-right: 30px;
    box-sizing: border-box;
  }
}
.other-team-list__content {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .other-team-list__content {
    width: calc((1015 / 1400) * 100%);
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .other-team-list__content-wrap {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__content-wrap.width-888 {
    max-width: 888px;
  }
}
.other-team-list__block-content {
  color: #313131;
  font-weight: 300;
  max-width: 945px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__block-content.width-888 {
    max-width: 888px;
  }
}
.other-team-list__block-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__block-content p {
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 30px;
  }
}
.other-team-list__block-content .small-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #313131;
  text-decoration: none;
}
.other-team-list__heading-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #313131;
  margin-bottom: 13px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__heading-text {
    font-size: 24px;
    line-height: 35px;
  }
}
.other-team-list__col {
  margin-bottom: 30px;
}
.other-team-list__col:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .other-team-list__col {
    width: 50%;
    padding: 0 8px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__col {
    width: calc(100% / 3);
    margin-bottom: 34px;
  }
  .other-team-list__col:last-child {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .other-team-list__col {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__col--1-3 {
    width: calc((371 / 888) * 100%);
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__col--2-3 {
    width: calc((500 / 888) * 100%);
  }
}
.other-team-list__col--empty {
  display: none;
}
@media screen and (min-width: 1200px) {
  .other-team-list__col--empty {
    display: block;
  }
}
.other-team-list__col--spacing {
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .other-team-list__col--spacing {
    margin-bottom: 34px;
  }
}
.other-team-list__col__title {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1em;
  color: #1C60BC;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 12px 14px 0;
  border-top: 1px solid #1C60BC;
  border-bottom: 1px solid #1C60BC;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .other-team-list__col__title {
    min-height: 74px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .other-team-list__col__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.other-team-list__col__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.other-team-list__col__name {
  font-size: 16px;
  line-height: 24px;
  color: #313131;
}
@media screen and (min-width: 1024px) {
  .other-team-list__col__name {
    font-size: 20px;
    line-height: 30px;
  }
}
.other-team-list__col__name--spacing + .other-team-list__col__name--spacing {
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__col__name--spacing + .other-team-list__col__name--spacing {
    margin-top: 30px;
  }
}
.other-team-list__col__name a {
  color: #313131;
  text-decoration: none;
  word-break: break-word;
}
.other-team-list__col__name .small-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
  display: block;
}
.other-team-list__col__interns {
  margin-top: 14px;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 1024px) {
  .other-team-list__col__interns {
    font-size: 20px;
    line-height: 30px;
  }
}
.other-team-list__col__interns a {
  color: #313131;
  text-decoration: none;
  word-break: break-word;
}
.other-team-list__col__interns span {
  font-weight: 500;
}
