.athletes-hero{height:45vh;min-height:320px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#fff}.athletes-hero__overlay,.athletes-hero__texture{display:none}.athletes-hero__bg-image{position:absolute;top:0;right:0;bottom:0;left:0}.athletes-hero__bg-image img{width:100%;height:100%;object-fit:cover}.athletes-hero__bg-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff8c}.athletes-hero__content{text-align:center;position:relative;z-index:2}.athletes-hero__eyebrow{font-size:11px;font-weight:500;letter-spacing:6px;text-transform:uppercase;color:#07703f;margin-bottom:20px;opacity:0;animation:ath-fadeUp 1s ease .3s forwards}.athletes-hero__title{font-size:clamp(36px,6vw,68px);font-weight:300;color:#242424;letter-spacing:8px;text-transform:uppercase;line-height:1.1;opacity:0;animation:ath-fadeUp 1.2s ease .5s forwards}.athletes-hero__divider{width:60px;height:1px;background:#07703f;margin:20px auto;opacity:0;animation:ath-fadeUp 1s ease .8s forwards}.athletes-hero__subtitle{font-size:16px;font-weight:300;font-style:italic;color:#9f9f9f;letter-spacing:2px;opacity:0;animation:ath-fadeUp 1s ease 1s forwards}.athlete-block{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;position:relative}.athlete-block--light{background:#fff}.athlete-block--dark{background:#242424}.athlete-block--reversed{direction:rtl}.athlete-block--reversed>*{direction:ltr}.athlete-block__imagery{position:relative;overflow:hidden;min-height:600px}.athlete-block__imagery img{width:100%;height:100%;object-fit:cover;display:block}.athlete-block__photo-placeholder{width:100%;height:100%;min-height:600px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;position:relative}.athlete-block--light .athlete-block__photo-placeholder{background:#fff}.athlete-block--dark .athlete-block__photo-placeholder{background:#0000004d}.athlete-block__photo-placeholder:before{content:"";position:absolute;top:24px;right:24px;bottom:24px;left:24px}.athlete-block--light .athlete-block__photo-placeholder:before{border:1px solid #EEEEEE}.athlete-block--dark .athlete-block__photo-placeholder:before{border:1px solid rgba(255,255,255,.1)}.athlete-block__placeholder-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.athlete-block--light .athlete-block__placeholder-icon{border:1.5px solid #BEBEBE}.athlete-block--dark .athlete-block__placeholder-icon{border:1.5px solid rgba(255,255,255,.2)}.athlete-block__placeholder-icon svg{width:20px;height:20px;fill:none;stroke-width:1.5}.athlete-block--light .athlete-block__placeholder-icon svg{stroke:#bebebe}.athlete-block--dark .athlete-block__placeholder-icon svg{stroke:#ffffff40}.athlete-block__placeholder-text{font-size:11px;font-weight:500;letter-spacing:3px;text-transform:uppercase}.athlete-block--light .athlete-block__placeholder-text{color:#bebebe}.athlete-block--dark .athlete-block__placeholder-text{color:#ffffff40}.athlete-block__content{display:flex;align-items:center;justify-content:center;padding:80px;position:relative}.athlete-block__content-inner{max-width:520px}.athlete-block__flag{font-size:10px;font-weight:600;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;display:flex;align-items:center;gap:10px;color:#07703f}.athlete-block__flag:before{content:"";width:24px;height:1px;background:#07703f}.athlete-block__name{font-size:clamp(36px,4vw,56px);font-weight:400;letter-spacing:3px;text-transform:uppercase;line-height:1.15;margin-bottom:8px}.athlete-block--light .athlete-block__name{color:#242424}.athlete-block--dark .athlete-block__name{color:#fff}.athlete-block__title-line{font-size:18px;font-weight:300;font-style:italic;margin-bottom:32px;letter-spacing:1px}.athlete-block--light .athlete-block__title-line{color:#9f9f9f}.athlete-block--dark .athlete-block__title-line{color:#bebebe}.athlete-block__stats{display:flex;gap:32px;margin-bottom:40px;padding-bottom:32px}.athlete-block--light .athlete-block__stats{border-bottom:1px solid #EEEEEE}.athlete-block--dark .athlete-block__stats{border-bottom:1px solid rgba(255,255,255,.12)}.athlete-stat__value{font-size:28px;font-weight:500;line-height:1;margin-bottom:4px}.athlete-block--light .athlete-stat__value{color:#242424}.athlete-block--dark .athlete-stat__value{color:#fff}.athlete-stat__label{font-size:9px;font-weight:600;letter-spacing:2px;text-transform:uppercase}.athlete-block--light .athlete-stat__label{color:#9f9f9f}.athlete-block--dark .athlete-stat__label{color:#fff6}.athlete-block__bio{font-size:14px;font-weight:300;line-height:1.9;letter-spacing:.2px;margin-bottom:40px}.athlete-block--light .athlete-block__bio{color:#494949}.athlete-block--dark .athlete-block__bio{color:#ffffffb3}.athlete-block__bio p{margin-bottom:20px}.athlete-block__bio p:last-child{margin-bottom:0}.athlete-block__cta{display:inline-flex;align-items:center;gap:12px;font-size:10px;font-weight:600;letter-spacing:3px;text-transform:uppercase;text-decoration:none;transition:all .4s ease}.athlete-block--light .athlete-block__cta{color:#242424}.athlete-block--dark .athlete-block__cta{color:#fff}.athlete-block__cta-line{width:40px;height:1px;transition:width .4s ease}.athlete-block--light .athlete-block__cta-line{background:#242424}.athlete-block--dark .athlete-block__cta-line{background:#fff}.athlete-block__cta:hover .athlete-block__cta-line{width:60px}.athlete-block--light .athlete-block__cta:hover,.athlete-block--dark .athlete-block__cta:hover{color:#07703f}.athlete-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.athlete-gallery--light{background:#fff}.athlete-gallery--dark{background:#ffffff0f}.athlete-gallery__cell{aspect-ratio:3/4;overflow:hidden;position:relative}.athlete-gallery__cell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.athlete-gallery__cell:hover img{transform:scale(1.03)}.athlete-gallery__cell .athlete-block__photo-placeholder{min-height:unset;height:100%}.athlete-gallery--light .athlete-block__photo-placeholder{background:#fff}.athlete-gallery--dark .athlete-block__photo-placeholder{background:#0000004d}.athlete-gallery--light .athlete-block__photo-placeholder:before{top:16px;right:16px;bottom:16px;left:16px;border-color:#eee}.athlete-gallery--dark .athlete-block__photo-placeholder:before{top:16px;right:16px;bottom:16px;left:16px;border-color:#ffffff14}.athletes-divider{padding:80px 0;display:flex;align-items:center;justify-content:center;background:#fff}.athletes-divider__ornament{display:flex;align-items:center;gap:20px}.athletes-divider__line{width:60px;height:1px;background:#eee}.athletes-divider__diamond{width:8px;height:8px;border:1px solid #07703F;transform:rotate(45deg)}.ath-reveal{opacity:0;transform:translateY(30px);transition:opacity .9s ease,transform .9s ease}.ath-reveal.ath-visible{opacity:1;transform:translateY(0)}@keyframes ath-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.athlete-block{grid-template-columns:1fr;min-height:auto}.athlete-block--reversed{direction:ltr}.athlete-block__imagery{min-height:60vh}.athlete-block__content{padding:60px 40px}}@media(max-width:768px){.athletes-hero{height:35vh;min-height:280px}.athlete-block__content{padding:48px 24px}.athlete-block__stats{gap:20px;flex-wrap:wrap}.athlete-gallery{grid-template-columns:1fr 1fr}.athletes-divider{padding:48px 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-athletes.css.map */
