.WaModuleFreeQuestion_freeQuestion__2Ulqe {
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;
}


.WaModuleFreeQuestion_question__1Yl8v {
    font-family: 'World Athletics Regular', sans-serif;
    font-size: 24px;
    text-align: center;
    word-wrap: break-word;
    margin: auto;
    max-width: 700px;
}


.WaModuleFreeQuestion_input__1-Uf2 {
    width: 100%;
    background-color: rgba(255,255,255,.1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 60px;
    padding: 10px 30px;
    height: 45px;
}


.WaModuleFreeQuestion_input__1-Uf2:focus {
    border: 1px solid rgba(255,255,255,.3);
}


.WaModuleFreeQuestion_inputSection__3Z9qV {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.WaModuleFreeQuestion_error__35urW{
    color: red;
}


.WaModuleFreeQuestion_btnContainer__1QYlh {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}


.WaModuleFreeQuestion_btn__3Iag6{
    background: #A5FA64;
    width: 118px;
    height: 40px;
    font-size: 20px;
    color: black;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .WaModuleFreeQuestion_question__1Yl8v {
        margin: 0;
    }
}
.WaModuleQuiz_quiz__2zES-{
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;

}


.WaModuleQuiz_question__Sgn_X {
    font-family: 'World Athletics Regular', sans-serif;
    font-size: 24px;
    text-align: center;
    word-wrap: break-word;
    margin: auto;
    max-width: 700px;
}


.WaModuleQuiz_answers__2icdj{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    min-width: 700px;
}


.WaModuleQuiz_answer__rHt-L{
    width: 100%;
    background-color: rgba(255,255,255,.1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 60px;
    height: 71px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 10px 45px;
}


/* Hide native radio */


.WaModuleQuiz_answer__rHt-L input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Custom radio circle */


.WaModuleQuiz_answer__rHt-L label {
    position: relative;
    cursor: pointer;
}


/* The custom circle */


.WaModuleQuiz_answer__rHt-L label::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #eee;
    transition: border-color 0.3s, background-color 0.3s;
}


/* Inner dot */


.WaModuleQuiz_answer__rHt-L label::after {
    content: "";
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
}


/* When radio is checked: change circle border & fill */


.WaModuleQuiz_answer__rHt-L input[type="radio"]:checked + label::before {
    background-color: #BC94FF;
    border-color: #BC94FF;
}


.WaModuleQuiz_answer__rHt-L input[type="radio"]:checked + label::after {
    display: none;
}


.WaModuleQuiz_btnContainer__vJ7vu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}


.WaModuleQuiz_error__3yBJu{
    color: red;
}


.WaModuleQuiz_btn__22eAM{
    background: #A5FA64;
    width: 118px;
    height: 40px;
    font-size: 20px;
    color: black;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .WaModuleQuiz_answers__2icdj{
        margin: 0;
        min-width: 100%;
    }
}
.QuizEnrolled_quizEnrolled__2gPZq{
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;

}

.QuizEnrolled_container__1xzzF{
    margin: auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.QuizEnrolled_roundVerify__27s19{
    background: #6E44B933;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NewsCard_card__31_qx {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.NewsCard_image__3OpKr {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 13px;
  height: 60%;
  object-fit: cover;
}

.NewsCard_card__31_qx:first-child .NewsCard_image__3OpKr {
  height: 75%;
}

.NewsCard_content__2lfsm {
  padding: 16px;
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.NewsCard_title__3wgpI {
  font-size: 18px;
  margin-bottom: 12px;
  flex-grow: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 88px;
}

.NewsCard_footer__2fK9K {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.NewsCard_tag__3WQMz {
  color: #7fff4d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.NewsCard_arrow__3SbLI {
  color: #7fff4d;
  font-size: 18px;
}

.NewsCard_card__31_qx:first-child .NewsCard_title__3wgpI {
  font-size: 30px;
}

.NewsCard_card__31_qx:first-child .NewsCard_tag__3WQMz {
  font-size: 18px;
}

.NewsCard_mobileRow__2zBr2 {
  flex-direction: row;
  padding: 0;
  border-radius: 10px;
  height: 113px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_image__3OpKr {
  height: 100%;
  width: 40%;
  max-width: 160px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.NewsCard_mobileRowContent__Sh4a2 {
  padding: 12px;
}

/* Mobile first card font size */

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 {
  height: 300px;
  border-radius: 10px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr {
  height: 60%;
  border-radius: 5px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_title__3wgpI {
  font-size: 20px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_title__3wgpI {
  font-size: 15px;
}

/* === Added: Keep footer at bottom for non-mobile === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_footer__2fK9K {
  margin-top: auto;
}

/* === Added: Clamp non-mobile title to 2 lines without breaking words or dangling punctuation === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_title__3wgpI {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: normal;
  word-break: keep-all;      /* keep words + punctuation together */
  overflow-wrap: break-word; /* only break long words if necessary */
}

/* 1025 (desktop wider than 1024) */

@media (max-width: 1024px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 650px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 80%; }
}

@media (max-width: 900px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 550px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 75%; }
}

/* ≤ 650px */

@media (max-width: 650px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 450px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 70%; }
}

/* ≤ 480px */

@media (max-width: 480px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 390px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 60%; }
}



.News_newsContainer__1I1JJ {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 5rem;
}

.News_header__28RlO {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  align-items: end;
}

.News_viewAll__dYrJa {
  color: white;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(165, 250, 100, 1);
  margin-left: auto;
}

.News_viewAll__dYrJa.News_mobile__15d9P {
  text-transform: uppercase;
  font-size: 16px;
}

.News_mobileViewAllContainer__-FNO9 {
  text-align: center;
  margin: auto;
}

.News_newsContainer__1I1JJ h1 {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.News_newsContainer__1I1JJ{
  margin-bottom: 2rem;
}

.News_newsGrid__toL7D {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.News_newsGrid__toL7D > * {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D :first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.News_newsGrid__toL7D.News_mobile__15d9P {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:first-child {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:not(:first-child) {
  aspect-ratio: auto;
}
.AthleteSearch_container__FXZVx {
  background-color: #dfd0fa;
  background-color: var(--laila-colour);
  padding: 1em 0;
}
  .AthleteSearch_container__FXZVx.AthleteSearch_myAthletes__30i7g {
    padding: 40px 0 40px 0;
    background: #69D7E1;
    background: var(--past-events-blue);
  }

.AthleteSearch_fixedWrapper__2U_L7 {
  max-width: 1400px;
  max-width: var(--max-content-width);
  margin: auto;
  padding: 1em;
}

.AthleteSearch_fixedWrapper__2U_L7.AthleteSearch_myAthletes__30i7g {
    padding: 0;
  }

.AthleteSearch_title__3hmWQ {
  color: #262626;
  color: var(--grayscale-dark);
  font-size: 1.75rem;
  margin-bottom: 0.3em;
}

.AthleteSearch_titleAthletes__2uf33 {
  color: #262626;
  color: var(--grayscale-dark);
  font-size: 24px;
  margin-bottom: 0.3em;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

@media(max-width: 767px) {

.AthleteSearch_titleAthletes__2uf33 {
    display: none
}
  }

.AthleteSearch_filter__36iST {
  color: #818181;
  color: var(--secondary-gray);
  border: 1px solid #818181;
  border: 1px solid var(--secondary-gray);
  padding: 0.65em 1em;
  font-size: 1.125rem;
  margin: 0 0.5em 1em 0;
}

.AthleteSearch_filter__36iST:hover,
  .AthleteSearch_filter__36iST.AthleteSearch_activeFilter__3Lj-k {
    background-color: #ff873c;
    background-color: var(--primary-colour);
    color: white;
    border-color: #ff873c;
    border-color: var(--primary-colour);
  }

.AthleteSearch_followAthleteCol__185tv {
  text-align: center;
}

.AthleteSearch_subTitle__1pzDb {
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (min-width: 1124px) {

.AthleteSearch_subTitle__1pzDb {
    padding: 1em;
    text-align: center;
    margin: 0 1.1em 0 0
}

    .AthleteSearch_subTitle__1pzDb.AthleteSearch_filterTitle__3r7bp {
      border-right: 2px solid #ddd;
    }
    .AthleteSearch_subTitle__1pzDb.AthleteSearch_searchTitle__qe8ZS {
      border-right: 1px solid #818181;
      border-right: 1px solid var(--grayscale-mid);
    }
  }

@media screen and (min-width: 1025px) {

.AthleteSearch_subTitle__1pzDb {
    margin-right: 1em;
    min-width: 64px
}
  }

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

.AthleteSearch_subTitle__1pzDb {
    margin-right: 1em;
    min-width: 50px;
    font-size: 0.8em
}
  }

@media(max-width: 1024px) {
    .AthleteSearch_subTitle__1pzDb.AthleteSearch_myAthletes__30i7g {
      display: none;
    }
  }

.AthleteSearch_searchWrap__1OmV9 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  padding: 1.5em 0;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (min-width: 1025px) {

.AthleteSearch_searchWrap__1OmV9 {
    padding: 2em 1em
}
  }

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

.AthleteSearch_searchWrap__1OmV9 {
    flex-direction: column-reverse;
    padding: 1em
}
  }

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

@media(max-width: 1024px) {

.AthleteSearch_searchContainer__1dFhu.AthleteSearch_myAthletes__30i7g {
      flex-wrap: wrap
  }
    }

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

.AthleteSearch_searchContainer__1dFhu {
    margin-bottom: 1em
}
  }

.AthleteSearch_filterContainer__Wlcye {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

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

.AthleteSearch_filterContainer__Wlcye {
    margin-right: 0
}
  }

.AthleteSearch_search__TZIEK {
  position: relative;
  vertical-align: middle;
}

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

.AthleteSearch_search__TZIEK {
    width: 100%
}
  }

.AthleteSearch_searchInput__37_Nk {
  width: 100%;
  min-width: 260px;
  border: 1px solid #818181;
  border: 1px solid var(--secondary-gray);
  width: 100%;
  height: 2em;
  color: #818181;
  color: var(--secondary-gray);
  font-size: 1.25rem;
  padding: 0.4em 1.8em 0.4em 0.4em;
}

.AthleteSearch_searchInput__37_Nk:active,
  .AthleteSearch_searchInput__37_Nk:focus {
    border: 1px solid #818181;
    border: 1px solid var(--secondary-gray);
  }

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

.AthleteSearch_searchInput__37_Nk {
    min-width: 100%
}
  }

.AthleteSearch_followAthletes__1KUcJ {
  display: none;
  position: relative;
}

@media(max-width: 1024px) {

.AthleteSearch_followAthletes__1KUcJ {
    display: block;
    font-size: 16px;
    padding: 10px 16px 10px 0;

    margin-bottom: 10px
}
    .AthleteSearch_followAthletes__1KUcJ:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #262626;
      background: var(--primary-gray);
    }
  }

.AthleteSearch_searchBtn__2CjV_ {
  position: absolute;
  right: 8px;
  top: 8px;
}

.AthleteSearch_filterWrap__36oOi {
  display: flex;
  justify-content: space-between;
  height: auto;
}

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

.AthleteSearch_filterWrap__36oOi {
    width: 100%;
    height: auto
}
  }

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

.AthleteSearch_filterWrap__36oOi {
    justify-content: flex-start;
    flex-direction: column;
    height: auto
}
  }

@media(max-width: 767px) {

.AthleteSearch_filterWrap__36oOi.AthleteSearch_myAthletes__30i7g {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between
  }
    }

.AthleteSearch_select__1Entu {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 700;
  color: #444;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 6px 0 0;
  border: 1px solid #b2adad;
  border: 1px solid var(--footer-text);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23000' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.AthleteSearch_select__1Entu.AthleteSearch_myAthletes__30i7g {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.477' height='11.57' viewBox='0 0 20.477 11.57'%3E%3Cpath id='Path_1185' data-name='Path 1185' d='M11.57,1.326,10.244,0,1.332,8.912l-.005-.005L0,10.233l.005.005L0,10.244,1.326,11.57l.005-.005,8.912,8.912L11.57,19.15,2.658,10.238Z' transform='translate(0 11.57) rotate(-90)' fill='%23707070'/%3E%3C/svg%3E");
    width: calc(50% - 10px);
  }

@media(max-width: 767px) {

.AthleteSearch_select__1Entu.AthleteSearch_myAthletes__30i7g {
      margin-left: 0;
      margin-bottom: 20px;
      width: 100%
  }
    }

.AthleteSearch_select__1Entu:hover {
    border-color: #888;
  }

.AthleteSearch_select__1Entu:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f00;
    position: absolute;
    top: 40%;
    right: 5px;
    content: '';
    z-index: 98;
  }

.AthleteSearch_select__1Entu:focus {
    border-color: #aaa;
    box-shadow: 0 0 2px 2px rgba(130, 130, 130, 0.1);
    box-shadow: 0 0 0 2px -moz-mac-focusring;
    color: #222;
    outline: none;
  }

.AthleteSearch_select__1Entu option {
    font-weight: normal;
  }

.AthleteSearch_select__1Entu::-ms-expand {
    display: none;
  }

.AthleteSearch_select__1Entu:last-child {
    margin-right: 0;
  }

.AthleteSearch_select__1Entu.AthleteSearch_active__2BS_L {
    background: rgb(189, 148, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd94ff",endColorstr="#bd94ff",GradientType=1);
  }

.AthleteSearch_select__1Entu.AthleteSearch_active__2BS_L.AthleteSearch_myAthletes__30i7g {
      background: rgb(105, 215, 225);
      background: -moz-linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    }

@media screen and (min-width: 1124px) {
  .AthleteSearch_inner__1Ci0O {
    padding: 3em 1em;
  }

  .AthleteSearch_title__3hmWQ {
    font-size: 3.125rem;
  }
}

.AthleteSearch_loadingCont__30L58 {
  text-align: center;
  padding: 1em;
}

.AthleteSearch_table__35t9q {
  height: 100%;
  max-width: 1400px;
  margin: 0 0;
  padding: 0 1em;
  background-color: white;
}

.AthleteSearch_table__35t9q table {
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
  }

.AthleteSearch_table__35t9q table tbody {
      padding-bottom: 1em;
    }

.AthleteSearch_table__35t9q table tr:nth-child(even) {
        background-color: #f0f0f0;
        background-color: var(--tertiary-gray);
      }

.AthleteSearch_table__35t9q table tr .AthleteSearch_name__2z8I1 {
        display: flex;
        align-items: center;
        height: 100%;
      }

.AthleteSearch_table__35t9q table tr .AthleteSearch_name__2z8I1 button {
          margin-right: 10px;
          margin-left: 10px;
        }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g {
        background: #ffffff;
        background: var(--primary-text-colour);
        border-bottom: 2px solid #f3f3f3;
        border-bottom: 2px solid var(--grayscale-light);
      }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g .AthleteSearch_name__2z8I1 {
          display: flex;
          align-items: center;
          height: 100%;
        }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g .AthleteSearch_name__2z8I1 button {
            margin-right: 10px;
          }

.AthleteSearch_table__35t9q table tr th {
        padding: 1.2% 1%;
        text-align: left;
        font-size: 0.9em;
      }

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

.AthleteSearch_table__35t9q table tr th {
          font-size: 0.85em
      }
        }

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

.AthleteSearch_table__35t9q table tr th {
          font-size: 0.85em
      }
        }

.AthleteSearch_table__35t9q table tr td {
        padding: 1%;
      }

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

.AthleteSearch_table__35t9q table tr td {
          font-size: 0.88em
      }
        }

