.team-page-container__heading-container {
  padding: 64px 0 48px;
}
.team-page-container__subheading {
  margin-top: 16px;
  color: #737373;
}
.team-page-container__athletes {
  margin-top: 8px;
  padding-bottom: 80px;
}
.team-page-container__country {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.team-page-container__athlete {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 66px);
  -ms-flex: 0 0 calc(50% - 66px);
  flex: 0 0 calc(50% - 66px);
  margin-top: 24px;
}
.team-page-container__filter-heading {
  color: #737373;
}
.team-page-container__select {
  width: 275px;
}
.team-page-container__select + .team-page-container__select {
  margin-left: 35px;
}
.team-page-container__mobile-filter,
.team-page-container .FilterPopin {
  display: none;
}
