body:not(.theme--dark) {
  --color-white: #fff;
  --color-primary: #ff0046;
  --color-primary-2: #ff0046;
  --color-secondary-1: #001e28;
  --color-secondary-2: #00141e;
  --color-secondary-3: #0f2d37;
  --color-secondary-3-active: #143f36;
  --color-support-1: #eee;
  --color-support-2: #c8cdcd;
  --color-support-3: #999;
  --color-support-4: #555e61;
  --color-support-5: #fff;
  --color-green: #14dc4b;
  --color-yellow: #ffcd00;
  --color-red: #dc0000;
  --color-live: #ffe6f3;
  --color-highlight: #eef7ff;
  --color-highlight-2: #eef7ff;
  --color-favorite: #fff2ce;
  --color-primary-rgb: 255, 0, 70;
  --color-primary-2-rgb: 255, 0, 70;
  --color-primary-3-rgb: 255, 51, 107;
  --color-secondary-1-rgb: 0, 30, 40;
  --color-secondary-2-rgb: 0, 20, 30;
  --color-secondary-3-rgb: 15, 45, 55;
  --color-support-1-rgb: 238, 238, 238;
  --color-support-2-rgb: 200, 205, 205;
  --color-support-3-rgb: 153, 153, 153;
  --color-alpha-1: 255, 255, 255;
  --color-alpha-2: 0, 0, 0;
  --color-green-rgb: 20, 220, 75;
  --color-yellow-rgb: 255, 205, 0;
  --color-red-rgb: 220, 0, 0;
  --color-support-1-alpha-40: #f4f4f4;
  --color-support-2-alpha-15: #f7f8f8;
  --color-support-2-alpha-20: #f4f5f5;
  --color-support-3-alpha-30: #dfe1e2;
  --color-combination-1: #001e28;
  --color-combination-2: #001e28;
  --color-combination-3: #0f2d37;
  --color-combination-4: #0f2d37;
  --color-combination-5: #555e61;
  --color-combination-6: #c8cdcd;
  --color-combination-7: #eee;
  --color-combination-8: #eee;
  --color-combination-9: #fff;
  --color-combination-10: #fff;
  --color-combination-11: #fff;
  --color-combination-12: #c8cdcd;
  --color-combination-13: #143f36;
  --color-combination-14: #fff;
  --color-combination-15: #d6033f;
  --color-combination-16: #999;
  --color-combination-17: #555e61;
  --color-combination-18: #9e9e9e;
  --color-combination-19: #555e61;
  --color-combination-20: #555e61;
  --color-combination-21: #fff;
  --color-combination-22: #143f36;
  --color-combination-23: #999;
  --color-combination-24: #999;
  --color-combination-25: #0f2d37;
  --color-combination-26: #003e79;
  --color-combination-27: #001e28;
  --color-combination-28: #00141e;
  --color-combination-29: #c8cdcd;
  --color-combination-30: #555e61;
  --color-combination-31: #555e61;
  --color-combination-32: #001e28;
  --color-combination-33: #eee;
  --color-combination-34: #d9d9d9;
  --color-combination-35: #d9d9d9;
  --color-skeleton-1: #f2f2f2;
  --color-skeleton-2: #dcdcdc;
  --color-skeleton1: #f2f2f2;
  --color-skeleton2: #dcdcdc;
  --color-handicap: #67a8d8;
  --color-betslip-rgb: 20, 220, 75;
  --color-player-shadow: rgba(0, 0, 0, 0.1);
  --color-four: #23669d;
  --color-commentary-sub-text: #001e19;
  --color-social-facebook-background: #1b78f2;
  --color-social-facebook-text: #fff;
  --color-social-google-background: #fff;
  --color-social-google-text: #555e61;
  --color-social-apple-background: #000;
  --color-social-apple-text: #fff;
  --color-onetrust-text-1: #656565;
  --color-onetrust-text-2: #b0b0b0;
  --color-onetrust-text-3: #00141e;
  --color-onetrust-wrapper: #fff;
  --color-onetrust-border-1: #d5d5d5;
  --color-onetrust-border-2: rgba(0, 0, 0, 0.1);
  --color-onetrust-border-3: rgba(0, 0, 0, 0.1);
  --color-onetrust-border-4: #d5d5d5;
  --color-onetrust-background-1: #fff;
  --color-onetrust-background-2: #fff;
  --color-onetrust-background-3: #e9e9e9;
  --color-onetrust-background-4: #e9e9e9;
  --color-onetrust-button: #d6033f;
  --color-onetrust-shield: #fff;
  --color-win: #00a83f;
  --color-draw: #f3a000;
  --color-pin: #999;
  --color-pin-active: #0787fa;
  --color-pin-hover: hsla(0, 0%, 60%, 0.15);
  --color-pin-active-hover: rgba(29, 137, 236, 0.15);
  --color-preview-shadow-rgb: 255, 255, 255;
  --divider-shadow: 0.08;
}
.theme--dark {
  --color-white: #eee;
  --color-primary: #ff0046;
  --color-primary-2: #c80037;
  --color-secondary-1: #00141e;
  --color-secondary-2: #eee;
  --color-secondary-3: #0f2d37;
  --color-secondary-3-active: #fff;
  --color-support-1: #001e28;
  --color-support-2: #999;
  --color-support-3: #999;
  --color-support-4: #c8cdcd;
  --color-support-5: #010a0f;
  --color-green: #14dc4b;
  --color-yellow: #ffcd00;
  --color-red: #dc0000;
  --color-live: #3d0314;
  --color-highlight: #01203e;
  --color-highlight-2: #001e28;
  --color-favorite: #001e28;
  --color-primary-rgb: 255, 0, 70;
  --color-primary-2-rgb: 200, 0, 55;
  --color-primary-3-rgb: 255, 51, 107;
  --color-secondary-1-rgb: 0, 20, 30;
  --color-secondary-2-rgb: 238, 238, 238;
  --color-support-1-rgb: 0, 30, 40;
  --color-support-2-rgb: 153, 153, 153;
  --color-support-3-rgb: 153, 153, 153;
  --color-alpha-1: 0, 0, 0;
  --color-alpha-2: 255, 255, 255;
  --color-green-rgb: 20, 220, 75;
  --color-yellow-rgb: 255, 205, 0;
  --color-red-rgb: 220, 0, 0;
  --color-support-1-alpha-40: #001a25;
  --color-support-2-alpha-15: #182023;
  --color-support-2-alpha-20: #283941;
  --color-support-3-alpha-30: #2f3538;
  --color-combination-1: #fff;
  --color-combination-2: #eee;
  --color-combination-3: #fff;
  --color-combination-4: #eee;
  --color-combination-5: #eee;
  --color-combination-6: #555e61;
  --color-combination-7: #010a0f;
  --color-combination-8: #0f2d37;
  --color-combination-9: #00141e;
  --color-combination-10: #555e61;
  --color-combination-11: #001e28;
  --color-combination-12: #0f2d37;
  --color-combination-13: #555e61;
  --color-combination-14: #0f2d37;
  --color-combination-15: #d6033f;
  --color-combination-16: #808e93;
  --color-combination-17: #555e61;
  --color-combination-18: #9e9e9e;
  --color-combination-19: #fff;
  --color-combination-20: #555e61;
  --color-combination-21: #010a0f;
  --color-combination-22: #eee;
  --color-combination-23: #fff;
  --color-combination-24: #c8cdcd;
  --color-combination-25: #555e61;
  --color-combination-26: #fff;
  --color-combination-27: #c8cdcd;
  --color-combination-28: #555e61;
  --color-combination-29: #555e61;
  --color-combination-30: #eee;
  --color-combination-31: #001e28;
  --color-combination-32: #555e61;
  --color-combination-33: #001e28;
  --color-combination-34: #0f2d37;
  --color-combination-35: #001e28;
  --color-skeleton-1: #001e28;
  --color-skeleton-2: #0f2d37;
  --color-skeleton1: #001e28;
  --color-skeleton2: #0f2d37;
  --color-handicap: #67a8d8;
  --color-betslip-rgb: 20, 220, 75;
  --color-player-shadow: hsla(0, 0%, 100%, 0.1);
  --color-four: #23669d;
  --color-commentary-sub-text: #fff;
  --color-social-facebook-background: #1b78f2;
  --color-social-facebook-text: #eee;
  --color-social-google-background: #eee;
  --color-social-google-text: #555e61;
  --color-social-apple-background: #eee;
  --color-social-apple-text: #00141e;
  --color-onetrust-text-1: #e6e6e6;
  --color-onetrust-text-2: #a3a3a3;
  --color-onetrust-text-3: #fff;
  --color-onetrust-wrapper: #00141e;
  --color-onetrust-border-1: #0f2d37;
  --color-onetrust-border-2: #00141e;
  --color-onetrust-border-3: #0f2d37;
  --color-onetrust-border-4: #393939;
  --color-onetrust-background-1: #00141e;
  --color-onetrust-background-2: #414141;
  --color-onetrust-background-3: #0f2d37;
  --color-onetrust-background-4: #2d2d2d;
  --color-onetrust-button: #d6033f;
  --color-onetrust-shield: #010a0f;
  --color-win: #00a83f;
  --color-draw: #f3a000;
  --color-pin: #999;
  --color-pin-active: #0787fa;
  --color-pin-hover: hsla(0, 0%, 60%, 0.15);
  --color-pin-active-hover: rgba(29, 137, 236, 0.15);
  --color-preview-shadow-rgb: 0, 20, 30;
  --divider-shadow: 1;
}
.brand--flashscore.theme--dark {
  --color-actions-brand-fill-base: #ff0046cc;
  --color-actions-brand-fill-disabled: #919ea3;
  --color-actions-brand-fill-hover: #ff336bcc;
  --color-actions-chalk-fill-active: #c8cdcd;
  --color-actions-chalk-fill-base: #6e7171;
  --color-actions-chalk-fill-disabled: #777e81;
  --color-actions-chalk-fill-hover: #6e7171;
  --color-actions-favorite-background-activeHover: #ffcd0026;
  --color-actions-favorite-background-baseHover: #99999926;
  --color-actions-favorite-fill-active: #ffcd00;
  --color-actions-favorite-fill-basePrimary: #eee;
  --color-actions-favorite-fill-baseSecondary: #c8cdcd;
  --color-actions-favorite-fill-hover: #c8cdcd;
  --color-actions-pin-background-activeHover: #0787fa26;
  --color-actions-pin-background-baseHover: #99999926;
  --color-actions-pin-fill-active: #0787fa;
  --color-actions-pin-fill-basePrimary: #999;
  --color-actions-pin-fill-baseSecondary: #c8cdcd;
  --color-actions-pin-fill-hover: #c8cdcd;
  --color-actions-primary-fill-base: #eee;
  --color-actions-primary-fill-disabled: #919ea3;
  --color-actions-primary-fill-hover: #eee;
  --color-actions-secondary-fill-active: #c8cdcd;
  --color-actions-secondary-fill-base: #c8cdcd;
  --color-actions-secondary-fill-disabled: #777e81;
  --color-actions-secondary-fill-hover: #c8cdcd;
  --color-actions-select-background-active: #99999933;
  --color-actions-select-background-activeBrand: #0f2d37;
  --color-actions-select-background-base: #010a0f;
  --color-actions-select-background-hover: #99999933;
  --color-actions-tertiary-fill-active: #c8cdcd;
  --color-actions-tertiary-fill-base: #919ea3;
  --color-actions-tertiary-fill-disabled: #919ea3;
  --color-actions-tertiary-fill-hover: #b5bec1;
  --color-badge-alert-background: #c80037a3;
  --color-badge-alert-ink: #eee;
  --color-badge-form-draw-background-base: #f3a000;
  --color-badge-form-lose-background-base: #dc0000;
  --color-badge-form-next-background-base: #c8cdcd;
  --color-badge-form-win-background-base: #00a83f;
  --color-badge-incident-background-base: #555e61;
  --color-badge-incident-fill-base: #eee;
  --color-badge-informative-background-base: #0f2d37;
  --color-badge-informative-background-hover: #555e61;
  --color-badge-informative-fill-base: #eee;
  --color-badge-informative-fill-hover: #eee;
  --color-badge-informativeAlt-background-base: #0f2d37;
  --color-badge-informativeAlt-background-hover: #555e61;
  --color-badge-informativeAlt-fill-base: #eee;
  --color-badge-informativeAlt-fill-hover: #eee;
  --color-badge-new-background-base: #c80037;
  --color-badge-new-fill-base: #eee;
  --color-badge-notification-general-background-active: #c8cdcd;
  --color-badge-notification-general-background-base: #999;
  --color-badge-notification-general-fill-active: #00141e;
  --color-badge-notification-general-fill-base: #00141e;
  --color-badge-notification-live-background-active: #eee;
  --color-badge-notification-live-background-base: #c80037;
  --color-badge-notification-live-fill-active: #c80037;
  --color-badge-notification-live-fill-base: #eee;
  --color-badge-rating-typeA-background-base: #0b7929;
  --color-badge-rating-typeA-fill-base: #eee;
  --color-badge-rating-typeB-background-base: #76b100;
  --color-badge-rating-typeB-fill-fill: #eee;
  --color-badge-rating-typeBest-background-base: #03f;
  --color-badge-rating-typeBest-fill-base: #eee;
  --color-badge-rating-typeC-background-base: #f3a000;
  --color-badge-rating-typeC-fill-fill: #eee;
  --color-badge-rating-typeD-background-base: #ec6b07;
  --color-badge-rating-typeD-fill-fill: #eee;
  --color-badge-rating-typeF-background-base: #dc0000;
  --color-badge-rating-typeF-fill-fill: #eee;
  --color-badge-rating-typeNan-background-base: #555e61;
  --color-badge-rating-typeNan-fill-fill: #eee;
  --color-badge-tableIncident-best-background-base: #01203e;
  --color-badge-tableIncident-best-fill-base: #eee;
  --color-badge-tableIncident-liveScore-background-base: #3d0314;
  --color-badge-tableIncident-liveScore-fill-base: #eee;
  --color-badge-tableIncident-redCard-background-base: #00000000;
  --color-badge-tableIncident-redCard-fill-base: #dc0000;
  --color-badge-tableIncident-redCard-fill-fill: #ffcd00;
  --color-badge-tableIncident-yellowCard-background-base: #00000000;
  --color-badge-tableIncident-yellowCard-fill-fill: #ffcd00;
  --color-badge-tag-background-base: #555e61;
  --color-badge-tag-background-hover: #2f3435;
  --color-badge-tag-fill-base: #eee;
  --color-badge-tag-fill-hover: #eee;
  --color-border-base: #555e61;
  --color-border-brand: #c80037;
  --color-border-dark: #eee;
  --color-border-focus-deprecated: #ff0046;
  --color-border-grey: #555e61;
  --color-border-negative: #dc0000;
  --color-border-oddsHighlight-deprecated: #ffcd00;
  --color-border-primary: #001e28;
  --color-border-secondary: #c8cdcd;
  --color-button-apple-primary-background-base: #fff;
  --color-button-apple-primary-fill-base: #555e61;
  --color-button-apple-secondary-background-base: #00000000;
  --color-button-apple-secondary-fill-base: #eee;
  --color-button-brand-background-active: #8c0027;
  --color-button-brand-background-base: #c80037;
  --color-button-brand-background-disabled: #33434b;
  --color-button-brand-background-hover: #e80040;
  --color-button-brand-background-loading: #8c0027;
  --color-button-brand-fill-active: #fff;
  --color-button-brand-fill-base: #fff;
  --color-button-brand-fill-disabled: #919ea3;
  --color-button-brand-fill-hover: #fff;
  --color-button-brand-fill-loading: #fff;
  --color-button-cookies-background-active: #eee;
  --color-button-cookies-background-base: #0f2d37;
  --color-button-cookies-background-hover: #00141e;
  --color-button-cookies-fill-active: #001e28;
  --color-button-cookies-fill-base: #eee;
  --color-button-cookies-fill-hover: #c8cdcd;
  --color-button-email-primary-background-base: #eee;
  --color-button-email-primary-fill-base: #555e61;
  --color-button-email-secondary-background-base: #ffffff00;
  --color-button-email-secondary-fill-base: #eee;
  --color-button-facebook-primary-background-base: #fff;
  --color-button-facebook-primary-fill-base: #555e61;
  --color-button-facebook-secondary-background-base: #ffffff00;
  --color-button-facebook-secondary-fill-base: #eee;
  --color-button-google-primary-background-base: #fff;
  --color-button-google-primary-fill-base: #555e61;
  --color-button-google-secondary-background-base: #ffffff00;
  --color-button-google-secondary-fill-base: #eee;
  --color-button-inverse-background-base: #eee;
  --color-button-inverse-fill-base: #001e28;
  --color-button-negative-background-active: #9c0000;
  --color-button-negative-background-base: #dc0000;
  --color-button-negative-background-disabled: #33434b;
  --color-button-negative-background-hover: #e33333;
  --color-button-negative-background-loading: #9c0000;
  --color-button-negative-fill-active: #fff;
  --color-button-negative-fill-base: #fff;
  --color-button-negative-fill-disabled: #8e9292;
  --color-button-negative-fill-hover: #fff;
  --color-button-negative-fill-loading: #fff;
  --color-button-primary-outlined-background-active: #eee;
  --color-button-primary-outlined-background-base: #c8cdcd;
  --color-button-primary-outlined-background-disabled: #33434b;
  --color-button-primary-outlined-background-hover: #d6d9d9;
  --color-button-primary-outlined-background-loading: #eee;
  --color-button-primary-outlined-fill-active: #001e28;
  --color-button-primary-outlined-fill-base: #fff;
  --color-button-primary-outlined-fill-disabled: #919ea3;
  --color-button-primary-outlined-fill-hover: #fff;
  --color-button-primary-outlined-fill-loading: #001e28;
  --color-button-primary-solid-background-active: #00141e;
  --color-button-primary-solid-background-base: #0f2d37;
  --color-button-primary-solid-background-disabled: #33434b;
  --color-button-primary-solid-background-hover: #00141e;
  --color-button-primary-solid-background-loading: #eee;
  --color-button-primary-solid-fill-active: #fff;
  --color-button-primary-solid-fill-base: #fff;
  --color-button-primary-solid-fill-disabled: #919ea3;
  --color-button-primary-solid-fill-hover: #fff;
  --color-button-primary-solid-fill-loading: #001e28;
  --color-button-secondary-outlined-background-active: #eee;
  --color-button-secondary-outlined-background-base: #555e61;
  --color-button-secondary-outlined-background-disabled: #33434b;
  --color-button-secondary-outlined-background-hover: #00141e;
  --color-button-secondary-outlined-background-loading: #eee;
  --color-button-secondary-outlined-fill-active: #001e28;
  --color-button-secondary-outlined-fill-base: #eee;
  --color-button-secondary-outlined-fill-disabled: #919ea3;
  --color-button-secondary-outlined-fill-hover: #c8cdcd;
  --color-button-secondary-outlined-fill-loading: #001e28;
  --color-button-secondary-solid-background-active: #eee;
  --color-button-secondary-solid-background-base: #0f2d37;
  --color-button-secondary-solid-background-disabled: #33434b;
  --color-button-secondary-solid-background-hover: #00141e;
  --color-button-secondary-solid-background-loading: #eee;
  --color-button-secondary-solid-fill-active: #001e28;
  --color-button-secondary-solid-fill-base: #eee;
  --color-button-secondary-solid-fill-disabled: #919ea3;
  --color-button-secondary-solid-fill-hover: #c8cdcd;
  --color-button-secondary-solid-fill-loading: #001e28;
  --color-button-white-background-active: #d9d9d9;
  --color-button-white-background-base: #fff;
  --color-button-white-background-disabled: #33434b;
  --color-button-white-background-hover: #eee;
  --color-button-white-background-loading: #d9d9d9;
  --color-button-white-fill-active: #001e28;
  --color-button-white-fill-base: #001e28;
  --color-button-white-fill-disabled: #919ea3;
  --color-button-white-fill-hover: #001e28;
  --color-button-white-fill-loading: #001e28;
  --color-container-accordion-active: #99999926;
  --color-container-accordion-hover: #99999926;
  --color-container-alert-informative: #01203e;
  --color-container-alert-warning: #3d0314;
  --color-container-asset: #fff;
  --color-container-backdrop: #213d4699;
  --color-container-base: #010a0f;
  --color-container-detail-deprecated: #010a0f;
  --color-container-footer: #010a0f;
  --color-container-gallery: #00141e;
  --color-container-general-accent: #0f2d37;
  --color-container-general-blueHighlight: #01203e;
  --color-container-general-brand: #c80037;
  --color-container-general-dualTone: #010a0f;
  --color-container-general-goldHighlight: #f5ba57;
  --color-container-general-inverse: #0f2d37;
  --color-container-general-live: #ff0046;
  --color-container-general-luminous: #eee;
  --color-container-general-primary: #eee;
  --color-container-general-promotion-deprecated: #0f2d37;
  --color-container-general-secondary: #001e28;
  --color-container-general-supportGrey: #555e61;
  --color-container-general-supportPrimary: #001e28;
  --color-container-general-supportTertiary: #999;
  --color-container-general-tertiary: #0f2d37;
  --color-container-headerRow-base-deprecated: #001e28;
  --color-container-headerRow-pinned-deprecated: #01203e;
  --color-container-highlight-deprecated: #01203e;
  --color-container-listRow-active-deprecated: #0f2d37;
  --color-container-listRow-hover-deprecated: #99999926;
  --color-container-modal: #010a0f;
  --color-container-navigation-active: #00141e;
  --color-container-navigation-base: #001e28;
  --color-container-navigationSub: #010a0f;
  --color-container-navigationTop: #00141e;
  --color-container-odds-base-deprecated: #010a0f;
  --color-container-odds-highlight-deprecated: #01203e;
  --color-container-odds-win-deprecated: #f5ba57;
  --color-container-popover: #555e61;
  --color-container-section: #00141e;
  --color-container-shadow: #ffffff1a;
  --color-container-skeleton: #001e28;
  --color-container-table-alreadyOpen: #01203e;
  --color-container-table-base: #00141e;
  --color-container-table-hover: #eeeeee1a;
  --color-container-table-live: #3d0314;
  --color-container-table-shadow: #ffffff14;
  --color-container-table-zebra: #001e2899;
  --color-container-widget-outlined-base: #001e28;
  --color-container-widget-outlined-hover: #99999933;
  --color-container-widget-solid-base: #2f3435;
  --color-gradients-primary-stop1: #010a0f00;
  --color-gradients-primary-stop2: #010a0f;
  --color-gradients-secondary-stop1: #001e2800;
  --color-gradients-secondary-stop2: #0f1618;
  --color-gradients-skeleton-stop1: #0f2d37;
  --color-gradients-skeleton-stop2: #001e28;
  --color-gradients-skeleton-stop3: #0f2d37;
  --color-gradients-skeleton-stop4: #0f2d37;
  --color-gradients-tertiary-stop1: #010a0f00;
  --color-gradients-tertiary-stop2: #010a0f;
  --color-gradients-vertical-stop1: #010a0f00;
  --color-gradients-vertical-stop2: #010a0fc9;
  --color-gradients-vertical-stop3: #010a0f;
  --color-gradients-vertical-stop4: #010a0f;
  --color-icon-brand-base: #ff0046;
  --color-icon-brand-hover: #c80037;
  --color-icon-brandBalancer-base: #eee;
  --color-icon-brandBalancer-hover: #eee;
  --color-icon-disabled-base: #919ea3;
  --color-icon-disabled-hover: #919ea3;
  --color-icon-favorite-base: #ffcd00;
  --color-icon-favorite-hover: #ffcd00;
  --color-icon-footerTertiary-base-deprecated: #c8cdcd;
  --color-icon-inverse: #eee;
  --color-icon-negative-base: #dc0000;
  --color-icon-negative-hover: #dc0000;
  --color-icon-positive-base: #12c844;
  --color-icon-positive-hover: #12c844;
  --color-icon-primary-base: #eee;
  --color-icon-primary-hover: #c8cdcd;
  --color-icon-primaryInversed-base: #001e28;
  --color-icon-secondary-base: #c8cdcd;
  --color-icon-secondary-hover: #c8cdcd;
  --color-icon-supportGrey-base: #c8cdcd;
  --color-icon-supportGrey-hover: #c8cdcd;
  --color-icon-supportSecondary-base: #555e61;
  --color-icon-supportSecondary-hover: #777e81;
  --color-icon-supportTertiary-base: #999;
  --color-icon-supportTertiary-hover: #999;
  --color-icon-supportWhite-base: #fff;
  --color-icon-supportWhite-hover: #eee;
  --color-icon-tertiary-base: #c8cdcd;
  --color-icon-tertiary-hover: #b5bec1;
  --color-legend-cricket-four: #23669d;
  --color-legend-cricket-other: #999;
  --color-legend-cricket-six: #3cb2e4;
  --color-legend-cricket-wicket: #dc0000;
  --color-legend-rank-darkBlue: #004682;
  --color-legend-rank-darkRed: #7f0029;
  --color-legend-rank-red: #dc0000;
  --color-legend-surface-clay: #ed603b;
  --color-legend-surface-grass: #00a83f;
  --color-legend-surface-hard: #1296e1;
  --color-logo-ef-color1: #fff;
  --color-logo-euroF-color1: #4fad75;
  --color-logo-fs-color1: #eee;
  --color-logo-fs-color2: #ff0046;
  --color-logo-tf-color1: #fff;
  --color-logo-tf-color2: #262626;
  --color-logo-tp-color1: #003e63;
  --color-logo-tp-color2: #c8ff00;
  --color-pagination-solid-background-base: #00141e;
  --color-pagination-solid-background-hover: #99999933;
  --color-pagination-solid-fill-base: #c8cdcd;
  --color-pagination-solid-fill-hover: #eee;
  --color-pagination-transparent-background-base: #001e2866;
  --color-pagination-transparent-background-hover: #001e2866;
  --color-pagination-transparent-fill-base: #c8cdcd;
  --color-pagination-transparent-fill-hover: #fff;
  --color-selectionControl-active: #12c844;
  --color-selectionControl-activeAlt: #0f2d37;
  --color-selectionControl-disabled: #33434b;
  --color-selectionControl-hover: #c8cdcd;
  --color-selectionControl-hoverAlt: #99999926;
  --color-selectionControl-inactive: #999;
  --color-separator-gap: #00141e;
  --color-separator-grey: #0f2d37;
  --color-separator-primary: #001e28;
  --color-separator-secondary: #eeeeee0f;
  --color-switch-background-active: #12c844;
  --color-switch-background-inactive: #555e61;
  --color-switch-background-inverse: #555e61;
  --color-switch-handle-active: #eee;
  --color-switch-handle-inactive: #eee;
  --color-switch-handle-inverse: #eee;
  --color-tabs-secondary-background-active: #c80037;
  --color-tabs-secondary-background-base: #0f2d37;
  --color-tabs-secondary-background-hover: #555e61;
  --color-tabs-secondary-fill-active: #fff;
  --color-tabs-secondary-fill-base: #c8cdcd;
  --color-tabs-secondary-fill-hover: #eee;
  --color-tabs-tertiary-background-active: #555e61;
  --color-tabs-tertiary-background-hover: #555e61;
  --color-tabs-tertiary-fill-active: #eee;
  --color-tabs-tertiary-fill-base: #c8cdcd;
  --color-tabs-tertiary-fill-hover: #c8cdcd;
  --color-text-brand: #ff0046;
  --color-text-brandBalancer: #eee;
  --color-text-disabled: #919ea3;
  --color-text-emphasis-deprecated: #c8cdcd;
  --color-text-favorite: #ffcd00;
  --color-text-footer-headline: #c8cdcd;
  --color-text-footer-link: #eee;
  --color-text-footer-subtitle: #999;
  --color-text-footer-tertiary: #c8cdcd;
  --color-text-highlight: #067be4;
  --color-text-inverseAlt-deprecated: #eee;
  --color-text-live: #ff0046;
  --color-text-negative: #dc0000;
  --color-text-paragraphLink: #ff0046;
  --color-text-primary: #eee;
  --color-text-secondary: #c8cdcd;
  --color-text-supportChalk: #eee;
  --color-text-supportGrey: #c8cdcd;
  --color-text-supportPrimary: #001e28;
  --color-text-supportSecondary: #555e61;
  --color-text-supportTertiary: #999;
  --color-text-supportWhite: #eee;
  --color-text-tertiary: #c8cdcd;
}
.brand--flashscore:not(.theme--dark) {
  --color-actions-brand-fill-base: #ff0046;
  --color-actions-brand-fill-disabled: #8e9292;
  --color-actions-brand-fill-hover: #ff336b;
  --color-actions-chalk-fill-active: #555e61;
  --color-actions-chalk-fill-base: #c8cdcd;
  --color-actions-chalk-fill-disabled: #8e9292;
  --color-actions-chalk-fill-hover: #c8cdcd;
  --color-actions-favorite-background-activeHover: #ffcd0026;
  --color-actions-favorite-background-baseHover: #99999926;
  --color-actions-favorite-fill-active: #ffcd00;
  --color-actions-favorite-fill-basePrimary: #999;
  --color-actions-favorite-fill-baseSecondary: #c8cdcd;
  --color-actions-favorite-fill-hover: #999;
  --color-actions-pin-background-activeHover: #0787fa26;
  --color-actions-pin-background-baseHover: #99999926;
  --color-actions-pin-fill-active: #0787fa;
  --color-actions-pin-fill-basePrimary: #999;
  --color-actions-pin-fill-baseSecondary: #c8cdcd;
  --color-actions-pin-fill-hover: #999;
  --color-actions-primary-fill-base: #001e28;
  --color-actions-primary-fill-disabled: #8e9292;
  --color-actions-primary-fill-hover: #0f2d37;
  --color-actions-secondary-fill-active: #555e61;
  --color-actions-secondary-fill-base: #555e61;
  --color-actions-secondary-fill-disabled: #8e9292;
  --color-actions-secondary-fill-hover: #001e28;
  --color-actions-select-background-active: #99999933;
  --color-actions-select-background-activeBrand: #0f2d37;
  --color-actions-select-background-base: #fff;
  --color-actions-select-background-hover: #99999933;
  --color-actions-tertiary-fill-active: #555e61;
  --color-actions-tertiary-fill-base: #999;
  --color-actions-tertiary-fill-disabled: #8e9292;
  --color-actions-tertiary-fill-hover: #bbb;
  --color-badge-alert-background: #ffe6f3;
  --color-badge-alert-ink: #ff0046;
  --color-badge-form-draw-background-base: #f3a000;
  --color-badge-form-lose-background-base: #dc0000;
  --color-badge-form-next-background-base: #c8cdcd;
  --color-badge-form-win-background-base: #00a83f;
  --color-badge-incident-background-base: #0f2d37;
  --color-badge-incident-fill-base: #fff;
  --color-badge-informative-background-base: #eee;
  --color-badge-informative-background-hover: #c8cdcd;
  --color-badge-informative-fill-base: #001e28;
  --color-badge-informative-fill-hover: #001e28;
  --color-badge-informativeAlt-background-base: #d9d9d9;
  --color-badge-informativeAlt-background-hover: #bbb;
  --color-badge-informativeAlt-fill-base: #001e28;
  --color-badge-informativeAlt-fill-hover: #001e28;
  --color-badge-new-background-base: #ff0046;
  --color-badge-new-fill-base: #fff;
  --color-badge-notification-general-background-active: #fff;
  --color-badge-notification-general-background-base: #c8cdcd;
  --color-badge-notification-general-fill-active: #001e28;
  --color-badge-notification-general-fill-base: #001e28;
  --color-badge-notification-live-background-active: #fff;
  --color-badge-notification-live-background-base: #ff0046;
  --color-badge-notification-live-fill-active: #ff0046;
  --color-badge-notification-live-fill-base: #fff;
  --color-badge-rating-typeA-background-base: #0b7929;
  --color-badge-rating-typeA-fill-base: #fff;
  --color-badge-rating-typeB-background-base: #76b100;
  --color-badge-rating-typeB-fill-fill: #fff;
  --color-badge-rating-typeBest-background-base: #03f;
  --color-badge-rating-typeBest-fill-base: #fff;
  --color-badge-rating-typeC-background-base: #f3a000;
  --color-badge-rating-typeC-fill-fill: #fff;
  --color-badge-rating-typeD-background-base: #ec6b07;
  --color-badge-rating-typeD-fill-fill: #fff;
  --color-badge-rating-typeF-background-base: #dc0000;
  --color-badge-rating-typeF-fill-fill: #fff;
  --color-badge-rating-typeNan-background-base: #555e61;
  --color-badge-rating-typeNan-fill-fill: #fff;
  --color-badge-tableIncident-best-background-base: #eef7ff;
  --color-badge-tableIncident-best-fill-base: #001e28;
  --color-badge-tableIncident-liveScore-background-base: #ffe6f3;
  --color-badge-tableIncident-liveScore-fill-base: #001e28;
  --color-badge-tableIncident-redCard-background-base: #ffe6f3;
  --color-badge-tableIncident-redCard-fill-base: #001e28;
  --color-badge-tableIncident-redCard-fill-fill: #001e28;
  --color-badge-tableIncident-yellowCard-background-base: #ffcd0026;
  --color-badge-tableIncident-yellowCard-fill-fill: #001e28;
  --color-badge-tag-background-base: #d9d9d9;
  --color-badge-tag-background-hover: #bbb;
  --color-badge-tag-fill-base: #001e28;
  --color-badge-tag-fill-hover: #001e28;
  --color-border-base: #eee;
  --color-border-brand: #ff0046;
  --color-border-dark: #001e28;
  --color-border-focus-deprecated: #c80037;
  --color-border-grey: #c8cdcd;
  --color-border-negative: #dc0000;
  --color-border-oddsHighlight-deprecated: #ffcd00;
  --color-border-primary: #eee;
  --color-border-secondary: #c8cdcd;
  --color-button-apple-primary-fill-base: #fff;
  --color-button-apple-secondary-background-base: #00000000;
  --color-button-apple-secondary-fill-base: #555e61;
  --color-button-brand-background-active: #e80040;
  --color-button-brand-background-base: #ff0046;
  --color-button-brand-background-disabled: #f1f1f1;
  --color-button-brand-background-hover: #ff336b;
  --color-button-brand-background-loading: #e80040;
  --color-button-brand-fill-active: #fff;
  --color-button-brand-fill-base: #fff;
  --color-button-brand-fill-disabled: #8e9292;
  --color-button-brand-fill-hover: #fff;
  --color-button-brand-fill-loading: #fff;
  --color-button-cookies-background-active: #d9d9d9;
  --color-button-cookies-background-base: #fff;
  --color-button-cookies-background-hover: #eee;
  --color-button-cookies-fill-active: #001e28;
  --color-button-cookies-fill-base: #001e28;
  --color-button-cookies-fill-hover: #001e28;
  --color-button-email-primary-background-base: #0f2d37;
  --color-button-email-primary-fill-base: #fff;
  --color-button-email-secondary-background-base: #0f2d3700;
  --color-button-email-secondary-fill-base: #555e61;
  --color-button-facebook-primary-fill-base: #fff;
  --color-button-facebook-secondary-background-base: #1a77f200;
  --color-button-facebook-secondary-fill-base: #555e61;
  --color-button-google-primary-fill-base: #fff;
  --color-button-google-secondary-background-base: #4285f400;
  --color-button-google-secondary-fill-base: #555e61;
  --color-button-inverse-background-base: #fff;
  --color-button-inverse-fill-base: #001e28;
  --color-button-negative-background-active: #9c0000;
  --color-button-negative-background-base: #dc0000;
  --color-button-negative-background-disabled: #f1f1f1;
  --color-button-negative-background-hover: #e33333;
  --color-button-negative-background-loading: #9c0000;
  --color-button-negative-fill-active: #fff;
  --color-button-negative-fill-base: #fff;
  --color-button-negative-fill-disabled: #8e9292;
  --color-button-negative-fill-hover: #fff;
  --color-button-negative-fill-loading: #fff;
  --color-button-primary-outlined-background-active: #eee;
  --color-button-primary-outlined-background-base: #0f2d37;
  --color-button-primary-outlined-background-disabled: #f1f1f1;
  --color-button-primary-outlined-background-hover: #00141e;
  --color-button-primary-outlined-background-loading: #eee;
  --color-button-primary-outlined-fill-active: #001e28;
  --color-button-primary-outlined-fill-base: #fff;
  --color-button-primary-outlined-fill-disabled: #8e9292;
  --color-button-primary-outlined-fill-hover: #fff;
  --color-button-primary-outlined-fill-loading: #001e28;
  --color-button-primary-solid-background-active: #eee;
  --color-button-primary-solid-background-base: #0f2d37;
  --color-button-primary-solid-background-disabled: #f1f1f1;
  --color-button-primary-solid-background-hover: #00141e;
  --color-button-primary-solid-background-loading: #eee;
  --color-button-primary-solid-fill-active: #001e28;
  --color-button-primary-solid-fill-base: #fff;
  --color-button-primary-solid-fill-disabled: #8e9292;
  --color-button-primary-solid-fill-hover: #fff;
  --color-button-primary-solid-fill-loading: #001e28;
  --color-button-secondary-outlined-background-active: #d9d9d9;
  --color-button-secondary-outlined-background-base: #eee;
  --color-button-secondary-outlined-background-disabled: #f1f1f1;
  --color-button-secondary-outlined-background-hover: #c8cdcd;
  --color-button-secondary-outlined-background-loading: #d9d9d9;
  --color-button-secondary-outlined-fill-active: #001e28;
  --color-button-secondary-outlined-fill-base: #555e61;
  --color-button-secondary-outlined-fill-disabled: #8e9292;
  --color-button-secondary-outlined-fill-hover: #555e61;
  --color-button-secondary-outlined-fill-loading: #001e28;
  --color-button-secondary-solid-background-active: #d9d9d9;
  --color-button-secondary-solid-background-base: #eee;
  --color-button-secondary-solid-background-disabled: #f1f1f1;
  --color-button-secondary-solid-background-hover: #c8cdcd;
  --color-button-secondary-solid-background-loading: #d9d9d9;
  --color-button-secondary-solid-fill-active: #001e28;
  --color-button-secondary-solid-fill-base: #555e61;
  --color-button-secondary-solid-fill-disabled: #8e9292;
  --color-button-secondary-solid-fill-hover: #555e61;
  --color-button-secondary-solid-fill-loading: #001e28;
  --color-button-white-background-active: #d9d9d9;
  --color-button-white-background-base: #fff;
  --color-button-white-background-disabled: #f1f1f1;
  --color-button-white-background-hover: #eee;
  --color-button-white-background-loading: #d9d9d9;
  --color-button-white-fill-active: #001e28;
  --color-button-white-fill-base: #001e28;
  --color-button-white-fill-disabled: #8e9292;
  --color-button-white-fill-hover: #001e28;
  --color-button-white-fill-loading: #001e28;
  --color-container-accordion-active: #99999926;
  --color-container-accordion-hover: #99999926;
  --color-container-alert-informative: #eef7ff;
  --color-container-alert-warning: #fbe5e5;
  --color-container-asset: #fff;
  --color-container-backdrop: #010a0f99;
  --color-container-base: #eee;
  --color-container-detail-deprecated: #fff;
  --color-container-footer: #fff;
  --color-container-gallery: #00141e;
  --color-container-general-accent: #c8cdcd;
  --color-container-general-blueHighlight: #eef7ff;
  --color-container-general-brand: #ff0046;
  --color-container-general-dualTone: #fff;
  --color-container-general-goldHighlight: #f5ba57;
  --color-container-general-inverse: #fff;
  --color-container-general-live: #ff0046;
  --color-container-general-luminous: #0f2d37;
  --color-container-general-primary: #001e28;
  --color-container-general-promotion-deprecated: #0f2d37;
  --color-container-general-secondary: #eee;
  --color-container-general-supportGrey: #555e61;
  --color-container-general-supportPrimary: #001e28;
  --color-container-general-supportTertiary: #999;
  --color-container-general-tertiary: #eee;
  --color-container-headerRow-base-deprecated: #eee;
  --color-container-headerRow-pinned-deprecated: #eef7ff;
  --color-container-highlight-deprecated: #eef7ff;
  --color-container-listRow-active-deprecated: #fff;
  --color-container-listRow-hover-deprecated: #99999926;
  --color-container-modal: #fff;
  --color-container-navigation-active: #00141e;
  --color-container-navigation-base: #001e28;
  --color-container-navigationSub: #eee;
  --color-container-navigationTop: #00141e;
  --color-container-odds-base-deprecated: #fff;
  --color-container-odds-highlight-deprecated: #eef7ff;
  --color-container-odds-win-deprecated: #f5ba57;
  --color-container-popover: #00141e;
  --color-container-section: #fff;
  --color-container-shadow: #0000001a;
  --color-container-skeleton: #eee;
  --color-container-table-alreadyOpen: #eef7ff;
  --color-container-table-base: #fff;
  --color-container-table-hover: #eeeeee99;
  --color-container-table-live: #ffe6f3;
  --color-container-table-shadow: #00000014;
  --color-container-table-zebra: #eeeeee66;
  --color-container-widget-outlined-base: #fff;
  --color-container-widget-outlined-hover: #99999933;
  --color-container-widget-solid-base: #eee;
  --color-gradients-primary-stop1: #ffffff00;
  --color-gradients-primary-stop2: #fff;
  --color-gradients-secondary-stop1: #001e2800;
  --color-gradients-secondary-stop2: #001e28;
  --color-gradients-skeleton-stop1: #f1f1f1;
  --color-gradients-skeleton-stop2: #dfdfdf;
  --color-gradients-skeleton-stop3: #f1f1f1;
  --color-gradients-skeleton-stop4: #f1f1f1;
  --color-gradients-tertiary-stop1: #ffffff00;
  --color-gradients-tertiary-stop2: #fff;
  --color-gradients-vertical-stop1: #eeeeee00;
  --color-gradients-vertical-stop2: #eeeeeec9;
  --color-gradients-vertical-stop3: #eee;
  --color-gradients-vertical-stop4: #eee;
  --color-icon-brand-base: #ff0046;
  --color-icon-brand-hover: #c80037;
  --color-icon-brandBalancer-base: #ff0046;
  --color-icon-brandBalancer-hover: #ff0046;
  --color-icon-disabled-base: #8e9292;
  --color-icon-disabled-hover: #8e9292;
  --color-icon-favorite-base: #ffcd00;
  --color-icon-favorite-hover: #ffcd00;
  --color-icon-footerTertiary-base-deprecated: #999;
  --color-icon-inverse: #001e28;
  --color-icon-negative-base: #dc0000;
  --color-icon-negative-hover: #dc0000;
  --color-icon-positive-base: #12c844;
  --color-icon-positive-hover: #12c844;
  --color-icon-primary-base: #001e28;
  --color-icon-primary-hover: #777e81;
  --color-icon-primaryInversed-base: #fff;
  --color-icon-secondary-base: #555e61;
  --color-icon-secondary-hover: #777e81;
  --color-icon-supportGrey-base: #c8cdcd;
  --color-icon-supportGrey-hover: #c8cdcd;
  --color-icon-supportSecondary-base: #555e61;
  --color-icon-supportSecondary-hover: #777e81;
  --color-icon-supportTertiary-base: #999;
  --color-icon-supportTertiary-hover: #999;
  --color-icon-supportWhite-base: #fff;
  --color-icon-supportWhite-hover: #eee;
  --color-icon-tertiary-base: #999;
  --color-icon-tertiary-hover: #bbb;
  --color-legend-cricket-four: #23669d;
  --color-legend-cricket-other: #999;
  --color-legend-cricket-six: #3cb2e4;
  --color-legend-cricket-wicket: #dc0000;
  --color-legend-rank-darkBlue: #004682;
  --color-legend-rank-darkRed: #7f0029;
  --color-legend-rank-red: #dc0000;
  --color-legend-surface-clay: #ed603b;
  --color-legend-surface-grass: #00a83f;
  --color-legend-surface-hard: #1296e1;
  --color-logo-ef-color1: #288d9a;
  --color-logo-euroF-color1: #006060;
  --color-logo-fs-color1: #001e28;
  --color-logo-fs-color2: #ff0046;
  --color-logo-tf-color1: #262626;
  --color-logo-tf-color2: #fff;
  --color-logo-tp-color1: #003e63;
  --color-logo-tp-color2: #c8ff00;
  --color-pagination-solid-background-base: #fff;
  --color-pagination-solid-background-hover: #99999933;
  --color-pagination-solid-fill-base: #555e61;
  --color-pagination-solid-fill-hover: #001e28;
  --color-pagination-transparent-background-base: #001e2866;
  --color-pagination-transparent-background-hover: #001e2866;
  --color-pagination-transparent-fill-base: #c8cdcd;
  --color-pagination-transparent-fill-hover: #fff;
  --color-selectionControl-active: #12c844;
  --color-selectionControl-activeAlt: #fff;
  --color-selectionControl-disabled: #f1f1f1;
  --color-selectionControl-hover: #999;
  --color-selectionControl-hoverAlt: #99999926;
  --color-selectionControl-inactive: #c8cdcd;
  --color-separator-gap: #fff;
  --color-separator-grey: #c8cdcd;
  --color-separator-primary: #eee;
  --color-separator-secondary: #dfdfdf;
  --color-switch-background-active: #12c844;
  --color-switch-background-inactive: #eee;
  --color-switch-background-inverse: #fff;
  --color-switch-handle-active: #fff;
  --color-switch-handle-inactive: #999;
  --color-switch-handle-inverse: #999;
  --color-tabs-secondary-background-active: #ff0046;
  --color-tabs-secondary-background-base: #eee;
  --color-tabs-secondary-background-hover: #c8cdcd;
  --color-tabs-secondary-fill-active: #fff;
  --color-tabs-secondary-fill-base: #555e61;
  --color-tabs-secondary-fill-hover: #001e28;
  --color-tabs-tertiary-background-active: #fff;
  --color-tabs-tertiary-background-hover: #fff;
  --color-tabs-tertiary-fill-active: #0f2d37;
  --color-tabs-tertiary-fill-base: #555e61;
  --color-tabs-tertiary-fill-hover: #555e61;
  --color-text-brand: #ff0046;
  --color-text-brandBalancer: #ff0046;
  --color-text-disabled: #8e9292;
  --color-text-emphasis-deprecated: #555e61;
  --color-text-favorite: #555e61;
  --color-text-footer-headline: #555e61;
  --color-text-footer-link: #001e28;
  --color-text-footer-subtitle: #999;
  --color-text-footer-tertiary: #999;
  --color-text-highlight: #0787fa;
  --color-text-inverseAlt-deprecated: #001e28;
  --color-text-live: #ff0046;
  --color-text-negative: #dc0000;
  --color-text-paragraphLink: #ff0046;
  --color-text-primary: #001e28;
  --color-text-secondary: #555e61;
  --color-text-supportChalk: #eee;
  --color-text-supportGrey: #c8cdcd;
  --color-text-supportPrimary: #001e28;
  --color-text-supportSecondary: #555e61;
  --color-text-supportTertiary: #999;
  --color-text-supportWhite: #fff;
  --color-text-tertiary: #999;
}
.brand--flashscore {
  --radius-elementBody-desktop: 8px;
  --radius-modal-desktop: 12px;
  --radius-image-desktop: 8px;
  --radius-badgeLarge-desktop: 8px;
  --radius-badgeSmall-desktop: 4px;
  --radius-button-desktop: 8px;
  --radius-divider-desktop: 2px;
  --radius-elementBody-mobile: 0px;
  --radius-highlights-desktop: 4px;
  --radius-highlights-mobile: 0px;
  --radius-general-none: 0px;
  --radius-general-x-small: 2px;
  --radius-general-small: 4px;
  --radius-general-medium: 8px;
  --radius-general-large: 12px;
  --radius-general-x-large: 16px;
  --radius-general-circle: 9000px;
  --typography-desktop-scores-heading-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-01-font-size: 22px;
  --typography-desktop-scores-heading-01-font-weight: 700;
  --typography-desktop-scores-heading-01-line-height: 28px;
  --typography-desktop-scores-heading-01-text-decoration: none;
  --typography-desktop-scores-heading-01-text-case: none;
  --typography-desktop-scores-heading-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-02-font-size: 20px;
  --typography-desktop-scores-heading-02-font-weight: 700;
  --typography-desktop-scores-heading-02-line-height: 24px;
  --typography-desktop-scores-heading-02-text-decoration: none;
  --typography-desktop-scores-heading-02-text-case: none;
  --typography-desktop-scores-heading-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-03-font-size: 18px;
  --typography-desktop-scores-heading-03-font-weight: 700;
  --typography-desktop-scores-heading-03-line-height: 22px;
  --typography-desktop-scores-heading-03-text-decoration: none;
  --typography-desktop-scores-heading-03-text-case: none;
  --typography-desktop-scores-heading-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-04-font-size: 18px;
  --typography-desktop-scores-heading-04-font-weight: 700;
  --typography-desktop-scores-heading-04-line-height: 22px;
  --typography-desktop-scores-heading-04-text-decoration: none;
  --typography-desktop-scores-heading-04-text-case: none;
  --typography-desktop-scores-heading-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-05-font-size: 16px;
  --typography-desktop-scores-heading-05-font-weight: 700;
  --typography-desktop-scores-heading-05-line-height: 20px;
  --typography-desktop-scores-heading-05-text-decoration: none;
  --typography-desktop-scores-heading-05-text-case: none;
  --typography-desktop-scores-heading-06-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-heading-06-font-size: 14px;
  --typography-desktop-scores-heading-06-font-weight: 700;
  --typography-desktop-scores-heading-06-line-height: 18px;
  --typography-desktop-scores-heading-06-text-decoration: none;
  --typography-desktop-scores-heading-06-text-case: none;
  --typography-mobile-scores-heading-04-font-family: Livesport Finder LCGJK;
  --typography-mobile-scores-heading-04-font-size: 14px;
  --typography-mobile-scores-heading-04-font-weight: 700;
  --typography-mobile-scores-heading-04-line-height: 18px;
  --typography-mobile-scores-heading-04-text-decoration: none;
  --typography-mobile-scores-heading-04-text-case: none;
  --typography-desktop-regular-scores-simpleText-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-simpleText-01-font-size: 13px;
  --typography-desktop-regular-scores-simpleText-01-font-weight: 400;
  --typography-desktop-regular-scores-simpleText-01-line-height: 16px;
  --typography-desktop-regular-scores-simpleText-01-text-decoration: none;
  --typography-desktop-regular-scores-simpleText-01-text-case: none;
  --typography-desktop-regular-scores-simpleText-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-simpleText-02-font-size: 13px;
  --typography-desktop-regular-scores-simpleText-02-font-weight: 400;
  --typography-desktop-regular-scores-simpleText-02-line-height: 18px;
  --typography-desktop-regular-scores-simpleText-02-text-decoration: none;
  --typography-desktop-regular-scores-simpleText-02-text-case: none;
  --typography-desktop-regular-scores-simpleText-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-simpleText-03-font-size: 13px;
  --typography-desktop-regular-scores-simpleText-03-font-weight: 400;
  --typography-desktop-regular-scores-simpleText-03-line-height: 22px;
  --typography-desktop-regular-scores-simpleText-03-text-decoration: none;
  --typography-desktop-regular-scores-simpleText-03-text-case: none;
  --typography-desktop-regular-scores-simpleText-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-simpleText-04-font-size: 14px;
  --typography-desktop-regular-scores-simpleText-04-font-weight: 400;
  --typography-desktop-regular-scores-simpleText-04-line-height: 18px;
  --typography-desktop-regular-scores-simpleText-04-text-decoration: none;
  --typography-desktop-regular-scores-simpleText-04-text-case: none;
  --typography-desktop-regular-scores-simpleText-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-simpleText-05-font-size: 16px;
  --typography-desktop-regular-scores-simpleText-05-font-weight: 400;
  --typography-desktop-regular-scores-simpleText-05-line-height: 20px;
  --typography-desktop-regular-scores-simpleText-05-text-decoration: none;
  --typography-desktop-regular-scores-simpleText-05-text-case: none;
  --typography-desktop-bold-scores-simpleText-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-simpleText-01-font-size: 13px;
  --typography-desktop-bold-scores-simpleText-01-font-weight: 700;
  --typography-desktop-bold-scores-simpleText-01-line-height: 16px;
  --typography-desktop-bold-scores-simpleText-01-text-decoration: none;
  --typography-desktop-bold-scores-simpleText-01-text-case: none;
  --typography-desktop-bold-scores-simpleText-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-simpleText-02-font-size: 13px;
  --typography-desktop-bold-scores-simpleText-02-font-weight: 700;
  --typography-desktop-bold-scores-simpleText-02-line-height: 18px;
  --typography-desktop-bold-scores-simpleText-02-text-decoration: none;
  --typography-desktop-bold-scores-simpleText-02-text-case: none;
  --typography-desktop-bold-scores-simpleText-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-simpleText-03-font-size: 13px;
  --typography-desktop-bold-scores-simpleText-03-font-weight: 700;
  --typography-desktop-bold-scores-simpleText-03-line-height: 22px;
  --typography-desktop-bold-scores-simpleText-03-text-decoration: none;
  --typography-desktop-bold-scores-simpleText-03-text-case: none;
  --typography-desktop-bold-scores-simpleText-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-simpleText-04-font-size: 14px;
  --typography-desktop-bold-scores-simpleText-04-font-weight: 700;
  --typography-desktop-bold-scores-simpleText-04-line-height: 18px;
  --typography-desktop-bold-scores-simpleText-04-text-decoration: none;
  --typography-desktop-bold-scores-simpleText-04-text-case: none;
  --typography-desktop-bold-scores-simpleText-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-simpleText-05-font-size: 16px;
  --typography-desktop-bold-scores-simpleText-05-font-weight: 700;
  --typography-desktop-bold-scores-simpleText-05-line-height: 20px;
  --typography-desktop-bold-scores-simpleText-05-text-decoration: none;
  --typography-desktop-bold-scores-simpleText-05-text-case: none;
  --typography-mobile-regular-scores-simpleText-05-font-family: Livesport Finder LCGJK;
  --typography-mobile-regular-scores-simpleText-05-font-size: 14px;
  --typography-mobile-regular-scores-simpleText-05-font-weight: 400;
  --typography-mobile-regular-scores-simpleText-05-line-height: 18px;
  --typography-mobile-regular-scores-simpleText-05-text-decoration: none;
  --typography-mobile-regular-scores-simpleText-05-text-case: none;
  --typography-mobile-bold-scores-simpleText-05-font-family: Livesport Finder LCGJK;
  --typography-mobile-bold-scores-simpleText-05-font-size: 14px;
  --typography-mobile-bold-scores-simpleText-05-font-weight: 700;
  --typography-mobile-bold-scores-simpleText-05-line-height: 18px;
  --typography-mobile-bold-scores-simpleText-05-text-decoration: none;
  --typography-mobile-bold-scores-simpleText-05-text-case: none;
  --typography-desktop-scores-textlink-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-textlink-01-font-size: 14px;
  --typography-desktop-scores-textlink-01-font-weight: 700;
  --typography-desktop-scores-textlink-01-line-height: 18px;
  --typography-desktop-scores-textlink-01-text-decoration: none;
  --typography-desktop-scores-textlink-01-text-case: none;
  --typography-desktop-regular-scores-caption-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-01-font-size: 8px;
  --typography-desktop-regular-scores-caption-01-font-weight: 400;
  --typography-desktop-regular-scores-caption-01-line-height: 10px;
  --typography-desktop-regular-scores-caption-01-text-decoration: none;
  --typography-desktop-regular-scores-caption-01-text-case: none;
  --typography-desktop-regular-scores-caption-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-02-font-size: 9px;
  --typography-desktop-regular-scores-caption-02-font-weight: 400;
  --typography-desktop-regular-scores-caption-02-line-height: 10px;
  --typography-desktop-regular-scores-caption-02-text-decoration: none;
  --typography-desktop-regular-scores-caption-02-text-case: none;
  --typography-desktop-regular-scores-caption-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-03-font-size: 10px;
  --typography-desktop-regular-scores-caption-03-font-weight: 400;
  --typography-desktop-regular-scores-caption-03-line-height: 12px;
  --typography-desktop-regular-scores-caption-03-text-decoration: none;
  --typography-desktop-regular-scores-caption-03-text-case: none;
  --typography-desktop-regular-scores-caption-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-04-font-size: 11px;
  --typography-desktop-regular-scores-caption-04-font-weight: 400;
  --typography-desktop-regular-scores-caption-04-line-height: 14px;
  --typography-desktop-regular-scores-caption-04-text-decoration: none;
  --typography-desktop-regular-scores-caption-04-text-case: none;
  --typography-desktop-regular-scores-caption-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-05-font-size: 12px;
  --typography-desktop-regular-scores-caption-05-font-weight: 400;
  --typography-desktop-regular-scores-caption-05-line-height: 14px;
  --typography-desktop-regular-scores-caption-05-text-decoration: none;
  --typography-desktop-regular-scores-caption-05-text-case: none;
  --typography-desktop-regular-scores-caption-06-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-scores-caption-06-font-size: 12px;
  --typography-desktop-regular-scores-caption-06-font-weight: 400;
  --typography-desktop-regular-scores-caption-06-line-height: 14px;
  --typography-desktop-regular-scores-caption-06-text-decoration: none;
  --typography-desktop-regular-scores-caption-06-text-case: none;
  --typography-desktop-bold-scores-caption-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-01-font-size: 8px;
  --typography-desktop-bold-scores-caption-01-font-weight: 700;
  --typography-desktop-bold-scores-caption-01-line-height: 10px;
  --typography-desktop-bold-scores-caption-01-text-decoration: none;
  --typography-desktop-bold-scores-caption-01-text-case: none;
  --typography-desktop-bold-scores-caption-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-02-font-size: 9px;
  --typography-desktop-bold-scores-caption-02-font-weight: 700;
  --typography-desktop-bold-scores-caption-02-line-height: 10px;
  --typography-desktop-bold-scores-caption-02-text-decoration: none;
  --typography-desktop-bold-scores-caption-02-text-case: none;
  --typography-desktop-bold-scores-caption-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-03-font-size: 10px;
  --typography-desktop-bold-scores-caption-03-font-weight: 700;
  --typography-desktop-bold-scores-caption-03-line-height: 12px;
  --typography-desktop-bold-scores-caption-03-text-decoration: none;
  --typography-desktop-bold-scores-caption-03-text-case: none;
  --typography-desktop-bold-scores-caption-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-04-font-size: 11px;
  --typography-desktop-bold-scores-caption-04-font-weight: 700;
  --typography-desktop-bold-scores-caption-04-line-height: 14px;
  --typography-desktop-bold-scores-caption-04-text-decoration: none;
  --typography-desktop-bold-scores-caption-04-text-case: none;
  --typography-desktop-bold-scores-caption-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-05-font-size: 12px;
  --typography-desktop-bold-scores-caption-05-font-weight: 700;
  --typography-desktop-bold-scores-caption-05-line-height: 14px;
  --typography-desktop-bold-scores-caption-05-text-decoration: none;
  --typography-desktop-bold-scores-caption-05-text-case: none;
  --typography-desktop-bold-scores-caption-06-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-scores-caption-06-font-size: 12px;
  --typography-desktop-bold-scores-caption-06-font-weight: 700;
  --typography-desktop-bold-scores-caption-06-line-height: 14px;
  --typography-desktop-bold-scores-caption-06-text-decoration: none;
  --typography-desktop-bold-scores-caption-06-text-case: none;
  --typography-mobile-regular-scores-caption-06-font-family: Livesport Finder LCGJK;
  --typography-mobile-regular-scores-caption-06-font-size: 10px;
  --typography-mobile-regular-scores-caption-06-font-weight: 400;
  --typography-mobile-regular-scores-caption-06-line-height: 12px;
  --typography-mobile-regular-scores-caption-06-text-decoration: none;
  --typography-mobile-regular-scores-caption-06-text-case: none;
  --typography-mobile-bold-scores-caption-06-font-family: Livesport Finder LCGJK;
  --typography-mobile-bold-scores-caption-06-font-size: 10px;
  --typography-mobile-bold-scores-caption-06-font-weight: 700;
  --typography-mobile-bold-scores-caption-06-line-height: 12px;
  --typography-mobile-bold-scores-caption-06-text-decoration: none;
  --typography-mobile-bold-scores-caption-06-text-case: none;
  --typography-desktop-scores-overline-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-01-font-size: 10px;
  --typography-desktop-scores-overline-01-font-weight: 700;
  --typography-desktop-scores-overline-01-line-height: 12px;
  --typography-desktop-scores-overline-01-text-decoration: none;
  --typography-desktop-scores-overline-01-text-case: uppercase;
  --typography-desktop-scores-overline-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-02-font-size: 11px;
  --typography-desktop-scores-overline-02-font-weight: 700;
  --typography-desktop-scores-overline-02-line-height: 14px;
  --typography-desktop-scores-overline-02-text-decoration: none;
  --typography-desktop-scores-overline-02-text-case: uppercase;
  --typography-desktop-scores-overline-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-03-font-size: 12px;
  --typography-desktop-scores-overline-03-font-weight: 700;
  --typography-desktop-scores-overline-03-line-height: 14px;
  --typography-desktop-scores-overline-03-text-decoration: none;
  --typography-desktop-scores-overline-03-text-case: uppercase;
  --typography-desktop-scores-overline-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-04-font-size: 13px;
  --typography-desktop-scores-overline-04-font-weight: 700;
  --typography-desktop-scores-overline-04-line-height: 16px;
  --typography-desktop-scores-overline-04-text-decoration: none;
  --typography-desktop-scores-overline-04-text-case: uppercase;
  --typography-desktop-scores-overline-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-05-font-size: 13px;
  --typography-desktop-scores-overline-05-font-weight: 700;
  --typography-desktop-scores-overline-05-line-height: 16px;
  --typography-desktop-scores-overline-05-text-decoration: none;
  --typography-desktop-scores-overline-05-text-case: uppercase;
  --typography-desktop-scores-overline-06-font-family: Livesport Finder LCGJK;
  --typography-desktop-scores-overline-06-font-size: 13px;
  --typography-desktop-scores-overline-06-font-weight: 700;
  --typography-desktop-scores-overline-06-line-height: 16px;
  --typography-desktop-scores-overline-06-text-decoration: none;
  --typography-desktop-scores-overline-06-text-case: uppercase;
  --typography-mobile-scores-overline-05-font-family: Livesport Finder LCGJK;
  --typography-mobile-scores-overline-05-font-size: 12px;
  --typography-mobile-scores-overline-05-font-weight: 400;
  --typography-mobile-scores-overline-05-line-height: 14px;
  --typography-mobile-scores-overline-05-text-decoration: none;
  --typography-mobile-scores-overline-05-text-case: uppercase;
  --typography-mobile-scores-overline-06-font-family: Livesport Finder LCGJK;
  --typography-mobile-scores-overline-06-font-size: 10px;
  --typography-mobile-scores-overline-06-font-weight: 700;
  --typography-mobile-scores-overline-06-line-height: 12px;
  --typography-mobile-scores-overline-06-text-decoration: none;
  --typography-mobile-scores-overline-06-text-case: uppercase;
  --typography-desktop-scores-numbers-01-font-family: FS Numbers;
  --typography-desktop-scores-numbers-01-font-size: 46px;
  --typography-desktop-scores-numbers-01-line-height: 56px;
  --typography-desktop-scores-numbers-02-font-family: FS Numbers;
  --typography-desktop-scores-numbers-02-font-size: 38px;
  --typography-desktop-scores-numbers-02-line-height: 46px;
  --typography-tablet-scores-numbers-01-font-family: FS Numbers;
  --typography-tablet-scores-numbers-01-font-size: 38px;
  --typography-tablet-scores-numbers-01-line-height: 46px;
  --typography-tablet-scores-numbers-02-font-family: FS Numbers;
  --typography-tablet-scores-numbers-02-font-size: 28px;
  --typography-tablet-scores-numbers-02-line-height: 34px;
  --typography-mobile-scores-numbers-01-font-family: FS Numbers;
  --typography-mobile-scores-numbers-01-font-size: 32px;
  --typography-mobile-scores-numbers-01-line-height: 38px;
  --typography-mobile-scores-numbers-02-font-family: FS Numbers;
  --typography-mobile-scores-numbers-02-font-size: 20px;
  --typography-mobile-scores-numbers-02-line-height: 24px;
  --typography-desktop-news-heading-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-01-font-size: 40px;
  --typography-desktop-news-heading-01-font-weight: 700;
  --typography-desktop-news-heading-01-line-height: 120%;
  --typography-desktop-news-heading-01-text-decoration: none;
  --typography-desktop-news-heading-01-text-case: none;
  --typography-desktop-news-heading-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-02-font-size: 32px;
  --typography-desktop-news-heading-02-font-weight: 700;
  --typography-desktop-news-heading-02-line-height: 120%;
  --typography-desktop-news-heading-02-text-decoration: none;
  --typography-desktop-news-heading-02-text-case: none;
  --typography-desktop-news-heading-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-03-font-size: 28px;
  --typography-desktop-news-heading-03-font-weight: 700;
  --typography-desktop-news-heading-03-line-height: 130%;
  --typography-desktop-news-heading-03-text-decoration: none;
  --typography-desktop-news-heading-03-text-case: none;
  --typography-desktop-news-heading-04-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-04-font-size: 26px;
  --typography-desktop-news-heading-04-font-weight: 700;
  --typography-desktop-news-heading-04-line-height: 130%;
  --typography-desktop-news-heading-04-text-decoration: none;
  --typography-desktop-news-heading-04-text-case: none;
  --typography-desktop-news-heading-05-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-05-font-size: 25px;
  --typography-desktop-news-heading-05-font-weight: 700;
  --typography-desktop-news-heading-05-line-height: 130%;
  --typography-desktop-news-heading-05-text-decoration: none;
  --typography-desktop-news-heading-05-text-case: none;
  --typography-desktop-news-heading-06-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-06-font-size: 20px;
  --typography-desktop-news-heading-06-font-weight: 700;
  --typography-desktop-news-heading-06-line-height: 130%;
  --typography-desktop-news-heading-06-text-decoration: none;
  --typography-desktop-news-heading-06-text-case: none;
  --typography-desktop-news-heading-07-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-07-font-size: 18px;
  --typography-desktop-news-heading-07-font-weight: 700;
  --typography-desktop-news-heading-07-line-height: 130%;
  --typography-desktop-news-heading-07-text-decoration: none;
  --typography-desktop-news-heading-07-text-case: none;
  --typography-desktop-news-heading-08-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-08-font-size: 16px;
  --typography-desktop-news-heading-08-font-weight: 700;
  --typography-desktop-news-heading-08-line-height: 130%;
  --typography-desktop-news-heading-08-text-case: none;
  --typography-desktop-news-heading-09-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-09-font-size: 14px;
  --typography-desktop-news-heading-09-font-weight: 700;
  --typography-desktop-news-heading-09-line-height: 130%;
  --typography-desktop-news-heading-09-text-decoration: none;
  --typography-desktop-news-heading-09-text-case: none;
  --typography-desktop-news-heading-10-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-heading-10-font-size: 13px;
  --typography-desktop-news-heading-10-font-weight: 700;
  --typography-desktop-news-heading-10-line-height: 130%;
  --typography-desktop-news-heading-10-text-decoration: none;
  --typography-desktop-news-heading-10-text-case: none;
  --typography-tablet-news-heading-02-font-family: Livesport Finder LCGJK;
  --typography-tablet-news-heading-02-font-size: 24px;
  --typography-tablet-news-heading-02-font-weight: 700;
  --typography-tablet-news-heading-02-line-height: 120%;
  --typography-tablet-news-heading-02-text-decoration: none;
  --typography-tablet-news-heading-02-text-case: none;
  --typography-tablet-news-heading-03-font-family: Livesport Finder LCGJK;
  --typography-tablet-news-heading-03-font-size: 26px;
  --typography-tablet-news-heading-03-font-weight: 700;
  --typography-tablet-news-heading-03-line-height: 130%;
  --typography-tablet-news-heading-03-text-decoration: none;
  --typography-tablet-news-heading-03-text-case: none;
  --typography-tablet-news-heading-04-font-family: Livesport Finder LCGJK;
  --typography-tablet-news-heading-04-font-size: 22px;
  --typography-tablet-news-heading-04-font-weight: 700;
  --typography-tablet-news-heading-04-line-height: 130%;
  --typography-tablet-news-heading-04-text-decoration: none;
  --typography-tablet-news-heading-04-text-case: none;
  --typography-tablet-news-heading-08-font-family: Livesport Finder LCGJK;
  --typography-tablet-news-heading-08-font-size: 18px;
  --typography-tablet-news-heading-08-font-weight: 700;
  --typography-tablet-news-heading-08-line-height: 130%;
  --typography-tablet-news-heading-08-text-decoration: none;
  --typography-tablet-news-heading-08-text-case: none;
  --typography-tablet-news-heading-10-font-family: Livesport Finder LCGJK;
  --typography-tablet-news-heading-10-font-size: 16px;
  --typography-tablet-news-heading-10-font-weight: 700;
  --typography-tablet-news-heading-10-line-height: 130%;
  --typography-tablet-news-heading-10-text-decoration: none;
  --typography-tablet-news-heading-10-text-case: none;
  --typography-mobile-news-heading-01-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-heading-01-font-size: 28px;
  --typography-mobile-news-heading-01-font-weight: 700;
  --typography-mobile-news-heading-01-line-height: 120%;
  --typography-mobile-news-heading-01-text-decoration: none;
  --typography-mobile-news-heading-01-text-case: none;
  --typography-mobile-news-heading-03-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-heading-03-font-size: 22px;
  --typography-mobile-news-heading-03-font-weight: 700;
  --typography-mobile-news-heading-03-line-height: 130%;
  --typography-mobile-news-heading-03-text-decoration: none;
  --typography-mobile-news-heading-03-text-case: none;
  --typography-mobile-news-heading-05-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-heading-05-font-size: 22px;
  --typography-mobile-news-heading-05-font-weight: 700;
  --typography-mobile-news-heading-05-line-height: 130%;
  --typography-mobile-news-heading-05-text-decoration: none;
  --typography-mobile-news-heading-05-text-case: none;
  --typography-mobile-news-heading-07-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-heading-07-font-size: 1.15rem;
  --typography-mobile-news-heading-07-font-weight: 700;
  --typography-mobile-news-heading-07-line-height: 130%;
  --typography-mobile-news-heading-07-text-decoration: none;
  --typography-mobile-news-heading-07-text-case: none;
  --typography-mobile-news-heading-08-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-heading-08-font-size: 1.15rem;
  --typography-mobile-news-heading-08-font-weight: 700;
  --typography-mobile-news-heading-08-line-height: 130%;
  --typography-mobile-news-heading-08-text-decoration: none;
  --typography-mobile-news-heading-08-text-case: none;
  --typography-desktop-news-perex-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-perex-01-font-size: 20px;
  --typography-desktop-news-perex-01-font-weight: 700;
  --typography-desktop-news-perex-01-line-height: 150%;
  --typography-desktop-news-perex-01-text-decoration: none;
  --typography-desktop-news-perex-01-text-case: none;
  --typography-mobile-news-perex-01-font-family: Livesport Finder LCGJK;
  --typography-mobile-news-perex-01-font-size: 18px;
  --typography-mobile-news-perex-01-font-weight: 700;
  --typography-mobile-news-perex-01-line-height: 150%;
  --typography-mobile-news-perex-01-text-decoration: none;
  --typography-mobile-news-perex-01-text-case: none;
  --typography-desktop-regular-news-paragraph-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-news-paragraph-01-font-size: 18px;
  --typography-desktop-regular-news-paragraph-01-font-weight: 400;
  --typography-desktop-regular-news-paragraph-01-line-height: 150%;
  --typography-desktop-regular-news-paragraph-01-text-decoration: none;
  --typography-desktop-regular-news-paragraph-01-text-case: none;
  --typography-desktop-bold-news-paragraph-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-news-paragraph-01-font-size: 18px;
  --typography-desktop-bold-news-paragraph-01-font-weight: 700;
  --typography-desktop-bold-news-paragraph-01-line-height: 150%;
  --typography-desktop-bold-news-paragraph-01-text-decoration: none;
  --typography-desktop-bold-news-paragraph-01-text-case: none;
  --typography-mobile-regular-news-paragraph-01-font-family: Livesport Finder LCGJK;
  --typography-mobile-regular-news-paragraph-01-font-size: 16px;
  --typography-mobile-regular-news-paragraph-01-font-weight: 400;
  --typography-mobile-regular-news-paragraph-01-line-height: 150%;
  --typography-mobile-regular-news-paragraph-01-text-decoration: none;
  --typography-mobile-regular-news-paragraph-01-text-case: none;
  --typography-mobile-bold-news-paragraph-01-font-family: Livesport Finder LCGJK;
  --typography-mobile-bold-news-paragraph-01-font-size: 16px;
  --typography-mobile-bold-news-paragraph-01-font-weight: 700;
  --typography-mobile-bold-news-paragraph-01-line-height: 150%;
  --typography-mobile-bold-news-paragraph-01-text-decoration: none;
  --typography-mobile-bold-news-paragraph-01-text-case: none;
  --typography-desktop-regular-news-caption-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-news-caption-01-font-size: 12px;
  --typography-desktop-regular-news-caption-01-font-weight: 400;
  --typography-desktop-regular-news-caption-01-line-height: 120%;
  --typography-desktop-regular-news-caption-01-text-decoration: none;
  --typography-desktop-regular-news-caption-01-text-case: none;
  --typography-desktop-regular-news-caption-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-regular-news-caption-02-font-size: 13px;
  --typography-desktop-regular-news-caption-02-font-weight: 400;
  --typography-desktop-regular-news-caption-02-line-height: 120%;
  --typography-desktop-regular-news-caption-02-text-decoration: none;
  --typography-desktop-regular-news-caption-02-text-case: none;
  --typography-desktop-bold-news-caption-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-news-caption-01-font-size: 12px;
  --typography-desktop-bold-news-caption-01-font-weight: 700;
  --typography-desktop-bold-news-caption-01-line-height: 120%;
  --typography-desktop-bold-news-caption-01-text-decoration: none;
  --typography-desktop-bold-news-caption-01-text-case: none;
  --typography-desktop-bold-news-caption-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-bold-news-caption-02-font-size: 13px;
  --typography-desktop-bold-news-caption-02-font-weight: 700;
  --typography-desktop-bold-news-caption-02-line-height: 120%;
  --typography-desktop-bold-news-caption-02-text-decoration: none;
  --typography-desktop-bold-news-caption-02-text-case: none;
  --typography-desktop-news-caption-badges-03-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-caption-badges-03-font-size: 12px;
  --typography-desktop-news-caption-badges-03-font-weight: 400;
  --typography-desktop-news-caption-badges-03-line-height: 14px;
  --typography-desktop-news-caption-badges-03-text-decoration: none;
  --typography-desktop-news-caption-badges-03-text-case: none;
  --typography-desktop-news-overline-01-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-overline-01-font-size: 13px;
  --typography-desktop-news-overline-01-font-weight: 700;
  --typography-desktop-news-overline-01-line-height: 120%;
  --typography-desktop-news-overline-01-text-decoration: none;
  --typography-desktop-news-overline-01-text-case: uppercase;
  --typography-desktop-news-overline-02-font-family: Livesport Finder LCGJK;
  --typography-desktop-news-overline-02-font-size: 11px;
  --typography-desktop-news-overline-02-font-weight: 700;
  --typography-desktop-news-overline-02-line-height: 120%;
  --typography-desktop-news-overline-02-text-decoration: none;
  --typography-desktop-news-overline-02-text-case: uppercase;
}
