.styles_containerWrap__1_sV- {
  position: relative;
  margin-bottom: 60px;
}

.styles_container__1geoA {
  display: flex;
  flex-direction: column;

  width: 100%;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: center;
  min-height: 700px;
}

.styles_container__1geoA.styles_blue__l8XGm {
    background-image: url('/static/highlights_card_bg_blue.svg');
  }

.styles_container__1geoA.styles_purple__3SvcA {
    background-image: url('/static/highlights_card_bg_purple.svg');
  }

.styles_container__1geoA.styles_orange__aU2zw {
    background-image: url('/static/highlights_card_bg_orange.svg');
  }

.styles_medalistsItem__3Xiot {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  width: 33%;
  padding: 23px 0 23px 55px;
}

@media(max-width: 1024px) {

.styles_medalistsItem__3Xiot {
    margin: auto;
    margin-bottom: 30px;
    width: 100%
}
  }

.styles_worldRecordContainer__mVhu0 {
  display: flex;
  flex-direction: column;
  background: #bd94ff;
  background: var(--quaternary-colour);
  max-width: 356px;
  width: 33%;
  padding: 23px 0 30px 55px;
}

.styles_worldRecordContainer__mVhu0.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
  }

.styles_worldRecordContainer__mVhu0.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_worldRecordContainer__mVhu0.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
  }

.styles_medalistsItemList__3FLx0 {
  color: #FFFFFF;
}

.styles_gold__2U4ds {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.styles_gold__2U4ds:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFC441;
    border-radius: 50%;
    margin-right: 15px;
  }

.styles_silver__bYpi5 {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.styles_silver__bYpi5:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #D2D2D2;
    border-radius: 50%;
    margin-right: 15px;
  }

.styles_bronze__2IGTk {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.styles_bronze__2IGTk:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #DA8B53;
    border-radius: 50%;
    margin-right: 15px;
  }

.styles_view__1ien4 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 50px;
}

.styles_view__1ien4:before {
    background: #bd94ff;
    background: var(--quaternary-colour);
    content: '';
    width: 100%;
    height: 2px;
    margin: 20px 0 10px;
    display: block;
  }

.styles_view__1ien4.styles_blue__l8XGm:before {
      background: #69D7E1;
      background: var(--past-events-blue);
    }

.styles_view__1ien4.styles_orange__aU2zw:before {
      background: #ff873c;
      background: var(--primary-colour);
    }

.styles_view__1ien4.styles_purple__3SvcA:before {
      background: #bd94ff;
      background: var(--quaternary-colour);
    }

.styles_topEntrantsContainer__1kAta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.styles_topEntrantsContainer__1kAta.styles_blue__l8XGm {
    border-bottom: 2px solid #69D7E1;
    border-bottom: 2px solid var(--past-events-blue);
  }

.styles_topEntrantsContainer__1kAta.styles_orange__aU2zw {
    border-bottom: 2px solid #ff873c;
    border-bottom: 2px solid var(--primary-colour);
  }

.styles_topEntrantsContainer__1kAta.styles_purple__3SvcA {
    border-bottom: 2px solid #bd94ff;
    border-bottom: 2px solid var(--quaternary-colour);
  }

@media(max-width: 1024px) {

.styles_topEntrantsContainer__1kAta {
    flex-wrap: wrap
}
  }

.styles_topEntrantsPanel__2cYt1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 23px 45px 0;
}

@media(max-width: 767px) {

.styles_topEntrantsPanel__2cYt1 {
    padding: 13px 15px 0
}
  }

.styles_topEntrantsList__2O4y1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 25px 45px 50px 45px;
}

@media(max-width: 1024px) {

.styles_topEntrantsList__2O4y1 {
    display: none
}
  }

.styles_medalistsList__3igMi {
  display: flex;
  width: 75%;
}

.styles_medalistsList__3igMi.styles_blue__l8XGm {
    background: rgba(23, 48, 50, 0.8);
  }

.styles_medalistsList__3igMi.styles_orange__aU2zw {
    background:  rgba(80, 38, 11,  .3);
  }

.styles_medalistsList__3igMi.styles_purple__3SvcA {
    background: rgba(40, 30, 55, 0.8);
  }

@media(max-width: 1024px) {

.styles_medalistsList__3igMi {
    display: none
}
  }

.styles_topEntrants__11CcE {
  background: rgba(189, 148, 255, 0.2);
  width: 75%;
}

@media(max-width: 1024px) {

.styles_topEntrants__11CcE {
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden
}
  }

.styles_topEntrants__11CcE.styles_blue__l8XGm {
    background: rgba(23, 48, 50, 0.8);
  }

.styles_topEntrants__11CcE.styles_orange__aU2zw {
    background: rgba(80, 38, 11,  .3);
  }

.styles_topEntrants__11CcE.styles_purple__3SvcA {
    background: rgba(40, 30, 55, 0.8);
  }

.styles_topEntrants__11CcE.styles_medalistsContainer__1isnT {
    overflow: hidden;
  }

@media(max-width: 1024px) {

.styles_topEntrants__11CcE.styles_medalistsContainer__1isnT {
      padding-bottom: 20px
  }
      .styles_topEntrants__11CcE.styles_medalistsContainer__1isnT .styles_topEntrantsPanel__2cYt1 {
        padding-bottom: 20px;
      }
    }

.styles_titleTopEntrants__LhdKP {
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 28px;
}

.styles_titleTopEntrants__LhdKP.styles_blue__l8XGm {
    color: #69D7E1;
    color: var(--past-events-blue);
  }

.styles_titleTopEntrants__LhdKP.styles_orange__aU2zw {
    color: #ff873c;
    color: var(--primary-colour);
  }

.styles_titleTopEntrants__LhdKP.styles_purple__3SvcA {
    color: #bd94ff;
    color: var(--quaternary-colour);
  }

.styles_titlePastMedalist__53-e3 {
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 28px;
}

.styles_titlePastMedalist__53-e3.styles_blue__l8XGm {
    color: #69D7E1;
    color: var(--past-events-blue);
  }

.styles_titlePastMedalist__53-e3.styles_orange__aU2zw {
    color: #ff873c;
    color: var(--primary-colour);
  }

