p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  height: 100%;
  background: #f1f3f8;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin: 0 auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.link {
  text-decoration: none;
}

.list {
  list-style-type: none;
}

.content_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.content_link {
  color: rgb(26, 49, 60);
  transition: ease 0.9s;
}

.content_link:hover {
  color: rgb(12, 90, 166);
}

.main {
  flex-grow: 1;
}

.position_relative {
  position: relative;
}

.section_hero {
  background-image: url("../images/52e66c0100e69346ccfc611e034b5fbe.jpg");
  height: 75vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero_container {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 30%;
}
.hero_title {
  font-size: 50px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.hero_subtitle {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  width: 63%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 30px;
}
.hero_link_list {
  align-items: center;
  display: flex;
  justify-content: center;
  column-gap: 25px;
}
.hero_link_link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 238, 255);
  color: rgb(0, 238, 255);
  transition: ease 0.5s;
  display: inline-block;
}
.hero_link_link:hover {
  color: rgb(0, 0, 64);
  background: #00eeff;
}
.bg_color_dark_blue {
  background: #000040;
}
.section_home_news {
  padding-bottom: 30px;
  margin-top: -290px;
  padding-top: 30px;
}

.color_white {
  color: rgb(255, 255, 255);
}

.section_home_latest_events {
  padding-bottom: 30px;
}
.events_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px;
}
.events_item {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 64, 0.5);
  width: calc(((100% - 25px) / 2));
}
.block_events_left {
  background: #040a63;
  padding-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  width: 10%;
}
.events_data {
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.events_data_accent {
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.block_events_right {
  background: #ffffff;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  width: 100%;
}
.block_events_meet {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.events_meet_link {
  align-items: center;
  font-size: 25px;
  display: flex;
  font-weight: bold;
  column-gap: 10px;
  transition: ease 0.5s;
  color: rgb(26, 49, 60);
  text-transform: uppercase;
}
.events_meet_link:hover {
  color: rgb(12, 90, 166);
}
.events_meet_score {
  font-size: 30px;
  font-weight: bold;
  color: rgb(26, 49, 60);
  text-transform: uppercase;
}
.events_meet_link_img {
  height: 50px;
  width: 50px;
}
.events_meet_link_live {
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  border-color: rgb(12, 90, 166);
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  transition: ease 0.5s;
  background: #000040;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  align-items: center;
  column-gap: 10px;
}
.events_meet_link_live:hover {
  background: #0c5aa6;
  color: rgb(255, 255, 255);
}
.flex_direction_row_reverse {
  flex-direction: row-reverse;
}
.section_home_video {
  padding-bottom: 30px;
  padding-top: 30px;
}
.home_video_list {
  display: flex;
  column-gap: 25px;
}
.home_video_item {
  overflow: hidden;
  border-radius: 8px;
  width: 25%;
}
.home_video_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.home_video_link:hover {
  color: rgb(165, 165, 165);
}
.block_home_video_link_img {
  height: 250px;
}
.home_video_link_img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.home_video_play_icon {
  position: absolute;
  left: 38%;
  top: 25%;
  height: 70px;
  width: 70px;
}
.block_home_video_info {
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 10vh;
}
.home_video_info_title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.block_home_video_duration {
  border-radius: 8px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  position: absolute;
  right: 2%;
  top: 2%;
  background-color: rgb(12, 90, 166);
}
.home_video_duration {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(204, 204, 204);
}

.border_color_dark_white {
  border-color: rgb(204, 204, 204);
}
.banner_video_list {
  display: flex;
}
.banner_video_link {
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
}
.banner_video_link:hover {
  color: rgb(165, 165, 165);
}
.block_banner_video_link_img {
  height: 50vh;
}
.banner_video_link_img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner_video_play_icon {
  height: 120px;
  width: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block_banner_video_info {
  width: 100%;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.banner_video_info_title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: 95%;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section_home_events {
  padding-bottom: 30px;
  padding-top: 30px;
  background-image: url("../images/05a95fbe418c09b82c4f471bfe132bc1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.section_awards {
  padding-bottom: 30px;
  padding-top: 30px;
}

.section_home_teams {
  background-image: url("../images/477206ae58774684f9813569b879d7fd.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 30px;
  padding-top: 30px;
}
.home_teams_video_link {
  border-radius: 8px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: -290px;
  display: none;
}
.home_teams_video_link:hover {
  color: rgb(204, 204, 204);
}
.block_home_teams_video_link_img {
  height: 600px;
}
.home_teams_video_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_teams_video_play_icon {
  position: absolute;
  top: 24%;
  left: 42%;
  width: 200px;
  height: 200px;
}
.block_home_teams_video_info {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  position: absolute;
  bottom: 0;
}
.home_teams_video_info_title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  width: 45%;
}

.section_home_calendar {
  background-image: url("../images/477206ae58774684f9813569b879d7fd.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  padding-top: 30px;
}

.height_30vh {
  height: 30vh;
}
.text_transform_uppercase {
  text-transform: uppercase;
}

.rotate_deg_180 {
  rotate: 180deg;
}

.bg_color_green {
  background: #32a72c;
}

.bg_color_red {
  background: #cb333b;
}
.bg_color_gray {
  background: #c1c2d5;
}

.contact_info_text {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 30px;
  color: rgb(26, 49, 60);
}

/* .contact_info_title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgb(26, 49, 60);
  margin-bottom: 30px;
} */

.width_20pr {
  width: 20%;
}

.block_filter_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 30px;
}
.filter_btn {
  border: none;
  background: transparent;
  cursor: pointer;
  border-style: solid;
  border-radius: 50%;
  border-width: 2px;
  border-color: rgb(12, 90, 166);
  height: 35px;
  width: 35px;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: ease 0.5s;
  filter: contrast(1%);
}
.filter_btn:hover {
  filter: contrast(100%);
}
.filter_btn_img {
  height: 30px;
  width: 30px;
}
.filter_list {
  align-items: center;
  display: flex;
  column-gap: 25px;
}
.filter_link {
  border-radius: 99px;
  border-color: rgb(0, 0, 64);
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  transition: ease 0.5s;
  background: #000040;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
.filter_link:hover {
  background: #0c5aa6;
  border-color: rgb(12, 90, 166);
}
.filter_link_active {
  background: #0c5aa6;
  border-color: rgb(0, 0, 64);
}
.block_calendar {
  margin-bottom: 30px;
}
.calendar_title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(26, 49, 60);
  margin-bottom: 20px;
}
.calendar_subtitle {
  font-size: 15px;
  font-weight: 500;
  color: rgb(165, 165, 165);
}

.calendar_list {
  /* align-items: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  column-gap: 25px; */
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.calendar_item {
  border-radius: 8px;
  overflow: hidden;
  transition: ease 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 64, 0.5);
  background: #ffffff;
  /* padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px; */
  padding: 16px;
  display: flex;
  gap: 16px;
  /* width: calc(((100% - 50px) / 3)); */
}

.calendar_item:hover {
  box-shadow: 0px 0px 25px rgba(0, 0, 64, 0.5);
}

.block_calendar_left {
}

.calendar_left_item {
  margin-bottom: 8px;
}

.calendar_left_item:last-child {
  margin-bottom: 0;
}
.calendar_left_link {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: ease 0.5s;
  color: rgb(26, 49, 60);
  justify-content: flex-end;
}

.calendar_left_link:hover {
  color: rgb(12, 90, 166);
}

.calendar_left_link_img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.block_calendar_right {
  padding-left: 16px;
  border-style: solid;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-left-color: rgba(0, 0, 64, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  justify-content: center;
  margin-left: 16px;
}

.calendar_right_text {
  font-size: 16px;
  font-weight: 500;
  color: rgb(26, 49, 60);
  letter-spacing: 2px;
}

.calendar_right_link {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #000040;
  display: flex;
  color: rgb(255, 255, 255);
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 64);
  transition: ease 0.5s;
  align-items: center;
  column-gap: 8px;
}

.calendar_right_link:hover {
  border-color: rgb(12, 90, 166);
  background: #0c5aa6;
}
/* .width_30pr {
  width: 30%;
} */

.width_70pr {
  width: 70%;
}
/* .section_results {
  padding-bottom: 30px;
  padding-top: 30px;
} */
.block_calendar_results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 8px;
  align-items: center;
}

.calendar_results {
  font-size: 20px;
  font-weight: bold;
  color: rgb(26, 49, 60);
}

.block_calendar_results_link_img {
  border-radius: 8px;
  overflow: hidden;
  height: 70px;
  width: 100px;
}
.calendar_results_link_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block_calendar_results_play {
  align-items: center;
  display: flex;
  gap: 8px;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.calendar_results_play_icon {
  width: 20px;
  height: 20px;
}
.calendar_results_duration {
  font-size: 12px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .calendar_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .calendar_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.column_gap_20 {
  column-gap: 20px;
}

.team_history_title {
  font-size: 25px;
  font-weight: bold;
  color: rgb(26, 49, 60);
  text-align: center;
  margin-bottom: 20px;
}
.block_team_history_img {
  border-radius: 8px;
  overflow: hidden;
  width: 49%;
  height: 400px;
}
.team_history_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_history_text {
  font-size: 15px;
  font-weight: normal;
  color: rgb(26, 49, 60);
}

.bg_color_yellow {
  background: #ffcd44;
}

.margin_bottom_60 {
  margin-bottom: 60px;
}

.align_items_center {
  align-items: center;
}
.margin_left_right_auto {
  margin-left: auto;
  margin-right: auto;
}
.width_height_170 {
  width: 170px;
  height: 170px;
}
.border_right_left_bottom_color_blue {
  border-left-color: rgb(4, 10, 99);
  border-right-color: rgb(4, 10, 99);
  border-bottom-color: rgb(4, 10, 99);
}

.padding_10 {
  color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.font_size_15 {
  font-size: 15px;
}

.justify_content_space_evenly {
  justify-content: space-evenly;
}
.block_events_meet_link_live_circle {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.box_shadow_white_grey {
  box-shadow: 0px 0px 5px rgb(241, 243, 248);
}
.width_height_6 {
  height: 6px;
  width: 6px;
}

.border_right_gray {
  border-right: 2px solid rgba(165, 165, 165, 0.35);
}

.block_team_history_wrapper {
  display: flex;
  justify-content: space-between;
}
.block_team_history_info {
  width: 49%;
}

.border_top_color_red {
  border-top-color: rgb(203, 51, 59);
}

.font_size_14 {
  font-size: 14px;
}
.width_height {
  width: 20px;
}
.width_20 {
  width: 20px;
}
.column_gap_10 {
  column-gap: 10px;
}

/* Mobile Portrait (320px - 575px) */
@media screen and (max-width: 575px) {
  /* Hero Section */
  .section_hero {
    height: 55vh;
  }

  .hero_title {
    font-size: 24px;
    width: 95%;
  }

  .hero_subtitle {
    font-size: 14px;
    width: 95%;
  }

  .hero_link_list {
    flex-direction: column;
    row-gap: 15px;
  }

  .hero_link_link {
    padding: 8px 20px;
    font-size: 14px;
  }

  /* Events Section */
  .events_item {
    width: 100%;
    flex-direction: column;
  }

  .block_events_left {
    width: 100%;
    padding: 10px;
  }

  .events_data {
    flex-direction: row;
    justify-content: center;
    gap: 5px;
  }
  /* Videos */
  .home_video_list {
    flex-direction: column;
    gap: 20px;
  }

  .home_video_item {
    width: 100%;
  }

  .banner_video_list {
    flex-direction: column;
  }

  .banner_video_item {
    width: 100%;
  }

  /* Calendar */
  .calendar_item {
    width: 100%;
  }

  .filter_list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .filter_link {
    padding: 8px 15px;
    font-size: 12px;
  }
}

/* Mobile Landscape & Tablet Portrait (576px - 767px) */
@media screen and (min-width: 576px) and (max-width: 767px) {
  /* Hero Section */
  .hero_title {
    font-size: 32px;
    width: 85%;
  }

  .hero_subtitle {
    font-size: 16px;
    width: 85%;
  }

  /* Events Section */
  .events_item {
    width: 100%;
  }

  /* Videos */
  .home_video_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home_video_item {
    width: 100%;
  }

  /* Calendar */
  /* .calendar_item {
    width: calc((100% - 25px) / 2);
  } */
}

/* Tablet Landscape (768px - 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* Hero Section */
  .hero_title {
    font-size: 36px;
    width: 75%;
  }

  .hero_subtitle {
    font-size: 18px;
    width: 75%;
  }

  /* Events Section */
  .events_item {
    width: calc((100% - 25px) / 2);
  }

  /* Videos */
  .home_video_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .home_video_item {
    width: 100%;
  }

  /* Calendar */
  /* .calendar_item {
    width: calc((100% - 25px) / 2);
  } */
}

/* Small Desktop (1024px - 1199px) */
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* Hero Section */
  .hero_title {
    font-size: 42px;
    width: 70%;
  }

  /* Videos */
  .home_video_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .home_video_item {
    width: 100%;
  }

  /* Calendar */
  /* .calendar_item {
    width: calc((100% - 50px) / 3);
  } */
}

/* Medium Desktop (1200px - 1439px) */
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  /* Videos */
  .home_video_list {
    display: flex;
    gap: 20px;
  }

  .home_video_item {
    width: 25%;
  }
}

/* Utility Classes for Responsive */
@media screen and (max-width: 575px) {
  .padding-bottom-30,
  .padding-top-30 {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

/* Fix for video overlays on mobile */
@media screen and (max-width: 767px) {
  .home_video_play_icon,
  .banner_video_play_icon {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .block_home_video_info,
  .block_banner_video_info {
    height: auto;
  }
}
