.athletes-grid{display:block;--slate-black: #19191A;--heritage-white: #F0F0F0;--elegance: #002864;--performance: #E11837;--badge-ambassador: #002864;--badge-pro: #4A7C59;--badge-junior: #F2A922;--border: rgba(25, 25, 26, .12);--text-sub: rgba(25, 25, 26, .45);--font-tartuffo: "Tartuffo", "Georgia", serif;--font-helvetica: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, sans-serif}.athletes-grid__container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto;padding:0 80px}.athletes-grid__heading{font-family:var(--font-helvetica);font-size:28px;font-weight:700;color:var(--slate-black);margin-bottom:32px;letter-spacing:-.01em}.athletes-grid__grid{display:grid;gap:24px;grid-template-columns:repeat(var(--cols-desktop, 3),1fr)}.athletes-grid__card{position:relative;cursor:pointer}.athletes-grid__link{display:block;text-decoration:none;color:inherit}.athletes-grid__media{position:relative;overflow:hidden;aspect-ratio:16 / 9;background:var(--heritage-white)}.athletes-grid__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.athletes-grid__card:hover .athletes-grid__media img{transform:scale(1.04)}.athletes-grid__placeholder{width:100%;height:100%;background:#ddd}.athletes-grid__caption{padding:12px 0 0}.athletes-grid__name{font-family:var(--font-helvetica);font-size:20px;font-weight:600;color:var(--slate-black);letter-spacing:.01em}.athletes-grid__country{font-family:var(--font-helvetica);font-size:13px;font-weight:300;color:var(--text-sub);margin-top:2px;letter-spacing:.04em}.athletes-grid__badge{position:absolute;top:12px;left:12px;display:inline-block;font-family:var(--font-helvetica);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:2px;color:#fff;pointer-events:none;z-index:2}.athletes-grid__badge--ambassador{background:var(--badge-ambassador)}.athletes-grid__badge--pro_player{background:var(--badge-pro)}.athletes-grid__badge--junior{background:var(--badge-junior);color:var(--slate-black)}.athletes-grid__badge--popup{top:16px;left:auto;right:16px;font-size:11px;padding:5px 14px}.athletes-grid__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#19191ab3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999}.athletes-grid__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.athletes-grid__modal-panel{background:var(--heritage-white);width:100%;max-width:var(--popup-max-width, 1100px);max-height:90vh;overflow-y:auto;overflow-x:hidden;outline:none;position:relative;border-radius:4px;-webkit-overflow-scrolling:touch}.athletes-grid__modal-close{position:absolute;top:16px;right:16px;background:#19191a8c;color:#f0f0f0;border:none;width:36px;height:36px;border-radius:50%;font-size:18px;font-weight:300;line-height:1;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;transition:background .2s ease;-webkit-font-smoothing:antialiased}.athletes-grid__modal-close:hover{background:#19191ad9}.athletes-grid__modal[hidden],.athletes-grid__overlay[hidden]{display:none!important}.athletes-grid__marquee{background:var(--slate-black);overflow:hidden;height:44px;display:flex;align-items:center}.athletes-grid__marquee-track{display:flex;align-items:center;white-space:nowrap;animation:ag-marquee 12s linear infinite;will-change:transform}.athletes-grid__marquee-item{font-family:var(--font-tartuffo);font-size:19px;font-weight:400;letter-spacing:.06em;text-transform:uppercase;color:var(--kw-color, #F0F0F0);padding:0 28px;line-height:1}.athletes-grid__marquee-sep{font-size:8px;color:#f0f0f033;flex-shrink:0}@keyframes ag-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.athletes-grid__popup-hero{position:relative;height:560px;background:var(--slate-black);overflow:hidden}.athletes-grid__popup-hero-img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.athletes-grid__popup-hero-grad{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#19191ae6,#19191a26,#19191a00)}.athletes-grid__popup-hero-info{position:absolute;bottom:0;left:0;right:0;padding:24px 32px 28px}.athletes-grid__popup-hero-name{font-family:var(--font-helvetica);font-size:52px;font-weight:450;letter-spacing:-.02em;color:var(--heritage-white);line-height:1.02;margin-bottom:8px}.athletes-grid__popup-hero-meta{display:flex;align-items:center;gap:10px;font-family:var(--font-helvetica);font-size:15px;font-weight:400;color:#f0f0f0b8;letter-spacing:.08em}.athletes-grid__popup-hero-dot{width:3px;height:3px;background:#f0f0f04d;border-radius:50%;flex-shrink:0}.athletes-grid__story{display:grid;grid-template-columns:1fr}.athletes-grid__story--has-img{grid-template-columns:1fr 1fr}.athletes-grid__story-media{overflow:hidden;background:#19191a;min-height:280px}.athletes-grid__story-media img{width:100%;height:100%;object-fit:cover;display:block}.athletes-grid__story-texts{display:grid;grid-template-rows:auto auto}.athletes-grid__story:not(.athletes-grid__story--has-img) .athletes-grid__story-texts{grid-template-columns:1fr 1fr;grid-template-rows:auto}.athletes-grid__story-col{padding:24px 28px;display:flex;flex-direction:column;gap:12px}.athletes-grid__story-col--story{background:#0028640a}.athletes-grid__story-label{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 20px;border-radius:999px;background:#19191a;color:#f0f0f0;font-family:var(--font-helvetica);font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;line-height:1}.athletes-grid__story-quote{font-family:var(--font-helvetica);font-size:15px;font-style:italic;font-weight:600;color:#19191aeb;line-height:1.7;border-left:3px solid #888888;padding-left:18px;-webkit-font-smoothing:antialiased}.athletes-grid__story-body{font-family:var(--font-helvetica);font-size:14px;font-weight:400;color:#19191ad1;line-height:1.8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.athletes-grid__story-body p{margin:0 0 6px}.athletes-grid__story-body p:last-child{margin-bottom:0}.athletes-grid__story-interesting{display:flex;gap:10px;align-items:flex-start}.athletes-grid__story-icon{width:26px;height:26px;background:var(--elegance);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0;color:#fff;line-height:1;padding-top:1px}.athletes-grid__achieve{background:var(--slate-black);padding:28px 32px 32px;border-top:1px solid rgba(240,240,240,.06)}.athletes-grid__achieve-heading{font-family:var(--font-helvetica);font-size:14px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#f0f0f066;margin-bottom:18px}.athletes-grid__achieve-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 40px}.athletes-grid__achieve-col{display:flex;flex-direction:column;gap:8px}.athletes-grid__achieve-col-label{font-family:var(--font-helvetica);font-size:14px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#f0f0f08c}.athletes-grid__achieve-body{font-family:var(--font-helvetica);font-size:15px;font-weight:400;color:#f0f0f0eb;line-height:1.9;-webkit-font-smoothing:antialiased}.athletes-grid__achieve-body ul{list-style:none;padding:0;margin:0}.athletes-grid__achieve-body li{position:relative;padding-left:16px;margin-bottom:8px;font-size:15px;line-height:1.9}.athletes-grid__achieve-body li:before{content:"";position:absolute;left:0;top:11px;width:4px;height:4px;background:var(--heritage-white);border-radius:50%}.athletes-grid__achieve-body p{margin:0 0 6px}.athletes-grid__achieve-body p:last-child{margin-bottom:0}.athletes-grid__gallery-slider{width:100%;overflow:hidden}.athletes-grid__gallery-track{display:flex;width:max-content;animation:ag-gallery-roll 24s linear infinite}.athletes-grid__gallery-slider:hover .athletes-grid__gallery-track{animation-play-state:paused}.athletes-grid__gallery-slide{width:clamp(280px,36vw,480px);aspect-ratio:4 / 5;flex-shrink:0;overflow:hidden}.athletes-grid__gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}@keyframes ag-gallery-roll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media screen and (max-width:1024px){.athletes-grid__grid{grid-template-columns:repeat(2,1fr)}.athletes-grid__popup-hero{height:420px}.athletes-grid__popup-hero-name{font-size:40px}.athletes-grid__achieve-grid{gap:10px 24px}}@media screen and (max-width:768px){.athletes-grid__story--has-img{display:flex;flex-direction:column}.athletes-grid__story-texts{order:1}.athletes-grid{padding:0 30px!important}.athletes-grid__modal{padding:0;align-items:flex-end}.athletes-grid__modal-panel{max-height:95vh;border-radius:12px 12px 0 0}.athletes-grid__modal-close{top:12px;right:12px;width:32px;height:32px;font-size:16px}.athletes-grid__marquee{height:36px}.athletes-grid__marquee-item{font-size:14px;padding:0 18px}.athletes-grid__popup-hero{height:56vw;min-height:220px;max-height:360px}.athletes-grid__popup-hero-info{padding:14px 18px 18px}.athletes-grid__popup-hero-name{font-size:28px;margin-bottom:5px}.athletes-grid__popup-hero-meta{font-size:12px;gap:6px}.athletes-grid__story,.athletes-grid__story--has-img{grid-template-columns:1fr}.athletes-grid__story-media{order:2;min-height:0}.athletes-grid__story-media img{width:calc(100% - 40px);height:auto;display:block;margin:22px auto}.athletes-grid__story-texts,.athletes-grid__story:not(.athletes-grid__story--has-img) .athletes-grid__story-texts{grid-template-columns:1fr;grid-template-rows:auto auto}.athletes-grid__story-col{padding:18px;gap:10px}.athletes-grid__story-label{font-size:11px;min-height:28px;padding:0 14px}.athletes-grid__story-quote{font-size:13px;padding-left:14px}.athletes-grid__story-body{font-size:13px;line-height:1.75}.athletes-grid__achieve{padding:20px 18px 24px}.athletes-grid__achieve-heading{font-size:12px;margin-bottom:14px}.athletes-grid__achieve-grid{grid-template-columns:1fr;gap:20px}.athletes-grid__achieve-col-label{font-size:12px}.athletes-grid__achieve-body,.athletes-grid__achieve-body li{font-size:14px;line-height:1.8}.athletes-grid__gallery-slide{width:78vw}.athletes-grid__heading{font-size:18px;margin-bottom:20px}.athletes-grid__container{padding:0 10px}.athletes-grid__name{font-size:14px}.athletes-grid__country{font-size:12px}}@media screen and (max-width:480px){.athletes-grid__grid{grid-template-columns:repeat(2,1fr);gap:14px}.athletes-grid__popup-hero{height:64vw;min-height:200px}.athletes-grid__popup-hero-name{font-size:22px}.athletes-grid__popup-hero-meta{font-size:11px}.athletes-grid__story-col,.athletes-grid__achieve{padding:16px}.athletes-grid__badge{font-size:9px;padding:3px 9px;top:8px;left:8px}}@media(hover:none){.athletes-grid__card:hover .athletes-grid__media img{transform:none}.athletes-grid__gallery-slider:hover .athletes-grid__gallery-track{animation-play-state:running}}.athletes-grid__story-col--collapsed .athletes-grid__story-body{max-height:200px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,black 40%,transparent 100%);mask-image:linear-gradient(to bottom,black 40%,transparent 100%)}.athletes-grid__story-toggle{display:flex;align-items:center;justify-content:center;width:100%;background:none;border:none;cursor:pointer;margin-top:4px;padding:4px 0}.athletes-grid__story-toggle svg{width:20px;height:20px;fill:none;stroke:#19191a;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}.athletes-grid__story-toggle--open svg{transform:rotate(180deg)}
/*# sourceMappingURL=/cdn/shop/t/4/assets/athletes-grid-v2.css.map */
