.athletesBio_athletesBio__1HruQ {
    width: 100%;
    height: fit-content;
    gap: 16px;
    border-radius: 8px 0px 0px 0px;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 0px 32px;
}

.athletesBio_follow__2FXNe{
    height: 32px;
    width: 32px;
    position: absolute;
    right: 24px;
    top: 16px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.athletesBio_follow__2FXNe button {
        pointer-events: fill;
        cursor: pointer;
    }

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

.athletesBio_athletesProfile__309MD{
    width: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

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

.athletesBio_athletesBioInfoContainer__2ZKoo::after{
    content: none;
}

/* image profile and title */

.athletesBio_athletesBioImageContainer__3x9PY{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

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

.athletesBio_athletesBioTitle__3pPRL{
    color: #e5e5e5;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    font-size: 1.75rem;
    padding-right: 50px;
    margin-left: 16px;
}

/* tags */

.athletesBio_athletesBioTags__3iQk_{
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    width:100%;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.athletesBio_athletesBioTag__3ki57{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 2px;
    background-color: white;
    color: #1E1E1E;
    color: var(--black);
}

/* INFOS age & contry */

.athletesBio_athletesBioDetailsContainer__3_nDn{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.athletesBio_athletesBioDetails__1wgSI{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    color: white;
}

.athletesBio_athletesBioTagLabel__3orD4{
    font-size: 0.875rem;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    text-transform: capitalize;
}

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

.athletesBio_athletesBioTagWR__1fhnU{
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #f0f0f0;
    background-color: var(--tertiary-gray);
    font-size:0.875rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    text-transform: uppercase; 
}

/* last results */

.athletesBio_athletesBioLastResults__3I5De{
    background: linear-gradient(89.61deg, #D7D0DE -141.91%, #CCE4D4 -2.11%, #A3DCDF 137.69%);
    min-height: 56px;
    text-wrap: wrap;
    width: 100%;
    max-width: 329px;
    padding:4px 8px;
    flex-direction: column;
    color: #0E0E0E;
    color: var(--primary-dark);
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .athletesBio_athletesBioLastResults__3I5De {
        width: 190px;
        overflow: hidden; /* Hide content that exceeds the container */
        text-overflow: ellipsis; /* Truncate text with ellipsis if it's too long */
        font-size: calc(1rem); /* Adjust font size based on container size */
        border-bottom: 1px solid white;
    }
}

.athletesBio_athletesBioLastResultsContainer__2T2KW{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 4px;
}

.athletesBio_athletesBioLastResultsTitle__2Z8KT{
    font-size: 0.75rem;
}

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

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

@media (max-width: 767px) {
    .athletesBio_athletesBioHonoursContainer__3EVKf {
       margin-bottom: -16px;
    }
}

.athletesBio_athletesBioHonoursContainer__3EVKf button{
    color: #fff;
    margin-top: 16px;
    font-size: 1rem;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    text-transform: uppercase;
}

.athletesBio_athletesBioHonoursContainer__3EVKf button svg path{
   fill: #fff;
}

.athletesBio_athletesBioHonours__2nK55{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    overflow: hidden;
}

.athletesBio_athletesBioHonours__2nK55::after{
    content:none;
}

.athletesBio_athletesBioHonour__1Zqdq{
    background-color: #e5e5e5;
    border: 3px solid #D9C0F7;
    max-width: 206px;
    width: 100%;
    height: 110px;
    padding: 8px 10px 8px 10px;
    border-radius: 4px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.athletesBio_athletesBioHonourCount__2sBko{
    position: absolute;
    font-size: 1.2rem;
    right: 8px;
    top: 0;
    background-color: #D9C0F7;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    padding: 4px 2px 2px 2px;
    border-radius: 0px 0px 4px 4px;
}

.athletesBio_athletesBioHonourValue__QHLA_{
    font-size: 1rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    color: #11103A;
    width: 85%;
}

.athletesBio_athletesBioFooter__3B--s{
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

@media (max-width: 767px) {
    .athletesBio_athletesBioFooter__3B--s{
        display: grid;
        grid-template-columns: auto auto;
        justify-content: normal;
        border-bottom: 1px solid white;
        padding-bottom: 16px;
        gap: 0px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .athletesBio_athletesBioFooter__3B--s{
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .athletesBio_athletesBioFooter__3B--s{
        flex-direction: column;
    }
}

.athletesBio_athletesBioFooterSocials__1U71q{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .athletesBio_athletesBioFooter__3B--s{
        justify-content: flex-end;
    }
}

.athletesBio_athletesBioFooterLink__3jE-F{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    color: #e5e5e5;
}

.athletesBio_athletesBioFooterLink__3jE-F svg{
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
}

.athletesBio_athletesBioFooterLink__3jE-F svg path{
    fill: #fff;
}

.athletesBio_podium__1ANMO {
    position: absolute;
    bottom: 0;
    right: 0;
}

.athletesBio_record__cB2hh{
    position: absolute;
    top: 0;
    right: 0;
}

.athletesBio_medal__BcCqC{
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1024px) {
    .athletesBio_athletesBioHeader__1QkoM{
        flex-direction: column;
    }

    .athletesBio_athletesBioHonours__2nK55{
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
    }

    .athletesBio_athletesBioHonour__1Zqdq{
        height: 72px;
    }

    .athletesBio_athletesBioHonourValue__QHLA_{
        font-size: 0.875rem;
    }

    .athletesBio_athletesBioFooterSocials__1U71q{
        justify-content: flex-end;
    }

    .athletesBio_athletesBio__1HruQ {
        padding: 0px 16px;
    }
}

.athletesBio_athletesBioTransfers__9SBGd{
    margin-top: 16px;
}

.athletesBio_athletesBioTransfer__26N2W{
    color:white;
    font-size: 0.875rem;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
}
.athletesContainer_athletesContainer__3w5eG {
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    /*max-height: 720px;*/
    overflow-y: auto;
}

.athletesContainer_athletesContainer__3w5eG::after{
    content: unset!important;
}
.athletesCardContainer_athletesCardContainer__39h-0 {
    width: 100%;
    padding: 16px;
    background-color: #FFFFFF;
    border-radius: 5px;
    gap: 16px;
    box-shadow: 2px 2px 7px 0px rgba(17, 16, 58, 0.1);
    border: 1px solid #F0F0F0
}

.athletesDropdownCard_athletesDropdownCard__2TpE2 {
    width: 100%;
    height: 100%;
    min-width: 329px;
}
.athletesDropdownCard_athletesDropdownCardHeader__alcfX {
    margin-bottom: 8px;
}
.athletesDropdownCard_athletesDropdownCardHeader__alcfX button{
    justify-content: space-between;
    align-items: center;
}
.athletesDropdownCard_athletesDropdownCardBody__13WWz {
    position: relative;
    width: 100%;  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.athletesDropdownCard_athletesDropdownCardBody__13WWz > div {
    margin-top: 8px;
    min-width: 30%;
    flex-grow: 1;
    width: fit-content;
    text-overflow: ellipsis;
}
.athletesDropdownCard_athletesDropdownCardTitle__1yq_Z{
}
.athletesDropdownCard_athletesDropdownCardTag__3gRTq{
    font-size: 0.875rem;
    background: #E3F7D2;
}
.athletesPersonalBests_athletesPersonalBestsContainer__1TrT- {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (max-width: 767px) {
    .athletesPersonalBests_athletesPersonalBestsContainer__1TrT- {
       margin-bottom: -16px;
    }
}

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

/* Hide scrollbar for IE, Edge, and Firefox */

.athletesPersonalBests_athletesPersonalBestsContainer__1TrT- {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.athletesPersonalBests_athletesSeasonBestXSLink__1loHv {
    pointer-events: all;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.athletesPersonalBests_athletesPersonalBestsFooter__14NN3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.athletesPersonalBests_athletesPersonalBestsFooterNotLegal__igvPP{
    text-wrap: nowrap;
    font-size: 0.75rem;
}

.athletesPersonalBests_athletesPersonalBestsFooter__14NN3::after, .athletesPersonalBests_athletesPersonalBestsFooterNotLegal__igvPP::after{
    content: unset!important;
}
.athletesTabsButton_athletesTabsButton__NNSRw {
    width: 100%;
}
.athletesTabsButton_athletesTabsButtonScroll__gJphz{
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 8px;
}
.athletesTabsButton_athletesTabsButtonScroll__gJphz::-webkit-scrollbar {
    display: none;
  }
/* Hide scrollbar for IE, Edge, and Firefox */
.athletesTabsButton_athletesTabsButtonScroll__gJphz {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.athletesTabsButton_AthletesTabsButtonItem__1pPWF{
    width: fit-content;
    height: fit-content;
    position: relative;
    display: block;
}
.athletesButton_athletesButton__1_h0o {
  width: fit-content;
  text-wrap: nowrap;
  min-height: 33px;
  padding: 8px 12px;
  border-radius: 2px;
  border: 1px solid white;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.athletesButton_defaultActive__2kIMX {
  border: none;
  padding: 9px 13px;
  background-color: #bd94ff;
  background-color: var(--quaternary-colour);
  color: #1E1E1E;
  color: var(--black);
}

.athletesButton_underline__9GAM2 {
  background: none;
  border: none;
  border-bottom: 1px solid transparent;
}

.athletesButton_underlineActive__3H8Ir {
 /* border-bottom: 2px solid #BC94FF;*/
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  background: #bd94ff;
  background: var(--quaternary-colour);
}


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

.AthletesSeasonBestXS_AthletesSeasonBestXS__31qPN {

}

.AthletesSeasonBestXS_athletesSeasonBestXS__HGZ7l{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;   
}

.AthletesSeasonBestXS_AthletesSeasonBestXS__31qPN::-webkit-scrollbar-track {
    background: transparent;
}

.AthletesSeasonBestXS_athletesSeasonBestXSLink__12uct{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    
}

.AthletesSeasonBestXS_athletesSeasonBestXSFooter__3Dd6B{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.AthletesSeasonBestXS_athletesSeasonBestXSFooterNotLegal__2SUax{
    text-wrap: nowrap;
    font-size: 0.75rem;
}

.AthletesSeasonBestXS_athletesSeasonBestXSFooter__3Dd6B::after, .AthletesSeasonBestXS_athletesSeasonBestXSFooterNotLegal__2SUax::after{
    content: unset!important;
}
.athletesBanner_athletesBanner__1_btK {
    width: 100%;
    height: 100%;
    min-height: 138px;
    position: relative;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (min-width:1025px){
    .athletesBanner_athletesBanner__1_btK {
        height: 50%;
    }
}
.athletesBanner_athletesBannerImg__10T6V{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.athletesBanner_athletesBannerContent__dm3xt{
    align-items: center;
    color: white;
    padding: 16px;
    gap: 16px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.athletesBanner_athletesBannerTitle__1vK3g {
    font-size: 1.25rem;
    color: #1E1E1E;
    color: var(--black);
}
.athletesBanner_athletesBannerContent__dm3xt p {
   font-size: 0.875rem;
   text-align: center;
   color: #1E1E1E;
   color: var(--black);
}
.athletesBanner_athletesBannerContent__dm3xt p span {
    background-color: aqua;
 }
.athletesBanner_athletesBannerButton__35LWz{
    min-width: 161px;
    background-color: #1E1E1E;
    background-color: var(--black);
    color: white;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 0.875rem;
     pointer-events: fill;
     cursor: pointer;
 }
.athletesBanner_athletesBannerDescription__2gwnc{
    max-width: 400px;
}
@media (max-width: 1024px) {
    .athletesBanner_athletesBannerContent__dm3xt{
        gap: 8px;
    }
    .athletesBanner_athletesBannerTitle__1vK3g {
        font-size: 1rem;
    }

    .athletesBanner_athletesBannerContent__dm3xt p {
        font-size: 0.875rem;
    }
}

.athletesOverviewStats_athletesOverviewStats__3UYhF {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0px 32px;
}

.athletesOverviewStats_athletesOverviewStatsTextTag__3uIph {
    display: inline; /* Keep the content inline with the text */
    background-color: #69d7e1; /* Apply a light blue background */
    font-family: 'World Athletics Bold', Arial, sans-serif;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);    
    color: #000; /* Ensure the text is readable */
  }

.athletesOverviewStats_line__23kRM{
    width: 100%;
    height: 1px;
    background-color: #E5E5E5;
}

.athletesOverviewStats_athletesOverviewStats__3UYhF .athletesOverviewStats_athletesOverviewStatsSubContainer__38jjW {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.athletesOverviewStats_athletesOverviewStatsSubContainer__38jjW::after{
    content: unset!important;
}

.athletesOverviewStats_athletesSearch__WeCqT{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    /*align-items: center;*/
}

.athletesOverviewStats_athletesSearchContent__3V13h{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.athletesOverviewStats_athletesSearchTitle__2xR4A{
    color: #fff;
}

@media (min-width: 1025px) {
    .athletesOverviewStats_athletesOverviewStats__3UYhF {
        column-gap: 30px; 
        height: 424px;
    }
}

@media (max-width: 1024px) {
    .athletesOverviewStats_athletesOverviewStats__3UYhF {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .athletesOverviewStats_athletesOverviewStats__3UYhF {
        padding: 0px 16px;
    }
}

@media (max-width: 767px) {
    .athletesOverviewStats_athletesOverviewStats__3UYhF {
        gap: 12px; 
    }
}

.athletesOverview_videoCarousel__nBPAp {
    padding: 32px 32px;
}

.athletesOverview_athletesVideoCarouselContainer__1NvwD {
    padding: 32px 32px;
}

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


.Spikes_spikesContainer__36ZGI {
  height: 456px;
  background-color: #a5fa64;
  padding: 0 5%;
  position: relative;
}

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi::-webkit-scrollbar {
    display: none;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL,
  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi {
    max-width: 1400px;
    margin: auto;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL {
    padding: 2% 1%;
    height: 20%;
    padding-bottom: 0;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
      height: 70%;
      display: flex;
      justify-content: space-around;
    }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
        width: 23%;
      }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
          height: 60%;
          width: 100%;
        }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_title__1ayMi {
          font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
          font-family: var(--font-family-headline);
          font-size: 1.5rem;
          line-height: 3rem;
        }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_description__3r3ly {
          font-family: 'World Athletics'
,
Arial
,
sans-serif;
          font-family: var(--font-family-regular);
        }

@media screen and (max-width: 1024px) {
  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  .Spikes_spikesContainer__36ZGI {
    padding: 0%;
  }
    .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL {
      display: flex;
      align-items: center;
    }

      .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL .Spikes_spikesImage__18FI0 {
        width: 50%;
        object-fit: scale-down;
      }
    .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi {
      scrollbar-width: none;
      overflow: auto;
      overflow-y: hidden;
      height: 80%;
    }

      .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
        width: 390%;
        height: 100%;
      }
          .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
            object-fit: cover;
          }
}

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
    justify-content: flex-start;
    padding-left: 1em;
    width: auto;
  }

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
      margin-right: 1.5em;
      width: auto;
    }

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

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
        width: 30%
    }
      }

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

    .Spikes_lessThan3__2gHfx.Spikes_oneCard__25CF_ .Spikes_cardsContainer__3GSaO{
      width: auto;
    }
      .Spikes_lessThan3__2gHfx.Spikes_twoCards__lRniP .Spikes_cardsContainer__3GSaO {
        width: 200%;
      }
  }

.athletesProfileTabs_athletesProfileTabs__1EiIQ {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 0px 32px;
}

.athletesProfileTabs_athletesProfileTabsButtons__2AD3V{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    width: calc(100% - 32px);
}

.athletesProfileTabs_athletesProfileTabs__1EiIQ > button{
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family);
    text-wrap: nowrap;
}

.athletesProfileTabs_athletesProfileTabsSearchField__21A7R{
    width: 500px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

@media (max-width: 1024px) {
    .athletesProfileTabs_athletesProfileTabsSearchField__21A7R {
        width: fit-content;
    } 
    .athletesProfileTabs_athletesProfileTabs__1EiIQ{
        padding: 0px 16px;
    }
}

.athletesProfileTabs_line__oIQbs{
    width: 100%;
    height: 1px;
}

.athletesProfileTabs_selectedLine__3RIIz{
    background-color: #BC94FF;
}
.athletesStatisticsTable_athletesStatisticsTable__3Eq1T {
    width: 100%;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.athletesStatisticsTable_athletesContainerNoOverflow__1fU9l{
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;


}

@media (min-width: 1025px) {
  .athletesStatisticsTable_athletesStatisticsContent__dDNOs {
    flex-grow: 1;
    height: auto;
  }
}

@media (max-width: 1024px) {
.athletesStatisticsTable_athletesStatisticsContent__dDNOs{
  flex-grow: 1;
  flex-basis: 0;
  /*overflow: auto;*/
}
}

.athletesStatisticsTable_athletesStatisticsTableHeader__ghNDk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

.athletesStatisticsTable_athletesStatisticsTableHeaderNotLegal__1HVaU {
    text-wrap: nowrap;
    font-size: 0.75rem;
  }

.athletesStatisticsTable_athletesStatisticsTableHeader__ghNDk::after,
  .athletesStatisticsTable_athletesStatisticsTableHeaderNotLegal__1HVaU::after {
    content: unset !important;
  }

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

  }

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

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP{
        cursor: pointer;
        border-radius: 16px;
        width: 32px;
        height: 16px;
        margin: 0 7px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        position: relative;
        border: 1px solid #BD94FF;
    }

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP .athletesStatisticsTable_btn__2mwjX {
            height: 12px;
            width: 12px;
            background-color: #BD94FF;
            border-radius: 100%;
            position: absolute;
            top:1px;
            left:0;
        }

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP.athletesStatisticsTable_checked__3ew5n{
         background-color: #dfd0fa;
        }

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP.athletesStatisticsTable_unchecked__1gkKl {
         background-color: #e4e7e7;
        }

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP.athletesStatisticsTable_unchecked__1gkKl .athletesStatisticsTable_btn__2mwjX  {
        left:2px;
        animation: athletesStatisticsTable_uncheck__3ZITY .1s ease-in-out forwards;
        }

.athletesStatisticsTable_athletesStatisticsTableHeaderExpandAll__oevFQ .athletesStatisticsTable_preferenceToggle__2h7lP.athletesStatisticsTable_checked__3ew5n .athletesStatisticsTable_btn__2mwjX{
        left:16px;
        animation: athletesStatisticsTable_check__JqTbd .1s ease-in-out forwards;
        }
.styles_root___gXIc {
    width: 100%;
    background-color: #262626;
    background-color: var(--primary-gray);
    padding: 45px 20px;
}
    @media(max-width: 767px) {.styles_root___gXIc {
        padding: 2em 0
}

    }
@media(max-width: 767px) {
.styles_container__10dqh {
        display: none
}
    }
.styles_rootHeader__1O5KY {
    display: flex;
    justify-content: space-between;
    max-width: 1368px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.styles_selectWrap__3FViw {
    flex: 1 1;
}
@media(max-width: 767px) {
.styles_selectWrap__3FViw {
        width: 100%;
        padding: 0 20px;
        flex: 0 0 100%
}
    }
.styles_title__1uxCE {
    max-width: 300px;
}
@media(max-width: 767px) {
.styles_title__1uxCE {
        max-width: none;
        margin: 0 0 40px 0
}
    }
.styles_text__O3_ek {
    color: #ffffff;
    color: var(--primary-text-colour);
    margin: 0 0 20px 0;
}
@media(max-width: 767px) {
.styles_text__O3_ek {
        margin: 0 0 10px 0
}

    }
.styles_firstName__1byYA {
    text-transform: capitalize;
}
.styles_lastName__2_TeN {
    text-transform: uppercase;
}
.styles_media__1hytB {
    max-width: 45%;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
@media(max-width: 1024px) {
.styles_media__1hytB {
        max-width: 60%
}
    }
@media(max-width: 767px) {
.styles_media__1hytB {
        justify-content: center;
        flex: 0 0 100%;
        margin: auto;
        max-width: 100%;
        padding: 0 20px
}
    }
.styles_media__1hytB .styles_image__1LlWv {
        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: 767px) {
.styles_media__1hytB .styles_image__1LlWv {
            height: 124px;
            width: 207px
    };
        }
.styles_media__1hytB .styles_image__1LlWv img {
            height: 100%;
            width: auto;
        }
.styles_media__1hytB .styles_image__1LlWv .styles_score__2F6sZ {
            position: absolute;
            bottom: 0;
            color: #ffffff;
            color: var(--primary-text-colour);
            font-size: 60px;
            font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
            font-family: var(--font-family-headline);
        }
@media(max-width: 767px) {
.styles_media__1hytB .styles_image__1LlWv .styles_score__2F6sZ {
                font-size: 41px
        }
            }
.styles_media__1hytB .styles_image__1LlWv:first-child .styles_score__2F6sZ {
            right: 18px;
        }
.styles_media__1hytB .styles_image__1LlWv:nth-child(2) .styles_score__2F6sZ{
            left: 18px;
        }
.styles_tableWrap__2Y3VN {
    display: flex;
    flex-wrap: nowrap;
}
.styles_inner__2vl_q {
    max-width: 1368px;
    margin: auto;
}
.styles_rootWrap__3vp3p {
    max-width: 1400px;
    max-height: 600px;
    margin: 0 auto;
    overflow-x: auto;
}
table.styles_table__h3PSQ {
    border-spacing: 0;
    width: 100%;
}
th.styles_th__3KUtj,
td.styles_td__2beWl {
    margin: 0;
    text-align: left;
    padding: 0 10px;
    height: 50px;
    color: #000000;
    font-size: 18px;
    background: #DFD0FA;
    border-top: 1px solid #9D6EE9;
}
th.styles_th__3KUtj.styles_color__3z14a, td.styles_td__2beWl.styles_color__3z14a {
        background: #BD94FF
    }
@media(max-width: 1024px) {
th.styles_th__3KUtj,
td.styles_td__2beWl {
        font-size: 18px
}
    }
@media(max-width: 767px) {
th.styles_th__3KUtj,
td.styles_td__2beWl {
        font-size: 12px
}
    }
table.styles_table__h3PSQ.styles_right__36tpN {
    max-width: 600px;
}
table.styles_table__h3PSQ.styles_right__36tpN th.styles_th__3KUtj {
        padding: 0 5px;
        text-align: center;
    }
table.styles_table__h3PSQ.styles_right__36tpN td.styles_td__2beWl {
        background: #BD94FF
    }
.styles_thead__2KBym .styles_tr__35ucX .styles_th__3KUtj {
    background: #9D6EE9;
    font-size: 20px;
    opacity: 1;
    text-transform: uppercase;
    color: #ffffff;
    color: var(--primary-text-colour);
}
@media(max-width: 1024px) {
.styles_thead__2KBym .styles_tr__35ucX .styles_th__3KUtj {
        font-size: 16px
}
    }
.styles_select__28q8S {
    border: 'none';
    border-bottom: 2px solid #ffffff;
    max-width: 260px;
    margin: auto;
}
.styles_competitors__2dd_y {
    display: none;
}
@media(max-width: 767px) {
.styles_competitors__2dd_y {
        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__2ukCP {
    width: 260px;
    text-align: center;
}
.styles_mobileListWrap__2QMJ0 {
    margin: 40px 0 0 0;
}
.styles_resultWrap__3eNRn {
    width: 100%;
    padding: 20px 30px;
    background: #DFD0FA;
    color: #262626;
    text-align: center;
    border-bottom: 1px solid #bd94ff;
}
@media(max-width: 767px) {
.styles_resultWrap__3eNRn {
        padding: 20px 20px
}
    }
.styles_dateWrap__1wf-v {
    display: flex;
    justify-content: space-around;
    font-size: 20px;
    margin: 0 0 30px 0;
    width: 100%;
}
.styles_date__1MNbd {
    margin-right: auto;
}
.styles_round__1vgvq {
    margin-left: auto;
}
.styles_event__2K2ps {
    font-size: 20px;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin: 0 40px 5px 40px;
}
.styles_statistics__1Nfp8 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.styles_statistics__1Nfp8 .styles_athlete__1Sbnk {
        margin-right: auto;
    }
.styles_statistics__1Nfp8 .styles_opponent__3kCG4 {
      margin-left: auto;
    }
.styles_place__1ecv0 {
    width: fit-content;
    display: block;
    font-size: 1.5rem;
    position: relative;
}
/* @media(--mobile) {
        font-size: 38px;
    } */
.styles_place__1ecv0.styles_winner__6cReJ {
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold)
    }
.styles_result__356zF.styles_winner__6cReJ {
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold)
    }
.styles_sup__3j1N0 {
    font-size: 12px;
    position: absolute;
    top: 9px;
    right: -12px;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular)
}
@media (min-width: 1024px) {
    .styles_sup__3j1N0 {
        font-size: 14px;
        position: relative;
        top: -2px;
        right: 0px;
    }
}
.styles_name__RFTXt {
    font-size: 14px;
}
.styles_divider__3nmt0 {
    font-size: 24px;
}
.styles_resultStats__3y-_- {
    display: flex;
    flex-direction: column;
}
.styles_resultStatsLeft__1PSef{
    align-items: flex-end;
}
.styles_resultStatsRight__KU7oQ{
    align-items: flex-start;
    margin-left: 10px;
}
@media (min-width: 1024px) {
    .styles_resultStats__3y-_- {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .styles_resultStatsLeft__1PSef{
        gap: 0.7rem;
    }
    .styles_resultStatsRight__KU7oQ{
        gap: 0.7rem;
    }
}
.styles_score1__3JrcP {
    font-weight: bold;
    font-size: 30px;
}
.styles_original__2qudI {
    font-size: 14px;
    top: -14px;
}
.styles_bolder__1RXBG {
    font-weight: bold;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}
.styles_headToHeadvs__1QD-g{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.styles_headToHeadvsName__HJOjJ{
    width: 100%;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -16px;
}
.styles_headToHeadvsNameCompetitor__1brig{
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}
.styles_headToHeadSubTitle__1GaY6{
    text-align: center;
    font-size: 1rem;
    width: 80%;
    margin-top: 12px;
}
.styles_headToHeadScore__1TEPw{
    width:40px;
    height:44px;
    padding: 4px 0px 4px 0px;
    gap: 10px;
    border-radius: 4px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-headline);
    background: #F0F0F0;
}
@media (max-width: 1024px) {
.styles_headToHeadGap__CVEw_ {
        display: flex;
        flex-direction: column;
        gap: 10px
}
    }
@media (min-width: 1024px) {
    .styles_headToHeadScore__1TEPw {
        width: 80px;
        height: 100px;
    }
    .styles_headToHeadSubTitle__1GaY6{
        font-size: 0.9rem;
    }
}
.styles_headToHeadScoreCompetitor__3_8VB{
    background: #E3F7D2;
}
.styles_headToHeadvsScore__29VvT{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
.styles_headToHeadContainer__1HVAT{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    height: 100%;
}
@media (min-width: 1024px) {
    .styles_headToHeadContainer__1HVAT {
      flex-direction: row;
      gap: 1rem;
    }
    
    .styles_headToHeadContainer__1HVAT > div {
      display: flex;
      width: 100%;
      height: 100%;
      flex-direction: column;
      gap: 1rem;
    }
    .styles_headToHeadHeader__1bV5f{
      gap: 1rem;
    }
  }
.styles_headToHeadHeader__1bV5f{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.styles_headToHeadEvents__2i3_Q{
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    overflow: auto;
}
.styles_headToHeadEventsResults__GSjnB{
    padding: 0px 8px;
    width: 100%;
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-family: 0.875rem;
}
.styles_headToHeadEventsSubInfos__2Kd53{
    display: flex;
    gap: 16px;
    font-size: 0.875rem;
}
.styles_headToHeadEventsStats__mgJEC{
    padding: 0px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}
@media (min-width: 1024px) {
    .styles_headToHeadEventsStats__mgJEC{
        gap: 16px;
    }
}
.styles_spanDisplineContainer__hT6zK{
    display: flex;
    justify-content: left;
    width: 100%;
    margin-bottom: -10px;
}
.styles_spanBold__IPVbz span{    
  font-size: 0.9rem;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}
.styles_headToHeadFinalOnly__1M6ZW {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 10px 16px 0px;

  }
.styles_headToHeadFinalOnly__1M6ZW > div {
    display: flex;
    align-items: center;
    gap: 3px;
  
  }
@media (min-width: 1024px) {
.styles_headToHeadFinalOnly__1M6ZW > div {
    margin: -10px;
    padding-top: 0px
  
  }
  }
.styles_headToHeadFinalOnly__1M6ZW .styles_headToHeadFinalOnlyTxt__3K2bC{
    font-size: 0.9rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n{
        cursor: pointer;
        border-radius: 16px;
        width: 32px;
        height: 16px;
        margin: 0 7px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        position: relative;
        border: 1px solid #BD94FF;
    }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n .styles_btn__3q0c9 {
            height: 12px;
            width: 12px;
            background-color: #BD94FF;
            border-radius: 100%;
            position: absolute;
            top:1px;
            left:0;
        }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n.styles_checked__3PIQK{
         background-color: #dfd0fa;
        }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n.styles_unchecked__3r_wW {
         background-color: #e4e7e7;
        }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n.styles_unchecked__3r_wW .styles_btn__3q0c9  {
        left:2px;
        animation: styles_uncheck__2dL6M .1s ease-in-out forwards;
        }
.styles_headToHeadFinalOnly__1M6ZW .styles_preferenceToggle__2-12n.styles_checked__3PIQK .styles_btn__3q0c9{
        left:16px;
        animation: styles_check__2E7Wn .1s ease-in-out forwards;
        }
.athletesStatsInfos_athletesStatsInfosHeadToHeadContainer__u6h-H {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media (min-width: 1024px) {
    .athletesStatsInfos_athletesStatsInfosHeadToHeadContainer__u6h-H {
        height: 520px;
    }
}
.athletesStatsInfos_athletesStatsInfosHeadToHeadTitle__dan1b{
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
.athletesStatsInfos_athletesContainerNoOverflow__1vJYK{
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  
  
  }
.athletesStatisticsSubTable_athletesStatisticsSubTable__3Jzjd {
    width: 100%;
    height: inherit;
    gap: 16px;
    display: flex;
    flex-direction: column;
}


/* .athletesStatisticsContent{
    height: 720px;
    @media screen and (--mobile-max) {
        height: auto;
    }
}

.athletesStatisticsContainer{
    overflow: auto;
}
*/


.athletesStatisticsSubTable_athletesStatisticsSubTableSpan__2ESyn {
    color: #fff;
}

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

.athletesStatistics_athletesStatsInfos__1n2To {
    position: relative;
    width: 100%;
    /*display: grid;
    grid-template-columns: repeat(3, 1fr);*/
    padding: 0px 32px;
}

.athletesStatistics_itemXL__2KfGP {
    grid-column: span 2;
    height: 520px;
}

@media (min-width: 1025px) {
    .athletesStatistics_itemXL__2KfGP {
        grid-column: span 2;
        height: auto; 
    }
}

@media (min-width: 1025px) {
    .athletesStatistics_athletesStatsInfos__1n2To {
        column-gap: 30px; 
    }
}

@media (max-width: 1024px) {
    .athletesStatistics_athletesStatsInfos__1n2To {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .athletesStatistics_athletesStatsInfos__1n2To {
        padding: 0px 16px;
    }
}

@media (max-width: 1024px) {
    .athletesStatistics_athletesStatsInfos__1n2To {
        gap: 12px; 
    }
    .athletesStatistics_itemXL__2KfGP{
        grid-column: unset;
        height: auto; 
    }
}

.athletesStatistics_athletesStatisticsSubTableTitle__2CT1B{
    margin-top: 1rem;
    width: 100%;
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

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

.athletesStatistics_athletesBannerButton__1aHEE{
    background-color: #FF873C!important;
    color: white!important;
    border-radius: 2px;
}

.athletesStatistics_athletesStatisticsBanner__iaoq0{
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 1024px){
    .athletesStatistics_athletesStatisticsBanner__iaoq0{
        padding-left: 16px;
        padding-right: 16px;
    }
}
.athletesRepresentative_athletesRepresentative__3ZOHR {
    color: white;
    padding: 0px 32px;
    padding-bottom: 32px;
    max-width: 700px;
}
@media (max-width: 1024px) {
    .athletesRepresentative_athletesRepresentative__3ZOHR {
        padding: 0px 16px;
        padding-bottom: 32px;
    }
}
.athletesRepresentative_athleteRepresentativeTitle__Luv70{
    color: white;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.athletesRepresentative_athletesRepresentativeHeader__36cWZ{
    display: flex;
    gap: 16px;
}
.athletesRepresentative_athletesRepresentativeHeaderTitle__2QRAg{
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
}
.athletesRepresentative_athletesRepresentativeContact__Zc4N8{
    display: flex;
    gap: 16px;
    margin-top: 1rem;
}
.athletesRepresentative_athletesRepresentativeContent__2J0Py{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.athletesRepresentative_link__2DMJU{
    text-decoration: underline;
    pointer-events: all;
    cursor: pointer;
}
