.fco-button{font-family:var(--header-font-family);cursor:pointer;background-color:var(--bg-light);color:var(--text-color)}.fco-calendar-picker{display:inline-block;box-sizing:border-box;position:relative;max-inline-size:max-content;font-family:var(--body-font-family)}.fco-calendar-picker__icon{display:inline-block;cursor:pointer;outline:none;-webkit-user-select:none;user-select:none}.fco-calendar-picker .fco-button{font-family:var(--body-font-family);color:var(--text-color);cursor:pointer;border:1px solid var(--text-color);background:#0000;padding:4px 12px}@media (min-width:1025px){.fco-calendar-picker .fco-button{display:none}}.fco-calendar-picker__close{background:#0000}@media (min-width:1025px){.fco-calendar-picker__close{display:none}}@media (max-width:1024px){.fco-calendar-picker__close{cursor:pointer;position:absolute;inset-block-start:16px;inset-inline-end:16px}.fco-calendar-picker__close .fco-icon{color:var(--text-color)}}.fco-calendar-picker__calendar{max-inline-size:250px;max-block-size:250px;font-family:var(--header-font-family)}.fco-calendar-picker__calendar .react-calendar__navigation{display:flex;padding:0 3px}.fco-calendar-picker__calendar .react-calendar__navigation,.fco-calendar-picker__calendar .react-calendar__navigation__label{font-family:var(--header-font-family);color:var(--text-color)}.fco-calendar-picker__calendar .react-calendar__month-view,.fco-calendar-picker__calendar .react-calendar__navigation__arrow,.fco-calendar-picker__calendar .react-calendar__tile,.fco-calendar-picker__calendar .react-calendar__viewContainer{font-family:var(--body-font-family)}.fco-calendar-picker__calendar .react-calendar__navigation__arrow{cursor:pointer}[dir=rtl] .fco-calendar-picker__calendar .react-calendar__navigation__arrow{rotate:180deg}.fco-calendar-picker__calendar .react-calendar__month-view,.fco-calendar-picker__calendar .react-calendar__navigation,.fco-calendar-picker__calendar .react-calendar__navigation__arrow,.fco-calendar-picker__calendar .react-calendar__navigation__label,.fco-calendar-picker__calendar .react-calendar__tile,.fco-calendar-picker__calendar .react-calendar__viewContainer{font-family:var(--body-font-family);background-color:var(--bg-light)}.fco-calendar-picker__calendar .react-calendar__month-view__days__day{padding:.5rem;cursor:pointer;color:var(--text-color)}.fco-calendar-picker__calendar .react-calendar__month-view__days__day:hover{text-decoration:underline}.fco-calendar-picker__calendar .react-calendar__month-view__days__day--neighboringMonth{color:var(--text-color-light)}.fco-calendar-picker__calendar .react-calendar__month-view__weekdays__weekday{padding:.5rem}.fco-calendar-picker__calendar .react-calendar__tile--active{background-color:var(--alternate-bg-color);color:var(--alternate-text-color)!important;cursor:default}.fco-calendar-picker__calendar .react-calendar__tile--active:hover{text-decoration:none}.fco-calendar-picker__calendar .react-calendar__tile--now{font-weight:700;color:var(--primary-color)}.fco-calendar-picker__calendar-container{pointer-events:none;display:flex;align-items:center;justify-content:center;visibility:hidden}@media (min-width:1025px){.fco-calendar-picker__calendar-container{opacity:0;position:absolute;z-index:1;inset-inline-end:0;inset-block-end:0;translate:0 100%;scale:.01;transform-origin:100% 0;transition:opacity .25s cubic-bezier(.2,0,0,1),scale .45s cubic-bezier(.2,0,0,1)}}@media (max-width:1024px){.fco-calendar-picker__calendar-container{background-color:var(--bg-light);block-size:33vh;box-shadow:0 0 10px #0000001a;inset-block-end:0;inset-inline:0;min-block-size:300px;padding:10px 0;position:fixed;translate:0 100%;z-index:9999;transition:translate .45s cubic-bezier(.05,.7,.1,1)}}.fco-calendar-picker--opened .fco-calendar-picker__calendar-container{pointer-events:auto;visibility:visible}@media (min-width:1025px){.fco-calendar-picker--opened .fco-calendar-picker__calendar-container{opacity:1;scale:1}}@media (max-width:1024px){.fco-calendar-picker--opened .fco-calendar-picker__calendar-container{translate:0 0}}.fco-calendar-picker__calendar-container--with-close-button{flex-direction:column-reverse}.fco-skeleton{border:1px solid var(--skeleton-border-color);background:var(--skeleton-gradient);background-size:200% 200%;animation:skeleton 4.5s linear infinite}@keyframes skeleton{0%{background-position:0 0}to{background-position:-400% 0}}.fco-foldable-section{--fco-foldable-section-padding:24px;position:relative;padding:var(--fco-foldable-section-padding);background-color:var(--bg-light);transition:padding-bottom var(--fco-foldable-section-animation-duration) ease-in-out}.fco-foldable-section__wrapper{max-block-size:calc(var(--fco-foldable-section-max-height, 430px) - 2 * var(--fco-foldable-section-padding));overflow:hidden}.fco-foldable-section__wrapper--animate{transition:max-block-size var(--fco-foldable-section-animation-duration) ease-in-out}.fco-foldable-section__footer{position:absolute;display:flex;align-items:center;justify-content:center;inline-size:100%;inset-block-end:0;inset-inline-start:0;padding:40px 24px 4px;background-image:var(--foldable-section-gradient)}.fco-foldable-section__button{font-family:var(--body-font-family);font-size:16px;line-height:24px;font-weight:600;color:var(--text-color);inline-size:100%;padding:8px;cursor:pointer;background:none}.fco-foldable-section--is-open{padding-block-end:calc(2 * var(--fco-foldable-section-padding))}.fco-foldable-section--is-open .fco-foldable-section__wrapper{max-block-size:calc(var(--content-height) + 3 * var(--fco-foldable-section-padding))}.fco-foldable-section--is-open .fco-foldable-section__footer{background:none;padding-block-start:4px}.fco-inline-odds{inline-size:100%;grid-area:inline-odds}.fco-inline-odds__head{color:var(--inline-odds-heading-text-color);inline-size:100%;margin-block-end:8px;display:grid;grid-template-columns:repeat(4,1fr);grid-column-start:1;justify-items:center;column-gap:1px}.fco-inline-odds__heading{font-size:10px;line-height:14px;font-weight:600}.fco-inline-odds__heading:first-child{grid-column-start:2}.fco-inline-odds .fco-foldable-section{--fco-foldable-section-max-height:125px;--fco-foldable-section-padding:0px;background-color:unset}.fco-inline-odds .fco-foldable-section__content{display:flex;flex-direction:column;row-gap:12px}.fco-inline-odds .fco-foldable-section__footer{padding:24px;background-image:unset;background-color:var(--bg-color)}.fco-inline-odd{display:grid;grid-template-columns:repeat(4,1fr);column-gap:1px;block-size:36px}.fco-inline-odd__logo-container{background-color:var(--inline-odds-odd-bg);display:flex;align-items:center;justify-content:center;padding:6px}.fco-inline-odd__logo-container .fco-image__image{max-block-size:24px;object-position:unset}.fco-inline-odd__value{background-color:var(--inline-odds-odd-bg);color:var(--inline-odds-text-color);font-size:12px;line-height:16px;font-weight:600;justify-content:center}.fco-inline-odd__value,.fco-match-row-tv-channel{text-decoration:none;display:flex;align-items:center}.fco-match-row-tv-channel{font-family:var(--body-font-family);color:var(--text-color);gap:.625rem}.fco-match-row-tv-channel__header{font-family:var(--header-font-family);font-weight:700}.fco-match-row-tv-channel .fco-image{inline-size:32px}.fco-match-score{line-height:var(--scores-container-size,30px);inline-size:var(--scores-separator-length,18px);text-align:center}.fco-match-score__container{background-color:var(--bg-color,#f3f3f3);color:var(--text-color,#000);min-block-size:var(--scores-container-size,30px);min-inline-size:var(--scores-container-size,30px);font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;grid-area:team-scores}.fco-match-score__container--live{background-color:var(--primary-color,#ff4500);color:var(--alternate-text-color,#fff)}.fco-match-score__container--result{background-color:var(--alternate-bg-color,#00008b);color:var(--alternate-text-color,#fff)}.fco-match-score__container--agg{grid-area:team-scores-agg}.fco-match-score__container--pen{grid-area:team-scores-pen}.fco-match-score+.fco-match-score{border-block-start:var(--scores-separator-thickness,1px) solid var(--scores-separator-color,#7d7d7d40)}@container (width >= 500px){.fco-match-score__container{flex-direction:row}.fco-match-score{line-height:unset;inline-size:100%;text-align:center}.fco-match-score+.fco-match-score{border:none;border-inline-start:var(--scores-separator-thickness,1px) solid var(--scores-separator-color,#7d7d7d40)}}.fco-match-team-and-score__container{container-type:inline-size;text-decoration:none;display:block}.fco-match-team-and-score{--scores-container-size:30px;display:grid;grid-template-columns:1fr var(--scores-container-size,30px);grid-template-areas:"team-a-name team-scores" "team-b-name team-scores";column-gap:8px}.fco-match-team-and-score--with-aggregate,.fco-match-team-and-score--with-penalties{grid-template-columns:1fr var(--scores-container-size,30px) var(--scores-container-size,30px)}.fco-match-team-and-score--with-aggregate{grid-template-areas:"team-a-name team-scores team-scores-agg" "team-b-name team-scores team-scores-agg"}.fco-match-team-and-score--with-penalties{grid-template-areas:"team-a-name team-scores team-scores-pen" "team-b-name team-scores team-scores-pen"}.fco-match-team-and-score.fco-match-team-and-score--with-aggregate.fco-match-team-and-score--with-penalties{grid-template-columns:1fr var(--scores-container-size,30px) var(--scores-container-size,30px) var(--scores-container-size,30px);grid-template-areas:"team-a-name team-scores team-scores-agg team-scores-pen" "team-b-name team-scores team-scores-agg team-scores-pen"}.fco-match-team-and-score__team-a,.fco-match-team-and-score__team-b{align-self:center}.fco-match-team-and-score__team-a{grid-area:team-a-name}.fco-match-team-and-score__team-a .fco-match-team-with-crest[class*=red-cards] .fco-team-name:after{inset-inline:auto 0;rotate:180deg}.fco-match-team-and-score__team-b{grid-area:team-b-name}@container (width >= 500px){.fco-match-team-and-score{grid-template-areas:"team-a-name team-scores team-b-name";gap:8px}.fco-match-team-and-score,.fco-match-team-and-score--with-aggregate,.fco-match-team-and-score--with-penalties,.fco-match-team-and-score.fco-match-team-and-score--with-aggregate.fco-match-team-and-score--with-penalties{grid-template-columns:1fr calc(var(--scores-container-size, 30px) + var(--scores-separator-thickness, 1px) + var(--scores-container-size, 30px)) 1fr}.fco-match-team-and-score--with-aggregate{grid-template-areas:"team-a-name team-scores team-b-name" "team-a-name team-scores-agg team-b-name"}.fco-match-team-and-score--with-penalties{grid-template-areas:"team-a-name team-scores team-b-name" "team-a-name team-scores-pen team-b-name"}.fco-match-team-and-score.fco-match-team-and-score--with-aggregate.fco-match-team-and-score--with-penalties{grid-template-areas:"team-a-name team-scores team-b-name" "team-a-name team-scores-agg team-b-name" "team-a-name team-scores-pen team-b-name"}.fco-match-team-and-score__team-a .fco-match-team-with-crest{flex-direction:row-reverse;text-align:end}}.fco-match-row__container{background-color:var(--bg-light,#fff);display:block;text-decoration:none;container-type:inline-size}.fco-match-row{padding:12px;display:grid;grid-template-columns:1fr var(--scores-container-size,30px);grid-template-areas:"team-and-score team-and-score" "tv-channel match-state";gap:8px;place-items:center;text-align:center}.fco-match-row:has(.fco-inline-odds){grid-template-areas:"team-and-score team-and-score" "tv-channel match-state" "inline-odds inline-odds"}.fco-match-row .fco-match-start-date{grid-area:match-state}.fco-match-row .fco-match-state{display:block;text-decoration:none;grid-area:match-state}.fco-match-row .fco-match-score__type--agg{grid-area:agg-score}.fco-match-row .fco-match-score__type--pen{grid-area:pen-score}.fco-match-row .fco-match-team-and-score__container{grid-area:team-and-score;container-type:normal;inline-size:100%}.fco-match-row .fco-match-row-tv-channel{grid-area:tv-channel;justify-self:start;text-align:start}.fco-match-row--result-with-agg,.fco-match-row--result-with-pen{grid-template-columns:1fr var(--scores-container-size,30px) var(--scores-container-size,30px)}.fco-match-row--result-with-agg{grid-template-areas:"team-and-score team-and-score team-and-score" "tv-channel match-state agg-score"}.fco-match-row--result-with-pen{grid-template-areas:"team-and-score team-and-score team-and-score" "tv-channel match-state pen-score"}.fco-match-row.fco-match-row--result-with-agg.fco-match-row--result-with-pen{grid-template-columns:1fr var(--scores-container-size,30px) var(--scores-container-size,30px) var(--scores-container-size,30px);grid-template-areas:"team-and-score team-and-score team-and-score team-and-score" "tv-channel match-state agg-score pen-score"}.fco-match-row .fco-match-score__type{font-family:var(--body-font-family);color:var(--info-color);font-size:.75rem;line-height:1.125rem;display:block;text-decoration:none}@container (width >= 500px){.fco-match-row{grid-template-columns:50px 1fr;grid-template-rows:30px;grid-template-areas:"match-state team-and-score" "tv-channel tv-channel"}.fco-match-row:has(.fco-inline-odds){grid-template-areas:"match-state team-and-score" "tv-channel tv-channel" "inline-odds inline-odds"}.fco-match-row .fco-match-score__type,.fco-match-row .fco-match-start-date,.fco-match-row .fco-match-state{justify-self:start;margin-inline-start:8px}.fco-match-row .fco-match-row-tv-channel{justify-self:end}.fco-match-row--result-with-agg,.fco-match-row--result-with-pen{grid-template-rows:30px 30px 1fr}.fco-match-row--result-with-agg{grid-template-areas:"match-state team-and-score" "agg-score team-and-score" "tv-channel tv-channel"}.fco-match-row--result-with-pen{grid-template-areas:"match-state team-and-score" "pen-score team-and-score" "tv-channel tv-channel"}.fco-match-row.fco-match-row--result-with-agg.fco-match-row--result-with-pen{grid-template-columns:50px 1fr;grid-template-areas:"match-state team-and-score" "agg-score team-and-score" "pen-score team-and-score" "tv-channel tv-channel"}}@container (width >= 750px){.fco-match-row{grid-template-columns:100px 1fr 155px;grid-template-areas:"match-state team-and-score tv-channel"}.fco-match-row:has(.fco-inline-odds){grid-template-areas:"match-state team-and-score tv-channel" "inline-odds inline-odds inline-odds"}.fco-match-row--result-with-agg,.fco-match-row--result-with-pen{grid-template-rows:30px 30px}.fco-match-row--result-with-agg{grid-template-areas:"match-state team-and-score tv-channel" "agg-score team-and-score tv-channel"}.fco-match-row--result-with-pen{grid-template-areas:"match-state team-and-score tv-channel" "pen-score team-and-score tv-channel"}.fco-match-row.fco-match-row--result-with-agg.fco-match-row--result-with-pen{grid-template-columns:100px 1fr 155px;grid-template-rows:30px 30px 30px;grid-template-areas:"match-state team-and-score tv-channel" "agg-score team-and-score tv-channel" "pen-score team-and-score tv-channel"}}.fco-match-row:has(.fco-inline-odds):has(.fco-match-score__type){grid-template-areas:"team-and-score team-and-score  team-and-score" "tv-channel match-state-1 match-state-2" "inline-odds inline-odds inline-odds"}@container (width >= 500px){.fco-match-row:has(.fco-inline-odds):has(.fco-match-score__type){grid-template-areas:"match-state-1 team-and-score tv-channel" "match-state-2 team-and-score tv-channel" "inline-odds inline-odds inline-odds"}}.fco-match-row:has(.fco-inline-odds):has(.fco-match-score__type) .fco-match-start-date{grid-area:match-state-1}.fco-match-row:has(.fco-inline-odds):has(.fco-match-score__type) .fco-match-score__type--agg{grid-area:match-state-2}.fco-match-row:has(.fco-inline-odds):has(.fco-match-score__type) .fco-match-row--result-with-agg{grid-template-areas:"match-state team-and-score tv-channel" "match-state team-and-score tv-channel" "inline-odds inline-odds inline-odds"}.fco-competition-section{container-type:inline-size;display:flex;flex-direction:column}.fco-competition-section__header{text-decoration:none;padding:12px;background-color:var(--bg-light);color:var(--text-color);font-family:var(--header-font-family);font-size:1rem;line-height:1;display:flex;column-gap:1rem;align-items:center}.fco-competition-section__header-area{margin-inline-start:4px}.fco-competition-section__header .fco-image{inline-size:unset}.fco-competition-section__body{display:flex;flex-direction:column}.fco-competition-section__round-name{padding:12px;background-color:var(--bg-light);color:var(--text-color);font-family:var(--body-font-family)}.fco-competition-section__matches{display:grid;grid-template-columns:1fr}.fco-competition-section__matches .fco-match-row__container:nth-of-type(2n){background-color:var(--odd-row-bg-color,#f9f9fb)}.fco-search-field{display:flex;align-items:center;background-color:#fff;position:relative}.fco-search-field__input{font-family:var(--body-font-family);color:var(--secondary-text-color);inline-size:100%;font-size:.875rem;padding:.75rem;padding-inline-end:55px;border:none}.fco-search-field__input::placeholder{font-family:var(--body-font-family);opacity:.3}.fco-search-field__icons{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;position:absolute;inset-inline-end:0;gap:4px}.fco-search-field .fco-icon{cursor:pointer;color:var(--text-color);font-size:24px;margin-inline-end:4px}.fco-search-field .fco-icon-close:before{font-size:14px;display:flex;align-items:center}.fco-search-field__delete-button{display:flex;align-items:center;background-color:initial}.fco-switch{display:grid;grid-template-columns:1fr 1fr}.fco-switch__button{font-family:var(--header-font-family);padding:.75rem 1.5rem;cursor:pointer;background-color:var(--bg-light);color:var(--text-color)}.fco-switch__button--active{background-color:var(--alternate-bg-color);color:var(--alternate-text-color)}.__404_container__N_Rvr{display:grid;padding:40px;position:relative;margin:0 auto;max-width:600px;background-color:var(--color-white)}@media(prefers-color-scheme:dark){html:not([theme=light],[theme=dark]) .__404_container__N_Rvr{background-color:var(--color-tundora)}}html[theme=dark] .__404_container__N_Rvr{background-color:var(--color-tundora)}.__404_container__N_Rvr .__404_title__i2tJj{text-align:center;font-weight:700;font-size:35px;font-family:var(--header-font-family)}@media(min-width:768px){.__404_container__N_Rvr .__404_title__i2tJj{font-size:50px}}.__404_container__N_Rvr .__404_message__QBuuk{text-align:center;font-size:16px;margin-bottom:20px}@media(min-width:768px){.__404_container__N_Rvr .__404_message__QBuuk{font-size:20px;margin-bottom:30px}}.__404_container__N_Rvr .__404_button__vMvth{margin:0 auto}.wrapper_component-layout-main__NxKxF{width:100%}@media(min-width:1024px){.wrapper_component-layout-main__NxKxF{width:652px}}@media(min-width:1440px){.wrapper_component-layout-main__NxKxF{width:996px}}.wrapper_component-layout-main__NxKxF .most-read-hp-widget{position:relative;width:100%;padding:32px 16px;border-radius:8px;overflow:hidden;margin-bottom:calc(var(--vertical-gap)*-1)}@media(min-width:768px){.wrapper_component-layout-main__NxKxF .most-read-hp-widget{padding:48px 0;border-radius:0;overflow:visible}}.wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{content:"";position:absolute;width:calc(100vw - var(--scrollbar-width, 0px));height:100%;top:50%;inset-inline-start:50%;transform:translate(-50%,-50%);background-color:var(--color-alabaster)}@media(prefers-color-scheme:dark){html:not([theme=light],[theme=dark]) .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{background-color:var(--color-night-rider)}}html[theme=dark] .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{background-color:var(--color-night-rider)}[dir=rtl] .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{inset-inline:auto 50%}.wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{background-color:#0000}@media(prefers-color-scheme:dark){html:not([theme=light],[theme=dark]) .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{background-color:#0000}}html[theme=dark] .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{background-color:#0000}[data-mode]:not([data-mode=off]) .wrapper_component-layout-main__NxKxF .most-read-hp-widget:before{max-width:var(--max-content-width)}