:root{--athlete-page-bg: #111;--athlete-discipline-color: rgba(255, 255, 255, .7)}.athlete-carousel{position:relative;width:100%;height:100vh;min-height:600px;max-height:1000px;overflow:hidden;background:linear-gradient(to bottom,#1a1a1a,#111);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw;margin-top:20px}.athlete-carousel__slides{position:relative;width:100%;height:100%}.athlete-carousel__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease}.athlete-carousel__slide.is-active{opacity:1;visibility:visible}.athlete-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0}.athlete-carousel__image{width:100%;height:100%;object-fit:cover}.athlete-carousel__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a1a)}.athlete-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,rgba(0,0,0,.3) 10%,transparent 25%),linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 20%,rgba(0,0,0,.4) 40%,transparent 60%)}.athlete-carousel__content{position:absolute;bottom:0;left:0;right:0;padding:80px 80px 120px;color:#fff;z-index:2}.athlete-carousel__discipline{display:inline-block;margin-bottom:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;color:var(--athlete-discipline-color);background:none;padding:0}.athlete-carousel__name{margin:0 0 16px;font-size:clamp(48px,10vw,80px);font-weight:900;line-height:.95;text-transform:uppercase;letter-spacing:-2px}.athlete-carousel__location{margin:0 0 32px;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:3px;opacity:.7}.athlete-carousel__flag{margin-right:8px;font-size:16px}.athlete-carousel__cta{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#000;background:#fff;border:none;text-decoration:none;transition:all .3s ease}.athlete-carousel__cta:hover{color:#fff;background:#000}.athlete-carousel__cta svg{transition:transform .3s ease}.athlete-carousel__cta:hover svg{transform:translate(4px)}.athlete-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;justify-content:center;width:56px;height:56px;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:all .3s ease}.athlete-carousel__arrow:hover{background:#fff3;border-color:#fff6}.athlete-carousel__arrow--prev{left:40px}.athlete-carousel__arrow--next{right:40px}.athlete-carousel__dots{position:absolute;bottom:48px;left:50%;transform:translate(-50%);z-index:10;display:flex;gap:12px}.athlete-carousel__dot{width:10px;height:10px;padding:0;background:transparent;border:2px solid rgba(255,255,255,.5);border-radius:50%;cursor:pointer;transition:all .3s ease}.athlete-carousel__dot:hover{border-color:#fffc}.athlete-carousel__dot.is-active{background:#fff;border-color:#fff}.athlete-carousel__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#fff;text-align:center}.section--athlete-carousel{overflow:visible!important;max-width:none!important;width:100vw!important;margin-left:calc(-50vw + 50%)!important;margin-right:calc(-50vw + 50%)!important;padding:0!important}@media(max-width:767px){.athlete-carousel{height:85vh;min-height:550px;margin-top:-80px;margin-left:0;margin-right:0;width:100%}.athlete-carousel__content{padding:32px 32px 100px}.athlete-carousel__discipline{font-size:10px;letter-spacing:2px;margin-bottom:12px}.athlete-carousel__name{font-size:clamp(36px,12vw,52px);letter-spacing:-1px}.athlete-carousel__location{font-size:11px;letter-spacing:2px;margin-bottom:24px}.athlete-carousel__cta{padding:14px 24px;font-size:10px}.athlete-carousel__arrow{width:44px;height:44px}.athlete-carousel__arrow--prev{left:16px}.athlete-carousel__arrow--next{right:16px}.athlete-carousel__dots{bottom:32px;left:0;right:0;transform:none;justify-content:center}.athlete-carousel__dot{width:8px;height:8px}}@media(prefers-reduced-motion:no-preference){.athlete-carousel__slide.is-active .athlete-carousel__discipline{animation:carouselSlideUp .6s ease .2s both}.athlete-carousel__slide.is-active .athlete-carousel__name{animation:carouselSlideUp .6s ease .3s both}.athlete-carousel__slide.is-active .athlete-carousel__location{animation:carouselSlideUp .6s ease .4s both}.athlete-carousel__slide.is-active .athlete-carousel__cta{animation:carouselSlideUp .6s ease .5s both}}@keyframes carouselSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.athlete-roster-title{background:var(--athlete-page-bg);padding:28px 24px 16px;text-align:center}.athlete-roster-title__container{max-width:800px;margin:0 auto}.athlete-roster-title__heading{margin:0 0 12px;font-size:clamp(42px,8vw,60px);font-weight:900;text-transform:uppercase;letter-spacing:-2px;line-height:1;color:#fff}.athlete-roster-title__subtitle{margin:0;font-size:15px;font-weight:400;line-height:1.5;color:#ffffff80;letter-spacing:.5px}@media(max-width:767px){.athlete-roster-title{padding:20px 16px 12px}.athlete-roster-title__heading{font-size:clamp(32px,10vw,42px);letter-spacing:-1px}.athlete-roster-title__subtitle{font-size:14px}}.athlete-filter{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin-bottom:48px;padding:32px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.athlete-filter__btn{position:relative;padding:8px 0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ffffff80;background:transparent;border:none;border-radius:0;cursor:pointer;transition:color .3s ease}.athlete-filter__btn:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fff;transform:scaleX(0);transition:transform .3s ease}.athlete-filter__btn:hover{color:#fffc;background:transparent}.athlete-filter__btn.is-active{color:#fff;background:transparent}.athlete-filter__btn.is-active:after{transform:scaleX(1)}.athlete-grid-section{background:var(--athlete-page-bg);color:#fff}.athlete-grid-section__container{max-width:1400px;margin:0 auto;padding:0 24px}.athlete-grid-section__header{text-align:center;margin-bottom:32px}.athlete-grid-section__heading{margin:0 0 8px;color:#fff}.athlete-grid-section__subheading{max-width:600px;margin:0 auto;opacity:.7;color:#fff}.athlete-grid{display:grid;gap:2px}.athlete-grid[data-columns-desktop="2"]{grid-template-columns:repeat(2,1fr)}.athlete-grid[data-columns-desktop="3"]{grid-template-columns:repeat(3,1fr)}.athlete-grid[data-columns-desktop="4"]{grid-template-columns:repeat(4,1fr)}.athlete-grid__empty,.athlete-grid__no-athletes{text-align:center;padding:48px 24px;color:#ffffff80}.athlete-card{position:relative;overflow:hidden;border-radius:0;background:#000}.athlete-card__link{display:block;text-decoration:none;color:inherit}.athlete-card__image-wrapper{position:relative;aspect-ratio:3 / 4;overflow:hidden}.athlete-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.athlete-card:hover .athlete-card__image{transform:scale(1.08)}.athlete-card__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#1a1a1a;color:#fff3}.athlete-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 25%,transparent 50%);pointer-events:none}.athlete-card__content{position:absolute;bottom:0;left:0;right:0;padding:24px;color:#fff}.athlete-card__discipline{display:block;margin-bottom:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:2px;padding:0;background:none;border-radius:0;color:var(--athlete-discipline-color)}.athlete-card__name{margin:0;font-size:18px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.5px}.athlete-card__meta{display:flex;flex-direction:column;gap:8px}.athlete-card__location{display:block;margin-top:4px;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:1px;opacity:.6}.athlete-card__flag{margin-right:6px;font-size:14px}.athlete-card[hidden]{display:none}@media(max-width:767px){.athlete-filter{gap:20px;padding:24px 16px;margin-bottom:32px}.athlete-filter__btn{font-size:11px;letter-spacing:1.5px}.athlete-grid[data-columns-mobile="1"]{grid-template-columns:1fr}.athlete-grid[data-columns-mobile="2"]{grid-template-columns:repeat(2,1fr)}.athlete-card__content{padding:16px}.athlete-card__discipline{font-size:9px;letter-spacing:1.5px;margin-bottom:6px}.athlete-card__name{font-size:14px}.athlete-card__location{font-size:10px}}@media(prefers-reduced-motion:no-preference){.athlete-card{opacity:0;transform:translateY(20px);animation:athleteCardFadeIn .5s ease forwards}.athlete-card:nth-child(1){animation-delay:.1s}.athlete-card:nth-child(2){animation-delay:.15s}.athlete-card:nth-child(3){animation-delay:.2s}.athlete-card:nth-child(4){animation-delay:.25s}.athlete-card:nth-child(5){animation-delay:.3s}.athlete-card:nth-child(6){animation-delay:.35s}}@keyframes athleteCardFadeIn{to{opacity:1;transform:translateY(0)}}.athlete-roster-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:50vh;overflow:hidden;background:#000}.athlete-roster-hero[data-container-width="6"]{min-height:60vh}.athlete-roster-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.athlete-roster-hero__image{width:100%;height:100%;object-fit:cover}.athlete-roster-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.athlete-roster-hero__overlay[data-overlay=darken]{background:#00000080}.athlete-roster-hero__overlay[data-overlay=gradient-bottom]{background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%)}.athlete-roster-hero__content{position:relative;z-index:1;width:100%;padding:48px 24px;text-align:center}.athlete-roster-hero__content[data-text-color=white]{color:#fff}.athlete-roster-hero__container{max-width:800px;margin:0 auto}.athlete-roster-hero__overline{display:block;margin-bottom:8px;opacity:.8}.athlete-roster-hero__title{margin:0 0 16px}.athlete-roster-hero__description{max-width:600px;margin:0 auto;opacity:.9}.athlete-profile-nav{display:block;background:#151515;padding:14px 24px}.athlete-profile-nav__link{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#fff;text-decoration:none;transition:opacity .3s ease}.athlete-profile-nav__link:hover{opacity:.7}.athlete-profile-nav__link svg{transition:transform .3s ease}.athlete-profile-nav__link:hover svg{transform:translate(-3px)}.athlete-profile-hero{position:relative;display:flex;align-items:flex-end;min-height:70vh;overflow:hidden;background:#000}.athlete-profile-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.athlete-profile-hero__image{width:100%;height:100%;object-fit:cover}.athlete-profile-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0}.athlete-profile-hero__overlay[data-overlay=darken]{background:#0006}.athlete-profile-hero__overlay[data-overlay=gradient-bottom]{background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 25%,rgba(0,0,0,.4) 50%,transparent 100%)}.athlete-profile-hero__content{position:relative;z-index:1;width:100%;padding:60px 40px}.athlete-profile-hero__content[data-text-color=white]{color:#fff}.athlete-profile-hero__container{max-width:1200px;margin:0 auto}.athlete-profile-hero__discipline{display:inline-block;margin-bottom:16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:3px;background:none;padding:0;border-radius:0;color:var(--athlete-discipline-color)}.athlete-profile-hero__name{margin:0 0 12px;font-size:clamp(40px,8vw,72px);font-weight:900;text-transform:uppercase;letter-spacing:-1px;line-height:.95}.athlete-profile-hero__location{margin:0;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:3px;opacity:.7}.section--athlete-profile-content{display:block!important}.athlete-profile-content{display:block!important;background:#0a0a0a;color:#fff;padding:64px 0 80px}.athlete-profile-content__headline-wrapper{display:block;width:100%;max-width:900px;margin:0 auto 56px;padding:0 24px;text-align:center}.athlete-profile-content__headline{margin:0;font-size:22px;font-weight:400;font-style:italic;line-height:1.6;color:#fff9;letter-spacing:.3px}.athlete-profile-content__container{display:block;max-width:1100px;margin:0 auto;padding:0 24px}.athlete-profile-content__layout{display:grid;gap:40px}@media(min-width:768px){.athlete-profile-content__layout{grid-template-columns:65% 35%;gap:60px}}.athlete-profile-content__video-section{display:block;width:100%;max-width:1100px;margin:64px auto 0;padding:0 24px}.athlete-profile-content__video-label{display:block;margin-bottom:16px;font-size:10px;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:#fff6}.athlete-profile-content__video-wrapper{position:relative;aspect-ratio:16 / 9;background:#000;overflow:hidden}.athlete-profile-content__video-wrapper iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.athlete-profile-content__main{min-width:0}.athlete-profile-content__bio{font-size:17px;line-height:1.7;color:#fff;max-width:580px}.athlete-profile-content__bio p{margin:0 0 1.4em}.athlete-profile-content__bio p:last-child{margin-bottom:0}.athlete-profile-content__gallery{margin-top:48px}.athlete-profile-content__gallery-heading{margin:0 0 16px;color:#fff}.athlete-profile-content__gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px}@media(min-width:768px){.athlete-profile-content__gallery-grid{grid-template-columns:repeat(3,1fr)}}.athlete-profile-content__gallery-item{aspect-ratio:1;overflow:hidden;border-radius:0}.athlete-profile-content__gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.athlete-profile-content__gallery-item:hover .athlete-profile-content__gallery-image{transform:scale(1.05)}.athlete-profile-content__sidebar{display:flex;flex-direction:column;gap:28px}.athlete-profile-content__fact{display:flex;flex-direction:column;gap:6px}.athlete-profile-content__fact-label{font-size:10px;text-transform:uppercase;letter-spacing:2px;color:#fff6;font-weight:500}.athlete-profile-content__fact-value{font-weight:600;font-size:15px;color:#fff}.athlete-profile-content__fact-value--accent{color:var(--athlete-discipline-color)}.athlete-profile-content__flag{margin-right:8px;font-size:18px}.athlete-profile-content__social{display:flex;flex-direction:column;gap:12px}.athlete-profile-content__social-icons{display:flex;gap:12px}.athlete-profile-content__social-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.3);text-decoration:none;transition:all .3s ease}.athlete-profile-content__social-icon svg{fill:#fff;opacity:.9}.athlete-profile-content__social-icon:hover{background:#fff;border-color:#fff;color:#000;transform:translateY(-2px)}.athlete-profile-content__social-icon:hover svg{fill:#000;opacity:1}.athlete-profile-content__not-found{text-align:center;padding:48px;color:#ffffff80}.athlete-social-links{display:flex;gap:12px}.athlete-social-links__item{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;background:#ffffff1a;border-radius:0;transition:all .3s ease}.athlete-social-links__item:hover{background:#fff;color:#000}@media(max-width:767px){.athlete-roster-hero{min-height:40vh}.athlete-roster-hero__content{padding:32px 16px}.athlete-profile-nav{padding:12px 16px}.athlete-profile-nav__link{font-size:10px;letter-spacing:1.5px}.athlete-profile-hero{min-height:50vh}.athlete-profile-hero__content{padding:32px 20px}.athlete-profile-hero__discipline{font-size:10px;letter-spacing:2px}.athlete-profile-hero__name{font-size:clamp(32px,10vw,48px)}.athlete-profile-hero__location{font-size:11px;letter-spacing:2px}.athlete-profile-content{padding:48px 0 64px}.athlete-profile-content__headline-wrapper{margin-bottom:32px;padding:0 16px}.athlete-profile-content__headline{font-size:16px}.athlete-profile-content__container{padding:0 16px}.athlete-profile-content__layout{gap:32px}.athlete-profile-content__bio{font-size:15px}.athlete-profile-content__sidebar{order:-1;flex-direction:row;flex-wrap:wrap;gap:20px}.athlete-profile-content__fact{min-width:120px}.athlete-profile-content__social{width:100%}.athlete-profile-content__video-section{margin-top:48px;padding:0 16px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/athlete-section.css.map */