.styles_titlePastMedalist__53-e3.styles_purple__3SvcA {
    color: #bd94ff;
    color: var(--quaternary-colour);
  }

.styles_eventName__tWDJP {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 20px;
}

.styles_worldRecordsWrap__3YIo0 {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  width: 100%;
}

@media(max-width: 1024px) {

.styles_worldRecordsWrap__3YIo0.styles_paddingBottom__14ldx {
      padding-bottom: 30px;
      width: 100%
  }
    }

@media(max-width: 1024px) {

.styles_worldRecordsWrap__3YIo0 {
    margin: auto;
    padding: 0 0 0 55px;
    width: 100%
}
  }

.styles_titleWorldRecord__3htAv {
  color: #3A3148;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 27px;
}

.styles_titleWorldRecord__3htAv.styles_blue__l8XGm {
    color: #173032;
    color: var(--secondary-accent-dark);
  }

.styles_titleWorldRecord__3htAv.styles_orange__aU2zw {
    color: #271E35;
  }

.styles_titleWorldRecord__3htAv.styles_purple__3SvcA {
    color: #3A3148;
  }

@media(max-width: 1024px) {
    .styles_titleWorldRecord__3htAv.styles_blue__l8XGm {
      color: #69D7E1;
      color: var(--past-events-blue);
    }
    .styles_titleWorldRecord__3htAv.styles_orange__aU2zw {
      color: #ff873c;
      color: var(--primary-colour);
    }
    .styles_titleWorldRecord__3htAv.styles_purple__3SvcA {
      color: #bd94ff;
      color: var(--quaternary-colour);
    }
    
  }

.styles_titleChampionshipRecord__1EqU5 {
  color: #3A3148;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 27px;
  margin-top: 18px;
}

.styles_titleChampionshipRecord__1EqU5.styles_blue__l8XGm {
    color: #173032;
    color: var(--secondary-accent-dark);
  }

.styles_titleChampionshipRecord__1EqU5.styles_orange__aU2zw {
    color: #271E35;
  }

.styles_titleChampionshipRecord__1EqU5.styles_purple__3SvcA {
    color: #3A3148;
  }

@media(max-width: 1024px) {
    .styles_titleChampionshipRecord__1EqU5.styles_blue__l8XGm {
      color: #69D7E1;
      color: var(--past-events-blue);
    }
    .styles_titleChampionshipRecord__1EqU5.styles_orange__aU2zw {
      color: #ff873c;
      color: var(--primary-colour);
    }
    .styles_titleChampionshipRecord__1EqU5.styles_purple__3SvcA {
      color: #bd94ff;
      color: var(--quaternary-colour);
    }
  }

.styles_worldRecordName__2R-96 {
  color: #3A3148;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 20px;
  margin-top: 15px;
}

.styles_worldRecordName__2R-96.styles_blue__l8XGm {
    color: #173032;
    color: var(--secondary-accent-dark);
  }

.styles_worldRecordName__2R-96.styles_orange__aU2zw {
    color: #173032;
    color: var(--secondary-accent-dark);
  }

.styles_worldRecordName__2R-96.styles_purple__3SvcA {
    color: #3A3148;
  }

@media(max-width: 1024px) {
    .styles_worldRecordName__2R-96.styles_blue__l8XGm {
      color: #69D7E1;
      color: var(--past-events-blue);
    }
    .styles_worldRecordName__2R-96.styles_orange__aU2zw {
      color: #ff873c;
      color: var(--primary-colour);
    }
    .styles_worldRecordName__2R-96.styles_purple__3SvcA {
      color: #bd94ff;
      color: var(--quaternary-colour);
    }
  }

.styles_markWrap__3OALI {
  display: flex;
  margin-top: 15px;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
}

.styles_yearWrap__1xmKo {
  display: flex;
  align-items: center;
}

@media(max-width: 1024px) {
    .styles_worldRecordCountry__1boV2.styles_blue__l8XGm {
      color: #69D7E1;
      color: var(--past-events-blue);
    }
    .styles_worldRecordCountry__1boV2.styles_orange__aU2zw {
      color: #ff873c;
      color: var(--primary-colour);
    }
    .styles_worldRecordCountry__1boV2.styles_purple__3SvcA {
      color: #bd94ff;
      color: var(--quaternary-colour);
    }
  }

.styles_pastMedalistMark__mcqYf {
  background: rgba(58, 49, 72, 0.9);
  font-size: 14px;
  color: var(--secondary-text-colour);
  width: auto;
  padding: 1px 11px 1px 5px;
  display: inline-block;
  margin-left: 35px;
}

.styles_year__3QmVI {
  margin-left: 12px;
}

@media(max-width: 1024px) {

.styles_year__3QmVI {
    color: #ffffff;
    color: var(--primary-text-colour)
}
  }

.styles_worldRecordMark__2Vf9l {
  background: rgba(58, 49, 72, 0.9);
  color: var(--secondary-text-colour);
  padding: 4px 8px;
}

.styles_worldRecordMark__2Vf9l.styles_blue__l8XGm {
    background: rgba(27, 44, 45, 0.9);
    color: #ffffff;
    color: var(--primary-text-colour);
  }

.styles_worldRecordMark__2Vf9l.styles_orange__aU2zw {
    background: #3C3C3C;
    color: #ffffff;
    color: var(--primary-text-colour);
  }

.styles_worldRecordMark__2Vf9l.styles_purple__3SvcA {
    background:rgba(58, 49, 72, 0.9);
    color: #ffffff;
    color: var(--primary-text-colour);
  }

@media(max-width: 1024px) {
    .styles_worldRecordMark__2Vf9l.styles_blue__l8XGm {
      background: #69D7E1;
      background: var(--past-events-blue);
    }
    .styles_worldRecordMark__2Vf9l.styles_orange__aU2zw {
      background: #ff873c;
      background: var(--primary-colour);
    }
    .styles_worldRecordMark__2Vf9l.styles_purple__3SvcA {
      background:#bd94ff;
      background:var(--quaternary-colour);
    }
  }

.styles_championshipLabel__2pqTs {
  background: #dfd0fa;
  background: var(--laila-colour);
  color: #253219;
  padding: 4px 9px;
  margin-top: 15px;
  font-size: 9px;
}

