.styles_vimeoPlayerContainer__spMsc {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #020328;
}

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

.styles_buttonContainer__3WZdn {
    position: absolute;
    bottom: 2rem;
    right: 7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.styles_buttonContainer__3WZdn>*:not(:last-child) {
    margin-right: 20px;
}

.styles_videoButton__2UVEu {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    background-color: #FFFFFF33;
    border-radius: 50%;
    box-shadow: none;
}

.styles_videoButton__2UVEu:hover {
    background-color: #FFFFFF91;
    transition: background-color 0.2s ease-in-out;
}

.styles_arrowDownContainer__34sL4 {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background: none;
}

.styles_arrow__1xA8m {
    opacity: 0;
    position: relative;
    width: 20px;
    height: 20px;
}

.styles_arrow1__1RN5C {
    animation: styles_arrow1Animation__2Ce_u 2s ease-in-out infinite;
}

.styles_arrow2__2Du3v {
    animation: styles_arrow2Animation__2UOFW 2s ease-in-out infinite;
}

@keyframes styles_arrow1Animation__2Ce_u {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes styles_arrow2Animation__2UOFW {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    35% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 768px) {
    .styles_buttonContainer__3WZdn {
        position: absolute;
        bottom: 3rem;
        transform: translate(0, -50%);
    }
}


.Footer_footer__3zUfD {
  width: 100%;
  background-color: #281e37;
  background-color: var(--quaternary-accent-dark);
  color: #b2adad;
  color: var(--footer-text);
  text-transform: none;
  padding: 2em 0;
}

.Footer_blackAndWhite__3PLyD {
  background-color: black;
}

.Footer_footer__3zUfD div::after {
  display: block;
  content: '';
  clear: both;
}

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

.Footer_footerBottom__23B8Z {
  width: 100%;
  border-top: 1px solid #707070;
  text-align: center;
  padding: 1em;
}

.Footer_footerNav__1N88t {
  margin-bottom: 2em;
}

.Footer_footerNav__1N88t li {
    margin-bottom: 0.5em;
  }

.Footer_footerLogo__3Jbdp {
  width: 260px;
  margin-bottom: 2em;
}

.Footer_header__ZcWS0 {
  color: white;
  padding-bottom: 0.5em;
  font-family: 'World Athletics';
  font-size: 1rem;
  display: inline-block;
}

.Footer_headerDivider__2Dh59 {
  width: 60px;
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px solid #b2adad;
  border-bottom: 1px solid var(--footer-text);
}

.Footer_grid__3ZIlK div {
  width: calc(99.9% * 1/1 - (20px - 20px * 1/1));
}

.Footer_grid__3ZIlK div:nth-child(1n) {
  float: left;
  margin-right: 20px;
  clear: none;
}

.Footer_grid__3ZIlK div:last-child {
  margin-right: 0;
}

.Footer_grid__3ZIlK div:nth-child(1n) {
  margin-right: 0;
  float: right;
}

.Footer_grid__3ZIlK div:nth-child(1n + 1) {
  clear: both;
}

@media screen and (min-width: 768px) {
  .Footer_grid__3ZIlK div {
    width: calc(99.9% * 4/12 - (20px - 20px * 4/12));
  }
  .Footer_grid__3ZIlK div:nth-child(1n) {
    float: left;
    margin-right: 20px;
    clear: none;
  }
  .Footer_grid__3ZIlK div:last-child {
    margin-right: 0;
  }
  .Footer_grid__3ZIlK div:nth-child(12n) {
    margin-right: 0;
    float: right;
  }
  .Footer_grid__3ZIlK div:nth-child(12n + 1) {
    clear: both;
  }

  .Footer_headerDivider__2Dh59 {
    display: none;
  }

  .Footer_header__ZcWS0 {
    display: block;
    margin-bottom: 1em;
    border-bottom: 1px solid #b2adad;
    border-bottom: 1px solid var(--footer-text);
    text-transform: uppercase;
  }
}

.styles_modal__mGBWE {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1200;
}

:root:has(.styles_modalOpen__2_mfh) {
  overflow: hidden;
}

.styles_header__2NeId {
  background: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  padding: 0% 7%;
  z-index: 1100;
  transition: background 0.3s ease;
}

.styles_bannerVisible__3w0oo {
  background-color: #FFFFFF0F;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease, border-bottom 0.3s ease, backdrop-filter 0.3s ease;
}

.styles_modalContent__3wcot {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  color: white;
  text-align: center;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Link styling */

.styles_linkList__SDZff {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 40vh;
}

.styles_link__tJYdP {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  font-family: Anton, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  border-radius: 0;
  letter-spacing: -0.02em;
}

.styles_link__tJYdP:hover {
  color: #E7FB4C;
  border-bottom: 1px solid #E7FB4C;
}

.styles_activeLink__1wq74 {
  color: #E7FB4C;
  border-bottom: 1px solid #E7FB4C;
}

.styles_backButton__2ICp8 {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  color: #FFF;
  font-size: 20px;
  line-height: 20px;
  padding: 16px;
  background-color: #FFFFFF29;
  bottom: 8.5vh;
}

.styles_backButton__2ICp8:hover {
  color: #000;
  background-color: #FFF;
}
/* styles.css */
.styles_header__1bIyy {
  background: transparent;
  box-shadow: none;
  position: fixed;
  width: 100%;
  z-index: 1100;
  transition: background 0.3s ease;
}
.styles_bannerNotOnTop__Dx9je {
  background-color: #FFFFFF0F;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  transition: background-color 0.3s ease, border-bottom 0.3s ease, backdrop-filter 0.3s ease;
}
.styles_toolbar__2Rxba {
  padding: 0;
}
.styles_navbar__A7AGY {
  display: flex;
  justify-content: space-between;
  align-items:center;
  width: 100%;
  padding: 1.2% 0;
  max-width: 1500px;
  margin:auto;
  padding-left: 50px;
  padding-right:50px;
}
.styles_logo__3aoCL {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.styles_logo__3aoCL img {
  height: 54px;
}
.styles_links__2kkv- {
  display: flex;
  margin-left: auto;
  color: rgb(255, 255, 255);
  align-items: center;
  /* justify-items: center; */
}
.styles_link__1FDCv {
  text-decoration: none;
  text-transform: capitalize;
  font-family: Work Sans;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: 42px;
  padding: 8px;
}
.styles_link__1FDCv:first-child {
  margin-left: 0px;
}
.styles_link__1FDCv:hover {
  background-color: #FFFFFF1A;
}
.styles_activeLink__lr1gL {
  font-weight: 700;
}
.styles_link__1FDCv:last-child {
  color: #000000;
  padding: 8px;
  background-color: #FF873C;
}
.styles_link__1FDCv:last-child:hover {
  background-color: #F9B387;
}
.styles_content__1e9QL {
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://worldathletics.org/static/ultimate-championship-mobile-background.png");
}

@media (min-width: 768px) {
  .styles_content__1e9QL {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("https://worldathletics.org/static/ultimate-championship-desktop-background.png");
  }
}
.styles_textComponent__2d4DO {
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 400;
  line-height: 24.63px;
  text-align: left;
  display: block;
  margin-top: 25%;
  margin-bottom: 15%;
  padding-right: 7%;
  padding-left: 7%;
}

.styles_textHeader__2LOuF {
  width: 100%;
}

.styles_textBody__jcYBb {
  width: 100%;
}

.styles_textTitle__ViabB h3 {
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.styles_textDate__Zlzmx {
  margin-top: 30px;
  color: #E7FB4C;
}

.styles_textBody__jcYBb span {
  font-weight: 700;
}

.styles_textTitle__ViabB,
.styles_textBody__jcYBb p {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .styles_textComponent__2d4DO {
    padding-right: 7%;
    padding-left: 7%;
    display: flex;
    align-items: flex-start;
  }

  .styles_textHeader__2LOuF {
    width: 40%;
  }

  .styles_textTitle__ViabB h3 {
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .styles_textBody__jcYBb {
    width: 60%;
    background: transparent;
    transition: background 0.3s ease, backdrop-filter 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff91;
    padding: 40px 60px 40px 60px;
    border-radius: 5px;
  }

  .styles_textBody__jcYBb p:first-of-type {
    margin-top: 0;
  }

}
.styles_textContainer__3ChVx {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35vh;
  padding-top: 10%;
  margin-bottom: 1%;
}

.styles_textSet__vmvFb {
  position: absolute;
  display: flex;
  flex-direction: column;
  text-align: center;
  opacity: 0;
}

.styles_textSetVisible__3Gjpj {
  opacity: 1;
}

.styles_textSetVisible__3Gjpj img {
  height: 45px;
}

.styles_line__1MxqM {
  opacity: 0;
}

.styles_textSetVisible__3Gjpj img.styles_number__3E_24 {
  height: 132px;
}

.styles_lineVisible__2x1Jc {
  opacity: 1;
}
.styles_animation__1lr9Z {
  transition: opacity 0.5s ease-in-out;
  padding-bottom: 15%;
  margin-top: 15%;
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  font-size: 79px;
  font-weight: 400;
  line-height: 80px;
  text-align: center;
  color: transparent;
  width: 100%;
  overflow: hidden;
}

.styles_desktopContainer__h16Bn {
  position: relative;
}

.styles_scrollRtoLTop__36lo8,
.styles_scrollRtoLBottom__kjW4R,
.styles_scrollLtoRTop__3OWpy,
.styles_scrollLtoRBottom__3H4Z3 {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}

.styles_top__1tpfq {
  color: #FF3EB2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}

.styles_bottom__2L1oX {
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.styles_borderTop__2KZ7D {
  -webkit-text-stroke: 2px #FF3EB2;
  color: transparent;
}

.styles_borderBottom__TmNEM {
  -webkit-text-stroke: 2px #FFF;
  color: transparent;
}

.styles_animation__1lr9Z .styles_top__1tpfq span {
  display: inline-block;
  width: 875px;
}

.styles_animation__1lr9Z .styles_bottom__2L1oX span {
  display: inline-block;
  width: 400px;
}

@media (min-width: 768px) {
  .styles_top__1tpfq {
    position: absolute;
    top: 5vh;
    left: 0;
  }

  .styles_bottom__2L1oX {
    position: absolute;
    bottom: 1vh;
    left: 0;
  }
}

/* TOP */

/* filled */

.styles_scrollRtoLTop__36lo8 {
  animation: styles_scrollTextRToL__3nvGq 8s infinite linear;
}

/* bordered */

.styles_scrollRtoLBottom__kjW4R {
  animation: styles_scrollTextRToL__3nvGq 16s infinite linear;
}

@keyframes styles_scrollTextRToL__3nvGq {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-1750px);
  }
}

/* BOTTOM */

/* filled */

.styles_scrollLtoRTop__3OWpy {
  animation: styles_scrollTextLToR__1IjmN 5s infinite linear;
}

/* bordered */

.styles_scrollLtoRBottom__3H4Z3 {
  animation: styles_scrollTextLToR__1IjmN 10s infinite linear;
}

@keyframes styles_scrollTextLToR__1IjmN {
  from {
    transform: translateX(-800px);
  }

  to {
    transform: translateX(0px);
  }
}

@media (min-width: 768px) {

  /* TOP */
  .styles_scrollRtoLBottom__kjW4R {
    animation: styles_scrollTextRToL__3nvGq 10s infinite linear;
  }

  /* BOTTOM */
  .styles_scrollLtoRBottom__3H4Z3 {
    animation: styles_scrollTextLToR__1IjmN 6s infinite linear;
  }
}
.styles_floatingLabelContainer__3-Ybz {
  position: relative;
  margin: 20px 0;
}

.styles_floatingInput__2qhwL,
.styles_floatingTextArea__2EgsV {
  padding: 12px 10px;
  font-size: 16px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  border: none;
  background: transparent;
  border-bottom: 1px solid white;
  border-radius: 0;
  -webkit-appearance: none;
}

.styles_floatingTextArea__2EgsV {
  height: 30vh;
}

.styles_floatingLabel__1ha5m {
  position: absolute;
  left: 10px;
  top: 10px;
  transition: all 0.2s ease;
  padding: 0 4px;
  pointer-events: none;
  font-size: 16px;
}

.styles_floatingInput__2qhwL:focus+.styles_floatingLabel__1ha5m,
.styles_floatingTextArea__2EgsV:focus+.styles_floatingLabel__1ha5m,
.styles_floatingLabel__1ha5m.styles_active__bUvVM {
  top: -10px;
  left: 10px;
  font-size: 12px;
}

.styles_white__1MWUt {
  color: white;
}

.styles_black__gY3qe {
  color: black;
}
.styles_modal__2VsZ5{
    padding: 1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20rem;
    width: 40rem;
    background-color: black;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.styles_closeButton__3yaL1{
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}
.styles_closeButton__3yaL1 img{
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}
.styles_title__3yIZY{
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #ffffff;
    margin-bottom: 2rem;
}
.styles_content__3fZo-{
    color: #ffffff;
    font-family: Work Sans;
    font-size: 21px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
    .styles_modal__2VsZ5{
        width: 20rem;
    }

 }


.styles_subForm__1IGfw {
  background-color: #E7FB4C;
  color: #000;
  padding-bottom: 104px;
  padding-top: 60px;
  width: 100%;
}

.styles_container__3nJFT{
  max-width:1500px;
  margin:auto;
  padding-right:50px;
  padding-left: 50px;
}

.styles_text__2WEHF h3 {
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: uppercase;
}

.styles_text__2WEHF p {
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 40px;
}

.styles_text__2WEHF span {
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  text-align: left;
}

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

.styles_form__1MOxC label {
  margin: 0;
  padding: 0;
}

.styles_form__1MOxC input {
  margin-bottom: 16px;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid black;
}

.styles_form__1MOxC input:-webkit-autofill { 
  -webkit-background-clip: text;
}

.styles_form__1MOxC button {
  width: 100%;
  background-color: white;
  color: #4E4D4D;
  padding: 16px;
  border: none;
  margin-top: 30px;
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 500;
  line-height: 24.63px;
}

.styles_disabled__2JdqM {
  background-color: #E6EAED;
  cursor: not-allowed;
}

.styles_formValid__G9RXK:hover {
  background-color: black;
  color: white;
}

@media (min-width: 768px) {
  .styles_subForm__1IGfw {
    padding-bottom: 18vh;
    padding-top: 18vh;

    width: 100%;
  }

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



  .styles_text__2WEHF h3 {
    font-family: Anton;
    font-size: 80px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -0.02em;
    text-align: left;
    text-transform: uppercase;
  }

  .styles_text__2WEHF{
    width: 45%;
  }
  .styles_form__1MOxC {
    width: 45%;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .styles_container__3nJFT{
    padding-right:7%;
    padding-left: 7%;
  }
}
.styles_textComponent__2jln1 {
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 400;
  line-height: 24.63px;
  text-align: left;
  display: block;
  margin:auto;
  max-width: 1500px;
  margin-bottom: 10%;
  padding-top: 40px;
  width: 100%;
  position: relative;
  padding-right: 50px;
  padding-left: 50px;

}

.styles_disabledButton__1j4du {
  opacity: 0.3;
  cursor: not-allowed;
}

.styles_textComponent__2jln1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.styles_textComponent__2jln1 > * {
  position: relative;
  z-index: 1;
}

.styles_textHeader__2U3db {
  width: 100%;
}

.styles_textTitle__3D1eK h2 {
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding-right: 10px;
  margin-bottom: 1.4rem;
}

.styles_date__3LJPL {
  text-transform: uppercase;
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  font-size:28px
}

.styles_disciplinesContainer__1VtTo {
  position: relative;
  margin-top: 40px;
}

.styles_mobileSection__feZJY {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.styles_sliderContainer__2OgAG {
  position: relative;
  width: 100%;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.styles_slideLeft__2_CWL {
  transform: translateX(-100%);
}

.styles_slideRight__1I2XM {
  transform: translateX(100%);
}

.styles_sectionContent__3wyn- {
  position: relative;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.styles_headerWrapper__3mpnW {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.styles_trackHeader__2RylA, .styles_fieldHeader__nfTo7 {
  font-family: Anton;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.styles_trackHeader__2RylA {
  color: #FF3EB2; /* pink */
}

.styles_headerLine__1AvZX,
.styles_trackHeaderLine__3CmaW,
.styles_fieldHeaderLine__1L-1X {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2px;
  height: 4px;
  background-color: #FF3EB2;
  margin: 0 auto;
}

.styles_disciplineList___AvFs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Work Sans;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 450px;
  text-align: center;
}

.styles_disciplineList___AvFs li {
  text-align: center;
  text-transform: uppercase;
  color: #E7FB4C; 
  font-size: 21px;
}

.styles_disciplineItem__1Q_ah {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  gap: 0.5rem;
  border-radius: 4px;
}

.styles_disciplineItem__1Q_ah span{
 color:#ffffff;
 font-weight: normal;
 font-size: 18px;
}

.styles_disciplineName__TjC32{
  font-family: Anton;
 font-weight: normal;
 font-size: 30px;

}

.styles_disciplineItem__1Q_ah .styles_arrowRight__3L8ZG {
  position: absolute;
  right: 0;
}

.styles_disciplineItem__1Q_ah:hover {
  background-color: #FF3EB2;
  cursor: pointer;
}

.styles_listPadding__2aFGn {
  padding-top: 15px;
}

.styles_navigationButtons__1tWMQ {
  position: relative;
  display: flex;
  gap: 8px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.styles_navButton__2d5VV {
  background: transparent;
  border: none;
  padding: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  border-radius: 50%;
}

.styles_navButton__2d5VV:focus {
  outline: none;
}

.styles_desktopView__2AOrx {
  display: none;
}

@keyframes styles_fadeIn__bkZ3H {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (min-width: 768px) {
  .styles_textComponent__2jln1::before {
    display: none;
  }

  .styles_textComponent__2jln1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .styles_textTitle__3D1eK h2 {
    font-size: 80px;
    line-height: 88px;
  }

  .styles_disciplinesContainer__1VtTo {
    margin-top: 80px;
    animation: styles_fadeIn__bkZ3H 0.3s ease-in-out;
    overflow: hidden;
  }

  .styles_desktopView__2AOrx {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
    text-align: center;
  }

  .styles_trackColumn__11kv9 {
    flex: 1 1;
    min-width: 200px;
  }

  .styles_disciplineItem__1Q_ah {
    justify-content: center;
  }



}

@media (max-width: 768px) {

  .styles_textTitle__3D1eK h2{
    font-size: 46px;
  }
  
  .styles_textTitle__3D1eK p{
    font-size: 18px;
  }

  .styles_textComponent__2jln1{
    padding-right: 7%;
    padding-left: 7%;
  }


}
.styles_textComponent__3-HEq {
  font-family: Anton;
  font-size: 21px;
  font-weight: 400;
  line-height: 24.63px;
  text-align: left;
  display: block;
  padding-right: 0;
  padding-left: 7%;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;

}

.styles_heading__3Dusy h1 {
  font-family: Anton;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 400;
  line-height: 67px;
  letter-spacing: -0.02em;
  text-align: left;
}

.styles_heading__3Dusy h1 span {
  display: block; /* Make "World Athletics" appear on a new line */
  text-transform: uppercase;
  font-family: Anton;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: left;
}

@media (min-width: 768px)  {  
  .styles_heading__3Dusy h1 {
    font-family: Anton;
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: left;
  }
  
  .styles_heading__3Dusy h1 span {
    display: block; /* Make "World Athletics" appear on a new line */
    text-transform: uppercase;
    font-family: Anton;
    font-size: 40px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
  }
}



.styles_container__1Y5gd {
  display: flex;
  width:100%;
  margin:auto;
  max-width: 1500px;
  justify-content: space-between;
  align-items: center;
  color: white;
  padding-bottom: 6rem;
  border-radius: 8px;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
}
.styles_left__2mV02 {
  flex: 1.2 1;
  min-width: 250px;
  font-family: 'Anton', sans-serif;
  font-size: 80px;
  line-height: 1.1;
}
.styles_title__2ap-r {
  margin: 0;
  font-family: 'Anton', sans-serif;
  font-size: 80px;
}
.styles_amount__1C2lS {
  color: #FF3EB2;
  margin: 1rem 0 0;
  font-family: 'Anton', sans-serif;
  font-size: 98px;
}
.styles_right___itla {
  flex:1 1;
  min-width: 250px;
  padding-left: 1.2rem;
}
.styles_subtitle__EXjit {
  font-size:32px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.styles_description__legAt {
  font-size:26px;
  margin-bottom: 1rem;
  max-width: 400px;
}
/* Inline heading styling to match surrounding text */
.styles_inlineHeading__gG4p8 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.styles_link__27BOm {
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #E7FB4C;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity 0.2s ease;
}
.styles_link__27BOm:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
 
    .styles_container__1Y5gd {
        flex-direction: column;
        justify-content: left;
        align-items:flex-start;
        padding-right: 7%;
        padding-left: 7%;
    }
    .styles_title__2ap-r {
        font-size: 46px;
      }
    
    .styles_right___itla{
        padding: 0;
        margin-top: 1.6rem;
        margin-bottom: 1rem;
        width: 100%;
      }

      .styles_left__2mV02{
        margin-bottom: 1rem;
      }
    
    .styles_amount__1C2lS {
     font-size: 60px;
    }
    .styles_description__legAt{
      font-size: 18px;
      max-width: none;

    }
    .styles_subtitle__EXjit {
      font-size:20px;
    }
  }
.styles_container__gEI5P {
  color: white;
  border-radius: 8px;
  max-width: 100%;
  margin: auto;
  max-width: 1500px;
  margin-bottom: 6rem;
  padding-top: 17rem;
  padding-right: 50px;
  padding-left: 50px;
}

.styles_heading__2a8Zc {
  font-family: 'Anton', sans-serif;
  font-size: 86px;
  color: #E7FB4C;
  margin: 0 0 1rem;
  line-height: 1.2;
}

/* SEO heading that's visually hidden but semantically present */

.styles_description__2cNIG {
  font-size: 26px;
  line-height: 1.5;
  max-width: 1050px;
  margin-bottom: 2rem;
}

/* Inline heading styling to match surrounding text */

.styles_inlineHeading__1yvAT {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 0;
  line-height: inherit;
}

.styles_tagline__hWE_M {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.styles_button__3Zhnk {
  background-color: #E7FB4C;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: black;
  position: relative;
  transition: background 0.2s ease;
  overflow: hidden;
}

.styles_button__3Zhnk::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: black;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.styles_button__3Zhnk:hover {
  background-color: #d2ea3f;
}

.styles_button__3Zhnk:hover::after {
  transform: scaleX(1);
}

.styles_button__3Zhnk:not(:hover)::after {
  transform-origin: right;
  transform: scaleX(0);
}

@media (max-width: 768px) {
  .styles_container__gEI5P {
   padding-top: 11rem;
   padding-right: 7%;
   padding-left: 7%;
  }
  
  .styles_heading__2a8Zc {
    font-size: 3.5rem;
  }

  .styles_description__2cNIG {
    font-size: 18px;
    margin-bottom: 5rem;
    margin-top: 2rem;
  }
  
  .styles_tagline__hWE_M {
    font-size: 24px;
  }
}
.styles_carouselWrapper__1QTOE {
  width: 100%;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.styles_daysNav__YSilw {
  display: flex;
  justify-content: space-between;
  width:100%;
  max-width: 1400px;
  margin:auto;
  padding: 1rem 0;
  font-family: Anton;
}

.styles_daysNav__YSilw div {
  flex:1 1;
  text-align: center;
}

/* First child align left */

.styles_daysNav__YSilw div:first-child {
  text-align: left;
}

/* Last child align right */

.styles_daysNav__YSilw div:last-child {
  text-align: right;
}

.styles_dayActive__K7hwL {
  cursor: pointer;
  color: #FF3EB2;
  font-size: 1.125rem;
  transition: opacity 0.3s;
  font-size: 40px;
}

.styles_dayInactive__nB0FO {
  cursor: pointer;
  color: white;
  opacity: 0.2;
  font-size: 1.125rem;
  transition: opacity 0.3s;
  font-size: 40px;
}

.styles_sliderGroup__2oqgZ {
  position: relative;
  width: 100%;
}

.styles_arrowLeft__1GSUv,
.styles_arrowRight__1W6lZ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 10;
}

.styles_arrowLeft__1GSUv {
  left: -50px;
}

.styles_arrowRight__1W6lZ {
  right: -50px;
}

.styles_sliderGroup__2oqgZ:hover .styles_arrowLeft__1GSUv,
.styles_sliderGroup__2oqgZ:hover .styles_arrowRight__1W6lZ {
  opacity: 1;
}

.styles_athleteList__1fErI {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: grid;
  gap: 1rem;
}

.styles_athleteCard__2oKFK {
  display: flex;
  align-items: flex-end;
  height: 583px;
  position: relative;
  overflow: hidden;
  cursor: default;
}

.styles_hoverOverlay__w5Y38 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(to top, #000F48CC, transparent);
  transition: opacity 0.5s;
  z-index: 5;
}

.styles_imageOverlay__3rAen {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) -3.34%, #000000 145.11%);
  z-index: 1;
}

.styles_athleteCard__2oKFK:hover .styles_hoverOverlay__w5Y38 {
  opacity: 1;
}

/* Adjust text sizes based on number of athletes in the grid */

.styles_athleteListSeven__1t6nL .styles_disciplineText__1PmjG {
  font-size: 28px;
}

.styles_athleteListNine__3LIkI .styles_disciplineText__1PmjG {
  font-size: 24px;
}

.styles_athleteListTen__2vBwk .styles_disciplineText__1PmjG {
  font-size: 22px;
}

.styles_disciplineText__1PmjG {
  position: absolute;
  bottom: 5px;
  right: 7px;
  color: #E7FB4C;
  width: 55%;
  font-family: Anton;
  opacity: 0;
  z-index: 15;
  transition: opacity 0.3s;
  text-align: center;
}

.styles_athleteCard__2oKFK:hover .styles_disciplineText__1PmjG {
  opacity: 1;
}

/* Adjust name sizes based on number of athletes */

.styles_athleteListSeven__1t6nL .styles_athleteName__28gbD {
  font-size: 48px;
  left: 70px;
}

.styles_athleteListNine__3LIkI .styles_athleteName__28gbD {
  font-size: 48px;
  left: 74px;
}

.styles_athleteListTen__2vBwk .styles_athleteName__28gbD {
  font-size: 48px;
  left: 78px;
}

.styles_athleteName__28gbD {
  color: white;
  font-family: Anton;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  white-space: nowrap;
  z-index: 20;
  position: absolute;
  bottom: 10px;
  padding-bottom: 0.5rem;
}

.styles_athleteListNine__3LIkI .styles_athleteName__28gbD {
  padding-bottom: 0.75rem;
}

.styles_athleteListTen__2vBwk .styles_athleteName__28gbD {
  padding-bottom: 1rem;
}

@media screen and (max-width: 1200px) {
/* Adjust name sizes based on number of athletes */
  .styles_athleteListSeven__1t6nL .styles_athleteName__28gbD {
    font-size: 38px;
    left: 60px;
  }

  .styles_athleteListNine__3LIkI .styles_athleteName__28gbD {
    font-size: 36px;
    left: 59px;
  }

  .styles_athleteListTen__2vBwk .styles_athleteName__28gbD {
    font-size: 36px;
    left: 60px;
  }
  
  .styles_athleteListSeven__1t6nL .styles_disciplineText__1PmjG {
    font-size: 22px;
    right:11px
  }
  
  .styles_athleteListNine__3LIkI .styles_disciplineText__1PmjG {
    font-size: 18px;
    right:3px
  }
  
  .styles_athleteListTen__2vBwk .styles_disciplineText__1PmjG {
    font-size: 16px;
    right:3px
  }
}
.styles_container__1rucT {
  padding-right: 7%;
  padding-left:7%;
}

.styles_dayLabel__3JfB9 {
  font-family: Anton;
  color: #FF3EB2;
  font-size: 40px;
  margin-bottom: .5rem;
  display: flex;
}

.styles_dayLabelItem__3zqWz{
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - 1rem) / 2);
}

.styles_dayLabelItem__3zqWz:nth-child(2){
  margin-left: 1rem;
}

.styles_viewport__Me51o {
  overflow: hidden;
}

.styles_track__ao3fH {
  display: flex;
  transition: transform 0.3s ease-out;
  gap: 1rem;
}

.styles_card__JvyNU {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc((100% - 1rem - 14%) / 2);
  height: 460px;    
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  overflow: hidden;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.styles_card__JvyNU:first-child{
  margin-left: 7%;
}

.styles_imageOverlay__1X860 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) -3.34%, #000000 145.11%);
  z-index: 1;
}

.styles_disciplineText__3TFz0 {
  position: absolute;
  bottom: 5px;
  right:7px;
  color: #E7FB4C;
  font-size: 30px;
  width: 55%;
  font-family: Anton;
  z-index: 15;
  text-align: center;
}

.styles_athleteName__3Ye6T {
  color: white;
  font-size: 50px;
  font-family: Anton;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  white-space: nowrap;
  z-index: 20;
  position: absolute;
  left:73px;
  bottom: 7px;
  padding-bottom: 0.5rem;
}

.styles_hoverOverlay__1q7Cl {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000F48CC, transparent);
  z-index: 5;
}

.styles_text__1oOBc {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: white;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
}

.styles_progressBar__1Wuwn {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  margin-top: 1.3rem;
  border-radius: 2px;
  margin-bottom: 6rem;
  position: relative;
}

.styles_progress__2DYlw {
  height: 100%;
  background: #E7FB4C;
  transition: transform 0.3s ease-out;
  border-radius: 8px;
  position: absolute;
}

/* New slider styles that keep the same visual appearance */

.styles_sliderInput__1uqIa {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* Hide the default slider appearance */
  cursor: pointer;
  margin: 0;
  z-index: 10;
}

@media (max-width: 423px){
  .styles_disciplineText__3TFz0 {
    font-size: 27px;
    width: 62%;
  }

  .styles_athleteName__3Ye6T{
    font-size: 46px;
    left:65px
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .styles_disciplineText__3TFz0 {
    width: 30%;
  }
}



.styles_mainContainer__3oGCa{
    margin: auto;
    margin-bottom: 15rem;
    max-width: 1500px;
    padding-left: 50px;
    padding-right: 50px;

}





.styles_heading__7Bbev{
    color: #ffffff;
    font-size: 80px;
    font-family: Anton;
    margin-bottom: 3.5rem;
}





.styles_subHeading__8he_z{
 text-align: center;
}





.styles_subHeading__8he_z h2, .styles_subHeading__8he_z h3{
    font-family: Anton;
    color:#E7FB4C;
    font-size: 70px;
 
}





.styles_subHeading__8he_z p {
    color: #ffffff;
    font-size: 32px;
    margin-top: 2rem;

}





@media (max-width: 450px){
    .styles_heading__7Bbev{
        font-size: 2.3rem;
    }
}





@media (min-width: 451px) and  (max-width: 767px){
 
    .styles_heading__7Bbev{
        font-size: 2.875rem;
    }
}





@media  (max-width: 768px) {

    .styles_container__38GUp{
        padding-left: 7%;
        padding-right: 7%;
    }


    .styles_subHeading__8he_z h2, .styles_subHeading__8he_z h3{
        font-size: 40px;   
    }
    
    .styles_subHeading__8he_z p {
        font-size: 18px; 
    }

    .styles_mainContainer__3oGCa{
        margin-bottom: 10rem;
        padding-left: 0;
        padding-right: 0;
    }


  }





@media (min-width: 769px) and (max-width: 1024px) {
    .styles_container__38GUp{
        padding-left: 7%;
        padding-right: 7%;
    }

    .styles_mainContainer__3oGCa{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 13rem;
    }
  }
  