.AthleteSearch_results__3W7HB.AthleteSearch_myAthletes__30i7g {
    border-collapse: collapse;
  }

.AthleteSearch_firstRow__26KLM {
  background-color: #281e37;
  background-color: var(--quaternary-accent-dark);
  color: #ffffff;
  color: var(--primary-text-colour);
}

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

.AthleteSearch_hide__GW_jd {
    display: none
}
  }

.AthleteSearch_resetBtn__7ho7E {
  padding: 0.68em 1em;
  color: #0e0e0e;
  background-color: #fff;
  background: #dfd0fa;
  background: var(--laila-colour);
}

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_myAthletes__30i7g {
    background: #69d7e1;
    background: var(--secondary-colour);
  }

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

.AthleteSearch_resetBtn__7ho7E {
    display: none
}
  }

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_mobile__1-oW1 {
    display: none;
    margin-left: 1em;
  }

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

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_mobile__1-oW1 {
      display: inline-block
  }
    }

.styles_root__mFnWl {
  display: flex;
  flex-direction: column;
  background: #281E37;
}
  /* padding: 40px 20px; */
  @media(max-width: 767px) {.styles_root__mFnWl {
    padding: 20px 10px
}
  }
.styles_rootContainer__2cV9u {
  display: flex;
  position: relative;
  max-width: 1400px;
  max-width: var(--max-content-width);
  margin: auto;
}
.styles_sliderContainer__2catV {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  max-width: 1400px;
  max-width: var(--max-content-width);
  margin: 0 auto 40px;
}
.styles_titleContainer__1ddMU {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1400px;
  margin: 0 auto 40px;
}
.styles_title__2T3rY {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-transform: capitalize;
  font-size: 36px;
  color: #262626;
  color: var(--primary-gray);
  margin-bottom: 20px;
  max-width: 1400px;
  max-width: var(--max-content-width);
}
@media(max-width: 767px) {
.styles_title__2T3rY {
    font-size: 26px
}
  }