.styles_championshipLabel__2pqTs.styles_blue__l8XGm {
    background: #A4D3ED;
  }

.styles_championshipLabel__2pqTs.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_championshipLabel__2pqTs.styles_purple__3SvcA {
    background: #dfd0fa;
    background: var(--laila-colour);
  }

.styles_previewTitle__228_k {
  color: #271E35;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 28px;
}

@media(max-width: 1024px) {

.styles_previewTitle__228_k {
    font-size: 24px
}
  }

.styles_topEntrantsViewAll__7IiKs {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 16px;
  margin-left: auto;
}

.styles_border__2IY7m {
  height: 13px;
  width: 100%;
  background: #bd94ff;
  background: var(--quaternary-colour);
}

.styles_border__2IY7m.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
  }

.styles_border__2IY7m.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_border__2IY7m.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
  }

.styles_topEntrantsImg__3k8Vk {
  width: 119px;
}

/* position: relative; */

.styles_topEntrantsImg__3k8Vk img {
    width: 100%;
  }

.styles_active__2d-l_ {
  transform: scale(1.08);
}

.styles_imageWrap__1MjMd {
  position: relative;
}

.styles_topEntrantsLabelWrap__3ub7L {
  position: absolute;
  bottom: 9px;
  right: 6px;
  font-size: 10px;
  color: #3A3148;
  display: flex;
  align-items: center;
  justify-content: center;
}

.styles_topEntrantsLabel__36qJ4 {
  width: 25px;
  height: 16px;
  background: #BD94FF;
  border: 1px solid #3A3148;
  border-radius: 5px;
  opacity: 1;
  font-size: 10px;
  color: #3A3148;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.styles_topEntrantsLabel__36qJ4.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
    color: #1B2C2D;
  }

.styles_topEntrantsLabel__36qJ4.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_topEntrantsLabel__36qJ4.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
    color: #281e37;
    color: var(--quaternary-accent-dark);
  }

.styles_info__2XR2O {
  margin-top: 10px;
}

.styles_topEntrantsCard__3Djd5 {
  color: #ffffff;
  color: var(--primary-text-colour);
  max-width: 119px;
  -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.styles_teamLinkStyle__2VcMo {
  cursor: unset;
}

.styles_medalistCard__1AOMc {
  color: #ffffff;
  color: var(--primary-text-colour);
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styles_medalistCard__1AOMc .styles_topEntrantsImg__3k8Vk {
    margin-right: 20px;
  }

@media(max-width: 767px) {

.styles_medalistCard__1AOMc {
    display: block
}
    .styles_medalistCard__1AOMc.styles_active__2d-l_ {
      transform: scale(1.08);
      z-index: 30;
      box-shadow: 0px 15px 17px 16px rgba(0,0,0,0.65);
    }
  }

@media screen and (max-width: 450px){
    .styles_medalistCard__1AOMc .styles_topEntrantsImg__3k8Vk {
      margin-right: 5px;
    }
  }

.styles_topEntrantsName__syYtb {
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 16px;
  min-height: 75px;
  text-align: left;
  max-width: 119px;
  padding: 0 5px 0 5px;
}

.styles_markList__2P6h9 {
  margin-top: 8px;
  min-height: 85px;
}

.styles_markList__2P6h9.styles_blue__l8XGm .styles_topEntrantsMark__2-od4:first-child {
      margin-top: 8px;
      border-top: 2px solid #69D7E1;
      border-top: 2px solid var(--past-events-blue);
    }

.styles_markList__2P6h9.styles_orange__aU2zw .styles_topEntrantsMark__2-od4:first-child {
      border-top: 2px solid #ff873c;
      border-top: 2px solid var(--primary-colour);
      margin-top: 8px;
    }

.styles_markList__2P6h9.styles_purple__3SvcA .styles_topEntrantsMark__2-od4:first-child {
      border-top: 2px solid #bd94ff;
      border-top: 2px solid var(--quaternary-colour);
      margin-top: 8px;
    }

.styles_topEntrantsMark__2-od4 {
  padding: 2px 0 2px 3px;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 14px;
  text-align: left;
}

.styles_topEntrantsMark__2-od4:nth-child(odd) {
    background: #3C3C3C
  }

.styles_topEntrantsMark__2-od4.styles_gold__2U4ds {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

.styles_topEntrantsMark__2-od4.styles_gold__2U4ds:before {
      content: '';
      width: 14px;
      height: 14px;
      background: #FFC441;
      border-radius: 50%;
      margin-right: 5px;
    }

.styles_topEntrantsMark__2-od4.styles_silver__bYpi5 {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

.styles_topEntrantsMark__2-od4.styles_silver__bYpi5:before {
      content: '';
      width: 14px;
      height: 14px;
      background: #D2D2D2;
      border-radius: 50%;
      margin-right: 5px;
    }

.styles_topEntrantsMark__2-od4.styles_bronze__2IGTk {
    display: flex;
    align-items: center;
    margin-top: 25px;
  }

.styles_topEntrantsMark__2-od4.styles_bronze__2IGTk:before {
      content: '';
      width: 14px;
      height: 14px;
      background: #DA8B53;
      border-radius: 50%;
      margin-right: 5px;
    }

.styles_medalistNameWrap__1-az0 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: auto;
}

@media(max-width: 1024px) {

.styles_medalistNameWrap__1-az0 {
   margin-left: 5px;
   max-width: 119px
}
  }

.styles_medalistNameWrap__1-az0 .styles_topEntrantsName__syYtb {
    color: #ffffff;
    color: var(--primary-text-colour);
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    font-size: 16px;
  }

@media(max-width: 1024px) {

.styles_medalistNameWrap__1-az0 .styles_topEntrantsName__syYtb {
      font-size: 14px
  }
     }

@media(max-width: 767px) {

.styles_medalistNameWrap__1-az0 .styles_topEntrantsName__syYtb {
      min-height: 48px;
      margin-top: 10px
  }
     }

.styles_medalistNameWrap__1-az0 .styles_topEntrantsMark__2-od4.styles_gold__2U4ds {
      margin-top: auto;
    }

.styles_medalistNameWrap__1-az0 .styles_topEntrantsMark__2-od4.styles_silver__bYpi5 {
      margin-top: auto;
    }

.styles_medalistNameWrap__1-az0 .styles_topEntrantsMark__2-od4.styles_bronze__2IGTk {
      margin-top: auto;
    }

.styles_topEntrantsLine__3xA9n {
 width: 100%;
 height: 7px;
 background: #bd94ff;
 background: var(--quaternary-colour);
}

.styles_topEntrantsLine__3xA9n.styles_blue__l8XGm {
  background: #69D7E1;
  background: var(--past-events-blue);
}

.styles_topEntrantsLine__3xA9n.styles_orange__aU2zw {
  background: #ff873c;
  background: var(--primary-colour);
}

.styles_topEntrantsLine__3xA9n.styles_purple__3SvcA {
  background: #bd94ff;
  background: var(--quaternary-colour);
}

.styles_previewWrap__ZIwhc {
  display: flex;
  flex-direction: column;
  max-width: 356px;
  width: 100%;
  padding: 15px 34px 34px 32px;
  flex: 1 1;
}

.styles_previewWrap__ZIwhc.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
    color: #1B2C2D;
  }

.styles_previewWrap__ZIwhc.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_previewWrap__ZIwhc.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
    color: #281e37;
    color: var(--quaternary-accent-dark);
  }

@media(max-width: 1024px) {

.styles_previewWrap__ZIwhc {
    max-width: 100%
}
  }

.styles_previewDescription__2qRQ1 {
  color: #271E35;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 18px;
  margin-top: 12.5px;
}

@media(max-width: 1024px) {

.styles_previewDescription__2qRQ1 {
    font-size: 12px
}
  }

.styles_readMore__2gnCz {
  color: #271E35;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 12.5px;
}

.styles_readMore__2gnCz {
  color: #271E35;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: auto;
}

.styles_eventContainer__1S98D {
  display: flex;
  flex-direction: column;
  min-width: 356px;
  width: 25%;
}

.styles_eventContainer__1S98D.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
    color: #1B2C2D;
  }

