.broadcast-schedule__heading{margin-bottom:1.875rem;text-align:center}.broadcast-schedule__tournament{background-color:#fff;border-radius:var(--border-radius--3);margin-bottom:1.5rem;padding:1.875rem}@media (max-width:767.98px){.broadcast-schedule__tournament{padding:.9375rem}}.broadcast-schedule__tournament-heading{justify-content:space-between}.broadcast-schedule__tournament-heading,.broadcast-schedule__tournament-heading-content{align-items:center;column-gap:.75rem;display:flex}@media (max-width:767.98px){.broadcast-schedule__tournament-heading-content h3{--heading--font-size:var(--font-size--heading-3);--heading--line-height:var(--line-height--heading-3)}}@media (max-width:575.98px){.broadcast-schedule__tournament-heading-content h3{--heading--font-size:var(--font-size--heading-4);--heading--line-height:var(--line-height--heading-4)}}.broadcast-schedule__tournament-heading svg{fill:#0c2b44;transition:transform .3s ease,fill .3s ease}.broadcast-schedule__tournament-heading.active{border-bottom-left-radius:0;border-bottom-right-radius:0}.broadcast-schedule__tournament-heading.active svg{fill:var(--color--blue-dark-400);transform:rotate(180deg)}.broadcast-schedule__tournament-logo{margin-bottom:0;max-width:75px}@media (max-width:575.98px){.broadcast-schedule__tournament-logo{max-width:50px}}.broadcast-schedule__tournament.is-active{box-shadow:var(--box-shadow--primary)}.broadcast-schedule__tournament-content{display:none;margin-top:1.5rem}.broadcast-schedule__tournament-content.show{display:block}.broadcast-schedule__accordion{border-radius:var(--border-radius--3);margin-bottom:2rem}.broadcast-schedule__accordion.is-active{box-shadow:var(--box-shadow--primary)}.broadcast-schedule__accordion-title{align-items:center;border:2px solid var(--color--blue-dark-400);border-radius:var(--border-radius--3);color:var(--color--blue-dark-400);cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:all .3s ease-in-out}@media (max-width:767.98px){.broadcast-schedule__accordion-title{padding:.75rem}}.broadcast-schedule__accordion-title.active{background-color:var(--color--blue-dark-400);border-bottom-left-radius:0;border-bottom-right-radius:0;color:#fff}.broadcast-schedule__accordion-title.active svg{fill:#fff;transform:rotate(180deg)}.broadcast-schedule__accordion-title svg{fill:#0c2b44;transition:transform .3s ease,fill .3s ease}.broadcast-schedule__accordion-title h3{line-height:1;margin-bottom:0}.broadcast-schedule__accordion-content{background-color:#f1f1f1;border-radius:0 0 8px 8px;display:none;overflow:hidden;padding:1.875rem}@media (max-width:767.98px){.broadcast-schedule__accordion-content{padding:.9375rem}}.broadcast-schedule__accordion-content.show{display:block}.broadcast-schedule__accordion-timeframe{border:2px solid #f1f1f1;margin-bottom:.75rem}.broadcast-schedule__accordion-timeframe-title{background-color:var(--color--blue-light-400);color:#fff;padding:.75rem}@media (max-width:767.98px){.broadcast-schedule__accordion-timeframe-title{padding:.75rem}}.broadcast-schedule__accordion-timeframe-title span{display:inline-block;font-size:16px;padding:0 .75rem}.broadcast-schedule__accordion-timeframe-title:first-child{padding-left:0}.broadcast-schedule__accordion-platforms{background-color:#fff;padding:1rem}.broadcast-schedule__accordion-platforms-image{margin-bottom:0;max-width:125px;width:100%}