.styles_addAthlete__1NFrc {
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 18px;
  color: #ffffff;
  color: var(--primary-text-colour);
  margin-bottom: 20px;
  max-width: 1400px;
  max-width: var(--max-content-width);
}
.styles_text__2Ylam {
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 18px;
  color: #ffffff;
  color: var(--primary-text-colour);
}
.styles_gallery__3hCqU {
  overflow: hidden;
}
.styles_gallery__3hCqU .slick-list {
    margin-right: 0;
    margin-left: 0;
  }
.styles_gallery__3hCqU .slick-list:after {
      content: '';
      position: absolute;
      width: 150px;
      height: 100%;
      background: linear-gradient(to left, #69D7E1 14%, rgba(105, 215, 225, 0) 90%);
      opacity: 1;
      right: 0;
      top: 0;
      pointer-events: none;
  }
@media(max-width: 767px) {
.styles_gallery__3hCqU .slick-list:after {
        content: none
  }
      }
.styles_gallery__3hCqU .slick-slide button {
    display: block !important;
    position: relative;
  }
.styles_gallery__3hCqU .slick-slide > div {
    height: auto;
  }
.styles_gallery__3hCqU .slick-prev::after, .styles_gallery__3hCqU .slick-next::after {
    z-index: 1;
    padding: 30px;
    background: url('/static/chev-right-bw.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
@media screen and (max-width: 1024px) {
    .styles_gallery__3hCqU .slick-prev::after, .styles_gallery__3hCqU .slick-next::after {
      display: none !important;
    }
  }
.styles_team___zWgc {
  cursor: unset
}
.styles_galleryImage__3ouf_ {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
  display: block;
  margin: 0 34px 0 0 !important;
}
.styles_galleryImage__3ouf_:focus {
    outline: none;
  }
.styles_galleryImage__3ouf_ img {
    display: block;
  }
.styles_rootImage__24Xqg {
  display: block;
  position: relative;
  margin-right: 10px;
}
.styles_suggested__6cZHk {
  background: #173032;
  padding: 6px;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
}
.styles_description__gbkJi {
  background: #ffffff;
  background: var(--primary-text-colour);
  padding: 14px;
  width: 100%;
  min-height: 106px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.styles_description__gbkJi:hover img {
    fill: #ff873c;
    fill: var(--primary-colour);
  }
.styles_name__1bAd3 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-transform: capitalize;
  font-size: 18px;
  color: #262626;
  color: var(--primary-gray);
}
.styles_descriptionInner__2z3Ih {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.styles_followMeWrap__3YVH- {
  display: flex;
  align-items: center;
  color: transparent;
  transition: all 0.25s;
}
.styles_followMeWrap__3YVH-:hover {
    color: #ff873c;
    color: var(--primary-colour);
  }
.styles_followMeWrap__3YVH-:hover svg{
    fill: #ff873c;
    fill: var(--primary-colour);
  }
.styles_followMe__Rz0jt {
  margin-right: 5px;
}
.styles_starEmpty__2XY7l {
  fill: #000000;
  transition: all 0.25s;
}
.styles_country__1gDAQ {
  flex: 1 1;
  color: #BDBCC0;
}
.styles_imageOverlay__t4t1y {
  background: rgba(0, 0, 0, .53);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-left: 16px;
}
.styles_type__3Kw6A {
  color: #ff873c;
  color: var(--primary-colour);
  text-transform: uppercase;
  position: relative;
  margin: 0 0 0 20px;
}
.styles_type__3Kw6A:before {
    content: '';
    position: absolute;
    left: -10px;
    height: 100%;
    width: 1px;
    background: #ffffff;
    background: var(--primary-text-colour);
  }
.styles_date__1iNoX {
  text-transform: capitalize;
}
.styles_root__3tz_W {
    width: 100%;
    padding: 32px 0 0;
    background: #281E37;
}

.styles_rootLogin__2Fh0X {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 6px;
}

.styles_changeProfile__18rQM {
    display: none;
    background: rgba(255, 135, 60, .2);
    position: absolute;
    color: #ffffff;
    color: var(--primary-text-colour);
}

.styles_icon__3mq1i {
  background: #BD94FF;
  display: flex;
  width: 34px;
  min-width: 34px;
  height: 38px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.styles_icon__3mq1i:hover .styles_changeProfile__18rQM {
    width: 130px;
    height: 38px;
    font-size: 9px;
    display: block;
    padding: 6px 7px;
    right: 0;
    left: 100%;
  }

@media screen and (max-width: 1600px) {

.styles_icon__3mq1i:hover .styles_changeProfile__18rQM {
        top: 100%;
        left: -200px;
        width: 234px;
        height: 23px
  }
    }

.styles_container__2-yWd {
    display: flex;
    max-width: 1400px;
    margin: auto;
    align-items: center;
    justify-content: flex-end;
}

.styles_container__2-yWd.styles_login__28vv2 {
      justify-content: flex-start;
      border-bottom: none;
    }

@media screen and (max-width: 1600px) {

.styles_container__2-yWd {
        padding: 5px 0 38px 5px
}
    }

@media screen and (max-width: 1440px) {

.styles_container__2-yWd {
        margin: 0 20px
}
    }

@media(max-width: 767px) {

.styles_container__2-yWd {
        padding: 5px 10px;
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start
}
    }

.styles_select__3iWvp {
    max-width: 200px;
    width: 100%;
    min-width: 200px;
}

.styles_text__1pwGc {
    font-size: 16px;
    font-size: var(--font-size);
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    white-space: nowrap;
    margin: 0 20px 0 0;
    color: #BD94FF;
    width: 100%;
}

@media(max-width: 767px) {

.styles_text__1pwGc {
        margin: 0 0 10px 0;
        width: 100%
}
    }

.styles_selectWrap__13RnC {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
}

@media(max-width: 767px) {

.styles_selectWrap__13RnC {
        flex-wrap: wrap
}
    }

.styles_wrap__jBwcD {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 234px;
}

.styles_label__39GZE {
    width: 100%;
    color: #ffffff;
    color: var(--primary-text-colour);
    text-align: right;
    margin-right: 10px;
}

@media(max-width: 767px) {

.styles_label__39GZE {
        text-align: left
}
    }

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

@media screen and (max-width: 1440px) {

.styles_titleNews__uWczE {
        margin-left: 20px
}
    }

@media  (max-width: 767px) {

.styles_titleNews__uWczE {
        margin-left: 0px
}
    }

.styles_registerButton__2iasr {
    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 auto;
    background-color: #ff873c;
    background-color: var(--primary-colour);
}

.styles_registerButton__2iasr: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_Login__30a9i h3 {
        color: #ff873c;
        color: var(--primary-colour);
        font-size: 3em;
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold);
        text-transform: uppercase;
        margin: 0 0 20px;
    }

.styles_WhiteTitle__2MJFP{
    color: white!important;
}

.styles_resultsTable__1xLPw {
  border-collapse: collapse;
  color: #707070;
  color: var(--text-colour-light);
  width: 100%;
}
  .styles_resultsTable__1xLPw thead {
    background-color: #281e37;
    background-color: var(--quaternary-accent-dark);
    color: white;
    font-size: 1.12rem;
    text-transform: uppercase;
  }
  .styles_resultsTable__1xLPw thead th {
      padding: .5em;
      text-align: left;
      min-width: 75px;
    }
  .styles_resultsTable__1xLPw td {
    padding: .5em;
  }
  .styles_resultsTable__1xLPw tr:nth-child(even) {
    background-color: #f0f0f0;
    background-color: var(--tertiary-gray);
  }
  .styles_resultsTable__1xLPw .styles_link__3k2AZ {
    color: #262626;
    color: var(--primary-gray);
    font-weight: bold;
    font-family: 'World Athletics Bold';
  }
  .styles_resultsTable__1xLPw .styles_link__3k2AZ.styles_startList__1dgx0 {
      white-space: nowrap;
    }
  .styles_resultsTable__1xLPw .styles_dateRange__2WISq {
    white-space: nowrap;
  }

.styles_sortIcon__3rDak {
  cursor: pointer;
  display: flex;
  margin: 0 0 0 5px;
}

.styles_sortIcon__3rDak img {
    max-width: 8px;
    display: inline-block;
    height: 20px;
    vertical-align: text-bottom;
    object-fit: cover;
  }

.styles_competitions__2wak0 .styles_sortIcon__3rDak {
    display: none;
  }

.styles_competitions__2wak0 td {
    padding: .5em;
    max-width: 300px;
  }

.styles_competitions__2wak0 tbody tr {
      background: var(--calendar-results-table-background-colour);
      opacity: .8;
      color: var(--calendar-results-table-text-colour);
    }

.styles_competitions__2wak0 tbody tr:nth-child(even) {
      background: var(--calendar-results-table-background-colour);
      color: var(--calendar-results-table-text-colour);
      opacity: .8;
    }

.styles_competitions__2wak0 thead tr {
      background-color: var(--calendar-results-table-header-background-colour);
      color: var(--calendar-results-table-header-text-colour);
    }

.styles_competitions__2wak0 thead th {
      cursor: pointer;
    }

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

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

.styles_headIconWrapper__3FG48 {
  padding-left: 5px;
}

.styles_headFilterText__1BjnD {
  white-space: nowrap;
}
.styles_rootWrap__5Y9zR {
    max-width: 1400px;
    margin: 0 auto;
}


.styles_tableName__37Euo {
    width: 50%;
    padding: 16px 14px 14px 20px;
    background: #69d7e1;
    background: var(--calendar-header-background-colour);
    text-transform: uppercase;
    position: sticky;
    top: 0;
    z-index: 1000;
}


@media(max-width: 767px) {


.styles_tableName__37Euo {
        width: 100%
}
    }


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


.styles_scroll__1sNGd {
    overflow: auto;
}


th.styles_th__2EOK_,
td.styles_td__3uQOZ {
    margin: 0;
    text-align: left;
    padding: 16px 14px 14px 20px;
    /* background: #2c2c2c; */
    color: #ffffff;
    color: var(--primary-text-colour);
    font-size: 16px;
}


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


.styles_thead__33Ag2 .styles_tr__29p3b:first-child .styles_th__2EOK_ {
    background: #262626;
    background: var(--calendar-subhead-background-colour);
    font-size: 20px;
    opacity: 1;
    text-transform: uppercase;
    color: #ffffff;
    color: var(--calendar-subhead-title-colour);
    position: sticky;
    z-index: 100;
    top: 0;
}


@media(max-width: 767px) {


.styles_thead__33Ag2 .styles_tr__29p3b:first-child .styles_th__2EOK_ {
        top: 18px
}
    }


.styles_table__189gj .styles_tbody__NGgEJ .styles_tr__29p3b {
    background-color:#2c2c2c;
    border-bottom: 1px solid #262626;
}


.styles_table__189gj .styles_tbody__NGgEJ .styles_tr__29p3b:nth-child(odd) {
    background-color: #383838;
}


.styles_table__189gj .styles_tbody__NGgEJ tr:nth-child(odd):hover {
    background-color: #444!important;
}


.styles_thead__33Ag2 .styles_tr__29p3b:nth-child(2) .styles_th__2EOK_{
    position: sticky;
    z-index: 100;
    top: 59px;
}


@media(max-width: 767px) {


.styles_thead__33Ag2 .styles_tr__29p3b:nth-child(2) .styles_th__2EOK_{
        top: 78px
}
    }


.styles_flagsContainer__2hglq {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}


.styles_resultsLink__3GxRD {
    text-transform: capitalize;
}


.styles_title__xPdKt {
    font-size: 36px;
    color: #ffffff;
    color: var(--primary-text-colour);
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin-bottom: 20px;
  }


.styles_panel__1KTwk {
    font-size: 16px;
    background: rgba(59, 31, 17, .9);
    color: #ffffff;
    color: var(--primary-text-colour);
    max-width: 100%;
    padding: 7px 10px;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
}  

.styles_root__dHoxr {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
    padding: 40px 20px;
}
    @media(max-width: 767px) {.styles_root__dHoxr {
      padding: 20px 10px
}
    }

.styles_title__FumSV {
    font-size: 36px;
    color: #ffffff;
    color: var(--primary-text-colour);
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin-bottom: 20px;
    margin: 0 15px 15px;
}

.styles_btn__2hu6N {
    padding: 1em 2em;
    background-color: #ff873c;
    background-color: var(--primary-colour);
    color: #fff;
    outline: transparent;
    min-width: 120px;
    position: relative;
  }

.styles_btnContainer__1H29L {
    padding: 20px;
    text-align: center;
  }
.styles_root__3ixtN {
  display: flex;
  flex-direction: column;
  background: #69D7E1;
  background: var(--past-events-blue);
  padding: 40px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 248px;
}
  @media(max-width: 767px) {.styles_root__3ixtN {
    padding: 20px 10px
}
  }

.styles_container__1HSEQ {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 40px;
  align-items: center;
}

@media(max-width: 767px) {

.styles_container__1HSEQ {
    flex-wrap: wrap
}
  }

.styles_titleContainer__1BlHG {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
}

@media(max-width: 1024px) {

.styles_titleContainer__1BlHG {
    flex-wrap: wrap;
    width: 100%
}
  }

.styles_countryContainer__1EFIB {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

@media(max-width: 1024px) {

.styles_countryContainer__1EFIB {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start
}
  }

.styles_countryWrap__XD11- {
  display: flex;
  justify-content: flex-start;
}

@media(max-width: 1024px) {

.styles_countryWrap__XD11- {
    flex-direction: row;
    margin-top: 16px;
    align-items: center
}
  }

.styles_labelWrap__ciN7a {
  display: flex;
  flex-direction: column;
}

.styles_label__LwG2b {
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 16px;
  color: #262626;
  color: var(--primary-gray);
  margin-right: 10px;
  min-width: 94px;
}

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

@media(max-width: 1024px) {

.styles_flagWrap__3Zoyh {
    margin-left: 10px;
    align-items: center
}
  }

.styles_title__VvF7d {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-transform: capitalize;
  font-size: 70px;
  color: #262626;
  color: var(--primary-gray);
  margin-bottom: 20px;
  max-width: 1400px;
  max-width: var(--max-content-width);
}

@media(max-width: 1024px) {

.styles_title__VvF7d {
    font-size: 40px
}
  }

.styles_countryName__3YBe9 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  text-transform: capitalize;
  font-size: 57px;
  color: #262626;
  color: var(--primary-gray);
}

@media(max-width: 1024px) {

.styles_countryName__3YBe9 {
    font-size: 20px
}
  }

.styles_flag__2IuyC {
  width: 63px;
  height: 48px;
  margin-right: 20px;
}

.styles_text__2GOyX {
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 21px;
  line-height: 1.2;
  color: #262626;
  color: var(--primary-gray);
  max-width: 521px;
}

@media(max-width: 1024px) {

.styles_text__2GOyX {
    font-size: 16px
}
  }


.styles_root__h9oSH {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  padding: 40px 20px;
}
  @media(max-width: 767px) {.styles_root__h9oSH {
    padding: 20px 10px
}
  }

.styles_title__3gbjl {
  font-size: 36px;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  margin-bottom: 20px;
  margin: 0 15px 15px;
}

.styles_btn__2ptjv {
  padding: 1em 2em;
  background-color: #ff873c;
  background-color: var(--primary-colour);
  color: #fff;
  outline: transparent;
  min-width: 120px;
  position: relative;
}

.styles_btnContainer__3fGsM {
  padding: 20px;
  text-align: center;
}
.styles_root__Z-T_b {
  height: 100vh;
  position: absolute;
  width: 100%;

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.FanZoneMyAthletes_FanZoneMyAthletes__3-Fwu {
    width: 100%;
    height: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletes__3-Fwu table{
    width: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletesHeader__2F0i5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin-bottom: 8px;
    margin-top: 9px;
}

.FanZoneMyAthletes_FanZoneMyAthletesHeaderTitle__yJU7h{
    color: white!important;
}

.FanZoneMyAthletes_profileStatsTableContainer__H6fiv {
    max-height: 390px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.FanZoneMyAthletes_FanZoneMyAthletesSearchField__TCFys{
    width: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletesSearchFieldInput__33D7j{
    margin: unset;
}

.fanZoneHeader_fanZoneHeader__2LM4m {
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 16px;
 margin-bottom: 16px;
    cursor: pointer;
}

.fanZoneHeader_inactive__1UsUz{
    cursor: default;
}

.fanZoneHeader_fanZoneHeaderTitle__2J9Af{
    font-size: 1.5rem;
    color: white;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}

.fanZoneHeader_flag__2EPSY {
    color: white!important;
    width: 42px;
    height: 24px;
    margin-right: 20px;
    display: flex;
    gap: 16px;
  }

.fanZoneHeader_flagContainer__3PN-r {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.fanZoneHeader_countryContainer__2Jcrp {
    align-items: center;
    text-align: start;
}

.fanZoneHeader_selectCountry__384su {
    font-size: 1rem;
    color: white;
    margin-right: 8px;
}

.fanZoneHeader_flagName__3pX__ {
    font-size: 1.5rem;
    color: white;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .fanZoneHeader_flagName__3pX__ {
        font-size: 0.875rem;
    }
    .fanZoneHeader_selectCountry__384su {
        font-size: 0.875rem;
    }
}
.fanZonePredictorCardHeader_fanZonePredictorCardHeader__1KTBm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid #9D6EE9;
    border-bottom: 1px solid var(--purple-colour);
    width: 100%;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImageContainer__3hFU_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min-content;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImage__1nEgA {
    min-width: 150px;
    min-height: 24px;
    max-height: 70px;
    max-width: 50%;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImageDate__2alNf {
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    font-size: 0.75rem;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderTitle__10wtc {
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    font-size: 1rem;
    text-transform: uppercase;
}

.fanZonePredictorCardBody_fanZonePredictorCardBody__36ERL {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.fanZonePredictorCardBody_fanZonePredictorCardContainer__qzuJN {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: 16px 16px;
    position: relative;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyContent__15wpI{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 1rem;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyTitle__OXZ77 {
    width: 100%;
    font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
    font-family: var(--font-family-bold), sans-serif;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyInfos__38mTN {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyText__Axr7w {
    max-width: 90%;
    text-align: left;
    font-size: 14px;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyButtonContainer__33w_5{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyButton__1WDaw {
    min-height: 32px;
    padding: 8px 16px 8px 16px;
    background-color: #a5fa64;
    background-color: var(--tertiary-colour);
    color: black;
    text-wrap: nowrap;
    height: fit-content;
    font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
    font-family: var(--font-family-bold), sans-serif;
}

.fanZonePredictorCardBody_fanZonePredictorCardBody__36ERL > div:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
}

.fanZonePredictorCardTab_fanZonePredictorCardTab__oRiSA {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.fanZonePredictorCardTab_fanZonePredictorCardTabButton__1ZZk0 {
    width: 20px;
    height: 4px;
    border-radius: 8px;
    background: #B2ADAD;
}

.fanZonePredictorCardTab_fanZonePredictorCardTabButtonActive__22_9g {
    background: #A5FA64;
}

.FanZonePredictor_fanZonePredictor__2KS1k {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

@media (max-width: 1024px) {
    .FanZonePredictor_fanZonePredictor__2KS1k {
        padding: 32px 16px;
    }
}

.FanZonePredictor_fanZonePredictorCard__2YBaY {
    width: 100%;
    min-height: 195px;
    padding: 0px 8px 16px 8px;
    border-radius: 10px;
    border: 2px solid #BC94FF;
    animation: FanZonePredictor_shadowFade__1HidF 10s infinite ease-in-out;
    color: white;
    background: url('/static/fanzonePredictorBackground.png') #11103A;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .FanZonePredictor_fanZonePredictorCard__2YBaY {
        max-width: 361px;
        min-height: 195px;
        padding: 0px 8px 16px 8px;
        border-radius: 10px;
        border: 2px solid #BC94FF;
        animation: FanZonePredictor_shadowFade__1HidF 10s infinite ease-in-out;
        color: white;
    }
}

@keyframes FanZonePredictor_shadowFade__1HidF {
    0%, 100% {
        box-shadow: 0px 0px 16px 0px rgba(188, 148, 255, 1), 0px 0px 30px 0px rgba(188, 148, 255, 0.6), 0px 0px 80px 0px rgba(188, 148, 255, 0.5);
    }
    50% {
        box-shadow: 0px 0px 16px 0px rgba(188, 148, 255, 0.2), 0px 0px 30px 0px rgba(188, 148, 255, 0.2), 0px 0px 80px 0px rgba(188, 148, 255, 0.2);
    }
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitions__7qcq4 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B {
        width: 100%;
        display: flex;
        padding-bottom: 8px;
        gap: 24px;
        overflow-x: auto;
        white-space: nowrap;
 }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B::-webkit-scrollbar {
            height: 8px;
            background: rgba(0, 0, 0, 0.1);
        }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B::-webkit-scrollbar-thumb {
            background: rgba(243, 245, 250, 0.89);
            border-radius: 4px;
        }

.fanZoneUpcomingCompetitions_fanZoneTimeTableDayList__3iMMP::after,.fanZoneUpcomingCompetitions_fanZoneTimeTableDayList__3iMMP div{
    content: unset!important;
}

.fanZoneUpcomingCompetitions_fanZoneTimeTableDayListTabsContainer__WjwZ5::-webkit-scrollbar {
        display: none;
}

.fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL {
    min-width: min(max(30%, 320px), 500px);
    height: 180px;
    max-width: 415px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 16px 0;
  }

@media (max-width: 1024px) {
    .fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL {
      min-width: 294px;
      height: 180px;
    }
}

.fanZoneUpcomingCompetitions_upcomingCompetitionCardImage__al-Kx {
    width: 100%;
    position: absolute;
    height: auto;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardContent__3fVoT {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;

  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardTitle__3hR52 {
    font-size: 0.875rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardTitle__3hR52,
  .fanZoneUpcomingCompetitions_upcomingCompetitionCardVenue__IOL08,
  .fanZoneUpcomingCompetitions_upcomingCompetitionCardDate__1yLKY {
    color: white;
    line-height: unset;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardDate__1yLKY{
    font-size: 0.875rem;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardVenue__IOL08{
    font-size: 1rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardActions__2uBKg {
    display: flex;
    width: 100%;
    gap: 16px;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardButtonTimetable__YYn9g{
    color: white;
    border: 1px solid #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardButtonDiscover__IHZuw{
    background: #A5FA64;
    color: black;
    border: none;
    font-size: 0.875em;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsHeader__3Bydl{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsHeaderTitle__DO9ch{
    color: white;
}
.FanZoneView_fanZoneView__3wydX {

}
.FanZoneView_fanZoneViewContainer__1lak7 *::after,.FanZoneView_fanZoneViewContainer__1lak7::after{
    content: unset;
}
.FanZoneView_fanZoneViewTitle__3d39Y{
    color: white!important;
    margin-bottom: 16px;
}
.FanZoneView_fanZoneViewContainer__1lak7{
    padding: 0px 32px;
}
.FanZoneView_fanZoneViewContent__2kNmz{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.FanZoneView_fanZoneViewSubContent__Cl9Vi{
    width: 50%;
    height: 100%;
}
.FanZoneView_fanZoneUpcomingCompetitions__3esB5{
    width: 49%;
    position: relative;
}
@media (max-width: 1024px){
    .FanZoneView_fanZoneViewContainer__1lak7{
        padding: 0px 16px;
    }
    .FanZoneView_fanZoneViewContent__2kNmz{
        flex-direction: column;
    }

    .FanZoneView_fanZoneViewSubContent__Cl9Vi{
        width: 100%;
    }
    .FanZoneView_fanZoneUpcomingCompetitions__3esB5{
        width: 100%;
    }
}
.fanZoneSelectContry_fanZoneSelectContry__pojF8 {
 position: fixed;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 z-index: 100;
}
.fanZoneSelectContry_fanZoneSelectContryContainer__3VKoA{
    position: relative;
    width: 370px;
    padding: 24px;
    background-color: white;
    border-radius: 8px;
}
.fanZoneSelectContry_fanZoneSelectContryTitle__ZWGn7{
    font-size: 1.5rem;
    text-wrap: nowrap;
}
.fanZoneSelectContry_fanZoneSelectContrySubTitle__3MimL{
    text-align: center;
    font-size: 0.875rem;
}
.fanZoneSelectContry_fanZoneSelectContryHeader__tTg7E{
    margin-bottom:1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fanZoneSelectContry_fanZoneSelectContryOverlay__1O42b{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: all;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0{
    min-height: 38px;
    min-width: 142px;
    max-width: 320px;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 0px 16px;
    cursor: pointer;
    margin-top: 0.75rem;
    pointer-events: all;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0:hover {
    box-shadow: 0px 0px 4px #333333;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0:focus {
    box-shadow: 0px 0px 0px #333333;
}
.ECalBanner_ecal_section__3zF4U {
    background-color: #A5FA64;
    background-color: var(--ecal-default-colour);
    padding: 0.5em;
    overflow: hidden;
}

.ECalBanner_inner__2_3En {
    max-width: 1400px;
    margin: auto;
  }

.ECalBanner_ecal_banner__3t4dk {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    margin: auto;
    gap: 1em;
}

.ECalBanner_ecal_text__YB9AV {
    text-align: center;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 768px) {
    .ECalBanner_inner__2_3En {
      padding: 0 1em;
    }
  }


.NextEventBanner_nextEvent__3D8Bs {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.NextEventBanner_image__VrT3h {
  height: 100%;
  object-fit: cover;
}
.NextEventBanner_inner__3X05f {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  color: white;
  position: absolute;
  max-width: 1400px;
  text-transform: uppercase;
  background: linear-gradient( 0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(255, 255, 255, 0) 100% );
}
.NextEventBanner_content__jXFUv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;

}
.NextEventBanner_label__2xB7H {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #ff873c;
  border-bottom: 1px solid var(--primary-colour);
  width: 50%;
}
.NextEventBanner_logo__3JMm7 {
  width: 110px;
  margin-right: 1em;
}
.NextEventBanner_eventDetails__EcWBy {
  display: flex;
}
.NextEventBanner_name__3ULi3 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  width: 320px;
}
.NextEventBanner_btn__2WV7F {
  padding: .6em 2em;
  margin-top: 1em;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ff873c;
  background-color: var(--primary-colour);
}
@media screen and (min-width: 768px) {

  .NextEventBanner_label__2xB7H {
    margin-bottom: 1em;
  }

  .NextEventBanner_image__VrT3h {
    width: 120%;
  }

  .NextEventBanner_nextEvent__3D8Bs {
    height: auto;
    min-height: auto;
  }
  .NextEventBanner_name__3ULi3 {
    font-size: 1.625rem;
  }

  .NextEventBanner_logo__3JMm7 {
    width: 220px;
    margin-right: 2em;
  }
}



div.CompetitionTile_tile__3u7_a {
  position: relative;
  max-height: 245px;
  overflow: hidden;
  margin-bottom: 1em;
  background: none;
  padding: 0;
}

  div.CompetitionTile_tile__3u7_a img {
    display: block;
    width: 100%;
  }

.CompetitionTile_eventName__2-95t {
  text-transform: uppercase;
}

.CompetitionTile_tense__3Qitd {
  color: #a5fa64;
  color: var(--tertiary-colour);
  margin-right: .5em
}

@media screen and (min-width: 768px) {
  div.CompetitionTile_tile__3u7_a {
    margin-bottom: 1.5em;
  }
}

.CompetitionTile_overlay__2rWvX {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 33%, rgba(38,38,38,0.8939950980392157) 79%);
  width: 100%;
}

.CompetitionTile_content__1U2Lk {
  color: white;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 1;
}

.CompetitionTile_content__1U2Lk a {
    color: inherit;
  }

.CompetitionTile_content__1U2Lk a:hover .CompetitionTile_readMore__1Yr30 {
      color: #ff873c;
      color: var(--primary-colour);
    }



.AthleticsSeries_athleticsSeries__3ulTx {
  background-color: #ff873c;
  background-color: var(--primary-colour);
  padding-top: 2em;
  overflow: hidden;
}

.AthleticsSeries_inner__mY3l2 {
  max-width: 1400px;
  margin: auto;
}

.AthleticsSeries_title__3SVYB {
  font-size: 1.75em;
  color: white;
  margin: 0 0 .5em .5em;
}

.AthleticsSeries_tile__2ygGG {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .AthleticsSeries_title__3SVYB {
    margin: 0 0 .5em 0;
    font-size: 2.5rem;
  }
  .AthleticsSeries_inner__mY3l2 {
    padding: 0 1em;
  }
}

.AthleticsSeries_titleBar__AOPUe:after {
    overflow: hidden;
  }

.AthleticsSeries_titleBar__AOPUe h1 {
    float: left;
  }

.AthleticsSeries_titleBar__AOPUe button {
    float: right;
  }



.OneDayCircuits_oneDayCircuits__2elVr {
  background-color: #262626;
  background-color: var(--primary-gray);
  padding-top: 2em;
  color: white;
}
.OneDayCircuits_inner__3It4V {
  max-width: 1400px;
  margin: auto;
}
.OneDayCircuits_title_bar__2rzbf {
  display: flex;
  justify-content: space-between;
}
.OneDayCircuits_title_bar__2rzbf::after{
    display: none;
  }
.OneDayCircuits_title__mb6Ll {
  font-size: 1.75em;
  color: white;
  margin: 0 0 0.5em 0.5em;
}
.OneDayCircuits_tile__10K5E {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .OneDayCircuits_title__mb6Ll {
    margin: 0 0 0.5em 0;
    font-size: 2.5rem;
  }
  .OneDayCircuits_inner__3It4V {
    padding: 0 1em;
  }
}
.OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO {
    padding: 0.25em 1em;
    border-top: 1px solid #818181;
    border-top: 1px solid var(--secondary-gray);
  }
.OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO > div {
      width: 320px;
    }
@media screen and (min-width: 1025px) {
    .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO {
      padding: 1.5em 1em;
      display: flex;
      width: 100%;
    }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl {
        width: calc(99.9% * 1/2);
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:last-child {
        margin-right: 0;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(2n) {
        margin-right: 0;
        float: right;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(2n + 1) {
        clear: both;
      }

        .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:first-child {
          border-right: 1px solid #818181;
          border-right: 1px solid var(--secondary-gray);
        }
}
.OneDayCircuits_label__wqYo9 {
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 1.875rem;
  width: 360px;
  max-width: 360px;
  margin-bottom: 0.25em;
}
.OneDayCircuits_item__H8Va9 {
  margin-bottom: 2em;
  padding: 0.25em;
}
.OneDayCircuits_itemName__3rf4Q {
  color: #ff873c;
  color: var(--primary-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 1.25rem;
}



.FeaturedResults_filteredResults__sSau5 {
  position: relative;
  background-color: #bd94ff;
  background-color: var(--quaternary-colour);
  padding: 2em 0;
  overflow: hidden;
}

div.FeaturedResults_tile__3UHEk {
  position: relative;

  margin-bottom: 1em;
  background: none;
  padding: 0;
}

div.FeaturedResults_tile__3UHEk img {
    display: block;
    width: 100%;
  }

.FeaturedResults_inner__3sTzR {
  margin: auto;
  max-width: 1400px;
}

.FeaturedResults_tile__3UHEk {
  border: 5px solid black;
  text-transform: uppercase;
}

.FeaturedResults_series__1krdR {
  color: #a5fa64;
  color: var(--tertiary-colour);
}

.FeaturedResults_eventName__Hwekf {
  font-size: 1.875em;
}

.FeaturedResults_title__oqIZl {
  margin: 0 0 .5em .5em;
}

.FeaturedResults_divider__23W24 {
  margin-bottom: .5em;
}

.FeaturedResults_overlay__3Ixwa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 33%, rgba(38,38,38,0.8939950980392157) 79%);
  width: 100%;
}

.FeaturedResults_content__c54dv {
  color: white;
  position: absolute;
  bottom: 1.25em;
  left: 1.25em;
  z-index: 1;
}

.FeaturedResults_content__c54dv a {
    color: inherit;
  }

.FeaturedResults_content__c54dv a:hover .FeaturedResults_readMore__3Tf1M {
      color: #ff873c;
      color: var(--primary-colour);
    }

.FeaturedResults_more__1cPMD {
  text-align: right;
  padding-top: 1em;
  display: inline-block;
  width: 180px;
  border-top: 1px solid black;
  float: right;
  margin-right: 1em;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .FeaturedResults_filteredResults__sSau5 {
    padding: 2em 1em;
  }
  .FeaturedResults_title__oqIZl {
    margin-left: 0;
  }
  .FeaturedResults_more__1cPMD {
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    text-transform: uppercase;
    margin-right: 0;
  }
}



.Results_container__3todJ {
  background-color: #69d7e1;
  background-color: var(--secondary-colour);
}

  .Results_container__3todJ .Results_innerContainer__1zio8 {
    height: 100%;
    max-width: 1400px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em;
  }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_roadTo__zjdnh {
      border-bottom: 1px solid black;
      margin-bottom: 3%;
      padding-bottom: 3%;
      width: 50%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAll__27WK8 {
      margin-top: 3%;
      padding-top: 3%;
      width: 50%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_upperCase__3X7pZ {
      text-transform: uppercase;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt {
      width: 30%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt .Results_mainTitle__4e74G {
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold);
        font-size: 3rem;
        max-width: 200px;
        line-height: 3rem;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllMobile__2rG-R {
      display: none;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- {
      width: 70%;
      height: 100%;
      background-color: #fff;
      padding: 2%;
      position: relative;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- #Results_firstRow__3H92P {
        background-color: #173032;
        background-color: var(--secondary-accent-dark);
        color: #fff;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table {
        width: 100%;
        height: 100%;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr:nth-child(odd) {
            background-color: #f0f0f0;
            background-color: var(--tertiary-gray);
          }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr th {
            padding: 2%;
            text-align: left;
          }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr td {
            padding: 1.5% 2%
          }

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

    .Results_container__3todJ .Results_innerContainer__1zio8 {
      padding: 5% 0;
      flex-direction: column;
    }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAll__27WK8 {
        display: none;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt {
        width: 90%;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- {
        width: 90%;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllContainer__RkDR5 {
        width: 90%;
        text-align: right;
      }

        .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllContainer__RkDR5 .Results_viewAllMobile__2rG-R {
          display: inline;
          font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
          font-family: var(--font-family-bold);
        }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_hide__PW0tO {
        display: none;
      }
}

/* Main Container */
.WinModule_container__2P3Bn {
  min-height: 100vh;
  background: url("/static/wa-plus-indigo-bg.png");
  background-size: 100%;
}
.WinModule_headerImage__Zw1B3{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Header Section */
.WinModule_header__2d3MN {
  position: relative;
  height:350px;
  margin-bottom: 3rem;
}
.WinModule_ctaOverlay__3vE0F {
  position: absolute;
  bottom:-37px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WinModule_ctaCard__37WPW {
  border-radius: 5px;
  padding: 1.5rem 4rem;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: 0 1rem;
  width: 400px;
  height: 200px;
}
.WinModule_ctaTitle__2AC1w {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
}
.WinModule_ctaSubtitle__2HjM4 {
  color: #1E1E1E;
  margin-bottom: 0.25rem;
}
.WinModule_ctaSubtitle__2HjM4:last-of-type {
  margin-bottom: .9rem;
}
.WinModule_participateButton__2Nkd5 {
  color: #1E1E1E;
  font-weight: 700;
  padding: 0.45rem 2rem;
  border: none;
  cursor: pointer;
}
/* Content Container */
.WinModule_contentContainer__2e7mB {
  max-width:1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.WinModule_contestDates__2bMT4 {
  margin-bottom: 2rem;
}
.WinModule_datesBadge__1_Ph2 {
  background: #A5FA64;
  color: #1E1E1E;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
}
/* Description */
.WinModule_description__2VfBu {
  color: white;
  margin-bottom: 2rem;
  max-width: 64rem;
}
.WinModule_descriptionText__3fO-L {
  margin-bottom: 1rem;
}
.WinModule_descriptionTextBold__pnl1x {
  margin: 0;
}
/* Sections Grid */
.WinModule_sectionsGrid__BEj0L {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 96rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .WinModule_sectionsGrid__BEj0L {
    grid-template-columns: 1fr 1fr;
  }
}
.WinModule_section__3BE54 {
  background: linear-gradient(to right, #2E265C, #11103A);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #484173;
}
.WinModule_sectionTitle__1Hhf1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}
/* Rules */
.WinModule_rulesList__1xxjj {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_ruleItem__3Sli- {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.WinModule_ruleNumber__116fA {
  position: relative;
  width:46px;
  height:46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WinModule_ruleNumber__116fA img{
  position: absolute;
  top:0;
  left:0;
  width:100%
}
.WinModule_ruleNumber__116fA span {
  color: white;
  font-weight: bold;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 30px;
  z-index: 2;
}
.WinModule_ruleText__1nmqA {
  color: #d1d5db;
  margin: 0;
}
/* Prizes */
.WinModule_prizeList__3EV7L {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_prizeItem__1nwuV {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.WinModule_prizeIcon__3klUo img{
  width:45px;
}
.WinModule_prizeIcon__3klUo span {
  font-size: 1.5rem;
}
.WinModule_prizeText__3InRK {
  color: #d1d5db;
  margin: 0;
}
/* Form Section */
.WinModule_formSection__2u_RQ {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 75px rgba(188, 148, 255, 0.6), 206px 187px 111px rgba(188, 148, 255, 0.01), 116px 105px 94px rgba(188, 148, 255, 0.05), 52px 47px 70px rgba(188, 148, 255, 0.09), 13px 12px 38px rgba(188, 148, 255, 0.1);
  border-radius: 12px;
  border: 1px solid #BC94FF;
  background: #11103A;

}
.WinModule_formCard__30BUM {
  padding: 2rem;
  max-width: 28rem;
  margin: auto
}
.WinModule_formHeader__J4HpP {
  text-align: center;
  margin-bottom: 1.5rem;
}
.WinModule_urgencyBanner__23y19 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  background: #A5FA64;
  color: #1E1E1E;
  padding: 0;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}
.WinModule_datesLabel__JGMD4{
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}
.WinModule_formSubtitle__dYc9w {
  color: white;
  margin: 0;
}
/* Form */
.WinModule_form__32npF {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_inputGroup__2lTEc {
  display: flex;
  flex-direction: column;
}
.WinModule_inputLabel__3b2Y0 {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
}
.WinModule_input__3MWnh {
  width: 100%;
  padding: 0.75rem;
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0.5rem;
  color: white;
  box-sizing: border-box;
  font-size: 16px;
}
.WinModule_input__3MWnh::placeholder {
  color: #9ca3af;
}
.WinModule_input__3MWnh:focus {
  outline: none;
  border-color: #22d3ee;
}
.WinModule_termsSection__3s0uw {
  font-size: 0.875rem;
  color: #d1d5db;
}
.WinModule_termsText__3t6dq {
  margin-bottom: 1rem;
}
.WinModule_checkboxLabel__UhCu7 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.WinModule_checkbox__3HGTq {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  accent-color: #FF873C;


}
.WinModule_continueButton__3dKas {
  width:170px;
  background-color: #69D5E1;
  color: #1E1E1E;
  font-weight: 600;
  padding: 0.75rem;
  border: none;
  cursor: pointer;
  margin:auto;
  transition: background-color 0.2s;
}
.WinModule_continueButtonDisabled__3kjzM {
  background-color: #4b5563;
  cursor: not-allowed;
}
.WinModule_continueButtonDisabled__3kjzM:hover {
  background-color: #4b5563;
}
/* Sign In Section */
.WinModule_signInSection__3ep_S {
  text-align: center;
  margin-top: 1.5rem;
}
.WinModule_signInText__3k5z9 {
  color: #d1d5db;
  margin-bottom: 0.75rem;
}
.WinModule_signInButton__2OWeF {
  border: 2px solid #69D5E1;
  color: white;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  cursor: pointer;
  transition: color background-color 0.2s;
  width:170px;
}
.WinModule_signInButton__2OWeF:hover {
  background-color: #69D5E1;
  color: #1E1E1E;
}
.WinModule_termsContainer__2wbGT{
    color: white
}
.WinModule_termsContainer__2wbGT h2{
    margin-bottom: 1rem;
}
.WinModule_required__1nJTr{
    margin-left: 1px;
    color:red;
}
.WinModule_termsLink__16Ljq{
    text-decoration: underline;
}
.WinModule_newsContainer__2dymF{
  margin-top: 20px;
}