.styles_eventContainer__1S98D.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_eventContainer__1S98D.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
    color: #281e37;
    color: var(--quaternary-accent-dark);
  }

/* max-width: 356px; */

@media(max-width: 1024px) {

.styles_eventContainer__1S98D {
    max-width: 100%;
    min-width: auto;
    width: 100%
}
  }

.styles_previewContainer__1KhA7 {
  display: flex;
  flex-direction: column;
  min-width: 356px;
  width: 100%;
}

.styles_previewContainer__1KhA7.styles_blue__l8XGm {
    background: #69D7E1;
    background: var(--past-events-blue);
    color: #1B2C2D;
  }

.styles_previewContainer__1KhA7.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_previewContainer__1KhA7.styles_purple__3SvcA {
    background: #bd94ff;
    background: var(--quaternary-colour);
    color: #281e37;
    color: var(--quaternary-accent-dark);
  }

@media(max-width: 1024px) {

.styles_previewContainer__1KhA7 {
    max-width: 100%
}
  }

.styles_eventTitle__3uvul {
  font-size: 40px;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  margin-left: 32px;
  margin-top: 15px;
  line-height: 45px;
}

@media(max-width: 1024px) {

.styles_eventTitle__3uvul {
    display: none
}
  }

.styles_eventTitleMobile__3HbAt {
  display: none;
}

@media(max-width: 1024px) {

.styles_eventTitleMobile__3HbAt {
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-headline);
    display: block;
    font-size: 30px;
    margin-left: 14px;
    margin-top: 15px;
    line-height: 35px
}
    .styles_eventTitleMobile__3HbAt span {
      margin-left: 10px; 
    }
  }

.styles_eventTime__EzJ86 {
  font-size: 27px;
  color: #281e37;
  color: var(--quaternary-accent-dark);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  margin-left: 32px;
  margin-top: auto;
}

@media(max-width: 1024px) {

.styles_eventTime__EzJ86 {
    margin-left: auto;
    font-size: 20px;
    padding-right: 15px
}
  }

.styles_eventLine__2Rbhq {
  background: #dfd0fa;
  background: var(--quaternary-accent);
  width: 102px;
  height: 2px;
  margin-bottom: 22px;
}

.styles_eventLine__2Rbhq.styles_blue__l8XGm {
    background: #c2e9ed;
    background: var(--secondary-accent);
  }

.styles_eventLine__2Rbhq.styles_orange__aU2zw {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_eventLine__2Rbhq.styles_purple__3SvcA {
    background: #dfd0fa;
    background: var(--quaternary-accent);
  }

@media(max-width: 1024px) {

.styles_eventLine__2Rbhq {
    margin-bottom: 0;
    margin-left: auto
}
  }

.styles_eventImageWrap__yILJa {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 100%;
  height: 137px;
  position: relative;
}

.styles_eventImageWrap__yILJa.styles_defaultAthlete__3FFAZ{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    height: 137px;
    position: relative;
  }

@media(max-width: 1024px) {

.styles_eventImageWrap__yILJa {
    height: 151px
}
  }

.styles_previewLine__2QcW7 {
  background: #271E35;
  width: 100%;
  height: 2px;
}

.styles_medalistsWrap__Axaxt {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  width: 100%;
}

@media(max-width: 767px) {

.styles_medalistsWrap__Axaxt {
   margin: 15px 0 40px 0
}
  }

.styles_medalistsWrap__Axaxt .styles_medalistNameWrap__1-az0 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 70px;
  }

@media(max-width: 767px) {

.styles_medalistsWrap__Axaxt .styles_medalistNameWrap__1-az0 {
      margin-left: 5px
  }
      .styles_medalistsWrap__Axaxt .styles_medalistNameWrap__1-az0.styles_purple__3SvcA {
        background: #bd94ff;
        background: var(--quaternary-colour);
      }
      .styles_medalistsWrap__Axaxt .styles_medalistNameWrap__1-az0.styles_blue__l8XGm {
        background: #173032;
        background: var(--secondary-accent-dark);
      }
    }

.styles_gallery__3XR7A {
  display: none;
}

