.stats_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.stats_img_wrap {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: 0 auto;
}

.stat_bottom_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.stat_bottom_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  padding: 16px;
}

.stat_bottom_item_title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  width: 60%;
}

.stat_bottom_item_circle_wrap {
  width: 90px;
  height: 90px;
  position: relative;
}

.stat_bottom_item_circle_svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.stat_bottom_item_circle_bg {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 5;
}

.stat_bottom_item_circle_progress {
  fill: none;
  stroke: #024274;
  stroke-width: 5;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}

.stat_bottom_item_circle_value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.history_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.history_content_text {
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
}

.history_img_wrap {
  height: auto;
  order: -1;
}

.team_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.team_item {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}

.team_link {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
  background: #333333;
  transition: all 0.9s ease;
}

.team_link:hover {
  color: #d9363e;
  background-color: #252729;
}

.team_info_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #252729;
  padding: 16px;
}

.team_info_title {
  font-size: 16px;
  font-weight: 700;
}

.team_info_subtitle {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.team_info_text {
  font-size: 16px;
  font-weight: 500;
  color: #5b5a5f;
}

.team_link_img_wrap {
  position: relative;
  aspect-ratio: 14/12;
  overflow: hidden;
}

.team_link_img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.9s ease-in-out;
}

.team_link:hover .team_link_img {
  transform: scale(1.04);
}

.stat_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.stat_item {
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}

.team_meet_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: #252729;
  padding: 16px;
}

.team_meet_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team_meet_link {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 2 1;
  color: #ffffff;
  text-transform: capitalize;
  gap: 8px;
  transition: all 0.5s ease;
}

.team_meet_link:hover {
  color: #d9363e;
}

.team_meet_link_img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.team_meet_link_title {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.team_meet_value_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.team_meet_value_text {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.team_meet_date_wrap {
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
}

.team_meet_date_text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  text-align: center;
}

.team_meet_stat_wrapper {
  border-top: 4px solid #d9d9d9;
  background-color: #252729;
  padding: 16px;
}

.review_team_meet_stat_wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review_team_meet_stat_value_wrapper {
  width: 100%;
}

.review_team_meet_stat_value_top_wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-bottom: 8px;
}

.review_team_meet_stat_value_top_text {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
}

.review_team_meet_stat_value_top_text_left {
  text-align: left;
}

.review_team_meet_stat_value_top_text_right {
  text-align: right;
}

.review_team_meet_stat_value_top_title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
}

.review_team_meet_stat_value_bottom_wrap {
  position: relative;
  height: 4px;
  overflow: hidden;
  background-color: #252729;
  width: 100%;
}

.review_team_meet_stat_value_bottom_accent_wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.review_team_meet_stat_value_bottom_accent_left {
  left: 0;
  background-color: #d9d9d9;
}

.review_team_meet_stat_value_bottom_accent_right {
  right: 0;
  background-color: #ef4623;
}

.awards_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  gap: 8px;
  height: 100%;
  transition: all 0.5s ease;
}

.awards_link:hover {
  color: #d9363e;
}

.awards_link_img {
  aspect-ratio: 2/1;
  overflow: hidden;
  width: 100%;
  object-fit: contain;
}

