.LeaderCategory-module-scss-module__MZM2ha__leaderCategory{background:#fff;border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__header{background-color:var(--secondary-color);padding:var(--spacing-sm) var(--spacing-m)}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__title{color:var(--base-white-color);text-transform:uppercase}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__titleLink{color:inherit;text-decoration:none}@media (hover:hover){.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__titleLink:hover .LeaderCategory-module-scss-module__MZM2ha__leaderCategory__title{text-underline-offset:2px;cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:1px}}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead{padding:var(--spacing-m) var(--spacing-m) 0px var(--spacing-m);background-color:var(--neutral-color-100);box-sizing:content-box;height:129px;color:inherit;cursor:pointer;flex-direction:row;justify-content:space-between;align-items:flex-end;text-decoration:none;transition:background-color .3s;display:flex;position:relative;overflow:hidden}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead:before{content:"";background:linear-gradient(135deg, transparent 0%, rgba(var(--primary-color-rgb,255, 107, 0), .05) 100%);opacity:0;transition:opacity .3s;position:absolute;inset:0}@media (hover:hover){.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead:hover{background-color:var(--neutral-color-200)}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead:hover:before{opacity:1}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead:hover .LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerFirstName,.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead:hover .LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerLastName{text-underline-offset:2px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:1px}}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__list{flex-direction:column;display:flex}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__leadInfo{gap:var(--spacing-s);margin-top:var(--spacing-m);margin-bottom:var(--spacing-m);flex-direction:row;align-items:center;display:flex}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__teamLogo{object-fit:contain;width:24px;height:30px}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerImage{object-fit:contain;object-position:bottom;width:109px;height:129px}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__info{z-index:1;position:relative}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerFirstName,.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerLastName{transition:color .3s}@media (max-width:1023px){.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__header{padding:var(--spacing-s) var(--spacing-m)}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__lead{height:99px;padding:var(--spacing-s) var(--spacing-m);flex-direction:column;align-self:stretch;align-items:flex-start}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__info{flex-direction:column;flex:1;justify-content:center;display:flex}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerFirstName,.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerLastName{text-overflow:ellipsis;white-space:nowrap;max-width:148px;overflow:hidden}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__leadInfo{margin-top:var(--spacing-sm);margin-bottom:0;position:static}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__teamLogo{width:24px;height:24px}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerImage{right:var(--spacing-m);aspect-ratio:28/33;width:84px;height:99px;position:absolute;bottom:0}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerLastName{font-size:var(--fs-heading-1);font-weight:var(--fw-heading-1);line-height:var(--lh-heading-1);letter-spacing:var(--ls-heading-1)}.LeaderCategory-module-scss-module__MZM2ha__leaderCategory__playerNumberValue{font-size:var(--fs-heading-display-4);font-weight:var(--fw-heading-display-4);line-height:var(--lh-heading-display-4);letter-spacing:var(--ls-heading-display-4)}}
.Leaders-module-scss-module__2KOGDW__leaders{width:100%}.Leaders-module-scss-module__2KOGDW__leaders__container{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);width:100%}.Leaders-module-scss-module__2KOGDW__leaders__header{width:100%;margin-bottom:var(--spacing-l)}.Leaders-module-scss-module__2KOGDW__leaders__grid{gap:var(--spacing-m);width:100%;margin-bottom:var(--spacing-ml);grid-template-columns:repeat(4,1fr);display:grid}.Leaders-module-scss-module__2KOGDW__leaders__grid>*{min-width:258px;max-width:430px}.Leaders-module-scss-module__2KOGDW__leaders__footer{justify-content:flex-start;width:100%;display:flex}.Leaders-module-scss-module__2KOGDW__leaders__link{text-decoration:none}.Leaders-module-scss-module__2KOGDW__leaders__button{text-transform:uppercase}@media (max-width:1420px){.Leaders-module-scss-module__2KOGDW__leaders__header{margin-bottom:var(--spacing-m);padding-left:var(--spacing-m);padding-right:var(--spacing-m)}.Leaders-module-scss-module__2KOGDW__leaders__grid{scroll-snap-type:x mandatory;scroll-padding-left:var(--spacing-m);scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:auto}.Leaders-module-scss-module__2KOGDW__leaders__grid::-webkit-scrollbar{display:none}.Leaders-module-scss-module__2KOGDW__leaders__grid>:first-child{margin-left:var(--spacing-m)}.Leaders-module-scss-module__2KOGDW__leaders__grid>:last-child{margin-right:var(--spacing-m)}.Leaders-module-scss-module__2KOGDW__leaders__grid>*{scroll-snap-align:start;flex-shrink:0;min-width:258px}.Leaders-module-scss-module__2KOGDW__leaders__footer{padding-left:var(--spacing-m);padding-right:var(--spacing-m)}}@media (max-width:767px){.Leaders-module-scss-module__2KOGDW__leaders__grid>*{max-width:80%}.Leaders-module-scss-module__2KOGDW__leaders__footer{justify-content:center}}
.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable{--home-standings-sticky-offset:0px;border-radius:12px;flex-direction:column;width:100%;display:flex;overflow:hidden}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__header{padding-bottom:var(--spacing-m);justify-content:space-between;align-items:baseline;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__title{color:var(--base-black-color)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__logo{width:auto;height:31px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__table{flex-direction:column;width:100%;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__tableHeader{grid-template-columns:1fr repeat(6,70px);align-items:center;display:grid}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell{background-color:var(--secondary-color);padding:var(--spacing-sm) 0px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell--borderLeft,.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--borderLeft{border-left:1px solid var(--neutral-color-100)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell:first-child{padding-left:var(--spacing-m);padding-right:var(--spacing-m);border-top-left-radius:12px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell:last-child{padding-left:var(--spacing-m);padding-right:var(--spacing-m);border-top-right-radius:12px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell{text-align:center;color:var(--base-white-color);text-transform:uppercase;font-size:var(--fs-heading-2);font-weight:var(--fw-heading-2);line-height:var(--lh-heading-2);letter-spacing:var(--ls-heading-2)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell--team{text-align:left}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__body{flex-direction:column;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row{grid-template-columns:1fr repeat(6,70px);align-items:center;min-height:48px;display:grid}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row:nth-child(odd) .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell{background-color:#fff}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row:nth-child(2n) .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell{background-color:var(--secondary-color-100)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell{justify-content:center;align-items:center;gap:var(--spacing-xs);height:100%;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team{justify-content:flex-start;align-items:center;gap:var(--spacing-xs);text-align:left;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__positionBadge{width:4px;height:100%}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__positionBadge--playoff{background-color:var(--yellow-color)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__positionBadge--relegation{background-color:var(--error-color)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__position{text-align:center;min-width:24px;color:var(--base-black-color)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamLink{align-items:center;gap:var(--spacing-xs);color:inherit;text-decoration:none;display:flex}@media (hover:hover){.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamLink:hover .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName{text-underline-offset:2px;cursor:pointer;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-decoration-thickness:1px}}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamLogo{object-fit:contain;flex-shrink:0;width:30px;height:30px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName{white-space:nowrap;text-overflow:ellipsis;color:var(--base-black-color);overflow:hidden}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName--full{display:inline}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName--abbreviated{display:none}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__footer{padding:var(--spacing-ml);justify-content:flex-end;display:flex}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__link{text-decoration:none}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__button{text-transform:uppercase;border-radius:100px}@media (max-width:1420px){.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable{--home-standings-sticky-offset:var(--spacing-m)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__header{padding-left:var(--spacing-m);padding-right:var(--spacing-m)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__table{scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__table::-webkit-scrollbar{display:none}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__tableHeader,.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row{margin-left:var(--spacing-m);margin-right:var(--spacing-m);min-width:fit-content}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__footer{display:none}}@media (max-width:767px){.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__table{isolation:isolate;overflow-x:auto}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__tableHeader{grid-template-columns:minmax(142px,1fr) repeat(6,48px)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell{padding-top:var(--spacing-s);padding-bottom:var(--spacing-s);font-size:var(--fs-heading-subhead);font-weight:var(--fw-heading-subhead);line-height:var(--lh-heading-subhead);letter-spacing:var(--ls-heading-subhead)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell--team{left:var(--home-standings-sticky-offset);z-index:3;background-color:var(--secondary-color);border-top-left-radius:12px;position:sticky}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell--team:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#00000014);width:12px;height:100%;transition:opacity .2s;position:absolute;top:0;right:-1px}[data-standings-scrolled=true] .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__headerCell--team:after{opacity:1}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamLogo{width:24px;height:24px}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row{grid-template-columns:minmax(142px,1fr) repeat(6,48px)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team{left:var(--home-standings-sticky-offset);z-index:2;font-size:var(--fs-heading-2);font-weight:var(--fw-heading-2);line-height:var(--lh-heading-2);letter-spacing:var(--ls-heading-2);position:sticky}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(90deg,#0000,#00000014);width:12px;height:100%;transition:opacity .2s;position:absolute;top:0;right:-1px}[data-standings-scrolled=true] .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team:after{opacity:1}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row:nth-child(odd) .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team{background-color:#fff}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__row:nth-child(2n) .HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__cell--team{background-color:var(--secondary-color-100)}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName--full{display:none}.HomeStandingsTable-module-scss-module__ORxIoG__homeStandingsTable__teamName--abbreviated{display:inline}}
.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings{width:100%}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__container{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-xl);width:100%}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__content{gap:var(--spacing-l);grid-template-columns:1fr 1fr;width:100%;display:grid}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__leaders{flex-direction:column;display:flex}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__header{width:100%;margin-bottom:var(--spacing-ml)}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid{gap:var(--spacing-m);width:100%;margin-bottom:var(--spacing-ml);grid-template-columns:repeat(2,1fr);display:grid}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid>*{min-width:258px;max-width:430px}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__footer{justify-content:flex-start;width:100%;display:flex}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__link{text-decoration:none}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__button{text-transform:uppercase}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__standings{flex-direction:column;display:flex}@media (max-width:1420px){.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__content{gap:var(--spacing-l);flex-direction:column;display:flex}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__header{margin-bottom:var(--spacing-m);padding-left:var(--spacing-m);padding-right:var(--spacing-m)}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid{scroll-snap-type:x mandatory;scroll-padding-left:var(--spacing-m);scrollbar-width:none;-ms-overflow-style:none;flex-direction:row;display:flex;overflow-x:auto}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid::-webkit-scrollbar{display:none}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid>:first-child{margin-left:var(--spacing-m)}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid>:last-child{margin-right:var(--spacing-m)}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid>*{scroll-snap-align:start;flex-shrink:0;min-width:258px}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__footer{padding-left:var(--spacing-m);padding-right:var(--spacing-m)}}@media (max-width:767px){.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__container{padding-top:var(--spacing-l);padding-bottom:var(--spacing-l)}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__grid>*{max-width:80%}.LeadersWithStandings-module-scss-module__3x5C0q__leadersWithStandings__footer{justify-content:center}}