@media(max-width: 1024px) {

.styles_gallery__3XR7A {

   display: block
}

    .styles_gallery__3XR7A .slick-active { 
      padding: 20px 0; 
    }
    
    .styles_gallery__3XR7A .slick-center { 
      transform: scale(1.08) 
    }
    .styles_gallery__3XR7A .slide:not(.slick-active) { 
      cursor: pointer; 
    }
    .styles_gallery__3XR7A .slick-slide:not(.slick-active) { 
      margin: 20px 0; 
    }
  
    .styles_gallery__3XR7A .slick-slide.slick-center {
      z-index: 30;
    }
  
    .styles_gallery__3XR7A .slick-slide.slick-center + .slick-slide {
      z-index: 10;
    }
  
    .styles_gallery__3XR7A .slick-slide.slick-active .styles_topEntrantsCard__3Djd5 {
      position: relative;
    }
        .styles_gallery__3XR7A .slick-slide.slick-active .styles_topEntrantsCard__3Djd5.styles_blue__l8XGm:after {
          content: '';
          display: block;
          width: 119px;
          height: 100%;
          opacity: 0.98;
          position: absolute;
          background: transparent linear-gradient(270deg, #173032 0%, #1730324B 32%, #17303200 100%) 0% 0% no-repeat padding-box;
          top: 0;
        }
        .styles_gallery__3XR7A .slick-slide.slick-active .styles_topEntrantsCard__3Djd5.styles_purple__3SvcA:after {
          content: '';
          display: block;
          width: 119px;
          height: 100%;
          background: transparent linear-gradient(270deg, #281E37 0%, #30293AB5 32%, #342D3D00 100%) 0% 0% no-repeat padding-box;
          opacity: 0.98;
          position: absolute;
          top: 0;
        }
  
    .styles_gallery__3XR7A .slick-slide.slick-center + .slick-slide .styles_topEntrantsCard__3Djd5 {
      position: relative;
      
    }
        .styles_gallery__3XR7A .slick-slide.slick-center + .slick-slide .styles_topEntrantsCard__3Djd5.styles_blue__l8XGm:after {
          content: '';
          display: block;
          width: 119px;
          height: 100%;
          background: transparent linear-gradient(270deg, #173032 0%, #1730324B 32%, #17303200 100%) 0% 0% no-repeat padding-box;
          opacity: 0.98;
          transform: matrix(-1, 0, 0, -1, 0, 0);
          position: absolute;
          top: 0;
        }
        .styles_gallery__3XR7A .slick-slide.slick-center + .slick-slide .styles_topEntrantsCard__3Djd5.styles_purple__3SvcA:after {
        content: '';
        display: block;
        width: 119px;
        height: 100%;
        background: transparent linear-gradient(270deg, #281E37 0%, #30293AB5 32%, #342D3D00 100%) 0% 0% no-repeat padding-box;
        opacity: 0.98;
        transform: matrix(-1, 0, 0, -1, 0, 0);
        position: absolute;
        top: 0;
      }
        .styles_gallery__3XR7A .slick-slide.slick-center .styles_topEntrantsCard__3Djd5.styles_purple__3SvcA:after {
          content: none;
        }
        .styles_gallery__3XR7A .slick-slide.slick-center .styles_topEntrantsCard__3Djd5.styles_blue__l8XGm:after {
          content: none;
        }

    .styles_gallery__3XR7A .slick-prev::after {
      z-index: 1;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(90deg);
      left: -23px;
     }
      .styles_gallery__3XR7A.styles_purple__3SvcA .slick-prev::after {
       background: url('/static/purpleArrow.svg');
      }
      .styles_gallery__3XR7A.styles_blue__l8XGm .slick-prev::after {
        background: url('/static/blueArrow.svg');
      }
      .styles_gallery__3XR7A.styles_orange__aU2zw .slick-prev::after {
        background: url('/static/orangeArrow.svg');
      }

   .styles_gallery__3XR7A .slick-next::after {
      z-index: 1;
      background-size: contain;
      background-repeat: no-repeat;
      transform: rotate(-90deg);
      right: -23px;
    }
        .styles_gallery__3XR7A.styles_purple__3SvcA .slick-next::after {
        background: url('/static/purpleArrow.svg');
      }
      .styles_gallery__3XR7A.styles_blue__l8XGm .slick-next::after {
        background: url('/static/blueArrow.svg');
      }
      .styles_gallery__3XR7A.styles_orange__aU2zw .slick-next::after {
        background: url('/static/orangeArrow.svg');
      }
  }

@media (max-width: 767px) {
    .styles_gallery__3XR7A .slick-next {
      display: block !important;
    }
  }





.styles_root__1O7K9 {
    width: 100%;
}

.styles_rootHeader__1TafO {
    display: flex;
    justify-content: space-between;
    max-width: 1368px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.styles_selectWrap__3HEIs {
    flex: 1 1;
}

@media(max-width: 1024px) {

.styles_selectWrap__3HEIs {
        width: 100%;
        padding: 0 20px;
        flex: 0 0 100%
}
    }

.styles_title__1HMyg {
    max-width: 300px;
}

@media(max-width: 1024px) {

.styles_title__1HMyg {
        max-width: none;
        margin: 0 0 40px 0
}
    }

.styles_text__3XXSP {
    color: #ffffff;
    color: var(--primary-text-colour);
    margin: 0 0 20px 0;
}

@media(max-width: 1024px) {

.styles_text__3XXSP {
        margin: 0 0 10px 0
}

    }

.styles_firstName__1LHT8 {
    text-transform: capitalize;
}

.styles_lastName__IBknI {
    text-transform: uppercase;
}

.styles_media__2V8O_ {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 1024px) {

.styles_media__2V8O_ {
        justify-content: center;
        flex: 0 0 100%;
        margin: auto;
        max-width: 100%
}
    }

.styles_media__2V8O_ .styles_image__3c5CA {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 100%;
        width: 100%;
        height: 180px;
        position: relative;
    }

@media(max-width: 1024px) {

.styles_media__2V8O_ .styles_image__3c5CA {
            height: 124px;
            width: 207px
    }
        }

@media(max-width: 767px) {

.styles_media__2V8O_ .styles_image__3c5CA {
            width: 100%;
            height: 250px
    }
        }

.styles_media__2V8O_ .styles_image__3c5CA img {
            height: 100%;
            width: auto;
        }

.styles_media__2V8O_ .styles_image__3c5CA .styles_score__3aNuq {
            position: absolute;
            bottom: 0;
            color: #ffffff;
            color: var(--primary-text-colour);
            font-size: 34px;
            font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
            font-family: var(--font-family-headline);
        }

@media(max-width: 1024px) {

.styles_media__2V8O_ .styles_image__3c5CA .styles_score__3aNuq {
                font-size: 41px
        }
            }

.styles_media__2V8O_ .styles_image__3c5CA:first-child .styles_score__3aNuq {
            right: 18px;
        }

.styles_media__2V8O_ .styles_image__3c5CA:nth-child(2) .styles_score__3aNuq{
            left: 18px;
        }

.styles_tableWrap__1Qt7a {
    display: flex;
    flex-wrap: nowrap;
}

.styles_inner__2dyta {
    max-width: 1368px;
    margin: auto;
}

.styles_rootWrap__16EG9 {
    max-width: 1400px;
    max-height: 600px;
    margin: 0 auto;
    overflow-x: auto;
}

table.styles_table__1WPh6 {
    border-spacing: 0;
    width: 100%;
}

th.styles_th__35M58,
td.styles_td__1DuDM {
    margin: 0;
    text-align: left;
    padding: 0 10px;
    height: 50px;
    color: #ffffff;
    color: var(--primary-text-colour);
    border-top: 1px solid #9D6EE9;
    border-top: 1px solid var(--purple-colour);
    position: relative;
    font-size: 18px;
}

th.styles_th__35M58.styles_blue__1sV1B, td.styles_td__1DuDM.styles_blue__1sV1B {
        border-top: 1px solid #69D7E1;
        border-top: 1px solid var(--past-events-blue);
        background: #262626;
        background: var(--grayscale-dark);
    }

th.styles_th__35M58.styles_orange__2T-pc, td.styles_td__1DuDM.styles_orange__2T-pc {
      border-top: 1px solid #ff873c;
      border-top: 1px solid var(--primary-colour);
    }

th.styles_th__35M58.styles_purple__GCC4p, td.styles_td__1DuDM.styles_purple__GCC4p {
      border-top: 1px solid #9D6EE9;
      border-top: 1px solid var(--purple-colour);
    }

@media(max-width: 1024px) {

th.styles_th__35M58,
td.styles_td__1DuDM {
        font-size: 18px
}
    }

@media(max-width: 767px) {

th.styles_th__35M58,
td.styles_td__1DuDM {
        font-size: 12px
}
    }

table.styles_table__1WPh6.styles_right__267Ui {
    max-width: 600px;
}

table.styles_table__1WPh6.styles_right__267Ui th.styles_th__35M58 {
        padding: 0 5px;
        text-align: center;
    }

table.styles_table__1WPh6.styles_right__267Ui td.styles_td__1DuDM {
        background: #BD94FF
    }

.styles_thead__27qcp .styles_tr__3vynk .styles_th__35M58 {
    background: #DFD0FA;
    font-size: 15px;
    opacity: 1;
    color: #262626;
    color: var(--primary-gray);
}

.styles_thead__27qcp .styles_tr__3vynk .styles_th__35M58.styles_blue__1sV1B {
        background: #c2e9ed;
        background: var(--secondary-accent);

    }

.styles_thead__27qcp .styles_tr__3vynk .styles_th__35M58.styles_orange__2T-pc {
      background: #ff873c;
      background: var(--primary-colour);
    }

.styles_thead__27qcp .styles_tr__3vynk .styles_th__35M58.styles_purple__GCC4p {
      background: #DFD0FA;
    }

@media(max-width: 1024px) {

.styles_thead__27qcp .styles_tr__3vynk .styles_th__35M58 {
        font-size: 16px
}
    }

.styles_select__1eZlq {
    border: none;
    border-bottom: 2px solid #262626;
    max-width: 260px;
    margin: auto;
}

.styles_competitors__2mSQ3 {
    display: none;
}

@media(max-width: 1024px) {

.styles_competitors__2mSQ3 {
        margin: 30px 10px 0 10px;
        color: #ffffff;
        color: var(--primary-text-colour);
        font-size: 24px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
}
    }

.styles_competitor__oMxJx {
    width: 260px;
    text-align: center;
}

.styles_mobileListWrap__2dFJh {
    margin: 40px 0 0 0;
}

.styles_resultWrap__2uShP {
    width: 100%;
    padding: 20px 30px;
    background: #DFD0FA;
    color: #262626;
    text-align: center;
    border-bottom: 1px solid #bd94ff;
}

@media(max-width: 1024px) {

.styles_resultWrap__2uShP {
        padding: 20px 20px
}
    }

.styles_dateWrap__1em2Q {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    margin: 0 0 30px 0;
    width: 100%;
}

.styles_date__Yqqdq {
    margin-right: auto;
}

.styles_round__1gh03 {
    margin-left: auto;
}

.styles_event__G27_T {
    font-size: 20px;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin: 0 40px 5px 40px;
}

.styles_statistics__3ieQV {
    display: flex;
    justify-content: center;
    width: 100%;
}

.styles_statistics__3ieQV .styles_athlete__FTJ-C {
        margin-right: auto;
    }

.styles_statistics__3ieQV .styles_opponent__3d41J {
      margin-left: auto;
    }

.styles_place__1drwT {
    font-size: 50px;
    position: relative;
}

@media(max-width: 1024px) {

.styles_place__1drwT {
        font-size: 38px
}
    }

.styles_place__1drwT.styles_winner__33a9d {
        font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
        font-family: var(--font-family-headline)
    }

.styles_sup__2nORl {
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -5px;
}

.styles_name__35RS8 {
    font-size: 14px;
}

.styles_divider__1jkA_ {
    font-size: 24px;
}

.styles_resultStats__1YyXl {
    border-top: 1px solid #262626;
}

.styles_score1__300gS {
    font-weight: 'World Athletics'
,
Arial
,
sans-serif;
    font-weight: var(--font-family-regular);
    font-size: 27px;
}

.styles_mark__2OAI8 {
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    font-size: 13px;
}

.styles_infoPanel__3vPBH {
    color: #ffffff;
    color: var(--primary-text-colour);
    text-align: left;
    padding: 4px 10px;
}

.styles_infoPanel__3vPBH.styles_blue__1sV1B {
        background: rgba(23, 48, 50, 0.8);
      }

.styles_infoPanel__3vPBH.styles_orange__2T-pc {
        background: rgba(80, 38, 11,  .3);
      }

.styles_infoPanel__3vPBH.styles_purple__GCC4p {
        background: rgb(105, 93, 123, .8);
      }

.styles_original__1E_RV {
    font-size: 14px;
    top: -14px;
}

.styles_tooltip__1zm1_ {
    display: none;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    color: #262626;
    color: var(--primary-gray);
}

.styles_headToHead__1j2sx {
  display: flex;
  flex-direction: column;
  width: 34%;
  background: rgba(189, 148, 255, 0.2);
  max-width: 365px;
}

.styles_headToHead__1j2sx.styles_blue__1sV1B {
    background: rgba(23, 48, 50, 0.8)

  }

.styles_headToHead__1j2sx.styles_orange__2T-pc {
    background: rgba(80, 38, 11,  .3);
  }

.styles_headToHead__1j2sx.styles_purple__GCC4p {
    background: rgba(40, 30, 55, 0.8);
  }

@media(max-width: 1024px) {

.styles_headToHead__1j2sx {
    margin: auto;
    width: 100%
}
  }

@media(max-width: 767px) {

.styles_headToHead__1j2sx {
    max-width: 100%;
    width: 100%
}
  }

.styles_wrap__3bT_N {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 20px 10px;
    position: relative;
}

@media(max-width: 1024px) {

.styles_wrap__3bT_N {
        display: none
}
      }

.styles_titleHeadToHead__3QOeF {
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 28px;
  margin: 10px 20px 10px;
  flex: 1 1;
}

@media(max-width: 1024px) {

.styles_titleHeadToHead__3QOeF {
      display: none
}
  }

.styles_titleHeadToHead__3QOeF.styles_blue__1sV1B {
    color: #69D7E1;
    color: var(--past-events-blue);
  }

.styles_titleHeadToHead__3QOeF.styles_orange__2T-pc {
    color: #ff873c;
    color: var(--primary-colour);
  }

.styles_titleHeadToHead__3QOeF.styles_purple__GCC4p {
    color: #bd94ff;
    color: var(--quaternary-colour);
  }

.styles_iconWrap__N2T53:hover .styles_tooltip__1zm1_ {
        width: calc(100% + 40px);
        height: 80px;
        font-size: 20px;
        display: block;
        padding: 6px 7px;
        right: 0;
        left: -20px;
        top: 0;
        z-index: 1;
    }

.styles_icon__bXJs_ {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media(max-width: 1024px) {

.styles_icon__bXJs_ {
    display: none
}
  }

.styles_tooltip__1zm1_ {
    display: none;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    color: #262626;
    color: var(--primary-gray);
}

.styles_arrowRight__3Qc3B {
    position: absolute;
    top: 39%;
    right: 20px;
}

.styles_showMore__2zZQr {
  display: flex;
  width: 100%;
  height: 28px;
  align-items: center;
  justify-content: center;
}

.styles_showMore__2zZQr.styles_blue__1sV1B {
    background: #69D7E1;
    background: var(--past-events-blue);
  }

.styles_showMore__2zZQr.styles_orange__2T-pc {
    background: #ff873c;
    background: var(--primary-colour);
  }

.styles_showMore__2zZQr.styles_purple__GCC4p {
   background: #bd94ff;
   background: var(--quaternary-colour);
  }

.styles_mobileWrap__1IKTw {
  display: none;
}

@media(max-width: 1024px) {
    .styles_mobileWrap__1IKTw {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: relative;
    }
        .styles_mobileWrap__1IKTw .styles_link__3ZFw3 {
          white-space: nowrap;
        }
      .styles_tooltipWrap__G-ctr:hover .styles_tooltipMobile__2yASp {
        width: 200%;
        font-size: 20px;
        display: block;
        padding: 6px 7px;
        right: 0;
        top: 0;
        z-index: 123;
      }
    
    .styles_tooltipMobile__2yASp {
      display: none;
      background: rgba(255, 255, 255, .9);
      position: absolute;
      color: #262626;
      color: var(--primary-gray);
      z-index: 123;
    }
    
    .styles_iconMobile__jDZ4X {
      width: 20px!important;
      height: 20px;
      cursor: pointer;
      margin: 0 0 0 30px;
    }
}

@media (max-width: 1024px) and (max-width: 767px) {
    
    .styles_iconMobile__jDZ4X {
        margin: 0px
    }
      }

.styles_root__1MaVW {display: none;}
@media(max-width: 1024px) {
  .styles_root__1MaVW {
    display: block;
    width: 100%;
    margin: 7px 0 0 0;
  }
    .styles_root__1MaVW.styles_blue__1_l3E {
        background: #173032;
        background: var(--secondary-accent-dark);
    }
    .styles_root__1MaVW.styles_orange__32n6i {
        background: rgb(17, 8, 3, .5);
    }
    .styles_root__1MaVW.styles_purple__1-4Eu {
        background: #281e37;
        background: var(--quaternary-accent-dark);
    }
  
  .styles_list__1RIOI {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  
  .styles_tab__HUho8 {
    position: relative;
    color: #271E35;
    font-size: 16px;
    padding: 5px;
    min-height: 65px;
    width: 33.3%;
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  
    .styles_tab__HUho8.styles_blue__1_l3E {
      background: #69D7E1;
      background: var(--past-events-blue);
    }
    .styles_tab__HUho8.styles_orange__32n6i {
      background: #ff873c;
      background: var(--primary-colour);
    }
    .styles_tab__HUho8.styles_purple__1-4Eu {
      background: #bd94ff;
      background: var(--quaternary-colour);
    }
      .styles_tab__HUho8.styles_selected__3Pvqm.styles_blue__1_l3E {
        background: #173032;
        background: var(--secondary-accent-dark);
        color: #69D7E1;
        color: var(--past-events-blue);
      }
      .styles_tab__HUho8.styles_selected__3Pvqm.styles_orange__32n6i {
        background: rgb(17, 8, 3, .3);
        color: #ff873c;
        color: var(--primary-colour);
      }
      .styles_tab__HUho8.styles_selected__3Pvqm.styles_purple__1-4Eu {
        background: #281e37;
        background: var(--quaternary-accent-dark);
        color: #bd94ff;
        color: var(--quaternary-colour);
      }
        .styles_tab__HUho8.styles_selected__3Pvqm .styles_link__3-Equ.styles_blue__1_l3E {
          border-bottom: 2px solid #69D7E1;
          border-bottom: 2px solid var(--past-events-blue);
        }
        .styles_tab__HUho8.styles_selected__3Pvqm .styles_link__3-Equ.styles_orange__32n6i {
          border-bottom: 2px solid #ff873c;
          border-bottom: 2px solid var(--primary-colour);
        }
        .styles_tab__HUho8.styles_selected__3Pvqm .styles_link__3-Equ.styles_purple__1-4Eu {
          border-bottom: 2px solid #bd94ff;
          border-bottom: 2px solid var(--quaternary-colour);
        }

  .styles_tooltipMobile__YcvWD {
    display: none;
    background: rgba(255, 255, 255, .9);
    position: absolute;
    color: #262626;
    color: var(--primary-gray);
    z-index: 123;
  }

  .styles_iconMobile__3HYnt {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 0 0 30px;
  }

}
@media (max-width: 1024px) and (max-width: 767px) {

  .styles_iconMobile__3HYnt {
      margin: 0px
  }
    }
@media(max-width: 1024px) {

  .styles_mobileWrap__1ruai {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin: 10px 20px 10px; */
    position: relative;

  }

    .styles_mobileWrap__1ruai .styles_link__3-Equ {
      white-space: nowrap;
    }
    .styles_tooltipWrap__10C8x:hover .styles_tooltipMobile__YcvWD {
      width: 200%;
      font-size: 20px;
      display: block;
      padding: 6px 7px;
      right: 0;
      top: 0;
      z-index: 123;
    }

}

.styles_container__2b-mo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
  @media(max-width: 767px) {.styles_container__2b-mo {
    margin-top: 10px;
    flex-wrap: wrap
}
  }

.styles_heading__1FXQ4 {
  font-size: 60px;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  color: #ffffff;
  color: var(--primary-text-colour);
}

@media (max-width: 767px) {

.styles_heading__1FXQ4 {
    font-size: 30px
}
  }

.styles_selectWrap__3uglW {
  display: flex;
  justify-content: flex-end;
  width: 45%;
  margin-top: auto;
}

@media (max-width: 767px) {

.styles_selectWrap__3uglW {
    width: 100%;
    align-items: center
}
  }

.styles_label__2xEu2 {
  font-size: 22px;
  margin-right: 20px;
  color: #ffffff;
  color: var(--primary-text-colour);
}

@media(max-width: 767px) {

.styles_label__2xEu2 {
    font-size: 13px
}
  }

.styles_text__u5Nzk {
  width: 70%;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 20px;
  background: rgba(0, 0, 0, 0.15);
  padding: 20px;
}

@media(max-width: 1024px) {

.styles_text__u5Nzk {
    width: 100%;
    font-size: 16px
}
  }
.styles_days__38rNt {
  margin-right: 28px;
  text-align: left;
  cursor: pointer;
  border: none;
  outline: none;
}
.styles_dayTitle__1AaAR {
  font-size: 30px;
  color: #ffffff;
  color: var(--timetable-tab-day-title);
  width: max-content;
}
.styles_dayDate__DGB5U {
  font-size: 16px;
  color: #ffffff;
  color: var(--timetable-tab-day-title);
  padding: 0.3em 0;
  text-transform: uppercase;
}
.styles_active__3aKfm {
  border-bottom: 2px solid #A5FA64;
}
.styles_activeDayTitle__3oBD0 {
  color: #A5FA64;
}
.styles_activeDayDate__3QteH {
  color: #A5FA64;
}
@media not screen and (min-width: 1124px) {
  .styles_dayTitle__1AaAR {
    font-size: 22px;
  }

  .styles_dayDate__DGB5U {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .styles_days__38rNt {
    margin-right: 20px;
  }
  .styles_dayTitle__1AaAR {
    font-size: 18px;
  }
  .styles_dayDate__DGB5U {
    font-size: 12px;
  }
}

.styles_daysContainer__3vxx8 {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .styles_timetableContainer__1RLUj {
    padding: 0.5em;
  }
}



.styles_container__2dS-N {
    background: var(--timetable-bg);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5em 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    align-items: center;
    min-height: 700px;
  }

.styles_containerSplash__1GVNn {
    background: url('/static/atAGlance.png');
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5em 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    align-items: center;
    min-height: 700px;
  }

.styles_containerSplash__1GVNn.styles_cali__1qy27 {
    background: url('/static/Cali_Highlights_Background.png');
      
    }

.styles_signIn__1v9Z3 {
    background-color: #fff;
    padding: 30px 15px 10px;
    font-size: 40px;
    margin-bottom: -1px;
    z-index: 10;
    position: relative;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold)
  }

.styles_maxWidth__3mPpz {
    max-width: 1400px;
    width: 100%;
  }

.styles_table__8932g {
    width: 100%;
  }

.styles_wrap__3O0c- {
    width: 100%;
    text-align: center;
  }

.styles_button__15_EP {
    border: 1px solid #ff873c;
    border: 1px solid var(--primary-colour);
    padding: 10px 25px;
    box-sizing: border-box;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    background-color: #ff873c;
    background-color: var(--primary-colour);
  }

.styles_button__15_EP:hover {
      color: #ff873c;
      color: var(--primary-colour);
      border: 1px solid #0E0E0E;
      border: 1px solid var(--primary-dark);
      background-color: #0E0E0E;
      background-color: var(--primary-dark);
    }

.styles_noData__25Ru9 {
    color: white;
    padding: 1em;
    background-color: rgba(0,0,0,0.5);
  }

@media not screen and (min-width: 1124px) {
    .styles_container__2dS-N {
      padding: 1em;
    }
    .styles_panelWrap__1izeu {
      max-width: 286px;
      margin-left: auto;
    }
  }

@media (max-width: 767px) {
    .styles_container__2dS-N {
      padding: 0.5em;
      overflow-x: auto;
    }
  }
  
