@layer components {
  .ds-rich-text h1,
  .ds-rich-text h2,
  .ds-rich-text h3,
  .ds-rich-text h4,
  .ds-rich-text h5,
  .ds-rich-text h6 {
    margin: 0;
  }
  .ds-rich-text p {
    margin: 0;
  }
  .ds-rich-text a {
    color: currentColor;
    text-decoration: underline;
  }
  .ds-rich-text a:hover {
    text-decoration: none;
  }
  .ds-rich-text ul,
  .ds-rich-text ol {
    margin-left: -1ch;
  }
  .ds-rich-text ul li,
  .ds-rich-text ol li {
    margin-bottom: 0.5em;
  }
  .ds-rich-text ul {
    list-style: disc;
    margin-left: 3ch;
  }
}



.theme-keno {
--color-black: rgb(0, 0, 0);
--color-white: rgb(255, 255, 255);
--color-white-opacity-0: rgba(255, 255, 255, 0);
--color-white-opacity-100: rgba(255, 255, 255, 0.05);
--color-white-opacity-200: rgba(255, 255, 255, 0.1);
--color-white-opacity-300: rgba(255, 255, 255, 0.2);
--color-white-opacity-400: rgba(255, 255, 255, 0.3);
--color-white-opacity-500: rgba(255, 255, 255, 0.4);
--color-white-opacity-600: rgba(255, 255, 255, 0.5);
--color-white-opacity-700: rgba(255, 255, 255, 0.6);
--color-white-opacity-800: rgba(255, 255, 255, 0.7);
--color-white-opacity-900: rgba(255, 255, 255, 0.8);
--color-white-opacity-1000: rgba(255, 255, 255, 0.9);
--color-black-opacity-0: rgba(0, 0, 0, 0);
--color-black-opacity-100: rgba(0, 0, 0, 0.05);
--color-black-opacity-200: rgba(0, 0, 0, 0.1);
--color-black-opacity-300: rgba(0, 0, 0, 0.2);
--color-black-opacity-400: rgba(0, 0, 0, 0.3);
--color-black-opacity-500: rgba(0, 0, 0, 0.4);
--color-black-opacity-600: rgba(0, 0, 0, 0.5);
--color-black-opacity-700: rgba(0, 0, 0, 0.6);
--color-black-opacity-800: rgba(0, 0, 0, 0.7);
--color-black-opacity-900: rgba(0, 0, 0, 0.8);
--color-black-opacity-1000: rgba(0, 0, 0, 0.9);
--color-neutral-100: rgb(242, 242, 242);
--color-neutral-200: rgb(228, 228, 228);
--color-neutral-300: rgb(213, 213, 213);
--color-neutral-400: rgb(198, 198, 198);
--color-neutral-500: rgb(180, 180, 180);
--color-neutral-600: rgb(161, 161, 161);
--color-neutral-700: rgb(140, 140, 140);
--color-neutral-800: rgb(114, 114, 114);
--color-neutral-900: rgb(81, 81, 81);
--color-neutral-1000: rgb(57, 57, 57);
--color-primary-100: rgb(230, 246, 253);
--color-primary-200: rgb(179, 228, 249);
--color-primary-300: rgb(153, 219, 247);
--color-primary-400: rgb(102, 201, 243);
--color-primary-500: rgb(51, 183, 239);
--color-primary-600: rgb(0, 165, 235);
--color-primary-700: rgb(0, 132, 188);
--color-primary-800: rgb(0, 99, 141);
--color-primary-900: rgb(0, 66, 94);
--color-primary-1000: rgb(0, 50, 71);
--color-secondary-100: rgb(230, 246, 253);
--color-secondary-200: rgb(179, 228, 249);
--color-secondary-300: rgb(153, 219, 247);
--color-secondary-400: rgb(102, 201, 243);
--color-secondary-500: rgb(51, 183, 239);
--color-secondary-600: rgb(0, 165, 235);
--color-secondary-700: rgb(0, 132, 188);
--color-secondary-800: rgb(0, 99, 141);
--color-secondary-900: rgb(0, 66, 94);
--color-secondary-1000: rgb(0, 50, 71);
--color-cta: rgb(253, 185, 0);
--color-cta-hover: rgb(240, 175, 0);
--color-attention: rgb(229, 23, 23);
--font-family-brand: Open Sans;
--font-family-text: Open Sans;
--font-weight-brand-100: 800;
--font-weight-100: 400;
--font-weight-200: 600;
--font-weight-300: 700;
--font-weight-400: 800;
--text-size-text-xsmall: 1.2rem;
--text-size-text-small: 1.4rem;
--text-size-text-medium: 1.6rem;
--text-size-text-large: 1.8rem;
--text-size-text-xlarge: 2rem;
--text-size-text-xxlarge: 2.4rem;
--text-size-headline-xxsmall: 2.4rem;
--text-size-headline-xsmall: 2.8rem;
--text-size-headline-small: 3.2rem;
--text-size-headline-medium: 4.2rem;
--text-size-headline-large: 5.2rem;
--text-size-headline-xlarge: 6rem;
--text-size-headline-xxlarge: 7.2rem;
--text-size-headline-xxxlarge: 8.4rem;
--leading-text-xsmall: 1.8rem;
--leading-text-small: 2rem;
--leading-text-medium: 2.2rem;
--leading-text-large: 2.4rem;
--leading-text-xlarge: 2.6rem;
--leading-text-xxlarge: 3rem;
--leading-headline-xxsmall: 2.6rem;
--leading-headline-xsmall: 3rem;
--leading-headline-small: 3.4rem;
--leading-headline-medium: 4.4rem;
--leading-headline-large: 5.4rem;
--leading-headline-xlarge: 6.2rem;
--leading-headline-xxlarge: 7.4rem;
--leading-headline-xxxlarge: 8.2rem;

/* ===== COMPONENTS ===== */

/* text */

  /* paragraphs */
--font-family-paragraph: var(--font-family-text);
--text-color-paragraph: var(--color-neutral-1000);
--text-color-paragraph-inverted: var(--color-white);

  /* headlines */
--font-family-headlines: var(--font-family-brand);
--text-color-headlines: var(--color-black);
--text-color-headlines-inverted: var(--color-white);

  /* links */
--font-family-link: var(--font-family-text);
--text-color-link: var(--color-primary-600);
--text-color-link-light: var(--color-white);


/* buttons */

  /* base */
--radius-button: var(--radius-6);
--border-width-width-button: 0.1rem;
--font-family-button-small: var(--font-family-text);
--font-weight-button-small: var(--font-weight-400);
--text-size-button-small: var(--text-size-text-xsmall);
--leading-button-small: var(--leading-text-small);
--letter-spacing-button-small: var(--spacing-1);
--spacing-button-small-icon: var(--spacing-12);
--spacing-button-small-x: var(--spacing-18);
--spacing-button-small-y: var(--spacing-0);
--height-button-small: 4.2rem;
--font-family-button-medium: var(--font-family-text);
--font-weight-button-medium: var(--font-weight-400);
--text-size-button-medium: var(--text-size-text-small);
--leading-button-medium: var(--leading-text-medium);
--letter-spacing-button-medium: var(--spacing-1);
--spacing-button-medium-icon: var(--spacing-14);
--spacing-button-medium-x: var(--spacing-20);
--spacing-button-medium-y: var(--spacing-0);
--height-button-medium: 5.6rem;
--font-family-button-large: var(--font-family-text);
--font-weight-button-large: var(--font-weight-400);
--text-size-button-large: var(--text-size-text-medium);
--leading-button-large: var(--leading-text-large);
--letter-spacing-button-large: var(--spacing-1);
--spacing-button-large-icon: var(--spacing-18);
--spacing-button-large-x: var(--spacing-24);
--spacing-button-large-y: var(--spacing-0);
--height-button-large: 6.2rem;

  /* primary */
--background-color-button-primary: var(--color-cta);
--background-color-button-primary-inverted: var(--color-white);
--background-color-button-primary-hover: var(--color-cta-hover);
--background-color-button-primary-hover-inverted: var(--color-white-opacity-900);
--background-color-button-primary-focused: var(--color-cta);
--background-color-button-primary-focused-inverted: var(--color-white);
--background-color-button-primary-disabled: var(--color-black-opacity-200);
--background-color-button-primary-disabled-inverted: var(--color-white-opacity-400);
--text-color-button-primary: var(--color-black);
--text-color-button-primary-inverted: var(--color-black);
--text-color-button-primary-disabled: var(--color-black-opacity-300);
--text-color-button-primary-disabled-inverted: var(--color-black-opacity-700);
--border-color-button-primary: var(--color-cta);
--border-color-button-primary-inverted: var(--color-white);
--border-color-button-primary-hover: var(--color-cta-hover);
--border-color-button-primary-hover-inverted: var(--color-white-opacity-0);
--border-color-button-primary-focused: var(--color-cta);
--border-color-button-primary-focused-inverted: var(--color-white-opacity-0);
--border-color-button-primary-disabled: var(--color-black-opacity-0);
--border-color-button-primary-disabled-inverted: var(--color-white-opacity-0);

  /* secondary */
--background-color-button-secondary: var(--color-white-opacity-0);
--background-color-button-secondary-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-hover: var(--color-white-opacity-0);
--background-color-button-secondary-hover-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-focused: var(--color-white-opacity-0);
--background-color-button-secondary-focused-inverted: var(--color-white-opacity-0);
--background-color-button-secondary-disabled: var(--color-white-opacity-0);
--background-color-button-secondary-disabled-inverted: var(--color-white-opacity-0);
--text-color-button-secondary: var(--color-black);
--text-color-button-secondary-inverted: var(--color-white);
--text-color-button-secondary-disabled: var(--color-black-opacity-300);
--text-color-button-secondary-disabled-inverted: var(--color-white-opacity-600);
--border-color-button-secondary: var(--color-black-opacity-300);
--border-color-button-secondary-inverted: var(--color-white-opacity-500);
--border-color-button-secondary-hover: var(--color-black-opacity-500);
--border-color-button-secondary-hover-inverted: var(--color-white-opacity-800);
--border-color-button-secondary-focused: var(--color-black-opacity-300);
--border-color-button-secondary-focused-inverted: var(--color-white-opacity-500);
--border-color-button-secondary-disabled: var(--color-black-opacity-200);
--border-color-button-secondary-disabled-inverted: var(--color-white-opacity-400);

  /* tertiary */
--background-color-button-tertiary: var(--color-primary-600);
--background-color-button-tertiary-inverted: var(--color-white);
--background-color-button-tertiary-hover: var(--color-primary-700);
--background-color-button-tertiary-hover-inverted: var(--color-white-opacity-800);
--background-color-button-tertiary-focused: var(--color-primary-600);
--background-color-button-tertiary-focused-inverted: var(--color-white);
--background-color-button-tertiary-disabled: var(--color-black-opacity-200);
--background-color-button-tertiary-disabled-inverted: var(--color-white-opacity-400);
--text-color-button-tertiary: var(--color-white);
--text-color-button-tertiary-inverted: var(--color-primary-800);
--text-color-button-tertiary-disabled: var(--color-black-opacity-300);
--text-color-button-tertiary-disabled-inverted: var(--color-black-opacity-700);
--border-color-button-tertiary: var(--color-black-opacity-0);
--border-color-button-tertiary-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-hover: var(--color-black-opacity-0);
--border-color-button-tertiary-hover-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-focused: var(--color-black-opacity-0);
--border-color-button-tertiary-focused-inverted: var(--color-white-opacity-0);
--border-color-button-tertiary-disabled: var(--color-black-opacity-0);
--border-color-button-tertiary-disabled-inverted: var(--color-white-opacity-0);


/* form-elements */

  /* input-select */
--text-size-input-select-label-small: var(--text-size-text-xsmall);
--leading-input-select-label-small: var(--leading-text-xsmall);
--text-size-input-select-label-large: var(--text-size-text-medium);
--leading-input-select-label-large: var(--leading-text-medium);
--text-size-input-select-input: var(--text-size-text-medium);
--leading-input-select-input: var(--leading-text-medium);
--font-family-input-select: var(--font-family-text);
--text-size-input-select-helper: var(--text-size-text-xsmall);
--leading-input-select-helper: var(--leading-text-xsmall);
--font-weight-input-select: var(--font-weight-100);
--text-color-input-select-default-label: var(--color-neutral-800);
--text-color-input-select-disabled-label: var(--color-neutral-500);
--text-color-input-select-default-text: var(--color-neutral-1000);
--text-color-input-select-disabled-text: var(--color-neutral-500);
--text-color-input-select-error-text: var(--color-attention);
--background-color-input-select: var(--color-white);
--border-color-input-select: var(--color-black-opacity-400);
--border-color-input-select-hover: var(--color-black-opacity-600);
--border-color-input-select-focused: var(--color-primary-600);
--border-color-input-select-disabled: var(--color-black-opacity-200);
--border-color-input-select-error: var(--color-attention);
--border-width-width-input-select: 0.1rem;
--border-width-width-input-select-hover: 0.1rem;
--border-width-width-input-select-focused: 0.2rem;
--border-width-width-input-select-disabled: 0.1rem;
--border-width-width-input-select-error: 0.1rem;
--radius-input-select: var(--radius-4);
--color-input-select-icon: var(--color-neutral-900);
--color-input-select-icon-disabled: var(--color-neutral-400);
--spacing-input-select-medium-icon: var(--spacing-10);
--spacing-input-select-medium-y: var(--spacing-0);
--spacing-input-select-medium-x: var(--spacing-14);
--height-input-select-medium: 5.2rem;

  /* text-area */
--font-family-text-area: var(--font-family-text);
--font-weight-text-area: var(--font-weight-100);
--text-size-text-area-label-small: var(--text-size-text-xsmall);
--leading-text-area-label-small: var(--leading-text-xsmall);
--text-size-text-area-label-large: var(--text-size-text-medium);
--leading-text-area-label-large: var(--leading-text-medium);
--text-size-text-area-input: var(--text-size-text-medium);
--leading-text-area-input: var(--leading-text-medium);
--text-size-text-area-helper: var(--text-size-text-xsmall);
--leading-text-area-helper: var(--leading-text-xsmall);
--text-color-text-area-default-label: var(--color-neutral-800);
--text-color-text-area-disabled-label: var(--color-neutral-500);
--text-color-text-area-error-label: var(--color-neutral-800);
--text-color-text-area-default-text: var(--color-neutral-1000);
--text-color-text-area-disabled-text: var(--color-neutral-500);
--text-color-text-area-error-text: var(--color-attention);
--background-color-text-area: var(--color-white);
--border-color-text-area: var(--color-black-opacity-400);
--border-color-text-area-hover: var(--color-black-opacity-600);
--border-color-text-area-focused: var(--color-primary-600);
--border-color-text-area-disabled: var(--color-black-opacity-200);
--border-color-text-area-error: var(--color-attention);
--border-width-width-text-area: 0.1rem;
--border-width-width-text-area-hover: 0.1rem;
--border-width-width-text-area-focused: 0.2rem;
--border-width-width-text-area-disabled: 0.1rem;
--border-width-width-text-area-error: 0.1rem;
--radius-text-area: var(--radius-4);
--color-text-area-icon: var(--color-neutral-900);
--color-text-area-icon-disabled: var(--color-neutral-400);
--spacing-text-area-medium-icon: 0rem;
--spacing-text-area-medium-top: var(--spacing-6);
--spacing-text-area-medium-x: var(--spacing-14);

  /* checkbox */
--background-color-checkbox: var(--color-white);
--background-color-checkbox-focused: var(--color-primary-600);
--font-family-checkbox: var(--font-family-text);
--font-weight-checkbox: var(--font-weight-100);
--text-size-checkbox: var(--text-size-text-small);
--leading-checkbox: var(--leading-text-small);
--text-color-checkbox: var(--color-neutral-1000);
--text-color-checkbox-disabled: var(--color-neutral-600);
--text-color-checkbox-error: var(--color-attention);
--border-width-width-checkbox: 0.1rem;
--radius-checkbox: 0.4rem;
--border-color-checkbox: var(--color-black-opacity-400);
--border-color-checkbox-hover: var(--color-black-opacity-600);
--border-color-checkbox-focused: var(--color-primary-600);
--border-color-checkbox-disabled: var(--color-black-opacity-200);
--border-color-checkbox-error: var(--color-attention);
--color-checkbox-icon: var(--color-neutral-900);
--color-checkbox-icon-active: var(--color-white);
--color-checkbox-icon-disabled: var(--color-neutral-300);

  /* radiobutton */
--background-color-radiobutton: var(--color-white);
--background-color-radiobutton-focused: var(--color-primary-600);
--font-family-radiobutton: var(--font-family-text);
--font-weight-radiobutton: var(--font-weight-100);
--text-size-radiobutton: var(--text-size-text-small);
--leading-radiobutton: var(--leading-text-small);
--text-color-radiobutton: var(--color-neutral-1000);
--text-color-radiobutton-disabled: var(--color-neutral-600);
--text-color-radiobutton-error: var(--color-attention);
--border-width-width-radiobutton: 0.1rem;
--border-color-radiobutton: var(--color-black-opacity-400);
--border-color-radiobutton-hover: var(--color-black-opacity-600);
--border-color-radiobutton-focused: var(--color-primary-600);
--border-color-radiobutton-disabled: var(--color-black-opacity-200);
--border-color-radiobutton-error: var(--color-attention);
--color-radiobutton-icon: var(--color-neutral-900);
--color-radiobutton-icon-active: var(--color-white);
--color-radiobutton-icon-disabled: var(--color-neutral-300);


/* ===== MODULES ===== */

/* footer */
--background-color-footer: var(--color-primary-600);


/* step */

  /* max-width */
--max-width-step-desktop: 112rem;
--max-width-step-tablet: 65.2rem;
--max-width-step-mobile: 76.7rem;

  /* card */
--radius-step-card: var(--radius-8);
--border-width-width-step-card: var(--spacing-0);
--border-color-step-card: var(--color-white-opacity-0);
--spacing-step-card-top: var(--spacing-56);
--spacing-step-card-bottom: var(--spacing-40);
--spacing-step-card-left: var(--spacing-32);
--spacing-step-card-right: var(--spacing-32);
--spacing-step-card-content-top: var(--spacing-12);
--spacing-step-card-between-desktop: var(--spacing-20);
--spacing-step-card-between-tablet: var(--spacing-64);
--spacing-step-card-between-mobile: var(--spacing-56);
--text-color-step-card: var(--color-neutral-1000);
--text-color-step-card-headline: var(--color-black);
--background-color-step-card: var(--color-primary-100);

  /* number */
--radius-step-number: var(--radius-8);
--border-width-width-step-number: var(--spacing-0);
--border-color-step-number: var(--color-white-opacity-0);
--spacing-step-number-top: var(--spacing-0);
--spacing-step-number-bottom: var(--spacing-0);
--text-color-step-number: var(--color-white);
--background-color-step-number: var(--color-primary-600);


/* inner-section */
--radius-inner-section: 0rem;


/* content */
--background-color-content: #ffffff00;

  /* desktop */
--spacing-content-desktop-content: var(--spacing-36);
--spacing-content-desktop-top-content: var(--spacing-20);
--spacing-content-desktop-bottom-content: var(--spacing-18);
--spacing-content-desktop-header: var(--spacing-6);
--spacing-content-desktop-button: var(--spacing-12);
--max-width-content-desktop: 112rem;

  /* tablet */
--spacing-content-tablet-content: var(--spacing-36);
--spacing-content-tablet-top-content: var(--spacing-20);
--spacing-content-tablet-bottom-content: var(--spacing-20);
--spacing-content-tablet-header: var(--spacing-6);
--spacing-content-tablet-button: var(--spacing-12);
--max-width-content-tablet: 65rem;

  /* mobile */
--spacing-content-mobile-content: var(--spacing-36);
--spacing-content-mobile-top-content: var(--spacing-16);
--spacing-content-mobile-bottom-content: var(--spacing-20);
--spacing-content-mobile-header: var(--spacing-6);
--spacing-content-mobile-button: var(--spacing-12);


/* navigation */
--background-color-navigation: var(--color-primary-600);
--navigation-bottom-border: var(--color-primary-600);


/* right-left */
--background-color-right-left: #ffffff00;

  /* radius */
--radius-right-left-image: 0rem;
--radius-right-left-module: 0rem;

  /* desktop */
--spacing-right-left-desktop-right: 0rem;
--spacing-right-left-desktop-left: 0rem;
--spacing-right-left-desktop-top: 0rem;
--spacing-right-left-desktop-bottom: 0rem;
--spacing-right-left-desktop-gap-left: var(--spacing-20);
--spacing-right-left-desktop-gap-right: var(--spacing-40);
--spacing-right-left-desktop-content: var(--spacing-36);
--spacing-right-left-desktop-top-content: var(--spacing-20);
--spacing-right-left-desktop-bottom-content: var(--spacing-18);
--spacing-right-left-desktop-header: var(--spacing-6);
--spacing-right-left-desktop-button: var(--spacing-12);
--max-width-right-left-desktop: 112rem;

  /* tablet */
--spacing-right-left-tablet-right: 0rem;
--spacing-right-left-tablet-left: 0rem;
--spacing-right-left-tablet-top: var(--spacing-40);
--spacing-right-left-tablet-bottom: 0rem;
--spacing-right-left-tablet-content: var(--spacing-36);
--spacing-right-left-tablet-top-content: var(--spacing-20);
--spacing-right-left-tablet-bottom-content: var(--spacing-20);
--spacing-right-left-tablet-header: var(--spacing-6);
--spacing-right-left-tablet-button: var(--spacing-12);
--max-width-right-left-tablet: 65rem;

  /* mobile */
--spacing-right-left-mobile-right: 0rem;
--spacing-right-left-mobile-left: 0rem;
--spacing-right-left-mobile-top: var(--spacing-20);
--spacing-right-left-mobile-bottom: 0rem;
--spacing-right-left-mobile-content: var(--spacing-36);
--spacing-right-left-mobile-top-content: var(--spacing-16);
--spacing-right-left-mobile-bottom-content: var(--spacing-20);
--spacing-right-left-mobile-header: var(--spacing-6);
--spacing-right-left-mobile-button: var(--spacing-12);
--max-width-right-left-mobile: 65rem;


/* cards */

  /* padding */
--spacing-card-right: var(--spacing-24);
--spacing-card-left: var(--spacing-24);
--spacing-card-top: var(--spacing-24);
--spacing-card-bottom: var(--spacing-32);
--spacing-card-content: var(--spacing-24);
--spacing-card-top-content: var(--spacing-16);
--spacing-card-bottom-content: var(--spacing-16);
--spacing-card-header: var(--spacing-6);
--spacing-card-button: var(--spacing-12);

  /* radius */
--radius-card-module: var(--radius-0);

  /* desktop */
--max-width-card-desktop: 112rem;

  /* tablet */
--max-width-card-tablet: 65rem;

  /* mobile */
--max-width-card-mobile: 76.7rem;


/* legal */

  /* radius */
--radius-legal-module: var(--radius-0);

  /* desktop */
--spacing-legal-desktop-content: var(--spacing-48);
--spacing-legal-desktop-header: var(--spacing-6);
--spacing-legal-desktop-padding-top: var(--spacing-56);
--spacing-legal-desktop-padding-bottom: var(--spacing-56);
--spacing-legal-desktop-padding-left: var(--spacing-56);
--spacing-legal-desktop-padding-right: var(--spacing-56);
--max-width-legal-desktop: 112rem;

  /* tablet */
--spacing-legal-tablet-content: var(--spacing-36);
--spacing-legal-tablet-header: var(--spacing-6);
--spacing-legal-tablet-padding-top: var(--spacing-56);
--spacing-legal-tablet-padding-bottom: var(--spacing-56);
--spacing-legal-tablet-padding-left: var(--spacing-56);
--spacing-legal-tablet-padding-right: var(--spacing-56);
--max-width-legal-tablet: 65rem;

  /* mobile */
--spacing-legal-mobile-content: var(--spacing-36);
--spacing-legal-mobile-header: var(--spacing-6);
--spacing-legal-mobile-padding-top: var(--spacing-28);
--spacing-legal-mobile-padding-bottom: var(--spacing-28);
--spacing-legal-mobile-padding-left: var(--spacing-24);
--spacing-legal-mobile-padding-right: var(--spacing-24);


/* accordion */

  /* border-color */
--border-color-accordion-dark: var(--color-black-opacity-0);
--border-color-accordion-light: var(--color-white-opacity-0);
--border-width-width-accordion: 0rem;

  /* margin */
--spacing-accordion-between: var(--spacing-8);

  /* font-color */
--text-color-accordion-dark: var(--color-black);
--text-color-accordion-light: var(--color-white);

  /* background */
--background-color-accordion-dark: var(--color-black-opacity-100);
--background-color-accordion-light: var(--color-white-opacity-200);
--background-color-accordion-dark-icon: var(--color-black-opacity-100);
--background-color-accordion-light-icon: var(--color-black-opacity-300);
--background-color-accordion-dark-arrow: var(--color-black);
--background-color-accordion-light-arrow: var(--color-white);

  /* padding */
--spacing-accordion-desktop-right: var(--spacing-18);
--spacing-accordion-desktop-left: var(--spacing-24);
--spacing-accordion-desktop-top: var(--spacing-14);
--spacing-accordion-desktop-bottom: var(--spacing-14);
--spacing-accordion-mobile-right: var(--spacing-12);
--spacing-accordion-mobile-left: var(--spacing-20);
--spacing-accordion-mobile-top: var(--spacing-10);
--spacing-accordion-mobile-bottom: var(--spacing-10);

  /* radius */
--radius-accordion-module: var(--radius-8);
--radius-accordion-icon: var(--radius-4);

  /* desktop */
--max-width-accordion-desktop: 112rem;

  /* tablet */
--max-width-accordion-tablet: 65rem;

  /* mobile */
--max-width-accordion-mobile: 76.7rem;


}

@font-face {
  font-family: "Anton Regular";
  src: url("/Components/Common/Framework/Design/Fonts/Anton/anton-regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Anton/anton-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Oddset";
  src: url("/Components/Common/Framework/Design/Fonts/Oddset/Oddset-Heavy.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Oddset/Oddset-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DanskeSpil";
  src: url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Light.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DanskeSpil";
  src: url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DanskeSpil";
  src: url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Medium.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DanskeSpil";
  src: url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DanskeSpil";
  src: url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Black.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DanskeSpil/DanskeSpil-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EurojackpotText";
  src: url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotText-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "EurojackpotText";
  src: url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotText-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "EurojackpotDisplay";
  src: url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "EurojackpotDisplay";
  src: url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "EurojackpotDisplay";
  src: url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Black.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Eurojackpot/EurojackpotDisplay-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Kansas";
  src: url("/Components/Common/Framework/Design/Fonts/KansasNew/KansasNew-Black.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/KansasNew/KansasNew-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Klasselotteriet";
  font-weight: 800 1000;
  src: url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-ExtraBold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Klasselotteriet";
  font-weight: 600 700;
  src: url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Bold.woff") format("woff");
}
@font-face {
  font-family: "Klasselotteriet";
  font-weight: 500;
  src: url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Medium.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Medium.woff") format("woff");
}
@font-face {
  font-family: "Klasselotteriet";
  font-weight: 100 400;
  src: url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Klasselotteriet/KLNo15-Regular.woff") format("woff");
}
@font-face {
  font-family: "MergePro";
  src: url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro.woff") format("woff");
  font-display: swap;
  font-weight: normal;
}
@font-face {
  font-family: "MergePro";
  src: url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 700 900;
}
@font-face {
  font-family: "MergeProLightW05-Bold";
  src: url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/MergePro/MergePro.woff") format("woff");
  font-display: swap;
}
/* open-sans-latin-300-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-300-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-300-normal.woff) format('woff');
}
/* open-sans-latin-300-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-300-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-300-italic.woff) format('woff');
}
/* open-sans-latin-400-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-400-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-400-normal.woff) format('woff');
}
/* open-sans-latin-400-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-400-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-400-italic.woff) format('woff');
}
/* open-sans-latin-500-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-500-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-500-normal.woff) format('woff');
}
/* open-sans-latin-500-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-500-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-500-italic.woff) format('woff');
}
/* open-sans-latin-600-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-600-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-600-normal.woff) format('woff');
}
/* open-sans-latin-600-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-600-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-600-italic.woff) format('woff');
}
/* open-sans-latin-700-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-700-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-700-normal.woff) format('woff');
}
/* open-sans-latin-700-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-700-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-700-italic.woff) format('woff');
}
/* open-sans-latin-800-normal */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-800-normal.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-800-normal.woff) format('woff');
}
/* open-sans-latin-800-italic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-800-italic.woff2) format('woff2'), url(/Components/Common/Framework/Design/Fonts/OpenSans/open-sans-latin-800-italic.woff) format('woff');
}
@font-face {
  font-family: "OliveVillage";
  src: url("/Components/Common/Framework/Design/Fonts/OliveVillage/OliveVillage-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/OliveVillage/OliveVillage-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OliveVillage";
  src: url("/Components/Common/Framework/Design/Fonts/OliveVillage/OliveVillage-Italic.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/OliveVillage/OliveVillage-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* raleway-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-500.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-500.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Note: Font was added for the casino project and may need to be added to danske spil as well */
/* raleway-500 italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-MediumItalic.woff2') format('woff2');
}
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-700.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-700.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Note: Font was added for the casino project and may need to be added to danske spil as well */
/* raleway-700 italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-BoldItalic.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-BoldItalic.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Note: Font was added for the casino project and may need to be added to danske spil as well */
/* raleway-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-ExtraBold.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-ExtraBold.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Note: Font was added for the casino project and may need to be added to danske spil as well */
/* raleway-800 italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-ExtraBoldItalic.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/Raleway-ExtraBoldItalic.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* raleway-900italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  src: url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-900italic.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Raleway/raleway-v28-latin-900italic.woff') format('woff');
  /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "Helium";
  src: url('/Components/Common/Framework/Design/Fonts/Helium/helium-bold.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Helium/helium-bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HeliumRR Bold";
  src: url('/Components/Common/Framework/Design/Fonts/Helium/helium-bold.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/Helium/helium-bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DS Casino Multima';
  src: url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DS Casino Multima';
  src: url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Medium.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DS Casino Multima';
  src: url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'DS Casino Multima';
  src: url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Black.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/DSCasinoMultima/DSCasinoMultima-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "VikinglottoDisplay";
  src: url('/Components/Common/Framework/Design/Fonts/VikingLottoDisplayBasic/VikinglottoDisplay-Basic.woff2') format('woff2'), url('/Components/Common/Framework/Design/Fonts/VikingLottoDisplayBasic/VikinglottoDisplay-Basic.woff') format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-Black.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-Italic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-MediumItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-SemiBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-BoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-ExtraBoldItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src: url(/Components/Common/Framework/Design/Fonts/BarlowCondensed/BarlowCondensed-BlackItalic.ttf) format('truetype');
}
@font-face {
  font-family: 'Gochi Hand';
  src: url("/Components/Common/Framework/Design/Fonts/GochiHand/GochiHand-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/GochiHand/GochiHand-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Regular.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Regular.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Italic.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Italic.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-DemiBold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-DemiBold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-DemiBoldItalic.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-DemiBoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Bold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Bold.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-BoldItalic.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-BoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-ExtraBold.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-ExtraBoldItalic.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-ExtraBoldItalic.woff") format("woff");
  font-display: swap;
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Lotto";
  src: url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Black.woff2") format("woff2"), url("/Components/Common/Framework/Design/Fonts/Lotto/Lotto-Black.woff") format("woff");
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
:root {
  --font-family-danskespil: DanskeSpil, "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-raleway: Raleway, "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-degular: Degular, Arial, sans-serif;
  --font-family-ds-casino-multima: "DS Casino Multima", Arial, sans-serif;
  --font-family-Lotto: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  --font-family-klasselotteriet: Klasselotteriet, sans-serif;
}



html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 960px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-resolution: 2dppx) and (min-device-width: 960px) {
  html {
    font-size: 62.5%;
  }
}
html,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: auto;
  overflow-x: clip;
}
html.region-avalon-lotto,
body.region-avalon-lotto,
html.region-lotto,
body.region-lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
html.mode-edit,
body.mode-edit {
  height: auto;
  overflow-y: auto;
}
html.lock,
body.lock {
  overflow: clip;
}
.page {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.mode-edit .page {
  height: auto;
  padding-top: 0 !important;
}
.page.lock {
  overflow: clip;
}
.page-box {
  position: relative;
}
.numbergames-pageeditplaceholder {
  height: 10rem;
  background-color: crimson;
  text-align: center;
  font-size: 3.5rem;
  padding-top: 3rem;
}



.hd {
  width: 100%;
  max-width: 86.5vw;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: inherit;
  display: block;
}
.hd.xxsmall,
.label.xxsmall,
.span.xxsmall,
.p.xxsmall {
  font-size: 5.4vw;
  line-height: 5.9vw;
}
.hd.xsmall,
.label.xsmall,
.span.xsmall,
.p.xsmall {
  font-size: 2.5rem;
  line-height: 3rem;
}
.hd.small,
.label.small,
.span.small,
.p.small {
  font-size: 3rem;
  line-height: 3.6rem;
}
.hd.large,
.label.large,
.span.large,
.p.large {
  font-size: 5.4vw;
  line-height: 5.6vw;
}
.hd.xlarge,
.label.xlarge,
.span.xlarge,
.p.xlarge {
  font-size: 10.7vw;
  line-height: 11.2vw;
}
.hd.xxlarge,
.label.xxlarge,
.span.xxlarge,
.p.xxlarge {
  font-size: 16vw;
  line-height: 14.7vw;
  margin: 0.4em 0;
}
@media (min-width: 950px) {
  .hd.xxsmall,
  .label.xxsmall,
  .span.xxsmall,
  .p.xxsmall {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .hd.xsmall,
  .label.xsmall,
  .span.xsmall,
  .p.xsmall {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .hd.small,
  .label.small,
  .span.small,
  .p.small {
    font-size: 3rem;
    line-height: 3.6rem;
  }
  .hd.large,
  .label.large,
  .span.large,
  .p.large {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
  .hd.xlarge,
  .label.xlarge,
  .span.xlarge,
  .p.xlarge {
    font-size: 4rem;
    line-height: 4rem;
  }
  .hd.xxlarge,
  .label.xxlarge,
  .span.xxlarge,
  .p.xxlarge {
    font-size: 6rem;
    line-height: 7.2rem;
    margin: 0.4em 0;
  }
  .hd.xxxlarge,
  .label.xxxlarge,
  .span.xxxlarge,
  .p.xxxlarge {
    font-size: 8rem;
    line-height: normal;
  }
}
.hd.italic,
.label.italic,
.span.italic,
.p.italic {
  font-style: italic;
}
.hd.semibold,
.label.semibold,
.span.semibold,
.p.semibold {
  font-weight: 600;
}
.hd.bold,
.label.bold,
.span.bold,
.p.bold {
  font-weight: bold;
}
.hd.mediumblue,
.label.mediumblue,
.span.mediumblue,
.p.mediumblue {
  color: #99dbf7;
}
.hd.powderblue,
.label.powderblue,
.span.powderblue,
.p.powderblue {
  color: #00a5eb;
}
.hd.dodgerblue,
.label.dodgerblue,
.span.dodgerblue,
.p.dodgerblue {
  color: #0891d8;
}
.hd.royalblue,
.label.royalblue,
.span.royalblue,
.p.royalblue {
  color: #1e55a0;
}
.hd.cta-yellow,
.label.cta-yellow,
.span.cta-yellow,
.p.cta-yellow {
  color: #feb700;
}
.hd.white,
.label.white,
.span.white,
.p.white {
  color: #fff;
}



.btn {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  color: #4f5254;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 10.7vw;
  padding: 0 4vw;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
}
.btn:hover {
  background-color: #e0f4fd;
}
.btn.dogderblue {
  background-color: #0891d8;
  color: #fff;
}
.btn.powderblue {
  background-color: #00a5eb;
  color: #fff;
}
.btn.cta {
  background-color: #feb700;
  color: #322b00;
}
.btn.grey {
  color: #fff;
  background-color: #a3a6ab;
}
.btn.fixed-width-120 {
  width: 33.4vw;
}
.btn.fixed-width-140 {
  width: 37.35vw;
}
.btn.fixed-width-160 {
  width: 44vw;
  padding: 0;
}
.btn.close {
  position: absolute;
  right: 0;
  width: 4.7vw;
  height: 4.7vw;
  padding: 0;
  background-color: transparent;
}
.btn.close:before,
.btn.close:after {
  content: ' ';
  position: absolute;
  left: 45%;
  top: -15%;
  display: block;
  height: 6vw;
  width: 0.7vw;
  background-color: #4f5254;
}
.btn.close:before {
  transform: rotate(45deg) translateZ(0);
}
.btn.close:after {
  transform: rotate(-45deg) translateZ(0);
}
@media screen and (min-width: 950px) {
  .btn {
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0 2rem;
    border-radius: 0.5rem;
  }
  .btn.fixed-width-120 {
    width: 12rem;
  }
  .btn.fixed-width-140 {
    width: 14rem;
  }
  .btn.fixed-width-160 {
    width: 16rem;
  }
  .btn.close {
    width: 2rem;
    height: 2rem;
  }
  .btn.close:before,
  .btn.close:after {
    height: 2.6rem;
    width: 0.2rem;
  }
}
.keno-checkbox {
  text-align: left;
  position: relative;
  color: #999;
  display: inline-block;
}
.keno-checkbox > label {
  cursor: pointer;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.keno-checkbox .ios-skin {
  float: left;
  position: relative;
  display: inline-block;
  height: 7.3vw;
  cursor: pointer;
}
.keno-checkbox .ios-skin > input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
.keno-checkbox .ios-skin > input {
  line-height: normal;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.keno-checkbox .ios-skin .ios-skin_body {
  position: relative;
  display: inline-block;
  width: 14vw;
  height: 7.3vw;
  border: 0.6vw solid #fff;
  border-radius: 7.3vw;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: background-color 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.keno-checkbox .ios-skin > :checked ~ .ios-skin_body .ios-skin_switch {
  -webkit-transform: translateX(6.7vw);
  transform: translateX(6.7vw);
}
.keno-checkbox .ios-skin .checkmark {
  position: absolute;
  right: 5.2vw;
  bottom: 3.9vw;
  z-index: 1;
}
@media screen and (min-width: 950px) {
  .keno-checkbox .ios-skin .checkmark {
    width: 0.4rem;
    height: 1.5rem;
    right: 0;
    bottom: 0.1rem;
    display: inline-block;
    margin: -1.3rem 2.2rem 0 0;
  }
}
.keno-checkbox .ios-skin .checkmark:after {
  content: "";
  position: absolute;
  background-color: #0891d8;
  height: 0.8vw;
  width: 2.9vw;
}
.keno-checkbox .ios-skin > :checked ~ .checkmark {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 10.6vw;
  bottom: 2.2vw;
  margin: -1vw 0 0 2.5vw;
}
@media screen and (min-width: 950px) {
  .keno-checkbox .ios-skin > :checked ~ .checkmark {
    right: 4rem;
    bottom: 0.6rem;
    margin: -0.8rem 0 0 1.8rem;
  }
}
.keno-checkbox .ios-skin > :checked ~ .checkmark:before {
  content: "";
  position: absolute;
  width: 0.8vw;
  height: 2.9vw;
  background-color: #0891d8;
}
.keno-checkbox .ios-skin > :checked ~ .checkmark:after {
  width: 1.93333333vw;
}
.keno-checkbox .ios-skin .ios-skin_switch {
  position: absolute;
  top: -0.6vw;
  left: -0.6vw;
  display: inline-block;
  width: 7.3vw;
  height: 7.3vw;
  border: 0.6vw solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #0891d8;
  box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.13);
  -webkit-transition: 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transition: 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
}
.keno-checkbox .ios-skin > :not(:checked) ~ .ios-skin_body {
  border-color: #99dbf7;
  background-color: #99dbf7;
}
.keno-checkbox .ios-skin > :not(:checked) ~ .ios-skin_body .ios-skin_switch {
  border-color: #99dbf7;
}
.keno-checkbox label:not(.ios-skin) {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 7.3vw;
  line-height: 7.3vw;
  padding: 0 0 0 17.65vw;
  text-align: left;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 950px) {
  .keno-checkbox .ios-skin {
    height: 2.8rem;
  }
  .keno-checkbox .ios-skin .ios-skin_body {
    width: 6rem;
    height: 2.8rem;
    border: 0.2rem solid #fff;
    border-radius: 2.8rem;
  }
  .keno-checkbox .ios-skin > :checked ~ .ios-skin_body .ios-skin_switch {
    -webkit-transform: translateX(3.2rem);
    transform: translateX(3.2rem);
  }
  .keno-checkbox .ios-skin .checkmark {
    width: 0.4rem;
    height: 1.5rem;
    margin: -1.3rem 2.2rem 0 0;
  }
  .keno-checkbox .ios-skin .checkmark:after {
    background-color: #0891d8;
    height: 0.4rem;
    width: 1.5rem;
  }
  .keno-checkbox .ios-skin > :checked ~ .checkmark {
    margin: -0.8rem 0 0 2.2rem;
  }
  .keno-checkbox .ios-skin > :checked ~ .checkmark:before {
    width: 0.4rem;
    height: 1.5rem;
    background-color: #0891d8;
  }
  .keno-checkbox .ios-skin > :checked ~ .checkmark:after {
    width: 1rem;
  }
  .keno-checkbox .ios-skin .ios-skin_switch {
    top: -0.2rem;
    left: -0.2rem;
    width: 2.8rem;
    height: 2.8rem;
    border: 0.2rem solid #fff;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.13);
  }
  .keno-checkbox label:not(.ios-skin) {
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0 0 0 7.4rem;
  }
}
.select-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  z-index: 10;
  width: 100%;
  max-width: 50rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.5em;
  font-weight: 700;
  color: #1e55a0;
}
.select-dropdown:after {
  content: '';
  height: 1rem;
  background-color: #b8e6f9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: -1;
  transition: bottom 0.05s 0.2s, background-color 0.05s;
}
.select-dropdown select {
  display: none;
}
.select-dropdown .cs-placeholder {
  background-color: #b8e6f9;
  border-radius: 0.6rem;
  transition: background-color 0.15s;
}
.select-dropdown .cs-placeholder .select-dropdown-arrow {
  width: 4vw;
  height: 2.5vw;
  fill: #1e55a0;
  position: absolute;
  top: 6.8vw;
  right: 4vw;
  transition: transform 0.15s linear;
}
@media screen and (min-width: 950px) {
  .select-dropdown .cs-placeholder .select-dropdown-arrow {
    width: 1.3rem;
    height: 0.8rem;
    top: 2.5rem;
    right: 2.4rem;
  }
}
.select-dropdown span {
  display: block;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.6rem 2.5rem 0.2rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 5rem;
  /*
        border-top: .1rem solid @keno-cadetblue;
        border-bottom: .1rem solid @keno-cadetblue;
				*/
}
.select-dropdown .select-options {
  max-height: 0;
  background: #b8e6f9;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  border-radius: 0 0 0.6rem 0.6rem;
  transition: max-height 0.25s;
}
.select-dropdown .select-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.select-dropdown .select-options ul li {
  border-top: 0.1rem solid #e0f4fd;
}
.select-dropdown .select-options ul li:hover {
  background-color: #99dbf7;
}
.select-dropdown.reversed:after {
  top: 50%;
  transition: top 0.05s 0.2s;
}
.select-dropdown.reversed .select-options {
  top: auto;
  bottom: 6rem;
  border-radius: 0.6rem 0.6rem 0 0;
}
.select-dropdown.reversed .select-options ul {
  display: flex;
  flex-direction: column-reverse;
}
.select-dropdown.is-active {
  z-index: 11;
}
.select-dropdown.is-active:after {
  bottom: -0.4rem;
  background-color: #92d3ef;
  transition: bottom 0s 0s, background-color 0s 0s;
}
.select-dropdown.is-active .cs-placeholder {
  background-color: #92d3ef;
}
.select-dropdown.is-active .cs-placeholder .select-dropdown-arrow {
  transform: translateY(100%);
}
.select-dropdown.is-active .select-options {
  top: 6rem;
  pointer-events: auto;
}
.select-dropdown.is-active .select-options.overflowed {
  overflow-y: auto;
}
.select-dropdown.is-active.reversed:after {
  bottom: inherit;
  top: -0.4rem;
  transition: top 0s 0s;
}
.select-dropdown.is-active.reversed .cs-placeholder .select-dropdown-arrow {
  transform: translateY(-100%) rotate(180deg);
}
.select-dropdown.is-active.reversed .select-options {
  top: auto;
}
.keno-cta-button {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 1vw;
  cursor: pointer;
  font-weight: bold;
  font-size: 3.8vw;
  line-height: 10.7vw;
  padding: 0 4vw;
  display: inline-block;
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #feb700;
  color: #322b00;
}
@media screen and (min-width: 950px) {
  .keno-cta-button {
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0 1.2rem;
    border-radius: 0.5rem;
  }
}



.region-keno {
  font-size: 1.4rem;
  background-color: #00a5eb;
  width: 100%;
}
.region-keno .container {
  width: 100vw;
}
@media (min-width: 950px) {
  .region-keno .container {
    width: 100%;
  }
}
.region-keno .page-box .container {
  width: 100%;
}
.keno-section {
  position: relative;
  font-style: normal;
  background-color: #00a5eb;
  border-color: #00a5eb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.keno-section.bg-powderblue {
  background-color: #00a5eb;
  border-color: #00a5eb;
}
.keno-section.bg-lightskyblue {
  background-color: #e0f4fd;
  border-color: #e0f4fd;
}
.keno-section.bg-cadetblue {
  background-color: #b8e6f9;
  border-color: #b8e6f9;
}
.keno-section.bg-royalblue {
  background-color: #1e55a0;
  border-color: #1e55a0;
}
.keno-section.bg-dodgerblue {
  background-color: #0891d8;
  border-color: #0891d8;
}
.keno-section.bg-white {
  background-color: #fff;
  border-color: #fff;
}
.keno-section.bg-superlightblue {
  background-color: #ebf8fd;
  border-color: #ebf8fd;
}
.keno-section > .keno-content-wrapper {
  margin: auto;
  text-align: center;
}
.keno-section > .keno-content-wrapper .a {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
.keno-section > .keno-content-wrapper .a.hd {
  text-decoration: none;
}
.keno-section > .keno-content-wrapper .p {
  width: 100%;
  max-width: 86.5vw;
  margin: auto;
  color: #ffffff;
  font-size: 4vw;
  line-height: normal;
}
@media (min-width: 950px) {
  .keno-section > .keno-content-wrapper .p {
    font-size: 1.5rem;
    width: 950px;
  }
}
.keno-section > .keno-content-wrapper .p.dark {
  color: #4f5254;
}
.keno-section > .keno-content-wrapper .p.dark .a {
  color: inherit;
  border-bottom: 0.1rem solid #4f5254;
}
.keno-section > .keno-content-wrapper .hr {
  width: 86.5vw;
  border-width: 0.1rem;
  border-style: solid;
  border-top: 0;
  margin: 6vw auto;
}
.keno-section > .keno-content-wrapper .hr.mediumblue {
  border-color: #99dbf7;
}
@media (min-width: 950px) {
  .keno-section > .keno-content-wrapper .hr {
    margin: 2.5rem auto;
    max-width: 96rem;
  }
}
.manchete {
  position: relative;
  overflow-x: hidden;
  /*&:before,
    &:after {
	    content: "";
	    width: 200%;
	    height: 200px;
	    position: absolute;
	    top: 200px;
	    left: 0;
	    margin-left: -50%;
	    background-color: inherit;
	    .rotate(8deg);
	    z-index: 0;
    }
    &:before {
	    .rotate(8deg);
    }
    &:after {
	    .rotate(-8deg);
    }*/
}
.manchete.bg-powderblue {
  background-color: #00a5eb;
  border-color: #00a5eb;
}
.manchete.bg-lightskyblue {
  background-color: #e0f4fd;
  border-color: #e0f4fd;
}
.manchete.bg-cadetblue {
  background-color: #b8e6f9;
  border-color: #b8e6f9;
}
.manchete.bg-royalblue {
  background-color: #1e55a0;
  border-color: #1e55a0;
}
.manchete.bg-dodgerblue {
  background-color: #0891d8;
  border-color: #0891d8;
}
.manchete.bg-white {
  background-color: #fff;
  border-color: #fff;
}
.manchete.bg-superlightblue {
  background-color: #ebf8fd;
  border-color: #ebf8fd;
}
.manchete.top {
  position: relative;
}
.manchete.top:before {
  position: absolute;
  content: ' ';
  display: block;
  top: -10em;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-left-width: 70em;
  border-right-width: 70em;
  border-top-width: 10em;
  border-color: inherit;
  border-top-color: transparent;
  margin-left: -70em;
  z-index: 1;
}
@media (min-width: 1264px) {
  .manchete.top:before {
    border-left-width: 96em;
    border-right-width: 96em;
    margin-left: -96em;
    top: -12em;
    border-top-width: 12em;
  }
}
@media (min-width: 1400px) {
  .manchete.top:before {
    border-left-width: 160em;
    border-right-width: 160em;
    margin-left: -160em;
    top: -15em;
    border-top-width: 15em;
  }
}
.manchete.bot {
  position: relative;
  background-clip: content-box;
}
.manchete.bot:after {
  position: absolute;
  content: ' ';
  display: block;
  bottom: -10.3rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-left-width: 70rem;
  border-right-width: 70rem;
  border-top-width: 10rem;
  border-color: transparent;
  border-top-color: inherit;
  margin-left: -70rem;
  z-index: 1;
}
@media (min-width: 1264px) {
  .manchete.bot:after {
    border-left-width: 96rem;
    border-right-width: 96rem;
    margin-left: -96rem;
  }
}
@media (min-width: 1400px) {
  .manchete.bot:after {
    border-left-width: 160rem;
    border-right-width: 160rem;
    margin-left: -160rem;
  }
}
.manchete.bot + .keno-section .keno-content-wrapper {
  padding-top: 35vw;
}
@media (min-width: 950px) {
  .manchete.bot + .keno-section .keno-content-wrapper {
    padding-top: 15rem;
  }
}
.manchete > div {
  position: relative;
}
.mobile-only {
  display: inherit;
}
@media (min-width: 950px) {
  .mobile-only {
    display: none;
  }
}
.mobile-hide {
  display: none;
}
@media (min-width: 950px) {
  .mobile-hide {
    display: inherit;
  }
}
.box-wide {
  width: 100%;
}
@media (min-width: 950px) {
  .box-wide {
    width: 96rem;
    margin: auto;
  }
}
.box-medium {
  width: 100%;
}
@media (min-width: 950px) {
  .box-medium {
    width: 58rem;
    margin: auto;
  }
}
.box-half {
  width: 100%;
}
@media (min-width: 950px) {
  .box-half {
    width: 50%;
    margin: auto;
    float: left;
  }
}
@media (min-width: 950px) {
  .side-by-side .keno-section {
    width: 50%;
    display: inline-block;
  }
  .side-by-side .keno-section:first-child {
    text-align: right;
  }
  .side-by-side .keno-section > .keno-content-wrapper {
    width: 100%;
    max-width: 48rem;
    display: inline-block;
  }
}



.icon-circle-container {
  width: 13.5vw;
  height: 13.5vw;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto 6.5vw;
}
@media (min-width: 950px) {
  .icon-circle-container {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 3rem;
  }
}
.icon-circle-container .icon {
  position: relative;
}
.icon-circle-container .icon svg {
  position: absolute;
  fill: #0891d8;
}
.icon-circle-container .icon svg.svg-book {
  width: 6.667vw;
  height: 6.667vw;
  top: 5.5vw;
  left: -3.3vw;
}
@media (min-width: 950px) {
  .icon-circle-container .icon svg.svg-book {
    width: 2.5rem;
    height: 2.5rem;
    top: 2.3rem;
    left: -1.2rem;
  }
}
.icon-circle-container .icon svg.svg-moneybag {
  top: 1.4rem;
  left: -1.3rem;
  width: 2.7rem;
  height: 4.4rem;
}
@media (min-width: 950px) {
  .icon-circle-container .icon svg.svg-moneybag {
    top: 1.4rem;
    left: -1.3rem;
    width: 2.7rem;
    height: 4.4rem;
  }
}
.arrow-icon {
  width: 3.467vw;
  height: 2.135vw;
  position: absolute;
  right: 4.5vw;
  -webkit-transition: opacity 100ms linear;
  -moz-transition: opacity 100ms linear;
  -ms-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
.arrow-icon.hide {
  opacity: 0;
}
.arrow-icon svg {
  width: 3.467vw;
  height: 2.135vw;
}
@media (min-width: 950px) {
  .arrow-icon {
    width: 1.2rem;
    height: 0.7rem;
    top: 0;
    right: 2rem;
  }
  .arrow-icon svg {
    width: 1.2rem;
    height: 0.7rem;
  }
}
.arrow-icon.down svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon {
  display: inline-block;
  vertical-align: top;
}
.icon.right {
  margin-left: 0.8rem;
}
.icon.left {
  margin-right: 0.8rem;
}
.icon.float-right {
  float: right;
}
.icon.float-left {
  float: left;
}
.icon .update-rows__icon {
  width: 4vw;
  height: 4.7vw;
  fill: #4f5254;
  position: relative;
  top: 0.2rem;
}
@media (min-width: 950px) {
  .icon .update-rows__icon {
    width: 1.6rem;
    height: 1.8rem;
  }
}
.icon .downarrow__icon {
  width: 4vw;
  height: 4.7vw;
  fill: #4f5254;
  position: relative;
  top: 0.2rem;
}
@media (min-width: 950px) {
  .icon .downarrow__icon {
    width: 1.6rem;
    height: 1.8rem;
  }
}
.icon .downarrow__icon.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.icon .svg-icon-bell {
  width: 22.6vw;
  height: 20.5vw;
  fill: #1E55A0;
  position: relative;
  top: -0.9vw;
  left: -2.8vw;
}
@media (min-width: 950px) {
  .icon .svg-icon-bell {
    width: 12.6rem;
    height: 7.8rem;
    top: -0.3rem;
    left: -3.05rem;
  }
}
.icon .svg-icon-checkmark {
  width: 17.6vw;
  height: 15.5vw;
  fill: #0891d8;
  position: relative;
  top: 1.4vw;
  left: 0.2vw;
}
@media (min-width: 950px) {
  .icon .svg-icon-checkmark {
    width: 10.6rem;
    height: 5.8rem;
    top: 0.6rem;
    left: -2rem;
  }
}
.svg-icon-arrow-up {
  width: 3.467vw;
  height: 2.135vw;
  position: relative;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.svg-icon-arrow-up.hide {
  opacity: 0;
}
.svg-icon-arrow-up svg {
  width: 3.467vw;
  height: 2.135vw;
}
@media (min-width: 950px) {
  .svg-icon-arrow-up {
    width: 1.2rem;
    height: 0.7rem;
    top: -0.1rem;
    right: 0;
    margin-left: 1rem;
  }
  .svg-icon-arrow-up svg {
    width: 1.2rem;
    height: 0.7rem;
  }
}
svg.checkmark-in-circle {
  width: 13.5vw;
  height: 13.5vw;
  margin: 0 auto;
}
@media (min-width: 950px) {
  svg.checkmark-in-circle {
    width: 5rem;
    height: 5rem;
  }
}
svg.keno-logo {
  width: 33vw;
  height: 7vw;
  margin: 0 auto;
}
@media (min-width: 950px) {
  svg.keno-logo {
    width: 13rem;
    height: 3.2rem;
    margin: 0 auto 1rem;
  }
}
svg.i-in-circle {
  width: 13.5vw;
  height: 13.5vw;
  margin: 0 auto;
}
@media (min-width: 950px) {
  svg.i-in-circle {
    width: 5rem;
    height: 5rem;
  }
}
svg.news-icon-circle,
svg.news-icon-circle-blue {
  width: 13.5vw;
  height: 13.5vw;
  margin: 0 auto;
}
@media (min-width: 950px) {
  svg.news-icon-circle,
  svg.news-icon-circle-blue {
    width: 5rem;
    height: 5rem;
  }
}
svg.keno-classic-logo {
  width: 40vw;
  height: 5vw;
}
@media (min-width: 950px) {
  svg.keno-classic-logo {
    width: 17.5rem;
    height: 2rem;
  }
}
svg.system-keno {
  width: 40vw;
  height: 5vw;
}
@media (min-width: 950px) {
  svg.system-keno {
    width: 17.5rem;
    height: 2rem;
  }
}
svg.vaelgselv-keno {
  width: 40vw;
  height: 5vw;
}
@media (min-width: 950px) {
  svg.vaelgselv-keno {
    width: 17.5rem;
    height: 2rem;
  }
}



.keno-classic-game .keno-content-wrapper {
  width: 100vw;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 950px) {
  .keno-classic-game .keno-content-wrapper {
    width: 100%;
    overflow: visible;
  }
}
.keno-classic-game .rows-container {
  height: 142.3vw;
  font-size: 0;
  white-space: nowrap;
  padding-top: 5.333vw;
  padding-bottom: 4.8vw;
  position: relative;
  will-change: transform;
  overflow: hidden;
  /*&.slide-to-left {
			.animation(slide-to-left-animation @rows-sliding-animation-duration forwards linear);
			.next-next-row {
				.animation(slide-to-left-next-next-row-animation @rows-sliding-animation-duration forwards linear);
			}
		}
		&.slide-to-left-half {
			.animation(slide-to-left-half-animation @rows-sliding-animation-duration forwards linear);
			.next-next-row {
				.animation(slide-to-left-half-next-next-row-animation @rows-sliding-animation-duration forwards linear);
			}
		}*/
  /*.new-row:not(.next-next-row) {
			.animation(slide-to-right-next-row-animation @rows-sliding-animation-duration forwards linear);
		}*/
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container {
    height: 56.5rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
@-webkit-keyframes keno-slide-to-right-animation {
  /*0% { .transform(translate3D(0, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-moz-keyframes keno-slide-to-right-animation {
  /*0% { .transform(translate3D(0, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-ms-keyframes keno-slide-to-right-animation {
  /*0% { .transform(translate3D(0, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@keyframes keno-slide-to-right-animation {
  /*0% { .transform(translate3D(0, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-webkit-keyframes keno-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes keno-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes keno-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes keno-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes keno-slide-to-right-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-right-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-right-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-right-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes keno-slide-to-right-prev-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-right-prev-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-right-prev-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-right-prev-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes keno-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes keno-slide-to-left-animation {
  /*0% { .transform(translate3D(-74%, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-moz-keyframes keno-slide-to-left-animation {
  /*0% { .transform(translate3D(-74%, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-ms-keyframes keno-slide-to-left-animation {
  /*0% { .transform(translate3D(-74%, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@keyframes keno-slide-to-left-animation {
  /*0% { .transform(translate3D(-74%, 0, 0)); }
			100% { .transform(translate3D(-37%, 0, 0)); }*/
}
@-webkit-keyframes keno-slide-to-left-half-animation {
  /*0% { .transform(translate3D(-37%, 0, 0)); }
			100% { .transform(translate3D(0, 0, 0)); }*/
}
@-moz-keyframes keno-slide-to-left-half-animation {
  /*0% { .transform(translate3D(-37%, 0, 0)); }
			100% { .transform(translate3D(0, 0, 0)); }*/
}
@-ms-keyframes keno-slide-to-left-half-animation {
  /*0% { .transform(translate3D(-37%, 0, 0)); }
			100% { .transform(translate3D(0, 0, 0)); }*/
}
@keyframes keno-slide-to-left-half-animation {
  /*0% { .transform(translate3D(-37%, 0, 0)); }
			100% { .transform(translate3D(0, 0, 0)); }*/
}
@-webkit-keyframes keno-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes keno-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes keno-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes keno-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes keno-slide-to-left-next-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-left-next-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-left-next-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-left-next-row-animation {
  0% {
    -webkit-transform: scale(1) translate3D(0, 0, 0);
    -moz-transform: scale(1) translate3D(0, 0, 0);
    -ms-transform: scale(1) translate3D(0, 0, 0);
    -o-transform: scale(1) translate3D(0, 0, 0);
    transform: scale(1) translate3D(0, 0, 0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes keno-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(115%, 1%, 0);
    transform: scale(0.9) translate3D(115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(185%, 1%, 0);
    transform: scale(0.9) translate3D(185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes keno-slide-to-left-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes keno-slide-to-left-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes keno-slide-to-left-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes keno-slide-to-left-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
    transform: scale(0.9) translate3D(-185%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
    transform: scale(0.9) translate3D(-115%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@media (min-width: 950px) {
  @-webkit-keyframes keno-slide-to-right-animation {
    /*0% { .transform(translate3D(0, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-moz-keyframes keno-slide-to-right-animation {
    /*0% { .transform(translate3D(0, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-ms-keyframes keno-slide-to-right-animation {
    /*0% { .transform(translate3D(0, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @keyframes keno-slide-to-right-animation {
    /*0% { .transform(translate3D(0, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-webkit-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-moz-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-ms-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-webkit-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-half-animation {
    /*0% { .transform(translate3D(-29rem, 0, 0)); }
				100% { .transform(translateX(0%)); }*/
  }
  @-moz-keyframes keno-slide-to-left-half-animation {
    /*0% { .transform(translate3D(-29rem, 0, 0)); }
				100% { .transform(translateX(0%)); }*/
  }
  @-ms-keyframes keno-slide-to-left-half-animation {
    /*0% { .transform(translate3D(-29rem, 0, 0)); }
				100% { .transform(translateX(0%)); }*/
  }
  @keyframes keno-slide-to-left-half-animation {
    /*0% { .transform(translate3D(-29rem, 0, 0)); }
				100% { .transform(translateX(0%)); }*/
  }
  @-webkit-keyframes keno-slide-to-left-animation {
    /*0% { .transform(translate3D(-58rem, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-moz-keyframes keno-slide-to-left-animation {
    /*0% { .transform(translate3D(-58rem, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-ms-keyframes keno-slide-to-left-animation {
    /*0% { .transform(translate3D(-58rem, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @keyframes keno-slide-to-left-animation {
    /*0% { .transform(translate3D(-58rem, 0, 0)); }
				100% { .transform(translate3D(-29rem, 0, 0)); }*/
  }
  @-webkit-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-moz-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-ms-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-webkit-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  @-webkit-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-moz-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-ms-keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @keyframes keno-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-webkit-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-moz-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-ms-keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @keyframes keno-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
  }
  @-webkit-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-next-row-animation {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes keno-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
.keno-classic-game .rows-container.slide-to-right {
  -webkit-animation: keno-slide-to-right-animation 0.6s forwards ease-in-out;
  -moz-animation: keno-slide-to-right-animation 0.6s forwards ease-in-out;
  -ms-animation: keno-slide-to-right-animation 0.6s forwards ease-in-out;
  animation: keno-slide-to-right-animation 0.6s forwards ease-in-out;
}
.keno-classic-game .rows-container.slide-to-right .in-focus {
  -webkit-animation: keno-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -moz-animation: keno-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -ms-animation: keno-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  animation: keno-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
}
.keno-classic-game .rows-container.slide-to-right .next-row {
  -webkit-animation: keno-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -moz-animation: keno-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -ms-animation: keno-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  animation: keno-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
}
.keno-classic-game .rows-container.slide-to-right .prev-row {
  -webkit-animation: keno-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: keno-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: keno-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  animation: keno-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
}
.keno-classic-game .rows-container.slide-to-right .prev-prev-row {
  -webkit-animation: keno-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: keno-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: keno-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  animation: keno-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
}
.keno-classic-game .rows-container.slide-to-left,
.keno-classic-game .rows-container.slide-to-left-half {
  -webkit-animation: keno-slide-to-left-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-animation 0.6s forwards linear;
  animation: keno-slide-to-left-animation 0.6s forwards linear;
}
.keno-classic-game .rows-container.slide-to-left .in-focus,
.keno-classic-game .rows-container.slide-to-left-half .in-focus {
  -webkit-animation: keno-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-infocus-row-animation 0.6s forwards linear;
  animation: keno-slide-to-left-infocus-row-animation 0.6s forwards linear;
}
.keno-classic-game .rows-container.slide-to-left .next-row,
.keno-classic-game .rows-container.slide-to-left-half .next-row {
  -webkit-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
}
.keno-classic-game .rows-container.slide-to-left .next-next-row,
.keno-classic-game .rows-container.slide-to-left-half .next-next-row {
  -webkit-animation: keno-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-next-next-row-animation 0.6s forwards linear;
  animation: keno-slide-to-left-next-next-row-animation 0.6s forwards linear;
}
.keno-classic-game .rows-container.slide-to-left .prev-row,
.keno-classic-game .rows-container.slide-to-left-half .prev-row {
  -webkit-animation: keno-slide-to-left-prev-row-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-prev-row-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-prev-row-animation 0.6s forwards linear;
  animation: keno-slide-to-left-prev-row-animation 0.6s forwards linear;
}
.keno-classic-game .rows-container.rows-static-position {
  /*@media (min-width: @keno-desktop-width) {

			}
			.in-focus{
				@media (min-width: @keno-desktop-width) {
					.transform(matrix3d(1,0,0.00,0,0.00,1,0.00,0,0,0,1,0,-290,0,0,1));
				}
			}*/
}
.keno-classic-game .rows-container.slide-to-left .in-focus + .next-row:not(.interacted-row):last-of-type,
.keno-classic-game .rows-container.slide-to-left-half .in-focus + .next-row:not(.interacted-row):last-of-type {
  -webkit-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: keno-slide-to-left-next-row-animation 0.6s forwards linear;
}
@-webkit-keyframes keno-delete-row-animation-in-focus-row {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes keno-delete-row-animation-in-focus-row {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes keno-delete-row-animation-in-focus-row {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes keno-delete-row-animation-in-focus-row {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1200, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  @-webkit-keyframes keno-delete-row-animation-in-focus-row {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
  }
  @-moz-keyframes keno-delete-row-animation-in-focus-row {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
  }
  @-ms-keyframes keno-delete-row-animation-in-focus-row {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
  }
  @keyframes keno-delete-row-animation-in-focus-row {
    0% {
      -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
    }
    100% {
      -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 900, 0, 1);
      -webkit-opacity: 0;
      -moz-opacity: 0;
      opacity: 0;
    }
  }
}
.keno-classic-game .rows-container.delete-row > .in-focus {
  -webkit-animation: keno-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -moz-animation: keno-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -ms-animation: keno-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  animation: keno-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
}
.keno-classic-game .rows-container.delete-row > .in-focus + .next-row {
  -webkit-animation: keno-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -moz-animation: keno-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -ms-animation: keno-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  animation: keno-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
}
.keno-classic-game .rows-container.delete-row > .in-focus + .next-row + div {
  -webkit-animation: keno-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -moz-animation: keno-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -ms-animation: keno-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  animation: keno-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
}
@keyframes keno-row-blur-aniamtion {
  0% {
    filter: blur(0);
  }
  5% {
    filter: blur(1rem);
  }
  95% {
    filter: blur(1rem);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes keno-instructions-box-one {
  0% {
    transform: translate(-50%, -150%) scale(0.6);
    opacity: 0;
  }
  5% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  95% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6);
    opacity: 0;
  }
}
@keyframes keno-instructions-box-two {
  0% {
    transform: translate(90%, -50%) scale(0.6);
    opacity: 0;
  }
  5% {
    transform: translate(90%, -50%) scale(1);
    opacity: 1;
  }
  95% {
    transform: translate(90%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(90%, -50%) scale(0.6);
    opacity: 0;
  }
}
@keyframes keno-instructions-box-three {
  0% {
    transform: translate(180%, -150%) scale(0.6);
    opacity: 0;
  }
  5% {
    transform: translate(180%, -50%) scale(1);
    opacity: 1;
  }
  95% {
    transform: translate(180%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(180%, 50%) scale(0.6);
    opacity: 0;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell {
    transform-style: preserve-3d;
    transform: rotateX(0) translateZ(0);
    perspective: 21.14vw;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell .box,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell .box {
    transform-style: preserve-3d;
    transform: translate3D(0, 0, -4.5275vw);
    transform: translate3D(0, 0, -2rem);
  }
}
@keyframes keno-flip-face-demo-animation {
  from {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(-90deg) translate3D(0, 0, 4.5275vw);
  }
}
@keyframes keno-flip-back-demo-animation {
  from {
    transform: rotateX(90deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
}
@media (min-width: 950px) {
  @keyframes keno-flip-face-demo-animation {
    0% {
      transform: rotateX(0deg) translate3D(0, 0, 2rem);
    }
    30% {
      transform: rotateX(-90deg) translate3D(0, 0, 2rem);
    }
    70% {
      transform: rotateX(-270deg) translate3D(0, 0, 2rem);
    }
    100% {
      transform: rotateX(-360deg) translate3D(0, 0, 2rem);
    }
  }
  @keyframes keno-flip-back-demo-animation {
    0% {
      transform: rotateX(90deg) translate3D(0, 0, 2rem);
    }
    30% {
      transform: rotateX(10deg) translate3D(0, 0, 2rem);
    }
    70% {
      transform: rotateX(-10deg) translate3D(0, 0, 2rem);
    }
    100% {
      transform: rotateX(-90deg) translate3D(0, 0, 2rem);
    }
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell .box .front-face,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell .box .front-face,
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell .box .back-face,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell .box .back-face {
    visibility: visible;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell .box .front-face,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell .box .front-face {
    transform: rotateX(0deg) translate3D(0, 0, 2rem);
    animation: keno-flip-face-demo-animation 0.8s forwards linear;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row .cell .box .back-face,
  .keno-classic-game .rows-container.new-row-valid .new-row .cell .box .back-face {
    transform: rotateX(-90deg) translate3D(0, 0, 2rem);
    animation: keno-flip-back-demo-animation 0.8s forwards linear;
  }
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+1) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+1) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+1) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+1) .box .back-face {
  animation-delay: 1.5s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+2) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+2) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+2) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+2) .box .back-face {
  animation-delay: 1.58s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+3) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+3) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+3) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+3) .box .back-face {
  animation-delay: 1.66s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+4) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+4) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+4) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+4) .box .back-face {
  animation-delay: 1.74s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+5) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+5) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+5) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+5) .box .back-face {
  animation-delay: 1.82s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+6) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+6) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+6) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+6) .box .back-face {
  animation-delay: 1.9s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+7) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+7) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+7) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+7) .box .back-face {
  animation-delay: 1.98s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+8) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+8) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+8) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+8) .box .back-face {
  animation-delay: 2.06s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+9) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+9) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+9) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+9) .box .back-face {
  animation-delay: 2.14s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+10) .box .front-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+10) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+10) .box .back-face,
.keno-classic-game .rows-container.new-row-valid .new-row .cell:nth-child(10n+10) .box .back-face {
  animation-delay: 2.22s;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .in-focus {
    animation: keno-row-blur-aniamtion 4.5s linear forwards;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .new-row {
    animation: keno-row-blur-aniamtion 3.5s 2s linear forwards;
  }
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+1) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+1) .box .back-face {
  animation-delay: 5.5s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+2) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+2) .box .back-face {
  animation-delay: 5.58s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+3) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+3) .box .back-face {
  animation-delay: 5.66s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+4) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+4) .box .back-face {
  animation-delay: 5.74s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+5) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+5) .box .back-face {
  animation-delay: 5.82s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+6) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+6) .box .back-face {
  animation-delay: 5.9s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+7) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+7) .box .back-face {
  animation-delay: 5.98s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+8) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+8) .box .back-face {
  animation-delay: 6.06s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+9) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+9) .box .back-face {
  animation-delay: 6.14s;
}
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+10) .box .front-face,
.keno-classic-game .rows-container.first-new-row-valid .new-row .cell:nth-child(10n+10) .box .back-face {
  animation-delay: 6.22s;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper {
    width: 58rem;
    height: 100%;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box {
    top: 50%;
    color: #fff;
    position: absolute;
    white-space: normal;
    padding: 2rem;
    text-align: center;
    line-height: 1.1;
    font-weight: bold;
  }
}
.keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(1rem);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box.box-one {
    width: 40rem;
    font-size: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: keno-instructions-box-one 4.5s linear forwards;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box.box-two {
    width: 11rem;
    height: 11rem;
    font-size: 5rem;
    line-height: 2;
    right: 0;
    transform: translate(90%, -50%);
    opacity: 0;
    animation: keno-instructions-box-two 3.5s 0.9s linear forwards;
    border-radius: 50%;
  }
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box.box-two:after {
    background-color: rgba(5, 145, 218, 0.9);
    border-radius: 50%;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .rows-container.first-new-row-valid .instructions-wrapper .instructions-text-box.box-three {
    width: 20rem;
    font-size: 5rem;
    right: 7rem;
    transform: translate(180%, -50%);
    opacity: 0;
    animation: keno-instructions-box-three 3.5s 2s linear forwards;
  }
}
.keno-classic-game .left-gradient,
.keno-classic-game .right-gradient {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 950px) {
  .keno-classic-game .left-gradient,
  .keno-classic-game .right-gradient {
    width: 19vw;
  }
}
.keno-classic-game .left-gradient {
  left: 0;
  background: -moz-linear-gradient(left, #00a5eb 0%, rgba(0, 165, 235, 0) 100%);
  background: -webkit-linear-gradient(left, #00a5eb 0%, rgba(0, 165, 235, 0) 100%);
  background: linear-gradient(to right, #00a5eb 0%, rgba(0, 165, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5eb', endColorstr='#0000a5eb', GradientType=1);
}
.keno-classic-game .right-gradient {
  right: -19vw;
  background: -moz-linear-gradient(left, rgba(0, 165, 235, 0) 0%, #00a5eb 100%);
  background: -webkit-linear-gradient(left, rgba(0, 165, 235, 0) 0%, #00a5eb 100%);
  background: linear-gradient(to right, rgba(0, 165, 235, 0) 0%, #00a5eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000a5eb', endColorstr='#00a5eb', GradientType=1);
  transition: right 0.25S linear;
}
.keno-classic-game .right-gradient.active {
  right: 0;
}
.keno-classic-game .rows-wrapper {
  filter: url("#rows-side-sliding-blur");
}
.keno-classic-game .row-container {
  width: 75.235%;
  padding-bottom: 4.8vw;
  border-bottom: 0.2rem solid #4dc0f1;
  display: inline-block;
  position: absolute;
  visibility: hidden;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (min-width: 950px) {
  .keno-classic-game .row-container {
    width: 58rem;
    padding-bottom: 1rem;
  }
}
.keno-classic-game .row-container.in-focus,
.keno-classic-game .row-container.next-row,
.keno-classic-game .row-container.prev-row,
.keno-classic-game .row-container.next-next-row,
.keno-classic-game .row-container.prev-prev-row {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  visibility: visible;
  will-change: transform, opacity;
}
.keno-classic-game .row-container.in-focus {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -o-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
}
.keno-classic-game .row-container.next-row:after,
.keno-classic-game .row-container.prev-row:after,
.keno-classic-game .row-container.prev-prev-row:after,
.keno-classic-game .row-container.next-next-row:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.keno-classic-game .row-container.next-row {
  -webkit-transform: scale(0.9) translate3D(115%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(115%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(115%, 1%, 0);
  -o-transform: scale(0.9) translate3D(115%, 1%, 0);
  transform: scale(0.9) translate3D(115%, 1%, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 650, 9, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .keno-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 487.5, 9, 0, 1);
  }
}
.keno-classic-game .row-container.next-next-row {
  -webkit-transform: scale(0.9) translate3D(185%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(185%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(185%, 1%, 0);
  -o-transform: scale(0.9) translate3D(185%, 1%, 0);
  transform: scale(0.9) translate3D(185%, 1%, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1200, 9, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .keno-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 900, 9, 0, 1);
  }
}
.keno-classic-game .row-container.prev-row {
  -webkit-transform: scale(0.9) translate3D(-115%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(-115%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(-115%, 1%, 0);
  -o-transform: scale(0.9) translate3D(-115%, 1%, 0);
  transform: scale(0.9) translate3D(-115%, 1%, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -650, 9, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .keno-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -487.5, 9, 0, 1);
  }
}
.keno-classic-game .row-container.prev-prev-row {
  -webkit-transform: scale(0.9) translate3D(-185%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(-185%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(-185%, 1%, 0);
  -o-transform: scale(0.9) translate3D(-185%, 1%, 0);
  transform: scale(0.9) translate3D(-185%, 1%, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1200, 9, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .keno-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -900, 9, 0, 1);
  }
}
@-webkit-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.keno-classic-game .row-container.shake-state .selected {
  -webkit-animation: keno-number-cell-shake-animation 0.8s forwards;
  -moz-animation: keno-number-cell-shake-animation 0.8s forwards;
  -ms-animation: keno-number-cell-shake-animation 0.8s forwards;
  animation: keno-number-cell-shake-animation 0.8s forwards;
}
.keno-classic-game .row-container.shake-state .header-rules-text {
  -webkit-animation: keno-rules-pulse-animation 0.8s forwards;
  -moz-animation: keno-rules-pulse-animation 0.8s forwards;
  -ms-animation: keno-rules-pulse-animation 0.8s forwards;
  animation: keno-rules-pulse-animation 0.8s forwards;
}
.keno-classic-game .row-header {
  font-size: 3.734vw;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3.334vw;
  border-bottom: 0.2rem solid #4dc0f1;
}
.keno-classic-game .row-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .keno-classic-game .row-header {
    font-size: 2rem;
    padding-bottom: 1.3rem;
  }
}
.keno-classic-game .row-header .counter {
  padding-right: 2.666vw;
  float: left;
}
@media (min-width: 950px) {
  .keno-classic-game .row-header .counter {
    padding-right: 2rem;
  }
}
.keno-classic-game .row-header .right-side {
  padding-right: 2.667vw;
  position: relative;
}
@media (min-width: 950px) {
  .keno-classic-game .row-header .right-side {
    padding-right: 1.5rem;
  }
}
.keno-classic-game .row-header .right-side .row-delete-button {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.keno-classic-game .row-header .right-side .row-delete-button .icon-x-big.icon {
  width: 2.667vw;
  height: 2.667vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .keno-classic-game .row-header .right-side .row-delete-button .icon-x-big.icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.keno-classic-game .row-header .right-side .row-delete-button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
.keno-classic-game .row-header .header-rules-text {
  color: #1e55a0;
  display: inline-block;
}
.keno-classic-game .prev-row-button {
  width: 10.5vw;
  height: 32vw;
  background-color: rgba(235, 248, 253, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
  -webkit-transform: translateY(-50%) translateX(-10.5vw);
  -moz-transform: translateY(-50%) translateX(-10.5vw);
  -ms-transform: translateY(-50%) translateX(-10.5vw);
  -o-transform: translateY(-50%) translateX(-10.5vw);
  transform: translateY(-50%) translateX(-10.5vw);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  z-index: 1;
}
@media (min-width: 950px) {
  .keno-classic-game .prev-row-button {
    width: 4.2rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(-4.2rem);
    -moz-transform: translateY(-50%) translateX(-4.2rem);
    -ms-transform: translateY(-50%) translateX(-4.2rem);
    -o-transform: translateY(-50%) translateX(-4.2rem);
    transform: translateY(-50%) translateX(-4.2rem);
    cursor: pointer;
  }
}
.keno-classic-game .prev-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #3f6372;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-1.5vw);
  -moz-transform: translateY(-50%) translateX(-1.5vw);
  -ms-transform: translateY(-50%) translateX(-1.5vw);
  -o-transform: translateY(-50%) translateX(-1.5vw);
  transform: translateY(-50%) translateX(-1.5vw);
}
@media (min-width: 950px) {
  .keno-classic-game .prev-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.6rem);
    -moz-transform: translateY(-50%) translateX(-0.6rem);
    -ms-transform: translateY(-50%) translateX(-0.6rem);
    -o-transform: translateY(-50%) translateX(-0.6rem);
    transform: translateY(-50%) translateX(-0.6rem);
  }
}
.keno-classic-game .prev-row-button.active {
  -webkit-transform: translateY(-50%) translateX(-1.5vw);
  -moz-transform: translateY(-50%) translateX(-1.5vw);
  -ms-transform: translateY(-50%) translateX(-1.5vw);
  -o-transform: translateY(-50%) translateX(-1.5vw);
  transform: translateY(-50%) translateX(-1.5vw);
}
@media (min-width: 950px) {
  .keno-classic-game .prev-row-button.active {
    -webkit-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
}
.keno-classic-game .create-new-row-button,
.keno-classic-game .next-row-button {
  width: 10.5vw;
  height: 32vw;
  background-color: rgba(235, 248, 253, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 6px 0 0 6px;
  -webkit-transform: translateY(-50%) translateX(10.5vw);
  -moz-transform: translateY(-50%) translateX(10.5vw);
  -ms-transform: translateY(-50%) translateX(10.5vw);
  -o-transform: translateY(-50%) translateX(10.5vw);
  transform: translateY(-50%) translateX(10.5vw);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  z-index: 1;
}
@media (min-width: 950px) {
  .keno-classic-game .create-new-row-button,
  .keno-classic-game .next-row-button {
    width: 4.2rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(4.2rem);
    -moz-transform: translateY(-50%) translateX(4.2rem);
    -ms-transform: translateY(-50%) translateX(4.2rem);
    -o-transform: translateY(-50%) translateX(4.2rem);
    transform: translateY(-50%) translateX(4.2rem);
    cursor: pointer;
  }
}
.keno-classic-game .create-new-row-button .icon,
.keno-classic-game .next-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #3f6372;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-1.5vw);
  -moz-transform: translateY(-50%) translateX(-1.5vw);
  -ms-transform: translateY(-50%) translateX(-1.5vw);
  -o-transform: translateY(-50%) translateX(-1.5vw);
  transform: translateY(-50%) translateX(-1.5vw);
}
@media (min-width: 950px) {
  .keno-classic-game .create-new-row-button .icon,
  .keno-classic-game .next-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.4rem);
    -moz-transform: translateY(-50%) translateX(-0.4rem);
    -ms-transform: translateY(-50%) translateX(-0.4rem);
    -o-transform: translateY(-50%) translateX(-0.4rem);
    transform: translateY(-50%) translateX(-0.4rem);
  }
}
.keno-classic-game .create-new-row-button.active,
.keno-classic-game .next-row-button.active {
  -webkit-transform: translateY(-50%) translateX(1.5vw);
  -moz-transform: translateY(-50%) translateX(1.5vw);
  -ms-transform: translateY(-50%) translateX(1.5vw);
  -o-transform: translateY(-50%) translateX(1.5vw);
  transform: translateY(-50%) translateX(1.5vw);
}
@media (min-width: 950px) {
  .keno-classic-game .create-new-row-button.active,
  .keno-classic-game .next-row-button.active {
    -webkit-transform: translateY(-50%) translateX(0rem);
    -moz-transform: translateY(-50%) translateX(0rem);
    -ms-transform: translateY(-50%) translateX(0rem);
    -o-transform: translateY(-50%) translateX(0rem);
    transform: translateY(-50%) translateX(0rem);
  }
}
.keno-classic-game .rows-list-box .container {
  width: 87.8vw;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform 0.15s;
  border-radius: 0 6px 6px 0;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container {
    width: 50rem;
  }
}
.keno-classic-game .rows-list-box .container.single-row {
  transform: translate3d(-100%, 30vw, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container.single-row {
    transform: translate3d(-100%, 8rem, 0);
  }
}
.keno-classic-game .rows-list-box .container .informations-box,
.keno-classic-game .rows-list-box .container > .headline,
.keno-classic-game .rows-list-box .container .items-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(235, 248, 253, 0.8);
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.keno-classic-game .rows-list-box .container .informations-box {
  font-size: 3.733vw;
  color: #4f5254;
  padding: 3.34vw 6.667vw 0;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  z-index: 2;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .informations-box {
    font-size: 1.5rem;
    padding: 2.5rem 3rem 0;
  }
}
.keno-classic-game .rows-list-box .container .informations-box p {
  margin: 0;
}
.keno-classic-game .rows-list-box .container > .headline {
  color: #00a5eb;
  font-size: 3.734vw;
  font-weight: bold;
  padding: 3.34vw 6.667vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container > .headline {
    font-size: 2rem;
    padding: 1.1rem 3rem 1rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item {
  width: calc(100% - 6.667vw);
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.25;
  padding: 3.4vw 0;
  border-top: 0.2rem solid #cdd3d7;
  position: relative;
  left: 3.333vw;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    width: calc(100% - 6rem);
    font-size: 2rem;
    padding: 1.2rem 0 1.3rem;
    left: 3rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .headline {
  color: #00a5eb;
  cursor: default;
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .numbers {
  color: #1e55a0;
  font-style: italic;
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button {
  width: 10vw;
  height: 15vw;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button {
    top: 1.2rem;
    width: 3rem;
    height: 5rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button .icon-x-big {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  fill: #777a7f;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button .icon-x-big {
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    fill: #00a5eb;
  }
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button .icon-x-big .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  fill: #777a7f;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .items-inner-box .item .delete-button .icon-x-big .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
  content: '!';
  width: 3.734vw;
  height: 3.734vw;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #d01212;
  margin-right: 0.934vw;
  position: relative;
  top: 0;
  line-height: 1.3;
  text-indent: 1.3vw;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    width: 1.8rem;
    height: 1.8rem;
    font-size: 1.5rem;
    margin-right: 0.7rem;
    line-height: 1.34;
    text-indent: 0.65rem;
    top: -0.1rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .scroll-button {
  height: 12vw;
  left: 0;
  right: 0;
  position: fixed;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s;
  -o-transition: -o-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  z-index: 1;
  cursor: pointer;
  will-change: transform;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .scroll-button {
    height: 7.7rem;
    right: 1.8rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .scroll-button.scroll-up {
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0.7) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.keno-classic-game .rows-list-box .container .items-box .scroll-button.scroll-down {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 25%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.keno-classic-game .rows-list-box .container .items-box .scroll-button .icon {
  width: 4.266vw;
  height: 2.4vw;
  fill: #00a5eb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .items-box .scroll-button .icon {
    height: 1rem;
  }
}
.keno-classic-game .rows-list-box .container .items-box .scroll-button.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.keno-classic-game .rows-list-box .container .error-message-box {
  background-color: #e9e9e9;
  color: #4f5254;
  margin-top: -7vw;
  margin-left: -1.333vw;
  padding: 4.666vw 4vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  z-index: 3;
  left: 3.2vw;
  transform: translate3d(0, -100%, 0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transition: top 0.25s, transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .error-message-box {
    left: 3rem;
    margin-top: -3rem;
    margin-left: -1rem;
    padding: 1.5rem 2rem;
  }
}
.keno-classic-game .rows-list-box .container .error-message-box:after {
  content: '';
  border-left: 1.333vw solid transparent;
  border-right: 1.333vw solid transparent;
  border-top: 1.333vw solid #e9e9e9;
  position: absolute;
  bottom: -1.333vw;
  left: 2vw;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .error-message-box:after {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #e9e9e9;
    bottom: -0.5rem;
    left: 1.3rem;
  }
}
.keno-classic-game .rows-list-box .container .error-message-box .error-headline {
  font-size: 3.2vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .error-message-box .error-headline {
    font-size: 1.6rem;
  }
}
.keno-classic-game .rows-list-box .container .error-message-box .error-subheadline {
  font-size: 3.2vw;
  font-weight: 100;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .container .error-message-box .error-subheadline {
    font-size: 1.5rem;
  }
}
.keno-classic-game .rows-list-box .container .error-message-box.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, -110%, 0);
  transition: top 0.25s, transform 0.25s, opacity 0.25s, visibility 0s;
}
.keno-classic-game .rows-list-box .button {
  width: 10.5vw;
  height: 10.5vw;
  background-color: rgba(235, 248, 253, 0.8);
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  -webkit-transform: translateY(-30vw) translateX(-10.5vw);
  -moz-transform: translateY(-30vw) translateX(-10.5vw);
  -ms-transform: translateY(-30vw) translateX(-10.5vw);
  -o-transform: translateY(-30vw) translateX(-10.5vw);
  transform: translateY(-30vw) translateX(-10.5vw);
  -webkit-transition: -webkit-transform 0.15s, background-color 0.1s;
  -moz-transition: -moz-transform 0.15s, background-color 0.1s;
  -ms-transition: -ms-transform 0.15s, background-color 0.1s;
  -o-transition: -o-transform 0.15s, background-color 0.1s;
  transition: transform 0.15s, background-color 0.1s;
  z-index: 1;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .button {
    width: 4.2rem;
    height: 7rem;
    -webkit-transform: translateY(-16rem) translateX(-4.2vw);
    -moz-transform: translateY(-16rem) translateX(-4.2vw);
    -ms-transform: translateY(-16rem) translateX(-4.2vw);
    -o-transform: translateY(-16rem) translateX(-4.2vw);
    transform: translateY(-16rem) translateX(-4.2vw);
    cursor: pointer;
  }
}
.keno-classic-game .rows-list-box .button .icon-list {
  width: 3.8vw;
  height: 4vw;
  fill: #3f6372;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-1.6vw);
  -moz-transform: translateY(-50%) translateX(-1.6vw);
  -ms-transform: translateY(-50%) translateX(-1.6vw);
  -o-transform: translateY(-50%) translateX(-1.6vw);
  transform: translateY(-50%) translateX(-1.6vw);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s;
  -o-transition: -o-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .button .icon-list {
    width: 1.5rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.7rem);
    -moz-transform: translateY(-50%) translateX(-0.7rem);
    -ms-transform: translateY(-50%) translateX(-0.7rem);
    -o-transform: translateY(-50%) translateX(-0.7rem);
    transform: translateY(-50%) translateX(-0.7rem);
  }
}
.keno-classic-game .rows-list-box .button .icon-left-arrow {
  width: 3.8vw;
  height: 3.47vw;
  fill: #4f5254;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(7vw);
  -moz-transform: translateY(-50%) translateX(7vw);
  -ms-transform: translateY(-50%) translateX(7vw);
  -o-transform: translateY(-50%) translateX(7vw);
  transform: translateY(-50%) translateX(7vw);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s;
  -o-transition: -o-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .button .icon-left-arrow {
    width: 1.5rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.7rem);
    -moz-transform: translateY(-50%) translateX(-0.7rem);
    -ms-transform: translateY(-50%) translateX(-0.7rem);
    -o-transform: translateY(-50%) translateX(-0.7rem);
    transform: translateY(-50%) translateX(-0.7rem);
  }
}
.keno-classic-game .rows-list-box .button.active {
  -webkit-transform: translateY(-30vw) translateX(-1.5vw);
  -moz-transform: translateY(-30vw) translateX(-1.5vw);
  -ms-transform: translateY(-30vw) translateX(-1.5vw);
  -o-transform: translateY(-30vw) translateX(-1.5vw);
  transform: translateY(-30vw) translateX(-1.5vw);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box .button.active {
    -webkit-transform: translateY(-16rem) translateX(0);
    -moz-transform: translateY(-16rem) translateX(0);
    -ms-transform: translateY(-16rem) translateX(0);
    -o-transform: translateY(-16rem) translateX(0);
    transform: translateY(-16rem) translateX(0);
  }
}
.keno-classic-game .rows-list-box.active .container {
  transform: translate3d(0, 0, 0);
}
.keno-classic-game .rows-list-box.active .container .informations-box,
.keno-classic-game .rows-list-box.active .container > .headline,
.keno-classic-game .rows-list-box.active .container .items-box {
  background-color: #ffffff;
}
.keno-classic-game .rows-list-box.active .container.single-row {
  transform: translate3d(0, 30vw, 0);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box.active .container.single-row {
    transform: translate3d(0, 8rem, 0);
  }
}
.keno-classic-game .rows-list-box.active .button {
  background-color: #ffffff;
  -webkit-transform: translateY(-30vw) translateX(85.6vw);
  -moz-transform: translateY(-30vw) translateX(85.6vw);
  -ms-transform: translateY(-30vw) translateX(85.6vw);
  -o-transform: translateY(-30vw) translateX(85.6vw);
  transform: translateY(-30vw) translateX(85.6vw);
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box.active .button {
    -webkit-transform: translateY(-16rem) translateX(48.8rem);
    -moz-transform: translateY(-16rem) translateX(48.8rem);
    -ms-transform: translateY(-16rem) translateX(48.8rem);
    -o-transform: translateY(-16rem) translateX(48.8rem);
    transform: translateY(-16rem) translateX(48.8rem);
  }
}
.keno-classic-game .rows-list-box.active .button .icon-list {
  -webkit-transform: translateY(-50%) translateX(-11vw);
  -moz-transform: translateY(-50%) translateX(-11vw);
  -ms-transform: translateY(-50%) translateX(-11vw);
  -o-transform: translateY(-50%) translateX(-11vw);
  transform: translateY(-50%) translateX(-11vw);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.keno-classic-game .rows-list-box.active .button .icon-left-arrow {
  -webkit-transform: translateY(-50%) translateX(-1.6vw);
  -moz-transform: translateY(-50%) translateX(-1.6vw);
  -ms-transform: translateY(-50%) translateX(-1.6vw);
  -o-transform: translateY(-50%) translateX(-1.6vw);
  transform: translateY(-50%) translateX(-1.6vw);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-width: 950px) {
  .keno-classic-game .rows-list-box.active .button .icon-left-arrow {
    -webkit-transform: translateY(-50%) translateX(-0.3rem);
    -moz-transform: translateY(-50%) translateX(-0.3rem);
    -ms-transform: translateY(-50%) translateX(-0.3rem);
    -o-transform: translateY(-50%) translateX(-0.3rem);
    transform: translateY(-50%) translateX(-0.3rem);
  }
}



.keno-system-game .keno-system-game-section .keno-content-wrapper .number-picker-footer {
  padding: 3.334vw 0 3.234vw;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .number-picker-footer {
    padding: 2rem 0 1.1rem;
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container {
  width: 75.235%;
  margin: auto;
  position: relative;
  padding-top: 12vw;
  margin-bottom: 5.3vw;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container {
    width: 58rem;
    padding-top: 4rem;
    margin-bottom: 4.5rem;
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container {
  border-color: #99dbf7;
  border-style: solid;
  border-width: 0.1rem 0 0.1rem 0;
  padding-bottom: 2.4vw;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container {
    padding-bottom: 0.6rem;
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .header-rules-text {
  font-size: 3.733vw;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 4.46vw;
  left: 0;
  right: 0;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .header-rules-text {
    font-size: 2rem;
    top: 0;
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container {
  position: absolute;
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container .counter-box {
  font-size: 3.733vw;
  padding: 0.1vw 0 1vw;
  display: block;
  clear: both;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container .counter-box {
    font-size: 1.4rem;
    padding: 0.1rem 0 0.5rem;
  }
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide {
    display: inline;
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
  display: inline;
}
@media (min-width: 950px) {
  .keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
    display: none;
  }
}
@-webkit-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-moz-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-ms-keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes keno-number-cell-shake-animation {
  0% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  10% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    -webkit-transform: scale(1.13) rotate(-5deg);
    -moz-transform: scale(1.13) rotate(-5deg);
    -ms-transform: scale(1.13) rotate(-5deg);
    -o-transform: scale(1.13) rotate(-5deg);
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    -webkit-transform: scale(1.13) rotate(5deg);
    -moz-transform: scale(1.13) rotate(5deg);
    -ms-transform: scale(1.13) rotate(5deg);
    -o-transform: scale(1.13) rotate(5deg);
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -moz-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    -o-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes keno-rules-pulse-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.13);
    -moz-transform: scale(1.13);
    -ms-transform: scale(1.13);
    -o-transform: scale(1.13);
    transform: scale(1.13);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container.shake-state .selected {
  -webkit-animation: keno-number-cell-shake-animation 0.8s forwards;
  -moz-animation: keno-number-cell-shake-animation 0.8s forwards;
  -ms-animation: keno-number-cell-shake-animation 0.8s forwards;
  animation: keno-number-cell-shake-animation 0.8s forwards;
}
.keno-system-game .keno-system-game-section .keno-content-wrapper .rows-container .row-container.shake-state .header-rules-text {
  -webkit-animation: keno-rules-pulse-animation 0.8s forwards;
  -moz-animation: keno-rules-pulse-animation 0.8s forwards;
  -ms-animation: keno-rules-pulse-animation 0.8s forwards;
  animation: keno-rules-pulse-animation 0.8s forwards;
}



.selenium-test * {
  transition-property: none !important;
  transition: none !important;
  animation: none !important;
}



.flip-clock {
  /* VARIABLES */
  /* FUNCTIONS */
  /* SIZES */
  /* STYLES */
  display: block;
  padding: 0.5rem 0.5rem 2.5rem;
  /* PLAY */
  /* SHADOW */
  /* DOWN */
  /* NO FLIPPING */
}
.flip-clock ul.flip {
  border-radius: 0.33333333rem;
  width: 6.5rem;
  height: 5rem;
  font-size: 3.5rem;
  line-height: 5rem;
  box-shadow: 0 0.11111111rem 0.16666667rem rgba(0, 0, 0, 0.7);
}
.flip-clock ul.flip:after {
  top: 5rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock ul.flip li .flipper div.up:after {
  top: calc(( 5rem  / 2) - 1px);
}
.flip-clock ul.flip li .flipper div div.inn {
  border-radius: 0.33333333rem;
}
.flip-clock ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--xsmall ul.flip {
  border-radius: 0.2rem;
  width: 3.9rem;
  height: 3rem;
  font-size: 2.1rem;
  line-height: 3rem;
  box-shadow: 0 0.06666667rem 0.1rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--xsmall ul.flip:after {
  top: 3rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xsmall.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--xsmall ul.flip li .flipper div.up:after {
  top: calc(( 3rem  / 2) - 1px);
}
.flip-clock.flip-clock--xsmall ul.flip li .flipper div div.inn {
  border-radius: 0.2rem;
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--xsmall ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xsmall.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--xsmall.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--small ul.flip {
  border-radius: 0.26666667rem;
  width: 5.2rem;
  height: 4rem;
  font-size: 2.8rem;
  line-height: 4rem;
  box-shadow: 0 0.08888889rem 0.13333333rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--small ul.flip:after {
  top: 4rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--small.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--small.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--small ul.flip li .flipper div.up:after {
  top: calc(( 4rem  / 2) - 1px);
}
.flip-clock.flip-clock--small ul.flip li .flipper div div.inn {
  border-radius: 0.26666667rem;
}
.flip-clock.flip-clock--small ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--small ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--small ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--small.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--small.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--small.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--large ul.flip {
  border-radius: 0.4rem;
  width: 7.8rem;
  height: 6rem;
  font-size: 4.2rem;
  line-height: 6rem;
  box-shadow: 0 0.13333333rem 0.2rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--large ul.flip:after {
  top: 6rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--large.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--large.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--large ul.flip li .flipper div.up:after {
  top: calc(( 6rem  / 2) - 1px);
}
.flip-clock.flip-clock--large ul.flip li .flipper div div.inn {
  border-radius: 0.4rem;
}
.flip-clock.flip-clock--large ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--large ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--large ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--large ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--large.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--large.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--large.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--xlarge ul.flip {
  border-radius: 0.46666667rem;
  width: 9.1rem;
  height: 7rem;
  font-size: 4.9rem;
  line-height: 7rem;
  box-shadow: 0 0.15555556rem 0.23333333rem rgba(0, 0, 0, 0.7);
}
.flip-clock.flip-clock--xlarge ul.flip:after {
  top: 7rem;
  font-size: 1.2rem;
  height: 2.64rem;
  line-height: 2.64rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:after {
  font-size: 1rem;
  height: 2.2rem;
  line-height: 2.2rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:after {
  font-size: 1.1rem;
  height: 2.42rem;
  line-height: 2.42rem;
}
.flip-clock.flip-clock--xlarge.flip-clock--xlarge ul.flip:after {
  font-size: 1.3rem;
  height: 2.86rem;
  line-height: 2.86rem;
}
.flip-clock.flip-clock--xlarge ul.flip li .flipper div.up:after {
  top: calc(( 7rem  / 2) - 1px);
}
.flip-clock.flip-clock--xlarge ul.flip li .flipper div div.inn {
  border-radius: 0.46666667rem;
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(1):after {
  content: "Dage";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(2):after {
  content: "Timer";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(3):after {
  content: "Minutter";
}
.flip-clock.flip-clock--xlarge ul.flip:nth-child(4):after {
  content: "Sekunder";
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:nth-child(3):after,
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:nth-child(3):after {
  content: "Min.";
}
.flip-clock.flip-clock--xlarge.flip-clock--xsmall ul.flip:nth-child(4):after,
.flip-clock.flip-clock--xlarge.flip-clock--small ul.flip:nth-child(4):after {
  content: "Sek.";
}
.flip-clock.flip-clock--invert ul.flip li .flipper div div.inn {
  background-color: #ddd;
  color: #333;
}
.flip-clock.flip-clock--hidden {
  opacity: 0;
}
.flip-clock ul.flip {
  transition: all 200ms ease-out;
  user-select: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  float: left;
  margin: 0 0.08em;
  font-weight: 600;
}
.flip-clock ul.flip:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  font-weight: 600;
  text-align: center;
  color: #222;
}
.flip-clock.flip-clock--label-light ul.flip:after {
  color: #eee;
}
.flip-clock ul.flip li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flip-clock ul.flip li:first-child {
  z-index: 2;
}
.flip-clock ul.flip li .flipper {
  display: block;
  height: 100%;
}
.flip-clock ul.flip li .flipper div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.flip-clock ul.flip li .flipper div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.flip-clock ul.flip li .flipper div.up {
  transform-origin: 50% 100%;
  top: 0;
}
.flip-clock ul.flip li .flipper div.up:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock ul.flip li .flipper div.down {
  transform-origin: 50% 0;
  bottom: 0;
}
.flip-clock ul.flip li .flipper div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ddd;
  text-align: center;
  background-color: #333;
}
.flip-clock ul.flip li .flipper div div.invert {
  background-color: #ddd;
  color: #333;
}
.flip-clock.flip-clock--light ul.flip li .flipper div div.inn {
  color: #444;
  background-color: #eee;
}
.flip-clock ul.flip li .flipper div.up div.inn {
  top: 0;
}
.flip-clock ul.flip li .flipper div.down div.inn {
  bottom: 0;
}
.flip-clock.play ul li.before {
  z-index: 3;
}
.flip-clock.play ul li.active {
  animation: flipclock-change-overlay 200ms 200ms linear both;
  z-index: 2;
}
@keyframes flipclock-change-overlay {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock.play ul li.active .down {
  z-index: 2;
  animation: flipclock-turn 200ms 200ms linear both;
}
@keyframes flipclock-turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock.play ul li.before .up {
  z-index: 2;
  animation: flipclock-turn2 200ms linear both;
}
@keyframes flipclock-turn2 {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
  }
}
.flip-clock.play ul li.before .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  animation: flipclock-show 200ms linear both;
}
.flip-clock.play ul li.active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, #000000 100%);
  animation: flipclock-hide 200ms 200ms linear both;
}
.flip-clock.flip-clock--label-light.play ul li.active .up .shadow,
.flip-clock.flip-clock--label-light.play ul li.active .up .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.flip-clock.play ul li.before .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: flipclock-show 200ms linear both;
}
.flip-clock.play ul li.active .down .shadow {
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0.1) 100%);
  animation: flipclock-hide 200ms 200ms linear both;
}
.flip-clock.flip-clock--label-light.play ul li.before .down .shadow,
.flip-clock.flip-clock--label-light.play ul li.active .down .shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
}
@keyframes flipclock-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flipclock-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flip-clock.flip-clock--static.play ul li.active .up,
.flip-clock.flip-clock--static.play ul li.before .up,
.flip-clock.flip-clock--static.play ul li.active .up .shadow,
.flip-clock.flip-clock--static.play ul li.before .up .shadow,
.flip-clock.flip-clock--static.play ul li.active .down,
.flip-clock.flip-clock--static.play ul li.before .down,
.flip-clock.flip-clock--static.play ul li.active .down .shadow,
.flip-clock.flip-clock--static.play ul li.before .down .shadow {
  z-index: 1;
  animation: none;
}



.keno-classic-game .number-picker-footer,
.keno-system-game .number-picker-footer,
.keno-winning-numbers .number-picker-footer {
  padding: 3.334vw 0 2.134vw;
  position: relative;
}
.keno-classic-game .number-picker-footer:after,
.keno-system-game .number-picker-footer:after,
.keno-winning-numbers .number-picker-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer,
  .keno-system-game .number-picker-footer,
  .keno-winning-numbers .number-picker-footer {
    padding: 2rem 0 1.1rem;
  }
}
.keno-classic-game .number-picker-footer .counter-box,
.keno-system-game .number-picker-footer .counter-box,
.keno-winning-numbers .number-picker-footer .counter-box {
  font-size: 3.734vw;
  font-weight: bold;
  color: #1e55a0;
  text-transform: uppercase;
  padding: 3.334vw 0;
  display: inline-block;
  float: left;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .counter-box,
  .keno-system-game .number-picker-footer .counter-box,
  .keno-winning-numbers .number-picker-footer .counter-box {
    font-size: 2rem;
    padding: 0.7rem 0 0.6rem;
  }
}
.keno-classic-game .number-picker-footer .counter-box .total,
.keno-system-game .number-picker-footer .counter-box .total,
.keno-winning-numbers .number-picker-footer .counter-box .total {
  color: #fff;
}
.keno-classic-game .number-picker-footer .buttons-container,
.keno-system-game .number-picker-footer .buttons-container,
.keno-winning-numbers .number-picker-footer .buttons-container {
  float: right;
  white-space: nowrap;
}
.keno-classic-game .number-picker-footer .buttons-container .button,
.keno-system-game .number-picker-footer .buttons-container .button,
.keno-winning-numbers .number-picker-footer .buttons-container .button {
  min-width: 23.2vw;
  font-size: 3.734vw;
  font-weight: bold;
  color: #4f5254;
  text-align: left;
  background-color: #ebf8fd;
  margin-left: 3.334vw;
  padding: 2.767vw 3.334vw;
  border-radius: 6px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: opacity 0.25s, background-color 0.25s, color 0.25s;
  -moz-transition: opacity 0.25s, background-color 0.25s, color 0.25s;
  -ms-transition: opacity 0.25s, background-color 0.25s, color 0.25s;
  -o-transition: opacity 0.25s, background-color 0.25s, color 0.25s;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s;
  user-select: none;
}
.keno-classic-game .number-picker-footer .buttons-container .button:first-child,
.keno-system-game .number-picker-footer .buttons-container .button:first-child,
.keno-winning-numbers .number-picker-footer .buttons-container .button:first-child {
  margin-left: 0;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .buttons-container .button,
  .keno-system-game .number-picker-footer .buttons-container .button,
  .keno-winning-numbers .number-picker-footer .buttons-container .button {
    min-width: inherit;
    font-size: 1.4rem;
    margin-left: 2rem;
    padding: 1.2rem 4rem 1.1rem 1.4rem;
    cursor: pointer;
  }
}
.keno-classic-game .number-picker-footer .buttons-container .button.inactive,
.keno-system-game .number-picker-footer .buttons-container .button.inactive,
.keno-winning-numbers .number-picker-footer .buttons-container .button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
.keno-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.keno-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.keno-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
.keno-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
.keno-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
.keno-winning-numbers .number-picker-footer .buttons-container .reset-row-button .icon {
  width: 2.934vw;
  height: 3.7vw;
  fill: #4f5254;
  position: absolute;
  top: 3.4vw;
  right: 3.7vw;
  -webkit-transition: fill 0.25s;
  -moz-transition: fill 0.25s;
  -ms-transition: fill 0.25s;
  -o-transition: fill 0.25s;
  transition: fill 0.25s;
  overflow: visible;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .keno-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .keno-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
  .keno-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .keno-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .keno-winning-numbers .number-picker-footer .buttons-container .reset-row-button .icon {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.1rem;
    right: 1.4rem;
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box,
.keno-system-game .number-picker-footer .autogenerate-box,
.keno-winning-numbers .number-picker-footer .autogenerate-box {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.keno-classic-game .number-picker-footer .autogenerate-box .autogenerate-button,
.keno-system-game .number-picker-footer .autogenerate-box .autogenerate-button,
.keno-winning-numbers .number-picker-footer .autogenerate-box .autogenerate-button {
  position: relative;
}
.keno-classic-game .number-picker-footer .autogenerate-box .autogenerate-button:after,
.keno-system-game .number-picker-footer .autogenerate-box .autogenerate-button:after,
.keno-winning-numbers .number-picker-footer .autogenerate-box .autogenerate-button:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.9vw solid transparent;
  border-right: 1.9vw solid transparent;
  border-bottom: 1.8vw solid #fff;
  margin-top: 1.666vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-1.5vw);
  display: none;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .autogenerate-button:after,
  .keno-system-game .number-picker-footer .autogenerate-box .autogenerate-button:after,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .autogenerate-button:after {
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-bottom: 0.7rem solid #fff;
    margin-top: 1.3rem;
    transform: translateX(-50%);
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box .options,
.keno-system-game .number-picker-footer .autogenerate-box .options,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options {
  width: 75.235vw;
  background-color: #fff;
  position: absolute;
  top: 16.4vw;
  left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: none;
  z-index: 1;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options,
  .keno-system-game .number-picker-footer .autogenerate-box .options,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options {
    width: 58rem;
    top: 8rem;
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item,
.keno-system-game .number-picker-footer .autogenerate-box .options .item,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item {
  width: 50%;
  font-size: 3.2vw;
  font-weight: bold;
  color: #0891d8;
  text-align: center;
  float: left;
  padding: 4vw 0;
  border-width: 0 0.2rem 0.2rem 0;
  border-style: solid;
  border-color: #cdd3d7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options .item,
  .keno-system-game .number-picker-footer .autogenerate-box .options .item,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options .item {
    width: 20%;
    font-size: 1.4rem;
    padding: 1.1rem 0 1rem;
    border-width: 0 0.2rem 0.2rem 0;
    cursor: pointer;
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
.keno-system-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item:first-child:before {
  content: '';
  height: 3.4vw;
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 4vw;
  right: -1vw;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
  .keno-system-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options .item:first-child:before {
    height: 3.4rem;
    left: 1rem;
    right: 80%;
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item.hidden,
.keno-system-game .number-picker-footer .autogenerate-box .options .item.hidden,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item.hidden,
.keno-classic-game .number-picker-footer .autogenerate-box .options .item.hidden.inactive,
.keno-system-game .number-picker-footer .autogenerate-box .options .item.hidden.inactive,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item.hidden.inactive {
  color: #fff;
  cursor: default;
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
.keno-system-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-child(2n) {
  border-width: 0 0 0.2rem 0;
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item:last-child,
.keno-system-game .number-picker-footer .autogenerate-box .options .item:last-child,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item:last-child {
  border-width: 0 0 0 0;
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(2),
.keno-system-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(2),
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-last-child(2) {
  border-width: 0 0.2rem 0 0;
}
.keno-classic-game .number-picker-footer .autogenerate-box .options .item.inactive,
.keno-system-game .number-picker-footer .autogenerate-box .options .item.inactive,
.keno-winning-numbers .number-picker-footer .autogenerate-box .options .item.inactive {
  color: #cdd3d7;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options .item.inactive,
  .keno-system-game .number-picker-footer .autogenerate-box .options .item.inactive,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options .item.inactive {
    cursor: default;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(2n),
  .keno-system-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(2n),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(2n) {
    border-width: 0 0.2rem 0.2rem 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(5n),
  .keno-system-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(5n),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-child(5n) {
    border-width: 0 0 0.2rem 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-last-child(-n+5),
  .keno-system-game .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-last-child(-n+5),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.ten-cells .item:nth-last-child(-n+5) {
    border-width: 0 0.2rem 0 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.ten-cells .item:last-child,
  .keno-system-game .number-picker-footer .autogenerate-box .options.ten-cells .item:last-child,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.ten-cells .item:last-child {
    border-width: 0 0 0 0;
  }
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-footer .autogenerate-box .options.eight-cells .item,
  .keno-system-game .number-picker-footer .autogenerate-box .options.eight-cells .item,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.eight-cells .item {
    width: 25%;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(2n),
  .keno-system-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(2n),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(2n) {
    border-width: 0 0.2rem 0.2rem 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(4n),
  .keno-system-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(4n),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-child(4n) {
    border-width: 0 0 0.2rem 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-last-child(-n+4),
  .keno-system-game .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-last-child(-n+4),
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.eight-cells .item:nth-last-child(-n+4) {
    border-width: 0 0.2rem 0 0;
  }
  .keno-classic-game .number-picker-footer .autogenerate-box .options.eight-cells .item:last-child,
  .keno-system-game .number-picker-footer .autogenerate-box .options.eight-cells .item:last-child,
  .keno-winning-numbers .number-picker-footer .autogenerate-box .options.eight-cells .item:last-child {
    border-width: 0 0 0 0;
  }
}
.keno-classic-game .number-picker-footer .autogenerate-box.active .button,
.keno-system-game .number-picker-footer .autogenerate-box.active .button,
.keno-winning-numbers .number-picker-footer .autogenerate-box.active .button {
  color: #fff;
  background-color: #0891d8;
}
.keno-classic-game .number-picker-footer .autogenerate-box.active .button:after,
.keno-system-game .number-picker-footer .autogenerate-box.active .button:after,
.keno-winning-numbers .number-picker-footer .autogenerate-box.active .button:after {
  display: block;
}
.keno-classic-game .number-picker-footer .autogenerate-box.active .button .icon,
.keno-system-game .number-picker-footer .autogenerate-box.active .button .icon,
.keno-winning-numbers .number-picker-footer .autogenerate-box.active .button .icon {
  fill: #fff;
}
.keno-classic-game .number-picker-footer .autogenerate-box.active .options,
.keno-system-game .number-picker-footer .autogenerate-box.active .options,
.keno-winning-numbers .number-picker-footer .autogenerate-box.active .options {
  display: block;
}
.keno-classic-game .number-picker-container,
.keno-system-game .number-picker-container,
.keno-winning-numbers .number-picker-container {
  margin: 0 -1.5%;
  position: relative;
  white-space: normal;
  -webkit-transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container,
  .keno-system-game .number-picker-container,
  .keno-winning-numbers .number-picker-container {
    margin: 0 -1rem;
  }
}
.keno-classic-game .number-picker-container .cell,
.keno-system-game .number-picker-container .cell,
.keno-winning-numbers .number-picker-container .cell {
  width: 9.055vw;
  height: 9.055vw;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1vw;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container .cell,
  .keno-system-game .number-picker-container .cell,
  .keno-winning-numbers .number-picker-container .cell {
    width: 4rem;
    height: 0;
    padding-top: 4rem;
    margin: 1rem;
    cursor: pointer;
  }
}
.keno-classic-game .number-picker-container .cell:after,
.keno-system-game .number-picker-container .cell:after,
.keno-winning-numbers .number-picker-container .cell:after {
  content: '';
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: -1vw;
  bottom: -1vw;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container .cell:after,
  .keno-system-game .number-picker-container .cell:after,
  .keno-winning-numbers .number-picker-container .cell:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.keno-classic-game .number-picker-container .cell .box,
.keno-system-game .number-picker-container .cell .box,
.keno-winning-numbers .number-picker-container .cell .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.keno-classic-game .number-picker-container .cell .box .front-face,
.keno-system-game .number-picker-container .cell .box .front-face,
.keno-winning-numbers .number-picker-container .cell .box .front-face,
.keno-classic-game .number-picker-container .cell .box .back-face,
.keno-system-game .number-picker-container .cell .box .back-face,
.keno-winning-numbers .number-picker-container .cell .box .back-face {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  left: 0;
}
.keno-classic-game .number-picker-container .cell .box .front-face,
.keno-system-game .number-picker-container .cell .box .front-face,
.keno-winning-numbers .number-picker-container .cell .box .front-face {
  background-color: #0591da;
  visibility: visible;
}
.keno-classic-game .number-picker-container .cell .box .back-face,
.keno-system-game .number-picker-container .cell .box .back-face,
.keno-winning-numbers .number-picker-container .cell .box .back-face {
  background-color: #21375f;
  visibility: hidden;
}
.keno-classic-game .number-picker-container .cell.selected .box .front-face,
.keno-system-game .number-picker-container .cell.selected .box .front-face,
.keno-winning-numbers .number-picker-container .cell.selected .box .front-face {
  visibility: hidden;
}
.keno-classic-game .number-picker-container .cell.selected .box .back-face,
.keno-system-game .number-picker-container .cell.selected .box .back-face,
.keno-winning-numbers .number-picker-container .cell.selected .box .back-face {
  visibility: visible;
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress {
  transform-style: preserve-3d;
  transform: rotateX(0) translateZ(0);
  perspective: 21.14vw;
  animation: keno-flip-animation-timer 0.3s;
}
@keyframes keno-flip-face-animation {
  from {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(-90deg) translate3D(0, 0, 4.5275vw);
  }
}
@keyframes keno-flip-back-animation {
  from {
    transform: rotateX(90deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
}
@keyframes keno-reverse-flip-face-animation {
  from {
    transform: rotateX(-90deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
}
@keyframes keno-reverse-flip-back-animation {
  from {
    transform: rotateX(0deg) translate3D(0, 0, 4.5275vw);
  }
  to {
    transform: rotateX(90deg) translate3D(0, 0, 4.5275vw);
  }
}
@media (min-width: 950px) {
  @keyframes keno-flip-face-animation {
    from {
      transform: rotateX(0deg) translate3D(0, 0, 2rem);
    }
    to {
      transform: rotateX(-90deg) translate3D(0, 0, 2rem);
    }
  }
  @keyframes keno-flip-back-animation {
    from {
      transform: rotateX(90deg) translate3D(0, 0, 2rem);
    }
    to {
      transform: rotateX(0deg) translate3D(0, 0, 2rem);
    }
  }
  @keyframes keno-reverse-flip-face-animation {
    from {
      transform: rotateX(-90deg) translate3D(0, 0, 2rem);
    }
    to {
      transform: rotateX(0deg) translate3D(0, 0, 2rem);
    }
  }
  @keyframes keno-reverse-flip-back-animation {
    from {
      transform: rotateX(0deg) translate3D(0, 0, 2rem);
    }
    to {
      transform: rotateX(90deg) translate3D(0, 0, 2rem);
    }
  }
}
@keyframes keno-flip-face-animation-IE {
  from {
    transform: perspective(21.14rem) rotateX(0deg) translate3D(0, 0, 2rem) scale(0.99);
  }
  to {
    transform: perspective(21.14rem) rotateX(-90deg) translate3D(0, 0, 2rem) scale(0.99);
  }
}
@keyframes keno-flip-back-animation-IE {
  from {
    transform: perspective(21.14rem) rotateX(90deg) translate3D(0, 0, 2rem) scale(0.99);
  }
  to {
    transform: perspective(21.14rem) rotateX(0deg) translate3D(0, 0, 2rem) scale(0.99);
  }
}
@keyframes keno-reverse-flip-face-animation-IE {
  from {
    transform: perspective(21.14rem) rotateX(-90deg) translate3D(0, 0, 2rem) scale(0.99);
  }
  to {
    transform: perspective(21.14rem) rotateX(0deg) translate3D(0, 0, 2rem) scale(0.99);
  }
}
@keyframes keno-reverse-flip-back-animation-IE {
  from {
    transform: perspective(21.14rem) rotateX(0deg) translate3D(0, 0, 2rem) scale(0.99);
  }
  to {
    transform: perspective(21.14rem) rotateX(90deg) translate3D(0, 0, 2rem) scale(0.99);
  }
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress .box,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress .box,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress .box {
  transform-style: preserve-3d;
  transform: translate3D(0, 0, -4.5275vw);
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container .cell.flip-animation-in-progress .box,
  .keno-system-game .number-picker-container .cell.flip-animation-in-progress .box,
  .keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress .box {
    transform: translate3D(0, 0, -2rem);
  }
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress .box .front-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress .box .front-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress .box .front-face,
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress .box .back-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress .box .back-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress .box .back-face {
  visibility: visible;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face {
  animation: keno-flip-face-animation 0.3s forwards linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .keno-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
  .keno-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
  .keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face {
    animation: keno-flip-face-animation-IE 0.3s forwards linear;
  }
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face {
  animation: keno-flip-back-animation 0.3s forwards linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .keno-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
  .keno-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
  .keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face {
    animation: keno-flip-back-animation-IE 0.3s forwards linear;
  }
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face {
  animation: keno-reverse-flip-face-animation 0.3s forwards linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .keno-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
  .keno-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
  .keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face {
    animation: reverse-flip-face-animation-IE 0.3s forwards linear;
  }
}
.keno-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.keno-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face {
  animation: keno-reverse-flip-back-animation 0.3s forwards linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .keno-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
  .keno-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
  .keno-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face {
    animation: keno-reverse-flip-back-animation-IE 0.3s forwards linear;
  }
}
.keno-classic-game .number-picker-container .cell .number,
.keno-system-game .number-picker-container .cell .number,
.keno-winning-numbers .number-picker-container .cell .number {
  width: 100%;
  height: 100%;
  font-size: 4vw;
  font-weight: bold;
  font-style: italic;
  line-height: 9.5vw;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container .cell .number,
  .keno-system-game .number-picker-container .cell .number,
  .keno-winning-numbers .number-picker-container .cell .number {
    font-size: 2rem;
    line-height: 2.1;
  }
}
.keno-classic-game .number-picker-container .cell .front-face .number,
.keno-system-game .number-picker-container .cell .front-face .number,
.keno-winning-numbers .number-picker-container .cell .front-face .number {
  background-color: #0591da;
}
.keno-classic-game .number-picker-container .cell .back-face .number,
.keno-system-game .number-picker-container .cell .back-face .number,
.keno-winning-numbers .number-picker-container .cell .back-face .number {
  background-color: #21375f;
}
.keno-classic-game .number-picker-container .cell.active .number,
.keno-system-game .number-picker-container .cell.active .number,
.keno-winning-numbers .number-picker-container .cell.active .number {
  line-height: 7.428vw;
  height: 130%;
  -webkit-transform: translateY(-100%) scale(1.3);
  -moz-transform: translateY(-100%) scale(1.3);
  -ms-transform: translateY(-100%) scale(1.3);
  -o-transform: translateY(-100%) scale(1.3);
  transform: translateY(-100%) scale(1.3);
}
@media (min-width: 950px) {
  .keno-classic-game .number-picker-container .cell.active .number,
  .keno-system-game .number-picker-container .cell.active .number,
  .keno-winning-numbers .number-picker-container .cell.active .number {
    height: 100%;
    line-height: 2.1;
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}



.keno-barometer-section {
  position: relative;
}
@media (min-width: 950px) {
  .keno-barometer-section {
    height: 1rem;
    margin-bottom: 20.8rem;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
  }
}
.keno-barometer-section .keno-barometer-logo-box {
  padding: 6vw 0;
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 4;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s;
  -o-transition: -o-transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer-logo-box {
    padding: 3rem 0;
    top: 0;
  }
}
.keno-barometer-section .keno-barometer-logo-box .logo-image {
  height: 4vw;
  max-width: 90%;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer-logo-box .logo-image {
    height: auto;
  }
}
.keno-barometer-section .game-heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 7vw;
  padding-bottom: 7vw;
  font-size: 5vw;
  font-weight: bold;
  color: #fff;
  line-height: 0.8;
  position: relative;
  z-index: 4;
  font-style: italic;
}
@media (min-width: 950px) {
  .keno-barometer-section .game-heading {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    width: 58rem;
    font-size: 2rem;
    color: #fff;
  }
}
.keno-barometer-section .keno-barometer {
  width: 100%;
  background-color: #fff;
  padding: 4.8vw 0 14.4vw;
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  -ms-transition: -ms-transform 0.25s linear;
  -o-transition: -o-transform 0.25s linear;
  transition: transform 0.25s linear;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer {
    width: 96rem;
    margin: auto;
    padding: 5.3rem 0 4.1rem;
    background-color: transparent;
    position: absolute;
    top: 2.5rem;
    left: 0;
    right: 0;
  }
  .keno-barometer-section .keno-barometer:before,
  .keno-barometer-section .keno-barometer:after {
    content: '';
    height: 20rem;
    width: 100vw;
    position: absolute;
    top: -1.7rem;
    z-index: -1;
    background-color: #0891d8;
    -webkit-transition: -webkit-transform 0.25s, top 0.25s;
    -moz-transition: -moz-transform 0.25s, top 0.25s;
    -ms-transition: -ms-transform 0.25s, top 0.25s;
    -o-transition: -o-transform 0.25s, top 0.25s;
    transition: transform 0.25s, top 0.25s;
  }
  .keno-barometer-section .keno-barometer:before {
    left: 50%;
    -webkit-transform: translateX(-100%) rotate(8deg);
    -moz-transform: translateX(-100%) rotate(8deg);
    -ms-transform: translateX(-100%) rotate(8deg);
    -o-transform: translateX(-100%) rotate(8deg);
    transform: translateX(-100%) rotate(8deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .keno-barometer-section .keno-barometer:after {
    right: 50%;
    -webkit-transform: translateX(100%) rotate(-8deg);
    -moz-transform: translateX(100%) rotate(-8deg);
    -ms-transform: translateX(100%) rotate(-8deg);
    -o-transform: translateX(100%) rotate(-8deg);
    transform: translateX(100%) rotate(-8deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
.keno-barometer-section .keno-barometer .inner {
  width: 86.667%;
  font-size: 2.4vw;
  font-weight: bold;
  color: #0891d8;
  text-transform: uppercase;
  margin: auto;
  position: relative;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner {
    width: 58rem;
    font-size: 1.5rem;
    color: #99dbf7;
    top: 0;
    -webkit-transition: top 0.25s;
    -moz-transition: top 0.25s;
    -ms-transition: top 0.25s;
    -o-transition: top 0.25s;
    transition: top 0.25s;
  }
}
.keno-barometer-section .keno-barometer .inner .bar-container {
  width: 100%;
  position: relative;
}
.keno-barometer-section .keno-barometer .inner .bar-container.white,
.keno-barometer-section .keno-barometer .inner .bar-container.yellow {
  height: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner .bar-container.white,
  .keno-barometer-section .keno-barometer .inner .bar-container.yellow {
    height: 0.6rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.keno-barometer-section .keno-barometer .inner .bar-container.white {
  width: 100%;
  background-color: #0891d8;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner .bar-container.white {
    background-color: #fff;
  }
}
.keno-barometer-section .keno-barometer .inner .bar-container.yellow {
  width: 20%;
  background-color: #ebb914;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.25s 0s;
  -moz-transition: width 0.25s 0s;
  -ms-transition: width 0.25s 0s;
  -o-transition: width 0.25s 0s;
  transition: width 0.25s 0s;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner .bar-container.yellow {
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
    transition-delay: 1.05s;
  }
}
.keno-barometer-section .keno-barometer .inner .left-text,
.keno-barometer-section .keno-barometer .inner .center-text,
.keno-barometer-section .keno-barometer .inner .right-text {
  position: absolute;
  top: 4.7vw;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner .left-text,
  .keno-barometer-section .keno-barometer .inner .center-text,
  .keno-barometer-section .keno-barometer .inner .right-text {
    top: 3.2rem;
  }
}
.keno-barometer-section .keno-barometer .inner .left-text {
  left: 0;
}
.keno-barometer-section .keno-barometer .inner .center-text {
  text-align: center;
  line-height: 1.2;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
  -moz-transform: translateY(0) translateX(-50%);
  -ms-transform: translateY(0) translateX(-50%);
  -o-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
.keno-barometer-section .keno-barometer .inner .center-text .total {
  font-size: 3.734vw;
  color: #1e55a0;
  position: relative;
  top: 0.8vw;
}
.keno-barometer-section .keno-barometer .inner .center-text .notice {
  color: #f5d900;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .inner .center-text {
    -webkit-transform: translateY(-19%) translateX(-50%);
    -moz-transform: translateY(-19%) translateX(-50%);
    -ms-transform: translateY(-19%) translateX(-50%);
    -o-transform: translateY(-19%) translateX(-50%);
    transform: translateY(-19%) translateX(-50%);
  }
  .keno-barometer-section .keno-barometer .inner .center-text .total {
    font-size: 2rem;
    color: #fff;
    top: auto;
  }
}
.keno-barometer-section .keno-barometer .inner .right-text {
  right: 0;
}
.keno-barometer-section .keno-barometer .left-bags-container,
.keno-barometer-section .keno-barometer .right-bags-container,
.keno-barometer-section .keno-barometer .money-coin {
  display: none;
}
@media (min-width: 950px) {
  .keno-barometer-section .keno-barometer .left-bags-container,
  .keno-barometer-section .keno-barometer .right-bags-container,
  .keno-barometer-section .keno-barometer .money-coin {
    display: block;
  }
  .keno-barometer-section .keno-barometer .left-bags-container,
  .keno-barometer-section .keno-barometer .right-bags-container {
    width: 12rem;
    -webkit-transition: -webkit-transform 0.25s;
    -moz-transition: -moz-transform 0.25s;
    -ms-transition: -ms-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
  }
  .keno-barometer-section .keno-barometer .left-bags-container {
    position: absolute;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag {
    width: 3.5rem;
    height: 5.8rem;
    position: absolute;
    overflow: visible;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag .bag {
    fill: #fff;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag .shadow {
    fill: #1e55a0;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-one {
    top: -1.7rem;
    left: 6rem;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-one .shadow {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-two {
    top: -4.1rem;
    left: 9.9rem;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-two .shadow {
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateY(13rem) scaleX(0.9);
    -moz-transform: translateY(13rem) scaleX(0.9);
    -ms-transform: translateY(13rem) scaleX(0.9);
    -o-transform: translateY(13rem) scaleX(0.9);
    transform: translateY(13rem) scaleX(0.9);
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-three {
    top: -1.7rem;
    left: 13.4rem;
  }
  .keno-barometer-section .keno-barometer .left-bags-container .small-bag.bag-three .shadow {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateY(4rem) translateX(0) scale(1);
    -moz-transform: translateY(4rem) translateX(0) scale(1);
    -ms-transform: translateY(4rem) translateX(0) scale(1);
    -o-transform: translateY(4rem) translateX(0) scale(1);
    transform: translateY(4rem) translateX(0) scale(1);
  }
  .keno-barometer-section .keno-barometer .right-bags-container {
    position: absolute;
    right: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
  .keno-barometer-section .keno-barometer .right-bags-container .big-bag {
    width: 7.5rem;
    height: 12rem;
    position: absolute;
    top: -6rem;
    right: 8.5rem;
    overflow: visible;
  }
  .keno-barometer-section .keno-barometer .right-bags-container .big-bag .bag {
    fill: #fff;
  }
  .keno-barometer-section .keno-barometer .right-bags-container .big-bag .shadow {
    fill: #1e55a0;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -webkit-transform: translateY(-2rem) translateX(0) scale(1);
    -moz-transform: translateY(-2rem) translateX(0) scale(1);
    -ms-transform: translateY(-2rem) translateX(0) scale(1);
    -o-transform: translateY(-2rem) translateX(0) scale(1);
    transform: translateY(-2rem) translateX(0) scale(1);
  }
  .keno-barometer-section .keno-barometer .money-coin {
    width: 2rem;
    height: 2rem;
    fill: #fff;
    position: absolute;
    top: 3rem;
    left: 11rem;
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
  }
}
@-webkit-keyframes increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(70rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-9rem) scale(1);
    -o-transform: translateX(70rem) translateY(-9rem) scale(1);
    transform: translateX(70rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(72rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-9rem) scale(1);
    -o-transform: translateX(72rem) translateY(-9rem) scale(1);
    transform: translateX(72rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-2rem) scale(0);
    -moz-transform: translateX(72rem) translateY(-2rem) scale(0);
    -ms-transform: translateX(72rem) translateY(-2rem) scale(0);
    -o-transform: translateX(72rem) translateY(-2rem) scale(0);
    transform: translateX(72rem) translateY(-2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(70rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-9rem) scale(1);
    -o-transform: translateX(70rem) translateY(-9rem) scale(1);
    transform: translateX(70rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(72rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-9rem) scale(1);
    -o-transform: translateX(72rem) translateY(-9rem) scale(1);
    transform: translateX(72rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-2rem) scale(0);
    -moz-transform: translateX(72rem) translateY(-2rem) scale(0);
    -ms-transform: translateX(72rem) translateY(-2rem) scale(0);
    -o-transform: translateX(72rem) translateY(-2rem) scale(0);
    transform: translateX(72rem) translateY(-2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(70rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-9rem) scale(1);
    -o-transform: translateX(70rem) translateY(-9rem) scale(1);
    transform: translateX(70rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(72rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-9rem) scale(1);
    -o-transform: translateX(72rem) translateY(-9rem) scale(1);
    transform: translateX(72rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-2rem) scale(0);
    -moz-transform: translateX(72rem) translateY(-2rem) scale(0);
    -ms-transform: translateX(72rem) translateY(-2rem) scale(0);
    -o-transform: translateX(72rem) translateY(-2rem) scale(0);
    transform: translateX(72rem) translateY(-2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(70rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-9rem) scale(1);
    -o-transform: translateX(70rem) translateY(-9rem) scale(1);
    transform: translateX(70rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(72rem) translateY(-9rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-9rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-9rem) scale(1);
    -o-transform: translateX(72rem) translateY(-9rem) scale(1);
    transform: translateX(72rem) translateY(-9rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-2rem) scale(0);
    -moz-transform: translateX(72rem) translateY(-2rem) scale(0);
    -ms-transform: translateX(72rem) translateY(-2rem) scale(0);
    -o-transform: translateX(72rem) translateY(-2rem) scale(0);
    transform: translateX(72rem) translateY(-2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-4rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-4rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-4rem) scale(1);
    -o-transform: translateX(5rem) translateY(-4rem) scale(1);
    transform: translateX(5rem) translateY(-4rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(10rem) translateY(2rem) scale(0);
    -moz-transform: translateX(10rem) translateY(2rem) scale(0);
    -ms-transform: translateX(10rem) translateY(2rem) scale(0);
    -o-transform: translateX(10rem) translateY(2rem) scale(0);
    transform: translateX(10rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(2rem) scale(0);
    -moz-transform: translateX(60rem) translateY(2rem) scale(0);
    -ms-transform: translateX(60rem) translateY(2rem) scale(0);
    -o-transform: translateX(60rem) translateY(2rem) scale(0);
    transform: translateX(60rem) translateY(2rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(70rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-7rem) scale(1);
    -o-transform: translateX(70rem) translateY(-7rem) scale(1);
    transform: translateX(70rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(72rem) translateY(-7rem) scale(1);
    -moz-transform: translateX(72rem) translateY(-7rem) scale(1);
    -ms-transform: translateX(72rem) translateY(-7rem) scale(1);
    -o-transform: translateX(72rem) translateY(-7rem) scale(1);
    transform: translateX(72rem) translateY(-7rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(72rem) translateY(0rem) scale(0);
    -moz-transform: translateX(72rem) translateY(0rem) scale(0);
    -ms-transform: translateX(72rem) translateY(0rem) scale(0);
    -o-transform: translateX(72rem) translateY(0rem) scale(0);
    transform: translateX(72rem) translateY(0rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes sticky-increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes sticky-increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes sticky-increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes sticky-increase-winnings-coin-one-animation {
  20% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  35% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  68% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes sticky-increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes sticky-increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes sticky-increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes sticky-increase-winnings-coin-two-animation {
  30% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  45% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  73% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  83% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  85% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  95% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes sticky-increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes sticky-increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes sticky-increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes sticky-increase-winnings-coin-three-animation {
  40% {
    -webkit-transform: translateX(0) translateY(0) scale(0);
    -moz-transform: translateX(0) translateY(0) scale(0);
    -ms-transform: translateX(0) translateY(0) scale(0);
    -o-transform: translateX(0) translateY(0) scale(0);
    transform: translateX(0) translateY(0) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  55% {
    -webkit-transform: translateX(5rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(5rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(5rem) translateY(-2rem) scale(1);
    -o-transform: translateX(5rem) translateY(-2rem) scale(1);
    transform: translateX(5rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(9rem) translateY(-1.5rem) scale(0);
    transform: translateX(9rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  78% {
    -webkit-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(60rem) translateY(-1.5rem) scale(0);
    transform: translateX(60rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  88% {
    -webkit-transform: translateX(67rem) translateY(-3rem) scale(1);
    -moz-transform: translateX(67rem) translateY(-3rem) scale(1);
    -ms-transform: translateX(67rem) translateY(-3rem) scale(1);
    -o-transform: translateX(67rem) translateY(-3rem) scale(1);
    transform: translateX(67rem) translateY(-3rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90% {
    -webkit-transform: translateX(70rem) translateY(-2rem) scale(1);
    -moz-transform: translateX(70rem) translateY(-2rem) scale(1);
    -ms-transform: translateX(70rem) translateY(-2rem) scale(1);
    -o-transform: translateX(70rem) translateY(-2rem) scale(1);
    transform: translateX(70rem) translateY(-2rem) scale(1);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -moz-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -ms-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -o-transform: translateX(70rem) translateY(-1.5rem) scale(0);
    transform: translateX(70rem) translateY(-1.5rem) scale(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes increase-winnings-small-bag-one-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes increase-winnings-small-bag-one-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes increase-winnings-small-bag-one-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes increase-winnings-small-bag-one-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes increase-winnings-small-bag-one-shadow-animation {
  0% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-moz-keyframes increase-winnings-small-bag-one-shadow-animation {
  0% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-ms-keyframes increase-winnings-small-bag-one-shadow-animation {
  0% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@keyframes increase-winnings-small-bag-one-shadow-animation {
  0% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-one .bag {
  -webkit-animation: increase-winnings-small-bag-one-bag-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-one-bag-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-one-bag-animation 1.4s forwards;
  animation: increase-winnings-small-bag-one-bag-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-one .shadow {
  -webkit-animation: increase-winnings-small-bag-one-shadow-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-one-shadow-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-one-shadow-animation 1.4s forwards;
  animation: increase-winnings-small-bag-one-shadow-animation 1.4s forwards;
  animation-delay: 0.4s;
}
@-webkit-keyframes increase-winnings-small-bag-two-bag-animation {
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes increase-winnings-small-bag-two-bag-animation {
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes increase-winnings-small-bag-two-bag-animation {
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes increase-winnings-small-bag-two-bag-animation {
  10% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes increase-winnings-small-bag-two-shadow-animation {
  10% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(13rem) scale(0.4);
    -moz-transform: translateY(13rem) scale(0.4);
    -ms-transform: translateY(13rem) scale(0.4);
    -o-transform: translateY(13rem) scale(0.4);
    transform: translateY(13rem) scale(0.4);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
  }
  60% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-moz-keyframes increase-winnings-small-bag-two-shadow-animation {
  10% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(13rem) scale(0.4);
    -moz-transform: translateY(13rem) scale(0.4);
    -ms-transform: translateY(13rem) scale(0.4);
    -o-transform: translateY(13rem) scale(0.4);
    transform: translateY(13rem) scale(0.4);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
  }
  60% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@-ms-keyframes increase-winnings-small-bag-two-shadow-animation {
  10% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(13rem) scale(0.4);
    -moz-transform: translateY(13rem) scale(0.4);
    -ms-transform: translateY(13rem) scale(0.4);
    -o-transform: translateY(13rem) scale(0.4);
    transform: translateY(13rem) scale(0.4);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
  }
  60% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
@keyframes increase-winnings-small-bag-two-shadow-animation {
  10% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(13rem) scale(0.4);
    -moz-transform: translateY(13rem) scale(0.4);
    -ms-transform: translateY(13rem) scale(0.4);
    -o-transform: translateY(13rem) scale(0.4);
    transform: translateY(13rem) scale(0.4);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
  }
  60% {
    -webkit-transform: translateY(13rem) scale(0.9);
    -moz-transform: translateY(13rem) scale(0.9);
    -ms-transform: translateY(13rem) scale(0.9);
    -o-transform: translateY(13rem) scale(0.9);
    transform: translateY(13rem) scale(0.9);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-two .bag {
  -webkit-animation: increase-winnings-small-bag-two-bag-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-two-bag-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-two-bag-animation 1.4s forwards;
  animation: increase-winnings-small-bag-two-bag-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-two .shadow {
  -webkit-animation: increase-winnings-small-bag-two-shadow-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-two-shadow-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-two-shadow-animation 1.4s forwards;
  animation: increase-winnings-small-bag-two-shadow-animation 1.4s forwards;
  animation-delay: 0.4s;
}
@-webkit-keyframes increase-winnings-small-bag-three-bag-animation {
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  70% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes increase-winnings-small-bag-three-bag-animation {
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  70% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes increase-winnings-small-bag-three-bag-animation {
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  70% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes increase-winnings-small-bag-three-bag-animation {
  20% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  70% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes increase-winnings-small-bag-three-shadow-animation {
  20% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  40% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  70% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-moz-keyframes increase-winnings-small-bag-three-shadow-animation {
  20% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  40% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  70% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-ms-keyframes increase-winnings-small-bag-three-shadow-animation {
  20% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  40% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  70% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@keyframes increase-winnings-small-bag-three-shadow-animation {
  20% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  40% {
    -webkit-transform: translateY(4rem) scale(0.5);
    -moz-transform: translateY(4rem) scale(0.5);
    -ms-transform: translateY(4rem) scale(0.5);
    -o-transform: translateY(4rem) scale(0.5);
    transform: translateY(4rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  70% {
    -webkit-transform: translateY(4rem) scale(1);
    -moz-transform: translateY(4rem) scale(1);
    -ms-transform: translateY(4rem) scale(1);
    -o-transform: translateY(4rem) scale(1);
    transform: translateY(4rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-three .bag {
  -webkit-animation: increase-winnings-small-bag-three-bag-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-three-bag-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-three-bag-animation 1.4s forwards;
  animation: increase-winnings-small-bag-three-bag-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .left-bags-container .bag-three .shadow {
  -webkit-animation: increase-winnings-small-bag-three-shadow-animation 1.4s forwards;
  -moz-animation: increase-winnings-small-bag-three-shadow-animation 1.4s forwards;
  -ms-animation: increase-winnings-small-bag-three-shadow-animation 1.4s forwards;
  animation: increase-winnings-small-bag-three-shadow-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .inner .bar-container.yellow {
  width: 30%;
}
.keno-barometer-section.increase-winnings .keno-barometer .inner .total {
  -webkit-animation: increase-winnings-total-animation 0.25s forwards;
  -moz-animation: increase-winnings-total-animation 0.25s forwards;
  -ms-animation: increase-winnings-total-animation 0.25s forwards;
  animation: increase-winnings-total-animation 0.25s forwards;
}
@-webkit-keyframes increase-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes increase-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes increase-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes increase-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 950px) {
  .keno-barometer-section.increase-winnings .keno-barometer .inner .total {
    -webkit-animation: increase-winnings-total-animation 1.4s forwards;
    -moz-animation: increase-winnings-total-animation 1.4s forwards;
    -ms-animation: increase-winnings-total-animation 1.4s forwards;
    animation: increase-winnings-total-animation 1.4s forwards;
    animation-delay: 0.4s;
  }
  @-webkit-keyframes increase-winnings-total-animation {
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    80% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @-moz-keyframes increase-winnings-total-animation {
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    80% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @-ms-keyframes increase-winnings-total-animation {
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    80% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes increase-winnings-total-animation {
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    80% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    90% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
}
@-webkit-keyframes increase-winnings-big-bag-animation {
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes increase-winnings-big-bag-animation {
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes increase-winnings-big-bag-animation {
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes increase-winnings-big-bag-animation {
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  90% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.keno-barometer-section.increase-winnings .keno-barometer .right-bags-container .big-bag {
  -webkit-animation: increase-winnings-big-bag-animation 1.4s forwards;
  -moz-animation: increase-winnings-big-bag-animation 1.4s forwards;
  -ms-animation: increase-winnings-big-bag-animation 1.4s forwards;
  animation: increase-winnings-big-bag-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .money-coin.coin-one {
  -webkit-animation: increase-winnings-coin-one-animation 1.4s forwards linear;
  -moz-animation: increase-winnings-coin-one-animation 1.4s forwards linear;
  -ms-animation: increase-winnings-coin-one-animation 1.4s forwards linear;
  animation: increase-winnings-coin-one-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .money-coin.coin-two {
  -webkit-animation: increase-winnings-coin-two-animation 1.4s forwards linear;
  -moz-animation: increase-winnings-coin-two-animation 1.4s forwards linear;
  -ms-animation: increase-winnings-coin-two-animation 1.4s forwards linear;
  animation: increase-winnings-coin-two-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.increase-winnings .keno-barometer .money-coin.coin-three {
  -webkit-animation: increase-winnings-coin-three-animation 1.4s forwards linear;
  -moz-animation: increase-winnings-coin-three-animation 1.4s forwards linear;
  -ms-animation: increase-winnings-coin-three-animation 1.4s forwards linear;
  animation: increase-winnings-coin-three-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.decrease-winnings .keno-barometer .left-bags-container {
  -webkit-animation: decrease-winnings-small-bags-animation 1.4s forwards;
  -moz-animation: decrease-winnings-small-bags-animation 1.4s forwards;
  -ms-animation: decrease-winnings-small-bags-animation 1.4s forwards;
  animation: decrease-winnings-small-bags-animation 1.4s forwards;
  animation-delay: 0.4s;
}
@-webkit-keyframes decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  70% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.keno-barometer-section.decrease-winnings .keno-barometer .inner .bar-container.yellow {
  width: 10%;
}
@media (min-width: 950px) {
  .keno-barometer-section.decrease-winnings .keno-barometer .inner .bar-container.yellow {
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -ms-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
    transition-delay: 0.86666667s;
  }
}
.keno-barometer-section.decrease-winnings .keno-barometer .inner .total {
  -webkit-animation: decrease-winnings-total-animation 0.25s forwards;
  -moz-animation: decrease-winnings-total-animation 0.25s forwards;
  -ms-animation: decrease-winnings-total-animation 0.25s forwards;
  animation: decrease-winnings-total-animation 0.25s forwards;
}
@-webkit-keyframes decrease-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes decrease-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes decrease-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes decrease-winnings-total-animation {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 950px) {
  .keno-barometer-section.decrease-winnings .keno-barometer .inner .total {
    -webkit-animation: decrease-winnings-total-animation 1.4s forwards;
    -moz-animation: decrease-winnings-total-animation 1.4s forwards;
    -ms-animation: decrease-winnings-total-animation 1.4s forwards;
    animation: decrease-winnings-total-animation 1.4s forwards;
    animation-delay: 0.4s;
  }
  @-webkit-keyframes decrease-winnings-total-animation {
    40% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @-moz-keyframes decrease-winnings-total-animation {
    40% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @-ms-keyframes decrease-winnings-total-animation {
    40% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  @keyframes decrease-winnings-total-animation {
    40% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
    60% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
}
@-webkit-keyframes decrease-winnings-big-bag-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes decrease-winnings-big-bag-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes decrease-winnings-big-bag-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes decrease-winnings-big-bag-bag-animation {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  30% {
    -webkit-transform: translateY(-10rem);
    -moz-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    -o-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes decrease-winnings-big-bag-shadow-animation {
  0% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-moz-keyframes decrease-winnings-big-bag-shadow-animation {
  0% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@-ms-keyframes decrease-winnings-big-bag-shadow-animation {
  0% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
@keyframes decrease-winnings-big-bag-shadow-animation {
  0% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
  20% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  30% {
    -webkit-transform: translateY(-2rem) scale(0.5);
    -moz-transform: translateY(-2rem) scale(0.5);
    -ms-transform: translateY(-2rem) scale(0.5);
    -o-transform: translateY(-2rem) scale(0.5);
    transform: translateY(-2rem) scale(0.5);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
  }
  50% {
    -webkit-transform: translateY(-2rem) scale(1);
    -moz-transform: translateY(-2rem) scale(1);
    -ms-transform: translateY(-2rem) scale(1);
    -o-transform: translateY(-2rem) scale(1);
    transform: translateY(-2rem) scale(1);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
  }
}
.keno-barometer-section.decrease-winnings .keno-barometer .right-bags-container .big-bag .bag {
  -webkit-animation: decrease-winnings-big-bag-bag-animation 1.4s forwards;
  -moz-animation: decrease-winnings-big-bag-bag-animation 1.4s forwards;
  -ms-animation: decrease-winnings-big-bag-bag-animation 1.4s forwards;
  animation: decrease-winnings-big-bag-bag-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.decrease-winnings .keno-barometer .right-bags-container .big-bag .shadow {
  -webkit-animation: decrease-winnings-big-bag-shadow-animation 1.4s forwards;
  -moz-animation: decrease-winnings-big-bag-shadow-animation 1.4s forwards;
  -ms-animation: decrease-winnings-big-bag-shadow-animation 1.4s forwards;
  animation: decrease-winnings-big-bag-shadow-animation 1.4s forwards;
  animation-delay: 0.4s;
}
.keno-barometer-section.decrease-winnings .keno-barometer .money-coin.coin-one {
  -webkit-animation: increase-winnings-coin-one-animation 1.4s reverse linear;
  -moz-animation: increase-winnings-coin-one-animation 1.4s reverse linear;
  -ms-animation: increase-winnings-coin-one-animation 1.4s reverse linear;
  animation: increase-winnings-coin-one-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.decrease-winnings .keno-barometer .money-coin.coin-two {
  -webkit-animation: increase-winnings-coin-two-animation 1.4s reverse linear;
  -moz-animation: increase-winnings-coin-two-animation 1.4s reverse linear;
  -ms-animation: increase-winnings-coin-two-animation 1.4s reverse linear;
  animation: increase-winnings-coin-two-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.decrease-winnings .keno-barometer .money-coin.coin-three {
  -webkit-animation: increase-winnings-coin-three-animation 1.4s reverse linear;
  -moz-animation: increase-winnings-coin-three-animation 1.4s reverse linear;
  -ms-animation: increase-winnings-coin-three-animation 1.4s reverse linear;
  animation: increase-winnings-coin-three-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}
@media (min-width: 950px) {
  .keno-barometer-section.sticky {
    margin-bottom: 11rem;
  }
  .keno-barometer-section.sticky .keno-barometer-logo-box {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.keno-barometer-section.sticky .keno-barometer {
  position: fixed;
  top: 0;
}
.keno-barometer-section.sticky .keno-barometer:before,
.keno-barometer-section.sticky .keno-barometer:after {
  top: -10rem;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.keno-barometer-section.sticky .keno-barometer:before {
  -webkit-transform: translateX(-100%) rotate(0deg);
  -moz-transform: translateX(-100%) rotate(0deg);
  -ms-transform: translateX(-100%) rotate(0deg);
  -o-transform: translateX(-100%) rotate(0deg);
  transform: translateX(-100%) rotate(0deg);
}
.keno-barometer-section.sticky .keno-barometer:after {
  -webkit-transform: translateX(100%) rotate(0deg);
  -moz-transform: translateX(100%) rotate(0deg);
  -ms-transform: translateX(100%) rotate(0deg);
  -o-transform: translateX(100%) rotate(0deg);
  transform: translateX(100%) rotate(0deg);
}
@media (min-width: 950px) {
  .keno-barometer-section.sticky .keno-barometer .inner {
    top: -3rem;
  }
}
.keno-barometer-section.sticky .keno-barometer .left-bags-container {
  -webkit-transform: scale(0.6) translateX(60%);
  -moz-transform: scale(0.6) translateX(60%);
  -ms-transform: scale(0.6) translateX(60%);
  -o-transform: scale(0.6) translateX(60%);
  transform: scale(0.6) translateX(60%);
}
.keno-barometer-section.sticky .keno-barometer .right-bags-container {
  -webkit-transform: scale(0.6) translateX(-60%);
  -moz-transform: scale(0.6) translateX(-60%);
  -ms-transform: scale(0.6) translateX(-60%);
  -o-transform: scale(0.6) translateX(-60%);
  transform: scale(0.6) translateX(-60%);
}
.keno-barometer-section.sticky.increase-winnings .money-coin.coin-one {
  -webkit-animation: sticky-increase-winnings-coin-one-animation 1.4s forwards linear;
  -moz-animation: sticky-increase-winnings-coin-one-animation 1.4s forwards linear;
  -ms-animation: sticky-increase-winnings-coin-one-animation 1.4s forwards linear;
  animation: sticky-increase-winnings-coin-one-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.sticky.increase-winnings .money-coin.coin-two {
  -webkit-animation: sticky-increase-winnings-coin-two-animation 1.4s forwards linear;
  -moz-animation: sticky-increase-winnings-coin-two-animation 1.4s forwards linear;
  -ms-animation: sticky-increase-winnings-coin-two-animation 1.4s forwards linear;
  animation: sticky-increase-winnings-coin-two-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.sticky.increase-winnings .money-coin.coin-three {
  -webkit-animation: sticky-increase-winnings-coin-three-animation 1.4s forwards linear;
  -moz-animation: sticky-increase-winnings-coin-three-animation 1.4s forwards linear;
  -ms-animation: sticky-increase-winnings-coin-three-animation 1.4s forwards linear;
  animation: sticky-increase-winnings-coin-three-animation 1.4s forwards linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.sticky.decrease-winnings .keno-barometer .left-bags-container {
  -webkit-animation: sticky-decrease-winnings-small-bags-animation 1.4s forwards;
  -moz-animation: sticky-decrease-winnings-small-bags-animation 1.4s forwards;
  -ms-animation: sticky-decrease-winnings-small-bags-animation 1.4s forwards;
  animation: sticky-decrease-winnings-small-bags-animation 1.4s forwards;
  animation-delay: 0.4s;
}
@-webkit-keyframes sticky-decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(40%);
    -moz-transform: scale(0.8) translateX(40%);
    -ms-transform: scale(0.8) translateX(40%);
    -o-transform: scale(0.8) translateX(40%);
    transform: scale(0.8) translateX(40%);
  }
  70% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
}
@-moz-keyframes sticky-decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(40%);
    -moz-transform: scale(0.8) translateX(40%);
    -ms-transform: scale(0.8) translateX(40%);
    -o-transform: scale(0.8) translateX(40%);
    transform: scale(0.8) translateX(40%);
  }
  70% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
}
@-ms-keyframes sticky-decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(40%);
    -moz-transform: scale(0.8) translateX(40%);
    -ms-transform: scale(0.8) translateX(40%);
    -o-transform: scale(0.8) translateX(40%);
    transform: scale(0.8) translateX(40%);
  }
  70% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
}
@keyframes sticky-decrease-winnings-small-bags-animation {
  50% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
  60% {
    -webkit-transform: scale(0.8) translateX(40%);
    -moz-transform: scale(0.8) translateX(40%);
    -ms-transform: scale(0.8) translateX(40%);
    -o-transform: scale(0.8) translateX(40%);
    transform: scale(0.8) translateX(40%);
  }
  70% {
    -webkit-transform: scale(0.6) translateX(60%);
    -moz-transform: scale(0.6) translateX(60%);
    -ms-transform: scale(0.6) translateX(60%);
    -o-transform: scale(0.6) translateX(60%);
    transform: scale(0.6) translateX(60%);
  }
}
.keno-barometer-section.sticky.decrease-winnings .money-coin.coin-one {
  -webkit-animation: sticky-increase-winnings-coin-one-animation 1.4s reverse linear;
  -moz-animation: sticky-increase-winnings-coin-one-animation 1.4s reverse linear;
  -ms-animation: sticky-increase-winnings-coin-one-animation 1.4s reverse linear;
  animation: sticky-increase-winnings-coin-one-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.sticky.decrease-winnings .money-coin.coin-two {
  -webkit-animation: sticky-increase-winnings-coin-two-animation 1.4s reverse linear;
  -moz-animation: sticky-increase-winnings-coin-two-animation 1.4s reverse linear;
  -ms-animation: sticky-increase-winnings-coin-two-animation 1.4s reverse linear;
  animation: sticky-increase-winnings-coin-two-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}
.keno-barometer-section.sticky.decrease-winnings .money-coin.coin-three {
  -webkit-animation: sticky-increase-winnings-coin-three-animation 1.4s reverse linear;
  -moz-animation: sticky-increase-winnings-coin-three-animation 1.4s reverse linear;
  -ms-animation: sticky-increase-winnings-coin-three-animation 1.4s reverse linear;
  animation: sticky-increase-winnings-coin-three-animation 1.4s reverse linear;
  animation-delay: 0.4s;
}



.keno-classic-game-overlay,
.keno-million-game-overlay,
.keno-coupon-overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: overlay-background-animation 0.3s forwards linear;
  -moz-animation: overlay-background-animation 0.3s forwards linear;
  -ms-animation: overlay-background-animation 0.3s forwards linear;
  animation: overlay-background-animation 0.3s forwards linear;
}
@-webkit-keyframes overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-ms-keyframes overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes overlay-panel-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-moz-keyframes overlay-panel-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-ms-keyframes overlay-panel-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@keyframes overlay-panel-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
}
@-webkit-keyframes overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0.85);
    -moz-transform: translateY(-50%) scale(0.85);
    -ms-transform: translateY(-50%) scale(0.85);
    -o-transform: translateY(-50%) scale(0.85);
    transform: translateY(-50%) scale(0.85);
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.keno-classic-game-overlay .pannel,
.keno-million-game-overlay .pannel,
.keno-coupon-overlay .pannel {
  width: 80%;
  background-color: #fff;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5.3333vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: overlay-panel-animation 0.3s forwards linear;
  -moz-animation: overlay-panel-animation 0.3s forwards linear;
  -ms-animation: overlay-panel-animation 0.3s forwards linear;
  animation: overlay-panel-animation 0.3s forwards linear;
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .pannel,
  .keno-million-game-overlay .pannel,
  .keno-coupon-overlay .pannel {
    width: 30rem;
    padding: 2rem;
  }
}
.keno-classic-game-overlay .icon-wrapper,
.keno-million-game-overlay .icon-wrapper,
.keno-coupon-overlay .icon-wrapper {
  width: 17.334vw;
  height: 17.334vw;
  background-color: #0891d8;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.keno-classic-game-overlay .icon-wrapper > .icon,
.keno-million-game-overlay .icon-wrapper > .icon,
.keno-coupon-overlay .icon-wrapper > .icon {
  width: 9.4vw;
  height: 9.4vw;
  fill: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .icon-wrapper > .icon,
  .keno-million-game-overlay .icon-wrapper > .icon,
  .keno-coupon-overlay .icon-wrapper > .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .icon-wrapper,
  .keno-million-game-overlay .icon-wrapper,
  .keno-coupon-overlay .icon-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.keno-classic-game-overlay .headline,
.keno-million-game-overlay .headline,
.keno-coupon-overlay .headline {
  font-size: 6.666vw;
  font-weight: bold;
  color: #1e55a0;
  margin: 3.5vw 0 0;
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .headline,
  .keno-million-game-overlay .headline,
  .keno-coupon-overlay .headline {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0.3rem;
  }
}
.keno-classic-game-overlay .text,
.keno-million-game-overlay .text,
.keno-coupon-overlay .text {
  font-size: 3vw;
  color: #4f5254;
  margin: 3vw 0 0;
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .text,
  .keno-million-game-overlay .text,
  .keno-coupon-overlay .text {
    font-size: 1.5rem;
    margin: 0.3rem 1.5rem 1.5rem;
  }
}
.keno-classic-game-overlay .buttons,
.keno-million-game-overlay .buttons,
.keno-coupon-overlay .buttons {
  margin: 4.5vw 0 0;
}
.keno-classic-game-overlay .buttons:after,
.keno-million-game-overlay .buttons:after,
.keno-coupon-overlay .buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.keno-classic-game-overlay .buttons > .btn:first-child,
.keno-million-game-overlay .buttons > .btn:first-child,
.keno-coupon-overlay .buttons > .btn:first-child {
  float: left;
}
.keno-classic-game-overlay .buttons > .btn:last-child,
.keno-million-game-overlay .buttons > .btn:last-child,
.keno-coupon-overlay .buttons > .btn:last-child {
  float: right;
}
@media (min-width: 950px) {
  .keno-classic-game-overlay .buttons,
  .keno-million-game-overlay .buttons,
  .keno-coupon-overlay .buttons {
    margin: 1.5rem 0 0;
  }
  .keno-classic-game-overlay .buttons .btn,
  .keno-million-game-overlay .buttons .btn,
  .keno-coupon-overlay .buttons .btn {
    width: 12.4rem;
  }
  .keno-classic-game-overlay .buttons > .btn:first-child,
  .keno-million-game-overlay .buttons > .btn:first-child,
  .keno-coupon-overlay .buttons > .btn:first-child {
    float: none;
    margin-right: 0.5rem;
  }
  .keno-classic-game-overlay .buttons > .btn:last-child,
  .keno-million-game-overlay .buttons > .btn:last-child,
  .keno-coupon-overlay .buttons > .btn:last-child {
    float: none;
    margin-left: 0.5rem;
  }
}
.keno-classic-game-overlay.remove-overlay,
.keno-million-game-overlay.remove-overlay,
.keno-coupon-overlay.remove-overlay {
  -webkit-animation: overlay-background-animation 0.15s reverse linear;
  -moz-animation: overlay-background-animation 0.15s reverse linear;
  -ms-animation: overlay-background-animation 0.15s reverse linear;
  animation: overlay-background-animation 0.15s reverse linear;
}
.keno-classic-game-overlay.remove-overlay .pannel,
.keno-million-game-overlay.remove-overlay .pannel,
.keno-coupon-overlay.remove-overlay .pannel {
  -webkit-animation: overlay-panel-remove-animation 0.15s forwards linear;
  -moz-animation: overlay-panel-remove-animation 0.15s forwards linear;
  -ms-animation: overlay-panel-remove-animation 0.15s forwards linear;
  animation: overlay-panel-remove-animation 0.15s forwards linear;
}
.keno-coupon-overlay .pannel {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 950px) {
  .keno-coupon-overlay .pannel {
    width: 35rem;
  }
}
@keyframes lotto-coupon-iframe-wrapper-height-animation-desktop {
  100% {
    height: 40rem;
    opacity: 1;
  }
}
@keyframes lotto-coupon-iframe-wrapper-height-animation-mobile {
  100% {
    height: 60vh;
    opacity: 1;
  }
}
.ios-device .keno-coupon-overlay .pannel .coupon-iframe-wrapper {
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  animation: lotto-coupon-iframe-wrapper-height-animation-mobile 0.3s 0.3s linear forwards;
}
@media (min-width: 950px) {
  .ios-device .keno-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.keno-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  background-color: #00a5eb;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  animation: lotto-coupon-iframe-wrapper-height-animation-mobile 0.3s 0.3s linear forwards;
}
@media (min-width: 950px) {
  .keno-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.ios-device .keno-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  height: 100%;
  opacity: 1;
  overflow: visible;
  animation: none;
}
@media (min-width: 950px) {
  .ios-device .keno-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: none;
  }
}
.keno-coupon-overlay .pannel .buttons {
  margin: 3vw 4vw 4vw;
}
@media (min-width: 950px) {
  .keno-coupon-overlay .pannel .buttons {
    margin: 1.5rem 2rem 2rem;
  }
}
.keno-coupon-overlay .pannel .buttons .btn {
  width: 34vw;
  transition: background-color 0.15s linear;
}
@media (min-width: 768px) and (max-width: 950px) {
  .keno-coupon-overlay .pannel .buttons .btn {
    width: 34vw;
  }
}
@media (min-width: 950px) {
  .keno-coupon-overlay .pannel .buttons .btn {
    width: 15rem;
  }
}
@media (min-width: 950px) {
  .keno-coupon-overlay .pannel .buttons .btn:hover {
    background-color: #f5d900;
  }
}
@-webkit-keyframes overlay-active-animation {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
  }
}
@-moz-keyframes overlay-active-animation {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
  }
}
@-ms-keyframes overlay-active-animation {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
  }
}
@keyframes overlay-active-animation {
  0% {
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
  }
  100% {
    -webkit-filter: blur(0.3rem);
    -moz-filter: blur(0.3rem);
    -ms-filter: blur(0.3rem);
    filter: blur(0.3rem);
  }
}
.overlay-active {
  -webkit-animation: overlay-active-animation 0.3s forwards linear;
  -moz-animation: overlay-active-animation 0.3s forwards linear;
  -ms-animation: overlay-active-animation 0.3s forwards linear;
  animation: overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  -webkit-animation: overlay-active-animation 0.15s reverse linear;
  -moz-animation: overlay-active-animation 0.15s reverse linear;
  -ms-animation: overlay-active-animation 0.15s reverse linear;
  animation: overlay-active-animation 0.15s reverse linear;
}



.countdown {
  width: 100%;
  max-width: 88vw;
  text-align: center;
  margin: auto;
}
@media (min-width: 950px) {
  .countdown {
    max-width: 96rem;
  }
}
.countdown.hide {
  display: none;
}
.countdown.no-opendraw .countdown-headline {
  color: #fff;
}
.countdown.no-opendraw .number-container {
  color: #fff;
}
.countdown .number-container {
  color: #e0f4fd;
}
.countdown .countdown-headline {
  font-size: 3.75vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #00a5eb;
}
@media (min-width: 950px) {
  .countdown .countdown-headline {
    font-size: 2rem;
  }
}
.countdown .number-container {
  display: inline-block;
  margin: 0 3vw;
  color: #1e55a0;
}
@media (min-width: 950px) {
  .countdown .number-container {
    margin: 0 1.5rem;
  }
}
.countdown .number-container > span {
  margin: 0 0.2rem;
  display: initial;
}
.countdown .number-container .number {
  font-size: 7.5vw;
}
@media (min-width: 950px) {
  .countdown .number-container .number {
    font-size: 3.8rem;
    line-height: normal;
  }
}
div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section .header-icon {
  margin-bottom: 1rem;
}
div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section .header-icon svg {
  width: 10vw;
  height: 10vw;
}
@media (min-width: 950px) {
  div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section .header-icon svg {
    width: 6.4rem;
    height: 6.4rem;
  }
}
div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section.manchete.top {
  padding: 5rem 0 7rem;
}
div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section .countdown .countdown-headline {
  color: #00a5eb;
}
div[data-component="keno-game-closed"] .keno-no-open-draw .keno-section .countdown .number-container {
  color: #1e55a0;
}



.keno-winnings-section {
  width: 100%;
  padding: 7.5vw 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 950px) {
  .keno-winnings-section {
    padding: 4.25rem 0;
  }
}
.keno-winnings-section .winnings-headline {
  font-size: 5.333vw;
  font-weight: bold;
  font-style: italic;
  color: #00a5eb;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-headline {
    font-size: 3rem;
  }
}
.keno-winnings-section .winnings-subheadline {
  font-size: 4vw;
  font-weight: bold;
  color: #1e55a0;
  text-transform: uppercase;
  margin: 3.2vw 0;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-subheadline {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
.keno-winnings-section .winnings-subheadline .notice {
  color: #feb700;
}
.keno-winnings-section .winnings-subheadline .a,
.keno-winnings-section .winnings-subheadline a:visited {
  color: inherit;
}
.keno-winnings-section .winnings-notice {
  font-size: 2.8vw;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-notice {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.keno-winnings-section .rows-numbers-wrapper {
  direction: rtl;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper {
    width: 74rem;
    margin: auto;
    overflow: hidden;
  }
}
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-inner-container {
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  -ms-transition: -ms-transform 0.25s linear;
  -o-transition: -o-transform 0.25s linear;
  transition: transform 0.25s linear;
  position: relative;
}
.keno-winnings-section .rows-numbers-wrapper .row-number-box {
  width: 12vw;
  height: 12vw;
  display: inline-block;
  position: relative;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .row-number-box {
    width: 6rem;
    height: 6rem;
    cursor: pointer;
  }
}
.keno-winnings-section .rows-numbers-wrapper .row-number-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.keno-winnings-section .rows-numbers-wrapper .row-number-box .row-number-text {
  font-size: 5vw;
  font-weight: bold;
  font-style: italic;
  line-height: 2.5;
  color: inherit;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .row-number-box .row-number-text {
    font-size: 2.5rem;
  }
}
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-blue,
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-white {
  width: 12vw;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .rows-numbers-blue,
  .keno-winnings-section .rows-numbers-wrapper .rows-numbers-white {
    width: 6rem;
  }
}
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-blue {
  color: #00a5eb;
}
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-white {
  color: #fff;
  overflow: hidden;
}
.keno-winnings-section .rows-numbers-wrapper .rows-numbers-background {
  width: 12vw;
  height: 12vw;
  background-color: #00a5eb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .rows-numbers-background {
    width: 6rem;
    height: 6rem;
  }
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button {
  width: 14.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.25s;
  -moz-transition: -moz-transform 0.25s;
  -ms-transition: -ms-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  transition: transform 0.25s;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .next-number-button,
  .keno-winnings-section .rows-numbers-wrapper .prev-number-button {
    width: 8rem;
    overflow: hidden;
    cursor: pointer;
  }
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button:after,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button__icon,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button__icon {
  width: 4.267vw;
  height: 4.267vw;
  fill: #00a5eb;
  position: absolute;
  top: 50%;
  transition: transform 0.25s, opacity 0.25s;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .next-number-button__icon,
  .keno-winnings-section .rows-numbers-wrapper .prev-number-button__icon {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button.active,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button.active {
  transform: translate3d(0, 0, 0);
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button.active .next-number-button__icon,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button.active .next-number-button__icon,
.keno-winnings-section .rows-numbers-wrapper .next-number-button.active .prev-number-button__icon,
.keno-winnings-section .rows-numbers-wrapper .prev-number-button.active .prev-number-button__icon {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button {
  right: 0;
  transform: translate3d(20%, 0, 0);
  background: -moz-linear-gradient(left, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.4) 10%, rgba(235, 248, 253, 0.65) 20%, rgba(235, 248, 253, 0.8) 50%, #ebf8fd 99%, #ebf8fd 100%);
  background: -webkit-linear-gradient(left, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.4) 10%, rgba(235, 248, 253, 0.65) 20%, rgba(235, 248, 253, 0.8) 50%, #ebf8fd 99%, #ebf8fd 100%);
  background: linear-gradient(to right, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.4) 10%, rgba(235, 248, 253, 0.65) 20%, rgba(235, 248, 253, 0.8) 50%, #ebf8fd 99%, #ebf8fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebf8fd', endColorstr='#ebf8fd', GradientType=1);
}
.keno-winnings-section .rows-numbers-wrapper .next-number-button__icon {
  right: 5.8vw;
  transform: translate3d(-20%, -50%, 0);
  opacity: 0;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .next-number-button__icon {
    right: 3rem;
  }
}
.keno-winnings-section .rows-numbers-wrapper .prev-number-button {
  left: 0;
  transform: translate3d(-20%, 0, 0);
  background: -moz-linear-gradient(left, #ebf8fd 0%, #ebf8fd 1%, rgba(235, 248, 253, 0.8) 50%, rgba(235, 248, 253, 0.65) 80%, rgba(235, 248, 253, 0.4) 90%, rgba(235, 248, 253, 0) 100%);
  background: -webkit-linear-gradient(left, #ebf8fd 0%, #ebf8fd 1%, rgba(235, 248, 253, 0.8) 50%, rgba(235, 248, 253, 0.65) 80%, rgba(235, 248, 253, 0.4) 90%, rgba(235, 248, 253, 0) 100%);
  background: linear-gradient(to right, #ebf8fd 0%, #ebf8fd 1%, rgba(235, 248, 253, 0.8) 50%, rgba(235, 248, 253, 0.65) 80%, rgba(235, 248, 253, 0.4) 90%, rgba(235, 248, 253, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf8fd', endColorstr='#00ebf8fd', GradientType=1);
}
.keno-winnings-section .rows-numbers-wrapper .prev-number-button__icon {
  left: 5.8vw;
  transform: translate3d(20%, -50%, 0);
  opacity: 0;
}
@media (min-width: 950px) {
  .keno-winnings-section .rows-numbers-wrapper .prev-number-button__icon {
    left: 3rem;
  }
}
.keno-winnings-section .winnings-wrapper {
  width: 100%;
  height: 16vw;
  margin-top: -3vw;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper {
    height: 9.9rem;
    margin-top: -2.5rem;
  }
}
.keno-winnings-section .winnings-wrapper .winnings-inner-wrapper {
  width: 100%;
  margin-bottom: -2.716vw;
  position: absolute;
  bottom: 50%;
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  -ms-transition: -ms-transform 0.25s linear;
  -o-transition: -o-transform 0.25s linear;
  transition: transform 0.25s linear;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper .winnings-inner-wrapper {
    margin-bottom: -1.65rem;
  }
}
.keno-winnings-section .winnings-wrapper .winnings-inner-wrapper .winning-amount {
  font-size: 5.333vw;
  line-height: 5.433vw;
  font-weight: bold;
  font-style: italic;
  color: #00a5eb;
  -webkit-transition: -webkit-transform 0.25s linear;
  -moz-transition: -moz-transform 0.25s linear;
  -ms-transition: -ms-transform 0.25s linear;
  -o-transition: -o-transform 0.25s linear;
  transition: transform 0.25s linear;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper .winnings-inner-wrapper .winning-amount {
    font-size: 2.5rem;
    line-height: 3.3rem;
    cursor: default;
  }
}
.keno-winnings-section .winnings-wrapper .winnings-inner-wrapper .winning-amount:last-child {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.keno-winnings-section .winnings-wrapper .winnings-top-gradient,
.keno-winnings-section .winnings-wrapper .winnings-bottom-gradient {
  width: 100%;
  height: 5.733vw;
  position: absolute;
  left: 0;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper .winnings-top-gradient,
  .keno-winnings-section .winnings-wrapper .winnings-bottom-gradient {
    height: 3.3rem;
  }
}
.keno-winnings-section .winnings-wrapper .winnings-top-gradient {
  top: -0.3vw;
  background: -moz-linear-gradient(top, #ebf8fd 0%, rgba(235, 248, 253, 0.99) 1%, rgba(235, 248, 253, 0.6) 60%, rgba(235, 248, 253, 0) 100%);
  background: -webkit-linear-gradient(top, #ebf8fd 0%, rgba(235, 248, 253, 0.99) 1%, rgba(235, 248, 253, 0.6) 60%, rgba(235, 248, 253, 0) 100%);
  background: linear-gradient(to bottom, #ebf8fd 0%, rgba(235, 248, 253, 0.99) 1%, rgba(235, 248, 253, 0.6) 60%, rgba(235, 248, 253, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebf8fd', endColorstr='#00ebf8fd', GradientType=0);
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper .winnings-top-gradient {
    top: -0.3rem;
  }
}
.keno-winnings-section .winnings-wrapper .winnings-bottom-gradient {
  bottom: -0.3vw;
  background: -moz-linear-gradient(top, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.6) 40%, rgba(235, 248, 253, 0.99) 99%, #ebf8fd 100%);
  background: -webkit-linear-gradient(top, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.6) 40%, rgba(235, 248, 253, 0.99) 99%, #ebf8fd 100%);
  background: linear-gradient(to bottom, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.6) 40%, rgba(235, 248, 253, 0.99) 99%, #ebf8fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ebf8fd', endColorstr='#ebf8fd', GradientType=0);
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-wrapper .winnings-bottom-gradient {
    bottom: -0.3rem;
  }
}
.keno-winnings-section .winnings-level-overview {
  width: 75.235%;
  font-size: 0;
  margin: auto;
  padding-bottom: 9.2vw;
  position: relative;
}
.keno-winnings-section .winnings-level-overview:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-level-overview {
    width: 58rem;
    padding-bottom: 4.5rem;
  }
}
.keno-winnings-section .winnings-level-overview .number {
  width: 7.52vw;
  height: 10.666vw;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 10.866vw;
  text-align: center;
  color: #99dbf7;
  display: inline-block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-level-overview .number {
    width: 5.8rem;
    height: 5.6rem;
    font-size: 1.8rem;
    line-height: 5.6rem;
  }
}
.keno-winnings-section .winnings-level-overview .number.selected {
  color: #fff;
}
.keno-winnings-section .winnings-level-overview .number.selected:before {
  content: '';
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-bottom: 1.333vw solid #ebf8fd;
  position: absolute;
  bottom: -0.2vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-level-overview .number.selected:before {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-bottom: 0.7rem solid #ebf8fd;
    bottom: 0;
  }
}
.keno-winnings-section .winnings-level-overview .out-of-range-numbers {
  text-align: left;
  background-color: #00a5eb;
  position: relative;
  float: left;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.keno-winnings-section .winnings-level-overview .out-of-range-numbers.full-out-of-range {
  border-radius: 6px;
}
.keno-winnings-section .winnings-level-overview .in-range-numbers {
  text-align: right;
  background-color: #0891d8;
  position: relative;
  margin-left: -0.2vw;
  float: left;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-level-overview .in-range-numbers {
    margin-left: 0;
  }
}
.keno-winnings-section .winnings-level-overview .in-range-numbers .info-text {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 0.7;
  color: #0891d8;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: -5.7vw;
  transform: translateX(-50%);
}
@media (min-width: 950px) {
  .keno-winnings-section .winnings-level-overview .in-range-numbers .info-text {
    font-size: 1.8rem;
    bottom: -3.2rem;
  }
}



.keno-winning-numbers .keno-section {
  padding: 12vw 0;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section {
    padding: 5rem 0;
  }
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .news-heading {
    padding: 14rem 0 6rem;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper.bring-to-front {
  z-index: 3;
}
.keno-winning-numbers .keno-section .keno-content-wrapper .select-date-section {
  width: 86.667vw;
  margin: auto;
  position: relative;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .select-date-section {
    width: 58rem;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper .select-date-section h2.hd {
  font-size: 5.333vw;
  margin-bottom: 2rem;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .select-date-section h2.hd {
    font-size: 2rem;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper .select-date-section .select-dropdown {
  max-width: 100%;
}
.keno-winning-numbers .keno-section .keno-content-wrapper .ticket-config:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .ticket-config {
    margin-bottom: 3rem;
  }
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .ticket-config .box-half {
    width: 46.875%;
  }
  .keno-winning-numbers .keno-section .keno-content-wrapper .ticket-config .box-half:first-of-type {
    float: left;
  }
  .keno-winning-numbers .keno-section .keno-content-wrapper .ticket-config .box-half:last-of-type {
    float: right;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper h3.hd {
  font-size: 5.333vw;
  padding: 4vw 0 2.4vw;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper h3.hd {
    font-size: 2rem;
    padding: 3rem 0;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper .number-picker-container {
  padding: 0 15.6vw;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .number-picker-container {
    padding: 0;
  }
}
.keno-winning-numbers .keno-section .keno-content-wrapper .number-picker-container .cell {
  margin: 2.6vw;
}
@media (min-width: 950px) {
  .keno-winning-numbers .keno-section .keno-content-wrapper .number-picker-container .cell {
    margin: 0.43rem;
  }
}



.keno-slider-selector .slider-container {
  width: 86.667%;
  margin: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container {
    width: 100%;
  }
}
.keno-slider-selector .slider-container .slider-bar {
  padding: 2.935vw 0vw;
  position: relative;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .slider-bar {
    padding: 1.6rem 0rem;
  }
}
.keno-slider-selector .slider-container .slider-bar:before {
  content: '';
  width: 100%;
  height: 1.333vw;
  background-color: #00a5eb;
  -webkit-border-radius: 0.6665vw;
  -moz-border-radius: 0.6665vw;
  border-radius: 0.6665vw;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  position: relative;
  left: 0vw;
  cursor: pointer;
}
.blue-select-bar .keno-slider-selector .slider-container .slider-bar:before {
  background-color: #00a5eb;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .slider-bar:before {
    width: 100%;
    height: 0.6rem;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: 0rem;
  }
}
.keno-slider-selector .slider-container .slider-bar .selector {
  width: 7.2vw;
  height: 7.2vw;
  background-color: #ebb914;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -3.6vw;
  margin-left: 0vw;
  transform: translateX(-1.6vw);
  transition: transform 0.25s cubic-bezier(0.34, 1.61, 0.7, 1);
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .slider-bar .selector {
    width: 3.8rem;
    height: 3.8rem;
    cursor: pointer;
    margin-top: -1.9rem;
    margin-left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.keno-slider-selector .slider-container .slider-bar .selector:before {
  content: '';
  border-left: 1.2vw solid transparent;
  border-right: 1.2vw solid transparent;
  border-top: 1.333vw solid #2b2b2b;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .slider-bar .selector:before {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #2b2b2b;
  }
}
.keno-slider-selector .slider-container .slider-bar .selector:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: scale(1) translate3d(-50%, -50%, 0);
  transition: transform 0.1s linear;
}
.keno-slider-selector .slider-container .slider-bar .selector.pressed:after {
  transform: scale(2) translate3d(-25%, -28%, 0);
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .slider-bar .selector.pressed:after {
    transform: scale(1.2) translate3d(-42%, -42%, 0);
  }
}
.keno-slider-selector .slider-container .numbers-container {
  width: 100%;
  position: relative;
  left: 0%;
  display: table;
  table-layout: fixed;
  margin-top: 2.266vw;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .numbers-container {
    width: 100%;
    margin-top: 0.9rem;
    left: 0;
  }
}
.keno-slider-selector .slider-container .numbers-container .number {
  font-size: 4vw;
  font-weight: bold;
  color: #99dbf7;
  line-height: 0.8;
  display: table-cell;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
  position: relative;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .numbers-container .number {
    font-size: 1.8rem;
    color: #4dc0f1;
    cursor: pointer;
  }
}
.keno-slider-selector .slider-container .numbers-container .number.selected {
  color: #1e55a0;
}
.blue-select-bar .keno-slider-selector .slider-container .numbers-container .number.selected {
  color: #1e55a0;
}
@media (min-width: 950px) {
  .keno-slider-selector .slider-container .numbers-container .number.selected {
    color: #fff;
    cursor: default;
  }
}



@media (min-width: 950px) {
  .keno-level-slider-section {
    background-color: transparent;
    margin-bottom: 9rem;
    position: relative;
  }
  .keno-level-slider-section:before,
  .keno-level-slider-section:after {
    content: '';
    height: 30rem;
    width: 100vw;
    position: absolute;
    bottom: -6rem;
    z-index: -1;
    background-color: #0891d8;
  }
  .keno-level-slider-section:before {
    left: 50%;
    -webkit-transform: translateX(-100%) rotate(8deg);
    -moz-transform: translateX(-100%) rotate(8deg);
    -ms-transform: translateX(-100%) rotate(8deg);
    -o-transform: translateX(-100%) rotate(8deg);
    transform: translateX(-100%) rotate(8deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  .keno-level-slider-section:after {
    right: 50%;
    -webkit-transform: translateX(100%) rotate(-8deg);
    -moz-transform: translateX(100%) rotate(-8deg);
    -ms-transform: translateX(100%) rotate(-8deg);
    -o-transform: translateX(100%) rotate(-8deg);
    transform: translateX(100%) rotate(-8deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
  }
}
.keno-level-slider-section .game-heading {
  display: block;
  width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 7vw;
  padding-bottom: 7vw;
  border-bottom: 0.1rem solid #00a5eb;
  font-size: 5vw;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  line-height: 0.8;
}
@media (min-width: 950px) {
  .keno-level-slider-section .game-heading {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    width: 58rem;
    font-size: 2rem;
    color: #fff;
  }
}
.keno-level-slider-section .logo-container {
  width: 75.235%;
  text-align: center;
  line-height: 0;
  margin: auto;
  padding: 6.266vw 0 5.733vw;
  position: relative;
}
@media (min-width: 950px) {
  .keno-level-slider-section .logo-container {
    width: 58rem;
    padding: 3.3rem 0 2.7rem;
    border-bottom: 0.1rem solid #00a5eb;
  }
}
.keno-level-slider-section .headline {
  position: relative;
  margin: auto;
  font-size: 4vw;
  font-weight: bold;
  color: #1e55a0;
  text-align: center;
  text-transform: uppercase;
  line-height: 0.8;
  padding: 3.866vw 0 0;
  background-color: #fff;
}
@media (min-width: 950px) {
  .keno-level-slider-section .headline {
    width: 58rem;
    font-size: 2rem;
    color: #fff;
    padding: 3.9rem 0 0;
    background-color: transparent;
    padding-top: 3rem;
  }
}
.keno-level-slider-section .keno-slider-selector {
  width: 100%;
  text-align: center;
  margin: -0.1vw auto 0;
  padding: 1.733vw 0 5.333vw;
  background-color: #fff;
  position: relative;
}
@media (min-width: 950px) {
  .keno-level-slider-section .keno-slider-selector {
    width: 58rem;
    margin: auto;
    padding: 1rem 0 0;
    background-color: transparent;
  }
}



.keno-promotion .keno-section {
  background-color: #fff;
  border-color: #fff;
  padding: 12vw 0;
}
@media screen and (min-width: 950px) {
  .keno-promotion .keno-section {
    padding: 5rem 0;
  }
}
.keno-promotion .keno-section .money-bags {
  width: 40vw;
  height: 29vw;
  margin: 0 auto 8vw;
  position: relative;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .money-bags {
    width: 15.6rem;
    height: 12rem;
    margin: 0 auto 1rem;
  }
}
.keno-promotion .keno-section .money-bags svg {
  position: absolute;
  width: 13vw;
  height: 20vw;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .money-bags svg {
    width: 5.1rem;
    height: 8.3rem;
  }
}
.keno-promotion .keno-section .money-bags svg.moneybag {
  fill: #0891d8;
}
.keno-promotion .keno-section .money-bags svg.moneybag:nth-child(1) {
  left: 0;
  bottom: 0;
}
.keno-promotion .keno-section .money-bags svg.moneybag:nth-child(2) {
  left: 13.5vw;
  top: 0;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .money-bags svg.moneybag:nth-child(2) {
    left: 5.3rem;
  }
}
.keno-promotion .keno-section .money-bags svg.moneybag:nth-child(3) {
  right: 0;
  bottom: 0;
}
.keno-promotion .keno-section .money-bags svg.shadow {
  fill: #dce0e3;
}
.keno-promotion .keno-section .money-bags svg.shadow:nth-child(4) {
  left: 0;
  bottom: 0;
}
.keno-promotion .keno-section .money-bags svg.shadow:nth-child(5) {
  left: 13.5vw;
  bottom: 3vw;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .money-bags svg.shadow:nth-child(5) {
    left: 5.3rem;
    bottom: 1rem;
  }
}
.keno-promotion .keno-section .money-bags svg.shadow:nth-child(6) {
  right: 0;
  bottom: 0;
}
.keno-promotion .keno-section .promotion-headline {
  max-width: 86.5vw;
  font-size: 10.7vw;
  font-style: italic;
  font-weight: bold;
  line-height: 11.2vw;
  text-transform: uppercase;
  color: #1e55a0;
  margin: 0 auto 1vw;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .promotion-headline {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
}
.keno-promotion .keno-section .promotion-subheadline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-style: italic;
  font-weight: bold;
  line-height: 5.9vw;
  text-transform: uppercase;
  color: #00a5eb;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .promotion-subheadline {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.keno-promotion .keno-section .btn.cta {
  margin: 4vw 0 0;
}
@media (min-width: 950px) {
  .keno-promotion .keno-section .btn.cta {
    margin: 2rem 0 0;
  }
}



@media (min-width: 950px) {
  .keno-game-promotion-spots-container {
    display: flex;
  }
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play {
    flex: 1;
  }
}
.keno-game-promotion-spots-container .keno-fast-play .keno-section {
  height: 100%;
}
.keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot {
  background: transparent;
  padding: 12vw;
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot {
    float: left;
    padding: 5rem 11rem 5rem;
  }
}
.keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .fastplay-headline {
  max-width: 86.5vw;
  font-size: 10.7vw;
  font-style: italic;
  font-weight: bold;
  line-height: 11.2vw;
  text-transform: uppercase;
  color: #1e55a0;
  margin: 0 auto 1vw;
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .fastplay-headline {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
}
.keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .fastplay-subheadline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-style: italic;
  font-weight: bold;
  line-height: 5.9vw;
  text-transform: uppercase;
  color: #00a5eb;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .fastplay-subheadline {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .btn.cta {
  margin: 4vw 0 0;
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play .keno-section .fast-play-game-spot .btn.cta {
    margin: 2rem 0 0;
  }
}
@media (min-width: 950px) {
  .keno-game-promotion-spots-container .keno-fast-play:first-of-type .keno-section .fast-play-game-spot {
    float: right;
  }
}



.keno-confirm .keno-section {
  background-color: #fff;
  border-color: #fff;
}
.keno-confirm .keno-section .btn {
  margin: 6rem 1rem 2rem;
}
.keno-confirm .keno-section .cta-deposit {
  margin: 0 0 2rem;
}
.keno-confirm .keno-section .keno-row-display {
  padding: 2vw 0 0;
}
.keno-confirm .keno-section .keno-row-display .alt-text {
  font-size: 3.35vw;
  color: #4f5254;
  padding-bottom: 3vw;
  margin-top: 0;
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .alt-text {
    font-size: 2rem;
    padding-bottom: 3rem;
  }
}
.keno-confirm .keno-section .keno-row-display .row-title {
  max-width: unset;
  font-size: 4.5vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #0891d8;
  line-height: 8vw;
  padding: 3vw 0;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .row-title {
    font-size: 4vw;
    line-height: 5vw;
    padding: 1.6vw 0;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .row-title {
    max-width: 58rem;
    font-size: 2rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #99dbf7;
    padding: 1.2rem 0;
  }
}
.keno-confirm .keno-section .keno-row-display .row-title .multiple-draws {
  display: block;
}
.keno-confirm .keno-section .keno-row-display .row-title:nth-child(even) {
  background-color: #e0f4fd;
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .row-title:nth-child(even) {
    background-color: #fff;
  }
}
.keno-confirm .keno-section .keno-row-display .row-title:last-of-type {
  border-bottom: none;
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .row-title:last-of-type {
    padding-bottom: 1.2rem;
  }
}
.keno-confirm .keno-section .keno-row-display .row-title .row-content {
  font-weight: bold;
  font-style: italic;
  color: #1e55a0;
  text-transform: uppercase;
}
.keno-confirm .keno-section .keno-row-display .row-title .row-content.numbers {
  display: block;
}
.keno-confirm .keno-section .keno-row-display .rows-wrapper {
  max-height: 44vw;
  overflow-y: hidden;
  transition: max-height 0.25s linear;
  position: relative;
  margin-bottom: 4vw;
}
@media (min-width: 768px) and (max-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper {
    max-height: 26vw;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper {
    max-height: 14rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .row-title:first-child {
    border-top: 1px solid #99dbf7;
  }
}
.keno-confirm .keno-section .keno-row-display .rows-wrapper.expanded .gradient-wrapper {
  display: none;
}
.keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper {
  width: 100%;
  height: 22vw;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.95) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper {
    height: 13vw;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper {
    height: 7rem;
  }
}
.keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper .show-more-button {
  min-width: 32vw;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 10.7vw;
  text-transform: uppercase;
  color: #4f5254;
  background-color: #feb700;
  border-radius: 5px;
  display: inline-block;
  padding: 0 4vw;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
  margin: 0;
  transition: background-color 0.15s linear;
}
@media (min-width: 768px) and (max-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper .show-more-button {
    font-size: 3vw;
    line-height: 8vw;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper .show-more-button {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0 1.2rem;
  }
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .rows-wrapper .gradient-wrapper .show-more-button:hover {
    background-color: #f5d900;
  }
}
.keno-confirm .keno-section .keno-row-display .terms-container {
  max-width: 86.5vw;
  font-size: 3vw;
  color: #4f5254;
  margin: 0 auto;
  margin-bottom: 7vw;
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .terms-container {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.keno-confirm .keno-section .keno-row-display .terms-container .terms-link {
  color: #4f5254;
  display: block;
}
@media (min-width: 950px) {
  .keno-confirm .keno-section .keno-row-display .terms-container .terms-link {
    display: inline-block;
  }
}



.keno-footer-navigation {
  background-color: #00a5eb;
}
.keno-footer-navigation .keno-section {
  width: 100%;
  padding: 0;
  margin: auto;
  padding-bottom: 0;
}
@media (min-width: 950px) {
  .keno-footer-navigation .keno-section {
    max-width: 96rem;
  }
}
.keno-footer-navigation .keno-section .keno-content-wrapper {
  text-align: left;
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-weight: bold;
  font-style: italic;
  line-height: 19.9vw;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 0.1rem solid #99dbf7;
  display: block;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text {
    font-size: 2rem;
    line-height: 10rem;
    display: inline-block;
    width: calc(50% - 2.5rem);
  }
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:nth-child(odd) {
    margin-right: 2.5rem;
  }
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:nth-child(even) {
    margin-left: 2.5rem;
  }
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:nth-last-child(1),
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:nth-last-child(2) {
    border-bottom: none;
  }
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:hover {
  color: #000;
  opacity: 0.5;
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text:last-child {
  border-bottom: none;
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right {
  position: relative;
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:before,
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2vw;
  width: 0;
  height: 0;
  border-top: 2vw solid transparent;
  border-bottom: 2vw solid transparent;
  border-left: 2vw solid #fff;
}
@media (min-width: 950px) {
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:before,
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:after {
    margin-top: -1rem;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1rem solid #fff;
  }
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:before {
  right: 0;
  border-left: 2vw solid #99dbf7;
}
@media (min-width: 950px) {
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:before {
    border-left: 1rem solid #99dbf7;
  }
}
.keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:after {
  right: 0.2rem;
  border-left: 2vw solid #00a5eb;
}
@media (min-width: 950px) {
  .keno-footer-navigation .keno-section .keno-content-wrapper .navigation-link-text.arrow-right:after {
    border-left: 1rem solid #00a5eb;
  }
}



.keno-million {
  background-color: #00a5eb;
  border-color: #00a5eb;
  position: relative;
}
.keno-million .game-not-available-wrapper {
  padding: 15vw 0;
  text-align: center;
}
@media (min-width: 950px) {
  .keno-million .game-not-available-wrapper {
    padding: 5rem 0;
  }
}
.keno-million .game-not-available-wrapper svg {
  width: 17.33vw;
  height: 17.33vw;
  margin-bottom: 2vw;
  margin-top: -8vw;
}
@media (min-width: 950px) {
  .keno-million .game-not-available-wrapper svg {
    width: 6.4rem;
    height: 6.4rem;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.keno-million .game-not-available-wrapper .subheadline {
  font-size: 3.733vw;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  padding-top: 1.6vw;
  margin: 0;
}
@media (min-width: 950px) {
  .keno-million .game-not-available-wrapper .subheadline {
    font-size: 2rem;
    padding-top: 0.5rem;
  }
}
.keno-million .keno-content-wrapper {
  padding: 12vw 0 0 0;
}
@media screen and (min-width: 950px) {
  .keno-million .keno-content-wrapper {
    padding: 5rem 0 0 0;
  }
}
.keno-million .keno-million-headline {
  max-width: 86.5vw;
  font-size: 10.7vw;
  font-style: italic;
  color: #fff;
  line-height: 11.2vw;
  text-transform: uppercase;
  margin: 0 auto 1.4vw;
}
@media (min-width: 950px) {
  .keno-million .keno-million-headline {
    font-size: 4rem;
    line-height: 4rem;
    margin: 0 auto 1rem;
  }
}
.keno-million .subheading {
  max-width: 96rem;
  margin: auto;
}
@media (min-width: 950px) {
  .keno-million .subheading {
    width: 100%;
    max-width: 86.5vw;
  }
}
.keno-million .subheading .subheading-text {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-weight: bold;
  line-height: 5.9vw;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 0.3rem;
}
@media (min-width: 950px) {
  .keno-million .subheading .subheading-text {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 auto 0.5rem;
  }
}
.keno-million .subheading .subheading-text.yellow {
  color: #feb700;
}
.keno-million .draw-info {
  margin: 6vw 0;
}
@media (min-width: 950px) {
  .keno-million .draw-info {
    margin: 2rem 0;
  }
}
.keno-million .draw-info .draw-info-text {
  max-width: 86.5vw;
  font-size: 4vw;
  line-height: 6vw;
  color: #fff;
  display: inline-block;
}
@media (min-width: 950px) {
  .keno-million .draw-info .draw-info-text {
    font-size: 1.5rem;
    padding: 0 1rem;
    line-height: 1;
  }
}
.keno-million hr.divider {
  width: 86.5vw;
  border: 0.1rem solid #99dbf7;
  border-top: 0;
  margin: 6vw auto;
}
@media (min-width: 950px) {
  .keno-million hr.divider {
    margin: 2.5rem auto;
    max-width: 96rem;
  }
}
.keno-million .rows-headline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  line-height: 5.9vw;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto 0.5rem;
}
@media (min-width: 950px) {
  .keno-million .rows-headline {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.keno-million .row-block {
  width: 100%;
  max-width: 86.5vw;
  max-height: 26vw;
  margin: 1.5rem auto 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  -ms-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
@media (min-width: 950px) {
  .keno-million .row-block {
    max-width: 46rem;
    max-height: 27.5rem;
    width: 100%;
    margin: 1.5rem auto 0;
  }
}
.keno-million .row-block .number-draw-row {
  background-color: #0891d8;
  color: #fff;
  display: block;
  font-size: 4vw;
  line-height: 10.7vw;
  font-weight: bold;
  font-style: italic;
  border-radius: 5px;
  margin: 0 0 4vw;
}
@media (min-width: 950px) {
  .keno-million .row-block .number-draw-row {
    font-size: 2rem;
    line-height: 4rem;
    margin: 0 0 1.5rem;
  }
}
.keno-million .row-block .bottom-gradient {
  width: 100%;
  height: 10.7vw;
  position: absolute;
  bottom: 0;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 165, 235, 0.9) 50%, #00a5eb 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 165, 235, 0.9) 50%, #00a5eb 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 165, 235, 0.9) 50%, #00a5eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007db9e8', endColorstr='#00a5eb', GradientType=0);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 950px) {
  .keno-million .row-block .bottom-gradient {
    display: none;
  }
}
.keno-million .compact {
  display: none;
}
.keno-million .expand {
  display: inline-block;
}
@media (min-width: 950px) {
  .keno-million .expand {
    display: none;
  }
}
.keno-million .btn {
  margin: 0.5rem 0.5rem 3.5rem;
}
.keno-million .btn.expand,
.keno-million .btn.compact {
  padding-right: 10vw;
}
@media screen and (min-width: 950px) {
  .keno-million .btn.expand,
  .keno-million .btn.compact {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 950px) {
  .keno-million .btn .arrow-icon {
    display: none;
  }
}
.keno-million .btn.new-row-generator .icon {
  display: none;
}
@media screen and (min-width: 950px) {
  .keno-million .btn.new-row-generator .icon {
    display: inline-block;
  }
}
.keno-million.is-expanded .compact {
  display: inline-block;
}
@media (min-width: 950px) {
  .keno-million.is-expanded .compact {
    display: none;
  }
}
.keno-million.is-expanded .expand {
  display: none;
}
.keno-million.is-expanded .row-block {
  max-height: 74vw;
}
.keno-million.is-expanded .row-block .bottom-gradient {
  opacity: 0;
}
@media (min-width: 950px) {
  .keno-million .help-link {
    top: -10.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 959px) {
  .manchete.bot .keno-section:after {
    display: none;
  }
}



.region-keno .news-view .section .content-wrapper {
  padding: 8vw 0;
}
@media (min-width: 950px) {
  .region-keno .news-view .section .content-wrapper {
    padding: 5rem 0;
    min-height: 30rem;
    box-sizing: border-box;
  }
}
.region-keno .news-view .section .content-wrapper .content {
  max-width: 86.7vw;
  margin: auto;
}
@media (min-width: 950px) {
  .region-keno .news-view .section .content-wrapper .content {
    max-width: 58rem;
  }
}
.region-keno .news-view .section .content-wrapper .content h1 {
  margin-bottom: 4vw;
  font-size: 5.4vw;
  line-height: 6.7vw;
}
@media (min-width: 950px) {
  .region-keno .news-view .section .content-wrapper .content h1 {
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
.region-keno .news-view .section .content-wrapper .content hr {
  border: none;
  background-color: #99dbf7;
  color: #99dbf7;
  height: 0.1rem;
}
.region-keno .news-view .section .content-wrapper .content .btn {
  min-width: 16rem;
}
.region-keno .news-view .section .date {
  color: #a3a6ab;
  font-size: 4vw;
  line-height: normal;
  margin-bottom: 2vw;
  display: block;
}
@media (min-width: 950px) {
  .region-keno .news-view .section .date {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 1rem;
  }
}
.region-keno .news-view .section p {
  font-size: 4vw;
  line-height: 5.34vw;
  margin: auto;
}
@media (min-width: 950px) {
  .region-keno .news-view .section p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 950px) {
  .region-keno .news-view .section .large {
    font-size: 2.5rem;
  }
}
.region-keno .news-view .section .svg-social-share {
  width: 4rem;
  height: 4rem;
  margin: 2rem 1.2rem;
}



.plus-sign-up {
  background: white;
  text-align: center;
}
.plus-sign-up__content {
  position: relative;
  background-color: #00a5eb;
  padding: 5.33vw 1rem;
  overflow: hidden;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__content {
    padding: 2.5rem 1rem 3rem;
  }
}
.plus-sign-up__content::before,
.plus-sign-up__content::after {
  content: "";
  position: absolute;
  z-index: 0;
  opacity: 0.1;
  transform: rotate(-20deg);
  bottom: -6rem;
  height: 20rem;
  right: auto;
  width: 20rem;
  left: auto;
  margin-left: 20rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(/Components/DanskeSpil/Domain/Keno/Graphics/SpriteSheets/KenoCommonIcons.svg#plus-icon_use);
}
.plus-sign-up__content::before {
  bottom: auto;
  top: -4rem;
  margin: 0 0 0 -55rem;
}
.plus-sign-up__pre-text {
  font-size: 6.13vw;
  font-weight: bold;
  color: #1e55a0;
  padding: 2.66vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__pre-text {
    padding: 1rem;
    font-size: 2.5rem;
  }
}
.plus-sign-up__title {
  font-size: 6.66vw;
  line-height: 1.1;
  font-weight: bold;
  color: white;
  padding: 0 0 5.33vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__title {
    padding: 0 0 1.5rem;
    font-size: 3rem;
  }
}
.plus-sign-up__subtitle {
  font-size: 6.13vw;
  line-height: 1.1;
  font-weight: bold;
  color: white;
  padding: 0 5.33vw 5.33vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__subtitle {
    padding: 0 0 3rem;
    font-size: 2.3rem;
  }
}
.plus-sign-up__cta {
  min-width: 44vw;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__cta {
    min-width: 16rem;
  }
}
.plus-sign-up__icon {
  background-image: url(/Components/DanskeSpil/Domain/Keno/Graphics/SpriteSheets/KenoCommonIcons.svg#plus-icon_use);
  width: 18vw;
  height: 18vw;
  background-position: center;
  margin: 0 auto 6vw;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 950px) {
  .plus-sign-up__icon {
    width: 6.5rem;
    height: 6.5rem;
    margin-bottom: 2rem;
  }
}



.keno-receipt .keno-section {
  padding: 5.4vw 0 5.4vw 0;
}
@media (min-width: 950px) {
  .keno-receipt .keno-section {
    padding: 4rem 0;
  }
}
.keno-receipt .keno-section .keno-content-wrapper {
  width: 100%;
  max-width: 86.7vw;
}
@media (min-width: 950px) {
  .keno-receipt .keno-section .keno-content-wrapper {
    max-width: 96rem;
  }
}
.keno-receipt .keno-section .keno-content-wrapper .hr {
  margin: 6vw auto 4vw;
}
@media (min-width: 950px) {
  .keno-receipt .keno-section .keno-content-wrapper .hr {
    margin: 3.5rem auto 2.5rem;
  }
}
.keno-receipt .keno-section .keno-content-wrapper .p {
  font-size: 3.75vw;
  margin: 0 auto 2vw;
  color: #000;
}
.keno-receipt .keno-section .keno-content-wrapper .p.word-width-limit {
  max-width: 60vw;
}
@media (min-width: 950px) {
  .keno-receipt .keno-section .keno-content-wrapper .p {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 0 auto 2rem;
  }
  .keno-receipt .keno-section .keno-content-wrapper .p.word-width-limit {
    max-width: 100%;
  }
}
.keno-receipt .keno-section .keno-content-wrapper .p .a {
  color: #000;
  border-bottom: 0.1rem solid #000;
}
.keno-receipt .keno-section .keno-content-wrapper .p.countdown-fallback {
  margin-top: 2vw;
}
@media (min-width: 950px) {
  .keno-receipt .keno-section .keno-content-wrapper .p.countdown-fallback {
    margin-top: 2rem;
  }
}
.keno-receipt .keno-section .keno-content-wrapper .p.countdown-fallback.hide {
  display: none;
}
.keno-receipt .receipt-confirmation {
  margin: auto;
}
@media (min-width: 950px) {
  .keno-receipt .receipt-confirmation {
    width: 100%;
    max-width: 96rem;
  }
}
.keno-receipt .receipt-confirmation svg {
  margin-bottom: 4vw;
}
@media (min-width: 950px) {
  .keno-receipt .receipt-confirmation svg {
    margin-bottom: 2.5rem;
  }
}
.keno-receipt .xlarge {
  font-size: 6.6vw;
  line-height: 6.6vw;
  margin-bottom: 2vw;
}
@media (min-width: 950px) {
  .keno-receipt .xlarge {
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 1rem;
  }
}
.keno-receipt .xsmall {
  font-size: 5.25vw;
  line-height: 6vw;
}
@media (min-width: 950px) {
  .keno-receipt .xsmall {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}
.keno-receipt span {
  display: block;
  margin: 0 0.2rem;
}
.keno-receipt span.xxxlarge {
  font-size: 7.5vw;
  line-height: 8vw;
}
@media (min-width: 950px) {
  .keno-receipt span.xxxlarge {
    font-size: 8rem;
    line-height: 8rem;
  }
}
.keno-receipt span.xxsmall {
  font-size: 3.75vw;
}
@media (min-width: 950px) {
  .keno-receipt span.xxsmall {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.keno-receipt .svg-checkmark {
  margin: 0 auto 3.5vw;
}
@media (min-width: 950px) {
  .keno-receipt .svg-checkmark {
    margin: 0 auto 2rem;
  }
}



.keno-top-spot .keno-section {
  padding: 12vw 0;
}
@media screen and (min-width: 950px) {
  .keno-top-spot .keno-section {
    padding: 5rem 0;
  }
}
.keno-top-spot .keno-section .keno-video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  display: none;
}
.keno-top-spot .keno-section .keno-video-wrapper video::-webkit-media-controls {
  display: none !important;
}
.keno-top-spot .keno-section .keno-video-wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.keno-top-spot .keno-section .keno-video-wrapper video {
  object-fit: inherit;
}
@media (min-width: 950px) {
  .keno-top-spot .keno-section .keno-video-wrapper {
    display: block;
  }
}
.keno-top-spot .keno-section .keno-video {
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out;
}
.keno-top-spot .keno-section .keno-video.is-loading {
  opacity: 0;
}
.keno-top-spot .keno-section .keno-video.can-playthrough {
  opacity: 1;
}
.keno-top-spot .keno-section .keno-content-wrapper > * {
  position: relative;
  z-index: 2;
}
.keno-top-spot .keno-section h1.hd {
  margin: 4vw auto;
  font-size: 6.7vw;
  line-height: normal;
}
@media (min-width: 950px) {
  .keno-top-spot .keno-section h1.hd {
    margin: 2rem auto 1rem;
    word-spacing: normal;
    font-size: 4rem;
    line-height: 4rem;
  }
}
.keno-top-spot .keno-section h1.hd.big-header {
  word-spacing: 25vw;
  font-size: 16vw;
  line-height: 14.7vw;
}
@media (min-width: 950px) {
  .keno-top-spot .keno-section h1.hd.big-header {
    word-spacing: normal;
    font-size: 6rem;
    line-height: normal;
  }
}
.keno-top-spot .keno-section .btn {
  margin-bottom: 2vw;
  clear: both;
}
@media (min-width: 950px) {
  .keno-top-spot .keno-section .btn {
    margin-bottom: 2rem;
  }
}
.keno-top-spot .keno-section .help-link {
  text-decoration: none;
  border-bottom: 0.1rem solid #80a8b7;
  display: inline-block;
  line-height: 4.2vw;
  margin-top: 2rem;
  clear: both;
}
@media (min-width: 950px) {
  .keno-top-spot .keno-section .help-link {
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
.keno-top-spot .keno-section .help-link:hover {
  border-color: transparent;
}



.keno-section .purchase-bar-wrapper {
  width: 100%;
  height: 16.3vw;
  position: relative;
  z-index: 11;
  will-change: scroll-position, transform;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper {
    height: 7rem;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .keno-section .purchase-bar-wrapper {
    width: 100% !important;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar {
  width: 100%;
  height: 16.5vw;
  position: relative;
  font-size: 3.2vw;
  font-weight: bold;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar {
    font-size: 1.4rem;
    height: 7rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar:before,
.keno-section .purchase-bar-wrapper .purchase-bar:after {
  content: "";
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.keno-section .purchase-bar-wrapper .purchase-bar:before {
  left: 0;
}
.keno-section .purchase-bar-wrapper .purchase-bar:after {
  right: 0;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content {
  position: relative;
  text-align: left;
  background-color: inherit;
  width: 100%;
  max-width: 96rem;
  height: inherit;
  margin: auto;
  display: table;
  table-layout: fixed;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content {
    height: 100%;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content a {
  line-height: inherit;
  display: block;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
  position: relative;
  padding: 0 5vw;
  line-height: 16.3vw;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
    padding: 0 3rem;
    line-height: 7rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper:hover {
  background-color: #ffffff;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon {
  width: 3.467vw;
  height: 2.135vw;
  position: absolute;
  right: 5vw;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon.hide {
  opacity: 0;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon svg {
  width: 3.467vw;
  height: 2.135vw;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon {
    width: 1.2rem;
    height: 0.7rem;
    top: 0;
    right: 2rem;
  }
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper .arrow-up-icon svg {
    width: 1.2rem;
    height: 0.7rem;
    margin-left: 0;
  }
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content .dropdown-wrapper {
    line-height: 7rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div {
  width: 29%;
  height: inherit;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div {
    width: auto;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.number-of-draws {
  border-left: 0.1rem solid #cdd3d7;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div span {
  display: none;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div span {
    display: inline;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .select-stake,
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .select-draws {
  position: absolute;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-back {
  text-align: center;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta {
  width: 42%;
  text-align: center;
  border-left: none;
  background-color: #feb700;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta {
    width: auto;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta:hover {
  background-color: #f5d900;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .total-price {
  transition: transform 0.25s, opacity 0.25s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive {
  cursor: default;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive:hover {
  background-color: #feb700;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.is-inactive .total-price {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 0.15s;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box {
  margin-left: 0.5rem;
  display: inline-block;
}
@keyframes loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta .purchase .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: loader-dot-animation 0.5s ease-in-out -1s infinite;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.purchase-bar-cta.processing .purchase .total-price {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div.auto {
  width: auto;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper {
  width: 100%;
  position: absolute;
  bottom: 16.3vw;
  left: 0;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0.34, 1.61, 0.7, 1);
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 -0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper {
    bottom: 7rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}
@media (min-width: 950px) {
}
@media (min-width: 950px) {
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li {
  line-height: 4.1vw;
  padding: 4vw 5vw;
  border-bottom: 0.1rem solid #cdd3d7;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li {
    line-height: normal;
    padding: 2.5rem 3rem;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li:hover {
  background-color: #ffffff;
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li span {
  display: none;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li span {
    display: inline;
  }
}
.keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li:first-child {
  padding: 4.1vw 5vw;
  cursor: default;
  background-color: #fff;
  color: #a3a6ab;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper .purchase-bar .purchase-bar-content > div .dropdown-list-wrapper ul.dropdown > li:first-child {
    padding: 2.5rem 3rem;
  }
}
.keno-section .purchase-bar-wrapper.fixed .purchase-bar {
  position: fixed;
  bottom: 0;
}
@media (min-width: 950px) {
  .keno-section .purchase-bar-wrapper.fixed {
    bottom: 3rem;
  }
}



.confirm-bar-wrapper {
  width: 100%;
  height: 16.3vw;
  position: relative;
  z-index: 4;
}
.confirm-bar-wrapper .confirm-bar {
  width: 100%;
  height: 16.3vw;
  position: relative;
  font-size: 3.2vw;
  font-weight: bold;
}
.confirm-bar-wrapper .confirm-bar:before,
.confirm-bar-wrapper .confirm-bar:after {
  content: "";
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.confirm-bar-wrapper .confirm-bar:before {
  left: 0;
}
.confirm-bar-wrapper .confirm-bar:after {
  right: 0;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content {
  position: relative;
  text-align: left;
  background-color: inherit;
  width: 100%;
  max-width: 96rem;
  height: inherit;
  margin: auto;
  display: table;
  table-layout: fixed;
  line-height: 7rem;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content a {
  line-height: normal;
  display: block;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div {
  width: 50%;
  height: inherit;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  border-left: 0.1rem solid #cdd3d7;
  box-sizing: border-box;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div span {
  display: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-back {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-back:hover {
  background-color: #ffffff;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
  width: 50%;
  text-align: center;
  border-left: none;
  background-color: #feb700;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta:hover {
  background-color: #f5d900;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .total-price {
  transition: opacity 0.25s, transform 0.25s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive {
  cursor: default;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive:hover {
  background-color: #feb700;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.is-inactive .total-price {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 0.15s;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box {
  margin-left: 0.5rem;
  display: inline-block;
}
@keyframes loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 1.2vw;
  height: 1.2vw;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
}
@media (min-width: 950px) {
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
  cursor: none;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n),
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: loader-dot-animation 0.5s ease-in-out -1s infinite;
}
.confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta.processing .confirm .total-price,
.status-pending-confirmation .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta .confirm .total-price {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.confirm-bar-wrapper.fixed .confirm-bar {
  position: fixed;
  bottom: 0;
}
@media (min-width: 950px) {
  .confirm-bar-wrapper {
    height: 7rem;
  }
  .confirm-bar-wrapper.fixed {
    bottom: 3rem;
  }
  .confirm-bar-wrapper .confirm-bar {
    font-size: 1.4rem;
    height: 7rem;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content {
    height: 100%;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div {
    width: auto;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div span {
    display: inline;
  }
  .confirm-bar-wrapper .confirm-bar .confirm-bar-content > div.confirm-bar-cta {
    width: auto;
  }
}



.keno-collapsible-section {
  position: relative;
  max-height: 28rem;
  overflow: hidden;
  transition: max-height 0.25s;
}
@media (min-width: 950px) {
  .keno-collapsible-section {
    max-height: 28rem;
  }
}
.keno-collapsible-section .inner-collapsible-section {
  padding-bottom: 16vw;
}
@media (min-width: 950px) {
  .keno-collapsible-section .inner-collapsible-section {
    padding-bottom: 9.8rem;
  }
}
.keno-collapsible-section .inner-collapsible-section .editor-content h2 {
  font-size: 4vw;
  margin: 0;
  font-weight: bold;
  color: #1e55a0;
}
@media (min-width: 950px) {
  .keno-collapsible-section .inner-collapsible-section .editor-content h2 {
    font-size: 2rem;
  }
}
.keno-collapsible-section .inner-collapsible-section .editor-content p {
  color: #4f5254;
}
@media (min-width: 950px) {
  .keno-collapsible-section .inner-collapsible-section .editor-content p {
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.keno-collapsible-section .mobile-message {
  font-size: 3vw;
  color: #4f5254;
  padding: 1vw 4vw 6vw;
  margin: 0;
}
.keno-collapsible-section .expand-button-container {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  transition: transform 0.5s;
  background: linear-gradient(to bottom, rgba(235, 248, 253, 0) 0%, rgba(235, 248, 253, 0.9) 60%, #ebf8fd 100%);
}
.keno-collapsible-section .expand-button-container .button {
  font-size: 1.4rem;
  line-height: 0.8;
  font-weight: bold;
  padding: 1.4rem 1.3rem 1.5rem;
  border-radius: 6px;
  background-color: #fff;
  color: #4f5254;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: top 0.5s, transform 0.5s;
}
.keno-collapsible-section .expand-button-container .button .collapse-text {
  display: none;
}
.keno-collapsible-section .expand-button-container .button .icon {
  width: 1.4rem;
  height: 0.8rem;
  fill: #4f5254;
  margin-left: 0.7rem;
  position: relative;
  top: 0.2rem;
}
.keno-collapsible-section .svg-icon-arrow-up {
  margin-left: 2vw;
  transform: rotate(180deg);
}
@media (min-width: 950px) {
  .keno-collapsible-section .svg-icon-arrow-up {
    margin-left: 1rem;
  }
}
.keno-collapsible-section.active .expand-button-container {
  transform: translateY(100%);
}
.keno-collapsible-section.active .expand-button-container .button {
  top: 0;
  transform: translate(-50%, -125%);
}
@media (min-width: 950px) {
  .keno-collapsible-section.active .expand-button-container .button {
    transform: translate(-50%, -180%);
  }
}
.keno-collapsible-section.active .expand-button-container .button .icon {
  transform: rotate(180deg);
}
.keno-collapsible-section.active .expand-button-container .collapse-text {
  display: inline-block;
}
.keno-collapsible-section.active .expand-button-container .expand-text {
  display: none;
}
.keno-collapsible-section.active .svg-icon-arrow-up {
  transform: rotate(0deg);
}



.blue-table {
  width: 86.667vw;
  table-layout: fixed;
  border: 0.1rem solid #00a5eb;
  border-radius: 6px;
  border-collapse: inherit;
  margin: 0 6.666vw;
}
@media (min-width: 950px) {
  .blue-table {
    width: 100%;
    margin: 0;
  }
  .blue-table.mobile-hide {
    display: table;
  }
}
.blue-table th {
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.blue-table td:first-child,
.blue-table th:first-child {
  border-left: none;
}
.blue-table thead th {
  border-left: 0.1rem solid #0c85cd;
  background-color: #00a5eb;
  font-size: 4vw;
  padding: 4.4vw 0 4vw;
}
@media (min-width: 950px) {
  .blue-table thead th {
    font-size: 1.8rem;
    padding: 1.7rem 0 1.4rem;
  }
}
@media (min-width: 950px) {
  .blue-table thead.smaller-font-size th {
    font-size: 1.3rem;
  }
}
.blue-table tbody th {
  font-size: 2.666vw;
  padding: 2.666vw 0 2.666vw;
  background-color: #0891d8;
  border-left: 0.1rem solid #0c85cd;
}
.blue-table tbody th.empty {
  background-color: transparent;
}
@media (min-width: 950px) {
  .blue-table tbody th {
    font-size: 1.3rem;
    padding: 2rem 0 1.8rem;
  }
}
.blue-table tbody td {
  font-size: 3.466vw;
  padding: 3.866vw 0 3.666vw;
  color: #4f5254;
  background-color: transparent;
  border-left: 0.1rem solid #00a5eb;
  transition: color 0.25s, background-color 0.25s;
}
@media (min-width: 950px) {
  .blue-table tbody td {
    font-size: 1.5rem;
    padding: 1.9rem 0 1.7rem;
  }
}
.blue-table tbody tr.selected td {
  font-weight: bold;
  color: #1e55a0;
  background-color: #fff;
}
.blue-table tbody tr.bottom-border td {
  border-bottom: 0.1rem solid #00a5eb;
}



@media screen and (max-width: 768px) and (orientation: landscape) {
  .top-navigation {
    display: none;
  }
}
.orientation-screen {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #00a5eb;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  filter: blur(1rem);
  transition: opacity 0.25s linear, filter 0.25s linear;
  transform: none !important;
}
.has-touch .orientation-screen {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: landscape) and (min-aspect-ratio: 1) {
  .orientation-screen {
    opacity: 1;
    pointer-events: all;
    filter: blur(0rem);
    visibility: visible;
  }
  .overlay-enabled .orientation-screen {
    display: none;
  }
}
.orientation-screen-inner {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: auto;
  padding: 0 8vh;
}
.orientation-screen-message {
  color: #FFF;
  display: block;
  font-weight: bold;
  font-style: italic;
  font-size: 8vh;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
.orientation-screen-logo {
  width: 44vh;
  height: 12vh;
  margin: 6vh auto 6vh;
  background-image: url("/Components/DanskeSpil/Domain/Keno/Styles/Graphics/keno-white2.svg");
  background-size: 100% 100%;
}
.orientation-screen-icon {
  width: 45vh;
  height: 35vh;
  display: block;
  margin: 2vh auto 4vh auto;
  overflow: visible !important;
}
.orientation-screen-icon .phone {
  animation: orientation-phone-rotate 4s infinite;
  transform-origin: center;
  fill: #FFF;
}
.orientation-screen-icon .lines .line1,
.orientation-screen-icon .lines .line2 {
  transform-origin: center;
}
.orientation-screen-icon .lines .line1 {
  transform: rotate(45deg);
  animation: orientation-phone-line1 4s infinite;
}
.orientation-screen-icon .lines .line2 {
  transform: rotate(-45deg);
  animation: orientation-phone-line2 4s infinite;
}
.orientation-screen-icon .shadow {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #0891D8;
  animation: orientation-shadow 4s infinite;
  transform-origin: center bottom;
}
@keyframes orientation-phone-line1 {
  0% {
    transform: translate(0, 0%) rotate(45deg) scaleX(1);
  }
  10% {
    transform: translate(0, 0%) rotate(45deg) scaleX(1);
  }
  30% {
    transform: translate(5%, -55%) rotate(45deg) scaleX(0.7);
  }
  60% {
    transform: translate(5%, -55%) rotate(45deg) scaleX(0.7);
  }
  90% {
    transform: translate(0%, 0%) rotate(45deg) scaleX(1);
  }
  100% {
    transform: translate(0%, 0%) rotate(45deg) scaleX(1);
  }
}
@keyframes orientation-phone-line2 {
  0% {
    transform: rotate(-45deg) scaleX(1) translate(0%, 0%);
  }
  10% {
    transform: rotate(-45deg) scaleX(1) translate(0%, 0%);
  }
  30% {
    transform: rotate(-45deg) scaleX(0.5) translate(0%, 120%);
  }
  60% {
    transform: rotate(-45deg) scaleX(0.5) translate(0%, 120%);
  }
  90% {
    transform: rotate(-45deg) scaleX(1) translate(0%, 0%);
  }
  100% {
    transform: rotate(-45deg) scaleX(1) translate(0%, 0%);
  }
}
@keyframes orientation-phone-rotate {
  0% {
    transform: rotate(0deg) translateX(0%) scale(1);
  }
  10% {
    transform: rotate(0deg) translateX(0%) scale(1);
  }
  40% {
    transform: rotate(90deg) translateX(-5%) scale(0.8);
  }
  60% {
    transform: rotate(90deg) translateX(-5%) scale(0.8);
  }
  90% {
    transform: rotate(0deg) translateX(0%) scale(1);
  }
  100% {
    transform: rotate(0deg) translateX(0%) scale(1);
  }
}
@keyframes orientation-shadow {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(1) translateY(0);
  }
  40% {
    transform: scale(0.5) translateY(100%);
  }
  60% {
    transform: scale(0.5) translateY(100%);
  }
  90% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}



.keno-faq.keno-section .keno-section {
  padding-top: 8vw;
}
@media (min-width: 950px) {
  .keno-faq.keno-section .keno-section {
    padding-top: 6rem;
  }
  .keno-faq.keno-section .keno-section p {
    max-width: 58rem;
    margin: auto;
  }
}
.keno-faq.keno-section .keno-content-wrapper .richtext {
  border-bottom: 0.1rem solid #99dbf7;
}
.keno-faq.keno-section .keno-content-wrapper:last-child .richtext {
  border-bottom: none;
}
.keno-faq.keno-section .prizetables {
  margin-top: -0.1rem;
}
.keno-faq.keno-section .select-dropdown {
  max-width: 86.667vw;
  margin: auto;
  display: block;
}
@media (min-width: 950px) {
  .keno-faq.keno-section .select-dropdown {
    max-width: 58rem;
  }
}
.keno-faq.keno-section .panel {
  display: none;
}
.keno-faq.keno-section .panel.is-displayed {
  display: block;
}
body.mode-edit .keno-faq.keno-section .panel {
  display: block;
}
.keno-faq.keno-section .box-medium {
  width: 86.667vw;
  margin: auto;
  text-align: center;
}
@media (min-width: 950px) {
  .keno-faq.keno-section .box-medium {
    width: 58rem;
  }
}
.keno-faq.keno-section .richtext {
  color: #4f5254;
  padding: 7.333vw 0;
}
@media (min-width: 950px) {
  .keno-faq.keno-section .richtext {
    padding: 3rem 0;
  }
}
.keno-faq.keno-section .prizetables {
  text-align: center;
}
.keno-faq.keno-section .prizetables .stake-selector {
  padding-top: 6rem;
}
.keno-faq.keno-section p {
  font-size: 4vw;
  line-height: 1.3;
  padding-bottom: 5.333vw;
  margin: 0 auto;
  max-width: 86.667vw;
}
.keno-faq.keno-section p:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 950px) {
  .keno-faq.keno-section p {
    font-size: 1.5rem;
    padding-bottom: 2rem;
  }
}
.keno-faq.keno-section h2.hd {
  font-size: 5.333vw;
  color: #1e55a0;
  padding-bottom: 2.666vw;
}
@media (min-width: 950px) {
  .keno-faq.keno-section h2.hd {
    font-size: 2.5rem;
    padding-bottom: 2rem;
  }
}
.keno-faq.keno-section .btn {
  margin-top: 4.5vw;
}
@media (min-width: 950px) {
  .keno-faq.keno-section .btn {
    margin-top: 2rem;
  }
}



.keno-no-open-draw .keno-section {
  padding: 5rem 0 7rem;
}
.keno-no-open-draw .keno-section.manchete.top {
  padding: 0;
}
.keno-no-open-draw .keno-section .no-opendraw-headline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-weight: bold;
  font-style: italic;
  line-height: 5.6vw;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .keno-no-open-draw .keno-section .no-opendraw-headline {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}
.keno-no-open-draw .keno-section .no-opendraw-subheadline {
  max-width: 86.5vw;
  font-size: 4.4vw;
  font-weight: bold;
  font-style: italic;
  line-height: 6vw;
  color: #fff;
  text-transform: uppercase;
  padding-top: 1vw;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .keno-no-open-draw .keno-section .no-opendraw-subheadline {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 1rem;
  }
}
.keno-no-open-draw .keno-section .no-opendraw-subheadline.content {
  color: #00a5eb;
}
@media (min-width: 950px) {
  .keno-no-open-draw .keno-section .no-opendraw-subheadline.content {
    font-size: 2.5rem;
  }
}



.win-message-container {
  background-color: #00a5eb;
  padding: 4vw 14.13vw 4vw;
}
@media (min-width: 950px) {
  .win-message-container {
    padding: 3rem;
  }
}
.win-message-container .receive-winner-message-icon {
  width: 10vw;
  height: 10vw;
  margin: 0 auto 2.5vw;
}
@media (min-width: 950px) {
  .win-message-container .receive-winner-message-icon {
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 2rem;
  }
}
.win-message-container .notice-step {
  color: #FFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
.win-message-container .notice-step .headline {
  width: 100%;
  max-width: 86.5vw;
  font-size: 5.5vw;
  text-transform: uppercase;
  line-height: normal;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .win-message-container .notice-step .headline {
    font-size: 3rem;
  }
}
.win-message-container .notice-step .subheadline {
  width: 100%;
  max-width: 60vw;
  font-size: 4.27vw;
  text-transform: uppercase;
  padding: 1vw 0;
  margin: 0 auto;
}
@media (min-width: 950px) {
  .win-message-container .notice-step .subheadline {
    max-width: 86.5vw;
    font-size: 2.2rem;
    line-height: normal;
    padding: 1rem 0 2.5rem;
  }
}
@media (min-width: 950px) {
  .win-message-container .notice-step .checkbox-container {
    display: flex;
  }
}
.win-message-container .notice-step .checkbox-container .keno-checkbox {
  display: flex;
  margin: 3.34vw 0;
}
@media (min-width: 950px) {
  .win-message-container .notice-step .checkbox-container .keno-checkbox {
    margin: 0rem 2rem;
  }
}
.win-message-container .notice-step .checkbox-container .keno-checkbox label {
  display: flex;
  align-items: center;
  position: relative;
}
.win-message-container .notice-step .checkbox-container .keno-checkbox label:not(.ios-skin) {
  position: relative;
  padding: 0 0 0 3.33vw;
}
@media (min-width: 950px) {
  .win-message-container .notice-step .checkbox-container .keno-checkbox label:not(.ios-skin) {
    padding: 0 0 0 2rem;
  }
}
.win-message-container .notice-step .checkbox-container .keno-checkbox label .media-text {
  width: auto;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 950px) {
  .win-message-container .notice-step .checkbox-container .keno-checkbox label .media-text {
    font-size: 1.8rem;
  }
}



.keno-classic-game .statistics-component-for-game-client-wrapper,
.keno-system-game .statistics-component-for-game-client-wrapper,
.keno-lucky-game .statistics-component-for-game-client-wrapper {
  border-color: #1e55a0;
  background-color: #1e55a0;
  position: relative;
  z-index: 4;
}
.keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
  background-color: #00a5eb;
}
.keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  box-sizing: content-box;
}
.keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box {
  background-color: #fff;
}
.keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell,
.keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell,
.keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell {
  width: 8vw;
  height: 8vw;
  font-size: 3vw;
  line-height: 1;
  margin: 1vw;
  padding-top: 2.7vw;
  color: #fff;
  background-color: #0591da;
  border-radius: 6px;
  font-weight: bold;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell,
  .keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell,
  .keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0.5rem;
    padding-top: 0.9rem;
  }
}
.keno-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected .number-cell,
.keno-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected .number-cell,
.keno-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected .number-cell {
  background-color: #21375f;
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
.header-subtitle {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0;
  text-align: center;
  padding-top: 4rem;
  position: relative;
}
.header-subtitle__header {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-bottom: 0;
  padding: 0 1rem;
  color: #000000;
  font-weight: 900;
  margin-top: 0;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .header-subtitle__header {
    font-size: 4rem;
    line-height: 4.6rem;
    margin-bottom: 1.6rem;
  }
}
.header-subtitle__sub-header {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0 3rem;
  color: #a3a6ab;
  font-weight: 600;
  overflow-wrap: break-word;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-subtitle__sub-header {
    padding: 0 19rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media screen and (min-width: 950px) {
  .header-subtitle__sub-header {
    padding: 0 34%;
  }
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
:root {
  --multiStepsBannerBackgroundColor: #1c1c1c;
}
:root .region-vikinglotto,
:root .region-avalon-vikinglotto {
  --multiStepsBannerBackgroundColor: #0000ff;
}
:root .region-allornothing,
:root .region-avalon-allornothing {
  --multiStepsBannerBackgroundColor: #191339;
}
:root .region-eurojackpot,
:root .region-avalon-eurojackpot {
  --multiStepsBannerBackgroundColor: #151515;
}
:root .region-keno,
:root .region-avalon-keno {
  --multiStepsBannerBackgroundColor: #00a5eb;
}
:root .region-lotto,
:root .region-avalon-lotto {
  --multiStepsBannerBackgroundColor: #E11E00;
}
:root .region-playtogether,
:root .region-avalon-playtogether {
  --multiStepsBannerBackgroundColor: #094366;
}
:root .region-quick,
:root .region-avalon-quick {
  --multiStepsBannerBackgroundColor: #7f4488;
}
:root .region-subscription,
:root .region-avalon-subscription {
  --multiStepsBannerBackgroundColor: #2e3535;
}
.multi-steps-banner {
  width: 100%;
  padding: 2rem 0;
  position: relative;
  height: auto;
  justify-content: center;
  align-content: center;
  display: flex;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.multi-steps-banner__wrapper {
  background-color: var(--multiStepsBannerBackgroundColor, #1c1c1c);
  border-radius: 3rem;
  padding: 3rem 2rem;
  display: inline-block;
  width: 100%;
  margin: 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__wrapper {
    padding: 3rem;
    margin: 0 5rem;
    width: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .multi-steps-banner__wrapper {
    display: flex;
    padding: 0;
    width: 100%;
    text-align: center;
    max-width: 1440px;
    margin: 0 5rem;
  }
}
.multi-steps-banner__step {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__step {
    width: 33.3%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1216px) {
  .multi-steps-banner__step {
    width: 0;
    flex: 1 1 0;
    padding: 5rem 0;
    margin-top: 0;
  }
}
.multi-steps-banner__img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.2rem;
}
.multi-steps-banner__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 0 1rem;
  color: #FFFFFF;
  font-weight: 700;
  overflow-wrap: break-word;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .multi-steps-banner__text {
    padding: 0 4rem;
  }
}
.multi-steps-banner__text a {
  color: #FFFFFF;
  text-decoration: underline;
}



/* ===========================================
   imports
   ========================================= */
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   settings.breakpoints
   ========================================= */
/* ===========================================
   settings.colors
   ========================================= */
/* New theming colors (use these in future, convert old colors along the way)
   ========================================================================== */
/* Color variables used in AvalonComponents, Poker and Casino projects
/* (Old theming colors, should be slowly removed)
   ========================================================================== */
/* Corporate colors
   ========================================================================== */
/* Poker colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Bingo colors
   ========================================================================== */
/* Casino colors
   ========================================================================== */
/* Oddset colors
   ========================================================================== */
/* Virtuel colors
   ========================================================================== */
/* EuroJackpot colors
   ========================================================================== */
/* Set Color Variables
   ========================================================================== */
/* Components
   ========================================================================== */
/* *********** MIXINS ********** */
/* ===========================================
   tools.mixins
   ========================================= */
/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/**
 * Colors for Subscription
 */
/**
 * Primary
 */
/**
 * Text
 * Mobile font sizes have been halved
 */
/**
 * Buttons
 * Mobile font sizes have been halved
 */
.content-size-xs,
.content-size-sm,
.content-size-md,
.content-size-lg,
.content-size-full {
  width: 100%;
  margin: 0 auto 2rem;
}
.content-size-xs {
  max-width: 42rem;
}
.content-size-sm {
  max-width: 48rem;
}
.content-size-md {
  max-width: 52rem;
}
.content-size-lg {
  max-width: 60rem;
}
.content-size-full {
  max-width: none;
}
.content-size-extra-top {
  margin-top: 1rem !important;
}
.content-size-less-top {
  margin-top: -1rem !important;
}
.content-size-extra-bottom {
  margin-bottom: 3rem !important;
}
.content-size-less-bottom {
  margin-bottom: 1rem !important;
}
:root {
  --highlightBackground: #eeeeee;
}
:root .region-vikinglotto,
:root .region-avalon-vikinglotto {
  --highlightBackground: #0000ff;
}
:root .region-allornothing,
:root .region-avalon-allornothing {
  --highlightBackground: #191339;
}
:root .region-eurojackpot,
:root .region-avalon-eurojackpot {
  --highlightBackground: #151515;
}
:root .region-keno,
:root .region-avalon-keno {
  --highlightBackground: #00a5eb;
}
:root .region-lotto,
:root .region-avalon-lotto {
  --highlightBackground: #E11E00;
}
:root .region-playtogether,
:root .region-avalon-playtogether {
  --highlightBackground: #094366;
}
:root .region-quick,
:root .region-avalon-quick {
  --highlightBackground: #7f4488;
}
:root .region-subscription,
:root .region-avalon-subscription {
  --highlightBackground: #2e3535;
}
.card-cta {
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  padding-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}
.card-cta__wrapper {
  display: block;
  padding: 0 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .card-cta__wrapper {
    padding: 0 1.5rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__wrapper {
    padding: 0 5rem;
    width: 100%;
    max-width: 1440px;
  }
}
.card-cta__highlight {
  color: #FFFFFF !important;
  background-color: var(--highlightBackground, #eeeeee) !important;
}
.card-cta__card {
  color: #000000;
  width: 100%;
  text-align: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  background-color: #eeeeee;
  border-radius: 3rem;
  border-bottom: #dbdbdb 0.4rem solid;
  border-right: #dbdbdb 0.4rem solid;
  padding: 2.5rem 0;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .card-cta__card {
    width: 46%;
    margin: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__card {
    width: 0;
    flex: 1 1 0;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__card:first-child {
    margin-left: 0;
  }
  .card-cta__card:last-child {
    margin-right: 0;
  }
}
.card-cta__img {
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
}
.card-cta__small-header {
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.6rem;
  overflow-wrap: break-word;
  padding: 1rem 1.6rem 0;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .card-cta__small-header {
    line-height: 1.6rem;
  }
}
@media screen and (min-width: 1216px) {
  .card-cta__small-header {
    line-height: 1.6rem;
  }
}
.card-cta__text {
  line-height: 1.6rem;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  padding: 0 1.6rem 2.2rem;
  margin: 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .card-cta__text {
    padding: 0 1.6rem 2.2rem;
  }
}
@media screen and (min-width: 950px) {
  .card-cta__text {
    margin-bottom: 0;
  }
}
.card-cta__large-header {
  font-size: 2rem;
  line-height: 2.7rem;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 1.6rem;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  .card-cta__large-header {
    padding: 0 1.6rem 0;
    font-size: 2rem !important;
    line-height: 2.7rem !important;
  }
}
.card-cta__cta {
  background: #feb700;
  color: #000000;
  border-radius: 2.5rem;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  line-height: 4.3rem;
  padding-top: 0.1rem;
  font-weight: 800;
  display: inline-block;
  position: relative;
  outline: none;
  border: none;
  text-decoration: none;
  vertical-align: top;
  overflow: hidden;
  box-sizing: border-box;
  width: auto;
  text-transform: uppercase;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: 0.2s ease-out;
  margin: auto 1.6rem 0;
}
.card-cta__cta:hover {
  transition: 0.2s ease-in 0.05s;
  margin: auto 1.2rem 0;
  cursor: pointer;
}
.card-cta__cta:active,
.card-cta__cta:focus {
  background: #f5d900;
}
.card-cta__label {
  width: 12.8rem;
  height: 8.7rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.card-cta__label-text {
  font-weight: 800;
  font-size: 1.2rem;
  color: #FFFFFF;
  text-align: center;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  position: relative;
  padding: 0.6rem 0;
  left: -5.2rem;
  top: 1.2rem;
  width: 17.4rem;
  background-color: #ff3d1f;
}



.region-keno .video-wrapper {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  overflow: hidden;
}
.region-keno .video-wrapper video::-webkit-media-controls {
  display: none !important;
}
.region-keno .video-wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.region-keno .video-wrapper video {
  object-fit: inherit;
}
@media (min-width: 950px) {
  .region-keno .video-wrapper {
    display: block;
  }
}
.region-keno .video {
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: opacity 0.5s ease-in-out;
}
.region-keno .video.is-loading {
  opacity: 0;
}
.region-keno .video.can-playthrough {
  opacity: 1;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.date-picker-wrapper {
  position: relative;
  user-select: none;
  margin: 0 auto;
  width: 100%;
  color: #000000;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper {
    width: 42.6rem;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper {
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 3vw 13vw 3vw 4vw;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper {
    padding: 1rem 4rem 1rem 1.5rem;
    cursor: pointer;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
  font-size: 4.3vw;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: left;
  color: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
    font-size: 1.6rem;
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper .icon-arrow {
  width: 5.333vw;
  height: 3.2vw;
  fill: #4f5254;
  transition: transform 0.15s linear;
  position: absolute;
  top: 4.5vw;
  right: 4vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-placeholder-wrapper .icon-arrow {
    width: 1.6rem;
    height: 1.2rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper {
  width: 100%;
  max-height: 0;
  border-radius: 8px;
  margin-top: 0;
  padding: 0 6vw 4vw;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.15s linear, margin-top 0.15s linear, opacity 0.1s linear;
  pointer-events: none;
  border-width: 1px;
  border-style: solid;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper {
    padding: 0.5rem 2.2rem 3rem;
    box-sizing: border-box;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header {
  position: relative;
  overflow: hidden;
  font-size: 1.3rem;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow {
  padding: 3vw;
  position: absolute;
  top: 0;
  transition: opacity 0.15s linear, transform 0.15s linear;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow {
    padding: 1rem;
    top: 0.5rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon {
  width: 5.333vw;
  height: 3.2vw;
  fill: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow .icon {
    width: 1.6rem;
    height: 1.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow:not(.disabled):hover {
    transform: scale(1.15);
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.next {
  right: 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.next .icon {
  transform: rotate(-90deg);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.prev {
  left: 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.prev .icon {
  transform: rotate(90deg);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .navigate-arrow.disabled {
  opacity: 0.2;
  cursor: default;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .date-title {
  font-size: 4.3vw;
  font-weight: bold;
  text-align: center;
  padding: 3vw 3vw;
  display: block;
  text-transform: uppercase;
  color: #4f5254;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-header .date-title {
    font-size: 1.4rem;
    padding: 1.3rem 3rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
  border-width: 1px 0 1px 0;
  border-style: solid;
  padding: 3vw 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  user-select: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
    padding: 1.5rem 1rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper {
  width: 9.4vw;
  height: 6.4vw;
  font-size: 3.5vw;
  font-weight: bold;
  text-align: center;
  margin: 0.1vw 0.1vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  cursor: pointer;
  transition: color 0.1s linear;
  border-radius: 3px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper {
    width: 2.7rem;
    height: 2.1rem;
    font-size: 1.2rem;
    margin: 0.3rem 0.8rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:after {
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.1s linear, transform 0.15s linear;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:hover:after {
    opacity: 1;
    transform: scale(1);
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header {
  text-transform: uppercase;
  cursor: default;
  color: #000000;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:after {
  content: none;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected {
  cursor: default;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:hover > .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after {
  opacity: 1;
  border-radius: 3px;
  transform: scale(1);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive {
  cursor: default;
  border: none;
  color: #000000;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive .day-wrapper {
  opacity: 0.8;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.inactive:after {
  content: none;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.current-month {
  z-index: 1;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month.first-day-of-the-month:before {
  background: linear-gradient(to right, rgba(38, 32, 70, 0) 0%, rgba(0, 0, 0, 0.07) 20%, rgba(0, 0, 0, 0.07) 100%);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.previous-month.last-day-of-the-month:before {
  border-radius: 0 5px 5px 0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month.first-day-of-the-month:before {
  border-radius: 5px 0 0 5px;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.next-month.last-day-of-the-month:before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 80%, rgba(38, 32, 70, 0) 100%);
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr.header {
  color: #4f5254;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr .day-wrapper {
  color: #4f5254;
  font-weight: 600;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  top: -1vw;
  right: -0.6vw;
  bottom: -1vw;
  left: -0.6vw;
  z-index: -2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr:before {
    top: -0.3rem;
    right: -0.9rem;
    bottom: -0.3rem;
    left: -0.8rem;
  }
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:first-child {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .weeknr,
  .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.header:first-child {
    display: flex;
  }
}
.date-picker-wrapper.opened .date-picker-calendar-outer-wrapper {
  max-height: 100vh;
  margin-top: 3vw;
  pointer-events: auto;
  opacity: 1;
  transition: max-height 0.15s linear, margin-top 0.15s 0.05s linear, opacity 0.1s 0.05s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .date-picker-wrapper.opened .date-picker-calendar-outer-wrapper {
    max-height: 30rem;
    margin-top: 1rem;
    box-sizing: border-box;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.date-picker-wrapper .date-picker-placeholder-wrapper {
  background-color: #b8e6f9;
  border-color: transparent;
}
.date-picker-wrapper .date-picker-placeholder-wrapper .date-title {
  color: #1e55a0;
}
.date-picker-wrapper .date-picker-placeholder-wrapper .icon-arrow {
  fill: #1e55a0;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper {
  border-color: #00a5eb;
  background-color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper {
  border-color: #00a5eb;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:not(.weeknr):not(.inactive).selected .day-wrapper {
  color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:not(.weeknr):not(.inactive) .day-wrapper {
  color: #00a5eb;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper:after {
  background-color: #FFFFFF;
}
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:hover > .date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after,
.date-picker-wrapper .date-picker-calendar-outer-wrapper .date-picker-calendar-wrapper .calendar-cell-wrapper.selected:after {
  background-color: #00a5eb;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.mode-edit .lotto-section.manchete.top:before {
  content: none;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.calltoactionspot {
  text-align: center;
}
.calltoactionspot .call-to-action-box {
  max-width: 45rem;
  margin: 2vw auto 4vw;
}
@media (min-width: 960px) {
  .calltoactionspot .call-to-action-box {
    margin: 2rem auto 2rem;
  }
}
.calltoactionspot .call-to-action-box .btn.cta {
  margin-top: 4.5vw;
}
@media (min-width: 960px) {
  .calltoactionspot .call-to-action-box .btn.cta {
    margin-top: 2rem;
  }
}
.informationswitchercontent .two-column-spot {
  margin-bottom: 1vw;
}
@media (min-width: 960px) {
  .informationswitchercontent .two-column-spot {
    margin-bottom: 1rem;
  }
}
@media (min-width: 960px) {
  .informationswitchercontent .two-column-spot .call-to-action-box {
    margin: 0rem auto 2rem;
  }
}
@media (min-width: 960px) {
  .informationswitchercontent .two-column-spot .call-to-action-box .call-to-action-text {
    min-height: 7.6rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.promotion-spot {
  text-align: center;
  padding: 10vw 5vw;
  margin: 0 auto;
  position: relative;
}
.promotion-spot__wrapper {
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .promotion-spot__wrapper {
    flex-direction: column;
  }
}
.promotion-spot__icon {
  width: 7rem;
  height: 7rem;
}
@media (min-width: 960px) {
  .promotion-spot__icon {
    width: 12.8rem;
    height: 12.8rem;
    margin-bottom: 4rem;
    margin-right: 0;
  }
}
.promotion-spot__text {
  text-align: left;
  padding-right: 2.5rem;
  padding-left: 2rem;
}
@media (min-width: 960px) {
  .promotion-spot__text {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.promotion-spot__info-text {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .promotion-spot__info-text {
    max-width: 45rem;
  }
}
.promotion-spot__info-text:empty {
  display: none;
}
.promotion-spot__cta {
  display: none;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .promotion-spot__cta {
    display: inline-block;
    width: auto;
  }
}
.promotion-spot__arrow-icon {
  position: absolute;
  right: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
  transform: rotate(-90deg);
  fill: white;
}
@media (min-width: 960px) {
  .promotion-spot__arrow-icon {
    display: none;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.circlepromotionspot .richtext {
  width: 86.667vw;
  text-align: center;
  padding: 7.333vw 0;
  margin: auto;
}
@media (min-width: 960px) {
  .circlepromotionspot .richtext {
    width: 74rem;
    padding: 3rem 0;
  }
}
.circlepromotionspot .richtext .circle-promotion-text {
  max-width: 86.667vw;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: 8vw;
}
@media (min-width: 960px) {
  .circlepromotionspot .richtext .circle-promotion-text {
    width: 45rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.circlepromotionspot .richtext .circle-promotion-text:last-of-type {
  padding-bottom: 0;
}
.circlepromotionspot .richtext .circle-with-number {
  display: inline-block;
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
}
.circlepromotionspot .richtext .circle-with-number .number {
  font-size: 4.7rem;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.informationspot .richtext {
  width: 86.667vw;
  margin: auto;
  text-align: center;
  padding: 7.333vw 0;
}
@media (min-width: 960px) {
  .informationspot .richtext {
    width: 58rem;
    padding: 3rem 0;
  }
}
.informationspot .richtext p span a {
  display: block;
  margin-top: 1vw;
}
@media (min-width: 960px) {
  .informationspot .richtext p span a {
    margin-top: 1rem;
  }
}
.informationspot table {
  width: 100%;
  border-collapse: inherit;
  border-radius: 7.5px;
  table-layout: fixed;
  overflow: hidden;
}
.informationspot table td,
.informationspot table th {
  padding: 3.5vw 2.2vw;
  font-size: 3.2vw;
  border: 0.1rem solid;
}
@media (min-width: 960px) {
  .informationspot table td,
  .informationspot table th {
    padding: 1.7rem 1.3rem;
    font-size: 1.5rem;
  }
}
.informationspot table th {
  font-weight: bold;
}
.informationspot table thead th {
  font-weight: bold;
  font-size: 3.7vw;
  padding: 4vw;
}
@media (min-width: 960px) {
  .informationspot table thead th {
    padding: 2rem;
    font-size: 1.6rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.informationswitchercontent .panel {
  display: none;
}
.informationswitchercontent .panel.is-displayed {
  display: block;
}
body.mode-edit .informationswitchercontent .panel {
  display: block;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.informationswitcherspotview {
  padding: 15vw 0;
  text-align: center;
}
@media (min-width: 960px) {
  .informationswitcherspotview {
    padding: 5rem 0;
  }
}
.informationswitcherspotview .imagespot.numbergame {
  padding: 3vw 0 0;
}
@media (min-width: 960px) {
  .informationswitcherspotview .imagespot.numbergame {
    padding: 3rem 0 0;
  }
}
.informationswitcherspotview .select-dropdown {
  max-width: 86.667vw;
  margin: auto;
  display: block;
}
@media (min-width: 960px) {
  .informationswitcherspotview .select-dropdown {
    max-width: 58rem;
  }
}
.informationswitcherspotview .select-dropdown .cs-placeholder {
  color: white;
  border: none;
  font-size: 3.733vw;
  line-height: 1;
  text-transform: uppercase;
  transition: color 0.25s;
}
@media (min-width: 960px) {
  .informationswitcherspotview .select-dropdown .cs-placeholder {
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
.informationswitcherspotview .select-dropdown .select-options {
  border-color: white;
  border-width: 1px 0 1px 0;
}
.informationswitcherspotview .select-dropdown .select-options ul li {
  border-color: white;
  color: white;
}
.informationswitcherspotview .select-dropdown span {
  font-size: 3.733vw;
  line-height: 1;
  padding: 6.2vw 5vw 6.2vw;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .informationswitcherspotview .select-dropdown span {
    font-size: 1.8rem;
    line-height: 5rem;
    padding: 0.6rem 2.5rem 0.2rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .one-column-spot {
    display: flex;
  }
}
.one-column-spot .column-wrapper {
  width: 100%;
}
.one-column-spot .column-wrapper.grey {
  background-color: #f1f2f2;
}
.one-column-spot .column-wrapper .column-spots {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots {
    max-width: 96rem;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.center {
    width: 37rem;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 0 auto 0 auto;
  }
}
.one-column-spot .column-wrapper .column-spots.fillcolumn {
  padding: 4vw 0;
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.fillcolumn {
    padding: 1.6rem 1.6rem 0.8rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .one-column-spot .column-wrapper .column-spots.justify {
    padding: 0;
    margin-bottom: -4px;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .two-column-spot {
    display: flex;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper {
    width: 50%;
    display: inline-block;
  }
}
.two-column-spot .column-wrapper.grey {
  background-color: #f1f2f2;
}
.two-column-spot .column-wrapper:nth-child(odd) {
  text-align: right;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper:nth-child(odd) .column-spots.fillcolumn {
    padding: 0.8rem 0.8rem 1.6rem 1.6rem;
  }
}
.two-column-spot .column-wrapper:nth-child(even) {
  text-align: left;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper:nth-child(even) .column-spots.fillcolumn {
    padding: 0.8rem 1.6rem 1.6rem 0.8rem;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots {
    display: inline-block;
    box-sizing: border-box;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.center {
    width: 37rem;
    padding: 1.5rem 2rem 2rem;
    margin-bottom: 0;
  }
}
.two-column-spot .column-wrapper .column-spots.fillcolumn {
  padding: 0 0 4vw;
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.fillcolumn {
    width: 48rem;
    padding: 1.6rem;
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .two-column-spot .column-wrapper .column-spots.justify {
    width: 50rem;
    padding: 0;
    margin-bottom: -4px;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .region-vikinglotto .two-column-spot .column-wrapper.separated:nth-child(2n+1) {
    border-right: 0.1rem solid #0000ff;
  }
}
.region-vikinglotto .two-column-spot .column-wrapper.fill:nth-child(2n+0) {
  background-color: #000078;
}
.region-vikinglotto .two-column-spot .column-wrapper.fill:nth-child(2n+1) {
  background-color: #0000b4;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-lotto .two-column-spot .column-wrapper.separated {
  border-bottom: 0.1rem solid #a30003;
}
@media (min-width: 960px) {
  .region-lotto .two-column-spot .column-wrapper.separated {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .region-lotto .two-column-spot .column-wrapper.separated:nth-child(2n+1) {
    border-bottom: none;
    border-right: 0.1rem solid #a30003;
  }
}
.region-lotto .two-column-spot .column-wrapper.fill:nth-child(2n+0) {
  background-color: #E11E00;
}
.region-lotto .two-column-spot .column-wrapper.fill:nth-child(2n+1) {
  background-color: #E11E00;
}
@media (min-width: 960px) {
  .region-lotto .two-column-spot .column-wrapper .column-spots.justify {
    width: 48rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .region-keno .two-column-spot .column-wrapper.separated:nth-child(2n+1) {
    border-right: 0.1rem solid #99dbf7;
  }
}
.region-keno .two-column-spot .column-wrapper.fill:nth-child(2n+0) {
  background-color: #e0f4fd;
}
.region-keno .two-column-spot .column-wrapper.fill:nth-child(2n+1) {
  background-color: #b8e6f9;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@media (min-width: 960px) {
  .region-eurojackpot .two-column-spot .column-wrapper.separated:nth-child(2n+1) {
    border-right: 0.1rem solid #FFFFFF;
  }
}
.region-eurojackpot .two-column-spot .column-wrapper.fill:nth-child(2n+0) {
  background-color: #201e20;
}
.region-eurojackpot .two-column-spot .column-wrapper.fill:nth-child(2n+1) {
  background-color: #171717;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.carouselspot {
  position: relative;
  background-color: #f1f2f2;
  padding: 7vw 0 14vw;
  height: 56vw;
}
@media (min-width: 960px) {
  .carouselspot {
    padding: 4rem 0;
    height: auto;
  }
}
.carouselspot .carousel {
  position: absolute;
  width: 300vw;
  left: 10vw;
  margin: auto;
  overflow: hidden;
  transition: transform 0.5s ease-out;
}
@media (min-width: 960px) {
  .carouselspot .carousel {
    position: relative;
    left: auto;
    width: 96rem;
  }
}
.carouselspot .carousel .subitem {
  margin-right: 4vw;
  cursor: pointer;
  float: left;
}
@media (min-width: 960px) {
  .carouselspot .carousel .subitem {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .carouselspot .carousel .subitem.small {
    margin-right: 1.5rem;
    width: 31rem;
  }
}
.carouselspot .carousel .subitem.small:last-child {
  margin-right: 0;
}
@media (min-width: 960px) {
  .carouselspot .carousel .subitem.medium {
    width: 46rem;
    margin-right: 4rem;
  }
}
.carouselspot .carousel .subitem.medium:last-child {
  margin-right: 0;
}
@media (min-width: 960px) {
  .carouselspot .carousel .subitem.large {
    width: 96rem;
    margin-bottom: 4rem;
  }
}
.carouselspot .carousel .subitem.small,
.carouselspot .carousel .subitem.medium,
.carouselspot .carousel .subitem.large {
  width: 80vw;
  height: 56vw;
}
@media (min-width: 960px) {
  .carouselspot .carousel .subitem.small,
  .carouselspot .carousel .subitem.medium,
  .carouselspot .carousel .subitem.large {
    width: 31rem;
    height: 21.4rem;
  }
}
.carouselspot .carousel-nav {
  bottom: 3.5vw;
  position: absolute;
  width: 100%;
  text-align: center;
}
.carouselspot .carousel-nav span {
  background-color: #cfd0d1;
  width: 2.67vw;
  height: 2.67vw;
  border-radius: 50%;
  display: inline-block;
  margin: 1.34vw;
  cursor: pointer;
}
.carouselspot .carousel-nav span.active {
  background-color: #808285;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.top-spot-page-header {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0 4vw;
  font-size: 0;
}
@media (min-width: 960px) {
  .top-spot-page-header {
    min-height: 40rem;
    padding: 4rem 0;
  }
}
.top-spot-page-header .background-image-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.top-spot-page-header .background-image-wrapper .background-image {
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}
.top-spot-page-header .top-spot-splash {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: left;
  font-size: 0;
  margin-bottom: -4vw;
  pointer-events: none;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot-splash {
    width: auto;
    position: absolute;
    margin-bottom: 0;
  }
}
.top-spot-page-header .top-spot-splash.right {
  text-align: right;
}
.top-spot-page-header .top-spot-splash img {
  width: 40vw;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot-splash img {
    width: auto;
  }
}
.top-spot-page-header .top-spot__content-wrapper {
  text-align: center;
  margin-top: 6vw;
  z-index: 1;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper {
    margin-top: 0;
    width: 96rem;
  }
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__icon-box {
    margin-bottom: 3rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__icon-box .icon__image {
  height: 9vw;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__icon-box .icon__image {
    height: 3rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__icon-box .icon-tag__line {
  font-size: 3vw;
  color: #fff;
  display: block;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__icon-box .icon-tag__line {
    font-size: 1.5rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper {
  color: #fff;
  margin: auto;
  font-weight: bold;
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .preface-text__line {
  font-size: 4vw;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .preface-text__line {
    font-size: 2.8rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .title-text__line {
  font-weight: 900;
  font-size: 18vw;
  line-height: 1;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .title-text__line {
    font-size: 14rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .subtitle-text__line {
  font-size: 6vw;
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__text-wrapper .subtitle-text__line {
    font-size: 4rem;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__button {
  color: #1d1d1d;
  font-weight: 700;
  font-size: 4vw;
  text-decoration: none;
  line-height: 10.7vw;
  padding: 0 4vw;
  background-color: #feb700;
  display: inline-block;
  border-radius: 6px;
  margin: 4vw auto;
}
@media (min-width: 768px) and (max-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__button {
    font-size: 3vw;
    line-height: 8vw;
  }
}
@media (min-width: 960px) {
  .top-spot-page-header .top-spot__content-wrapper .top-spot__button {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0 1.2rem;
    margin: 2rem auto 0;
  }
}
.top-spot-page-header .top-spot__content-wrapper .top-spot__flipclock-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 2rem;
}
.top-spot-page-header.manchete-top {
  width: 200%;
  transform: translateX(-25%);
  border-radius: 50% / 10vw;
  overflow: hidden;
  margin-top: -1.5vw;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.top-spot-page-header.manchete-bottom {
  width: 200%;
  transform: translateX(-25%);
  border-radius: 50% / 10vw;
  overflow: hidden;
  margin-bottom: -1.5vw;
  position: relative;
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.top-spot-page-header.manchete-top.manchete-bottom {
  border-radius: 50% / 10vw;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.upsale-spot-view .upsale-spot {
  position: relative;
  margin: 0 auto;
}
.upsale-spot-view .upsale-spot .upsale-image-container {
  font-size: 0;
  line-height: 0;
  display: block;
}
.upsale-spot-view .upsale-spot .upsale-image-container .upsale-image {
  width: 100%;
  height: 100%;
}
.upsale-spot-view .upsale-spot .upsale-content-container {
  text-align: center;
  position: absolute;
  line-height: 0.9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 3rem;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-title {
  font-size: 12vw;
  color: #fff;
  position: absolute;
  margin: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-title {
    font-size: 6rem;
    width: auto;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-text {
  font-size: 12vw;
  color: #fff;
  position: absolute;
  margin: 0;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-text {
    font-size: 6rem;
    width: auto;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta {
  position: static;
  margin-top: 45.6vw;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta {
    margin-top: 12.8rem;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta:hover {
  background-color: #f5d900;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper {
  font-size: 0;
  position: absolute;
  right: 2vw;
  bottom: 2vw;
  text-align: right;
  z-index: -1;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper {
    right: 1rem;
    bottom: 1rem;
  }
}
.upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper .upsale-logo {
  max-height: 4vw;
}
@media (min-width: 960px) {
  .upsale-spot-view .upsale-spot .upsale-content-container .upsale-logo-wrapper .upsale-logo {
    max-width: 8rem;
    max-height: 2rem;
  }
}



.header-spot .section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.news-list {
  text-align: center;
}
.news-list .section {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 960px) {
  .news-list .section {
    padding-top: 0rem;
  }
}
.news-list .section .news-heading {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .news-list .section .news-heading {
    box-sizing: border-box;
  }
}
.news-list .section .news-heading .top-logo {
  margin-bottom: 4vw;
}
@media (min-width: 960px) {
  .news-list .section .news-heading .top-logo {
    margin-bottom: 3rem;
  }
}
.news-list .section .news-heading .top-logo img {
  width: 17.33vw;
  height: 17.33vw;
}
@media (min-width: 960px) {
  .news-list .section .news-heading .top-logo img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.news-list .section .news-heading .topspot-headline {
  max-width: 86.5vw;
  font-size: 10.6vw;
  line-height: 10vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-list .section .news-heading .topspot-headline {
    font-size: 6rem;
    line-height: 5.4rem;
  }
}
.news-list .section .news-heading .topspot-subheadline {
  max-width: 86.5vw;
  font-size: 5.15vw;
  text-transform: none;
  line-height: 5.5vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news-list .section .news-heading .topspot-subheadline {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}
.news-list .section .content-wrapper {
  text-align: center;
  z-index: 4;
  padding: 0;
  margin: 0 auto;
}
.news-list .section .content-wrapper .news-block {
  width: 100%;
  max-width: 86.67vw;
  border-bottom: 0.1rem solid #a3a6ab;
  padding: 8vw 0;
  margin: auto;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block {
    max-width: 58rem;
    padding: 4rem 0;
  }
}
.news-list .section .content-wrapper .news-block:last-child {
  border-bottom: none;
}
.news-list .section .content-wrapper .news-block .date {
  font-size: 3.73vw;
  line-height: normal;
}
@media (min-width: 768px) {
  .news-list .section .content-wrapper .news-block .date {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.news-list .section .content-wrapper .news-block a.heading-link {
  text-decoration: none;
}
.news-list .section .content-wrapper .news-block a.heading-link .headline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-weight: 900;
  line-height: 5.6vw;
  margin: 1.5rem auto 2rem;
}
@media (min-width: 768px) {
  .news-list .section .content-wrapper .news-block a.heading-link .headline {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .news-list .section .content-wrapper .news-block a.heading-link .headline {
    font-size: 3.3rem;
  }
}
.news-list .section .content-wrapper .news-block .teaser-details {
  font-size: 3.73vw;
  color: #4f5254;
  display: block;
  margin-bottom: 5vw;
}
@media (min-width: 768px) {
  .news-list .section .content-wrapper .news-block .teaser-details {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .news-list .section .content-wrapper .news-block .teaser-details {
    font-size: 1.8rem;
  }
}
.news-list .section .content-wrapper .news-block .svg-icon-arrow-right {
  position: absolute;
  top: -0.3vw;
  right: 3vw;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block .svg-icon-arrow-right {
    position: absolute;
    top: -0.1rem;
    right: 1.3rem;
  }
}
.news-list .section .content-wrapper .news-block .svg-icon-arrow-right svg {
  fill: #322b00;
  width: 3.47vw;
  height: 2.134vw;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block .svg-icon-arrow-right svg {
    width: 1.3rem;
    height: 0.8rem;
  }
}
.news-list .section .content-wrapper .news-block .btn {
  color: #322b00;
  background-color: #feb700;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 0 5.5vw 0 2vw;
  margin: 2rem auto 0;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block .btn {
    padding: 0 2.5rem 0 1.2rem;
  }
}
.news-list .section .top-spot-filling {
  min-height: 35rem;
}
.news-list .section .content-wrapper .news-block.single {
  padding: 15vw 0 6vw;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block.single {
    padding: 4rem 0;
    max-width: 58rem;
  }
}
.news-list .section .content-wrapper .news-block.single .news-item-headline {
  max-width: 86.5vw;
  font-size: 5.4vw;
  font-weight: 900;
  line-height: 5.6vw;
  margin: 1.5rem auto 2rem;
}
@media (min-width: 960px) {
  .news-list .section .content-wrapper .news-block.single .news-item-headline {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
.news-list .section .content-wrapper .svg-social-share {
  width: 4rem;
  height: 4rem;
  margin: 2rem 1.2rem;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-eurojackpot .news-list .section {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.region-eurojackpot .news-list .section:first-of-type {
  background-color: #000000;
  border-color: #000000;
}
.region-eurojackpot .news-list .section .news-heading {
  padding: 8vw 0;
}
@media (min-width: 960px) {
  .region-eurojackpot .news-list .section .news-heading {
    min-height: 32rem;
    padding: 5rem 0;
  }
}
.region-eurojackpot .news-list .section .news-heading .topspot-headline {
  margin-bottom: 5vw;
}
@media (min-width: 960px) {
  .region-eurojackpot .news-list .section .news-heading .topspot-headline {
    margin-bottom: 3rem;
  }
}
.region-eurojackpot .news-list .section .content-wrapper {
  color: #FFFFFF;
}
.region-eurojackpot .news-list .section .content-wrapper .news-block .date {
  color: #f2f2f2;
}
.region-eurojackpot .news-list .section .content-wrapper .news-block a.heading-link .headline {
  color: #FFFFFF;
  line-height: 6.8vw;
}
@media (min-width: 960px) {
  .region-eurojackpot .news-list .section .content-wrapper .news-block a.heading-link .headline {
    line-height: 4.5rem;
  }
}
.region-eurojackpot .news-list .section .content-wrapper .news-block .teaser-details {
  color: #FFFFFF;
}
@media (min-width: 960px) {
  .region-eurojackpot .news-list .section .content-wrapper .news-block.single .news-item-headline {
    font-weight: 900;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-keno .news-list .section .news-heading {
  background-color: #00a5eb;
  padding: 12vw 0 24vw;
}
@media (min-width: 960px) {
  .region-keno .news-list .section .news-heading {
    min-height: 34rem;
    padding: 5rem 0;
  }
}
.region-keno .news-list .section .news-heading .topspot-headline {
  font-size: 6.6vw;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 2vw;
}
@media (min-width: 960px) {
  .region-keno .news-list .section .news-heading .topspot-headline {
    font-size: 4rem;
    margin-bottom: 1rem;
  }
}
.region-keno .news-list .section .news-heading .topspot-subheadline {
  text-transform: uppercase;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .region-keno .news-list .section .news-heading .topspot-subheadline {
    margin-top: 2rem;
  }
}
@media (min-width: 960px) {
  .region-keno .news-list .section .content-wrapper {
    margin-top: 0;
  }
}
.region-keno .news-list .section .content-wrapper .news-block {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 960px) {
  .region-keno .news-list .section .content-wrapper .news-block {
    padding: 4rem 0;
  }
}
.region-keno .news-list .section .content-wrapper .news-block .date {
  color: #a3a6ab;
}
.region-keno .news-list .section .content-wrapper .news-block a.heading-link .headline {
  text-transform: uppercase;
  color: #1e55a0;
  margin: 1.5rem auto;
}
@media (min-width: 960px) {
  .region-keno .news-list .section .content-wrapper .news-block a.heading-link .headline {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.region-keno .news-list .section .content-wrapper .news-block .btn {
  background-color: #99dbf7;
}
.region-keno .news-list .section .content-wrapper .news-item-headline {
  color: #1e55a0;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-lotto .news-list .section .news-heading {
  background-color: #E11E00;
  padding: 6vw 0 10vw;
}
@media (min-width: 960px) {
  .region-lotto .news-list .section .news-heading {
    min-height: 38rem;
    padding: 5rem 0;
  }
}
.region-lotto .news-list .section .news-heading .topspot-headline {
  text-transform: uppercase;
  margin-bottom: 5vw;
}
@media (min-width: 960px) {
  .region-lotto .news-list .section .news-heading .topspot-headline {
    margin-bottom: 3rem;
  }
}
@media (min-width: 960px) {
  .region-lotto .news-list .section .content-wrapper {
    margin-top: 0;
  }
}
.region-lotto .news-list .section .content-wrapper .news-block {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 960px) {
  .region-lotto .news-list .section .content-wrapper .news-block {
    padding: 2rem 0;
  }
}
.region-lotto .news-list .section .content-wrapper .news-block .date {
  color: #a3a6ab;
}
.region-lotto .news-list .section .content-wrapper .news-block a.heading-link .headline {
  color: #E11E00;
  text-transform: uppercase;
}
.region-lotto .news-list .section .content-wrapper .news-block.single .news-item-headline {
  text-transform: uppercase;
  color: #E11E00;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-vikinglotto .news-list .section {
  min-height: 355px;
}
.region-vikinglotto .news-list .section.manchete.top {
  padding-top: 5rem;
}
.region-vikinglotto .news-list .section .news-heading {
  padding: 10vw 0;
  background-color: #000078;
}
@media (min-width: 960px) {
  .region-vikinglotto .news-list .section .news-heading {
    min-height: 38rem;
    padding: 5rem 0;
  }
}
.region-vikinglotto .news-list .section .news-heading .topspot-headline {
  text-transform: uppercase;
  margin: 8vw auto 5vw;
}
@media (min-width: 960px) {
  .region-vikinglotto .news-list .section .news-heading .topspot-headline {
    margin: 4rem auto 3rem;
  }
}
.region-vikinglotto .news-list .section .news-heading .topspot-subheadline {
  margin-top: 2vw;
}
@media (min-width: 960px) {
  .region-vikinglotto .news-list .section .news-heading .topspot-subheadline {
    margin-top: 2rem;
  }
}
.region-vikinglotto .news-list .section .content-wrapper .news-block .date {
  color: #4f5254;
}
.region-vikinglotto .news-list .section .content-wrapper .news-block a.heading-link .headline {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #000078;
}
.region-vikinglotto .news-list .section .content-wrapper .news-block.single .news-item-headline {
  text-transform: uppercase;
  color: #000078;
}
@media (min-width: 960px) {
  .region-vikinglotto .news-list .section .content-wrapper .news-block.single .news-item-headline {
    font-weight: 900;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.how-to-play-popup {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 100vw;
  transform: translate3d(0, 0, 0);
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}
.how-to-play-popup.show {
  transform: translate3d(-100vw, 0, 0);
  opacity: 1;
}
.how-to-play-popup.show .close-button-wrapper {
  display: block;
}
.how-to-play-section .headline {
  max-width: 78vw;
  font-size: 10.7vw;
  color: #E11E00;
  line-height: 9.4vw;
  text-align: center;
  margin: 18vw auto 4vw;
}
@media (min-width: 768px) {
  .how-to-play-section .headline {
    width: 41rem;
    font-size: 4rem;
    line-height: 4.5rem;
    margin: 10rem auto 3rem;
  }
}
.how-to-play-section .text {
  max-width: 80.4vw;
  font-size: 4vw;
  line-height: 5.1vw;
  color: #4f5254;
  text-align: center;
  margin: 0 auto 8vw;
}
@media (min-width: 768px) {
  .how-to-play-section .text {
    max-width: 55rem;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 2.5rem;
    margin: 0 auto 0;
  }
}
.how-to-play-section .video-headline {
  max-width: 86.7vw;
  font-size: 5.4vw;
  line-height: 5.6vw;
  text-align: center;
  margin: 5.5vw auto 0;
}
@media (min-width: 768px) {
  .how-to-play-section .video-headline {
    font-size: 2rem;
    line-height: 2.4rem;
    margin: 4.9rem auto 0;
  }
}
.how-to-play-section .close-button-wrapper {
  position: fixed;
  top: 4.6vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 86.7vw;
  height: 5rem;
  z-index: 999;
}
@media (min-width: 960px) {
  .how-to-play-section .close-button-wrapper {
    max-width: 96rem;
    top: 0;
    display: none;
  }
}
.how-to-play-section .btn.close {
  min-width: 4rem;
  height: 5rem;
}
@media (min-width: 960px) {
  .how-to-play-section .btn.close {
    min-width: 5rem;
    height: 4rem;
    top: 1.5rem;
    right: 1rem;
  }
}
.how-to-play-section .btn.close:before,
.how-to-play-section .btn.close:after {
  left: 47%;
  top: 18%;
  width: 1.2vw;
  height: 6.5vw;
  background-color: #4f5254;
  border-top: 0.1rem solid white;
  border-bottom: 0.1rem solid white;
}
@media (min-width: 960px) {
  .how-to-play-section .btn.close:before,
  .how-to-play-section .btn.close:after {
    width: 0.5rem;
    height: 2.5rem;
  }
}
.open .how-to-play-section .btn.close {
  opacity: 1;
}
@media (min-width: 960px) {
  .how-to-play-section .video-list {
    max-width: 96rem;
    margin: auto;
  }
}
@media (min-width: 960px) {
  .how-to-play-section .video-element {
    width: 50%;
    padding: 0 2.5rem;
    box-sizing: border-box;
    float: left;
  }
}
.how-to-play-section .video-element .video-box {
  position: relative;
  max-width: 86.7vw;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 format */
  margin: 4.7vw auto;
}
@media (min-width: 960px) {
  .how-to-play-section .video-element .video-box {
    margin: 3rem auto;
  }
}
.how-to-play-section .video-element .video-box.video-playing .video-image,
.how-to-play-section .video-element .video-box.video-playing .video-overlay,
.how-to-play-section .video-element .video-box.video-playing .video-play-button {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) translateZ(0);
}
.how-to-play-section .video-element .video-box.video-ready .play-button {
  display: block;
}
.how-to-play-section .video-element .video-box.video-ready .play-spinner {
  display: none;
}
.how-to-play-section .video-element .video-box iframe {
  width: 100%;
  height: 100%;
}
.how-to-play-section .video-element .video-image {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s 0.1s, visibility 0.3s 0.1s, transform 0.3s 0.1s;
}
@media (min-width: 960px) {
  .how-to-play-section .video-element .video-image {
    display: block;
  }
}
.how-to-play-section .video-element .video-frame {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.how-to-play-section .video-element .video-frame > div {
  display: none;
}
.how-to-play-section .video-element .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.how-to-play-section .video-element .video-play-button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15.9vw;
  height: 15.9vw;
  background: #fff;
  border-radius: 50%;
  margin: -7.95vw 0 0 -7.95vw;
  cursor: pointer;
}
@media (min-width: 960px) {
  .how-to-play-section .video-element .video-play-button {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: -4rem 0 0 -4rem;
  }
}
.how-to-play-section .video-element .video-play-button .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2vw 0 0 -1.4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.25vw 0 2.25vw 4.5vw;
  border-color: transparent transparent transparent #E11E00;
  display: none;
}
@media (min-width: 960px) {
  .how-to-play-section .video-element .video-play-button .play-button {
    margin: -1.2rem 0 0 -0.8rem;
    border-width: 1.2rem 0 1.2rem 2.4rem;
  }
}
.how-to-play-section .video-element .video-play-button .play-spinner {
  top: 50%;
  left: 50%;
  color: #000;
  font-size: 1.5vw;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: relative;
  animation: spinner 1.3s infinite linear;
  transform: translateZ(0);
  margin-left: -0.75em;
  margin-top: -0.75em;
}
@media (min-width: 960px) {
  .how-to-play-section .video-element .video-play-button .play-spinner {
    font-size: 0.7rem;
    margin-left: -0.9em;
    margin-top: -0.9em;
  }
}
.how-to-play-section .how-to-play-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 7rem;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0.35, 1.25), opacity 0.5s ease-out;
  z-index: 10;
  overflow: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.how-to-play-section .how-to-play-content {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .how-to-play-section .how-to-play-content {
    max-width: 96rem;
  }
}
.how-to-play .how-to-play-section .how-to-play-content-wrapper {
  position: relative;
  overflow-x: hidden;
}
.open .top-navigation {
  display: none;
}
.mode-edit .how-to-play-popup .how-to-play-content-wrapper {
  opacity: 1;
  position: relative;
  overflow: hidden;
  height: auto;
}
.mode-edit .how-to-play-popup .how-to-play-content-wrapper div.scLooseFrameZone {
  overflow-y: unset;
}
.mode-edit.open.bleed,
.mode-edit.open.lock {
  padding: 0 !important;
  overflow: auto;
}
@keyframes spinner {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.region-keno .how-to-play-section .headline {
  font-style: italic;
  color: #00a5eb;
  text-transform: uppercase;
}
.region-keno .how-to-play-section .text {
  color: #a3a6ab;
}
.region-keno .how-to-play-section .video-headline {
  color: #00a5eb;
  text-transform: uppercase;
}
.region-keno .how-to-play-section .video-element .video-frame {
  background: #00a5eb;
}
.region-keno .how-to-play-section .video-element .video-play-button .play-button {
  border-color: transparent transparent transparent #00a5eb;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.confirm-page * {
  box-sizing: border-box;
}
.confirm-page .confirm-page__extra-campaigns {
  width: calc(100% - 4rem);
  max-width: 49rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page .confirm-page__extra-campaigns {
    max-width: 54rem;
  }
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible {
  max-width: 100%;
  width: 100%;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-text {
  text-align: right;
  color: #E11E00;
  flex: 0;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-highlight-text {
  flex: 1;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-read-more {
  font-size: 1.2rem;
  line-height: 2rem;
  cursor: pointer;
  text-decoration: underline;
}
.confirm-page .confirm-page__extra-campaigns .confirm-page__collapsible-top-row-icon {
  color: #E11E00;
}
.confirm-page .confirm-page__extra-campaigns-headline {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding-top: 2.2rem;
}
.confirm-page__wrapper {
  background: white;
  padding: 2rem 0 0;
  box-sizing: border-box;
}
.confirm-page__wrapper .confirm-page__content {
  background-color: transparent;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .confirm-page__wrapper {
    padding-top: 4rem;
  }
}
.confirm-page__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
  padding: 2rem 0 0;
}
.confirm-page__title {
  margin: 0 2rem 2rem;
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .confirm-page__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}
.confirm-page__collapsible {
  width: calc(100% - 4rem);
  max-width: 49rem;
  border-bottom: 0.2rem dashed #dadbdd;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .confirm-page__collapsible {
    max-width: 54rem;
  }
}
.confirm-page__collapsible-top {
  position: relative;
  height: 5.8rem;
  display: flex;
  align-items: center;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top {
  cursor: pointer;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: transform 100ms ease-out;
  height: 1.6rem;
  width: 1.6rem;
  right: 0;
  top: 2.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuNDA0MyAxLjk2NzlMNy4yNzAwOCA4LjE4NDUyQzcuNjY5MTQgOC42MDc0NCA4LjM0MzUxIDguNjAyMDEgOC43MzU3IDguMTcyNzJMMTQuNDA0MyAxLjk2NzkiIHN0cm9rZT0iIzIyMjIyMiIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
}
.confirm-page__collapsible--show .confirm-page__collapsible-top::after {
  transform: rotate(0.5turn);
}
.confirm-page__collapsible-bottom {
  transition: transform 200ms cubic-bezier(0, 1.7, 0.3, 1), padding-top 200ms cubic-bezier(0, 1.7, 0.3, 1);
  transform: translateY(-1rem);
  padding: 0;
  height: 0;
  overflow: hidden;
}
.confirm-page__collapsible--show .confirm-page__collapsible-bottom {
  padding: 0 0 2rem;
  height: auto;
  transform: translateY(0);
}
.confirm-page__collapsible-top-row {
  display: flex;
  font-weight: bold;
  align-items: center;
  width: 100%;
}
.confirm-page__collapsible-action-cell {
  flex: 1;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.confirm-page__action-button {
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  border: 1px solid;
  border-radius: 1.6rem;
  cursor: pointer;
  transition: scale 100ms ease-out;
}
.confirm-page__action-button:hover {
  scale: 1.02;
}
.confirm-page__edit-button-wrapper {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 2rem;
  right: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: scale 100ms ease-out;
}
.confirm-page__edit-button-wrapper:hover {
  scale: 1.04;
}
.confirm-page__edit-button {
  width: 1.8rem;
  height: 1.8rem;
}
.confirm-page__collapsible-top-row-icon {
  flex: 0 0 5rem;
  margin-bottom: -0.2rem;
}
@media screen and (min-width: 768px) {
  .confirm-page__collapsible-top-row-icon {
    flex: 0 0 6rem;
  }
}
.confirm-page__collapsible-top--disabled .confirm-page__collapsible-top-row-icon {
  opacity: 0.6;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-draw {
  width: 2.7rem;
  height: 2.6rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-joker {
  width: 3.6rem;
  height: 2.1rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-rows {
  width: 2.7rem;
  height: 3.5rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-calendar {
  width: 2.7rem;
  height: 3.1rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-stake-per-row {
  width: 3.1rem;
  height: 2.6rem;
}
.confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  width: 3.2rem;
  height: 3.2rem;
  color: currentColor;
}
.region-eurojackpot .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #bb7f36;
}
.region-keno .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #00a5eb;
}
.region-lotto .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #E11E00;
}
.region-vikinglotto .confirm-page__collapsible-top-row-icon svg.confirm-page__collapsible-icon-campaign {
  color: #0000ff;
}
.confirm-page__collapsible-top-row-highlight-text {
  flex: 0 0 11rem;
  padding-right: 1rem;
  color: #000000;
}
.confirm-page__collapsible-top--disabled .confirm-page__collapsible-top-row-highlight-text {
  opacity: 0.6;
}
.confirm-page__collapsible-top-row-highlight-text--full-width {
  flex: auto;
}
.region-allornothing .confirm-page__collapsible-top-row-highlight-text {
  color: #312F51;
}
.region-eurojackpot .confirm-page__collapsible-top-row-highlight-text {
  color: #bb7f36;
}
.region-keno .confirm-page__collapsible-top-row-highlight-text {
  color: #00a5eb;
}
.region-lotto .confirm-page__collapsible-top-row-highlight-text {
  color: #E11E00;
}
.region-vikinglotto .confirm-page__collapsible-top-row-highlight-text {
  color: #0000ff;
}
@media screen and (min-width: 768px) {
  .confirm-page__collapsible-top-row-highlight-text {
    flex: 0 0 18rem;
  }
  .confirm-page__collapsible-top-row-highlight-text--full-width {
    flex: auto;
  }
}
.confirm-page__collapsible-top-row-text {
  flex: 1;
}
.confirm-page__collapsible--can-open .confirm-page__collapsible-top-row-text {
  padding-right: 2rem;
}
.confirm-page__table-header {
  font-size: 1.6rem;
  padding: 0.2rem 0 0.2rem;
  margin: 0 auto;
  min-height: 3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .confirm-page__table-header {
    max-width: 36rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__table-header {
    max-width: 41rem;
  }
}
.confirm-page__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .confirm-page__table {
    max-width: 37rem;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .confirm-page__table {
    max-width: 42rem;
  }
}
.confirm-page__table .confirm-page__table-row {
  display: flex;
}
.confirm-page__table .confirm-page__table-row--has-joker {
  background-repeat: no-repeat;
  background-size: 3rem 3rem;
  background-position: calc(100% - 1rem) center;
}
.region-eurojackpot .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#eurojackpot-joker_use");
}
.region-lotto .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#lotto-joker_use");
}
.region-vikinglotto .confirm-page__table .confirm-page__table-row--has-joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons.svg#vikinglotto-joker_use");
}
.confirm-page__table .confirm-page__table-row:nth-child(odd) {
  background-color: #dadbdd;
}
.confirm-page__table .confirm-page__table-cell {
  padding: 0.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  flex: 1;
}
.confirm-page__table .confirm-page__table-cell--index {
  flex: 0 0 5rem;
  padding-right: 1rem;
  justify-content: end;
  font-weight: bold;
  text-align: right;
}
.confirm-page__table .confirm-page__table-cell-icon-delete {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.confirm-page__table .confirm-page__table-cell-icon-delete svg {
  width: 1rem;
  height: 1rem;
}
.confirm-page__total {
  width: calc(100% - 4rem);
  height: 5.8rem;
  max-width: 49rem;
  border-bottom: 0.2rem solid #000000;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page__total {
    max-width: 54rem;
  }
}
.confirm-page__total-label {
  flex: 0 0 16rem;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .confirm-page__total-label {
    flex: 0 0 24rem;
    padding-left: 6rem;
  }
}
.confirm-page__terms {
  max-width: 49rem;
  padding: 0 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .confirm-page__terms {
    margin-bottom: 4rem;
  }
}
.confirm-page__terms a {
  color: #000000;
  font-weight: bold;
}
.confirm-page__go-to-payment-subheader {
  font-size: 1.6rem;
  padding: 2rem 0;
  color: #000000;
  font-weight: 600;
}
.confirm-page__go-to-payment-subheader > span {
  color: #000000;
  font-weight: 700;
}
@keyframes info-message-animation {
  0% {
    transform: scale(1) rotate(0);
  }
  10% {
    transform: scale(1.13) rotate(5deg);
  }
  20% {
    transform: scale(1.13) rotate(-5deg);
  }
  30% {
    transform: scale(1.13) rotate(5deg);
  }
  40% {
    transform: scale(1.13) rotate(-5deg);
  }
  50% {
    transform: scale(1.13) rotate(5deg);
  }
  60% {
    transform: scale(1.13) rotate(-5deg);
  }
  70% {
    transform: scale(1.13) rotate(5deg);
  }
  80% {
    transform: scale(1.13) rotate(-5deg);
  }
  90% {
    transform: scale(1.13) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.confirm-page__crossed {
  text-decoration: line-through;
}
.confirm-page__info-message {
  background-color: #ffce51;
  border: 1px solid #FEB700;
  padding: 1rem 2rem;
  margin: 1rem 0 3rem;
  width: calc(100% - 4rem);
  max-width: 49rem;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000000;
  animation: info-message-animation 0.8s forwards;
}
@media screen and (min-width: 1024px) {
  .confirm-page__info-message {
    max-width: 54rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module {
  background-color: #f9f9f9;
  overflow: hidden;
  user-select: none;
}
.statistics-module-header-wrapper {
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.statistics-module-header-wrapper .header-inner-wrapper {
  width: 94vw;
  color: #FFFFFF;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media (min-device-width: 960px) {
  .statistics-module-header-wrapper .header-inner-wrapper {
    width: 96rem;
  }
}
.statistics-module-header-wrapper .header-inner-wrapper .headline {
  font-size: 5vw;
  font-weight: bold;
  margin: 3vw 0 1vw;
}
@media (min-device-width: 960px) {
  .statistics-module-header-wrapper .header-inner-wrapper .headline {
    font-size: 3.4rem;
    margin: 2rem 0 0.5rem;
  }
}
.statistics-module-header-wrapper .header-inner-wrapper .description {
  font-size: 3vw;
  margin: 0 0 2vw;
}
@media (min-device-width: 960px) {
  .statistics-module-header-wrapper .header-inner-wrapper .description {
    font-size: 1.4rem;
    margin: 0 0 2rem;
  }
}
.region-eurojackpot .statistics-module-header-wrapper {
  background-color: #171717;
}
.region-lotto .statistics-module-header-wrapper {
  background-color: #E11E00;
}
.region-vikinglotto .statistics-module-header-wrapper {
  background-color: #0000ff;
}
.region-keno .statistics-module-header-wrapper {
  background-color: #1e55a0;
}
.statistics-module-gameversion-conflict {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  padding: 6rem 1rem;
  font-size: 5vw;
  text-align: center;
}
@media (min-device-width: 960px) {
  .statistics-module-gameversion-conflict {
    font-size: 2rem;
  }
}
.region-vikinglotto .statistics-module-gameversion-conflict {
  background-color: #0000ff;
  color: #FFFFFF;
}
.statistics-module-gameversion-conflict .statistics-module-gameversion-conflict-message {
  max-width: 65rem;
}
.statistics-module-gameversion-conflict .icon {
  width: 6rem;
  height: 6rem;
  margin-bottom: 2rem;
  fill: #FFFFFF;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-wrapper.lotto-statistics {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper {
  background-color: #a30003;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list {
  background-color: #a30003;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item:hover {
  background-color: #7c0001;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
  color: #4f5254;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper {
  background-color: #E11E00;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper {
  border-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
  background-color: #950002;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:hover {
  background-color: #7c0001;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active {
  background-color: #fff;
  color: #4f5254;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active:hover {
    background-color: #fff;
  }
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view {
  background-color: #a30003;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
  background: repeating-linear-gradient(0deg, #fff, #fff 19px, #777777 20px, #777777 20px);
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered .bar {
  background-color: #c50105;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar.selected {
  background-color: #E11E00;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:before,
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:after {
  background-color: #a30003;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view {
  background-color: #950002;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button.right {
  background: linear-gradient(to right, rgba(149, 0, 2, 0) 0%, rgba(149, 0, 2, 0.65) 25%, rgba(149, 0, 2, 0.8) 50%, rgba(149, 0, 2, 0.95) 100%);
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button.left {
  background: linear-gradient(to right, rgba(149, 0, 2, 0.95) 0%, rgba(149, 0, 2, 0.8) 50%, rgba(149, 0, 2, 0.65) 75%, rgba(149, 0, 2, 0) 100%);
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button .icon {
  fill: #eee;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
  background: repeating-linear-gradient(90deg, #777777 0%, #777777 0.2%, #eee 0.3%, #eee 19.6%, #777777 20%, #777777 20%);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
    background: repeating-linear-gradient(0deg, #eee, #eee 19.7%, #777777 20%, #777777 20%);
  }
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar {
  background-color: #E11E00;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar .amount:before {
  background-color: #E11E00;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .number {
  color: #fff;
  background-color: #E11E00;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar {
    background-color: #c50105;
  }
  .statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar .amount:before {
    background-color: #c50105;
  }
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special .bar.most-drawn .amount {
  background-color: #c50105;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .bar {
  background-color: #950002;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .bar .amount:before {
  background-color: #950002;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .number {
  background-color: #74080a;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.most-drawn .amount {
  color: #fff;
  background-color: #E11E00;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.least-drawn .amount {
  color: #fff;
  background-color: #950002;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
  background-color: #fff;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount:before {
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
  width: 7vw;
  height: 7vw;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.lotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    width: 80%;
    height: initial;
    line-height: 1.6;
    padding: 0.3rem 0;
    left: 0;
    right: 0;
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper {
  background-color: #000078;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list {
  background-color: #000078;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item:hover {
  background-color: #0000b4;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
  color: #4f5254;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper {
  border-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
  background-color: #0000b4;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:hover {
  background-color: #000078;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active {
  background-color: #fff;
  color: #4f5254;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active:hover {
    background-color: #fff;
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view {
  background-color: #000078;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
  background: repeating-linear-gradient(0deg, #fff, #fff 19px, #777777 20px, #777777 20px);
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered .bar {
  background-color: #0000b4;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar.selected {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:before,
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:after {
  background-color: #000078;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view {
  background-color: #0000b4;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view {
    background-color: #0000ff;
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button.right {
  background: linear-gradient(to right, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0.65) 25%, rgba(0, 0, 255, 0.8) 50%, rgba(0, 0, 255, 0.95) 100%);
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button.left {
  background: linear-gradient(to right, rgba(0, 0, 255, 0.95) 0%, rgba(0, 0, 255, 0.8) 50%, rgba(0, 0, 255, 0.65) 75%, rgba(0, 0, 255, 0) 100%);
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-graph-slide-button .icon {
  fill: #eee;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
  background: repeating-linear-gradient(90deg, #777777 0%, #777777 0.2%, #eee 0.3%, #eee 19.6%, #777777 20%, #777777 20%);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
    background: repeating-linear-gradient(0deg, #eee, #eee 19.7%, #777777 20%, #777777 20%);
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar .amount:before {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .number {
  background-color: #feb700;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar {
    background-color: #0000b4;
  }
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar .amount:before {
    background-color: #0000b4;
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special .number {
  line-height: 1.3;
  border-radius: 0;
  padding: 0.45rem 0 0.65rem;
  color: #fff;
  background-color: transparent;
  background-image: url(/Components/DanskeSpil/Domain/VikingLotto/Graphics/SpriteSheets/VikingLottoCommonIcons/icon-viking-helmet-white.svg);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special .number {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .bar {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .bar .amount:before {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .number {
  color: #feb700;
  background-image: url(/Components/DanskeSpil/Domain/VikingLotto/Graphics/SpriteSheets/VikingLottoCommonIcons/icon-viking-helmet-yellow.svg);
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.most-drawn .amount {
  color: #fff;
  background-color: #000078;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.least-drawn .amount {
  color: #fff;
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
  background-color: #fff;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount:before {
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
  width: 7vw;
  height: 7vw;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.vikinglotto-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    width: 80%;
    height: initial;
    line-height: 1.6;
    padding: 0.3rem 0;
    left: 0;
    right: 0;
  }
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper {
  color: #fff;
  background-color: #0A0A0A;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder {
  background-color: rgba(255, 255, 255, 0.3);
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list {
  color: #0A0A0A;
  background-color: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
  color: #0A0A0A;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option .filter-icon {
  fill: #0A0A0A;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper {
  background-color: #171717;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper {
  border-color: #dcdcdc;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
  background-color: #eee;
  border-color: #dcdcdc;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:hover {
  background-color: #e4e4e4;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active {
  background-color: #dcdcdc;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active:hover {
    background-color: #dcdcdc;
  }
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view {
  background-color: #0A0A0A;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button {
  color: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
  background: repeating-linear-gradient(0deg, #eee, #eee 19px, #777777 20px, #777777 20px);
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered .bar {
  background-color: #bb7f36;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar {
  color: #fff;
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar.selected {
  background-color: #bb7f36;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view {
  background-color: #201e20;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-graph-slide-button.right {
  background: linear-gradient(to right, rgba(32, 30, 32, 0) 0%, rgba(32, 30, 32, 0.65) 25%, rgba(32, 30, 32, 0.8) 50%, rgba(32, 30, 32, 0.95) 100%);
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-graph-slide-button.left {
  background: linear-gradient(to right, rgba(32, 30, 32, 0.95) 0%, rgba(32, 30, 32, 0.8) 50%, rgba(32, 30, 32, 0.65) 75%, rgba(32, 30, 32, 0) 100%);
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-graph-slide-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
  background: repeating-linear-gradient(90deg, #777777 0%, #777777 0.2%, #eee 0.3%, #eee 19.6%, #777777 20%, #777777 20%);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
    background: repeating-linear-gradient(0deg, #eee, #eee 19.7%, #777777 20%, #777777 20%);
  }
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar {
  background-color: #bb7f36;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar .amount:before {
  background-color: #bb7f36;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .number {
  color: #fff;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/square-shape-gold_with-gradient.svg);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar {
    background-color: #74653c;
  }
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar .amount:before {
    background-color: #74653c;
  }
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special .number {
  height: 3.2rem;
  padding-top: 0.7rem;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-grey.svg);
  bottom: -0.8rem;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.special.selected .number {
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-gold.svg);
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.most-drawn .amount {
  color: #fff;
  background-color: #bb7f36;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.least-drawn .amount {
  color: #fff;
  background-color: #171717;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
  background-color: #fff;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount:before {
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
  width: 7vw;
  height: 7vw;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons.svg#icon-joker-numbershape_use);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-joker-numbershape.svg);
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.eurojackpot-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    width: 100%;
    height: 3rem;
    padding-top: 0.5rem;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics {
  line-height: 1.6;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper {
  background-color: #0091cf;
  color: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button {
    padding: 1.2rem 0 0.6rem;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
  fill: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header {
    padding: 1rem 0 0.7rem 2rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder {
    padding: 1rem 2rem 0.7rem;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list {
  background-color: #0091cf;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item:hover {
  background-color: #1e55a0;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
  color: #4f5254;
  line-height: 1.4;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper {
  background-color: #0000ff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper {
  border-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
  background-color: #0000b4;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:hover {
  background-color: #000078;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active {
  background-color: #fff;
  color: #4f5254;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active:hover {
    background-color: #fff;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view {
  background-color: #00a4eb;
  color: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
  background: repeating-linear-gradient(0deg, #fff, #fff 19px, #777777 20px, #777777 20px);
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered .bar {
  background-color: #1e55a0;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar.selected {
  background-color: #21375f;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:before,
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:after {
  background-color: #00a4eb;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view {
  background-color: #00a5eb;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view {
    background-color: #006590;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-graph-slide-button.right {
  background: linear-gradient(to right, rgba(0, 101, 144, 0) 0%, rgba(0, 101, 144, 0.65) 25%, rgba(0, 101, 144, 0.8) 50%, rgba(0, 101, 144, 0.95) 100%);
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-graph-slide-button.left {
  background: linear-gradient(to right, rgba(0, 101, 144, 0.95) 0%, rgba(0, 101, 144, 0.8) 50%, rgba(0, 101, 144, 0.65) 75%, rgba(0, 101, 144, 0) 100%);
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-graph-slide-button .icon {
  fill: #eee;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
  background: repeating-linear-gradient(90deg, #777777 0%, #777777 0.2%, #eee 0.3%, #eee 19.6%, #777777 20%, #777777 20%);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper {
    background: repeating-linear-gradient(0deg, #eee, #eee 19.7%, #777777 20%, #777777 20%);
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar {
  background-color: #21375f;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .bar .amount:before {
  background-color: #21375f;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .number {
  background-color: #1e55a0;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper.selected .number {
    background-color: #21375f;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar {
    background-color: #1e55a0;
  }
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:hover .bar .amount:before {
    background-color: #1e55a0;
  }
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
  background-color: #4f5254;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.most-drawn .amount {
  color: #fff;
  background-color: #21375f;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar.least-drawn .amount {
  color: #fff;
  background-color: #1e55a0;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
  background-color: #fff;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount:before {
  background-color: #505050;
}
.statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
  width: 7vw;
  height: 7vw;
  margin: auto;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  background-color: #0091cf;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper.keno-statistics .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    width: 80%;
    height: initial;
    padding: 0.4rem 0 0.2rem;
    left: 0;
    right: 0;
    background-color: #0091cf;
  }
}
.region-keno .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .text {
  top: 0;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-component-for-game-client-wrapper {
  font-size: 0;
  line-height: 0;
  border-top: 2px solid;
  user-select: none;
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper {
  width: 100%;
  margin: auto;
  position: relative;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper {
    width: 96rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper {
  width: 100%;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper {
    width: initial;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4.2vw 0 5vw 6vw;
  overflow: hidden;
  transition: background-color 0.25s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button {
    cursor: pointer;
    display: inline-block;
    padding: 1.2rem 0 1.2rem 2rem;
    border-radius: 0 0 6px 6px;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .icon-wrapper {
  width: 6vw;
  height: 4vw;
  margin-right: 2vw;
  display: inline-block;
  transition: transform 0.15s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .icon-wrapper {
    width: 2rem;
    height: 1.3rem;
    margin-right: 1rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .icon-wrapper .icon {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
  transition: transform 0.25s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button:hover .icon-wrapper {
    transform: translateY(20%);
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .text-wrapper {
  font-size: 4.266vw;
  line-height: 1;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .text-wrapper {
    font-size: 1.5rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
  width: 0;
  height: 12.8vw;
  margin: -4vw 0 -4.5vw;
  border-radius: 6px 0 0 6px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  float: right;
  transition: width 0.1s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
    height: 4rem;
    margin: -1.4rem 0 -1.5rem 2rem;
    border-radius: 0;
    float: none;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper .count-value {
  width: 16vw;
  font-size: 4.266vw;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 4.3vw 0;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper .count-value {
    width: 4rem;
    font-size: 1.5rem;
    padding: 1.2rem 0;
  }
}
@keyframes statistics-component-inner-wrapper_fold-animation {
  100% {
    height: 0;
    padding-top: 0;
  }
}
@keyframes statistics-component-inner-wrapper_expand-animation {
  0% {
    height: 0;
    padding-top: 0;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  padding: 2vw 0 0;
  overflow: hidden;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
    padding: 0.8rem 0;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper {
  opacity: 1;
  padding: 0 2vw 14vw;
  transition: opacity 0.15s 0.1s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper {
    margin-left: -0.25rem;
    padding: 0;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box {
  width: 10vw;
  height: 10vw;
  text-align: center;
  border-radius: 6px;
  display: inline-block;
  margin: 1vw;
  position: relative;
  transition: background-color 0.15s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box {
    width: 5rem;
    height: 5rem;
    margin: 0.25rem;
    cursor: pointer;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .selected-number-delete-button {
  width: 6vw;
  height: 6vw;
  position: absolute;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.15s linear, opacity 0.15s linear;
  will-change: transform;
  z-index: 1;
  background-color: #dadbdd;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .selected-number-delete-button {
    width: 2rem;
    height: 2rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .selected-number-delete-button .icon {
  width: 3vw;
  height: 4vw;
  margin-top: 1vw;
  fill: #1d1d1d;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .selected-number-delete-button .icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box .number-cell {
  position: absolute;
}
@media (min-device-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:not(.special) + .special {
    margin-left: 1.15rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:not(.special) + .special:before {
  content: '';
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-device-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:not(.special) + .special:before {
    width: 0.4rem;
    top: 0.6rem;
    left: -0.95rem;
    bottom: 0.6rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:not(.special) + .special + .special {
    margin-left: 0.25rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:not(.special) + .special + .special:before {
  content: none;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:hover .selected-number-delete-button {
    opacity: 1;
    pointer-events: initial;
    cursor: pointer;
  }
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box:hover .selected-number-delete-button:hover {
    transform: translate(50%, -50%) scale(1.1);
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper {
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  display: flex;
  position: relative;
  top: -12vw;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper {
    border-radius: 0 0 6px 6px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper {
  overflow: hidden;
  padding: 3.6vw 3vw;
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  flex-grow: 1;
  transition: background-color 0.15s linear;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper {
    padding: 1.2rem 2rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper .text-wrapper {
  font-size: 4vw;
  line-height: 1;
  color: #fff;
  float: left;
  display: none;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper .text-wrapper {
    font-size: 1.5rem;
    font-weight: 400;
    display: inline-block;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper .icon {
  width: 5vw;
  height: 5vw;
  display: inline-block;
  fill: #fff;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper .icon {
    width: 2rem;
    height: 2rem;
    margin-left: 1.2rem;
    margin-top: -0.3rem;
    margin-bottom: -0.2rem;
    float: right;
  }
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper:first-child .text-wrapper {
  display: inline-block;
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper:first-child .icon {
  margin-left: 2vw;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper:first-child .icon {
    margin-left: 1.2rem;
  }
}
.statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .actions-buttons-wrapper .action-button-wrapper:last-child {
  border-right: none;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper.opened .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button:hover .icon-wrapper {
    transform: translateY(-20%);
  }
}
.statistics-component-for-game-client-wrapper.opened .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .numbers-count-wrapper {
  width: 0;
}
.statistics-component-for-game-client-wrapper.opened .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  animation: statistics-component-inner-wrapper_expand-animation 0.15s linear forwards;
}
.statistics-component-for-game-client-wrapper.closed .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .icon-wrapper .icon {
  transform: rotate(-180deg);
}
.statistics-component-for-game-client-wrapper.closed .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .numbers-count-wrapper {
  width: 16vw;
}
@media (min-width: 960px) {
  .statistics-component-for-game-client-wrapper.closed .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .numbers-count-wrapper {
    width: 4rem;
  }
}
.statistics-component-for-game-client-wrapper.closed .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  animation: statistics-component-inner-wrapper_fold-animation 0.15s linear forwards;
}
.statistics-component-for-game-client-wrapper.closed .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper {
  transition: opacity 0.1s linear;
  opacity: 0;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper {
  font-size: 0;
  overflow: hidden;
  transition: background-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper.opened .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header {
    margin-bottom: 1rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper.opened .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row {
  width: 100%;
  max-height: 30vw;
  padding: 3vw 0 0 30vw;
  opacity: 1;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper.opened .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row {
    max-height: 6rem;
    padding: 1rem 0 0.5rem 2rem;
    overflow: inherit;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper.opened .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row:last-child {
  padding-bottom: 1.5rem;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper {
  margin: auto;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper {
    width: 96rem;
    display: flex;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button {
  width: 50vw;
  padding: 3.035vw 4vw;
  box-sizing: border-box;
  float: left;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button {
    width: 15rem;
    padding: 1.1rem 0 0.9rem;
    float: none;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button:hover {
    cursor: pointer;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
  width: 5vw;
  height: 5vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .icon {
    width: 2rem;
    height: 2.1rem;
    margin: -0.1rem 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .text {
  position: relative;
  font-size: 3.2vw;
  padding-left: 3vw;
  top: -1vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-toggle-buttons-wrapper .period-filter-toggle-button .text {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    top: -0.4rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper {
  width: 100%;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header {
  width: 100%;
  box-sizing: border-box;
  transition: margin 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header {
    height: 4.2rem;
    font-size: 1.6rem;
    padding: 1rem 0 1rem 2rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-header .filter-text-wrapper {
    width: 61rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row {
  max-height: 0;
  position: relative;
  opacity: 0;
  transition: max-height 0.15s linear, opacity 0.15s linear, padding-top 0.15s linear, padding-bottom 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row {
    padding: 0 0 0 2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name {
  font-size: 3.4vw;
  padding: 1vw 0;
  position: absolute;
  left: 5vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name {
    font-size: 1.4rem;
    padding: 0.4rem 0;
    left: 0;
    transform: translateX(-100%);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset {
  width: 3vw;
  height: 3vw;
  font-size: 0;
  padding-right: 1vw;
  position: absolute;
  top: 1.7vw;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  transform-origin: center;
  transition: transform 0.15s linear, opacity 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset {
    width: 1.2rem;
    height: 1.2rem;
    padding-right: 0.5rem;
    top: 0.7rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset.active {
  opacity: 1;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset.active:hover {
    cursor: pointer;
    transform: translateX(-100%);
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset.active:hover .icon {
    transform: rotate(45deg);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-name .filter-row-reset .icon {
  width: 100%;
  height: 100%;
  transition: transform 0.15s linear;
  will-change: transform;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
  font-size: 3vw;
  padding: 1vw 1vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
  display: inline-block;
  border: 1px solid #777;
  border-radius: 6px;
  background-color: #f9f9f9;
  transition: color 0.15s linear, background-color 0.15s linear, opacity 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option {
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    cursor: pointer;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option:hover {
    background-color: #c9ccd0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option .filter-icon {
  width: 4vw;
  height: 4vw;
  margin: -1vw 0;
  transition: fill 0.15s linear;
  fill: #4f5254;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option .filter-icon {
    height: 2rem;
    width: 2rem;
    margin: -0.5rem 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.active {
  color: #f9f9f9;
  background-color: #777;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.active .filter-icon {
  fill: #fff;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.inactive {
  opacity: 0.5;
  cursor: default;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.inactive.active:hover {
    background-color: #777;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.inactive:hover {
    background-color: #f9f9f9;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-desc-button,
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-normal-button,
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-asc-button {
  padding: 1vw 3vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-desc-button,
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-normal-button,
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-asc-button {
    padding: 0.5rem 1.5rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-desc-button {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-normal-button {
  margin-right: 0;
  border-radius: 0;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-inner-wrapper .period-filter-content-wrapper .period-filter-row .filter-row-options .option.filter-asc-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown {
  width: 50vw;
  display: inline-block;
  text-align: center;
  font-size: 0;
  float: right;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown {
    width: 16rem;
    margin-top: -1rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown.active .game-client-dropdown-list {
  transform: scaleY(1);
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder {
  font-size: 3.2vw;
  padding: 3.867vw 4vw;
  cursor: pointer;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  transition: background-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
  width: 3.2vw;
  height: 3vw;
  position: absolute;
  right: 3vw;
  top: 5vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder .icon {
    width: 1.1rem;
    height: 1rem;
    margin-left: 1rem;
    top: 1.8rem;
    right: 2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder:after {
  content: '';
  width: 200vw;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -100vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-placeholder:after {
    height: 0.1rem;
    margin-top: 3.2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-list {
  width: 50vw;
  position: absolute;
  border-radius: 0 0 6px 6px;
  border: 1px solid #dcdcdc;
  border-top: none;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
  transform-origin: top;
  transform: scaleY(0);
  transition: transform 0.2s linear;
  z-index: 2;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-list {
    width: 16rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item {
  font-size: 3.2vw;
  padding: 3.867vw 4vw;
  cursor: pointer;
  border-top: 1px solid #dcdcdc;
  transition: background-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item {
    font-size: 1.6rem;
    padding: 0.5rem 3.3rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-period-filter-wrapper .period-filter-game-client-dropdown .game-client-dropdown-list .game-client-dropdown-list-item:hover {
  background-color: #eee;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper {
  max-height: 9vw;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  opacity: 1;
  padding: 3.2vw 0;
  transition: max-height 0.15s linear, opacity 0.15s linear, padding 0.15s linear, background-color 0.15s linear;
  will-change: max-height;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper {
    max-height: 6rem;
    padding: 1rem 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper.hide {
  max-height: 0;
  opacity: 0;
  padding: 0;
}
.statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper {
  display: inline-block;
  border-radius: 6px;
  border: 1px solid;
  overflow: hidden;
}
.statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
  font-size: 3.2vw;
  padding: 2vw 3.2vw;
  display: inline-block;
  border-right: 1px solid;
  transition: background-color 0.15s linear, border-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper {
    font-size: 1.4rem;
    padding: 0.9rem 1rem 1rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:hover {
    cursor: pointer;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper:last-child {
  border-right: none;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-numbers-type-switch-wrapper .numbers-type-switch-inner-wrapper .numbers-type-switch-button-wrapper.active:hover {
    cursor: default;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view {
  overflow: hidden;
  padding: 4vw 0;
  position: relative;
  background-color: #eee;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view {
    padding: 3rem 0 4.5rem;
    background-color: transparent;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper {
  width: 80%;
  transition: transform 0.25s linear;
  box-sizing: border-box;
  position: relative;
  left: 10%;
  display: block;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper {
    width: inherit;
    min-width: 100%;
    height: 25rem;
    padding: 0 15rem;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    left: inherit;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper:before {
    content: '';
    width: 100%;
    height: 6px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: -6px;
    left: 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper {
  height: 8vw;
  position: relative;
  display: block;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper {
    height: 100%;
    width: 3.5rem;
    display: inline-block;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:after {
    content: '';
    height: 6px;
    background-color: #c9c9c9;
    position: absolute;
    bottom: -6px;
    left: -0.35rem;
    right: -0.35rem;
    z-index: 1;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:first-child:after {
  left: 0;
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:last-child:after {
  right: 0;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:first-child:before,
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper:nth-child(5n):before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #c9c9c9;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
  height: 80%;
  border-radius: 0 0 0 0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4vw;
  transition: background-color 0.15s linear, height 0.3s linear, width 0.3s linear;
  cursor: pointer;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar {
    width: 80%;
    border-radius: 6px 6px 0 0;
    top: inherit;
    left: 0;
    right: 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
  width: 9vw;
  text-align: center;
  line-height: 1.6;
  padding: 0 3vw;
  border-radius: 0 6px 6px 0;
  position: absolute;
  right: -9vw;
  z-index: 0;
  transition: background-color 0.15s linear, color 0.15s linear;
  box-sizing: border-box;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount {
    width: 100%;
    line-height: normal;
    color: inherit;
    padding: 0.2rem 0 0.6rem;
    border-radius: 6px 6px 0 0;
    top: 0.6rem;
    right: inherit;
    transform: translateY(-100%);
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .amount:before {
    content: '';
    width: 100%;
    height: 0.6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 6px 6px 0 0;
    transition: background-color 0.15s linear;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-most-drawn,
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-least-drawn {
  width: 3.5vw;
  height: 5vw;
  margin: auto;
  position: absolute;
  top: 0.5vw;
  left: 2vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-most-drawn,
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-least-drawn {
    width: 1.2rem;
    height: 1.8rem;
    top: inherit;
    left: 0;
    right: 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-most-drawn {
  fill: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-most-drawn {
    top: 0.5rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-least-drawn {
  fill: #171717;
  left: auto;
  right: -14vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .bar .icon-least-drawn {
    top: -4.5rem;
    left: 0;
    right: 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
  font-size: 2.8vw;
  line-height: 2.6;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  position: absolute;
  left: -8vw;
  bottom: 0.5vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.15s linear, background-color 0.15s linear, color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-large-internal-wrapper .statistics-large-bar-wrapper .number {
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    left: inherit;
    bottom: -1.3rem;
    transform: translateY(100%);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button {
  width: 10vw;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
  cursor: pointer;
  transition: transform 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button {
    display: block;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.right {
  right: 0;
  transform: translateX(100%);
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.right.active {
  transform: translateX(0);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.right.active:hover {
    transform: translateX(10%);
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.right.active:hover .icon {
    transform: translate(-50%, -50%);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.left {
  left: 0;
  transform: translateX(-100%);
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.left.active {
  transform: translateX(0);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.left.active:hover {
    transform: translateX(-10%);
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button.left.active:hover .icon {
    transform: translate(-50%, -50%);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  transition: transform 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-large-view .statistics-module-graph-slide-button .icon {
    width: 4rem;
    height: 6rem;
  }
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view {
  width: 100%;
  max-height: 0;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  box-sizing: border-box;
  transition: max-height 0.15s linear, background-color 0.15s linear;
  overflow: hidden;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view.active {
    max-height: 13.5rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view.minimized .statistics-module-graph-overview-inner-wrapper {
    padding: 0 0 0.5rem 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view.minimized .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button.minimize {
  display: none;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view.minimized .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button.maximize {
  display: block;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view.minimized .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
    height: 1rem;
    transform: translateY(-0.8rem);
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view.minimized .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar .number {
  opacity: 0;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper {
  margin: auto;
  transition: padding 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper {
    width: 96rem;
    position: relative;
    padding: 0 0 3rem 0;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper {
  display: inline-block;
  overflow: hidden;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper {
    padding: 1rem 0;
    margin-bottom: -2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button.maximize {
  display: none;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button:hover {
    cursor: pointer;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
  display: inline-block;
  fill: #505050;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .icon {
    width: 2rem;
    height: 2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .text {
  display: inline-block;
  position: relative;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-module-graph-overview-expand-wrapper .graph-overview-button .text {
    font-size: 1.4rem;
    padding-left: 0.5rem;
    top: -0.2rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper {
  width: 79rem;
  height: 8rem;
  position: relative;
  text-align: center;
  margin-left: 17rem;
  transition: height 0.15s linear, transform 0.15s linear, background 0.15s linear;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper {
  height: 100%;
  position: relative;
  white-space: nowrap;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper {
  height: 100%;
  display: inline-block;
  position: relative;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  will-change: transform;
  transition: background-color 0.15s linear, transform 0.25s linear;
  z-index: 0;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered {
  z-index: 1;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered:after {
  background-color: rgba(0, 149, 255, 0.5);
  transform: scaleX(1.6);
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper.hovered .bar {
  z-index: 1;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: background-color 0.15s linear, height 0.3s linear;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar .number {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  display: none;
  transition: opacity 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper .bar .number {
    font-size: 1.4rem;
  }
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper:first-child:before,
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper:nth-child(5n):before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #777;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper:first-child .bar .number,
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-bars-wrapper .statistics-small-bar-wrapper:nth-child(5n) .bar .number {
  display: block;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder {
  height: 100%;
  box-sizing: border-box;
  opacity: 0.5;
  position: absolute;
  top: 0;
  cursor: ew-resize;
  transition: transform 0.25s linear, width 0s linear;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:before,
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:after {
  content: '';
  width: 100vw;
  height: 100%;
  background-color: #0A0A0A;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: background-color 0.15s linear;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:before {
  left: 100%;
}
.statistics-module .statistics-module-wrapper .statistics-module-small-view .statistics-module-graph-overview-inner-wrapper .statistics-internal-wrapper .statistics-zoom-finder-wrapper .zoom-finder:after {
  right: 100%;
}



/* ===========================================
   utility.loading-spinner
   ========================================= */
.loading-spinner {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark {
  position: relative;
  width: 4rem;
  height: 4rem;
  background: transparent;
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  animation: loading-spinner-animation 750ms infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9IndoaXRlIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJ3aGl0ZSIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0id2hpdGUiLz48L3N2Zz4=);
}
.loading-spinner--dark:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIyMCIgY3k9IjQuMzc1IiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48Y2lyY2xlIGN4PSIyNy44MTQ5IiBjeT0iNi40ODM4OSIgcj0iMy4xMjUiIGZpbGw9ImJsYWNrIi8+PGNpcmNsZSBjeD0iMzMuNTI4NiIgY3k9IjEyLjIxODIiIHI9IjMuMTI1IiBmaWxsPSJibGFjayIvPjxjaXJjbGUgY3g9IjM1LjYyNSIgY3k9IjIwIiByPSIzLjEyNSIgZmlsbD0iYmxhY2siLz48L3N2Zz4=);
}
@keyframes loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.statistics-module .statistics-module-selected-numbers {
  width: 68vw;
  color: #fff;
  font-size: 0;
  position: fixed;
  top: 50vw;
  right: 0;
  transform: translateX(100%);
  transition: transform 0.15s linear;
  z-index: 1;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers {
    max-height: initial;
    width: initial;
    position: initial;
    top: initial;
    right: initial;
    transform: translateX(0);
  }
}
.statistics-module .statistics-module-selected-numbers.opened {
  transform: translateX(0);
}
.statistics-module .statistics-module-selected-numbers .no-selected-numbers {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .no-selected-numbers {
    margin: 0.5rem 0;
    padding: 2.25rem 2rem;
    font-size: 1.8rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper {
  max-height: 65vh;
  overflow: hidden;
  overflow-y: auto;
  border-radius: 6px 0 0 6px;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper {
    padding: 1.5rem 5rem;
    border-radius: 0;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.lotto-numbers {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #a30003;
  fill: #fff;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.lotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box.special .number-cell {
  background-color: #950002;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.lotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
  background-color: #E11E00;
  border-radius: 50%;
  font-weight: 600;
  padding-top: 2.4vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.lotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
    padding-top: 0.9rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.lotto-numbers + .selected-numbers-mobile-toggle-button {
  background-color: #a30003;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers {
  color: #fff;
  background-color: #0A0A0A;
  fill: #fff;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box.special .number-cell {
  padding-top: 1.1vw;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-gold.svg);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box.special .number-cell {
    padding-top: 1.1rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
  padding-top: 0.9vw;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/square-shape-gold_with-gradient.svg);
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
    padding-top: 0.9rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.eurojackpot-numbers + .selected-numbers-mobile-toggle-button {
  background-color: #171717;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.vikinglotto-numbers {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  background-color: #000078;
  fill: #fff;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.vikinglotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box.special .number-cell {
  border-radius: 0;
  background-color: transparent;
  background-image: url(/Components/DanskeSpil/Domain/VikingLotto/Graphics/SpriteSheets/VikingLottoCommonIcons/icon-viking-helmet-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.vikinglotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
  color: #1d1d1d;
  border-radius: 50%;
  background-color: #feb700;
  font-weight: 600;
  padding-top: 2.4vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.vikinglotto-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
    padding-top: 0.9rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.vikinglotto-numbers + .selected-numbers-mobile-toggle-button {
  background-color: #000078;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.keno-numbers {
  color: #fff;
  background-color: #00a5eb;
  fill: #fff;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.keno-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
  border-radius: 6px;
  background-color: #21375f;
  font-weight: bold;
  padding-top: 3vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.keno-numbers .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
    padding-top: 1.2rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper.keno-numbers + .selected-numbers-mobile-toggle-button {
  background-color: #1e55a0;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper {
  margin: auto;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper {
    width: 96rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline {
  font-size: 5vw;
  text-align: left;
  position: relative;
  padding: 3vw 4vw 10vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline {
    font-size: 1.6rem;
    padding: 0 0 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button {
  font-size: 4vw;
  position: absolute;
  right: 4vw;
  top: 14vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button {
    font-size: initial;
    right: 0;
    top: 0;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button:hover {
    cursor: pointer;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button:hover:before {
  opacity: 1;
  transform: scaleX(1);
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button:before {
  content: '';
  height: 0.1rem;
  width: 105%;
  background-color: #fff;
  position: absolute;
  bottom: -0.1rem;
  left: -2.5%;
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition: transform 0.15s linear, opacity 0.1s linear;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button .icon {
  width: 4vw;
  height: 4vw;
  margin-left: 1vw;
  display: inline-block;
  fill: inherit;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-headline .selected-numbers-delete-button .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper {
  padding: 2vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper {
    padding: 0;
    margin-left: -0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box {
  width: 12vw;
  height: 12vw;
  text-align: center;
  background-color: #f9f9f9;
  margin: 2vw;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  transition: background-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box {
    width: 5rem;
    height: 5rem;
    margin: 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:hover .selected-number-delete-button {
  pointer-events: inherit;
  transform: translate(50%, -50%) scale(1);
  opacity: 1;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:hover .selected-number-delete-button:hover {
    cursor: pointer;
    transform: translate(50%, -50%) scale(1.1);
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box.hovered {
  background-color: #dcdcdc;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:not(.special) + .special {
    margin-left: 1.4rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:not(.special) + .special:before {
  content: '';
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:not(.special) + .special:before {
    width: 0.4rem;
    top: 0.6rem;
    left: -1.2rem;
    bottom: 0.6rem;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:not(.special) + .special + .special {
    margin-left: 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box:not(.special) + .special + .special:before {
  content: none;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .selected-number-delete-button {
  width: 6vw;
  height: 6vw;
  position: absolute;
  border-radius: 50%;
  background-color: #505050;
  right: 0;
  top: 0;
  transform: translate(50%, -50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.15s linear, opacity 0.15s linear;
  will-change: transform;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .selected-number-delete-button {
    width: 2rem;
    height: 2rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .selected-number-delete-button .icon {
  width: 2vw;
  height: 6vw;
  fill: #fff;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .selected-number-delete-button .icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
  width: 10vw;
  height: 10vw;
  font-size: 4vw;
  color: #fff;
  box-sizing: border-box;
  margin: 1vw;
  position: absolute;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .number-cell {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
    margin: 0.5rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-game-inner-wrapper .selected-numbers-wrapper .selected-number-box .selected-number-value {
  width: 100%;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  font-size: 1.4rem;
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper {
  margin: auto;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper {
    width: 96rem;
    padding-top: 1rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-header {
  text-align: left;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-header {
    font-size: 1.6rem;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons {
  padding: 0 4vw 2vw;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons {
    padding: 0;
    display: flex;
  }
}
.statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons .go-to-game-button {
  font-size: 4vw;
  color: #322b00;
  padding: 2vw;
  margin-bottom: 2vw;
  text-align: center;
  font-weight: bold;
  border-radius: 6px;
  flex-grow: 1;
  background-color: #feb700;
  transition: background-color 0.15s linear;
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons .go-to-game-button {
    font-size: 1.4rem;
    padding: 1rem;
    margin: 1rem;
    cursor: pointer;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons .go-to-game-button:first-child {
    margin-left: 0;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons .go-to-game-button:last-child {
    margin-right: 0;
  }
}
@media (min-device-width: 960px) {
  .statistics-module .statistics-module-selected-numbers .selected-numbers-game-wrapper .selected-numbers-go-to-game-buttons-wrapper .go-to-game-buttons .go-to-game-button:hover {
    background-color: #f5d900;
  }
}
.statistics-module .selected-numbers-mobile-toggle-button {
  width: 12vw;
  height: 12vw;
  position: absolute;
  top: 5vw;
  left: -12vw;
  padding: 3vw;
  box-sizing: border-box;
  border-radius: 6px 0 0 6px;
}
@media (min-device-width: 960px) {
  .statistics-module .selected-numbers-mobile-toggle-button {
    display: none;
  }
}
.statistics-module .selected-numbers-mobile-toggle-button .count-wrapper {
  background-color: #fff;
  font-size: 3.6vw;
  line-height: 1;
  color: #171717;
  border-radius: 3vw;
  padding: 0.4vw 1.2vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border: 1px solid;
}
.statistics-module .selected-numbers-mobile-toggle-button .icon {
  width: 6vw;
  height: 6vw;
  fill: #fff;
}



.header.top-navigation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  font-size: 1.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media print {
  .header.top-navigation {
    display: none;
  }
}
.header.top-navigation.header--not-fixed {
  position: absolute;
}
.mode-edit .header.top-navigation {
  position: relative;
}
.header.top-navigation * {
  box-sizing: border-box;
}
.header.top-navigation a:hover {
  text-decoration: none;
}
/* OVERLAY */
.header__cta-component__read-more-overlay {
  background: #fff;
  top: 10%;
  margin-top: 40%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: 1em 4em;
  border-radius: 0.7em;
  text-align: center;
  width: 90%;
  max-width: calc(1440px / 3);
}
@media screen and (max-width: 950px) {
  .header__cta-component__read-more-overlay {
    margin-top: 10%;
  }
}
.header__cta-component__read-more-overlay__title {
  font-size: 22px;
  font-size: 2.2rem;
}
.header__cta-component__read-more-overlay__paragraph {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.header__cta-component__read-more-overlay__close-btn {
  background: #156a5f;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 13px 16px 16px 16px;
  margin-bottom: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  /*&:active {
    background: @color-white-100;
    color: @color-gray-100;
  }

  &--inactive {
    background: @color-gray-400;
    color: @color-gray-300;
  }

  &--medium {
  }

  &-small {
  }

  @media screen and (min-width: @medium) {
    .font-size(14);
  }*/
  min-width: 100px;
  margin: 2em 0;
}
.header__cta-component__read-more-overlay__close-btn:hover {
  background: #004b32;
  text-decoration: none;
}
.header__cta-component__read-more-overlay__close-icon {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 0;
  margin: 20px 20px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 400;
  cursor: pointer;
}
.header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .header-static-fix {
    height: 11.6rem;
  }
}
.is-logged-in:not(.is-context-neutral) .header-static-fix {
  height: 8.4rem;
}
@media (min-width: 768px) {
  .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 8.8rem;
  }
}
@media (min-width: 950px) {
  .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 11.6rem;
  }
}
.region-kundecenter .header-static-fix {
  height: 8.6rem;
}
@media (min-width: 950px) {
  .region-kundecenter .header-static-fix {
    height: 13.6rem;
  }
}
@media (min-width: 950px) {
  .region-avalon-kundecenter .header-static-fix {
    height: 2.6rem;
  }
}
@media (min-width: 1440px) {
  .region-avalon-kundecenter .header-static-fix {
    height: 4rem;
  }
}
.region-frontpage .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-frontpage .header-static-fix {
    height: 28.6rem;
  }
}
.region-avalon-frontpage .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-avalon-frontpage .header-static-fix {
    height: 4.2rem;
  }
}
@media (min-width: 950px) {
  .region-retail-account.PlayerAccountManagementContentPage .header-static-fix {
    height: 12rem;
  }
}
.region-retail-account.RetailAccountHiddenMenu .header-static-fix {
  display: none;
}
.region-retail-account .is-logged-in:not(.is-context-neutral) .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-retail-account .is-logged-in:not(.is-context-neutral) .header-static-fix {
    height: 7.6rem;
  }
}
.region-retail-account .header-static-fix {
  height: 6.6rem;
}
@media (min-width: 950px) {
  .region-retail-account .header-static-fix {
    height: 7.6rem !important;
  }
}
.corporate-nav {
  position: relative;
  transition: transform 0.4s ease;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 950px) {
  .corporate-nav {
    height: 4rem;
  }
}
.corporate-nav .js-prevlogintime span:not(:empty):before {
  content: 'Seneste login: ';
}
.corporate-nav__container {
  height: 6.6rem;
}
@media all and (min-width: 950px) {
  .corporate-nav__container {
    max-width: 1440px;
    margin: 0 auto;
    min-width: 923px;
    overflow: hidden;
    height: auto;
  }
  .is-logged-in .corporate-nav__container {
    min-width: 950px;
  }
}
.corporate-nav__logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
}
@media all and (min-width: 950px) {
  .corporate-nav__logo {
    transform: none;
    left: auto;
    top: 1.2rem;
    margin-left: 0;
    display: inline-block;
  }
  .corporate-nav__logo-img {
    height: 1.7rem;
    width: 10.6rem;
  }
  .corporate-nav__logo.mobile {
    display: none;
  }
}
.corporate-nav__navigation {
  width: auto;
  height: 100%;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
  display: inline-block;
  margin-left: 180px;
  box-shadow: none;
}
.corporate-nav__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
  width: 100%;
}
.corporate-nav__list-item {
  list-style: none;
  font-size: 4vw;
  float: left;
}
.is-mobile-detected .corporate-nav__list-item.desktop-only,
.is-tablet-detected .corporate-nav__list-item.desktop-only {
  display: none;
}
.corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: white;
  opacity: 0.7;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-item.has-shown-subnav .sub-navigation {
    transform: translateY(100%) scaleY(1);
    z-index: 1;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav__list-item.has-shown-subnav .corporate-nav__list-link:after {
    transform: translateY(0) rotate(225deg);
    transform: translateY(0);
    border-bottom-color: #fff;
  }
}
.corporate-nav__list-item.has-shown-subnav svg.corporate-nav__link-icon {
  transform: rotate(0.5turn);
}
.corporate-nav__list-link {
  font-size: 1.4rem;
  padding: 2.3rem 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link {
    padding: 1.3rem 1.8rem 1.1rem;
  }
}
.corporate-nav__list-link svg.corporate-nav__link-icon {
  fill: white;
  height: 1.1rem;
  width: 1.1rem;
  margin-left: 0.6rem;
  display: none;
  transition: transform 150ms ease-out;
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link svg.corporate-nav__link-icon {
    display: inline-block;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav__list-link:after {
    height: 0;
    width: 0;
    content: ' ';
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -8px;
    -ms-transform: translateY(1000%);
    transform: translateY(1000%);
    z-index: 0;
    transition: transform 200ms ease;
  }
}
@media all and (min-width: 950px) {
  .corporate-nav .sub-navigation {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    max-height: none;
    transition: all 200ms ease;
    background-color: #FFF;
    overflow: hidden;
    transform-origin: top;
    transform: translateY(100%) scaleY(0);
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }
}
.corporate-nav .sub-navigation__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.corporate-nav .sub-navigation__list {
  padding: 0;
  margin: 0;
  box-sizing: content-box !important;
  display: inline-block;
  padding-left: 235px;
}
.corporate-nav .sub-navigation__item {
  font-size: 14px;
  display: inline-block;
  list-style: none;
  float: left;
}
.corporate-nav .sub-navigation__link {
  padding: 15px 25px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  min-height: 0;
}
.corporate-nav .sub-navigation__link:hover {
  opacity: 0.5;
}
.user-bar {
  float: right;
  display: inline-block;
}
.user-bar__navigation {
  width: auto;
  height: 100%;
  display: inline-block;
}
.user-bar__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
  list-style-type: none;
}
.accountmenu__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12.5px 10px 9px;
  line-height: 1.3;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}
.accountmenu__item:hover {
  opacity: 0.7;
  cursor: pointer;
}
.accountmenu .signup-btn {
  position: relative;
}
.accountmenu .login-btn.mobile-only {
  display: none;
}
.accountmenu .info-bar-item--ballance,
.accountmenu .info-bar-item--username {
  display: none;
}
.accountmenu .profile-btn {
  position: relative;
  float: right;
  height: 40px;
  width: 40px;
  padding: 0;
  display: none;
}
.accountmenu .profile-btn.mobile-only {
  display: none;
  color: transparent;
  width: 16vw;
  height: 16vw;
  margin-right: 3vw;
  top: -1.7rem;
}
.accountmenu .profile-btn:before {
  content: ' ';
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMC43IDEwLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwLjcgMTAuODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNGRkYiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTAsOC42QzkuOSw4LjUsNy4zLDcuMiw1LjMsNy4yUzAuOCw4LjUsMC43LDguNkMwLjUsOC43LDAuMyw4LjksMC4zLDkuMXYwLjZjMCwwLjMsMC4zLDAuNiwwLjYsMC42aDguOGMwLjMsMCwwLjYtMC4zLDAuNi0wLjZWOS4xQzEwLjMsOC45LDEwLjIsOC43LDEwLDguNnogTTIuOCw0LjFWMi45YzAtMS40LDEuMS0yLjUsMi41LTIuNXMyLjUsMS4xLDIuNSwyLjV2MS4yYzAsMS40LTEuMSwyLjUtMi41LDIuNVMyLjgsNS41LDIuOCw0LjF6Ii8+PC9zdmc+DQo=');
}
.has-shown-subnav .accountmenu .mega-menu {
  transform: translateY(100%) scaleY(1);
  z-index: 1;
}
@media all and (min-width: 950px) {
  .is-logged-in .profile-btn,
  .is-logged-in .info-bar-item--ballance,
  .is-logged-in .info-bar-item--username {
    display: inline-block;
  }
}
.is-logged-in .login-btn,
.is-logged-in .signup-btn {
  display: none;
}
.is-logged-in .accountmenu:hover .accountmenu__item {
  opacity: 0.7;
  cursor: pointer;
}
.top-navigation .sub-sub-sub-navigation {
  max-height: none;
  transition: max-height 0.4s ease;
}
.top-navigation .corporate-nav__list-item.notification-item a {
  padding-right: 2.5rem;
  position: relative;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .top-navigation .corporate-nav__list-item.notification-item a {
    display: block;
    padding-right: 5rem;
  }
}
@media all and (min-width: 950px) {
  .top-navigation .corporate-nav__list-item.notification-item a {
    display: block;
    padding-right: 2rem;
  }
}
.top-navigation .corporate-nav__list-item.notification-item a:before {
  pointer-events: none;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  content: ' ';
  display: block;
  vertical-align: middle;
  font-size: 1.4rem;
  border-radius: 50%;
  background: #feb700 url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_exclamation-black.svg') center center no-repeat;
  background-size: 0.8rem;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .top-navigation .corporate-nav__list-item.notification-item a:before {
    top: 1rem;
    width: 4rem;
    height: 4rem;
    background-size: 2rem;
  }
}
@media all and (min-width: 950px) {
  .top-navigation .corporate-nav__list-item.notification-item a:before {
    top: 0.6rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 0.75rem;
  }
}
.brand-nav {
  position: relative;
  transition: transform 200ms ease;
  overflow: visible;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media all and (min-width: 950px) {
  .brand-nav .user-bar {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .brand-nav .desktop-only {
    display: none;
  }
}
@media (min-width: 950px) {
  .brand-nav .mobile-only {
    display: none;
  }
}
.brand-nav__container {
  white-space: nowrap;
  height: 6.6rem;
}
@media all and (min-width: 950px) {
  .brand-nav__container {
    max-width: 1440px;
    margin: 0 auto;
    height: 7.6rem;
  }
}
.brand-nav__container .pam-return-to-site-close {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
  border: 2px solid white;
  border-radius: 50%;
  position: absolute;
  right: 2rem;
  top: 2.2rem;
  cursor: pointer;
  display: none;
}
.brand-nav__container .pam-return-to-site-close__icon {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.brand-nav__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 21rem);
  height: 6.5rem;
  margin: 0 10rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.is-logged-in .brand-nav__logo {
  width: calc(100% - 13rem);
}
@media all and (min-width: 950px) {
  .brand-nav__logo {
    width: 17rem;
    margin: 0;
    height: 7.5rem;
    left: auto;
  }
}
.brand-nav__logo .pam-return-to-site-back {
  display: none;
  cursor: pointer;
}
.brand-nav__logo .pam-return-to-site-back:before,
.brand-nav__logo .pam-return-to-site-back:after {
  content: "";
  display: table;
}
.brand-nav__logo .pam-return-to-site-back:after {
  clear: both;
}
.brand-nav__logo .pam-return-to-site-back__brand {
  float: left;
  margin-left: 1.5rem;
  color: white;
  font-weight: 600;
  font-size: 1.6rem;
  transform: translateY(0.3rem);
}
.brand-nav__logo .pam-return-to-site-back__brand:hover {
  text-decoration: underline;
}
.brand-nav__logo .pam-return-to-site-back__logo-img {
  display: none;
  max-height: 2rem;
  max-width: 13rem;
  width: auto;
  height: auto;
}
@media all and (min-width: 950px) {
  .brand-nav__logo .pam-return-to-site-back__logo-img {
    display: inline-block;
  }
}
.brand-nav__logo .pam-return-to-site-back .brand-nav__logo-text {
  display: block;
  font-size: 0.9rem;
  color: white;
  margin: -0.5rem 0 0.5rem;
  font-style: italic;
  font-weight: normal;
}
.brand-nav__logo .pam-return-to-site-back__icon {
  width: 1.1rem;
  height: 1.1rem;
  float: left;
  position: relative;
  top: 1rem;
}
.brand-nav__logo a {
  text-decoration: none;
}
.brand-nav__logo-cube {
  width: 4vw;
  height: 4vw;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .brand-nav__logo-cube {
    display: none;
  }
}
.brand-nav__logo-img {
  padding-left: 1rem;
  display: inline-block;
  margin: 0;
  max-height: 2.5rem;
  max-width: 17rem;
  height: 100%;
}
@media (max-width: 440px) {
  .brand-nav__logo-img {
    max-height: 1.7rem;
    max-width: calc(100% - 1.8rem);
  }
}
@media all and (min-width: 950px) {
  .brand-nav__logo-img {
    border: 0;
    margin: 0;
    text-align: left;
    padding-left: 0;
  }
}
.brand-nav__logo-text {
  display: block;
  font-size: 0.8rem;
  color: white;
  margin: 0.5rem 0;
  font-style: italic;
}
.brand-nav__navigation {
  margin-left: 180px;
  width: auto;
  height: 100%;
  transform: none;
  background-color: transparent;
  display: inline-block;
}
.brand-nav__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 100%;
  height: 100%;
}
.brand-nav__item {
  font-size: 2.1rem;
  display: inline-block;
  list-style: none;
  float: left;
}
.brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  opacity: 0.7;
}
@media all and (min-width: 950px) {
  .brand-nav__item.has-shown-subnav .sub-navigation {
    transform: translateY(100%) scaleY(1);
    transition-timing-function: ease-out;
    z-index: 1;
  }
}
.brand-nav__item.has-shown-subnav svg.brand-nav__link-icon {
  transform: rotate(0.5turn);
}
.brand-nav__link {
  padding: 2.9rem 1.8rem 2.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  display: inline-block;
  border-bottom: 0;
  color: white;
  position: relative;
  text-decoration: none;
  transition: all 0.2s ease;
}
.brand-nav__link:hover {
  text-decoration: none;
}
.brand-nav__link svg.brand-nav__link-icon {
  fill: white;
  height: 1.1rem;
  width: 1.1rem;
  margin-left: 0.6rem;
  display: none;
  transition: transform 150ms ease-out;
}
@media all and (min-width: 950px) {
  .brand-nav__link svg.brand-nav__link-icon {
    display: inline-block;
  }
}
@media all and (min-width: 950px) {
  .js-has-subnav .brand-nav__link:after {
    height: 0;
    width: 0;
    content: ' ';
    display: block;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 0.8rem solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.8rem;
    transform: translateY(1000%);
    z-index: 0;
    transition: transform 200ms ease;
  }
}
.has-shown-subnav .brand-nav__link:after {
  transform: translateY(0) rotate(225deg);
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .has-shown-subnav .brand-nav__link:after {
    transform: translateY(0.25rem) rotate(225deg);
  }
}
@media all and (min-width: 950px) {
  .has-shown-subnav .brand-nav__link:after {
    transform: translateY(0);
    border-bottom-color: white;
  }
}
@media all and (min-width: 950px) {
  .brand-nav .sub-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 950px;
    background-color: white;
    transform-origin: top;
    transform: translateY(100%) scaleY(0);
    max-height: none !important;
    transition: all 200ms ease;
    z-index: 0;
  }
}
.brand-nav .sub-navigation__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 17rem;
}
.brand-nav .sub-navigation__list {
  padding: 0;
  display: inline-block;
}
.brand-nav .sub-navigation__item {
  font-size: 1.6rem;
  display: inline-block;
  list-style: none;
  float: left;
}
.brand-nav .sub-navigation__link {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .brand-nav .sub-navigation__link {
    padding: 1.9rem 1.8rem 1.1rem;
    min-height: 0;
  }
}
.brand-nav .sub-navigation__link:hover {
  opacity: 0.5;
}
@media all and (min-width: 950px) {
  .region-player-account-management.Register .brand-nav,
  .region-player-account-management.ChangePasswordPage .brand-nav,
  .region-retail-account.page-retail-upgrade .brand-nav {
    display: none;
  }
}
.mobile-nav-right {
  display: none;
}
@media all and (max-width: 949px) {
  .is-logged-in .mobile-nav-right {
    display: block;
  }
}
.mobile-navigation-header {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-weight: bold;
  padding: 0;
  justify-content: center;
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: 6.6rem;
}
@media (min-width: 950px) {
  .mobile-navigation-header {
    display: none;
  }
}
.mobile-navigation-header__logo {
  width: 100%;
  display: block;
}
.mobile-navigation-header .mobile-navigation-header__logo-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-navigation-header .mobile-navigation-header__logo-cube {
  width: 3rem;
  height: 3rem;
}
.mobile-navigation-header .mobile-navigation-header__brand-logo {
  height: 2.45rem;
}
.mobile-navigation-header__logo-img {
  padding-left: 1.5rem;
  max-height: 2.5rem;
}
@media (min-width: 768px) {
  .mobile-navigation-header__logo-img {
    height: 3rem;
  }
}
.mobile-navigation-header__logo-text {
  display: none;
}
.menu-toggle {
  float: left;
}
@media all and (min-width: 950px) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 30em), (-ms-high-contrast: none) and (max-width: 30em) {
  .menu-toggle {
    z-index: 1;
    position: relative;
  }
}
.menu-toggle-right {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
}
.menu-toggle-right .menu-toggle-btn div:nth-child(2) {
  transform: translateX(200%);
  -webkit-transform: translateX(200%);
  z-index: -1;
  opacity: 0;
}
.menu-toggle-btn {
  width: 16.2vw;
  height: 16.2vw;
  display: block;
  box-sizing: border-box;
  padding: 4vw 4vw;
  position: relative;
  overflow: visible;
}
.menu-toggle-btn div {
  width: 6vw;
  height: 3px;
  background-color: #FFF;
  display: inline-block;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  border-radius: 0.4vw;
  position: absolute;
  top: calc(50%);
  left: 50%;
  margin-left: -3vw;
  transform: translate(0, 0) rotate(0);
  -webkit-transform: translate(0, 0) rotate(0);
}
.menu-toggle-btn div:nth-child(1) {
  margin-top: -2vw;
}
.menu-toggle-btn div:nth-child(3) {
  margin-top: 2vw;
}
.menu-toggle-btn.active div:nth-child(1) {
  transform: translate(-0.3vw, 2.25vw) rotate(45deg);
  -webkit-transform: translate(-0.3vw, 2.25vw) rotate(45deg);
}
.menu-toggle-btn.active div:nth-child(2) {
  transform: translateX(-300%);
  -webkit-transform: translateX(-300%);
}
.menu-toggle-btn.active div:nth-child(3) {
  transform: translate(-0.3vw, -1.76vw) rotate(-45deg);
  -webkit-transform: translate(-0.3vw, -1.76vw) rotate(-45deg);
}
.mobile-user-info {
  clear: both;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.1vw 2vw;
  box-sizing: border-box;
}
.is-logged-in .mobile-user-info {
  display: block;
}
@media all and (min-width: 950px) {
  .is-logged-in .mobile-user-info {
    display: none;
  }
}
.mobile-user-info.modal-wrapper.overlay-active:before {
  pointer-events: none;
  background-color: initial;
}
.mobile-user-info:after {
  display: table;
  content: ' ';
  clear: both;
}
.mobile-user-info .js-balance-total {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.mobile-user-info .js-balance-total:not(:empty):before {
  font-weight: normal;
  content: 'Saldo: ';
}
.mobile-user-info__left,
.mobile-user-info__right {
  display: inline-block;
  vertical-align: middle;
}
.mobile-user-info__left p,
.mobile-user-info__right p,
.mobile-user-info__left a,
.mobile-user-info__right a {
  margin: 0;
  padding: 0.5vw 0;
  color: #FFF;
  font-size: 2.7vw;
  line-height: 1;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info__left p,
  .mobile-user-info__right p,
  .mobile-user-info__left a,
  .mobile-user-info__right a {
    font-size: 14px;
  }
}
.mobile-user-info__left {
  float: left;
}
.mobile-user-info__right {
  float: right;
}
.games-mobile-nav {
  position: fixed;
  background-color: #014B32;
  z-index: 20;
}
.games-mobile-nav .corporate-nav__list-link:before {
  display: none !important;
}
@media all and (min-width: 950px) {
  .games-mobile-nav {
    display: none;
  }
}
.games-mobile-nav a {
  color: #fff;
}
.games-mobile-nav a:after {
  border-color: #fff !important;
  border-width: 2px !important;
}
.games-mobile-nav a[class*=-link] {
  z-index: 90;
}
.games-mobile-nav .sub-navigation {
  background-color: #fff !important;
  max-height: none !important;
  height: 0;
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
  transition: height 0.4s ease !important;
}
.games-mobile-nav .sub-navigation .games-left,
.games-mobile-nav .sub-navigation .games-center,
.games-mobile-nav .sub-navigation .games-right {
  width: 100% !important;
  max-width: 100% !important;
  float: none;
  padding: 1rem 2% 4vw;
}
.games-mobile-nav .sub-navigation .games-left p,
.games-mobile-nav .sub-navigation .games-center p,
.games-mobile-nav .sub-navigation .games-right p {
  font-size: 2.5vw;
}
.games-mobile-nav .sub-navigation .games-left .games-list,
.games-mobile-nav .sub-navigation .games-center .games-list,
.games-mobile-nav .sub-navigation .games-right .games-list {
  margin-top: 0;
}
.games-mobile-nav .sub-navigation .games-left .games-list-item,
.games-mobile-nav .sub-navigation .games-center .games-list-item,
.games-mobile-nav .sub-navigation .games-right .games-list-item {
  width: calc(50% - 1rem);
  max-height: none;
  height: 12vw;
}
.games-mobile-nav .sub-navigation .games-left .header__cta-component__description,
.games-mobile-nav .sub-navigation .games-center .header__cta-component__description,
.games-mobile-nav .sub-navigation .games-right .header__cta-component__description {
  white-space: pre-line;
  font-size: 4vw;
}
.games-mobile-nav .sub-navigation .games-left .header__cta-component__cta-home,
.games-mobile-nav .sub-navigation .games-center .header__cta-component__cta-home,
.games-mobile-nav .sub-navigation .games-right .header__cta-component__cta-home {
  padding: 3.6vw 5vw 2.5vw;
  font-size: 4vw;
}
.games-mobile-nav .sub-navigation .games-right {
  padding-top: 4vw !important;
}
@media all and (max-width: 949px) {
  .header.is-showing-left-menu {
    transform: translateX(84.6vw) !important;
    -webkit-transform: translateX(84.6vw) !important;
  }
  .header.is-showing-right-menu {
    transform: translateX(-100vw) !important;
    -webkit-transform: translateX(-100vw) !important;
  }
  .header.is-showing-right-menu:before {
    transform: translateX(15.4vw);
    -webkit-transform: translateX(15.4vw);
  }
  .header.is-showing-right-menu .menu-toggle-right {
    position: fixed;
    display: block;
    margin-top: 0;
    right: -15.4vw;
  }
  .header.is-showing-right-menu .profile-btn .mobile-only {
    display: none;
  }
  .header {
    pointer-events: all;
  }
  nav:first-of-type {
    display: none;
  }
  nav:last-of-type {
    display: block;
    max-width: 100vw;
  }
  .corporate-nav__list-item.js-has-subnav:first-child {
    display: none;
  }
  .brand-nav,
  .corporate-nav {
    overflow: hidden;
    padding: 0;
  }
  .brand-nav .user-bar,
  .corporate-nav .user-bar {
    display: block;
  }
  .brand-nav .user-bar .desktop-only,
  .corporate-nav .user-bar .desktop-only {
    display: none;
  }
  .brand-nav .user-bar__item,
  .corporate-nav .user-bar__item {
    position: relative;
    line-height: 1;
    color: #FFF;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    margin-right: 3vw;
    float: right;
  }
  .brand-nav .user-bar__login-icon,
  .corporate-nav .user-bar__login-icon {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 1.4rem;
    left: calc(50% - 1rem);
  }
  .brand-nav .user-bar .login-btn.mobile-only,
  .corporate-nav .user-bar .login-btn.mobile-only {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin-right: 3vw;
    float: right;
  }
  .brand-nav .user-bar .login-btn.mobile-only:before,
  .corporate-nav .user-bar .login-btn.mobile-only:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    white-space: nowrap;
    line-height: 1;
  }
  .is-logged-in .brand-nav .user-bar .login-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .login-btn.mobile-only {
    display: none;
  }
  .is-logged-in .brand-nav .user-bar .create-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .create-btn.mobile-only {
    display: none;
  }
  .brand-nav .user-bar .profile-btn.mobile-only,
  .corporate-nav .user-bar .profile-btn.mobile-only {
    display: none;
    background: #fff;
    border-radius: 50%;
    position: relative;
  }
  .brand-nav .user-bar .profile-btn.mobile-only:before,
  .corporate-nav .user-bar .profile-btn.mobile-only:before {
    content: " ";
    width: 4vw;
    height: 4.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -56%);
    -ms-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%);
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .is-logged-in .brand-nav .user-bar .profile-btn.mobile-only,
  .is-logged-in .corporate-nav .user-bar .profile-btn.mobile-only {
    display: block;
  }
  .brand-nav__logo-text,
  .corporate-nav__logo-text {
    display: none;
    text-decoration: none;
  }
  .brand-nav .corporate-nav__logo,
  .corporate-nav .corporate-nav__logo {
    text-align: center;
  }
  .brand-nav .corporate-nav__logo img,
  .corporate-nav .corporate-nav__logo img {
    max-height: 2.5rem;
  }
  .brand-nav__navigation,
  .corporate-nav__navigation {
    position: fixed;
    margin-left: 0;
    width: 84.6vw;
    height: 100vh;
    left: 0;
    top: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  .brand-nav__navigation.mobile-nav-left,
  .corporate-nav__navigation.mobile-nav-left {
    transform: translateX(-84.6vw);
    -webkit-transform: translateX(-84.6vw);
  }
  .brand-nav__navigation.mobile-nav-right,
  .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(115.4vw);
    -webkit-transform: translateX(115.4vw);
  }
  .is-tablet-detected .brand-nav__navigation,
  .is-tablet-detected .corporate-nav__navigation {
    width: 50vw;
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-left,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-left {
    transform: translateX(-50vw);
    -webkit-transform: translateX(-50vw);
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-right,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .brand-nav__list,
  .corporate-nav__list {
    background-color: #FFF;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 80vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
  }
  .brand-nav__item,
  .corporate-nav__item,
  .brand-nav__list-item,
  .corporate-nav__list-item {
    font-size: 1.6rem;
    width: 100%;
  }
  .brand-nav__link,
  .corporate-nav__link,
  .brand-nav__list-link,
  .corporate-nav__list-link {
    display: block;
    border-bottom: 1px solid #eee;
    color: #323232;
    font-size: inherit;
  }
  .user-bar .brand-nav__link,
  .user-bar .corporate-nav__link,
  .user-bar .brand-nav__list-link,
  .user-bar .corporate-nav__list-link {
    color: #fff;
    border-bottom: none;
  }
  .js-has-subnav .brand-nav__link:after,
  .js-has-subnav .corporate-nav__link:after,
  .js-has-subnav .brand-nav__list-link:after,
  .js-has-subnav .corporate-nav__list-link:after {
    position: absolute;
    display: block;
    z-index: 100;
    content: ' ';
    width: 1rem;
    height: 1rem;
    top: 3.7rem;
    left: auto;
    right: 3rem;
    border-right: 2px solid #323232;
    border-bottom: 2px solid #323232;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.4s ease;
  }
  .js-has-subnav.has-shown-subnav .brand-nav__link:after,
  .js-has-subnav.has-shown-subnav .corporate-nav__link:after,
  .js-has-subnav.has-shown-subnav .brand-nav__list-link:after,
  .js-has-subnav.has-shown-subnav .corporate-nav__list-link:after,
  .js-has-subnav.active .brand-nav__link:after,
  .js-has-subnav.active .corporate-nav__link:after,
  .js-has-subnav.active .brand-nav__list-link:after,
  .js-has-subnav.active .corporate-nav__list-link:after {
    transform: translateY(0) rotate(225deg);
  }
  .brand-nav .sub-navigation,
  .corporate-nav .sub-navigation {
    max-height: 0;
    transition: max-height 0.4s ease;
    background-color: #f0f0f0;
    overflow: hidden;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  }
  .brand-nav .sub-navigation__inner,
  .corporate-nav .sub-navigation__inner {
    padding-left: 0;
  }
  .brand-nav .sub-navigation__list,
  .corporate-nav .sub-navigation__list {
    width: 100%;
  }
  .brand-nav .sub-navigation__item,
  .corporate-nav .sub-navigation__item {
    display: block;
    width: 100%;
    padding-left: 3rem;
  }
  .brand-nav .sub-navigation__link,
  .corporate-nav .sub-navigation__link {
    padding: 2rem 1.8rem;
    color: #000;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details:last-of-type,
  .corporate-nav .mobile-nav-right .mega-menu__account-details:last-of-type,
  .brand-nav .mobile-nav-right .mega-menu__account-details__divider,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__divider,
  .brand-nav .mobile-nav-right .last-login,
  .corporate-nav .mobile-nav-right .last-login,
  .brand-nav .mobile-nav-right .desktop-only,
  .corporate-nav .mobile-nav-right .desktop-only,
  .brand-nav .mobile-nav-right .welcome-text,
  .corporate-nav .mobile-nav-right .welcome-text {
    display: none;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__row--right,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__row--right {
    float: right;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .corporate-nav__logo-img,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .corporate-nav__logo-img {
    height: 2.2rem;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn {
    background: #fff;
    border-radius: 50%;
    height: 9vw;
    width: 9vw;
    position: relative;
    top: 3.5vw;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn:before,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn:before {
    content: " ";
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .brand-nav .mobile-nav-right .mobile-navigation-header .profile-btn:after,
  .corporate-nav .mobile-nav-right .mobile-navigation-header .profile-btn:after {
    position: absolute;
    content: ' ';
    left: 0;
    bottom: -3.5vw;
    width: 100%;
    height: 0.4rem;
    background-color: #FFF;
  }
  .brand-nav .mobile-nav-right .mega-menu__account,
  .corporate-nav .mobile-nav-right .mega-menu__account {
    padding: 0 6vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__title,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__title {
    margin-bottom: 0;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__title__inner,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__title__inner {
    font-size: 4vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__large-text,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__large-text {
    font-size: 5vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__right,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__right {
    float: right;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__logout-btn,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__logout-btn {
    font-size: 3.5vw;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__details-btn,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__details-btn {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-details__button,
  .corporate-nav .mobile-nav-right .mega-menu__account-details__button {
    width: 100%;
    font-size: 4vw;
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .brand-nav .mobile-nav-right .mega-menu__account-meta,
  .corporate-nav .mobile-nav-right .mega-menu__account-meta {
    white-space: initial;
  }
  .brand-nav .mobile-nav-right .sub-navigation-inner,
  .corporate-nav .mobile-nav-right .sub-navigation-inner {
    background: #FFF;
    max-height: 100vh;
    min-height: 100vh;
    padding-bottom: 50vw;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .brand-nav .mobile-nav-right .sub-navigation-inner ul,
  .corporate-nav .mobile-nav-right .sub-navigation-inner ul,
  .brand-nav .mobile-nav-right .sub-navigation-inner li,
  .corporate-nav .mobile-nav-right .sub-navigation-inner li {
    margin: 0;
    padding: 0;
  }
  .brand-nav .mobile-nav-right .mega-menu__section:first-of-type,
  .corporate-nav .mobile-nav-right .mega-menu__section:first-of-type {
    margin-top: 4vw;
    border-top: 1px solid #ccc;
  }
  .brand-nav .mobile-nav-right .mega-menu__section__title > .navigation-item-link,
  .corporate-nav .mobile-nav-right .mega-menu__section__title > .navigation-item-link {
    display: block;
    color: inherit;
    padding: 6vw 6vw 4vw;
    cursor: default;
    outline: none;
    text-decoration: none;
    font-size: 5vw;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .brand-nav .mobile-nav-right .mega-menu__link-list__item__link,
  .corporate-nav .mobile-nav-right .mega-menu__link-list__item__link {
    display: block;
    padding: 4vw 6vw;
    border-bottom: 1px solid #ccc;
    font-size: 4vw;
    font-weight: 600;
    text-decoration: none;
    color: #333333;
  }
}
@media all and (max-width: 949px) and (min-width: 950px) {
  .js-has-subnav .brand-nav__link:after,
  .js-has-subnav .corporate-nav__link:after,
  .js-has-subnav .brand-nav__list-link:after,
  .js-has-subnav .corporate-nav__list-link:after {
    display: none;
  }
}
.menu-toggle-right .menu-toggle-btn.active div {
  margin-left: 0.4rem;
}
.menu-toggle-btn {
  width: 3rem;
  height: 3rem;
  padding: 3.3rem 2.7rem;
}
.menu-toggle-btn div {
  width: 22px;
  height: 3px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .menu-toggle-btn div {
    width: 35px;
  }
}
.menu-toggle-btn div:nth-child(1) {
  margin-top: -10px;
}
.menu-toggle-btn div:nth-child(3) {
  margin-top: 10px;
}
.menu-toggle-btn.active div:nth-child(1) {
  transform: translate(-8px, 10px) rotate(45deg);
  -webkit-transform: translate(-8px, 10px) rotate(45deg);
}
.menu-toggle-btn.active div:nth-child(3) {
  transform: translate(-8px, -10px) rotate(-45deg);
  -webkit-transform: translate(-8px, -10px) rotate(-45deg);
}
.brand-nav__logo-link,
.corporate-nav__logo-link {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .brand-nav__logo-link,
  .corporate-nav__logo-link {
    justify-content: center;
  }
}
@media (min-width: 950px) {
  .brand-nav__logo-link,
  .corporate-nav__logo-link {
    display: block;
  }
}
.is-logged-in .brand-nav__logo-link,
.is-logged-in .corporate-nav__logo-link {
  justify-content: center;
}
.top-navigation.is-showing-left-menu .brand-nav__logo,
.top-navigation.is-showing-left-menu .corporate-nav__logo {
  display: none;
}
.top-navigation.is-showing-right-menu .brand-nav__logo,
.top-navigation.is-showing-right-menu .corporate-nav__logo {
  display: none;
}
.brand-nav__logo-cube,
.corporate-nav__logo-cube {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 375px) {
  .brand-nav__logo-cube,
  .corporate-nav__logo-cube {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.brand-nav__item,
.corporate-nav__item {
  font-size: 1.6rem;
}
.brand-nav .user-bar__item,
.corporate-nav .user-bar__item {
  font-size: 1.1rem;
  height: 6.7rem;
  line-height: 9.1rem;
}
.brand-nav .user-bar .login-btn.mobile-only,
.corporate-nav .user-bar .login-btn.mobile-only {
  font-size: 1.1rem;
  line-height: 9.1rem;
}
@media (min-width: 950px) {
  .brand-nav .user-bar .login-btn.mobile-only,
  .corporate-nav .user-bar .login-btn.mobile-only {
    font-size: 1.8rem;
  }
}
.dli .brand-nav .user-bar .profile-btn.mobile-only,
.dli .corporate-nav .user-bar .profile-btn.mobile-only,
.dlo .brand-nav .user-bar .profile-btn.mobile-only,
.dlo .corporate-nav .user-bar .profile-btn.mobile-only {
  height: 4.4rem;
  width: 4.4rem;
  top: 1rem;
}
.dli .brand-nav .user-bar .profile-btn.mobile-only:before,
.dli .corporate-nav .user-bar .profile-btn.mobile-only:before,
.dlo .brand-nav .user-bar .profile-btn.mobile-only:before,
.dlo .corporate-nav .user-bar .profile-btn.mobile-only:before {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
}
.top-navigation.is-showing-right-menu .dli .brand-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dli .corporate-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dlo .brand-nav .user-bar .profile-btn.mobile-only,
.top-navigation.is-showing-right-menu .dlo .corporate-nav .user-bar .profile-btn.mobile-only {
  display: none;
}
.brand-nav .games-mobile-nav .corporate-nav__list-link,
.corporate-nav .games-mobile-nav .corporate-nav__list-link {
  font-size: 2rem;
  padding: 2rem 5rem;
}
.brand-nav .games-mobile-nav .sub-navigation .games-list-item,
.corporate-nav .games-mobile-nav .sub-navigation .games-list-item {
  height: 4.5rem;
}
.brand-nav .games-mobile-nav .sub-navigation .header__cta-component__description,
.corporate-nav .games-mobile-nav .sub-navigation .header__cta-component__description {
  font-size: 1.8rem;
}
.brand-nav .games-mobile-nav .sub-navigation .header__cta-component__cta-home,
.corporate-nav .games-mobile-nav .sub-navigation .header__cta-component__cta-home {
  font-size: 2rem;
  padding: 2rem 5rem;
}
.brand-nav .mobile-nav-right .profile-btn.mobile-only,
.corporate-nav .mobile-nav-right .profile-btn.mobile-only {
  height: 4.4rem;
  width: 4.4rem;
  top: 1.4rem;
}
.brand-nav .mobile-nav-right .profile-btn.mobile-only:before,
.corporate-nav .mobile-nav-right .profile-btn.mobile-only:before {
  width: 2.3rem;
  height: 2.3rem;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 949px) {
  .brand-nav__navigation.mobile-nav-right,
  .corporate-nav__navigation.mobile-nav-right {
    transform: translateX(100vw);
    -webkit-transform: translateX(100vw);
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__title,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__title {
    margin-bottom: 0;
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn {
    font-size: inherit;
    padding-top: 0.2rem;
  }
  .is-tablet-detected .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn,
  .is-tablet-detected .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__logout-btn {
    padding-top: 0.5rem;
  }
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__button,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__button,
  .brand-nav__navigation.mobile-nav-right .mega-menu__account-details__details-btn,
  .corporate-nav__navigation.mobile-nav-right .mega-menu__account-details__details-btn {
    font-size: inherit;
  }
  .brand-nav__navigation.mobile-nav-right .navigation-list .navigation-item .navigation-item-link,
  .corporate-nav__navigation.mobile-nav-right .navigation-list .navigation-item .navigation-item-link {
    font-size: inherit;
  }
  .brand-nav .mobile-nav-right .profile-btn.mobile-only,
  .corporate-nav .mobile-nav-right .profile-btn.mobile-only {
    display: none !important;
  }
  .is-tablet-detected .brand-nav__container .pam-return-to-site-close,
  .is-tablet-detected .corporate-nav__container .pam-return-to-site-close {
    left: 0 !important;
    width: 6vw !important;
    height: 6vw !important;
    top: 2vw !important;
  }
  .header.is-showing-right-menu {
    padding: 0;
    transform: translateX(-84.6vw) !important;
  }
  .header.is-showing-right-menu .menu-toggle-right {
    right: 0;
    transform: none !important;
  }
  .is-tablet-detected .header.is-showing-right-menu {
    transform: translateX(-50vw) !important;
  }
  .header.is-showing-left-menu {
    padding: 0;
    transform: translateX(84.6vw) !important;
  }
  .is-tablet-detected .header.is-showing-left-menu {
    transform: translateX(50vw) !important;
  }
  .header {
    margin-top: -1px;
  }
}
@media screen and (-ms-high-contrast: active) and (max-device-width: 30em), (-ms-high-contrast: none) and (max-device-width: 30em) {
  .mobile-navigation-header__logo-img {
    max-width: 30vw;
  }
  .header.is-showing-left-menu .mobile-nav-left {
    transform: translateX(0px);
  }
  .header .brand-nav {
    transition: transform 0.4s ease;
  }
  .header .brand-nav__logo {
    text-align: center;
    z-index: 0;
  }
  .header .brand-nav__logo-img {
    max-width: 30vw;
  }
  .header .brand-nav__logo a {
    display: inline-block;
    z-index: 0;
  }
}
body.is-context-neutral .user-bar {
  display: none !important;
}
.header.top-navigation .user-bar {
  float: right;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .is-logged-in .header.top-navigation .user-bar .has-shown-subnav .mega-menu {
    transform: translateY(100%) scaleY(1);
    z-index: 1;
  }
}
.header.top-navigation .user-bar__navigation {
  width: auto;
  height: 100%;
  display: inline-block;
}
.header.top-navigation .user-bar__list {
  margin: 0;
  padding: 0;
  max-height: 100%;
}
.header.top-navigation .user-bar .choose-account {
  display: none;
}
@media all and (min-width: 950px) {
  .header.top-navigation .accountmenu .mobile-only {
    display: none;
  }
}
.header.top-navigation .accountmenu__group {
  display: inline-block;
}
.header.top-navigation .accountmenu__item {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.25rem 1rem 0.9rem;
  line-height: 1.3;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}
.header.top-navigation .accountmenu a.accountmenu__item {
  cursor: pointer;
}
.header.top-navigation .accountmenu .choose-account-btn {
  cursor: pointer;
  display: none;
}
@media all and (max-width: 949px) {
  .header.top-navigation .accountmenu .choose-account-btn {
    float: right;
    font-size: 3vw;
    padding-top: 6vw;
    padding-right: 3.5vw;
  }
}
.header.top-navigation .accountmenu .info-bar-item--username {
  display: block;
  font-size: 1.2rem;
  padding: 0 1rem 0;
}
.header.top-navigation .accountmenu .info-bar-item--account {
  display: none;
  font-size: 1.2rem;
  padding: 0.45rem 1rem 0;
}
.header.top-navigation .accountmenu .info-bar-item--ballance {
  position: relative;
}
.header.top-navigation .accountmenu .info-bar-item--ballance:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 2.5rem;
  background: #fff;
  opacity: 0.1;
  display: none;
}
.is-logged-in .header.top-navigation .accountmenu .info-bar-item--ballance:before {
  display: block;
}
.header.top-navigation .accountmenu .signup-btn {
  position: relative;
  background-color: #feb701;
  color: black;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  margin-top: 0.6rem;
}
.header.top-navigation .accountmenu .login-btn {
  color: white;
  border: 0.2rem solid white;
  border-radius: 0.3rem;
  padding: 0.3rem 0.8rem;
  margin-top: 0.6rem;
}
.header.top-navigation .accountmenu .profile-btn {
  position: relative;
  top: 0.6rem;
  float: left;
  height: 2.8rem;
  width: 2.8rem;
  padding: 0;
  display: none;
  background: #fff;
  border-radius: 50%;
  padding-top: 1rem;
}
.header.top-navigation .accountmenu .profile-btn.mobile-only {
  display: none;
}
.header.top-navigation .accountmenu .profile-btn:before {
  content: ' ';
  cursor: pointer;
  width: 1.3rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
}
.is-logged-in .header.top-navigation .profile-btn {
  display: inline-block;
}
.is-logged-in .header.top-navigation .login-btn,
.is-logged-in .header.top-navigation .signup-btn,
.is-logged-in .header.top-navigation .choose-account-btn {
  display: none;
}
.mobile-user-info .account-name {
  font-weight: bold;
  display: none;
}
.dli .mobile-user-info .account-name.dli {
  color: #263863;
  display: inline-block;
}
.dlo .mobile-user-info .account-name.dlo {
  color: #8f0b0f;
  display: block;
}
.mobile-user-info {
  clear: both;
  width: 100%;
  display: none;
  background-color: #fff;
  padding: 0 0.8rem;
  position: relative;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info {
    padding: 0 1rem;
  }
}
.is-logged-in .mobile-user-info {
  display: block;
}
@media all and (min-width: 950px) {
  .is-logged-in .mobile-user-info {
    display: none;
  }
}
body.is-context-neutral .mobile-user-info {
  display: none !important;
}
.mobile-user-info:after {
  display: table;
  content: ' ';
  clear: both;
}
.mobile-user-info .js-balance-user {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.mobile-user-info__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mobile-user-info__left,
.mobile-user-info__right,
.mobile-user-info__center {
  display: inline-block;
  vertical-align: middle;
}
.mobile-user-info__left p,
.mobile-user-info__right p,
.mobile-user-info__center p,
.mobile-user-info__left a,
.mobile-user-info__right a,
.mobile-user-info__center a {
  margin: 0;
  padding: 0.4rem 0;
  color: #000;
  font-size: 1rem;
  line-height: 1;
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .mobile-user-info__left p,
  .mobile-user-info__right p,
  .mobile-user-info__center p,
  .mobile-user-info__left a,
  .mobile-user-info__right a,
  .mobile-user-info__center a {
    font-size: 14px;
  }
}
.mobile-user-info__left {
  float: left;
}
@media all and (max-width: 767px) {
  .mobile-user-info__left {
    line-height: 0.8;
  }
}
.mobile-user-info__right {
  float: right;
}
body.region-retail-account.is-logged-in .user-bar {
  display: none !important;
}
body.region-retail-account .create-btn {
  display: none;
}
.is-logged-in.accountmenu .choose-account-btn {
  display: none;
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo .pam-return-to-site-back {
  display: flex;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__logo .pam-return-to-site-back {
    display: none;
  }
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo-cube {
  display: none;
}
.top-navigation-theme-playeraccountmanagement .brand-nav__logo .brand-nav__logo-img,
.top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close .brand-nav__logo-img {
  display: none;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__logo .brand-nav__logo-img,
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close .brand-nav__logo-img {
    display: inline-block;
    padding-left: 0;
  }
}
.top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close {
  display: block;
}
@media all and (max-width: 950px) {
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .menu-toggle-left {
    display: none;
  }
  .top-navigation-theme-playeraccountmanagement .brand-nav__container .pam-return-to-site-close {
    left: 0vw;
    height: 4.4rem;
    width: 4.4rem;
    top: 1rem;
  }
}
.dli .top-navigation-theme-playeraccountmanagement .corporate-nav {
  background-color: #1c2d56;
}
.dli .top-navigation-theme-playeraccountmanagement .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: #fff;
  opacity: 0.6;
}
.dli .top-navigation-theme-playeraccountmanagement .menu-toggle-right {
  background-color: #263863;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav {
  background-color: #263863;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  color: #fff;
  opacity: 0.6;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav__logo-text.dlo {
  display: none;
}
.dli .top-navigation-theme-playeraccountmanagement .brand-nav .mobile-navigation-header {
  background-color: #263863;
}
.dli.is-logged-in .accountmenu__item.dli {
  display: block !important;
}
.dli .header .user-bar .profile-btn:before,
.dli .header .mobile-nav-right .profile-btn:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_user-dli.svg') center center no-repeat;
}
.dlo .top-navigation-theme-playeraccountmanagement .corporate-nav {
  background-color: #8f0b0f;
}
.dlo .top-navigation-theme-playeraccountmanagement .corporate-nav__list-item:not(.js-has-subnav) .corporate-nav__list-link:hover {
  color: #fff;
  opacity: 0.6;
}
.dlo .top-navigation-theme-playeraccountmanagement .menu-toggle-right {
  background-color: #9a0000;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav {
  background-color: #9a0000;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav__item:not(.js-has-subnav) .brand-nav__link:hover {
  color: #fff;
  opacity: 0.6;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav__logo-text.dli {
  display: none;
}
.dlo .top-navigation-theme-playeraccountmanagement .brand-nav .mobile-navigation-header {
  background-color: #9a0000;
}
.dlo.is-logged-in .accountmenu__item.dlo {
  display: block !important;
}
.dlo .header .user-bar .profile-btn:before,
.dlo .header .mobile-nav-right .profile-btn:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/icon_pam_user-dlo.svg') center center no-repeat;
}
.mega-menu__account {
  padding-left: 2rem;
}
.dli .mega-menu__account-name.dlo,
.dli .mega-menu__account-meta.dlo,
.dli .mega-menu__account-details__left.dlo {
  display: none;
}
.dlo .mega-menu__account-name.dli,
.dlo .mega-menu__account-meta.dli,
.dlo .mega-menu__account-details__left.dli {
  display: none;
}
.mega-menu__account-name {
  margin-bottom: 0;
}
.mega-menu__account-name.dli {
  color: #1c2d56;
}
.mega-menu__account-name.dlo {
  color: #9a0000;
}
.mega-menu__account-meta {
  margin: 0;
  font-size: 1.2rem;
}
.mega-menu__inner {
  max-width: 1440px;
  margin: 0 auto;
}
.mega-menu .sub-sub-navigation__section-link {
  font-weight: bold;
}
@media all and (max-width: 949px) {
  .mega-menu .navigation-list {
    display: block !important;
  }
  .mega-menu .sub-sub-navigation {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .mega-menu .sub-sub-sub-navigation {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: #e3e3e3 !important;
  }
  .mega-menu .sub-sub-sub-navigation li a {
    border-bottom: none !important;
    font-weight: 100;
  }
}
@media all and (min-width: 950px) {
  .mega-menu {
    padding: 0 !important;
    width: 100% !important;
    min-width: 950px;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
  }
  .mega-menu .navigation-list {
    padding-left: 0 !important;
  }
  .mega-menu__inner {
    padding: 0 0 15px 0 !important;
    width: 100% !important;
    overflow: hidden;
  }
  .mega-menu__inner:after {
    content: "";
    display: table !important;
    clear: both;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__account-details {
    margin-top: -55px;
    padding-top: 0 !important;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__section {
    float: left;
    padding-top: 22px !important;
    padding-right: 20px !important;
    padding-bottom: 10px;
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
    list-style: none;
  }
  html[class] .mega-menu__section {
    padding-left: 2rem !important;
  }
  .mega-menu__section:last-child:after {
    display: none;
  }
  .mega-menu__section.navigation-list.account-section:first-child:after {
    display: none;
  }
  .mega-menu__section:first-child:nth-last-child(1) {
    width: 100%;
  }
  .mega-menu__section:first-child:nth-last-child(2),
  .mega-menu__section:first-child:nth-last-child(2) ~ .mega-menu__section {
    width: 50%;
  }
  .mega-menu__section:first-child:nth-last-child(3),
  .mega-menu__section:first-child:nth-last-child(3) ~ .mega-menu__section {
    width: 33.3333%;
  }
  .mega-menu__section:first-child:nth-last-child(4),
  .mega-menu__section:first-child:nth-last-child(4) ~ .mega-menu__section {
    width: 25%;
  }
  .mega-menu__section:first-child:nth-last-child(5),
  .mega-menu__section:first-child:nth-last-child(5) ~ .mega-menu__section {
    width: 25%;
  }
}
@media all and (min-width: 950px) {
  .mega-menu__section__title {
    color: #323232;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mega-menu__section__title > a,
  .mega-menu__section__title__inner {
    display: block;
    color: inherit;
    padding: 0;
    margin-bottom: 15px;
    cursor: default;
    outline: none;
    text-decoration: none;
    font-weight: 500;
  }
}
.header .games-frontpage {
  max-width: 144rem;
}
.header .games-frontpage .games-frontpage__section {
  display: inline-flex;
  flex-direction: column;
  padding: 1rem;
  border-radius: 0.8rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-header {
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-sublist {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  color: #6f6f6f;
  margin: 1.1rem 0;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account {
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-text,
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-cta {
  display: inline-block;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-create-account .games-frontpage__section-create-account-cta {
  color: #2f80ed;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-bottom-text {
  font-size: 1.1rem;
  padding: 0 0.5rem;
}
.header .games-frontpage .games-frontpage__section .games-frontpage__section-sikkert-spil {
  display: none;
}
.header .games-frontpage .games-frontpage__section--1 {
  width: calc(50% - 1.5rem);
  background-color: rgba(15, 64, 150, 0.05);
  margin: 1rem;
}
.header .games-frontpage .games-frontpage__section--1 .games-frontpage__section-header {
  color: #0f4096;
}
.header .games-frontpage .games-frontpage__section--2 {
  width: calc(50% - 1.5rem);
  background-color: rgba(194, 22, 23, 0.05);
  margin: 1rem 1rem 1rem 0;
}
.header .games-frontpage .games-frontpage__section--2 .games-frontpage__section-header {
  color: #c21617;
}
.header .games-frontpage .games-frontpage__section--3 {
  width: calc(100% - 2rem);
  background-color: rgba(1, 75, 50, 0.05);
  margin: 0 1rem 1rem 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-header {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sublist {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-create-account {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-bottom-text {
  display: none;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5rem 1rem;
  font-size: 1.4rem;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil-text {
  color: #014c34;
}
.header .games-frontpage .games-frontpage__section--3 .games-frontpage__section-sikkert-spil-cta {
  font-weight: 700;
  color: #2f80ed;
}
.header .games-frontpage .games-frontpage__list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item {
  list-style: none;
  display: block;
  border-radius: 0.5rem;
  margin: 0.5rem;
  width: calc(20% - 1rem);
  height: 3.5rem;
  transition: transform 0.2s ease;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item:hover {
  transform: scale(1.1);
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.9rem 1rem;
  position: relative;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item a:focus {
  outline: none;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.altellerintet a {
  padding: 0 1rem 0.5rem 1rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.bingo a {
  padding: 0.5rem 1rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.virtuel a,
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item.Virtuel a {
  padding: 0 1rem 0.9rem;
}
.header .games-frontpage .games-frontpage__list .games-frontpage__list-item img {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .games-frontpage .games-frontpage__list .games-frontpage__list-item img {
    height: 3rem;
  }
}
.header .games {
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 950px) {
  .header .games {
    flex-direction: row;
  }
}
.header .games__group {
  position: relative;
  padding: 1rem;
  width: 100%;
}
@media all and (min-width: 950px) {
  .header .games__group {
    width: var(--games__group_width-desktop, auto);
  }
}
.header .games__group--xxxlarge {
  --games__group_width-desktop: 100%;
}
.header .games__group--xxlarge {
  --games__group_width-desktop: 50%;
}
.header .games__group--xlarge {
  --games__group_width-desktop: 40%;
}
.header .games__group--large {
  --games__group_width-desktop: 30%;
}
.header .games__group--medium {
  --games__group_width-desktop: 20%;
}
.header .games__group--4sec-3col {
  --games__list-item--manually-sized: 51%;
}
.header .games__group--3sec-3col {
  --games__list-item--manually-sized: 69%;
}
.header .games__group--3sec-5col {
  --games__list-item--manually-sized: 52%;
}
.header .games__group:nth-child(n+2):before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #dbdbdb;
  position: absolute;
  left: -0.1rem;
  bottom: 0;
  top: 0;
}
@media (min-width: 950px) {
  .header .games__group:nth-child(n+2):before {
    width: 0.1rem;
    height: 100%;
  }
}
.header .games__headline {
  font-family: var(--font-family-danskespil);
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.2;
  font-style: italic;
  text-align: left;
  color: #6f6f6f;
  margin: 0.7rem 0;
  padding: 0 0.5rem;
}
@media all and (min-width: 768px) {
  .header .games__headline {
    min-height: calc(1.2rem * 1.2 * 2);
  }
}
.header .games__list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0;
  padding: 0;
  --games__list-item_width: 33.333%;
}
@media (min-width: 950px) {
  .header .games__list {
    flex-direction: row;
  }
  .header .games__list--wide {
    --games__list-item_width: 20%;
  }
  .header .games__list--narrow {
    --games__list-item_width: 33.333%;
  }
}
.header .games__list-item {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  width: var(--games__list-item_width, auto);
  transition: transform 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.header .games__list-item:hover {
  transform: scale(1.1);
}
@media (min-width: 950px) {
  .header .games__list-item.sikkertspil,
  .header .games__list-item.klasselotteriet {
    width: var(--games__list-item--manually-sized, 55%);
  }
}
.header .games__list-item.virtuel,
.header .games__list-item.Virtuel {
  --games__list-item-link_padding: 0 1rem 0.9rem;
}
.header .games__list-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  height: 5rem;
  padding: var(--games__list-item-link_padding, 0.9rem 1rem);
  position: relative;
  border-radius: 0.5rem;
}
.header .games__list-item-link:focus {
  outline: none;
}
.header .games__list-item-image {
  max-height: 100%;
  width: 100%;
  object-fit: contain;
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header .games__list-item-image {
    height: 3rem;
  }
}
@media (min-width: 768px) {
  .header .games[data-games-section-count="1"] .games__list-item {
    width: 10%;
  }
}
@media all and (min-width: 1440px) {
  .header .games[data-games-section-count="1"] .games__list-item {
    margin-bottom: 3.1rem;
  }
}
.header.has-cta-component .no-readmore-link {
  width: 100%;
}
@media all and (min-width: 950px) {
  .header.has-cta-component .no-readmore-link {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__cta-component {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.games__group .header__cta-component {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media (min-width: 950px) {
  .games__group .header__cta-component {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header__cta-component__description {
  padding: 0 2em;
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  font-style: normal;
  margin: 0 auto 2rem;
  white-space: normal;
}
.header__cta-component__read-more-link {
  display: block;
  text-decoration: underline;
  color: #000000;
}
.header__cta-component__cta-home {
  background: #156a5f;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  padding: 13px 16px 16px 16px;
  margin-bottom: 8px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  /*&:active {
    background: @color-white-100;
    color: @color-gray-100;
  }

  &--inactive {
    background: @color-gray-400;
    color: @color-gray-300;
  }

  &--medium {
  }

  &-small {
  }

  @media screen and (min-width: @medium) {
    .font-size(14);
  }*/
}
.header__cta-component__cta-home:hover {
  background: #004b32;
  text-decoration: none;
}
@media all and (min-width: 950px) {
  .simple-menu {
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    padding-left: 20px;
    box-sizing: border-box !important;
  }
  html[class] .simple-menu .sub-navigation-inner {
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box !important;
  }
  html[class] .simple-menu .navigation-list {
    padding-left: 0;
  }
}
@media all and (min-width: 950px) and (max-width: 1439px) {
  html[class] .simple-menu .sub-navigation-inner {
    padding-left: 172px;
  }
}
@media all and (min-width: 950px) and (min-width: 1440px) {
  html[class] .simple-menu .sub-navigation-inner {
    padding-left: 166px;
  }
}
.mega-menu__account-details {
  display: block;
  color: #323232;
}
@media all and (max-width: 949px) {
  .mega-menu__account-details {
    display: none;
  }
}
.mega-menu__account-details__title__inner {
  margin-bottom: 0;
  font-weight: 300;
}
.mega-menu__account-details__logout-btn {
  float: right;
  color: inherit;
  font-weight: 300;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  border-bottom: 1px solid black;
  border-color: lightgray;
  padding-top: 0.4rem;
}
.mega-menu__account-details__logout-btn:hover {
  text-decoration: none;
}
.mega-menu__account-details__logout-btn:hover:after {
  background: #323232;
}
.mega-menu__account-details__details-btn {
  float: right;
  color: inherit;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: relative;
  z-index: 0;
  text-decoration: none;
  border-bottom: 1px solid black;
  border-color: lightgray;
}
.mega-menu__account-details__details-btn:hover {
  text-decoration: none;
}
.mega-menu__account-details__details-btn:hover:after {
  background: #323232;
}
.mega-menu__account-details__row {
  margin-top: 0.4rem;
}
.mega-menu__account-details__row--button-container {
  clear: both;
}
.mega-menu__account-details__row:after {
  content: "";
  display: table;
  clear: both;
}
.mega-menu__account-details--dli-only {
  display: none;
}
.mega-menu__account-details__row-buttons {
  display: flex;
  width: 100%;
}
.mega-menu__account-details__divider {
  border: none;
  border-top: 1px solid #cacaca;
  margin: 2rem 0;
}
.mega-menu__account-details__small-text {
  font-size: 1.3rem;
}
.mega-menu__account-details__large-text {
  font-size: 1.6rem;
  font-weight: 600;
}
.mega-menu__account-details__larger-text {
  font-size: 2rem;
  font-weight: bold;
}
.is-tablet-detected .mega-menu__account-details__larger-text {
  font-size: 2rem;
}
.mega-menu__account-details--margin-bottom {
  margin-bottom: 1.3rem;
}
.mega-menu__account-details__left {
  float: left;
}
.mega-menu__account-details__right {
  float: right;
}
.mega-menu__account-details__button {
  display: inline-block;
  color: #323232;
  background: #fcb40f;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8em 1em;
  line-height: 1.2;
  text-decoration: none;
  margin: 2.5rem 2rem 0 0;
  transition: 0.3s;
}
.mega-menu__account-details__button:last-child {
  margin-right: 0;
}
.mega-menu__account-details__button:hover {
  text-decoration: none;
  background: #fdc137;
}
.mega-menu .mega-menu__image-list {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list {
    flex-direction: column;
  }
}
.mega-menu .mega-menu__image-list__item {
  color: #323232;
  padding: 1.2rem 5rem;
  font-size: 21px;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    padding: 0 1.5rem 2.2rem 1.5rem;
  }
}
.mega-menu .mega-menu__image-list__item__link {
  font-weight: 100;
  color: inherit;
  font-size: inherit;
  display: block;
  width: 100%;
}
html[class] .mega-menu .mega-menu__image-list__item__link {
  padding: 0 0 5px;
}
.mega-menu .mega-menu__image-list__item__link img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  transition: 0.25s ease-out;
}
.mega-menu .mega-menu__image-list__item__link p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  transition: 0.25s ease-out;
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list__item__link p {
    font-size: 1.4rem;
  }
}
.mega-menu .mega-menu__image-list__item__link:hover {
  opacity: 1;
}
.mega-menu .mega-menu__image-list__item__link:hover img {
  transform: scale(1.1);
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    width: 33.3%;
  }
}
@media all and (min-width: 950px) {
  .mega-menu .mega-menu__image-list__item {
    width: 29%;
  }
  .mega-menu .mega-menu__section:first-child:last-child .mega-menu__image-list__item {
    max-width: 150px;
  }
}
@media all and (max-width: 950px) {
  .mega-menu .mega-menu__image-list__item__link {
    color: #000;
    font-weight: 600;
    display: inline-block;
  }
  .mega-menu .mega-menu__image-list__item__link p {
    display: inline;
  }
  .mega-menu .mega-menu__image-list__item__link img {
    display: none;
  }
}
@media all and (min-width: 950px) {
  .mega-menu .navigation-list {
    padding-left: 0 !important;
  }
  .mega-menu .mega-menu__link-list {
    display: block !important;
  }
  .mega-menu .mega-menu__link-list__item {
    display: block;
    float: none;
    color: #323232;
    font-size: 1.4rem;
  }
  .mega-menu .mega-menu__link-list__item__link {
    display: inline-block;
    font-weight: 400;
    color: inherit;
    font-size: inherit;
    padding: 0 0 10px 0 !important;
    text-decoration: none;
  }
}
@media all and (max-width: 949px) {
  .mega-menu .sub-sub-navigation__section-link {
    font-size: 1.6rem;
    width: 100%;
    padding: 1.6rem;
    padding-left: 3.2rem;
    color: #000;
    font-weight: 600 !important;
    display: inline-block;
  }
  .mega-menu .mega-menu__link-list {
    max-height: none !important;
    display: block;
    width: 100%;
  }
  .mega-menu .mega-menu__link-list__item {
    font-size: 1.6rem;
    display: block;
    width: 100%;
  }
  .mega-menu .mega-menu__link-list__item__link {
    padding: 1.6rem;
    padding-left: 4.8rem;
    color: #000;
    font-weight: 600 !important;
    display: inline-block;
  }
}
.mega-menu__campaign {
  display: none;
}
@media all and (min-width: 950px) {
  .mega-menu__campaign {
    display: block;
  }
  .mega-menu__campaign__link {
    display: inline-block;
    text-decoration: none;
  }
  .mega-menu__campaign__link__image {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .mega-menu__campaign__link__text {
    display: block;
    font-size: 16px;
  }
  .mega-menu__campaign__cta-button {
    font-size: 16px;
    line-height: 1.2;
    padding: 0.2em 1em 0.6em;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 12px;
  }
  .mega-menu__campaign__cta-button:hover {
    text-decoration: none;
  }
}
.nav-game-overview {
  width: 100%;
}
.nav-game-overview:before,
.nav-game-overview:after {
  content: "";
  display: table;
}
.nav-game-overview:after {
  clear: both;
}
@media all and (min-width: 950px) {
  .nav-game-overview {
    padding-left: 0 !important;
    margin-left: auto !important;
    margin-right: auto;
    display: block;
    max-width: 1440px;
    padding-top: 2.2rem;
    padding-bottom: 1.7rem !important;
    min-width: 950px;
  }
}
@media all and (min-width: 950px) {
  .nav-game-overview:after {
    content: "";
    display: table;
    clear: both;
  }
}
.nav-game-overview__item {
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 950px) {
  .nav-game-overview__item {
    width: 16.6666%;
    min-width: 170px;
    height: 150px;
  }
}
.nav-game-overview__link {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  outline: none;
  color: #000;
  padding: 15px 25px;
  display: inline-block;
}
@media all and (min-width: 950px) {
  .nav-game-overview__link:hover {
    opacity: 1 !important;
  }
  .nav-game-overview__link:hover img {
    transform: scale(1.1);
  }
}
.nav-game-overview__image {
  position: relative;
  transition: opacity 0.5s linear;
}
@media all and (min-width: 950px) {
  .nav-game-overview__image {
    display: block;
    margin: 0 auto 5px;
    height: 99px;
    width: auto;
    transition: 0.2s;
  }
}
.nav-game-overview__image.countdown-inactive {
  opacity: 0.4;
}
.nav-game-overview__container {
  position: relative;
}
.nav-game-overview__title {
  font-weight: 100;
}
@media all and (max-width: 949px) {
  .nav-game-overview__title.countdown-inactive {
    opacity: 0.5;
  }
}
@media all and (max-width: 949px) {
  .nav-game-overview__item {
    font-size: 4vw;
    display: block;
    width: 100%;
    text-align: left;
  }
  .nav-game-overview__link {
    padding: 4vw 4vw 4vw 6vw;
    color: #000;
    font-weight: 600;
    display: inline-block;
  }
  .nav-game-overview .nav-game-overview__title {
    font-weight: 600;
    font-size: 4vw;
  }
  .nav-game-overview__image {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 949px) {
  .nav-game-overview__item {
    font-size: 3vw;
  }
  .nav-game-overview__link {
    padding: 3vw 3vw 3vw 6vw;
  }
  .nav-game-overview .nav-game-overview__title {
    font-size: 3vw;
  }
}
.nav-game-overview .countdown-timer {
  position: absolute;
  top: 60%;
  right: -15%;
  transform: translateX(0) translateY(-40%);
  text-align: right;
  font-size: 0.85em;
  width: auto;
  display: block;
  font-weight: 900;
  opacity: 0.5;
}
@media all and (min-width: 950px) {
  .nav-game-overview .countdown-timer {
    left: 50%;
    top: 50%;
    right: auto;
    text-align: center;
    font-size: 1em;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
  }
}
.nav-game-overview .countdown-timer:empty {
  display: none;
}
.notifications {
  transition: all 0.4s ease;
  position: relative;
}
.notifications.desktop-only {
  display: none;
}
@media all and (min-width: 768px) {
  .notifications.mobile-only {
    display: none;
  }
  .notifications.desktop-only {
    display: block;
  }
}
.notifications-item {
  display: none;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 2.5vw 2vw;
  box-sizing: border-box;
  animation-name: flipInX;
  animation-duration: 0.8s;
  border-top: 1px solid #eee;
}
@media all and (min-width: 768px) {
  .notifications-item {
    padding: 7px 18px;
  }
}
.notifications-item .notifications-cta {
  display: inline-block;
  background-color: #014b33;
  color: white;
  font-size: 13px;
  padding: 1rem 2rem;
  margin-top: 1rem;
  border-radius: 3px;
  text-decoration: none;
}
.notifications-item .notifications-cta:hover {
  background-color: #016444;
}
.notifications-item .notifications-cta:empty {
  display: none;
}
.notifications-item-inner {
  max-width: 1440px;
  width: 100%;
  min-height: 8vw;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  padding-right: 6vw;
  position: relative;
  box-sizing: border-box;
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .notifications-item-inner {
    padding-left: 4rem;
    padding-right: 4rem;
    min-height: 2.5rem;
    font-size: 13px;
  }
}
.pam-page.new-login-page .notifications-item-inner {
  padding-right: 0;
}
.notifications-item-inner span {
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 8.5vw;
}
@media all and (min-width: 768px) {
  .notifications-item-inner span {
    padding-left: 40px;
  }
}
.notifications-item-inner span a {
  color: inherit;
  text-decoration: underline;
}
.notifications-item-inner span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50.5%);
  width: 8vw;
  height: 8vw;
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 3vw;
  background-position: 0;
  background-size: 8vw;
}
@media all and (min-width: 768px) {
  .notifications-item-inner span:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-right: 10px;
  }
}
.notifications-item-inner span,
.notifications-item-inner button {
  vertical-align: middle;
  line-height: 1.3;
}
.notifications-item-inner button {
  width: 4vw;
  height: 4vw;
  background-color: transparent;
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#close_use');
  background-position: center;
  background-size: 4vw;
  background-repeat: no-repeat;
  border: none;
  float: right;
  padding: 2vw;
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50.5%);
}
.ios-device .notifications-item-inner button {
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/close.svg');
}
@media all and (min-width: 768px) {
  .notifications-item-inner button {
    width: 15px;
    height: 15px;
    padding: 5px;
    background-size: 15px;
  }
}
.pam-page.new-login-page .notifications-item-inner button {
  display: none;
}
.notifications-item.error-notification {
  font-weight: bold;
  background-color: #ffb800;
}
.notifications-item.error-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#error_black_use');
}
.ios-device .notifications-item.error-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/error_black.svg');
}
.notifications-item.info-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#info_use');
}
.ios-device .notifications-item.info-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/info.svg');
}
.notifications-item.success-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#success_use');
}
.ios-device .notifications-item.success-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/success.svg');
}
.notifications-item.warning-notification {
  font-weight: bold;
  background-color: #ffb800;
}
.notifications-item.warning-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#warning_black_use');
}
.ios-device .notifications-item.warning-notification .notifications-item-inner span:before {
  background: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/warning_black.svg');
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, -100px, 0, -90deg);
  }
  50% {
    transform: perspective(400px) rotate3d(1, -20px, 0, -90deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.region-avalon-livecasino .reality-check-notification-fallback,
.spillehjoernet-gamelauncher .reality-check-notification-fallback,
.region-avalon-spillehjoernet .reality-check-notification-fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 3.6rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .region-avalon-livecasino .reality-check-notification-fallback,
  .spillehjoernet-gamelauncher .reality-check-notification-fallback,
  .region-avalon-spillehjoernet .reality-check-notification-fallback {
    top: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .region-avalon-livecasino .reality-check-notification-fallback,
  .spillehjoernet-gamelauncher .reality-check-notification-fallback,
  .region-avalon-spillehjoernet .reality-check-notification-fallback {
    top: 0;
  }
}
.region-avalon-bingo .reality-check-notification-fallback,
.region-avalon-bingo-gvc .reality-check-notification-fallback,
.region-avalon-bingo-slingo .reality-check-notification-fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 3rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .region-avalon-bingo .reality-check-notification-fallback,
  .region-avalon-bingo-gvc .reality-check-notification-fallback,
  .region-avalon-bingo-slingo .reality-check-notification-fallback {
    top: 3.2rem;
  }
}
.region-frontpage .reality-check-static-fix {
  height: 0;
}
.game-overlay {
  position: relative;
}
header.top-navigation .reality-check-notification {
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
}
.reality-check-notification__content {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  background: white;
  color: black;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
}
@media all and (min-width: 950px) {
  .reality-check-notification__content {
    flex-direction: row;
    align-items: center;
    font-size: 13px;
  }
}
.reality-check-notification__content .reality-check-notification__text {
  margin: 0.8rem 0;
  position: relative;
}
.reality-check-notification__content--normal.reality-check-notification__content .reality-check-notification__text,
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__text {
  padding-left: 45px;
}
.reality-check-notification__content--normal.reality-check-notification__content .reality-check-notification__text::before,
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__text::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 40px;
  height: 100%;
  background-image: url('/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons/info.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px 40px;
}
.reality-check-notification__content .reality-check-notification__text a {
  color: #007dc5;
  text-decoration: underline;
}
.reality-check-notification__content .reality-check-notification__text a:hover {
  text-decoration: none;
}
.reality-check-notification__content .reality-check-notification__text .amount-plus {
  color: #080;
}
.reality-check-notification__content .reality-check-notification__text .amount-minus {
  color: #d81818;
}
.reality-check-notification__content .reality-check-notification__button-container {
  display: flex;
  flex-direction: row-reverse;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button-container {
    flex-direction: row;
    margin-right: 10px;
  }
}
.reality-check-notification__content .reality-check-notification__button {
  box-sizing: border-box;
  min-height: 30px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  color: black;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button {
    margin-left: 1rem;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
  }
}
.reality-check-notification__content .reality-check-notification__button--continue {
  text-decoration: none;
  background: #fb0;
  border-color: #fb0;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button--continue {
    font-weight: bold;
  }
}
.reality-check-notification__content--warning.reality-check-notification__content .reality-check-notification__button--continue {
  background: white;
  border-color: #222;
}
.reality-check-notification__content .reality-check-notification__button--cancel {
  background: white;
  border-color: #222;
}
@media (min-width: 950px) {
  .reality-check-notification__content .reality-check-notification__button--cancel {
    text-transform: none;
    font-weight: normal;
  }
  .reality-check-notification__content .reality-check-notification__button--cancel > div {
    white-space: nowrap;
  }
}
:has(.responsible-gaming__top) .time-consuming-notification-static-fix {
  display: none;
}
:has(.responsible-gaming__top) .time-consuming-notification {
  display: none;
}
.region-avalon-livecasino .time-consuming-notification.fallback,
.region-avalon-bingo .time-consuming-notification.fallback,
.region-avalon-bingo-gvc .time-consuming-notification.fallback,
.region-avalon-bingo-slingo .time-consuming-notification.fallback,
.spillehjoernet-gamelauncher .time-consuming-notification.fallback,
.region-avalon-spillehjoernet .time-consuming-notification.fallback {
  position: fixed;
  z-index: 1000;
  width: 100%;
}
.region-avalon-bingo-gvc.is-mobile-detected .time-consuming-notification.fallback {
  position: relative;
  display: block;
  z-index: 1000;
  width: 100%;
}
.time-consuming-notification-wrapper {
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
}
.time-consuming-notification-static-fix {
  height: 3.6rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification-static-fix {
    height: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification-static-fix {
    height: 3rem;
    font-size: 1.1rem;
  }
}
body.time-consuming-notification-channel-disabled .time-consuming-notification-static-fix,
body.time-consuming-notification-channel-disabled .time-consuming-notification {
  display: none;
}
.is-showing-left-menu .time-consuming-notification {
  display: none;
}
.time-consuming-notification {
  font-family: var(--font-family-danskespil);
  padding: 0;
  height: 3.6rem;
  background-color: white;
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400;
  color: #222;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification {
    height: 3.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification {
    height: 3rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__content {
  display: flex;
  justify-content: space-between;
  background: white;
  height: inherit;
}
.time-consuming-notification__link {
  margin: 0.5rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__link {
    margin: 0.6rem;
  }
}
@media all and (max-width: 767px) {
}
.time-consuming-notification__link a {
  color: black;
  text-decoration: none;
}
.time-consuming-notification__icon {
  height: 2.6rem;
  width: 2.2rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__icon {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.time-consuming-notification__header-text {
  font-weight: 300;
  flex: 1 1;
  text-align: center;
  margin: 1.1rem 0 0.9rem;
  line-height: 1.3rem;
  font-size: 1.3rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__header-text {
    margin: 1.1rem 0 0.8rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__header-text {
    margin: 0.9rem 0.5rem;
    font-size: 1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification__header-text {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__timer {
  margin: 1.1rem 0 0.9rem;
  line-height: 1.4rem;
  display: flex;
  justify-content: flex-end;
  font-size: 1.3rem;
  text-align: end;
}
.time-consuming-notification__timer--hidden {
  display: none;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__timer {
    margin: 1.1rem 0 0.8rem;
    line-height: 1.2rem;
    font-size: 1.1rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__timer {
    margin: 0.8rem 0.5rem 1rem;
    font-size: 1rem;
  }
}
@media all and (max-width: 374px) {
  .time-consuming-notification__timer {
    font-size: 0.84rem;
  }
}
.time-consuming-notification__timer-item {
  width: 4.5rem;
}
.time-consuming-notification__timer-icon {
  height: 1.4rem;
  width: 2rem;
  margin: 1.1rem;
}
@media (min-width: 768px) and (max-width: 949px) {
  .time-consuming-notification__timer-icon {
    height: 1.2rem;
    margin: 0.8rem;
  }
}
@media all and (max-width: 767px) {
  .time-consuming-notification__timer-icon {
    margin: 0.8rem 0;
    height: 1.2rem;
  }
}
.time-consuming-notification__stopwatch {
  height: 1.6rem;
  margin: 0.9rem 1rem 1.1rem;
}
@media all and (max-width: 767px) {
  .time-consuming-notification__stopwatch {
    height: 1.4rem;
    margin: 0.8rem 0 0.8rem;
  }
}
.operations-messenger > .visible {
  --operations-messenger-top-adjustment: 0rem;
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible {
    --operations-messenger-top-adjustment: calc(-1 * var(--navigation-main-menu-height, 6.8rem));
  }
}
.operations-messenger > .visible .dark-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}
.operations-messenger > .visible .operations-messenger-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9990;
  display: flex;
  align-items: center;
  justify-content: center;
}
.operations-messenger > .visible .operations-messenger-content {
  width: 100%;
  max-width: 480px;
  min-height: 30rem;
  z-index: 10000;
  background: white;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  border-radius: 0.4rem;
  margin-top: var(--operations-messenger-top-adjustment, 0);
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible .operations-messenger-content {
    border-radius: 0;
  }
}
.operations-messenger > .visible .operations-messenger-content.slide-in {
  animation: slideIn 0.2s ease-out;
}
.operations-messenger > .visible .operations-messenger-content div.top-bar {
  width: 100%;
  height: 1.6rem;
  background-color: #fde025;
  border-radius: 0.4rem 0.4rem 0 0;
}
.operations-messenger > .visible .operations-messenger-content div.icon-circle {
  width: 4rem;
  height: 4rem;
  background: #fde025;
  margin: 2.5rem 0 1.5rem 0;
  border-radius: 50%;
}
.operations-messenger > .visible .operations-messenger-content div.icon-circle div.icon {
  width: 4rem;
  height: 4rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-heading {
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 2.4rem;
}
.operations-messenger > .visible .operations-messenger-content p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-text {
  text-align: center;
  margin: 0 auto 2rem auto;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-text .operations-messenger-text-line {
  margin: 0;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-text .operations-messenger-text-line:empty {
  display: none;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-text .operations-messenger-text-line + .operations-messenger-text-line {
  margin-top: 1.5rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin {
  box-sizing: border-box;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1rem 0 2.5rem 0;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin p {
  font-weight: 700;
  margin-left: 2rem;
  margin-right: 2rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin .arrow {
  position: absolute;
  top: 35%;
  right: 2rem;
  width: 2.7rem;
  height: 2.7rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_arrow_use);
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-brand-plugin .brand-logo {
  max-height: 7.5rem;
  max-width: 32rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin {
  box-sizing: border-box;
  text-align: center;
  background: #eee;
  width: 100%;
  padding: 1rem 0;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin h3 {
  font-weight: 700;
  font-size: 1.4rem;
  min-height: 1.6rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin p {
  margin-bottom: 0.5rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .operations-messenger-notification-plugin__content {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 1.8rem 2.6rem 1.7rem;
}
@media only screen and (max-width: 480px) {
  .operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .operations-messenger-notification-plugin__content {
    flex-direction: column;
    margin-bottom: 0.3rem;
  }
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin input {
  font-weight: 700;
  font-size: 1.4rem;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  border-radius: 0.4rem;
  width: 31.5rem;
  height: 4rem;
  padding: 0 1rem;
  flex: 0 0 auto;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin button {
  background: #ffb800;
  font-weight: 700;
  font-size: 1.4rem;
  height: 4rem;
  width: 9.3rem;
  border-width: 0;
  border-radius: 0.4rem;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-plugin .validation-message {
  margin: 0;
  color: #c50000;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-subscribed {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 11.7rem;
  padding: 1rem;
  background: #eee;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-notification-subscribed h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text {
  font-size: 1.2rem;
  margin-top: 0.6rem;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:link,
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:visited {
  color: black;
}
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:hover,
.operations-messenger > .visible .operations-messenger-content .unsubscribe-link-text a:active {
  color: grey;
}
.operations-messenger > .visible .operations-messenger-content .operations-messenger-button-close {
  text-align: center;
  padding: 1rem;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.4rem;
  cursor: pointer;
  background: white;
  margin: 1.5rem 2rem 2rem 2rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.operations-messenger > .visible .operations-messenger-content-alternate {
  width: 100%;
  min-height: 4rem;
  z-index: 10000;
  background: white;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
}
.operations-messenger > .visible .operations-messenger-content-alternate.slide-in {
  animation: slideIn 0.2s ease-out;
}
.operations-messenger > .visible .operations-messenger-content-alternate div.icon-circle {
  width: 30px;
  height: 30px;
  background: #fde025;
  margin: 20px 30px 20px 20px;
  border-radius: 50%;
}
.operations-messenger > .visible .operations-messenger-content-alternate div.icon-circle div.icon {
  width: 30px;
  height: 30px;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > .visible .operations-messenger-content-alternate .operations-messenger-heading {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  margin-top: 20px;
}
.operations-messenger > .visible .operations-messenger-content-alternate .operations-messenger-button-close {
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 0.4rem;
  cursor: pointer;
  background: white;
  font-weight: 700;
  font-size: 1.4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin: auto 2rem;
}
.operations-messenger > .visible .operations-messenger-button {
  display: none;
}
.operations-messenger > div:not(.visible) {
  /* plus button is visible when the message is hidden */
}
.operations-messenger > div:not(.visible) .operations-messenger-content,
.operations-messenger > div:not(.visible) .operations-messenger-content-alternate {
  display: none;
}
.operations-messenger > div:not(.visible) .operations-messenger-button {
  position: fixed;
  right: -1.5rem;
  top: 50%;
  width: 6rem;
  background: #fde025;
  z-index: 10000;
  font-size: 2rem;
  border-radius: 0.4rem 0 0 0.4rem;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.49803922);
  transition: all 0.15s ease-out;
}
.operations-messenger > div:not(.visible) .operations-messenger-button:hover {
  right: 0;
}
.operations-messenger > div:not(.visible) .operations-messenger-button div.icon {
  width: 4.5rem;
  height: 4.5rem;
  background-image: url(/Components/DanskeSpil/Domain/Header/Graphics/SpriteSheets/Icons.svg#operation_messenger_exclamation_use);
}
.operations-messenger > div:not(.visible) .operations-messenger-button .operations-messenger-button-close-mini {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  width: 2rem;
  height: 2rem;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 0, 0, 0.3);
  z-index: 10001;
}
.operations-messenger > div:not(.visible) .operations-messenger-button .operations-messenger-button-close-mini:hover {
  background: #f0f0f0;
}
.operations-messenger > div:not(.visible) .operations-messenger-button.disappearing {
  animation: disappear 0.4s ease-in-out forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(100rem);
  }
}
@keyframes disappear {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}



.top-navigation-theme-keno .menu-toggle-right {
  background-color: #00a5eb;
}
.top-navigation-theme-keno .brand-nav {
  background-color: #00a5eb;
}
.top-navigation-theme-keno .corporate-nav {
  background-color: #0091cf;
}
.top-navigation-theme-keno .corporate-nav .accountmenu .choose-account-btn {
  display: none;
}
.top-navigation-theme-keno .mobile-navigation-header {
  background-color: #00a5eb;
}
.top-navigation-theme-keno .mobile-navigation-footer__icon {
  background-color: #00a5eb;
}
.top-navigation-theme-keno .mobile-navigation-item-link:before {
  background-color: #00a5eb;
}
.top-navigation-theme-keno .user-info {
  background-color: #0084BC;
}
.top-navigation-theme-keno .mega-menu__campaign__cta-button {
  background-color: #00a5eb;
  color: white;
}
.top-navigation-theme-keno .mega-menu__campaign__cta-button:hover {
  opacity: 0.9;
}



.u-hidden {
  display: none !important;
}
.seo-text-container {
  width: 100%;
  padding: 0.8rem 2rem 1.1rem 2rem;
  background-color: #e6e6e6;
  color: white;
}
.seo-text-container .seo-text {
  max-width: 96rem;
  margin: 0 auto;
}
.seo-text-container .seo-text a {
  color: white;
  text-decoration: underline;
}
.seo-text-container .seo-text h1,
.seo-text-container .seo-text h2,
.seo-text-container .seo-text h3 {
  text-transform: uppercase;
  text-align: center;
}
.global-footer {
  font-family: var(--font-family-danskespil);
  font-weight: 400;
  line-height: 1.4;
  color: white;
  border-top: 0.1rem solid white;
  box-sizing: border-box;
}
.region-avalon-lotto .global-footer,
.region-lotto .global-footer {
  font-family: "Open Sans";
}
@media screen and (min-width: 950px) {
  .global-footer {
    padding-bottom: 0;
  }
}
@media print {
  .global-footer {
    display: none;
  }
}
.global-footer .info-bar {
  width: 100%;
  padding: 2rem 0;
}
@media screen and (min-width: 950px) {
  .global-footer .info-bar {
    padding: 4rem 0;
  }
}
.global-footer .global-footer-container {
  border-bottom: 0.1rem solid white;
  box-sizing: border-box;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 950px) {
  .global-footer .global-footer-container {
    flex-direction: row;
    text-align: left;
    padding-bottom: 3rem;
  }
}
.global-footer *[class$="box"] {
  display: inline-block;
  vertical-align: top;
}
.global-footer .address-box,
.global-footer .contact-box,
.global-footer .navigation-box {
  flex: 1;
  order: 1;
  width: 100%;
  text-align: center;
  margin: 1rem 0;
}
@media screen and (min-width: 950px) {
  .global-footer .address-box,
  .global-footer .contact-box,
  .global-footer .navigation-box {
    text-align: left;
  }
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box {
    flex: 2;
    order: 2;
  }
  .global-footer .contact-box {
    order: 3;
  }
}
.global-footer .address-box {
  font-style: normal;
}
.global-footer .address-box .logo {
  margin-bottom: 0.2rem;
}
.global-footer .address-box .logo .logo-img {
  max-width: 15rem;
}
@media screen and (min-width: 768px) {
  .global-footer .address-box .logo .logo-img {
    max-width: 21rem;
  }
}
@media screen and (min-width: 950px) {
  .global-footer .address-box .logo .logo-img {
    max-width: 16rem;
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active) and (max-width: 30em), (-ms-high-contrast: none) and (max-width: 30em) {
  .global-footer .address-box .logo .logo-img {
    max-width: 22.5rem;
    max-height: 3rem;
    width: auto;
    height: 100%;
  }
}
.global-footer .address-box p {
  margin: 0;
  font-size: 1.4rem;
  display: inline-block;
}
@media screen and (min-width: 950px) {
  .global-footer .address-box p {
    display: block;
  }
  .global-footer .address-box p::after {
    display: none;
  }
}
.global-footer .address-box p:nth-of-type(1) {
  display: block;
}
.global-footer .address-box p:nth-of-type(2)::after {
  content: ",";
  margin-right: 0.6rem;
}
.region-avalon-lotto .global-footer .address-box p,
.region-lotto .global-footer .address-box p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.global-footer .navigation-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.global-footer .navigation-box a {
  flex: 1 1 50%;
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  padding: 0.4rem 0;
  display: inline-block;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box a {
    padding: 0;
  }
}
.global-footer .navigation-box a:hover {
  color: #000000;
  opacity: 0.5;
}
.region-avalon-lotto .global-footer .navigation-box a,
.region-lotto .global-footer .navigation-box a {
  font-size: 1.2rem;
  line-height: 2rem;
}
.global-footer .navigation-box::after {
  content: " ";
  height: 0.1rem;
  width: 90%;
  display: block;
  margin: 2.6rem auto 0.8rem;
  background-color: white;
}
@media screen and (min-width: 950px) {
  .global-footer .navigation-box::after {
    display: none;
  }
}
.global-footer .contact-box p {
  max-width: 100vw;
  display: block;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 950px) {
  .global-footer .contact-box p {
    max-width: 20rem;
    margin: 0;
  }
}
.global-footer .contact-box a[role="button"] {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  cursor: pointer;
  margin: 1.5rem 0;
  background-color: white;
  height: 5rem;
  line-height: 4.9rem;
  padding: 0 2rem;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 1.4rem;
  white-space: nowrap;
}
.region-avalon-lotto .global-footer .contact-box a[role="button"],
.region-lotto .global-footer .contact-box a[role="button"] {
  border-radius: 28px;
  border: 1.4px solid #FFF;
  background: transparent;
  color: #fff;
  letter-spacing: 0.1rem;
}
.global-footer .global-footer-footer-theme-keno .info-bar {
  background-color: #00a5eb;
}
.global-footer .compliance {
  max-width: 95rem;
  margin: 0 auto;
  padding: 1.5rem 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .global-footer .compliance {
    padding: 3rem 2rem 1rem;
  }
}
.global-footer .compliance .compliance__title {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  max-width: 52rem;
  margin: 0 auto 0.6rem;
}
.region-avalon-lotto .global-footer .compliance .compliance__title,
.region-lotto .global-footer .compliance .compliance__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .global-footer .compliance .compliance__title,
  .region-lotto .global-footer .compliance .compliance__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.global-footer .compliance .compliance__subtitle {
  font-size: 1.6rem;
  max-width: 52rem;
  line-height: 1.4;
  font-weight: 400;
  margin: 0 auto 0.6rem;
}
@media screen and (min-width: 768px) {
  .global-footer .compliance .compliance__subtitle {
    font-size: 2rem;
  }
}
.region-avalon-lotto .global-footer .compliance .compliance__subtitle,
.region-lotto .global-footer .compliance .compliance__subtitle {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .global-footer .compliance .compliance__subtitle,
  .region-lotto .global-footer .compliance .compliance__subtitle {
    font-size: 1.6rem;
  }
}
.global-footer .compliance .compliance__subtitle a {
  text-decoration: underline;
  color: white;
}
.global-footer .compliance .compliance__items {
  margin-top: 2.3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-footer .compliance .compliance__items .compliance__item {
  font-weight: 300;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  flex: 0 0 auto;
  width: 100%;
  min-height: 8rem;
  margin-bottom: 2rem;
  border-radius: 0.8rem;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.15);
  padding: 1rem 2rem;
}
.region-allornothing .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-allornothing .global-footer .compliance .compliance__items .compliance__item {
  background: #312f51;
}
.region-avalon-bingo .global-footer .compliance .compliance__items .compliance__item {
  background: #607f15;
}
.region-frontpage .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-frontpage .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-corporate .global-footer .compliance .compliance__items .compliance__item,
.region-kundecenter .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-kundecenter .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-danskespil .global-footer .compliance .compliance__items .compliance__item,
.region-retail-account .global-footer .compliance .compliance__items .compliance__item {
  background: #005f3f;
}
.region-dantoto .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-dantoto .global-footer .compliance .compliance__items .compliance__item {
  background: #Ae4a0c;
}
.region-eurojackpot .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-eurojackpot .global-footer .compliance .compliance__items .compliance__item {
  background: #936211;
}
.region-keno .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-keno .global-footer .compliance .compliance__items .compliance__item {
  background: #0091cf;
}
.region-avalon-livecasino .global-footer .compliance .compliance__items .compliance__item {
  background: #81693b;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item,
.region-lotto .global-footer .compliance .compliance__items .compliance__item {
  background: #E11E00;
}
.region-oddset .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-oddset .global-footer .compliance .compliance__items .compliance__item,
.region-oddsetbonus .global-footer .compliance .compliance__items .compliance__item {
  background: #042048;
}
.region-playtogether .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-playtogether .global-footer .compliance .compliance__items .compliance__item {
  background: #004b32;
}
.region-poker .global-footer .compliance .compliance__items .compliance__item {
  background: #443e4c;
}
.region-avalon-klasselotteriet .global-footer .compliance .compliance__items .compliance__item {
  background: #CC1C1F;
}
.region-avalon-quick .global-footer .compliance .compliance__items .compliance__item {
  background: #672d70;
}
.region-spillehjoernet-gamelauncher .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-spillehjoernet .global-footer .compliance .compliance__items .compliance__item,
.region-spillehjoernet .global-footer .compliance .compliance__items .compliance__item {
  background: #376c8f;
}
.region-subscriptions .global-footer .compliance .compliance__items .compliance__item {
  background: #2e3535;
}
.region-tips .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-tips .global-footer .compliance .compliance__items .compliance__item {
  background: #006d44;
}
.region-vikinglotto .global-footer .compliance .compliance__items .compliance__item,
.region-avalon-vikinglotto .global-footer .compliance .compliance__items .compliance__item {
  background: #0000b4;
}
.region-casino .global-footer .compliance .compliance__items .compliance__item {
  background: #564523;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item {
    flex-direction: column;
    text-align: center;
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
    padding: 3rem 1rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .global-footer .compliance .compliance__items .compliance__item {
    width: calc(25% - 0.5rem);
  }
}
@media screen and (min-width: 1024px) {
  .global-footer .compliance .compliance__items .compliance__item {
    width: calc(25% - 1rem);
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-logo {
  flex: 0 0 8rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo {
    padding: 0;
    flex: 0 0 9rem;
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
  height: auto;
  width: 6rem;
}
@media screen and (min-width: 480px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
    height: 6rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .global-footer .compliance .compliance__items .compliance__item .compliance__item-logo img {
    height: 7rem;
  }
}
.global-footer .compliance .compliance__items .compliance__item .compliance__item-text {
  font-size: 1.4rem;
  line-height: 1.3;
  color: white;
  text-decoration: none;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item .compliance__item-text,
.region-lotto .global-footer .compliance .compliance__items .compliance__item .compliance__item-text {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.region-avalon-lotto .global-footer .compliance .compliance__items .compliance__item,
.region-lotto .global-footer .compliance .compliance__items .compliance__item {
  background: #B51800;
  box-shadow: none;
}
.global-footer .disclaimer {
  background: white;
  padding-top: 3rem;
}
.global-footer .disclaimer__content {
  display: flex;
  justify-content: center;
  max-width: 35rem;
  margin: 0 auto;
}
.global-footer .disclaimer-item {
  font-weight: 300;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0.5rem 3rem;
}
.global-footer a.disclaimer-item {
  color: inherit;
}
.global-footer .disclaimer-item--logo img {
  height: 5rem;
}
.global-footer .disclaimer-item--clock {
  position: absolute;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.3rem solid #000000;
  border-radius: 50%;
}
.global-footer .disclaimer-item--label {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
  color: #000000;
  max-width: 100%;
}



body.region-keno .seo-text-container,
body.region-avalon-keno .seo-text-container,
body.region-keno footer .info-bar,
body.region-avalon-keno footer .info-bar {
  background: #00a5eb;
}



/* When overlay enabled, disable the vertical scrollbar on body, and let overlay_wrapper scrollbar take over */
body.overlay-enabled .overlay-wrapper {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 5001;
}
body.overlay-enabled .overlay-container {
  position: absolute;
  left: 50%;
}
body.overlay-enabled .overlay {
  position: relative;
  left: -50%;
}
/* When overlay disabled */
body {
  padding-right: 0;
}
body .overlay-wrapper {
  display: none;
}



.generic-smartbanner-static-fix {
  height: 0;
  overflow: hidden;
}
.generic-smartbanner-static-fix.is-open {
  height: 84px;
}
.generic-smartbanner {
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}
.generic-smartbanner.is-open {
  height: 84px;
}
.generic-smartbanner__content {
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.generic-smartbanner__content > *:not(:first-child):not(:last-child) {
  margin-left: 1rem;
}
.generic-smartbanner__button--close {
  font-size: 20px;
  display: block;
  margin: 0;
  font-family: serif;
  color: #000;
  text-decoration: none;
}
.generic-smartbanner__logo {
  width: 64px;
  height: 64px;
  border-radius: 15px;
}
.generic-smartbanner__info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  width: 60%;
}
.generic-smartbanner__info--app-name {
  font-size: 14px;
  font-weight: 600;
}
.generic-smartbanner__info--company-name,
.generic-smartbanner__info--description {
  font-size: 12px;
}
.generic-smartbanner__cta {
  color: #1474fc;
  margin-left: auto;
  padding: 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: block;
}
.generic-smartbanner__cta:hover,
.generic-smartbanner__cta:active {
  text-decoration: none;
}



body.cookie-info-active .cookie-info {
  display: block;
}
.cookie-info {
  display: none;
  min-height: 13rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  overflow-y: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  -moz-box-shadow: 0 -0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -0.2rem 0.4rem 0 rgba(0, 0, 0, 0.5);
  background-color: #1a3726;
}
.cookie-info .cookie-info__container {
  max-width: 144rem;
  margin: 0 auto;
}
.cookie-info .cookie-info__content {
  color: #f0f0f0;
  padding: 2rem;
  line-height: 1.35;
  max-width: 767px;
}
.cookie-info .cookie-info__content h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.cookie-info .cookie-info__content p {
  font-size: 1.3rem;
  margin: 0 0 2rem;
}
.cookie-info .cookie-info__content .seen_button {
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.3rem;
  text-decoration: none;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  background: #316446;
  cursor: pointer;
  border-top: 0.1rem solid #3b7451;
  -moz-box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.1rem 0.2rem 0.1rem rgba(0, 0, 0, 0.5);
  min-width: 16rem;
}
.cookie-info .cookie-info__content .seen_button:hover {
  background: #397552;
}
@media (max-width: 480px) {
  .cookie-info .cookie-info__content .seen_button {
    display: block;
  }
}



.browser-requirements {
  display: none;
  position: relative;
  top: 0;
  height: auto;
  z-index: 1000;
  border-bottom: 1px solid #F7B506;
  padding: 20px 50px 38px 50px;
  background: #febc0e;
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.5);
}
.browser-requirements .browser-icon {
  display: inline-block;
}
.browser-requirements .browser-icon-image {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-left: 3px;
  margin-right: 5px;
  background-size: 25px;
  background-position: center;
}
.browser-requirements .browser-icon[data-browser="Firefox"] .browser-icon-image {
  background-image: url('/Components/DanskeSpil/Project/Design/Graphics/firefox-color_50x51.png');
}
.browser-requirements .browser-icon[data-browser="Safari"] .browser-icon-image {
  background-image: url('/Components/DanskeSpil/Project/Design/Graphics/safari-color_50x50.png');
}
.browser-requirements .browser-icon[data-browser="Chrome"] .browser-icon-image {
  background-image: url('/Components/DanskeSpil/Project/Design/Graphics/chrome-color_50x50.png');
}
.browser-requirements .browser-icon[data-browser="Internet Explorer"] .browser-icon-image {
  background-image: url('/Components/DanskeSpil/Project/Design/Graphics/ie-color_50x55.png');
}
.browser-requirements:hover {
  background: rgba(254, 188, 14, 0.95);
}
.browser-requirements .info-content {
  position: relative;
  text-align: left;
  min-width: 980px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.browser-requirements .info-content:before,
.browser-requirements .info-content:after {
  content: " ";
  display: table;
}
.browser-requirements .info-content:after {
  clear: both;
}
.browser-requirements .info-content:after {
  content: "";
  display: table;
  clear: both;
}
.browser-requirements .info-content:before,
.browser-requirements .info-content:after {
  content: "";
  display: table;
}
.browser-requirements .info-content:after {
  clear: both;
}
.browser-requirements .info-content .browser-data {
  display: inline-block;
  font-size: 1.5rem;
  margin-right: 5px;
}
.browser-requirements .info-content .icon-wrapper {
  display: block;
  position: relative;
  top: -4px;
}
.browser-requirements .info-content .icon-wrapper a {
  color: #0d68b0;
  font-weight: bold;
  font-size: 1.5rem;
}
.browser-requirements .info-content p {
  text-align: left;
  margin: 0;
  display: inline;
  font-size: 1.5rem;
}
.browser-requirements .info-content p a {
  color: #0d68b0;
  font-weight: bold;
}
.browser-requirements .icon-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 31%;
  right: 43px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.browser-requirements .icon-close .icon-close-inner {
  height: 30px;
  width: 30px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  display: inline-block;
}
.browser-requirements .icon-close .icon-close-inner:before,
.browser-requirements .icon-close .icon-close-inner:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -15px;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #1b3727;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.browser-requirements .icon-close .icon-close-inner:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.browser-requirements .icon-close .icon-close-inner:hover:before,
.browser-requirements .icon-close .icon-close-inner:hover:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}



.tutorial-container {
  --tutorial-primary: var(--primaryColor, #1750DC);
  --tutorial-secondary: var(--secondaryColor, #063D9B);
  --tutorial-cta: var(--ctaColor, #FEAF00);
  --tutorial-light-grey: #eceded;
  --tutorial-grey: #A0A0A0;
  --tutorial-tips-table-odd: var(--tipsTableEvenColor, #357856);
  --tutorial-tips-table-even: var(--tipsTableOddColor, #439665);
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.slidepage,
.tutorial__simple {
  background-color: var(--tutorial-primary);
}
.slidepage__content {
  overflow: hidden;
}
.slidepage__content--mobile .tns-ovh {
  overflow: visible !important;
}
.slidepage__content--desktop {
  display: none;
}
@media screen and (min-width: 950px) {
  .slidepage__content--mobile {
    display: none;
  }
  .slidepage__content--desktop {
    display: block;
    padding-top: 5rem;
  }
}
.slidepage__content .slidepage__slider {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider {
    flex-direction: row;
    position: relative;
  }
  .slidepage__content .slidepage__slider::before {
    content: '';
    display: block;
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition-duration: 0.2s;
  }
  .slidepage__content .slidepage__slider--loading::before {
    opacity: 1;
  }
}
.slidepage__content .slidepage__slider .slidepage__steps {
  transition-duration: 0.3s;
  transform: translateX(3rem);
  display: flex;
  position: relative;
}
@media screen and (min-width: 480px) {
  .slidepage__content .slidepage__slider .slidepage__steps {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider .slidepage__steps {
    width: initial;
    transform: none;
    display: flex !important;
    justify-content: center;
  }
}
.slidepage__content .slidepage__slider .slidepage__steps--fade {
  opacity: 0.5;
  transform: scale(0.8);
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step {
  display: inline-block;
  background: white;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.25);
  height: 37.2rem;
  transition-duration: 0.4s;
  margin: 4.5rem 0 2rem;
  transform-origin: 0 center;
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step {
    flex: 0 0 26.4rem;
    width: 21.9rem;
    height: 34.8rem;
  }
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step:first-child {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step {
    height: 48rem;
    flex: 0 0 30rem;
  }
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step--selected {
  transform: rotate(0) !important;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description {
  margin-right: 2rem;
  transform-origin: right bottom;
  transition-delay: 0.15s;
  transform: rotate(-5deg);
  border-radius: 2rem;
  width: 30rem;
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description {
    height: 38.2rem;
    width: 26.4rem;
    transform: none;
    z-index: 1;
    position: relative;
    left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description {
    width: 29rem;
    height: 47.6rem;
    margin-right: 0;
    left: 0;
  }
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-text-wrapper {
  width: 65%;
  margin: 2rem auto 0 auto;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-text-wrapper .slidepage__step-header {
  margin-top: 4rem;
  margin-bottom: 2rem;
  color: var(--tutorial-primary);
  font-size: 2rem;
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 2rem;
  font-weight: 800;
  font-style: italic;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-text-wrapper .slidepage__step-text {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-text-wrapper .slidepage__step-text {
    font-size: 1.4rem;
  }
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-help-wrapper {
  position: absolute;
  width: 75%;
  top: 85%;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-help-wrapper .slidepage__step-help-circle {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--tutorial-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 105%;
  bottom: 50%;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-help-wrapper .slidepage__step-help-circle::after {
  content: 'i';
  color: white;
  font-size: 1rem;
  font-weight: bold;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-help-wrapper .slidepage__step-help-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--tutorial-primary);
  display: flex;
  flex-direction: column;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-description .slidepage__step-number {
  background-color: var(--tutorial-primary);
  padding: 0.7rem;
  width: 4rem;
  height: 4rem;
  font-weight: 700;
  font-size: 1.5rem;
  top: 3.5rem;
  left: -2rem;
  color: white;
  position: absolute;
  display: grid;
  justify-items: center;
  border-radius: 0.8rem;
}
.slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-illustration {
  overflow: hidden;
  border-radius: 2rem;
  transform-origin: left bottom;
  transform: rotate(5deg);
  transition-delay: 0.1s;
}
@media screen and (min-width: 480px) {
  .slidepage__content .slidepage__slider .slidepage__steps .slidepage__step.slidepage__step-illustration {
    transform: none;
  }
}
@media screen and (min-width: 950px) {
  .slidepage__content .slidepage__slider .slidepage__steps iframe.slidepage__step.slidepage__step-illustration {
    transform: none;
    flex: 0 0 65.5rem;
    position: relative;
    left: -3rem;
    top: -3rem;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__content .slidepage__slider .slidepage__steps iframe.slidepage__step.slidepage__step-illustration {
    flex: 0 0 67rem;
  }
}
@media screen and (min-width: 1216px) {
  .slidepage__content .slidepage__slider .slidepage__steps iframe.slidepage__step.slidepage__step-illustration {
    left: -3.6rem;
    flex: 0 0 90rem;
    padding: 0;
  }
}
.slidepage__content .slidepage__slider .slidepage__radio-buttons {
  align-self: center;
  display: flex;
}
.slidepage__content .slidepage__slider .slidepage__radio-buttons .slidepage__radio {
  border-radius: 50%;
  border: #000000 solid 0.2rem;
  width: 1rem;
  height: 1rem;
}
.slidepage__content .slidepage__slider .slidepage__radio-buttons .slidepage__radio:first-child {
  margin-right: 1rem;
}
.slidepage__content .slidepage__slider .slidepage__radio-buttons .slidepage__radio.tns-nav-active {
  background-color: #000000;
}
.slidepage__content--desktop .slidepage__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  max-width: 132rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 950px) {
  .slidepage__content--desktop .slidepage__controls {
    top: -7rem;
    right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__content--desktop .slidepage__controls {
    top: -4rem;
    right: 8.5rem;
  }
}
@media screen and (min-width: 1440px) {
}
.slidepage__content--desktop .slidepage__controls:focus {
  outline: none;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow {
  width: 6.5rem;
  height: 4.5rem;
  background: var(--tutorial-primary);
  border-radius: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-duration: 0.2s;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow--hide {
  opacity: 0;
  pointer-events: none;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow:focus {
  outline: none;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow::after {
  content: '';
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  border-bottom: white 0.3rem solid;
  border-left: white 0.3rem solid;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow--next::after {
  transform: rotate(-135deg);
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow--prev {
  margin-right: 2rem;
}
.slidepage__content--desktop .slidepage__controls .slidepage__arrow--prev::after {
  transform: rotate(45deg);
}
.slidepage__content--desktop .slidepage__controls .slidepage__slide-counter {
  display: flex;
  align-items: center;
  margin-right: 0.8rem;
  font-weight: 800;
  font-size: 1.4rem;
}
.slidepage__content--desktop .slidepage__controls .slidepage__slide-counter .slidepage__current-slide {
  background: var(--tutorial-primary);
  color: white;
  border-radius: 0.8rem;
  font-size: 1.6rem;
}
.slidepage__content--desktop .slidepage__controls .slidepage__slide-counter > div {
  padding: 0.4rem 1.2rem;
}
.slidepage__content--desktop .slidepage__controls .slidepage__slide-counter > div:first-child {
  margin-right: 1rem;
}
.slidepage__content--desktop .slidepage__controls .slidepage__slide-counter .slidepage__separator {
  padding: 0.4rem 0;
}
.slidepage__action-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.5rem;
  height: 5rem;
  background-color: var(--tutorial-cta);
  box-shadow: 0.2rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.15);
  margin: 4rem auto;
}
@media screen and (min-width: 950px) {
  .slidepage__action-button-wrapper {
    margin: 4rem auto;
  }
}
.slidepage__action-button-wrapper .slidepage__action-button {
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 2rem;
  color: #000000;
}
.slidepage__related-help {
  background-color: var(--tutorial-secondary);
  max-width: 144rem;
  margin: auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help {
    padding-bottom: 4rem;
  }
}
.slidepage__related-help .slidepage__related-help-title {
  padding-top: 2.9rem;
  font-weight: 800;
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  text-align: center;
  line-height: 4rem;
  color: #ffffff;
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help .slidepage__related-help-title {
    font-size: 3rem;
    text-align: left;
    margin-left: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__related-help .slidepage__related-help-title {
    margin: 0 auto;
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 3.6rem;
    width: fit-content;
  }
}
.slidepage__related-help .slidepage__related-help-wrapper {
  position: relative;
  background-color: var(--tutorial-secondary);
}
@media screen and (min-width: 1024px) {
  .slidepage__related-help .slidepage__related-help-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 75%;
  }
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block {
  border-radius: 2rem;
  background-color: white;
  padding: 1.5rem;
  margin: 0 2.3rem 1.7rem;
  display: grid;
  grid-template-columns: 5.5rem auto 2.5rem;
  align-items: center;
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (min-width: 1024px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block {
    margin: 0;
    width: 31rem;
    position: relative;
  }
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block:hover {
    background-color: var(--tutorial-light-grey);
  }
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-image-wrapper {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--tutorial-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-image-wrapper {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-image-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-image-wrapper .slidepage__related-help-image {
  width: 45%;
  height: 45%;
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-text-wrapper .slidepage__related-help-element-title {
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 1.9rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-text-wrapper .slidepage__related-help-element-title {
    font-size: 1.8rem;
  }
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-text-wrapper .slidepage__related-help-element-text {
  color: #000000;
  font-size: 1.2rem;
  margin-left: 1.9rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-text-wrapper .slidepage__related-help-element-text {
    font-size: 1.6rem;
  }
}
.slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-arrow {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-bottom: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: rotate(-45deg);
  position: absolute;
  right: 5rem;
  transition-duration: 0.2s;
}
@media screen and (min-width: 950px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-arrow {
    width: 1.5rem;
    height: 1.5rem;
    right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .slidepage__related-help .slidepage__related-help-wrapper .slidepage__related-help-wrapper-block .slidepage__related-help-arrow {
    position: absolute;
    right: 2.5rem;
  }
}
.tutorial__searchbar {
  background-color: #ffffff;
  height: 5rem;
  position: relative;
  margin: 4rem 1.5rem 2.7rem 1.5rem;
  display: flex;
  align-items: center;
  padding-left: 1.6rem;
  border-radius: 2rem;
  box-shadow: 0.2rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .tutorial__searchbar {
    margin: 5.2rem auto;
    width: 55rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__searchbar {
    margin: 5.8rem auto;
    width: 63.2rem;
  }
}
.tutorial__searchbar .tutorial__searchbar-input {
  border: none;
  margin-left: 1.2rem;
  width: calc(100% - 7rem);
}
.tutorial__searchbar .tutorial__searchbar-input:focus {
  outline: none;
}
.tutorial__searchbar .tutorial__searchbar-input::placeholder {
  color: var(--tutorial-grey);
  font-style: italic;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .tutorial__searchbar .tutorial__searchbar-input::placeholder {
    font-size: 2rem;
  }
}
.tutorial__searchbar .tutorial__searchbar-loop {
  transform: rotate(270deg);
  height: 2.2rem;
  width: 2.2rem;
  stroke: #000000;
  stroke-width: 0.3rem;
  fill: none;
}
.tutorial__searchbar .tutorial__searchbar-clear {
  position: relative;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}
.tutorial__searchbar .tutorial__searchbar-clear::after,
.tutorial__searchbar .tutorial__searchbar-clear::before {
  content: '';
  width: 2rem;
  height: 0.2rem;
  background-color: #000000;
  display: block;
  transform-origin: center;
  top: 50%;
  position: absolute;
}
.tutorial__searchbar .tutorial__searchbar-clear::after {
  transform: rotate(45deg);
}
.tutorial__searchbar .tutorial__searchbar-clear::before {
  transform: rotate(-45deg);
}
.tutorial-tips {
  --transition-duration: 0.1s;
  background-color: var(--tutorial-primary);
}
.tutorial-tips__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tutorial-tips__content-inner {
  margin-top: 4rem;
  width: 28rem;
}
.tutorial-tips__header {
  font-weight: 800;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.tutorial-tips__header .tutorial-tips__popup-trigger {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  border-radius: 50%;
  color: white;
  background: var(--tutorial-secondary);
  width: 1.6rem;
  height: 1.6rem;
  font-size: 1.2rem;
  cursor: pointer;
}
.tutorial-tips__button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.tutorial-tips__button-wrapper .tutorial-tips__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  width: 13.4rem;
  height: 4.6rem;
  background: var(--tutorial-light-grey);
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.25));
  font-weight: 800;
  font-style: italic;
  cursor: pointer;
  transition-duration: var(--transition-duration);
}
.tutorial-tips__button-wrapper .tutorial-tips__button--selected {
  background: var(--tutorial-secondary);
  color: white;
}
.tutorial-tips__button-wrapper .tutorial-tips__button:first-child {
  margin-right: 2rem;
}
.tutorial-tips__read-more {
  text-align: center;
  margin-bottom: 3.5rem;
}
.tutorial-tips__dropdown {
  width: 28rem;
  min-height: 4.5rem;
  background: var(--tutorial-light-grey);
  filter: drop-shadow(0 0.2rem 0.4rem rgba(0, 0, 0, 0.25));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 800;
  font-style: italic;
  cursor: pointer;
  position: relative;
  margin-bottom: 3.7rem;
  border-radius: 0.5rem;
  transition-duration: var(--transition-duration);
}
.tutorial-tips__dropdown::after {
  content: '';
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: #000000 solid 0.4rem;
  border-left: #000000 solid 0.4rem;
  right: 2rem;
  top: 1rem;
  transform: rotate(-45deg);
  transform-origin: 25% 75%;
  transition-duration: var(--transition-duration);
}
.tutorial-tips__dropdown .tutorial-tips__dropdown-content {
  display: none;
  width: 100%;
  background: white;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.tutorial-tips__dropdown--open {
  background: var(--tutorial-secondary);
  color: white;
}
.tutorial-tips__dropdown--open::after {
  transform: rotate(135deg);
  border-color: white;
}
.tutorial-tips__dropdown--open .tutorial-tips__dropdown-content {
  display: block;
}
.tutorial-tips__dropdown--selected {
  background: var(--tutorial-secondary);
  color: white;
}
.tutorial-tips__dropdown--selected::after {
  border-color: white;
}
.tutorial-tips__label {
  height: 4.5rem;
  display: grid;
  align-content: center;
}
.tutorial-tips__combination-key {
  color: #000000;
  height: 4.5rem;
  display: grid;
  align-content: center;
  text-align: center;
  border-top: #A8A8A8 solid 0.1rem;
}
.tutorial-tips__combination-key--selected {
  background: var(--tutorial-primary);
  color: white;
}
.tutorial-tips__table-wrapper {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
}
.tutorial-tips__table-selectors {
  border-radius: 2rem 2rem 0 0;
  height: 5.7rem;
  background: var(--tutorial-primary);
  display: flex;
  align-items: center;
  padding: 0 2rem;
  justify-content: space-between;
  color: white;
  font-weight: 800;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .tutorial-tips__table-selectors {
    padding: 0 10rem;
  }
}
.tutorial-tips__table-selectors .tutorial-tips__table-selector {
  cursor: pointer;
  position: relative;
}
.tutorial-tips__table-selectors .tutorial-tips__table-selector::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: white;
  bottom: 0.2rem;
  left: 0;
  border-radius: 1rem;
}
.tutorial-tips__table-selectors .tutorial-tips__table-selector--active::after {
  display: block;
}
.tutorial-tips__table table {
  color: white;
  text-align: center;
  width: 100%;
}
.tutorial-tips__table table tr {
  height: 4rem;
}
.tutorial-tips__table table tr:nth-child(odd) {
  background: var(--tutorial-tips-table-odd);
}
.tutorial-tips__table table tr:nth-child(even) {
  background: var(--tutorial-tips-table-even);
}
.tutorial-tips__table--guarantee table tr > th:last-child,
.tutorial-tips__table--guarantee table tr > td:last-child {
  float: right;
  margin-top: 0.7rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .tutorial-tips__table--guarantee table tr > th:last-child,
  .tutorial-tips__table--guarantee table tr > td:last-child {
    margin-right: 9rem;
  }
}
.tutorial-tips__table .tutorial-tips__table-title {
  padding: 2rem 0;
  font-weight: 800;
  font-style: italic;
}
.tutorial-tips__table--description {
  color: white;
  background: var(--tutorial-tips-table-odd);
  padding: 0 5rem 2rem 5rem;
}
.tutorial-overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tutorial-overlay__title {
  font-size: 3.5rem;
  margin-bottom: 4rem;
  font-style: italic;
  font-weight: 800;
  text-transform: uppercase;
}
.tutorial-overlay__text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 4.5rem;
}
.tutorial-overlay__image {
  max-width: 30rem;
}
.tutorial-navbar {
  width: 100%;
  height: 4.5rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  color: white;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .tutorial-navbar {
    margin-left: 5.9rem;
    margin-right: 5.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial-navbar {
    display: none;
  }
}
.tutorial-navbar .tutorial-navbar-container {
  overflow-x: auto;
  overflow-y: hidden;
  height: 4.5rem;
  padding-bottom: 12rem;
}
.tutorial-navbar .tutorial-navbar-label {
  position: relative;
  z-index: 2;
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  height: 4.5rem;
  flex: 0 0 12rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  padding-left: 2rem;
  font-size: 1.5rem;
}
.tutorial-navbar .tutorial-navbar-cave {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -0.5rem;
  left: -0.5rem;
  width: 14rem;
  height: 5.5rem;
  filter: none;
  transition: filter 200ms ease-out;
}
.tutorial-navbar .tutorial-navbar-cave--open {
  filter: drop-shadow(0.3rem 0.3rem 0.4rem rgba(0, 0, 50, 0.25));
}
.tutorial-navbar .tutorial-navbar-cave-inner {
  width: 14rem;
  height: 7rem;
  clip-path: polygon(100% 0%, 96% 30%, 95% 55%, 100% 100%, 0% 100%, 0% 0%, 25% 0%);
  background: var(--tutorial-primary);
}
.tutorial-navbar .tutorial-navbar-navs {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  padding-right: 5rem;
  font-size: 1.4rem;
}
.tutorial-navbar .tutorial-navbar-nav {
  position: relative;
  z-index: 0;
  height: 4.5rem;
  margin-left: 1rem;
  user-select: none;
  padding: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: white;
}
.tutorial-navbar .tutorial-navbar-nav--hide {
  display: none;
}
.tutorial-navbar .tutorial-navbar-nav:last-child {
  padding-right: 3rem;
}
.tutorial-navbar .tutorial-navbar-nav::after {
  position: absolute;
  content: "";
  top: 1.2rem;
  left: -0.5rem;
  bottom: 1rem;
  width: 0.1rem;
  background: rgba(255, 255, 255, 0.2);
}
.tutorial-navbar .tutorial-navbar-nav:first-child::after {
  width: 0;
}
.tutorial__avalon {
  background: var(--tutorial-primary);
}
.tutorial-frontpage {
  padding-top: 2rem;
  background-color: var(--tutorial-primary);
}
.tutorial-frontpage__hero {
  background-color: var(--tutorial-primary);
}
.tutorial-frontpage__hero .tutorial-frontpage__hero-title {
  font-size: 6rem;
  color: white;
  margin: 0 auto;
  padding: 5rem 0 2rem 0;
  width: 70rem;
  max-width: 70%;
  display: flex;
  justify-content: center;
  line-height: 0.8;
  font-family: "Oddset", sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
  transform: rotate(-10deg);
  text-transform: uppercase;
  text-shadow: 0.2rem 0.5rem 1.6rem rgba(0, 0, 0, 0.15);
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .tutorial-frontpage__hero .tutorial-frontpage__hero-title {
    font-size: 9rem;
    max-width: unset;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial-frontpage__hero .tutorial-frontpage__hero-title {
    padding-top: 3.3rem;
  }
}
.tutorial__frontpage-wrapper {
  position: relative;
  min-height: 46rem;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper {
  padding: 3.5rem 1.5rem;
  display: flex;
  max-width: 144rem;
  margin: 0 auto;
  transition: 0.3s ease-out;
  overflow: hidden;
  left: 0;
  right: 0;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper--hide {
  transform: translateY(50rem);
  position: absolute;
  padding: 0;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories {
    flex: 60%;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category {
  display: block;
  color: black;
  box-shadow: 0.2rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.6rem;
  position: relative;
  transition: 0.1s ease-out;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2rem;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-tutorials {
  transition-duration: 0.3s;
  max-height: 0;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category {
    margin-left: 5.9rem;
    margin-right: 5.9rem;
    margin-bottom: 2.3rem;
  }
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category:hover:not(.tutorial__category--show) {
    transform: scale(1.015);
  }
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category:hover:not(.tutorial__category--show) .tutorial__category-title {
    color: var(--tutorial-primary);
    transition-duration: 0.2s;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper {
  width: 100%;
  position: relative;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: auto 3.5rem;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper:not(.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper--tutorial)::after {
  content: "";
  position: absolute;
  height: 0.1rem;
  width: 95%;
  background-color: #000000;
  display: block;
  opacity: 0.25;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper:not(.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper--tutorial)::after {
    bottom: -0.2rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-title {
    font-size: 2.3rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-label {
  font-style: italic;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross {
  width: 3.2rem;
  height: 3.2rem;
  background-color: var(--tutorial-primary);
  border-radius: 50%;
  margin: auto 0 auto auto;
  transition-duration: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross {
    width: 3.2rem;
    height: 3.2rem;
    top: 2.6rem;
    margin-right: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross {
    top: 2.5rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross::after,
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross::before {
  content: '';
  width: 1.7rem;
  display: block;
  height: 0.37rem;
  border-radius: 0.1rem;
  background: white;
  position: absolute;
  transition: 0.1s ease-out;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category .tutorial__category-wrapper .tutorial__category-cross::after {
  transform: rotate(90deg);
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category--show .tutorial__category-tutorials {
  max-height: 100rem;
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__categories .tutorial__category--show .tutorial__category-wrapper .tutorial__category-cross::after {
  transform: rotate(0deg);
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited {
  display: none;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited {
    border-radius: 2rem;
    flex: 40%;
    max-width: 55rem;
    height: fit-content;
    background-color: var(--tutorial-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 0;
    margin-right: 5.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-title {
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    padding: 0 2rem;
    font-style: italic;
    font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
    color: white;
    margin: auto auto 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper {
    position: relative;
    display: flex;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper {
    border-radius: 2rem;
    box-shadow: 0.2rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.15);
    margin: 1.1rem 3rem;
    padding: 1.2rem 2.5rem;
    position: relative;
    background-color: white;
    width: 100%;
    min-height: 8.5rem;
    display: grid;
    grid-template-columns: 5.5rem auto 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    transition: 0.1s ease-out;
  }
}
.tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper:hover {
  transform: scale(1.015);
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-image-wrapper {
    width: 5.5rem;
    height: 5.5rem;
    background-color: var(--tutorial-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-image-wrapper .tutorial__most-visited-element-image {
    width: 45%;
    height: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-text-wrapper {
    display: flex;
    flex-direction: column;
    padding-left: 1.8rem;
    line-height: 1.7rem;
    color: #000000;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-text-wrapper .tutorial__most-visited-element-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-text-wrapper .tutorial__most-visited-element-text {
    font-size: 1.4rem;
    font-weight: 400;
    font-style: italic;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__frontpage-inner-wrapper .tutorial__most-visited .tutorial__most-visited-wrapper .tutorial__most-visited-element-wrapper .tutorial__most-visited-element-arrow {
    width: 1.5rem;
    height: 1.5rem;
    border-bottom: 0.2rem solid #000000;
    border-right: 0.2rem solid #000000;
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    left: 90%;
    transition: 0.2s ease-out;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result {
  transition: 0.3s ease-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 100rem;
  background-color: var(--tutorial-primary);
  opacity: 0;
  pointer-events: none;
  min-height: 46rem;
}
.tutorial__frontpage-wrapper .tutorial__search-result--show {
  top: 0;
  opacity: 1;
  pointer-events: auto;
  bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.tutorial__frontpage-wrapper .tutorial__search-result--show .tutorial__search-result-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.tutorial__frontpage-wrapper .tutorial__search-result--show .tutorial__search-result-related-wrapper {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
}
.tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-wrapper {
  padding: 0 2rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-wrapper {
    width: 55rem;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-wrapper {
    width: 63rem;
    padding: 0 0 5rem;
    flex: 1;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper {
  background-color: white;
  padding: 3.5rem 1.5rem;
  min-height: 25rem;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper .tutorial__search-result-related-inner-wrapper {
    margin: 0 auto;
    width: 55rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper .tutorial__search-result-related-inner-wrapper {
    width: 63rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper .tutorial__search-result-related-inner-wrapper .tutorial__search-result-related-help-text {
  font-style: italic;
  font-size: 1.4rem;
  padding-bottom: 2.3rem;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper .tutorial__search-result-related-inner-wrapper .tutorial__search-result-related-help-text {
    display: flex;
    align-items: flex-start;
    font-size: 2rem;
    width: fit-content;
    margin: 1.7rem auto 4.3rem;
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result .tutorial__search-result-related-wrapper .tutorial__search-result-related-inner-wrapper .tutorial__search-result-related-help-categories {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 63.2rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper {
  transition-duration: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 100rem;
  background-color: var(--tutorial-primary);
  opacity: 0;
  pointer-events: none;
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper--show {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper {
  color: white;
  max-width: 62.2rem;
  margin: 0 auto;
  padding-left: 2rem;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper {
    max-width: 51rem;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper {
    max-width: 63.2rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-title {
  font-size: 1.2rem;
  padding-right: 1.5rem;
  line-height: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-title {
    width: 63.2rem;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 1216px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-title {
    font-size: 1.6rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-search-query {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.2rem 0 1.8rem;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-search-query {
    width: 63.2rem;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 1216px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-search-query {
    font-size: 2.5rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-text {
  font-size: 1.2rem;
  padding-bottom: 3.7rem;
}
@media screen and (min-width: 1024px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-text {
    width: 63.2rem;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1216px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-result-null-text {
    font-size: 1.6rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-title {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-title {
    font-size: 1.8rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper {
  margin-bottom: 1.75rem;
  display: flex;
  flex-direction: column;
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper .tutorial__search-last-visited-element-innerwrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 2.4rem;
  padding-bottom: 1.7rem;
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper .tutorial__search-last-visited-element-innerwrapper .tutorial__search-last-visited-element-image {
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1.7rem;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper .tutorial__search-last-visited-element-innerwrapper .tutorial__search-last-visited-element-image {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper .tutorial__search-last-visited-element-innerwrapper .tutorial__search-last-visited-element-title {
  color: white;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .tutorial__frontpage-wrapper .tutorial__search-result-null-wrapper .tutorial__search-result-null-inner-wrapper .tutorial__search-last-visited-wrapper .tutorial__search-last-visited-element-wrapper .tutorial__search-last-visited-element-innerwrapper .tutorial__search-last-visited-element-title {
    font-size: 1.6rem;
  }
}
.tutorial__category-tutorials-wrapper {
  position: relative;
  display: grid;
  padding: 2.5rem;
  grid-template-columns: 5.5rem auto 2.5rem;
  align-items: center;
}
.tutorial__category-tutorials-wrapper:not(:last-child)::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  width: 95%;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .tutorial__category-tutorials-wrapper {
    width: 100%;
    padding: 1.4rem 2.5rem;
  }
}
.tutorial__category-tutorials-wrapper .tutorial__category-tutorials-image-wrapper {
  width: 5.5rem;
  height: 5.5rem;
  background-color: var(--tutorial-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.4rem 2rem rgba(0, 27, 48, 0.2);
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-wrapper .tutorial__category-tutorials-image-wrapper {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.tutorial__category-tutorials-wrapper .tutorial__category-tutorials-image-wrapper .tutorial__category-tutorials-image {
  width: 45%;
  height: 45%;
}
.tutorial__category-tutorials-wrapper .tutorial__category-tutorials-text-wrapper {
  display: flex;
  flex-direction: column;
  padding-left: 1.8rem;
  color: #000000;
  justify-content: center;
}
.tutorial__category-tutorials-wrapper .tutorial__category-tutorials-text-wrapper .tutorial__category-tutorials-title {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-wrapper .tutorial__category-tutorials-text-wrapper .tutorial__category-tutorials-title {
    font-size: 1.8rem;
  }
}
.tutorial__category-tutorials-wrapper .tutorial__category-tutorials-text-wrapper .tutorial__category-tutorials-text {
  font-size: 1.6rem;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-wrapper .tutorial__category-tutorials-text-wrapper .tutorial__category-tutorials-text {
    font-size: 1.6rem;
  }
}
.tutorial__category-tutorials-wrapper--filtered {
  margin-bottom: 1.4rem;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-wrapper--filtered {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__category-tutorials-wrapper--filtered {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 0;
    width: 63.2rem;
    margin: 0 auto;
  }
}
.tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-image-wrapper {
  background-color: #ffffff;
  width: 5.3rem;
  height: 5.3rem;
}
@media screen and (min-width: 1024px) {
  .tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-image-wrapper {
    margin-left: 0;
  }
}
.tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-text-wrapper {
  color: white;
}
.tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-text-wrapper .tutorial__category-tutorials-title {
  font-weight: normal;
}
.tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-arrow {
  border-bottom: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
  right: 4rem;
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-wrapper--filtered .tutorial__category-tutorials-arrow {
    right: 4rem;
  }
}
.tutorial__category-tutorials-arrow {
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.3rem solid #000000;
  border-right: 0.3rem solid #000000;
  transform: rotate(-45deg);
  position: relative;
  margin: auto 0 auto auto;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .tutorial__category-tutorials-arrow {
    width: 1.5rem;
    height: 1.5rem;
    right: 2.5rem;
  }
}
.tutorial__highlight {
  background: var(--highlightBackgroundColor, transparent);
  color: var(--highlightColor, inherit);
  padding: 0 0.1rem;
  border-radius: 0.6rem;
}
.tutorial__hero {
  background-color: var(--tutorial-primary);
  position: relative;
}
.tutorial__hero--disable {
  display: none;
}
.tutorial__hero .tutorial__hero-arrow {
  background-color: white;
  border-radius: 50%;
  height: 4.1rem;
  width: 4.2rem;
  margin-left: 1.6rem;
  position: absolute;
  top: 5rem;
  box-shadow: 0.2rem 1.5rem 1.5rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .tutorial__hero .tutorial__hero-arrow {
    margin-left: 6.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__hero .tutorial__hero-arrow {
    top: 3rem;
  }
}
.tutorial__hero .tutorial__hero-arrow::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  border-bottom: 0.4rem solid #000000;
  border-right: 0.4rem solid #000000;
  border-radius: 10%;
  display: block;
  transform: rotate(135deg);
  position: absolute;
  top: 30%;
  left: 35%;
}
.tutorial__hero .tutorial__hero-title {
  font-size: 6rem;
  color: white;
  margin: 0 auto;
  padding: 5rem 0 2rem 0;
  width: 70rem;
  max-width: 70%;
  display: flex;
  justify-content: center;
  line-height: 0.8;
  font-family: "Oddset", sans-serif;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
  transform: rotate(-10deg);
  text-transform: uppercase;
  text-shadow: 0.2rem 0.5rem 1.6rem rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 768px) {
  .tutorial__hero .tutorial__hero-title {
    font-size: 9rem;
    max-width: unset;
    padding-bottom: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial__hero {
    padding: 2.9rem;
  }
}
.tutorial-footer {
  background-color: var(--tutorial-primary);
  position: relative;
  padding: 0 2rem;
  border-top: solid 0.1rem white;
}
.tutorial-footer--disable {
  display: none;
}
@media screen and (min-width: 1216px) {
  .tutorial-footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 4rem;
  }
}
.tutorial-footer .tutorial-footer-inner {
  max-width: 144rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tutorial-footer .tutorial-footer-inner {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial-footer .tutorial-footer-inner {
    flex-direction: row;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper {
  width: 100%;
}
@media screen and (min-width: 1216px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper {
    flex-basis: 50%;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper .tutorial-footer__title {
  padding-top: 2.9rem;
  font-weight: 800;
  font-family: Oddset, Impact, "Anton Regular", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-style: italic;
  line-height: 4rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper .tutorial-footer__title {
    font-size: 2.3rem;
    line-height: 6rem;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper .tutorial-footer__text {
  font-size: 1.4rem;
  color: white;
  padding: 2rem 0;
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__text-wrapper .tutorial-footer__text p {
  margin: 0;
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    justify-content: space-between;
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement {
    justify-content: center;
    grid-column-gap: 3rem;
    padding-top: 6.6rem;
    padding-bottom: 5.7rem;
    width: auto;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper {
  display: flex;
  padding-bottom: 3.3rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper {
    flex-basis: 50%;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper .tutorial-footer__footerElement-image-wrapper {
  width: 5.5rem;
  height: 5.5rem;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  box-shadow: 0 0.4rem 2rem rgba(0, 27, 48, 0.2);
}
@media screen and (min-width: 768px) {
  .tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper .tutorial-footer__footerElement-image-wrapper {
    margin-right: 3rem;
  }
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper .tutorial-footer__footerElement-image-wrapper .tutorial-footer__footerElement-image {
  width: 50%;
  height: 50%;
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper .tutorial-footer__footerElement-text-wrapper .tutorial-footer__footerElement-title {
  font-weight: bold;
  font-size: 2rem;
  color: white;
  padding-bottom: 0.2rem;
}
.tutorial-footer .tutorial-footer-inner .tutorial-footer__footerElement .tutorial-footer__footerElement-wrapper .tutorial-footer__footerElement-text-wrapper .tutorial-footer__footerElement-text {
  font-size: 1.4rem;
  color: white;
  font-weight: 400;
}
.tutorial__content-box {
  max-width: 144rem;
  margin: 0 auto 0;
  background-color: white;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  box-shadow: 0.2rem 0.5rem 1.6rem 0 rgba(0, 0, 0, 0.15);
}
.tutorial__content-box--full-width {
  max-width: 100%;
}
.tutorial__content-box--no-radius {
  border-radius: 0;
}



/*# sourceMappingURL=region-keno.css.map */
