@charset "UTF-8";

.description {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  line-height: 30px;
  color: #000;
  margin-bottom: 25px;
}

.profiles ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}

.profiles ul li figure {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  border: 1px solid #005533;
}

.profiles ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profiles ul li dl dd span {
  font-size: 12px;
}

.profiles nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.profiles nav ul li a {
  display: block;
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid #005533;
  color: #005533;
  font-size: 12px;
}

.profiles nav ul li.active a,
.profiles nav ul li:hover a {
  background-color: #005533;
  color: #fff;
}

.profiles .category {
  margin-bottom: 60px;
}

.profiles .category h4 {
  font-size: 20px;
  margin-bottom: 20px;
}



.wrapper .player_description {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin: 0 130px 25px 130px;
  text-align: center;
  color: #000;
  line-height: 25px;
}

.profiles_wrapper {
  width: 100%;
  margin-bottom: 100px;
  border-top: 150px solid #035735;
  position: relative;
}

.profiles_wrapper .player_profiles {
  width: 1000px;
  margin: 0 auto;
  margin-top: -100px;
  height: 650px;
}

.profiles_wrapper .player_profiles:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.profiles_wrapper .player_profiles h2 {
  float: left;
  max-width: 365px;
  max-height: 365px;
}

.profiles_wrapper .player_profiles h2 img {
  width: 100%;
  margin: 0 auto;
}

.profiles_wrapper .player_profiles .profiles {
  float: left;
  width: 580px;
  margin-left: 55px;
}

.profiles_wrapper .player_profiles .profiles .name {
  height: 40px;
}

.profiles_wrapper .player_profiles .profiles .name:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.profiles_wrapper .player_profiles .profiles .name h3 {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  float: left;
}

.profiles_wrapper .player_profiles .profiles .name p {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  float: left;
  margin: 22px 0 0 30px;
}

.profiles_wrapper .player_profiles .profiles .name dl {
  float: right;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}

.profiles_wrapper .player_profiles .profiles .name dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.profiles_wrapper .player_profiles .profiles .name dl dt {
  float: left;
  color: #fff;
  padding: 10px 20px;
  background-color: #023f26;
}

.profiles_wrapper .player_profiles .profiles .name dl dd {
  float: right;
  color: #035735;
  padding: 10px 17px;
  background-color: #dfdfdf;
  margin-left: 10px;
}

.profiles_wrapper .player_profiles .profiles ul {
  margin-top: 110px;
  display: block;
}

.profiles_wrapper .player_profiles .profiles ul li {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}

.profiles_wrapper .player_profiles .profiles ul li:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.profiles_wrapper .player_profiles .profiles ul li dl dt {
  color: #000;
  float: left;
  width: 150px;
  margin-left: 30px;
}

.profiles_wrapper .player_profiles .profiles ul li dl dd {
  float: left;
  margin-left: 90px;
}

.career {
  padding-top: 15px;
  color: #545454;
  float: left;
  width: 80px;
  display: block;
  margin-top: 0;
}

ul.career2 {
  float: right;
  width: 500px;
}

@media only screen and (max-width: 919px) {
  .description {
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
  }

  .profiles ul {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper .player_description {
    margin: 0 0 10px 0;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }

  .profiles_wrapper {
    width: 100%;
    border-top: 0;
  }

  .profiles_wrapper .player_profiles {
    width: 90%;
    margin: 0 auto;
    height: auto;
  }

  .profiles_wrapper .player_profiles h2 {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }

  .profiles_wrapper .player_profiles .profiles {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .profiles_wrapper .player_profiles .profiles .name {
    padding: 20px 0 0 10px;
  }

  .profiles_wrapper .player_profiles .profiles .name h3 {
    color: #035735;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
  }

  .profiles_wrapper .player_profiles .profiles .name p {
    float: none;
    margin: 50px 0 0 0;
    color: #035735;
  }

  .profiles_wrapper .player_profiles .profiles .name dl {
    float: none;
    margin: 20px 0 0 0;
  }

  .profiles_wrapper .player_profiles .profiles .name dl dt {
    width: 20%;
    padding: 5px 0;
    text-align: center;
  }

  .profiles_wrapper .player_profiles .profiles .name dl dd {
    width: 22%;
    float: left;
    padding: 5px 0;
    text-align: center;
  }

  .profiles_wrapper .player_profiles .profiles ul li {
    width: 90%;
    margin: 0 auto;
  }

  .profiles_wrapper .player_profiles .profiles ul li dl dt {
    width: auto;
    margin-left: 0;
  }

  .profiles_wrapper .player_profiles .profiles ul li dl dd {
    float: right;
    margin-left: 10px;
  }

  .career {
    width: 100%;
  }

  ul.career2 {
    width: 100%;
  }
}
