:root{
    --neutral-night-normal-60: #5a697c;
    --neutral-night-normal-70: #718298;
    --neutral-night-normal-80: #929fb0;
    --neutral-night-normal-90: #c5cbd3;
    --neutral-night-normal-100: #edeff2;
    --neutral-night-inverted-60: #5E6C85;
    --neutral-night-inverted-70: #5e6c85;
    --neutral-night-inverted-80: #42526f;
    --neutral-night-inverted-90: #253859;
    --neutral-night-inverted-100: #071837;
    --neutral-day-normal-60: #7a869a;
    --neutral-day-normal-70: #5e6c84;
    --neutral-day-normal-80: #42526e;
    --neutral-day-normal-90: #253858;
    --neutral-day-normal-100: #071836;
    --neutral-day-inverted-60: #5a697c;
    --neutral-day-inverted-70: #253859;
    --neutral-day-inverted-80: #929fb0;
    --neutral-day-inverted-90: #5e6c85;
    --neutral-day-inverted-100: #e1e4ea;
    --alpha-night-0: #eef0f400;
    --alpha-night-2: #eef0f405;
    --alpha-night-4: #eef0f40a;
    --alpha-night-6: #eef0f40f;
    --alpha-night-8: #eef0f414;
    --alpha-night-24: #eef0f43d;
    --alpha-night-32: #eef0f452;
    --alpha-night-48: #eef0f47a;
    --alpha-night-60: #eef0f499;
    --alpha-night-72: #eef0f4b8;
    --alpha-day-2: rgba(41, 48, 66, 0.03);
    --alpha-day-4: rgba(41, 48, 66, 0.04);
    --alpha-day-6: rgba(41, 48, 66, 0.05);
    --alpha-day-8: rgba(41, 48, 66, 0.08);
    --alpha-day-24: rgba(41, 48, 66, 0.24);
    --alpha-day-32: rgba(41, 48, 66, 0.32);
    --alpha-day-60: rgba(0, 0, 0, 0.6);
    --alpha-day-72: rgba(0, 0, 0, 0.72);
    --success-20: #b1e2c2;
    --success-80: #2db45b;
    --success-90: #09b343;
    --success-100: #089136;
    --success-alpha-24: #0891363d;
    --error-20: #f1dfda;
    --error-80: #e96c46;
    --error-90: #e85b30;
    --error-100: #e5491a;
    --error-alpha-24: #e5491a3d;
    --warning-10: #f8f4ed;
    --warning-80: #f29a0d;
    --warning-90: #f4a425;
    --warning-100: #f29a0d;
    --warning-alpha-24: #f29a0d3d;
    --gradient-green: linear-gradient(135deg, #007318, #1DC757 48%, #007318);
    --gradient-orange: linear-gradient(135deg, #FF5C00, #FFAB2E 48%, #FF5C00);
    --gradient-red: linear-gradient(135deg, #C72B00, #FC6F44 48%, #C72B00);
    --brand-base-night-60: #202b3e;
    --brand-base-night-70: #1E293E;
    --brand-base-night-80: #141F29;
    --brand-base-night-90: #111A22;
    --brand-base-night-100: #0A1118;
    --brand-primary-80: #79B7FA;
    --brand-primary-90: #449CF9;
    --brand-primary-100: #067EFF;
    --brand-primary-alpha-24: rgba(6, 126, 255, 0.24);
    --brand-secondary-80: #82EAB1;
    --brand-secondary-90: #40DB87;
    --brand-secondary-100: #10A955;
    --brand-secondary-alpha-24: rgba(16, 169, 85, 0.24);
    --brand-base-day-60: #fff;
    --brand-base-day-70: #b7bdc2;
    --brand-base-day-80: #c8ccd0;
    --brand-base-day-90: #dbdee1;
    --brand-base-day-100: #f2f3f4;
    --brand-base-aditional-shade-100: linear-gradient(0deg, #101820, #1c2634);
    --content-primary: var(--neutral-night-normal-100);
    --content-secondary: var(--neutral-night-normal-90);
    --content-tertiary: var(--neutral-night-normal-80);
    --content-quaternary: var(--neutral-night-normal-60);
    --content-disabled: var(--alpha-night-32);
    --content-warning: var(--warning-100);
    --content-success: var(--success-90);
    --content-error: var(--error-100);
    --content-accent-1-primary: var(--brand-primary-100);
    --content-accent-1-secondary: var(--brand-primary-90);
    --content-accent-1-tertiary: var(--brand-primary-80);
    --content-accent-1-quaternary: var(--brand-primary-alpha-24);
    --content-inverted-primary: var(--neutral-night-inverted-100);
    --content-inverted-secondary: var(--neutral-night-inverted-90);
    --content-inverted-tertiary: var(--neutral-night-inverted-80);
    --content-inverted-quaternary: var(--neutral-night-inverted-60);
    --content-inverted-disabled: var(--alpha-day-32);
    --content-inverted-warning: var(--warning-100);
    --content-inverted-success: var(--success-90);
    --content-inverted-error: var(--error-100);
    --content-inverted-accent-1-primary: var(--brand-primary-100);
    --content-inverted-accent-1-secondary: var(--brand-primary-90);
    --content-inverted-accent-1-tertiary: var(--brand-primary-80);
    --content-inverted-accent-1-quaternary: var(--brand-primary-alpha-24);
    --content-button-primary: var(--neutral-night-normal-100);
    --content-button-secondary: var(--neutral-night-normal-100);
    --content-button-neutral: var(--neutral-night-normal-100);
    --content-button-no-background: var(--neutral-night-normal-100);
    --content-button-deposit-header-default: var(--neutral-night-normal-100);
    --content-button-deposit-wallet-default: var(--neutral-night-normal-100);
    --content-button-withdraw-default: var(--neutral-night-normal-100);
    --content-button-verify-default: var(--neutral-night-normal-100);
    --content-button-registration-default: var(--neutral-night-normal-100);
    --content-button-login-default: var(--neutral-night-normal-100);
    --content-button-negative: var(--neutral-night-normal-100);
    --content-button-float: var(--neutral-night-normal-100);
    --content-button-inverted-primary: var(--neutral-night-normal-100);
    --content-button-inverted-secondary: var(--neutral-night-inverted-100);
    --content-button-inverted-neutral: var(--neutral-night-inverted-100);
    --content-button-inverted-no-background: var(--neutral-night-inverted-100);
    --content-button-inverted-deposit-header-default: var(--neutral-night-normal-100);
    --content-button-inverted-deposit-wallet-default: var(--neutral-night-normal-100);
    --content-button-inverted-withdraw-default: var(--neutral-night-inverted-100);
    --content-button-inverted-verify-default: var(--neutral-night-normal-100);
    --content-button-inverted-registration-default: var(--neutral-night-normal-100);
    --content-button-inverted-login-default: var(--neutral-night-inverted-100);
    --content-button-inverted-negative: var(--neutral-night-normal-100);
    --content-button-inverted-float: var(--neutral-night-normal-100);
    --content-tab-default: var(--neutral-night-normal-80);
    --content-tab-hover: var(--neutral-night-normal-80);
    --content-tab-active: var(--neutral-night-normal-100);
    --content-tab-inverted-hover: var(--neutral-night-inverted-80);
    --content-tab-inverted-active: var(--neutral-night-inverted-100);
    --content-tab-inverted-default: var(--neutral-night-inverted-80);
    --content-chips-default: var(--neutral-night-normal-80);
    --content-chips-hover: var(--neutral-night-normal-80);
    --content-chips-active: var(--neutral-night-normal-100);
    --content-chips-disabled: var(--neutral-night-normal-80);
    --content-menu-item-default: var(--neutral-night-normal-80);
    --content-menu-item-hover: var(--neutral-night-normal-100);
    --content-menu-item-pressed: var(--neutral-night-normal-100);
    --content-menu-item-active: var(--neutral-night-normal-100);
    --content-menu-item-inverted-default: var(--neutral-night-inverted-80);
    --content-menu-item-inverted-hover: var(--neutral-night-inverted-100);
    --content-menu-item-inverted-pressed: var(--neutral-night-inverted-100);
    --content-menu-item-inverted-active: var(--neutral-night-inverted-100);
    --content-dropdown-header-default: var(--neutral-night-normal-80);
    --content-dropdown-header-hover: var(--neutral-night-normal-100);
    --content-dropdown-header-pressed: var(--neutral-night-normal-100);
    --content-dropdown-header-active: var(--neutral-night-normal-100);
    --content-dropdown-header-inverted-default: var(--neutral-night-inverted-80);
    --content-dropdown-header-inverted-hover: var(--neutral-night-inverted-100);
    --content-dropdown-header-inverted-pressed: var(--neutral-night-inverted-100);
    --content-dropdown-header-inverted-active: var(--neutral-night-inverted-100);
    --content-dropdown-body-item-default: var(--neutral-night-normal-80);
    --content-dropdown-body-item-hover: var(--neutral-night-normal-80);
    --content-dropdown-body-item-pressed: var(--neutral-night-normal-100);
    --content-dropdown-body-item-active: var(--neutral-night-normal-100);
    --content-dropdown-body-item-inverted-default: var(--neutral-night-inverted-80);
    --content-dropdown-body-item-inverted-hover: var(--neutral-night-inverted-80);
    --content-dropdown-body-item-inverted-pressed: var(--neutral-night-inverted-100);
    --content-dropdown-body-item-inverted-active: var(--neutral-night-inverted-100);
    --content-lable-card-game-primary: var(--neutral-night-normal-100);
    --content-card-game-primary: var(--neutral-night-normal-100);
    --content-card-game-secondary: var(--neutral-night-normal-60);
    --content-card-game-inverted-primary: var(--neutral-night-inverted-100);
    --content-card-game-inverted-secondary: var(--neutral-night-inverted-100);
    --content-badge-primary: var(--neutral-night-normal-100);
    --content-badge-secondary: var(--neutral-night-normal-100);
    --content-badge-neutral: var(--neutral-night-normal-100);
    --content-badge-no-background: var(--neutral-night-normal-100);
    --content-badge-success: var(--neutral-night-normal-100);
    --content-badge-warning: var(--neutral-night-normal-100);
    --content-badge-error: var(--neutral-night-normal-100);
    --content-badge-neutral-warning: #f5f763;
    --content-navigation-bar-primary: var(--neutral-night-normal-100);
    --content-navigation-bar-inverted-primary: var(--neutral-night-inverted-100);
    --content-accordion-item-title-default: var(--neutral-night-normal-90);
    --content-accordion-item-title-hover: var(--neutral-night-normal-100);
    --content-accordion-item-title-pressed: var(--neutral-night-normal-100);
    --content-accordion-item-title-active: var(--neutral-night-normal-100);
    --content-accordion-item-description: var(--neutral-night-normal-80);
    --content-accordion-item-inverted-title-default: var(--neutral-night-inverted-90);
    --content-accordion-item-inverted-title-hover: var(--neutral-night-inverted-100);
    --content-accordion-item-inverted-title-pressed: var(--neutral-night-inverted-100);
    --content-accordion-item-inverted-title-active: var(--neutral-night-inverted-100);
    --content-accordion-item-inverted-description: var(--neutral-night-inverted-80);
    --content-accordion-item-custom-title-default: var(--neutral-night-normal-100);
    --content-accordion-item-custom-title-hover: var(--neutral-night-normal-100);
    --content-accordion-item-custom-title-pressed: var(--neutral-night-normal-100);
    --content-accordion-item-custom-title-active: var(--neutral-night-normal-100);
    --content-accordion-item-custom-description: var(--neutral-night-normal-80);
    --content-card-provider-default: var(--neutral-night-normal-80);
    --content-card-provider-hover: var(--neutral-night-normal-80);
    --content-card-provider-pressed: var(--neutral-night-normal-80);
    --content-card-tournament-primary: var(--neutral-night-normal-100);
    --content-timer-date-primary: var(--neutral-night-normal-100);
    --content-timer-date-secondary: var(--neutral-night-normal-90);
    --content-vidget-tournament-secondary: var(--neutral-night-normal-90);
    --content-vidget-tournament-accent: var(--warning-100);
    --content-theme-default: var(--neutral-night-normal-100);
    --content-sidebar-page-item-default: var(--neutral-night-normal-100);
    --content-card-category-title: var(--neutral-night-normal-100);
    --content-card-category-subtitle: var(--neutral-night-normal-80);
    --content-card-category-inverted-title: var(--neutral-night-inverted-100);
    --content-card-category-inverted-subtitle: var(--neutral-night-inverted-80);
    --content-level-card-primary: var(--neutral-night-normal-100);
    --content-level-card-secondary: var(--neutral-night-normal-80);
    --content-level-card-inverted-primary: var(--neutral-day-normal-100);
    --content-level-card-inverted-secondary: var(--neutral-day-normal-80);
    --content-header-nav-item-hover: var(--neutral-night-normal-100);
    --background-button-primary-default: var(--brand-primary-100);
    --background-button-primary-hover: var(--brand-primary-80);
    --background-button-primary-pressed: var(--brand-primary-90);
    --background-button-primary-disabled: var(--brand-primary-alpha-24);
    --background-button-secondary-default: var(--brand-secondary-100);
    --background-button-secondary-hover: var(--brand-secondary-80);
    --background-button-secondary-pressed: var(--brand-secondary-90);
    --background-button-secondary-disabled: var(--brand-secondary-alpha-24);
    --background-button-neutral-default: var(--alpha-night-4);
    --background-button-neutral-hover: var(--alpha-night-24);
    --background-button-neutral-pressed: var(--alpha-night-6);
    --background-button-neutral-disabled: var(--alpha-night-2);
    --background-button-no-background-default: var(--alpha-night-0);
    --background-button-no-background-hover: var(--alpha-night-24);
    --background-button-no-background-pressed: var(--alpha-night-6);
    --background-button-no-background-disabled: var(--alpha-night-0);
    --background-button-deposit-header-default: var(--brand-primary-100);
    --background-button-deposit-header-hover: var(--brand-primary-80);
    --background-button-deposit-header-pressed: var(--brand-primary-90);
    --background-button-deposit-header-disabled: var(--brand-primary-alpha-24);
    --background-button-withdraw-default: var(--alpha-night-6);
    --background-button-withdraw-hover: var(--alpha-night-24);
    --background-button-withdraw-pressed: var(--alpha-night-6);
    --background-button-withdraw-disabled: var(--alpha-night-2);
    --background-button-verify-default: var(--brand-primary-100);
    --background-button-verify-hover: var(--brand-primary-80);
    --background-button-verify-pressed: var(--brand-primary-90);
    --background-button-verify-disabled: var(--brand-primary-alpha-24);
    --background-button-registration-default: var(--brand-primary-100);
    --background-button-registration-hover: var(--brand-primary-80);
    --background-button-registration-pressed: var(--brand-primary-90);
    --background-button-registration-disabled: var(--brand-primary-alpha-24);
    --background-button-login-default: var(--alpha-night-6);
    --background-button-login-hover: var(--alpha-night-24);
    --background-button-login-pressed: var(--alpha-night-6);
    --background-button-login-disabled: var(--alpha-night-2);
    --background-button-deposit-wallet-default: var(--brand-primary-100);
    --background-button-deposit-wallet-hover: var(--brand-primary-80);
    --background-button-deposit-wallet-pressed: var(--brand-primary-90);
    --background-button-deposit-wallet-disabled: var(--brand-primary-alpha-24);
    --background-button-float-default: var(--brand-primary-100);
    --background-button-negative-default: var(--error-100);
    --background-button-negative-hover: var(--error-80);
    --background-button-negative-pressed: var(--error-90);
    --background-button-negative-disabled: var(--error-alpha-24);
    --background-button-inverted-primary-default: var(--brand-primary-100);
    --background-button-inverted-primary-hover: var(--brand-primary-80);
    --background-button-inverted-primary-pressed: var(--brand-primary-90);
    --background-button-inverted-primary-disabled: var(--brand-primary-alpha-24);
    --background-button-inverted-secondary-default: var(--brand-secondary-100);
    --background-button-inverted-secondary-hover: var(--brand-secondary-80);
    --background-button-inverted-secondary-pressed: var(--brand-secondary-90);
    --background-button-inverted-secondary-disabled: var(--brand-secondary-alpha-24);
    --background-button-inverted-neutral-default: var(--alpha-day-6);
    --background-button-inverted-neutral-hover: var(--alpha-day-24);
    --background-button-inverted-neutral-pressed: var(--alpha-day-6);
    --background-button-inverted-neutral-disabled: var(--alpha-day-2);
    --background-button-inverted-no-background-default: var(--alpha-day-0);
    --background-button-inverted-no-background-hover: var(--alpha-day-24);
    --background-button-inverted-no-background-pressed: var(--alpha-day-6);
    --background-button-inverted-no-background-disabled: var(--alpha-day-0);
    --background-button-inverted-deposit-header-default: var(--brand-primary-100);
    --background-button-inverted-deposit-header-hover: var(--brand-primary-80);
    --background-button-inverted-deposit-header-pressed: var(--brand-primary-90);
    --background-button-inverted-deposit-header-disabled: var(--brand-primary-alpha-24);
    --background-button-inverted-withdraw-default: var(--alpha-day-6);
    --background-button-inverted-withdraw-hover: var(--alpha-day-24);
    --background-button-inverted-withdraw-pressed: var(--alpha-day-6);
    --background-button-inverted-withdraw-disabled: var(--alpha-day-2);
    --background-button-inverted-verify-default: var(--brand-primary-100);
    --background-button-inverted-verify-hover: var(--brand-primary-80);
    --background-button-inverted-verify-pressed: var(--brand-primary-90);
    --background-button-inverted-verify-disabled: var(--brand-primary-alpha-24);
    --background-button-inverted-registration-default: var(--brand-primary-100);
    --background-button-inverted-registration-hover: var(--brand-primary-80);
    --background-button-inverted-registration-pressed: var(--brand-primary-90);
    --background-button-inverted-registration-disabled: var(--brand-primary-alpha-24);
    --background-button-inverted-login-default: var(--alpha-day-6);
    --background-button-inverted-login-hover: var(--alpha-day-24);
    --background-button-inverted-login-pressed: var(--alpha-day-6);
    --background-button-inverted-login-disabled: var(--alpha-day-2);
    --background-button-inverted-deposit-wallet-default: var(--brand-primary-100);
    --background-button-inverted-deposit-wallet-hover: var(--brand-primary-80);
    --background-button-inverted-deposit-wallet-pressed: var(--brand-primary-90);
    --background-button-inverted-deposit-wallet-disabled: var(--brand-primary-alpha-24);
    --background-button-inverted-float-default: var(--brand-primary-100);
    --background-button-inverted-negative-default: var(--error-100);
    --background-button-inverted-negative-hover: var(--error-80);
    --background-button-inverted-negative-pressed: var(--error-90);
    --background-button-inverted-negative-disabled: var(--error-alpha-24);
    --background-surface-stage-1: var(--brand-base-night-100);
    --background-surface-stage-2: var(--brand-base-night-90);
    --background-surface-stage-3: var(--brand-base-night-80);
    --background-surface-stage-4: var(--brand-base-night-70);
    --background-surface-alpha-stage-1: var(--alpha-night-2);
    --background-surface-alpha-stage-2: var(--alpha-night-4);
    --background-surface-alpha-stage-3: var(--alpha-night-6);
    --background-surface-alpha-stage-4: var(--alpha-night-8);
    --background-surface-alpha-stage-0: var(--alpha-night-0);
    --background-surface-inverted-stage-1: var(--brand-base-day-100);
    --background-surface-inverted-stage-2: var(--brand-base-day-90);
    --background-surface-inverted-stage-3: var(--brand-base-day-80);
    --background-surface-inverted-stage-4: var(--brand-base-day-70);
    --background-surface-inverted-alpha-stage-1: var(--alpha-day-2);
    --background-surface-inverted-alpha-stage-2: var(--alpha-day-4);
    --background-surface-inverted-alpha-stage-3: var(--alpha-day-6);
    --background-surface-inverted-alpha-stage-4: var(--alpha-day-8);
    --background-surface-inverted-alpha-stage-0: var(--alpha-day-0);
    --background-surface-custom-stage-1: linear-gradient(0deg, rgba(22, 35, 46, 0.6), rgba(22, 35, 46, 1));
    --background-input-default: var(--alpha-night-6);
    --background-input-hover: var(--alpha-night-8);
    --background-input-focussed: var(--alpha-night-4);
    --background-input-disabled: var(--alpha-night-2);
    --background-input-filled: var(--alpha-night-6);
    --background-input-inverted-default: var(--alpha-night-6);
    --background-input-inverted-hover: var(--alpha-night-8);
    --background-input-inverted-focussed: var(--alpha-night-4);
    --background-input-inverted-disabled: var(--alpha-night-2);
    --background-input-inverted-filled: var(--alpha-night-6);
    --background-checkbox-default: var(--alpha-night-8);
    --background-checkbox-hover: var(--alpha-night-24);
    --background-checkbox-disabled: var(--alpha-night-6);
    --background-tab-default: var(--alpha-night-0);
    --background-tab-hover: var(--alpha-night-24);
    --background-tab-active: var(--brand-secondary-100);
    --background-tab-inverted-default: var(--alpha-day-0);
    --background-tab-inverted-hover: var(--alpha-day-24);
    --background-tab-inverted-active: var(--brand-secondary-100);
    --background-chips-default: var(--alpha-night-4);
    --background-chips-hover: var(--alpha-night-8);
    --background-chips-active: var(--brand-secondary-100);
    --background-chips-disabled: var(--alpha-night-2);
    --background-menu-item-no-background-default: var(--alpha-night-0);
    --background-menu-item-no-background-hover: var(--alpha-night-8);
    --background-menu-item-no-background-pressed: var(--alpha-night-6);
    --background-menu-item-no-background-active: var(--alpha-night-4);
    --background-menu-item-neutral-default: var(--alpha-night-4);
    --background-menu-item-neutral-hover: var(--alpha-night-8);
    --background-menu-item-neutral-pressed: var(--alpha-night-6);
    --background-menu-item-neutral-active: var(--alpha-night-24);
    --background-menu-item-inverted-no-background-default: var(--alpha-day-0);
    --background-menu-item-inverted-no-background-hover: var(--alpha-day-24);
    --background-menu-item-inverted-no-background-pressed: var(--alpha-day-6);
    --background-menu-item-inverted-no-background-active: var(--alpha-day-24);
    --background-menu-item-inverted-neutral-default: var(--alpha-day-4);
    --background-menu-item-inverted-neutral-hover: var(--alpha-day-24);
    --background-menu-item-inverted-neutral-pressed: var(--alpha-day-6);
    --background-menu-item-inverted-neutral-active: var(--alpha-day-24);
    --background-badge-primary: var(--brand-primary-100);
    --background-badge-secondary: var(--brand-secondary-100);
    --background-badge-neutral: var(--alpha-night-6);
    --background-badge-no-background: var(--alpha-night-0);
    --background-badge-success: var(--success-100);
    --background-badge-warning: var(--warning-100);
    --background-badge-error: var(--error-100);
    --background-badge-neutral-warning: rgba(245, 247, 99, 0.1);
    --background-card-category-default: var(--alpha-night-8);
    --background-card-category-hover: var(--alpha-night-24);
    --background-card-provider-default: var(--brand-base-night-90);
    --background-card-provider-hover: var(--brand-base-night-60);
    --background-card-provider-pressed: var(--brand-base-night-70);
    --background-card-bonus-primary: var(--brand-base-night-80);
    --background-card-bonus-secondary: var(--alpha-night-4);
    --background-help-center-primary: var(--alpha-night-4);
    --background-help-center-inverted-primary: var(--alpha-day-4);
    --background-lable-card-game-new: linear-gradient(135deg, #007318, #1dc757 48%, #007318);
    --background-lable-card-game-exclusive: linear-gradient(135deg, #ff5c00, #ffab2e 48%, #ff5c00);
    --background-lable-card-game-hot: linear-gradient(135deg, #c72b00, #fc6f44 48%, #c72b00);
    --background-lable-card-game-black: #040404;
    --background-overlay-card-game-primary: rgba(14, 25, 53, 0.48);
    --background-header-primary: var(--brand-base-night-90);
    --background-header-inverted-primary: var(--brand-base-day-90);
    --background-footer-primary: var(--brand-base-night-80);
    --background-footer-inverted-primary: var(--brand-base-day-90);
    --background-alert-primary: var(--brand-base-night-70);
    --background-alert-inverted-primary: var(--brand-base-day-70);
    --background-modal-primary: var(--brand-base-night-80);
    --background-modal-inverted-primary: var(--brand-base-day-70);
    --background-modal-custom-primary: var(--brand-base-night-90);
    --background-sidebar-primary: var(--brand-base-night-100);
    --background-sidebar-inverted-primary: var(--brand-base-day-90);
    --background-table-primary: var(--brand-base-night-80);
    --background-table-inverted-primary: var(--brand-base-day-80);
    --background-dropdown-group-primary: var(--alpha-night-4);
    --background-dropdown-group-inverted-primary-copy: var(--alpha-night-4);
    --background-select-dropdown-group-primary: var(--brand-base-night-80);
    --background-creeping-line-card-default: var(--alpha-night-8);
    --background-creeping-line-card-hover: var(--alpha-night-24);
    --background-backlight-primary: var(--brand-base-aditional-shade-100);
    --background-navigation-bar-primary: var(--brand-base-night-90);
    --background-navigation-bar-inverted-primary: var(--brand-base-night-90);
    --background-navigation-bar-custom-primary: rgba(25, 35, 43, 0.58);
    --background-navigation-bar-modal-primary: var(--brand-base-night-80);
    --background-navigation-bar-modal-inverted-primary: var(--brand-base-day-80);
    --background-navigation-bar-modal-custom-primary: rgba(25, 35, 43, 0.58);
    --background-modal-shadow-primary: linear-gradient(0deg, rgba(14, 21, 27, 0), rgba(14, 21, 27, 1));
    --background-system-success: var(--success-90);
    --background-system-warning: var(--warning-90);
    --background-system-error: var(--error-90);
    --background-biathlon-default: var(--alpha-night-8);
    --background-biathlon-active: var(--neutral-night-normal-100);
    --background-switcher-circle-default: var(--neutral-night-normal-70);
    --background-switcher-circle-active: var(--neutral-night-normal-100);
    --background-switcher-lowerground-default: var(--alpha-night-8);
    --background-switcher-lowerground-active: var(--success-90);
    --background-date-picker-primary: var(--brand-base-night-80);
    --background-overlay-primary: rgba(13, 19, 26, 0.92);
    --background-tabs-group-default: var(--alpha-night-4);
    --background-tabs-group-inverted-default: var(--alpha-day-4);
    --background-card-notification-default: var(--alpha-night-4);
    --background-accordion-item-default: var(--alpha-night-4);
    --background-accordion-item-hover: var(--alpha-night-8);
    --background-accordion-item-pressed: var(--alpha-night-6);
    --background-accordion-item-active: var(--alpha-night-6);
    --background-accordion-item-inverted-default: var(--alpha-day-4);
    --background-accordion-item-inverted-hover: var(--alpha-day-8);
    --background-accordion-item-inverted-pressed: var(--alpha-day-6);
    --background-accordion-item-inverted-active: var(--alpha-day-6);
    --background-accordion-item-custom-default: var(--alpha-night-4);
    --background-accordion-item-custom-hover: var(--alpha-night-6);
    --background-accordion-item-custom-pressed: var(--alpha-night-6);
    --background-accordion-item-custom-active: var(--alpha-night-4);
    --background-select-head-default: var(--alpha-night-6);
    --background-select-head-hover: var(--alpha-night-8);
    --background-select-head-focussed: var(--alpha-night-4);
    --background-select-head-filled: var(--alpha-night-6);
    --background-select-head-disabled: var(--alpha-night-2);
    --background-card-article-primary: var(--brand-base-night-80);
    --background-creeping-line-primary: var(--alpha-night-4);
    --background-creeping-line-inverted-primary: var(--alpha-day-4);
    --background-header-cards-primary: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    --background-timer-date-primary: var(--alpha-night-8);
    --background-vidget-tournament-primary: var(--alpha-day-8);
    --background-card-tournament-overlay-primary: linear-gradient(-160deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    --background-progress-bar-progress-container: var(--alpha-night-4);
    --background-progress-bar-progress-line: var(--brand-primary-100);
    --background-progress-bar-inverted-progress-container: var(--alpha-day-4);
    --background-progress-bar-inverted-progress-line: var(--brand-primary-100);
    --background-dropdown-header-default: var(--alpha-night-0);
    --background-dropdown-header-hover: var(--alpha-night-8);
    --background-dropdown-header-pressed: var(--alpha-night-6);
    --background-dropdown-header-active: var(--alpha-night-0);
    --background-dropdown-header-inverted-default: var(--neutral-day-inverted-100);
    --background-dropdown-header-inverted-hover: var(--neutral-day-inverted-80);
    --background-dropdown-header-inverted-pressed: var(--neutral-day-inverted-90);
    --background-dropdown-header-inverted-active: var(--neutral-day-inverted-100);
    --background-dropdown-body-item-default: var(--alpha-night-0);
    --background-dropdown-body-item-hover: var(--alpha-night-8);
    --background-dropdown-body-item-pressed: var(--alpha-night-6);
    --background-dropdown-body-item-active: var(--alpha-night-24);
    --background-dropdown-body-item-inverted-default: var(--neutral-day-inverted-100);
    --background-dropdown-body-item-inverted-hover: var(--neutral-day-inverted-80);
    --background-dropdown-body-item-inverted-pressed: var(--neutral-day-inverted-90);
    --background-dropdown-body-item-inverted-active: var(--neutral-day-inverted-100);
    --background-tab-bar-mobile-primary: var(--brand-base-night-100);
    --background-tab-bar-mobile-inverted-primary: var(--brand-base-day-100);
    --background-wallet-primary: var(--brand-base-night-80);
    --background-wallet-inverted-primary: var(--brand-base-day-70);
    --background-card-platform-info-default: var(--alpha-night-8);
    --background-theme-default: var(--brand-base-night-90);
    --background-card-page-overlay-primary: linear-gradient(-90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    --background-table-row-primary-default: var(--alpha-night-4);
    --background-table-row-primary-default-hover: var(--alpha-night-8);
    --background-table-row-primary-default-active: var(--alpha-night-24);
    --background-select-bonus-dropdown-default: var(--alpha-night-6);
    --background-select-bonus-dropdown-hover: var(--alpha-night-8);
    --background-select-bonus-dropdown-focussed: var(--alpha-night-4);
    --background-select-bonus-dropdown-selected: var(--alpha-night-6);
    --background-select-bonus-dropdown-disabled: var(--alpha-night-2);
    --background-select-bonus-item-default: var(--alpha-night-6);
    --background-select-bonus-item-hover: var(--alpha-night-8);
    --background-select-bonus-item-focussed: var(--alpha-night-4);
    --background-select-bonus-item-selected: var(--alpha-night-6);
    --background-select-bonus-item-disabled: var(--alpha-night-2);
    --background-select-bonus-custom-dropdown-default: var(--alpha-night-6);
    --background-select-bonus-custom-dropdown-hover: var(--alpha-night-8);
    --background-select-bonus-custom-dropdown-focussed: var(--alpha-night-4);
    --background-select-bonus-custom-dropdown-selected: #0576f0;
    --background-select-bonus-custom-dropdown-disabled: var(--alpha-night-2);
    --background-select-bonus-custom-item-default: #0576f0;
    --background-select-bonus-custom-item-no-bonus: var(--alpha-night-6);
    --background-tooltip-default: #000000;
    --background-tooltip-inverted-default: #000000;
    --stroke-input-default: var(--alpha-night-8);
    --stroke-input-hover: var(--alpha-night-24);
    --stroke-input-focussed: var(--brand-primary-80);
    --stroke-input-success: var(--success-100);
    --stroke-input-warning: var(--warning-100);
    --stroke-input-error: var(--error-100);
    --stroke-input-filled: var(--alpha-night-8);
    --stroke-input-disabled: var(--alpha-night-2);
    --stroke-input-inverted-default: var(--alpha-night-8);
    --stroke-input-inverted-hover: var(--alpha-night-24);
    --stroke-input-inverted-focussed: var(--brand-primary-80);
    --stroke-input-inverted-success: var(--success-100);
    --stroke-input-inverted-warning: var(--warning-100);
    --stroke-input-inverted-error: var(--error-100);
    --stroke-input-inverted-filled: var(--alpha-night-8);
    --stroke-input-inverted-disabled: var(--alpha-night-2);
    --stroke-button-default: var(--alpha-night-0);
    --stroke-button-hover: var(--alpha-night-8);
    --stroke-button-pressed: var(--alpha-night-8);
    --stroke-button-disabled: var(--alpha-night-0);
    --stroke-button-inverted-default: var(--alpha-day-4);
    --stroke-button-inverted-hover: var(--alpha-day-8);
    --stroke-button-inverted-pressed: var(--alpha-day-8);
    --stroke-button-inverted-disabled: var(--alpha-day-0);
    --stroke-checkbox-default: var(--alpha-night-8);
    --stroke-checkbox-hover: var(--alpha-night-24);
    --stroke-checkbox-disabled: var(--alpha-night-0);
    --stroke-surface-stage-1: var(--alpha-night-4);
    --stroke-surface-stage-2: var(--alpha-night-4);
    --stroke-surface-stage-3: var(--alpha-night-4);
    --stroke-surface-stage-4: var(--alpha-night-8);
    --stroke-surface-inverted-stage-1: var(--alpha-day-4);
    --stroke-surface-inverted-stage-2: var(--alpha-day-4);
    --stroke-surface-inverted-stage-3: var(--alpha-day-4);
    --stroke-surface-inverted-stage-4: var(--alpha-day-8);
    --stroke-tab-default: var(--alpha-night-0);
    --stroke-tab-hover: var(--alpha-night-8);
    --stroke-tab-active: var(--alpha-night-4);
    --stroke-tab-inverted-default: var(--alpha-day-0);
    --stroke-tab-inverted-hover: var(--alpha-day-8);
    --stroke-tab-inverted-active: var(--alpha-day-4);
    --stroke-chips-default: var(--alpha-night-0);
    --stroke-chips-hover: var(--alpha-night-8);
    --stroke-chips-active: var(--alpha-night-4);
    --stroke-chips-disabled: var(--alpha-night-0);
    --stroke-modal-primary: var(--alpha-night-4);
    --stroke-modal-inverted-primary: var(--alpha-day-4);
    --stroke-sidebar-primary: var(--alpha-night-4);
    --stroke-sidebar-inverted-primary: var(--alpha-day-4);
    --stroke-header-primary: var(--alpha-night-4);
    --stroke-header-inverted-primary: var(--alpha-day-4);
    --stroke-table-primary: var(--alpha-night-4);
    --stroke-table-inverted-primary: var(--alpha-day-4);
    --stroke-select-dropdown-group-primary: var(--alpha-night-4);
    --stroke-navigation-bar-primary: var(--alpha-night-4);
    --stroke-navigation-bar-modal-primary: var(--alpha-night-4);
    --stroke-card-bonus-default: var(--alpha-night-4);
    --stroke-lable-card-game-new: var(--success-90);
    --stroke-lable-card-game-exclusive: var(--warning-90);
    --stroke-lable-card-game-hot: var(--error-90);
    --stroke-lable-card-game-black: var(--alpha-night-4);
    --stroke-date-picker-primary: var(--brand-base-night-70);
    --stroke-tabs-group-default: var(--alpha-night-4);
    --stroke-tabs-group-inverted-default: var(--alpha-day-4);
    --stroke-card-notification-default: var(--alpha-night-4);
    --stroke-accordion-item-default: var(--alpha-night-4);
    --stroke-accordion-item-hover: var(--alpha-night-8);
    --stroke-accordion-item-pressed: var(--alpha-night-4);
    --stroke-accordion-item-active: var(--alpha-night-4);
    --stroke-accordion-item-inverted-default: var(--alpha-day-4);
    --stroke-accordion-item-inverted-hover: var(--alpha-day-8);
    --stroke-accordion-item-inverted-pressed: var(--alpha-day-4);
    --stroke-accordion-item-inverted-active: var(--alpha-day-4);
    --stroke-accordion-item-custom-default: var(--alpha-night-4);
    --stroke-accordion-item-custom-hover: var(--alpha-night-4);
    --stroke-accordion-item-custom-pressed: var(--alpha-night-4);
    --stroke-accordion-item-custom-active: var(--alpha-night-4);
    --stroke-alert-primary: var(--alpha-night-8);
    --stroke-alert-inverted-primary: var(--alpha-day-8);
    --stroke-select-head-default: var(--alpha-night-8);
    --stroke-select-head-hover: var(--alpha-night-24);
    --stroke-select-head-focussed: var(--brand-secondary-80);
    --stroke-select-head-filled: var(--alpha-night-8);
    --stroke-select-head-disabled: var(--alpha-night-2);
    --stroke-card-provider-default: var(--alpha-night-4);
    --stroke-card-provider-hover: var(--alpha-night-4);
    --stroke-card-provider-pressed: var(--alpha-night-4);
    --stroke-card-game-default: var(--alpha-night-2);
    --stroke-card-game-hover: var(--alpha-night-2);
    --stroke-card-article-primary: var(--alpha-night-4);
    --stroke-creeping-line-primary: var(--alpha-night-4);
    --stroke-creeping-line-inverted-primary: var(--alpha-day-4);
    --stroke-timer-date-primary: var(--alpha-night-4);
    --stroke-vidget-tournament-primary: var(--alpha-night-4);
    --stroke-card-tournament-primary: var(--alpha-night-4);
    --stroke-dropdown-header-default: var(--alpha-night-0);
    --stroke-dropdown-header-hover: var(--alpha-night-0);
    --stroke-dropdown-header-pressed: var(--alpha-night-0);
    --stroke-dropdown-header-active: var(--alpha-night-8);
    --stroke-dropdown-header-inverted-default: var(--alpha-day-0);
    --stroke-dropdown-header-inverted-hover: var(--alpha-day-0);
    --stroke-dropdown-header-inverted-pressed: var(--alpha-day-0);
    --stroke-dropdown-header-inverted-active: var(--alpha-day-8);
    --stroke-tab-bar-mobile-primary: var(--alpha-night-8);
    --stroke-tab-bar-mobile-inverted-primary: var(--alpha-day-8);
    --stroke-wallet-primary: var(--alpha-night-4);
    --stroke-wallet-inverted-primary: var(--alpha-day-4);
    --stroke-card-page-primary: var(--alpha-night-4);
    --stroke-badge-neutral-warning: rgba(245, 247, 99, 0.04);
    --stroke-select-bonus-dropdown-default: var(--alpha-night-8);
    --stroke-select-bonus-dropdown-hover: var(--alpha-night-24);
    --stroke-select-bonus-dropdown-focussed: var(--alpha-night-24);
    --stroke-select-bonus-dropdown-selected: var(--alpha-night-8);
    --stroke-select-bonus-dropdown-disabled: var(--alpha-night-2);
    --stroke-select-bonus-item-default: var(--alpha-night-8);
    --stroke-select-bonus-item-hover: var(--alpha-night-24);
    --stroke-select-bonus-item-focussed: var(--alpha-night-24);
    --stroke-select-bonus-item-selected: var(--alpha-night-8);
    --stroke-select-bonus-item-disabled: var(--alpha-night-2);
    --stroke-select-bonus-custom-dropdown-default: var(--alpha-night-8);
    --stroke-select-bonus-custom-dropdown-hover: var(--alpha-night-24);
    --stroke-select-bonus-custom-dropdown-focussed: var(--alpha-night-24);
    --stroke-select-bonus-custom-dropdown-selected: var(--alpha-night-8);
    --stroke-select-bonus-custom-dropdown-disabled: var(--alpha-night-2);
    --stroke-select-bonus-custom-item-default: var(--alpha-night-0);
    --stroke-select-bonus-custom-item-hover: var(--alpha-night-0);
    --stroke-select-bonus-custom-item-focussed: var(--alpha-night-0);
    --stroke-select-bonus-custom-item-selected: var(--neutral-night-normal-100);
    --stroke-select-bonus-custom-item-disabled: var(--alpha-night-0);
    --xs: 4;
    --sm: 6;
    --md: 8;
    --lg: 10;
    --xl: 12;
    --xxl: 16;
    --button_sm: var(--sm);
    --button_md: var(--md);
    --button_lg: var(--lg);
    --input_lg: var(--lg);
    --search_md: var(--md);
    --search_lg: var(--lg);
    --tab_md: var(--md);
    --chips_md: var(--md);
    --badge_card_game_xs: var(--xs);
    --banner_md: var(--md);
    --card_game_md: var(--md);
    --timer_xs: var(--xs);
    --vidget_tournament_md: var(--md);
    --card_tournament_xxl: var(--xxl);
    --card_category_md: var(--md);
    --card_provider_md: var(--md);
    --card_platform_md: var(--md);
    --placeholder_card_game_md: var(--md);
    --creeping_line_card_md: var(--md);
    --payment_item_md: var(--md);
    --line_payments_footer_md: var(--md);
    --help_center_md: var(--md);
    --menu_item_md: var(--md);
    --alert_md: var(--md);
    --accordion_md: var(--md);
    --row_leaderboard_md: var(--md);
    --select_head_lg: var(--lg);
    --card_page_md: var(--md);
    --wallet_xl: var(--xl);
    --popup_xxl: var(--xxl);
    --modal_xxl: var(--xxl);
    --card_notification_xl: var(--xl);
    --card_article_xl: var(--xl);
    --select_lg: var(--lg);
    --component: true;
    --component-inverted: true;
    --component-custom: true;
    --headerHeight: 48px;
    --headerContentHeight: 48px;
    --tabBarHeight: 60px;
    --pageNavHeight: 64px;
    --contentMaxWidth: 1280px;
    --sidebarWidth: 240px;
    --sidebarMaxHeight: 468px;
    --pageDesktopWidth-tablet: min(880px, calc(100vw - var(--sidebarWidth) - 32px));
    --pageDesktopWidth-s-laptop: min(880px, calc(100vw - var(--sidebarWidth) - 80px));
    --pageDesktopWidth-s-desktop: min(1120px, calc(100vw - var(--sidebarWidth)));
    --pageDesktopWidth-desktop: min(1200px, calc(100vw - var(--sidebarWidth)));
    --primary-font-family: Inter;
    --headerIndex: 999;
    --sidebarIndex: 800;
    --game-card-aspect-ratio: 1/1.33;
    --gameFrameFooterHeight: 62px;
    --gameFrameTopSpace: 130px;
    --aspect-ratio: calc(16 / 9);
    --aspect-ratio-spribe: calc(13 / 8);
    --aspect-ratio-banner-image-desktop: calc(18.7 / 10);
    --aspect-ratio-banner-image-tablet: calc(18.7 / 10);
    --aspect-ratio-banner-image-mobile: calc(18.7 / 10);
    --aspect-ratio-veliplay: calc(4 / 6);
    --spribe-frame-height: 800px;
    --background-devider-line-gradient: linear-gradient(90deg, #A4BFE2, #5A697C 50%, #A4BFE2);
    --registrationTextMargin: unset;
    --otp-width: 100%;
    --profileLayoutDesktopWidth: 968px;
    --game-cards-line-desktop: 7;
    --game-cards-line-laptop: 6;
    --game-cards-line-tablet: 5;
    --game-cards-line-h-mobile: 4;
    --game-cards-line-l-mobile: 3;
    --toastIndex: 1100;
    --modal-box-shadow-color: rgba(14, 21, 27, 1)
}
@media screen and (min-width:768px){:root{
        --headerHeight: 64px;
        --headerContentHeight: 64px
    }}


@keyframes ui_show__HNTHk {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}


@keyframes ui_hide__1_hva {
    0% {
        opacity: 1;
        transform: translate(0)
    }
    to {
        opacity: 0;
        transform: translateY(-15px)
    }
}
.ui_demoLinkText__FS8Jl{
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    color: var(--content-primary);
    line-height: 16px;
    text-align: center
}
.ui_root___sx6_{
    padding-top: 24px
}
.ui_root__slQ_7{
    display: flex;
    flex-direction: column;
    width: 100%;
    container-type: inline-size
}
.ui_header__AVbIc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px
}
@media(min-width:1024px){.ui_header__AVbIc{
        padding-bottom: 24px
    }}
.ui_title__9jjhF{
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    font-family: var(--primary-font-family);
    color: var(--content-primary);
    line-height: 24px
}
@media(min-width:1024px){.ui_title__9jjhF{
        font-size: 20px;
        line-height: 28px
    }}
.ui_titleContainer__b0yTR{
    display: flex;
    gap: 8px;
    align-items: center
}
.ui_controls__jkeGo{
    display: flex;
    gap: 12px
}
.ui_controlsPosition__1He6u{
    display: none;
    gap: 6px
}
@media(min-width:1024px){.ui_controlsPosition__1He6u{
        display: flex
    }}
.ui_grid__pbyTg{
    --col-width: 124px;
    display: grid;
    grid-template-columns: var(--col-width);
    grid-auto-columns: var(--col-width);
    grid-auto-flow: dense;
    grid-gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    margin: -8px;
    padding: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none
}
@container (min-width: 250px){.ui_grid__pbyTg{
        grid-template-columns: unset;
        --col-width: calc((100% - 8px * (2 - 1)) / 2)
    }}
@container (min-width: 380px){.ui_grid__pbyTg{
        --col-width: calc((100% - 8px * (3 - 1)) / 3)
    }}
@container (min-width: 500px){.ui_grid__pbyTg{
        --col-width: calc((100% - 8px * (4 - 1)) / 4)
    }}
@container (min-width: 650px){.ui_grid__pbyTg{
        --col-width: calc((100% - 16px * (5 - 1)) / 5);
        grid-gap: 16px
    }}
@container (min-width: 870px){.ui_grid__pbyTg{
        --col-width: calc((100% - 16px * (6 - 1)) / 6)
    }}
@container (min-width: 1100px){.ui_grid__pbyTg{
        --col-width: calc((100% - 16px * (7 - 1)) / 7)
    }}
.ui_grid_twoRow__QbUfa{
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(var(--lines-columns, 1), var(--col-width));
    grid-auto-flow: row
}
.ui_icon__c_4Sd{
    width: auto;
    height: 22px
}
.ui_icon__c_4Sd img{
    width: auto;
    height: 100%
}
.ui_root__NJleE{
    width: 100%;
    margin: 0 auto 32px;
    padding: 0 16px
}
@media(min-width:1024px){.ui_root__NJleE{
        max-width: 960px;
        padding: 0 40px
    }}
@media(min-width:1440px){.ui_root__NJleE{
        max-width: 1200px
    }}
@media(min-width:1680px){.ui_root__NJleE{
        max-width: var(--contentMaxWidth)
    }}
.ui_languageSelector__vwGlE{
    width: 100%;
    margin-top: 8px
}
@media(min-width:1200px){.ui_languageSelector__vwGlE{
        max-width: 362px
    }}
.ui_languageSelector_lite__wTJZw{
    margin-top: 0
}
.ui_languageSelector__vwGlE .ui_selector__b1DWt{
    background: var(--background-menu-item-neutral-default)
}
.ui_option__73cVP{
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    align-items: center;
    width: 100%
}
.ui_option_lite__eaMq_{
    justify-content: center
}
.ui_img__V2EXg{
    overflow: hidden;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border-radius: 50%
}
.ui_img_lite__frjyX{
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px
}
.ui_text__AM_Id{
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-family: inherit;
    color: inherit;
    line-height: 16px
}
.ui_root__dUH4C{
    position: relative;
    min-width: 240px;
    max-height: 400px
}
.ui_link__c33SY{
    display: inline-block;
    width: 100%
}
.ui_image__qjqS6{
    object-fit: var(--object-fit-banner-image, unset);
    width: 100%;
    height: max-content;
    border: 1px solid var(--background-surface-alpha-stage-1);
    border-radius: 10px;
    aspect-ratio: var(--aspect-ratio-banner-image-mobile)
}
@media(min-width:540px){.ui_image__qjqS6{
        aspect-ratio: var(--aspect-ratio-banner-image-tablet)
    }}
@media(min-width:768px){.ui_image__qjqS6{
        aspect-ratio: var(--aspect-ratio-banner-image-desktop)
    }}
.ui_image_template_1__yHgHh{
    border: unset
}
.ui_root__t_UQD{
    position: relative
}
@media(min-width:1024px){.ui_root__t_UQD:hover .ui_arrows__W9pbe{
        display: block
    }}
.ui_root__t_UQD *{
    box-sizing: inherit
}
.ui_track__BjqI2{
    overflow: hidden
}
.ui_slides__crZpq{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    padding-bottom: 24px;
    outline: none;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    touch-action: pan-Y
}
[dir=rtl] .ui_slides__crZpq{
    flex-direction: row-reverse
}
@media(min-width:1024px){.ui_slides__crZpq{
        padding-bottom: 32px
    }}
.ui_slide__fht9Q, .ui_slides__crZpq .ui_glide__slides--dragging__8KhBb{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.ui_slide__fht9Q{
    position: relative;
    flex-shrink: 0;
    --slider-container-width: calc(100vw - 32px);
    --sliders-amount: 1;
    width: calc(var(--slider-container-width)/var(--sliders-amount));
    height: 100%;
    padding: 0 4px;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
@media(min-width:540px){.ui_slide__fht9Q{
        --slider-container-width: var(--pageDesktopWidth-tablet);
        padding: 0 10px
    }}
@media(min-width:1024px){.ui_slide__fht9Q{
        --slider-container-width: var(--pageDesktopWidth-s-laptop)
    }}
@media(min-width:1440px){.ui_slide__fht9Q{
        --slider-container-width: var(--pageDesktopWidth-s-desktop)
    }}
@media(min-width:1680px){.ui_slide__fht9Q{
        --slider-container-width: var(--pageDesktopWidth-desktop)
    }}
.ui_dots__4_DUX{
    position: absolute;
    bottom: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 8px;
    margin: 0;
    padding: 0;
    list-style: none
}
.ui_dots__4_DUX li{
    display: flex
}
.ui_dots__4_DUX li:has(+.glide__bullet--active) button{
    width: 6px;
    height: 6px
}
.ui_dots__4_DUX .glide__bullet--active+li button{
    width: 6px;
    height: 6px
}
.ui_dots__4_DUX button{
    width: 4px;
    height: 4px;
    border: none;
    border-radius: 50%;
    background-color: var(--background-biathlon-default);
    font-size: 0
}
@media(hover:hover){.ui_dots__4_DUX button{
        cursor: pointer
    }}
.ui_dots__4_DUX .glide__bullet--active button{
    width: 8px;
    height: 8px;
    background-color: var(--background-biathlon-active)
}
@media screen and (min-width:768px){.ui_dots__4_DUX li:has(+.glide__bullet--active) button{
        width: 8px;
        height: 8px
    }
.ui_dots__4_DUX li:has(+*+.glide__bullet--active) button{
        width: 6px;
        height: 6px
    }
.ui_dots__4_DUX .glide__bullet--active+li button{
        width: 8px;
        height: 8px
    }
.ui_dots__4_DUX .glide__bullet--active+li+li button{
        width: 6px;
        height: 6px
    }}
.ui_arrows__W9pbe{
    display: none;
    width: auto;
    height: 100%
}
.ui_arrow__nIQL0{
    position: absolute;
    top: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--stroke-button-default);
    border-radius: 50%;
    background-color: var(--background-button-neutral-default);
    font-size: 20px;
    color: var(--content-primary);
    cursor: pointer;
    transform: translateY(-50%)
}
.ui_arrow__nIQL0:hover{
    background-color: var(--background-button-neutral-hover)
}
.ui_arrow__nIQL0:active{
    background-color: var(--background-button-neutral-pressed)
}
.ui_arrowLeft__14X2A{
    left: 0
}
[dir=rtl] .ui_arrowLeft__14X2A{
    right: 0;
    left: auto
}
.ui_arrowRight__g0LFU{
    right: 0
}
[dir=rtl] .ui_arrowRight__g0LFU{
    right: auto;
    left: 0
}
.ui_root__bPcuW{
    overflow: hidden
}
.ui_root__6zIfq{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between
}
.ui_list__1DiBy{
    display: flex;
    flex-grow: 1;
    gap: 4px;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none
}
@media(min-width:1024px){.ui_list__1DiBy{
        padding: 2px;
        border-radius: 10px
    }}
.ui_list_template_1__vxwtD{
    gap: 8px
}
.ui_root__fLZ6Y{
    width: 100%
}
.ui_info__4TMxb{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 40px
}
@media(min-width:768px){.ui_info__4TMxb{
        padding-top: 64px
    }}
@media(min-width:960px){.ui_info__4TMxb{
        flex-direction: row;
        justify-content: space-between;
        padding: 0 0 32px;
        border-bottom: 1px solid var(--stroke-surface-stage-4)
    }}
.ui_footer__DA_ew{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center
}
@media(min-width:960px){.ui_footer__DA_ew{
        flex-flow: row;
        justify-content: space-between;
        padding: 40px 0 8px
    }}
.ui_footer_template_1__O0L2t{
    flex-flow: row;
    justify-content: space-between;
    padding: 20px 0 8px;
    border-top: 1px solid var(--stroke-surface-stage-4)
}
.ui_licenseText__rujUt{
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: var(--content-tertiary);
    line-height: 20px
}
@media(min-width:960px){.ui_licenseText__rujUt{
        max-width: 67%
    }}
@media(min-width:960px)and (max-width:1200px){[data-small-footer] .ui_licenseText__rujUt{
        width: 100%;
        max-width: unset
    }}
.ui_licenseText_template_1__xGD6E{
    max-width: unset;
    margin-bottom: 24px
}
.ui_copyright__btdEN{
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid var(--stroke-surface-stage-4);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--content-tertiary);
    line-height: 20px;
    text-align: center
}
@media(min-width:960px){.ui_copyright__btdEN{
        padding: 0;
        border: none;
        text-align: start
    }}
.ui_copyright_template_1__XpQiD{
    padding: 0;
    border-top: none;
    text-align: start
}
.ui_licenseIconsContainer__NfQhk{
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: space-around
}
@media(min-width:960px)and (max-width:1200px){[data-small-footer] .ui_licenseIconsContainer__NfQhk{
        justify-content: center;
        width: 100%
    }}
.ui_licenseIcon18__Jovt3 svg{
    width: 45px;
    height: 45px;
    color: var(--content-primary)
}
.ui_root__dlnPI{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 95vw;
    margin-top: 40px;
    padding: 0;
    border: 1px solid var(--stroke-surface-stage-4);
    border-radius: 8px
}
@media(min-width:768px){.ui_root__dlnPI{
        margin-top: 64px;
        padding: 0
    }}
@media(min-width:960px){.ui_root__dlnPI{
        max-width: 1200px;
        margin: 64px 0
    }}
.ui_list__Skcri{
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 12px 0;
    scrollbar-width: none;
    scroll-behavior: smooth
}
.ui_list__Skcri::-webkit-scrollbar{
    display: none
}
@media(min-width:960px){.ui_list__Skcri{
        padding: 20px 0
    }}
.ui_listCenter__9it1W{
    justify-content: space-between
}
.ui_item__JUNlH{
    padding: 8px 16px
}
@media(min-width:960px){.ui_item__JUNlH{
        padding: 8px 30px
    }}
.ui_imgWrapper__qMApw{
    width: 72px;
    height: 37px
}
.ui_img__qnteW{
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center
}
.ui_button__ft0jt{
    z-index: 2
}
.ui_root__dlnPI .ui_button__ft0jt{
    border: none
}
.ui_root__dlnPI .ui_buttonHidden__EqXw3{
    display: none
}
.ui_root__dcDdk{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--stroke-surface-stage-4)
}
@media(min-width:960px){.ui_root__dcDdk{
        margin-bottom: 40px
    }}
.ui_image__YYoR4{
    display: flex
}
.ui_groups__CRobv{
    display: flex;
    flex-flow: row wrap;
    row-gap: 44px;
    justify-content: flex-start;
    width: 100%
}
@media(min-width:1024px){.ui_groups__CRobv{
        flex-wrap: nowrap
    }}
@media(min-width:1200px){.ui_groups__CRobv{
        width: 60%;
        font-size: 18px
    }}
.ui_groups_template_1__J8uFs{
    gap: 0;
    justify-content: space-between
}
@media(min-width:960px){.ui_groups_template_1__J8uFs{
        gap: 10px
    }}
@media(min-width:1024px){.ui_groups_template_1__J8uFs{
        width: 100%
    }}
.ui_groupContainer__DfP_0{
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
.ui_groupContainer_template_1__RHmEN{
    flex: 1 1 50%;
    padding: 24px 0;
    border-top: 1px solid var(--stroke-surface-stage-4)
}
@media(min-width:768px){.ui_groupContainer_template_1__RHmEN{
        padding-bottom: 0
    }}
@media(min-width:960px){.ui_groupContainer_template_1__RHmEN{
        flex: 1 1 auto
    }}
@media(min-width:1024px){.ui_groupContainer_template_1__RHmEN{
        border: none
    }}
.ui_linkGroupTitle__MugM7{
    margin-bottom: 16px;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color: var(--content-primary);
    line-height: 20px;
    white-space: nowrap
}
@media(min-width:1024px){.ui_linkGroupTitle__MugM7{
        margin-bottom: 24px;
        font-size: 18px
    }}
.ui_link__b85T9{
    margin: 12px 0;
    list-style: none;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: var(--content-tertiary);
    line-height: 20px;
    text-align: start
}
.ui_groupContainer_template_1__RHmEN .ui_link__b85T9{
    white-space: nowrap
}
.ui_link__b85T9:hover{
    color: var(--content-primary)
}
@media(min-width:1024px){.ui_link__b85T9{
        margin: 16px 0
    }}
.ui_link__b85T9:first-child{
    margin-top: 0
}
.ui_link__b85T9:last-child{
    margin-bottom: 0
}
.ui_root__jmovx{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: var(--background-footer-primary)
}
.ui_container__xaz2L{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 24px
}
@media(min-width:960px){.ui_container__xaz2L{
        padding-top: 64px
    }}
.ui_wrapper__Cgzt0{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}
@media(min-width:1024px){.ui_wrapper__Cgzt0{
        flex-direction: row;
        align-items: flex-start
    }}
.ui_wrapper_template_1__1rvFJ{
    flex-direction: column-reverse;
    gap: 24px
}
@media(min-width:768px){.ui_wrapper_template_1__1rvFJ{
        gap: 20px
    }}
@media(min-width:960px){.ui_wrapper_template_1__1rvFJ{
        gap: 30px
    }}
@media(min-width:1200px){.ui_wrapper_template_1__1rvFJ{
        flex-direction: row-reverse
    }}
@media(min-width:1440px){.ui_wrapper_template_1__1rvFJ{
        gap: 80px
    }}
.ui_info__06BCG{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%
}
@media(min-width:1024px){.ui_info__06BCG{
        gap: 8px;
        align-items: flex-end;
        width: 40%
    }}
.ui_info_template_1__JP5aW{
    width: 100%
}
@media(min-width:1200px){.ui_info_template_1__JP5aW{
        gap: 8px;
        align-items: flex-end;
        width: 40%
    }
.ui_wrapper_template_1__1rvFJ .ui_info__06BCG{
        align-items: unset;
        width: auto;
        padding-top: 0
    }}
.ui_wrapper_default__HMjhR .ui_info__06BCG{
    padding-top: 40px
}
@media(min-width:1024px){.ui_wrapper_default__HMjhR .ui_info__06BCG{
        padding-top: 0
    }}
.ui_helpCenter__CET1p{
    width: 100%
}
.ui_helpCenter__CET1p button{
    font-family: inherit
}
@media(min-width:1024px){.ui_helpCenter__CET1p{
        max-width: 362px
    }}
@media(min-width:1200px){.ui_helpCenter_template_1__MEI39{
        max-width: 362px
    }}
.ui_helpCenter_template_1__MEI39{
    max-width: unset
}
.ui_list__nB_DY{
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none
}
.ui_list_template_1__Yhkuq{
    display: none
}
@media(min-width:1200px){.ui_list_template_1__Yhkuq{
        display: flex;
        gap: 4px;
        padding: 4px;
        border: 1px solid var(--stroke-tabs-group-default);
        border-radius: calc(var(--xl)*1px);
        background: var(--background-tabs-group-default);
        -webkit-margin-start: 24px;
        margin-inline-start: 24px
    }}
.ui_navItem__cKIVv{
    display: flex;
    align-items: center;
    justify-content: center
}
.ui_navItem__cKIVv:hover{
    color: var(--content-header-nav-item-hover)
}
.ui_list_mobile__R_Eow .ui_navItem__cKIVv{
    flex-direction: column;
    width: 120px;
    height: 82px;
    border: 1px solid var(--stroke-chips-default);
    border-radius: 8px;
    background: var(--background-chips-default);
    color: var(--content-chips-default)
}
.ui_list_mobile__R_Eow .ui_navItem__cKIVv:hover{
    border: 1px solid var(--stroke-chips-hover);
    background: var(--background-chips-hover)
}
.ui_navItem_template_1__ggRfl{
    min-width: 80px;
    height: 40px;
    padding: var(--sp-10, 10px);
    color: var(--content-tab-default)
}
.ui_navImage__T7WQ0{
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px
}
.ui_list_mobile__R_Eow .ui_navImage__T7WQ0{
    width: 34px;
    height: 43px;
    margin-bottom: 8px;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}
.ui_navText__6j48z{
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap
}
.ui_fixedPlaceholder__OYkwn{
    height: 138px
}
@media(min-width:768px){.ui_fixedPlaceholder__OYkwn{
        height: var(--headerContentHeight)
    }}
:root{
    --rt-color-white: #fff;
    --rt-color-dark: #222;
    --rt-color-success: #8dc572;
    --rt-color-error: #be6464;
    --rt-color-warning: #f0ad4e;
    --rt-color-info: #337ab7;
    --rt-opacity: 0.9;
    --rt-transition-show-delay: 0.15s;
    --rt-transition-closing-delay: 0.15s;
    --rt-arrow-size: 8px
}


@keyframes ui_showModal__MTnTh {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}


@keyframes ui_hideModal__9uuaR {
    0% {
        opacity: 1;
        transform: translate(0)
    }
    to {
        opacity: 0;
        transform: translateY(-15px)
    }
}


@keyframes ui_showModal__bzlYK {
    0% {
        opacity: 0;
        transform: translateY(-15px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}


@keyframes ui_hideModal__z4ek7 {
    0% {
        opacity: 1;
        transform: translate(0)
    }
    to {
        opacity: 0;
        transform: translateY(-15px)
    }
}


@keyframes ui_openPopupMobile__QHbfr {
    0% {
        transform: translateY(20%)
    }
    to {
        transform: translateY(0)
    }
}


@keyframes ui_closePopupMobile__0Dqx4 {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(20%)
    }
}


@keyframes react-loading-skeleton {
    to {
        transform: translateX(100%)
    }
}
.ui_container__CqwCy{
    width: 100%
}
.ui_root__liGP5{
    position: fixed;
    top: 0;
    z-index: var(--headerIndex);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--headerHeight);
    min-height: var(--headerHeight);
    inset-inline: 0
}
.ui_root_template_1__QS5Mj{
    background-color: var(--background-surface-stage-1)
}
@media(min-width:768px){.ui_root_template_1__QS5Mj{
        padding: 16px 16px 0
    }}
.ui_background__u2HzV{
    width: 100%;
    background-color: var(--background-surface-stage-1)
}
.ui_container__JnI1P{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: var(--headerHeight);
    border-bottom: 1px solid var(--stroke-surface-stage-2);
    background: var(--background-header-primary);
    padding-block: 8px;
    padding-inline: 16px 10px;
    -webkit-backdrop-filter: blur(22px);
    backdrop-filter: blur(22px)
}
@media(min-width:960px){.ui_container__JnI1P{
        padding: 8px 0
    }}
.ui_root_inverted__aaX0z .ui_container__JnI1P{
    background: var(--background-header-inverted-primary)
}
.ui_container_template_1__qPXOm{
    height: var(--headerContentHeight)
}
@media(min-width:960px){.ui_container_template_1__qPXOm{
        border-radius: calc(var(--xl)*1px)
    }}
.ui_left__wn9kd{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}
@media(min-width:768px){.ui_left__wn9kd{
        min-width: 240px
    }}
@media(min-width:1024px){.ui_left__wn9kd{
        padding-inline: 18px
    }}
.ui_right__mNk0E{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    max-width: var(--contentMaxWidth);
    margin: 0 auto
}
@media(min-width:960px){.ui_right_template_1__auJdA{
        padding: 0 24px
    }}
.ui_buttons__U5ZT3{
    display: flex;
    align-items: center
}
.ui_buttons__U5ZT3{
    white-space: nowrap
}
.ui_buttons_template_1__qHjZL{
    position: relative;
    gap: 6px
}
@media(min-width:960px){.ui_buttons_template_1__qHjZL{
        gap: 10px
    }}
.ui_section_borders_template_1__U4QEr{
    position: relative;
    padding-inline: 16px
}
@media(min-width:960px){.ui_section_borders_template_1__U4QEr{
        margin-inline: 24px;
        padding-inline: 24px
    }
.ui_section_borders_template_1__U4QEr:after, .ui_section_borders_template_1__U4QEr:before{
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        width: 1px;
        height: 26px;
        background-color: var(--stroke-surface-stage-4);
        transform: translateY(-50%)
    }
.ui_section_borders_template_1__U4QEr:before{
        inset-inline-start: 0
    }
.ui_section_borders_template_1__U4QEr:after{
        inset-inline-end: 0
    }}
.ui_logo__j1VEs{
    display: flex;
    flex-shrink: 0;
    height: 28px
}
.ui_logo__j1VEs img{
    width: auto;
    height: 100%;
    -webkit-clip-path: unset;
    clip-path: unset
}
.ui_icon__qHy7v{
    flex-shrink: 0
}
.MainLayout_mainLayout__oGF2q{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin: auto;
    padding-top: var(--headerHeight)
}
.MainLayout_content__NFfZp{
    display: flex;
    background-color: var(--background-surface-stage-1)
}
.MainLayout_page__tpddH{
    flex: 1 1 100%;
    overflow-x: hidden;
    width: 100%;
    background-color: var(--background-surface-stage-1)
}


@keyframes ui_ticker-scroll__6W6B0 {
    0% {
        transform: translateX(0)
    }
    to {
        transform: translateX(-244px)
    }
}