.awards_info_wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.awards_info_title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.awards_info_text {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.team_link_number {
  position: absolute;
  top: 15%;
  left: 5%;
  font-size: 80px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .stat_bottom_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .history_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .history_img_wrap {
    order: 0;
  }

  .team_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .team_link_number {
    top: 20%;
  }
}

@media screen and (min-width: 1024px) {
  .stats_wrapper {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }

  .stats_img_wrap {
    width: 150px;
    height: 150px;
  }

  .stat_bottom_item_title {
    font-size: 18px;
  }

  .stat_bottom_item_circle_wrap {
    width: 120px;
    height: 120px;
  }

  .stat_bottom_item_circle_value {
    font-size: 20px;
  }

  .history_content_text {
    font-size: 13px;
  }

  .team_info_title {
    font-size: 18px;
  }

  .team_info_subtitle {
    font-size: 22px;
  }

  .team_info_text {
    font-size: 18px;
  }

  .team_meet_link_img {
    height: 50px;
    width: 50px;
  }

  .team_meet_link_title {
    font-size: 16px;
  }

  .team_meet_value_text {
    font-size: 18px;
  }

  .team_meet_date_text {
    font-size: 20px;
  }

  .review_team_meet_stat_value_top_text {
    font-size: 18px;
  }

  .review_team_meet_stat_value_top_title {
    font-size: 18px;
  }

  .awards_info_title {
    font-size: 18px;
  }

  .awards_info_text {
    font-size: 13px;
  }

  .team_link_number {
    font-size: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .stats_wrapper {
    gap: 24px;
  }

  .stat_bottom_list {
    gap: 24px;
  }

  .stat_bottom_item {
    gap: 24px;
    padding: 24px;
  }

  .history_wrapper {
    gap: 24px;
  }

  .team_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .team_info_wrapper {
    padding: 24px;
  }

  .team_link_img_wrap {
    aspect-ratio: 14/14;
  }

  .stat_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .team_meet_wrapper {
    gap: 16px;
    padding: 24px;
  }

  .team_meet_link {
    gap: 16px;
  }

  .team_meet_value_wrap {
    gap: 16px;
    padding: 16px;
  }

  .team_meet_date_wrap {
    padding-top: 24px;
  }

  .team_meet_stat_wrapper {
    padding: 24px;
  }

  .review_team_meet_stat_wrapper {
    gap: 24px;
  }

  .review_team_meet_stat_value_top_wrap {
    margin-bottom: 16px;
  }

  .review_team_meet_stat_value_bottom_wrap {
    height: 6px;
  }

  .awards_link {
    gap: 16px;
  }

  .awards_info_wrap {
    gap: 16px;
  }

  .team_link_number {
    top: 25%;
  }
}

@media screen and (min-width: 1440px) {
  .stats_img_wrap {
    width: 190px;
    height: 190px;
  }

  .stat_bottom_item_title {
    font-size: 20px;
  }

  .stat_bottom_item_circle_wrap {
    width: 150px;
    height: 150px;
  }

  .stat_bottom_item_circle_value {
    font-size: 22px;
  }

  .history_content_text {
    font-size: 15px;
  }

  .team_info_title {
    font-size: 20px;
  }

  .team_info_subtitle {
    font-size: 24px;
  }

  .team_info_text {
    font-size: 20px;
  }

  .team_meet_link_img {
    height: 60px;
    width: 60px;
  }

  .team_meet_link_title {
    font-size: 18px;
  }

  .team_meet_value_text {
    font-size: 20px;
  }

  .team_meet_date_text {
    font-size: 22px;
  }

  .review_team_meet_stat_value_top_text {
    font-size: 20px;
  }

  .review_team_meet_stat_value_top_title {
    font-size: 20px;
  }

  .awards_info_title {
    font-size: 20px;
  }

  .awards_info_text {
    font-size: 15px;
  }

  .team_link_number {
    font-size: 70px;
  }
}

.events_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.events_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  background-color: #252729;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 16px;
}

.events_team_meet_info_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.events_team_meet_info_text {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.events_team_meet_link_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.events_team_meet_link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  color: #ffffff;
  transition: all 0.9s ease;
}

.events_team_meet_link:hover {
  color: #d9363e;
}

.events_team_meet_link_active {
  color: #d9363e;
}

.events_team_meet_link_active:hover {
  color: #d9363e;
}

.events_team_meet_link,
.events_vs,
.events_team_meet_score_wrap {
  flex: 1;
  text-align: center;
}

.events_team_meet_link_img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.events_team_meet_link_title {
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events_team_meet_score {
  font-size: 36px;
  font-weight: 900;
  color: #ffffff;
}

.events_link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid #ef4623;
  background-color: #ef4623;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.9s ease;
}

.events_link:hover {
  background-color: #f27043;
}

.events_team_meet_score_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

@media screen and (min-width: 768px) {
  .events_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .events_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
