@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-plus-abonnement {
--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(210, 250, 235);
--color-primary-200: rgb(170, 215, 198);
--color-primary-300: rgb(129, 180, 161);
--color-primary-400: rgb(89, 145, 124);
--color-primary-500: rgb(48, 110, 87);
--color-primary-600: rgb(8, 75, 50);
--color-primary-700: rgb(6, 60, 40);
--color-primary-800: rgb(5, 45, 30);
--color-primary-900: rgb(3, 30, 20);
--color-primary-1000: rgb(2, 23, 15);
--color-secondary-100: rgb(235, 246, 253);
--color-secondary-200: rgb(190, 210, 223);
--color-secondary-300: rgb(167, 192, 208);
--color-secondary-400: rgb(145, 174, 193);
--color-secondary-500: rgb(54, 103, 132);
--color-secondary-600: rgb(9, 67, 102);
--color-secondary-700: rgb(7, 54, 82);
--color-secondary-800: rgb(5, 40, 61);
--color-secondary-900: rgb(4, 27, 41);
--color-secondary-1000: rgb(3, 20, 31);
--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: 8rem;
--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-9999);
--border-width-width-button: 0.1rem;
--font-family-button-small: var(--font-family-brand);
--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-brand);
--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-secondary-600);
--background-color-button-tertiary-inverted: var(--color-white);
--background-color-button-tertiary-hover: var(--color-secondary-700);
--background-color-button-tertiary-hover-inverted: var(--color-white-opacity-900);
--background-color-button-tertiary-focused: var(--color-secondary-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-secondary-600);
--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-secondary-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-secondary-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-secondary-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-secondary-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-secondary-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-secondary-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-white);

  /* number */
--radius-step-number: var(--radius-0);
--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-10);

  /* 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-16);
--spacing-accordion-desktop-left: var(--spacing-28);
--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: 4rem;
--radius-accordion-icon: var(--radius-9999);

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

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

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


}

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: 1024px) {
  html {
    font-size: 50%;
  }
}
@media screen and (min-resolution: 2dppx) and (min-device-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}
html,
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: auto;
  overflow-x: clip;
}
html.mode-edit,
body.mode-edit {
  height: auto;
  overflow-y: auto;
}
html.lock,
body.lock {
  overflow: hidden;
}
html.region-subscriptions,
body.region-subscriptions {
  background-color: white;
}
#wrapper.page {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
.mode-edit #wrapper.page {
  height: auto;
  padding-top: 0 !important;
}
#wrapper.page.lock {
  overflow: hidden;
}
.page-box {
  position: relative;
}
.mobile-only {
  display: inherit;
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: inherit;
  }
}
.btn {
  box-sizing: border-box;
  outline: none;
  border: none;
  border-radius: 6px;
  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-decoration: none;
  background-color: #feb700;
  min-width: 32vw;
}
@media (min-width: 1024px) {
  .btn {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    padding: 0 1.2rem;
  }
}
.btn:hover {
  background-color: #eaa900;
}
.btn.grey {
  color: #fff;
  background-color: #a3a6ab;
}
.manchete {
  position: relative;
  background-clip: content-box;
}
.manchete.top {
  position: relative;
  background-clip: content-box;
  display: inline-block;
  width: 100%;
}
.section.manchete.top,
.lotto-section.manchete.top {
  position: relative;
  padding-top: 2rem;
  box-sizing: border-box;
  background-clip: content-box;
}
.section.manchete.top:before,
.lotto-section.manchete.top:before {
  display: none;
  /* TODO: this never showed a manchete anyways. 
            It should be fixed to show the manchete, but also it should not 
            break the page (see FOR-772). Disabled for now with display none.*/
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: ' ';
  box-sizing: border-box;
  border-radius: 100%;
  background-color: transparent;
  transform: rotate(180deg);
  border-top-style: solid;
  border-top-width: 14rem;
  border-color: inherit;
  left: 50%;
  width: 500vw;
  margin-left: -250vw;
  height: 100rem;
  top: -86rem;
}
@media (min-width: 950px) {
  .section.manchete.top:before,
  .lotto-section.manchete.top:before {
    width: 300vw;
    margin-left: -150vw;
    height: 75rem;
    top: -66rem;
    border-top-width: 10rem;
  }
}
.mode-edit .section.manchete.top:before,
.mode-edit .lotto-section.manchete.top:before {
  content: none;
}
.manchete.bot {
  position: relative;
  background-clip: content-box;
}
.section.manchete.bot {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  background-clip: content-box;
  padding-bottom: 10vw;
  margin-bottom: -10vw;
}
@media (min-width: 950px) {
  .section.manchete.bot {
    padding-bottom: 15rem;
    margin-bottom: -10rem;
  }
}
.section.manchete.bot:after {
  position: absolute;
  z-index: 1;
  content: ' ';
  display: block;
  box-sizing: border-box;
  border-radius: 100%;
  background-color: transparent;
  border-bottom: 10rem solid;
  border-color: inherit;
  left: 50%;
  width: 500vw;
  margin-left: -250vw;
  height: 100rem;
  bottom: 5vw;
}
@media (min-width: 950px) {
  .section.manchete.bot:after {
    width: 300vw;
    margin-left: -150vw;
    height: 75rem;
    bottom: 7rem;
  }
}
.manchete > div {
  position: relative;
}
@media (min-width: 950px) {
  .lotto-promotion-spot .lotto-section.manchete.top:before {
    top: -62rem;
  }
}
.subscription-builder__flow .numbers-rotary-selector.numbers-rotary-selector {
  width: 100vw;
  left: -2.4rem;
  position: relative;
}
@media (min-width: 768px) {
  .subscription-builder__flow .numbers-rotary-selector.numbers-rotary-selector {
    width: 100%;
    left: 0;
    font-size: 2.3px;
  }
}
.subscription-builder__flow .numbers-rotary-selector.numbers-rotary-selector .selector-container {
  height: 41em;
}
.subscription-builder__flow .numbers-rotary-selector.allornothing .selector-container > .selector-numbers .number {
  color: #191339;
}
.subscription-builder__flow .numbers-rotary-selector.allornothing .selector-foreground .navigation-button .icon {
  color: #191339;
}
.subscription-builder__flow .input-range {
  margin-bottom: 0;
}



/**
 * Colors for Subscription
 */
/**
 * Primary
 */
.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;
}



.subscriptions-wrapper h2,
.subscriptions-wrapper h3,
.subscriptions-wrapper h4,
.subscriptions-wrapper p {
  width: 100%;margin: 0 auto 2rem;
}
.subscriptions-wrapper h2,
.subscriptions-wrapper h3,
.subscriptions-wrapper h4,
.subscriptions-wrapper p {
  max-width: 60rem;
}
.subscriptions-wrapper h2 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: bold;
  color: #004b32;
}
@media (min-width: 768px) {
  .subscriptions-wrapper h2 {
    font-size: 2.7rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper h2 {
    font-size: 3.2rem;
  }
}
.subscriptions-wrapper h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #004b32;
}
@media (min-width: 768px) {
  .subscriptions-wrapper h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper h3 {
    font-size: 1.8rem;
  }
}
.subscriptions-wrapper h4 {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  color: #004b32;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .subscriptions-wrapper h4 {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper h4 {
    font-size: 1.7rem;
  }
}
.subscriptions-wrapper h4 a {
  color: #2f80ed;
  text-decoration: none;
  font-weight: bold;
}
.subscriptions-wrapper h4 a:hover {
  text-decoration: underline;
}
.subscriptions-wrapper h2.subtitle,
.subscriptions-wrapper h3.subtitle,
.subscriptions-wrapper h4.subtitle {
  font-weight: normal;
  text-transform: none;
  color: #323232;
}
.subscriptions-wrapper p {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #323232;
}
.subscriptions-wrapper p + p {
  margin-top: -1.5rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper p {
    font-size: 1.6rem;
  }
}
.subscriptions-wrapper p a {
  color: #2f80ed;
  text-decoration: underline;
  cursor: pointer;
}
.subscriptions-wrapper p a:hover {
  text-decoration: none;
}
.subscriptions-wrapper p.disclaimer {
  font-size: 1.1rem;
  font-style: italic;
}



.consent-inline__link {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  background-color: white;
  overflow-x: hidden;
  box-sizing: border-box;
}
.consent-inline__link--show {
  display: flex;
}
.consent-inline__link .consent-inline__link-close-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 110rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .consent-inline__link .consent-inline__link-close-wrapper {
    top: 2rem;
    padding-right: 2rem;
  }
}
.consent-inline__link .consent-inline__link-close {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.consent-inline__link .consent-inline__link-close::before,
.consent-inline__link .consent-inline__link-close::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.2rem;
  width: 2.5rem;
  height: 0.1rem;
  background-color: #000000;
  transform: rotate(45deg);
}
.consent-inline__link .consent-inline__link-close::after {
  transform: rotate(-45deg);
}
.consent-inline__link iframe {
  height: 100%;
  width: 100%;
  max-width: 100%;
  border: none;
  box-sizing: border-box;
}
[data-component="basket-overview"] .consent-checkbox__link {
  cursor: pointer;
  font-weight: normal;
  text-decoration: underline;
  color: #005feb;
  word-break: break-word;
  overflow-wrap: anywhere;
}
[data-component="basket-overview"] .consent-checkbox__link:hover {
  text-decoration: none;
}



.subscriptions-wrapper .alert,
.cards-alert-wrapper .alert {
  width: 100%;margin: 0 auto 2rem;
}
.subscriptions-wrapper .alert,
.cards-alert-wrapper .alert {
  max-width: 48rem;
}
.subscriptions-wrapper .alert,
.cards-alert-wrapper .alert {
  margin-top: 1rem !important;
}
.subscriptions-wrapper .alert,
.cards-alert-wrapper .alert {
  text-align: center;
  padding: 0 2rem;
}
.subscriptions-wrapper .alert,
.cards-alert-wrapper .alert {
  border-radius: 0.6rem;
  padding: 2rem;
  background: transparent;
  border: 0.2rem solid transparent;
}
.subscriptions-wrapper .alert--danger,
.cards-alert-wrapper .alert--danger {
  background: #f6dddd;
  border: 0.2rem solid red;
}
.subscriptions-wrapper .alert--warning,
.cards-alert-wrapper .alert--warning {
  background: #f5f0df;
  border: 0.2rem solid #F2C618;
}



.authentication__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .authentication__buttons {
    width: 100%;
  }
}
.authentication__buttons .plus-header {
  max-width: 31.5rem;
  margin-top: 1rem;
}



.basket-overview__add-more-games {
  cursor: pointer;
  height: 4.8rem;
  display: inline-block;
  padding: 0 1rem;
  text-transform: none;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #005feb;
  letter-spacing: 0.05rem;
  margin: -1rem auto;
}
.basket-overview__add-more-games:hover {
  text-decoration: none;
}
.basket-overview__terms {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  flex-direction: column;
  align-items: center;
  background-color: white;
}
.basket-overview__terms--show {
  display: flex;
}
.basket-overview__terms .basket-overview__terms-close-wrapper {
  position: absolute;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 110rem;
}
@media screen and (min-width: 768px) {
  .basket-overview__terms .basket-overview__terms-close-wrapper {
    top: 2rem;
    padding-right: 2rem;
  }
}
.basket-overview__terms .basket-overview__terms-close {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: rgba(255, 255, 255, 0.7);
}
.basket-overview__terms .basket-overview__terms-close::before,
.basket-overview__terms .basket-overview__terms-close::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 1.2rem;
  width: 2.5rem;
  height: 0.1rem;
  background-color: #000000;
  transform: rotate(45deg);
}
.basket-overview__terms .basket-overview__terms-close::after {
  transform: rotate(-45deg);
}
.basket-overview__terms iframe {
  height: 100%;
  width: 100%;
  border: none;
}
[data-component="basket-overview"] .consent-checkbox__tooltip {
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: bold;
}
[data-component="basket-overview"] .consent-checkbox__tooltip:hover::before,
[data-component="basket-overview"] .consent-checkbox__tooltip:focus::before,
[data-component="basket-overview"] .consent-checkbox__tooltip:focus-visible::before {
  content: attr(data-label);
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  width: 20rem;
  font-size: 1.1rem;
  line-height: 1.4;
  background: black;
  color: white;
  padding: 0.8rem 0.8rem;
  border-radius: 0.7rem;
  transform: translateX(-50%);
}
[data-component="basket-overview"] .consent-checkbox__tooltip:hover::after,
[data-component="basket-overview"] .consent-checkbox__tooltip:focus::after,
[data-component="basket-overview"] .consent-checkbox__tooltip:focus-visible::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  margin-left: -0.6rem;
  border-width: 0.6rem;
  border-style: solid;
  border-color: black transparent transparent;
}



.subscriptions-wrapper .buttons {
  width: 100%;margin: 0 auto 2rem;
}
.subscriptions-wrapper .buttons {
  max-width: 60rem;
}
.subscriptions-wrapper .buttons {
  margin-top: 1rem !important;
}
.subscriptions-wrapper .buttons {
  text-align: center;
}
.subscriptions-wrapper .button {
  display: block;
  margin: 0;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0.1rem solid transparent;
  padding: 0.9rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.43;
  border-radius: 0.4rem;
  user-select: none;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .subscriptions-wrapper .button {
    display: inline-block;
    min-width: 12rem;
  }
}
.subscriptions-wrapper .button--primary {
  color: black;
  background: #feb700;
}
.subscriptions-wrapper .button--primary:hover {
  color: black;
  background-color: #eaa900;
}
.subscriptions-wrapper .button--primary:focus,
.subscriptions-wrapper .button--primary:active {
  color: black;
  background-color: #feb700;
  border-color: #eaa900;
  box-shadow: 0 0 0 0.2rem #ffdd84;
  outline: none;
}



.subscription-games-wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: content-box;
  padding-top: 4vw;
  padding-bottom: 4vw;
  transition: max-height 0.35s ease-in;
}
@media (min-width: 1024px) {
  .subscription-games-wrapper {
    padding-top: 0;
    padding-bottom: 0rem;
  }
}
.subscriptions-gameclient-opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  touch-action: none;
}
.subscriptions-gameclient-opened .subscription-games-wrapper {
  max-height: 500vh !important;
}



.jackpot-subscriptions-game .jackpot-subscriptions-header {
  font-size: 4vw;
  line-height: 1;
  font-weight: 600;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-game .jackpot-subscriptions-header {
    font-size: 2rem;
  }
}
.jackpot-subscriptions-game.lotto-region .jackpot-subscriptions-header {
  background-color: #760003;
}



.subscriptions-packages-wrapper {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .subscriptions-packages-wrapper {
    width: 98rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-pack: center;
  }
}



.subscriptions-wrapper .receipt {
  width: 100%;margin: 0 auto 2rem;
}
.subscriptions-wrapper .receipt {
  max-width: 48rem;
}
.subscriptions-wrapper .receipt {
  font-size: 1.4rem;
  color: #323232;
}
.subscriptions-wrapper .receipt .receipt__inner {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 0.6rem;
  padding: 2rem 2rem 1rem;
}
.subscriptions-wrapper .receipt .receipt__prefix-label {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
}
.subscriptions-wrapper .receipt .receipt__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #004b32;
  text-align: center;
  margin-bottom: 0.5rem;
}
.subscriptions-wrapper .receipt .receipt__subtitle {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.subscriptions-wrapper .receipt .receipt__content {
  margin: 1rem 0 0;
  padding: 0.5rem 0;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.subscriptions-wrapper .receipt .receipt__content-row {
  display: flex;
  padding: 1.3rem 0;
}
.subscriptions-wrapper .receipt .receipt__content-row--left {
  padding-right: 3rem;
  flex: 1;
}
.subscriptions-wrapper .receipt .receipt__content-row--right {
  flex: 0;
  white-space: nowrap;
  text-align: right;
}
.subscriptions-wrapper .receipt .receipt__content-row--sum {
  font-weight: bold;
  border: none;
}
.subscriptions-wrapper .receipt .receipt__content-row .subtext {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}
.subscriptions-wrapper .receipt--split {
  color: #a0a0a0;
}
.subscriptions-wrapper .receipt--split .receipt__inner {
  padding: 0.5rem 2rem;
}
.subscriptions-wrapper .receipt--split .receipt__content {
  margin: 0;
  border: 0;
}
.subscriptions-wrapper .receipt--split .receipt__content-row {
  border-bottom: 2px solid #e6e6e6;
}
.subscriptions-wrapper .receipt--split .receipt__content-row:last-child {
  border: none;
}
.subscriptions-wrapper .receipt--simple-gray {
  color: #6e6e6e;
}
.subscriptions-wrapper .receipt--simple-gray .receipt__inner {
  padding: 0.5rem 2rem;
  background: #dcdcdc;
}
.subscriptions-wrapper .receipt--simple-gray .receipt__content {
  margin: 0;
  border-bottom: 2px solid #c8c8c8;
  border-top: none;
}
.subscriptions-wrapper .receipt--simple-gray .receipt__content-row--sum {
  color: #222222;
}



.subscriptions-wrapper .subscription-overview-item-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 58rem;
  color: #323232;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  position: relative;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper {
  display: table-row;
  text-align: center;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper:hover .action-button {
    padding: 1.2rem 1rem 1rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper:hover .action-button .icon {
    transform: scale(1.2);
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper:hover .action-button .action-button-text {
    max-height: 5rem;
    opacity: 1;
    padding: 0.5rem 0 0.2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button {
  display: table-cell;
  border-left: 1px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  padding: 0.6rem 0 0.4rem 0.6rem;
  transition: padding 150ms linear, background-color 150ms linear;
  user-select: none;
  cursor: default;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button {
    padding: 1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button.disabled {
  background-color: #E9E9E9;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button.disabled .icon {
  opacity: 0.5;
  filter: grayscale(1);
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button.disabled .action-button-text {
  opacity: 0.5;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover {
    background-color: #f1f1f1;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover .icon {
    transform: scale(1.4);
  }
}
@keyframes subscription-action-arrow-in-animation {
  0%,
  100% {
    transform: rotate(180deg);
  }
  45%,
  55% {
    transform: rotate(180deg) translateX(15%);
  }
}
@keyframes subscription-action-arrow-out-animation {
  45%,
  55% {
    transform: translateX(15%);
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover .icon.in .arrow-in {
    animation: subscription-action-arrow-in-animation 1s ease-in-out infinite;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover .icon.out .arrow-out {
    animation: subscription-action-arrow-out-animation 1s ease-in-out infinite;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:not(.disabled):hover .action-button-text {
    transform: translateY(15%);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button:first-child {
  border-left: none;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: #323232;
  display: inline-block;
  transition: transform 150ms linear, filter 150ms linear;
  will-change: transform;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon {
    width: 2rem;
    height: 2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in,
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out {
  position: relative;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in,
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out {
    top: 0.3rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-in,
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-in,
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-out,
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-out {
  position: relative;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-in {
  width: 100%;
  height: 52%;
  transform: rotate(180deg);
  fill: #004b32;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-in {
    width: 2rem;
    height: 1.1rem;
    top: -0.4rem;
    left: -0.4rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-out {
  width: 100%;
  height: 45%;
  fill: #a9a9a9;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.in .arrow-out {
    width: 1.8rem;
    height: 1rem;
    top: 0.2rem;
    left: 0.5rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-in {
  width: 100%;
  height: 45%;
  fill: #a9a9a9;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-in {
    width: 1.8rem;
    height: 1rem;
    top: -0.4rem;
    left: -0.4rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-out {
  width: 100%;
  height: 52%;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .icon.out .arrow-out {
    width: 2rem;
    height: 1.1rem;
    fill: #004b32;
    top: 0.2rem;
    left: 0.5rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .action-button-text {
  font-size: 0.8rem;
  padding: 0.4rem 0 0.2rem;
  display: block;
  overflow: hidden;
  transition: max-height 150ms linear, opacity 150ms 50ms linear, padding 150ms linear, transform 150ms linear;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-actions-bar-wrapper .actions-bar-inner-wrapper .action-button .action-button-text {
    font-size: 1.2rem;
    padding: 0 0 0.1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header {
  position: relative;
  padding: 1.7rem 1.5rem 1.3rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header {
    padding: 1.5rem 2rem 1.1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header .headline {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header .headline {
    font-size: 2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header .subheadline {
  font-size: 1.1rem;
  font-weight: normal;
  color: #6e6e6e;
  margin: 0.2rem 0 0.5rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header .subheadline {
    font-size: 1.2rem;
    margin: 0.2rem 0 0.6rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-header + .subscription-item-games-list {
  border-top: 1px solid #e6e6e6;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list {
  width: 100%;
  display: table;
  border-collapse: collapse;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item {
  height: 5rem;
  display: table-row;
  transition: background-color 150ms linear;
  cursor: default;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item {
    height: 6rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin-top: -1px;
  position: absolute;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.linkable {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.linkable:hover {
    background-color: #f1f1f1;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.linkable:hover .arrow-cell .arrow-icon {
    transform: translateX(50%);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item:last-child {
  border-bottom: none;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 0.7rem 1.5rem 0.8rem 1.9rem;
  position: relative;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell {
    padding: 1.3rem 3rem 1.4rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .icon {
  width: 1.3rem;
  height: 3.3rem;
  fill: #323232;
  margin-left: -0.4rem;
  margin-right: 0.8rem;
  float: left;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .icon {
    width: 3rem;
    height: 3.2rem;
    margin-right: 1.5rem;
    margin-left: -1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .title {
  display: block;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .title {
    font-size: 1.6rem;
    padding-bottom: 0.1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .subitem-headline {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .subitems-indent div + div {
  margin-top: 0.4rem;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description {
  font-size: 1.1rem;
  color: #6e6e6e;
  padding-top: 0.4rem;
  display: block;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description {
    font-size: 1.2rem;
    padding-top: 0.2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description div + div {
  margin-top: 0.2rem;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper {
  position: relative;
  padding-left: 1.1rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper {
    padding-left: 1.7rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper--no-delete-icon {
  padding-left: 0;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper .delete-subitem-button {
  position: absolute;
  top: 0.1rem;
  left: 0;
  transition: transform 150ms linear;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper .delete-subitem-button {
    top: 0.2rem;
    left: 0.1rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper .delete-subitem-button:hover {
    transform: scale(1.2);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper .delete-subitem-button .delete-subitem-button-icon {
  width: 0.8rem;
  height: 0.8rem;
  fill: #6e6e6e;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .description-cell .description .subitem-inner-wrapper .delete-subitem-button .delete-subitem-button-icon {
    width: 1rem;
    height: 1rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell {
  font-size: 1.4rem;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell {
    font-size: 1.6rem;
    padding-right: 2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell .jackpot,
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell .balance {
  display: block;
  font-size: 0.9rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell .jackpot,
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .price-cell .balance {
    font-size: 1.2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .arrow-cell {
  width: 7%;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  transition: transform 150ms linear;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .arrow-cell {
    width: 4rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .arrow-cell .arrow-icon {
  width: 0.8rem;
  height: 1.3rem;
  display: inline-block;
  fill: #323232;
  transition: transform 150ms linear;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .arrow-cell .arrow-icon {
    width: 0.9rem;
    height: 1.6rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.total:hover {
  cursor: default;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.total:hover {
    background-color: transparent;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.total .description-cell .title {
  font-weight: bold;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.total .price-cell {
  font-weight: bold;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list {
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list:hover {
    background-color: #f1f1f1;
  }
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list:hover .arrow-cell {
    transform: translateY(10%);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list .arrow-cell .arrow-icon {
  transform: rotate(90deg);
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list.expanded {
  background-color: #f1f1f1;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list.expanded .arrow-cell {
  transform: translateY(10%);
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item.with-list.expanded ~ .subscription-item-game-wrapper .subscription-item-game-rows-list {
  border-bottom: 1px solid #e6e6e6;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .delete-item-button {
  position: absolute;
  top: 1.1rem;
  left: 0.6rem;
  transition: transform 150ms linear;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .delete-item-button {
    top: 1.6rem;
    left: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .delete-item-button:hover {
    transform: scale(1.2);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .delete-item-button .delete-item-button-icon {
  width: 1rem;
  height: 1rem;
  fill: #6e6e6e;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .delete-item-button .delete-item-button-icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .edit-item-button {
  position: relative;
  right: -0.6rem;
  bottom: 0;
  display: inline-block;
  transition: transform 150ms linear;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .edit-item-button {
    top: 0.3rem;
    right: -0.7rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .edit-item-button:hover {
    transform: scale(1.2);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .edit-item-button .edit-item-button-icon {
  width: 0.9rem;
  height: 0.9rem;
  fill: #6e6e6e;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .item .edit-item-button .edit-item-button-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow {
  width: 100%;
  height: 6.8rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow {
    height: 6rem;
  }
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow:hover:before {
    transform: translateY(-20%);
  }
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow:hover .arrow-icon {
    transform: translateY(30%);
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow:before {
  content: '';
  width: 100%;
  height: 150%;
  position: absolute;
  top: -40%;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, #ffffff 70%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  transition: transform 150ms linear;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow:before {
    height: 180%;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow .arrow-icon {
  width: 1.6rem;
  height: 0.9rem;
  margin: auto;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  transition: transform 150ms linear;
  fill: #323232;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-games-list-overflow-arrow .arrow-icon {
    width: 1.6rem;
    height: 0.9rem;
    top: 50%;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-wrapper {
  display: table-row-group;
  border-bottom: 1px solid #cdd3d7;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-and-game-wrapper {
  display: table-row-group;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-and-game-wrapper .item {
  cursor: pointer;
  user-select: none;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-and-game-wrapper .item:hover {
    background-color: #f1f1f1;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-and-game-wrapper.game-rows-opened .item .arrow-cell .arrow-icon {
  transform: rotate(90deg);
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-and-game-wrapper.game-rows-opened .subscription-item-game-wrapper .subscription-item-game-rows-list {
  border-bottom: 1px solid #e6e6e6;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-game-shadow {
  height: 0;
  transition: height 150ms linear;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-game-wrapper {
  width: auto;
  margin: 0;
  display: table-row;
  border-radius: 0;
  border: none;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-games-list .subscription-item-game-wrapper .subscription-item-game-rows-list {
  width: 100%;
  height: 0;
  transition: height 150ms linear, border-bottom 150ms linear;
  position: absolute;
  overflow: hidden;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-description {
  font-size: 1.1rem;
  color: #6e6e6e;
  padding: 1.1rem;
  margin: 0;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-item-description {
    font-size: 1.2rem;
    padding: 1.5rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-invalid-item-separator {
  height: 0.4rem;
  border: none;
  border-top: 1px solid #e6e6e6;
  margin: 0;
  background-image: repeating-linear-gradient(-45deg, #CBCBCB, #CBCBCB 10px, #E9E9E9 10px, #E9E9E9 20px);
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-overview-item-wrapper .subscription-invalid-item-separator {
    height: 0.5rem;
  }
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-invalid-item-wrapper {
  position: relative;
}
.subscriptions-wrapper .subscription-overview-item-wrapper .subscription-invalid-item-wrapper:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E9E9E9;
  opacity: 0.6;
  z-index: 1;
  pointer-events: none;
}
.subscriptions-wrapper .custom-checkbox__wrapper {
  display: flex;
  margin-top: 1rem;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__checkbox {
  min-width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
  background-color: white;
  border: solid 0.1rem #a0a0a0;
  position: relative;
  cursor: pointer;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__checkbox--accepted::after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  transform: rotate(45deg);
  width: 0.65rem;
  height: 1.3rem;
  border-bottom: solid black 0.2rem;
  border-right: solid black 0.2rem;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__text {
  font-size: 1.5rem;
  color: #6e6e6e;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__text span {
  cursor: pointer;
  color: black;
  text-decoration: underline black;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__error {
  color: red;
  font-size: 1.2rem;
  margin-top: 1rem;
  display: none;
}
.subscriptions-wrapper .custom-checkbox__wrapper .custom-checkbox__error--show {
  display: block;
}
.subscriptions-wrapper .subscription-item-game-wrapper {
  width: 100%;
  max-width: 58rem;
  color: #323232;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  margin: 1.5rem auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-item-game-wrapper {
    margin: 1.5rem;
  }
}
.subscriptions-wrapper .subscription-item-game-wrapper .subscription-item-game-rows-list .row {
  font-size: 1.1rem;
  padding: 1.1rem 2.3rem;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .subscription-item-game-wrapper .subscription-item-game-rows-list .row {
    font-size: 1.6rem;
    padding: 1.1rem 3rem 1rem;
  }
}
.subscriptions-wrapper .subscription-item-game-wrapper .subscription-item-game-rows-list .row:nth-child(odd) {
  background-color: #f1f1f1;
}
.subscriptions-wrapper .subscriptions-transactions-wrapper,
.subscriptions-wrapper .subscriptions-gap-funding-loader-wrapper,
.subscriptions-wrapper .subscriptions-receipt-wrapper,
.subscriptions-wrapper .subscriptions-receipt-loader-wrapper {
  position: relative;
}
.subscriptions-wrapper .subscriptions-transactions-wrapper .ds-cube-loader-wrapper,
.subscriptions-wrapper .subscriptions-gap-funding-loader-wrapper .ds-cube-loader-wrapper,
.subscriptions-wrapper .subscriptions-receipt-wrapper .ds-cube-loader-wrapper,
.subscriptions-wrapper .subscriptions-receipt-loader-wrapper .ds-cube-loader-wrapper {
  height: 45vh;
}



.subscriptions-topspot {
  font-size: 0;
  line-height: 0;
  text-align: center;
  background-color: #3f4443;
  position: relative;
  overflow: hidden;
}
.subscriptions-topspot .subscriptions-topspot-image-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-image-wrapper {
    width: 89rem;
  }
}
.subscriptions-topspot .subscriptions-topspot-image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 60%, rgba(63, 68, 67, 0.7) 80%, #3f4443 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 60%, rgba(63, 68, 67, 0.7) 80%, #3f4443 100%);
  background: radial-gradient(ellipse at center, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 60%, rgba(63, 68, 67, 0.7) 80%, #3f4443 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f4443', endColorstr='#3f4443', GradientType=1);
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-image-wrapper:after {
    top: -100%;
    bottom: -100%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 40%, rgba(63, 68, 67, 0.3) 51%, rgba(63, 68, 67, 0.7) 66%, #3f4443 70%, #3f4443 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 40%, rgba(63, 68, 67, 0.3) 51%, rgba(63, 68, 67, 0.7) 66%, #3f4443 70%, #3f4443 100%);
    background: radial-gradient(ellipse at center, rgba(63, 68, 67, 0) 0%, rgba(63, 68, 67, 0) 40%, rgba(63, 68, 67, 0.3) 51%, rgba(63, 68, 67, 0.7) 66%, #3f4443 70%, #3f4443 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f4443', endColorstr='#3f4443', GradientType=1);
  }
}
.subscriptions-topspot .subscriptions-topspot-image-wrapper .subscriptions-topspot-image {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.subscriptions-topspot .subscriptions-topspot-content-wrapper {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 6vw 0;
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-content-wrapper {
    width: 89rem;
    padding: 4rem 0;
  }
}
.subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-headline {
  width: 80%;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  font-size: 4vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-headline {
    font-size: 3.5rem;
  }
}
.subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-subheadline {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
  font-size: 2.6vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-subheadline {
    font-size: 2.4rem;
  }
}
.subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-button {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.6vw;
  color: #2e3535;
  background-color: #feb700;
  padding: 2vw 3vw;
  margin-top: 3vw;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
  transition: background-color 0.25s;
}
@media (min-width: 1024px) {
  .subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-button {
    min-width: 25rem;
    font-size: 1.6rem;
    padding: 1.4rem 1.5rem;
    margin-top: 2.5rem;
    cursor: pointer;
  }
}
.subscriptions-topspot .subscriptions-topspot-content-wrapper .subscriptions-topspot-button:hover {
  text-decoration: none;
  background-color: #eaa900;
}



.change-funding-wrapper,
.change-payout-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1024px) {
  .change-funding-wrapper,
  .change-payout-wrapper {
    width: 96rem;
  }
}
.change-funding-wrapper .change-funding-loader-wrapper,
.change-payout-wrapper .change-funding-loader-wrapper,
.change-funding-wrapper .change-payout-loader-wrapper,
.change-payout-wrapper .change-payout-loader-wrapper {
  width: 100%;
  min-height: 45vh;
  position: relative;
}
.change-funding-wrapper .subscriptions-select-funding-wrapper,
.change-payout-wrapper .subscriptions-select-funding-wrapper,
.change-funding-wrapper .subscriptions-select-payout-wrapper,
.change-payout-wrapper .subscriptions-select-payout-wrapper {
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper,
  .change-payout-wrapper .subscriptions-select-funding-wrapper,
  .change-funding-wrapper .subscriptions-select-payout-wrapper,
  .change-payout-wrapper .subscriptions-select-payout-wrapper {
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
}
.change-funding-wrapper .subscriptions-select-funding-wrapper .change-funding-headline,
.change-payout-wrapper .subscriptions-select-funding-wrapper .change-funding-headline,
.change-funding-wrapper .subscriptions-select-payout-wrapper .change-funding-headline,
.change-payout-wrapper .subscriptions-select-payout-wrapper .change-funding-headline,
.change-funding-wrapper .subscriptions-select-funding-wrapper .change-payout-headline,
.change-payout-wrapper .subscriptions-select-funding-wrapper .change-payout-headline,
.change-funding-wrapper .subscriptions-select-payout-wrapper .change-payout-headline,
.change-payout-wrapper .subscriptions-select-payout-wrapper .change-payout-headline {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #004b32;
  margin: 0 0 1.1rem;
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper .change-funding-headline,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .change-funding-headline,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .change-funding-headline,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .change-funding-headline,
  .change-funding-wrapper .subscriptions-select-funding-wrapper .change-payout-headline,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .change-payout-headline,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .change-payout-headline,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .change-payout-headline {
    font-size: 2.6rem;
    margin: 1rem 2rem 4.1rem;
  }
}
.change-funding-wrapper .subscriptions-select-funding-wrapper .change-funding-description,
.change-payout-wrapper .subscriptions-select-funding-wrapper .change-funding-description,
.change-funding-wrapper .subscriptions-select-payout-wrapper .change-funding-description,
.change-payout-wrapper .subscriptions-select-payout-wrapper .change-funding-description,
.change-funding-wrapper .subscriptions-select-funding-wrapper .change-payout-description,
.change-payout-wrapper .subscriptions-select-funding-wrapper .change-payout-description,
.change-funding-wrapper .subscriptions-select-payout-wrapper .change-payout-description,
.change-payout-wrapper .subscriptions-select-payout-wrapper .change-payout-description {
  font-size: 1.1rem;
  text-align: center;
  color: #323232;
  margin: 0 0 2.2rem;
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper .change-funding-description,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .change-funding-description,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .change-funding-description,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .change-funding-description,
  .change-funding-wrapper .subscriptions-select-funding-wrapper .change-payout-description,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .change-payout-description,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .change-payout-description,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .change-payout-description {
    font-size: 1.6rem;
    margin: 1rem 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper .funding-radio-select-wrapper,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .funding-radio-select-wrapper,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .funding-radio-select-wrapper,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .funding-radio-select-wrapper {
    width: 120%;
    position: relative;
    left: -10%;
  }
}
.change-funding-wrapper .subscriptions-select-funding-wrapper .funding-radio-select-wrapper .radio-button-wrapper,
.change-payout-wrapper .subscriptions-select-funding-wrapper .funding-radio-select-wrapper .radio-button-wrapper,
.change-funding-wrapper .subscriptions-select-payout-wrapper .funding-radio-select-wrapper .radio-button-wrapper,
.change-payout-wrapper .subscriptions-select-payout-wrapper .funding-radio-select-wrapper .radio-button-wrapper {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper .funding-form-description,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .funding-form-description,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .funding-form-description,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .funding-form-description {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .change-funding-wrapper .subscriptions-select-funding-wrapper .funding-dropdown-wrapper,
  .change-payout-wrapper .subscriptions-select-funding-wrapper .funding-dropdown-wrapper,
  .change-funding-wrapper .subscriptions-select-payout-wrapper .funding-dropdown-wrapper,
  .change-payout-wrapper .subscriptions-select-payout-wrapper .funding-dropdown-wrapper {
    width: 100%;
  }
}
.change-funding-description-wrapper,
.change-payout-description-wrapper {
  background-color: #e6e6e6;
  padding: 3rem 0;
}
@media (min-width: 1024px) {
  .change-funding-description-wrapper,
  .change-payout-description-wrapper {
    padding: 3rem 0;
  }
}
.change-funding-description-wrapper .change-funding-description-text,
.change-payout-description-wrapper .change-funding-description-text,
.change-funding-description-wrapper .change-payout-description-text,
.change-payout-description-wrapper .change-payout-description-text {
  width: 90%;
  color: #323232;
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
}
@media (min-width: 1024px) {
  .change-funding-description-wrapper .change-funding-description-text,
  .change-payout-description-wrapper .change-funding-description-text,
  .change-funding-description-wrapper .change-payout-description-text,
  .change-payout-description-wrapper .change-payout-description-text {
    width: 54rem;
    font-size: 1.6rem;
  }
}



.number-box-animation {
  display: inline-block;
  transform-origin: top left;
  position: fixed;
  background-color: white;
  opacity: 0;
  z-index: 1000;
  will-change: opacity, transform;
  pointer-events: none;
}



.wizard-wrapper .choose-game__step-wrapper .lottie-top-spot {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .choose-game__step-wrapper .wizard-faq {
  margin-left: auto;
  margin-right: auto;
}
.wizard-wrapper .choose-game {
  position: relative;
  width: 100%;
  padding: 0 2rem 3rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game {
    padding: 1rem 2rem 5rem;
  }
}
.wizard-wrapper .choose-game .choose-game__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem 2.2rem;
  margin: -2rem -2rem 2rem;
  min-height: 10rem;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__hero {
    margin-top: -3rem;
    min-height: 25rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .choose-game .choose-game__hero {
    min-height: 30rem;
  }
}
.wizard-wrapper .choose-game .choose-game__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.wizard-wrapper .choose-game .choose-game__hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__hero-content {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2rem;
    padding: 2rem;
  }
}
.wizard-wrapper .choose-game .choose-game__hero-content .choose-game__text {
  color: white;
}
.wizard-wrapper .choose-game .choose-game__game-logo {
  display: none;
  height: 3rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .choose-game .choose-game__game-logo--mobile {
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__game-logo {
    height: 4.4rem;
    display: inline-block;
  }
  .wizard-wrapper .choose-game .choose-game__game-logo--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__game-logo {
    height: 4.8rem;
  }
}
.wizard-wrapper .choose-game .choose-game__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.05rem;
  color: black;
  margin: 0 auto 2rem;
  max-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__title {
    max-width: 70rem;
  }
}
.wizard-wrapper .choose-game .choose-game__text {
  display: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  letter-spacing: 0.05rem;
  margin: 0 auto;
  max-width: 55rem;
  color: black;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__text {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__text {
    font-size: 1.6rem;
    max-width: 70rem;
    margin: 0 auto;
    line-height: 1.5;
    letter-spacing: 0.057rem;
  }
}
.wizard-wrapper .choose-game .choose-game__subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.7rem;
  letter-spacing: 0.05rem;
  color: black;
  margin: 0 auto 0.5rem;
  max-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__subtitle {
    max-width: 70rem;
  }
}
.wizard-wrapper .choose-game .choose-game__text-gray {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.9rem;
  letter-spacing: 0.05rem;
  margin: 0 auto;
  max-width: 55rem;
  color: #a2a2a2;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__text-gray {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__text-gray {
    max-width: 70rem;
  }
}
@keyframes IconsScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper {
  display: inline-block;
  margin-top: 1rem;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper a:focus,
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper a:active {
  outline: none;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__brand-icons-wrapper {
    margin-top: 2rem;
  }
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .choose-game__brand-icon {
  margin: 0.5rem;
  transition: 0.25s ease-in-out;
  animation: IconsScale 0.6s ease-in-out;
  width: 7rem;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .choose-game__brand-icon:hover {
  transform: scale(1.15);
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .lotto-icon {
  animation-delay: 1.5s;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .ejp-icon {
  animation-delay: 1.6s;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .viking-lotto-icon {
  animation-delay: 1.7s;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .keno-icon {
  animation-delay: 1.8s;
}
.wizard-wrapper .choose-game .choose-game__brand-icons-wrapper .aei-icon {
  animation-delay: 1.9s;
}
.wizard-wrapper .choose-game .choose-game__choices {
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  margin: 0 auto 2rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choices {
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 90rem;
    justify-content: left;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__choices {
    flex-wrap: nowrap;
    max-width: 141rem;
    justify-content: center;
  }
}
.wizard-wrapper .choose-game .choose-game__choice {
  user-select: none;
  cursor: pointer;
  display: flex;
  min-height: 8rem;
  border-radius: 1.1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice {
    flex: 0 0 calc(33% - 0.5rem);
    flex-direction: column;
    min-height: 24rem;
    border-radius: 3rem;
  }
  .wizard-wrapper .choose-game .choose-game__choice:not(:nth-child(3)):not(:nth-child(5)) {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__choice {
    flex: 0 0 calc(20% - 1.5rem);
    flex-direction: column;
    align-items: center;
    margin-right: 2rem;
  }
  .wizard-wrapper .choose-game .choose-game__choice:not(:nth-child(3)):not(:nth-child(5)) {
    margin-right: 2rem;
  }
  .wizard-wrapper .choose-game .choose-game__choice:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .choose-game .choose-game__choice {
    flex: 0 0 calc(20% - 3rem);
    margin-right: 4rem;
  }
  .wizard-wrapper .choose-game .choose-game__choice:not(:nth-child(3)):not(:nth-child(5)) {
    margin-right: 4rem;
  }
  .wizard-wrapper .choose-game .choose-game__choice:last-child {
    margin-right: 0;
  }
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-icon-container {
  position: relative;
  height: 6rem;
  width: 8rem;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-icon-container {
    margin: 2rem auto -1rem;
    width: 100%;
    height: 12.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-icon-container {
    margin: 2rem auto -1rem;
    width: 100%;
  }
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-icon-container .choose-game__choice-icon {
  width: 6rem;
  height: 6rem;
  border-radius: 0.5rem;
  transition: width 150ms ease-out, height 150ms ease-out;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-icon-container .choose-game__choice-icon {
    margin-bottom: 2rem;
    border-radius: 3rem;
    width: 12rem;
    height: 12rem;
  }
}
.wizard-wrapper .choose-game .choose-game__choice:hover .choose-game__choice-icon {
  width: 6.3rem;
  height: 6.3rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice:hover .choose-game__choice-icon {
    width: 12.2rem;
    height: 12.2rem;
  }
}
.wizard-wrapper .choose-game .choose-game__choice:hover .choose-game__arrow {
  transform: scale(1.04) translateX(0.2rem);
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: left;
  margin: 1rem 3.5rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content {
    text-align: center;
    margin-left: 0;
    padding: 0 3rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content {
    text-align: center;
    padding: 1rem 2rem;
    margin: 0;
  }
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow {
  position: absolute;
  right: -1rem;
  height: 2.5rem;
  display: inline-block;
  transition: 350ms ease-out;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow {
    display: none;
  }
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow:before,
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow:after {
  content: "";
  position: absolute;
  border-radius: 0.3rem;
  display: block;
  background: #000;
  left: 0;
  height: 2.5rem;
  width: 0.5rem;
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow::before {
  transform: rotate(35deg);
  top: 0.85rem;
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__arrow::after {
  transform: rotate(145deg);
  top: -0.85rem;
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__choice-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__choice-title {
    font-size: 2rem;
    font-weight: 800;
    line-height: 2.7rem;
    letter-spacing: 0.057rem;
  }
}
.wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__choice-text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .choose-game .choose-game__choice .choose-game__choice-content .choose-game__choice-text {
    font-weight: 600;
    line-height: 1.9rem;
    letter-spacing: 0.057rem;
  }
}
.wizard-wrapper .choose-game .choose-game__joker {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
.wizard-wrapper .choose-game .choose-game__joker svg {
  width: 11rem;
  height: 5.3rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .choose-game .choose-game__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
.wizard-wrapper .choose-game .choose-game__note img {
  max-width: 100%;
  height: 14rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .choose-game .choose-game__choice {
  background-color: #eeeeee;
  border-bottom: #dbdbdb 0.4rem solid;
  border-right: #dbdbdb 0.4rem solid;
}
.wizard-wrapper .choose-game .choose-game__choice:active {
  background-color: #e8e8e8;
}
.wizard-wrapper .choose-game .choose-game__choice-title,
.wizard-wrapper .choose-game .choose-game__choice-text {
  color: #000000;
}
.wizard-wrapper .choose-game.choose-game--lotto .choose-game__choice-icon {
  background: #E11E00;
}
.wizard-wrapper .choose-game.choose-game--lotto .lotto-icon {
  display: none;
}
.wizard-wrapper .choose-game.choose-game--eurojackpot .choose-game__choice-icon {
  background: #e8a332;
}
.wizard-wrapper .choose-game.choose-game--eurojackpot .ejp-icon {
  display: none;
}
.wizard-wrapper .choose-game.choose-game--vikinglotto .choose-game__choice-icon {
  background: #1c1cff;
}
.wizard-wrapper .choose-game.choose-game--vikinglotto .viking-lotto-icon {
  display: none;
}
.wizard-wrapper .choose-game.choose-game--keno .choose-game__choice-icon {
  background: #00a5eb;
}
.wizard-wrapper .choose-game.choose-game--keno .keno-icon {
  display: none;
}
.wizard-wrapper .choose-game.choose-game--allornothing .choose-game__choice-icon {
  background: #191339;
}
.wizard-wrapper .choose-game.choose-game--allornothing .aei-icon {
  display: none;
}



.choose-games {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 60rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .choose-games {
    max-width: 70rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .choose-games {
    max-width: 90rem;
  }
}
@media screen and (min-width: 1440px) {
  .choose-games {
    max-width: 120rem;
  }
}
.plus-page__component .choose-games {
  margin: 5rem -3rem 0;
  width: calc(100% + 6rem);
}
@media screen and (min-width: 480px) {
  .plus-page__component .choose-games {
    margin: 5rem auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .plus-page__component .choose-games {
    margin-bottom: -3rem;
  }
}
.choose-games .choose-games__title {
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.05rem;
  color: black;
  margin-bottom: 1rem;
  max-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .choose-games .choose-games__title {
    max-width: none;
  }
}
.choose-games .choose-games__text {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .choose-games .choose-games__text {
    margin-bottom: 6rem;
  }
}
.choose-games .choose-games__games {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .choose-games .choose-games__games {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  .choose-games .choose-games__games {
    justify-content: space-around;
  }
}
.choose-games .choose-games__game {
  cursor: pointer;
  padding: 2rem;
  border-radius: 2.5rem;
  user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0.5rem 3rem;
  width: 13rem;
  height: 17.5rem;
}
@media screen and (min-width: 375px) {
  .choose-games .choose-games__game {
    margin: 0 1rem 3rem;
  }
}
@media screen and (min-width: 480px) {
  .choose-games .choose-games__game {
    width: 14rem;
    margin: 0 2rem 5rem;
  }
}
@media screen and (min-width: 768px) {
  .choose-games .choose-games__game {
    margin: 0 3rem 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .choose-games .choose-games__game {
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1440px) {
  .choose-games .choose-games__game {
    border-radius: 3rem;
    width: 16rem;
    height: 19rem;
  }
}
.choose-games .choose-games__game--lotto {
  background: #E11E00;
}
.choose-games .choose-games__game--eurojackpot {
  background: #1c1c1c;
}
.choose-games .choose-games__game--vikinglotto {
  background: #0000ff;
}
.choose-games .choose-games__game--keno {
  background: #00a5eb;
}
.choose-games .choose-games__game--allornothing {
  background: #191339;
}
.choose-games .choose-games__game:hover .choose-games__game-btn::before {
  transform: translateY(-40%) scale(0.9);
  opacity: 0;
}
.choose-games .choose-games__game:hover .choose-games__game-btn::after {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .choose-games .choose-games__game:hover .choose-games__game-icon {
    transform: translateX(-50%) scale(1.05);
  }
}
.choose-games .choose-games__game .choose-games__game-icon {
  margin-bottom: 1rem;
  transform-origin: center bottom;
  transition: transform 200ms ease-out;
  position: absolute;
  width: 6rem;
  height: 6rem;
  border-radius: 2rem;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1440px) {
  .choose-games .choose-games__game .choose-games__game-icon {
    height: 7rem;
    width: 7rem;
  }
}
.choose-games .choose-games__game .choose-games__game-logo {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1440px) {
  .choose-games .choose-games__game .choose-games__game-logo {
    height: 2rem;
  }
}
.choose-games .choose-games__game .choose-games__game-pool-label {
  margin: 0 -1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.choose-games .choose-games__game .choose-games__game-pool-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.choose-games .choose-games__game .choose-games__game-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: black;
  transition: color 200ms ease-out;
  height: 3rem;
  width: 100%;
  display: flex;
  padding: 0;
}
.choose-games .choose-games__game .choose-games__game-btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.choose-games .choose-games__game .choose-games__game-btn::after {
  background-color: #feb700;
  border-color: #feb700;
}
.choose-games .choose-games__game .choose-games__game-btn:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.choose-games .choose-games__game .choose-games__game-btn.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.choose-games .choose-games__game .choose-games__game-btn:hover::after {
  transform: scale(1.03);
}



.wizard-wrapper .wizard-faq {
  position: relative;
  width: 100%;
  max-width: 60rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .wizard-faq {
    max-width: 70rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .wizard-faq {
    max-width: 90rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .wizard-faq {
    max-width: 120rem;
  }
}
.wizard-wrapper .wizard-faq a {
  color: #323232;
  text-decoration: underline;
}
.wizard-wrapper .wizard-faq a:hover {
  text-decoration: none;
}
.wizard-wrapper .wizard-faq .wizard-faq__title {
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.05rem;
  color: black;
  margin-bottom: 1rem;
  max-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .wizard-faq .wizard-faq__title {
    max-width: none;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__text {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .wizard-faq .wizard-faq__text {
    margin-bottom: 6rem;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__slim-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: black;
  width: 18rem;
  height: 3rem;
  margin: 0 auto 4rem;
}
.wizard-wrapper .wizard-faq .wizard-faq__slim-btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-faq .wizard-faq__slim-btn::after {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .wizard-faq .wizard-faq__slim-btn:active::after {
  background-color: #f0f0f2;
  border-color: black;
}
@media screen and (min-width: 375px) {
  .wizard-wrapper .wizard-faq .wizard-faq__slim-btn {
    width: 21.4rem;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__slim-btn:hover::after {
  transform: scale(1.03);
}
.wizard-wrapper .wizard-faq .wizard-faq__container {
  margin-top: 3rem;
  text-align: left;
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .wizard-faq .wizard-faq__container {
    max-width: 93rem;
    margin: 4rem auto 0;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__item {
  user-select: none;
  position: relative;
  padding: 0 4rem 2.5rem 0;
  margin: 0 0 2rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  flex: 1;
  cursor: pointer;
}
.wizard-wrapper .wizard-faq .wizard-faq__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: transform 100ms ease-out;
  border: 0.1rem solid black;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  height: 1.1rem;
  width: 1.1rem;
  right: 0.4rem;
  top: 0.3rem;
}
.wizard-wrapper .wizard-faq .wizard-faq__item:last-child {
  border: none;
}
.wizard-wrapper .wizard-faq .wizard-faq__item-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
  color: black;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .wizard-faq .wizard-faq__item-title {
    font-size: 1.6rem;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__item-answer {
  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;
  font-size: 1.4rem;
  line-height: 1.57;
  color: #323232;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .wizard-faq .wizard-faq__item-answer {
    font-size: 1.6rem;
  }
}
.wizard-wrapper .wizard-faq .wizard-faq__item--show::after {
  transform: rotate(225deg);
  top: 0.9rem;
}
.wizard-wrapper .wizard-faq .wizard-faq__item--show .wizard-faq__item-answer {
  padding: 2rem 2rem 0;
  height: auto;
  transform: translateY(0);
}



.wizard-wrapper .front-page {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.wizard-wrapper .front-page .lottie-top-spot {
  padding-bottom: 23rem;
  margin-bottom: -23rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .front-page .lottie-top-spot {
    padding-bottom: 4rem;
    margin-bottom: 0;
  }
}
.wizard-wrapper .front-page .lottie-top-spot + .hero__inner {
  z-index: 1;
}
.wizard-wrapper .front-page .lottie-top-spot__content-wrapper {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
.wizard-wrapper .front-page .lottie-top-spot__lottie {
  max-width: 130rem;
  margin: auto;
  right: 0;
}
.wizard-wrapper .front-page .lottie-top-spot__lottie-inner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .front-page .lottie-top-spot__lottie-inner-wrapper {
    width: 55%;
  }
}
.wizard-wrapper .front-page .lottie-top-spot__content {
  padding: 0 3rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .front-page .lottie-top-spot__content {
    width: 55%;
  }
}
.wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__header {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__header {
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__header {
    font-size: 4.8rem;
  }
}
.wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__description {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__description {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .front-page .lottie-top-spot__content .lottie-top-spot__description {
    max-width: 57rem;
  }
}
.wizard-wrapper .front-page .front-page__slim-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: black;
  width: 18rem;
  height: 3rem;
  margin-bottom: 4rem;
}
.wizard-wrapper .front-page .front-page__slim-btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .front-page .front-page__slim-btn::after {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .front-page .front-page__slim-btn:active::after {
  background-color: #f0f0f2;
  border-color: black;
}
@media screen and (min-width: 375px) {
  .wizard-wrapper .front-page .front-page__slim-btn {
    width: 21.4rem;
  }
}
.wizard-wrapper .front-page .front-page__slim-btn:hover::after {
  transform: scale(1.03);
}



.wizard-wrapper .plus-bullet-points {
  position: relative;
  width: 100%;
  max-width: 60rem;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .plus-bullet-points {
    max-width: 70rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .plus-bullet-points {
    max-width: 90rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .plus-bullet-points {
    max-width: 120rem;
  }
}
.wizard-wrapper .plus-bullet-points .plus-bullet-points__title {
  text-align: left;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.05rem;
  color: black;
  margin-bottom: 4rem;
  max-width: 35rem;
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .plus-bullet-points .plus-bullet-points__title {
    max-width: none;
  }
}
.wizard-wrapper .plus-bullet-points .plus-bullet-points__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .plus-bullet-points .plus-bullet-points__container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}
.wizard-wrapper .plus-bullet-points .plus-bullet-points__point {
  max-width: 32rem;
  text-align: center;
  padding: 0 2.5rem 2.5rem;
  margin: 0 0 2rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .plus-bullet-points .plus-bullet-points__point {
    max-width: none;
    flex: 0 1 32rem;
    padding: 0 4rem 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .plus-bullet-points .plus-bullet-points__point {
    flex: 0 1 28rem;
    padding: 0 2.5rem 2.5rem;
  }
}
.wizard-wrapper .plus-bullet-points .plus-bullet-points__point-icon {
  margin-bottom: 1.6rem;
}
.wizard-wrapper .plus-bullet-points .plus-bullet-points__point-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #323232;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .plus-bullet-points .plus-bullet-points__point-text {
    font-size: 1.6rem;
  }
}



/* ===========================================
   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;
}



/* ===========================================
   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);
  }
}
.numbers-rotary-selector {
  font-size: 1vw;
  margin: auto;
  overflow: hidden;
  user-select: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.numbers-rotary-selector:not(.lotto) .selector-container {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.numbers-rotary-selector.lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.9vw;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto {
    font-size: 5.5px;
  }
}
.numbers-rotary-selector.lotto .selector-container {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  height: 32em;
  padding: 5.4em 0;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto .selector-container {
    padding: 6em 0;
    height: 48em;
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector {
    font-size: 5.5px;
  }
}
.numbers-rotary-selector .selector-container {
  height: 41em;
  max-width: 140em;
  position: relative;
  padding: 6em 0;
  perspective: 150em;
  margin: auto;
  box-sizing: content-box;
}
.region-avalon-lotto .numbers-rotary-selector .selector-container,
.region-lotto .numbers-rotary-selector .selector-container,
.lotto .numbers-rotary-selector .selector-container {
  height: 32em;
  padding: 5.4em 0;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .numbers-rotary-selector .selector-container,
  .region-lotto .numbers-rotary-selector .selector-container,
  .lotto .numbers-rotary-selector .selector-container {
    padding: 6em 0;
    height: 48em;
  }
}
.numbers-rotary-selector .selector-numbers {
  width: 100vw;
  height: 0;
  padding-bottom: 150vw;
  position: absolute;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
  transform: rotateX(-25deg) rotateZ(0deg) translateZ(-45em);
  top: 83vw;
}
.lotto .numbers-rotary-selector .selector-numbers {
  left: -1.4vw;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selector-numbers {
    left: auto;
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers {
    width: 140em;
    padding-bottom: 140em;
    top: 75em;
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper {
  width: 36.366em;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  margin-left: -18.183em;
  text-align: center;
  transform-origin: center bottom;
  transform-style: preserve-3d;
  pointer-events: none;
  /* Define two variables as the loop limits */
  /* Create a Parametric mixin and add a guard operation */
  /* the mixin is called, css outputted and iterations called */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(0n + 0) {
  transform: rotate(-8deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(1n + 0) {
  transform: rotate(0deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(2n + 0) {
  transform: rotate(8deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(3n + 0) {
  transform: rotate(16deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(4n + 0) {
  transform: rotate(24deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(5n + 0) {
  transform: rotate(32deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(6n + 0) {
  transform: rotate(40deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(7n + 0) {
  transform: rotate(48deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(8n + 0) {
  transform: rotate(56deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(9n + 0) {
  transform: rotate(64deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(10n + 0) {
  transform: rotate(72deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(11n + 0) {
  transform: rotate(80deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(12n + 0) {
  transform: rotate(88deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(13n + 0) {
  transform: rotate(96deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(14n + 0) {
  transform: rotate(104deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(15n + 0) {
  transform: rotate(112deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(16n + 0) {
  transform: rotate(120deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(17n + 0) {
  transform: rotate(128deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(18n + 0) {
  transform: rotate(136deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(19n + 0) {
  transform: rotate(144deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper:nth-child(20n + 0) {
  transform: rotate(152deg) translateZ(0);
}
.numbers-rotary-selector .selector-numbers .number-wrapper .number {
  font-size: 22em;
  font-weight: 800;
  position: relative;
  top: 0em;
  transform: scale(0.6) translateZ(0) rotateX(0deg) translateY(0em);
  opacity: 0;
  transition: transform 0.3s, opacity 0.25s;
  line-height: 1.4;
  /* Fix for Signa font */
  pointer-events: none;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  cursor: pointer;
  transform: scale(0.7) translateY(0em) translateZ(0) rotateX(0deg);
  opacity: 0.85;
  z-index: 1;
  pointer-events: auto;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
  transform: scale(0.6) translateY(-10%) translateX(45%) rotate(-3deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
    transform: scale(0.7) translateY(5%) translateX(75%) rotate(-4deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number:hover {
    transform: scale(0.75) translateY(5%) translateX(70%) rotate(-4deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
  transform: scale(0.7) translateY(-10%) translateX(-45%) rotate(3deg);
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
    transform: scale(0.7) translateY(5%) translateX(-75%) rotate(4deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number:hover {
    transform: scale(0.75) translateY(5%) translateX(-70%) rotate(4deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
  transform: scale(0.45) translateY(-30%) translateX(60%) rotate(-4deg);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
    transform: scale(0.55) translateY(-20%) translateX(120%) rotate(-8deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number:hover {
    transform: scale(0.6) translateY(-20%) translateX(110%) rotate(-8deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
  transform: scale(0.45) translateY(-30%) translateX(-60%) rotate(4deg);
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
    transform: scale(0.55) translateY(-20%) translateX(-120%) rotate(8deg);
  }
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number:hover {
    transform: scale(0.6) translateY(-20%) translateX(-110%) rotate(8deg);
  }
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus3'] .number {
  transform: scale(0.45) translateY(-65%) translateX(150%) rotate(-10deg);
  opacity: 0.1;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus3'] .number:hover {
  transform: scale(0.5) translateY(-60%) translateX(135%) rotate(-10deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus3'] .number {
  transform: scale(0.45) translateY(-65%) translateX(-150%) rotate(10deg);
  opacity: 0.1;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus3'] .number:hover {
  transform: scale(0.5) translateY(-60%) translateX(-135%) rotate(10deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus4'] .number {
  transform: scale(0.35) translateY(-135%) translateX(160%) rotate(-12deg);
  opacity: 0.05;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus4'] .number:hover {
  transform: scale(0.4) translateY(-130%) translateX(145%) rotate(-12deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus4'] .number {
  transform: scale(0.35) translateY(-135%) translateX(-160%) rotate(12deg);
  opacity: 0.05;
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus4'] .number:hover {
  transform: scale(0.4) translateY(-130%) translateX(-145%) rotate(12deg);
}
.numbers-rotary-selector .selector-numbers .number-wrapper.in-focus .number {
  transform: scale(0.75);
  opacity: 0.95;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-numbers .number-wrapper.in-focus .number {
    transform: scale(0.9);
  }
}
.numbers-rotary-selector .selector-foreground,
.numbers-rotary-selector .selector-background {
  width: 36.366em;
  height: 36.366em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 7.4em;
}
.lotto .numbers-rotary-selector .selector-foreground,
.lotto .numbers-rotary-selector .selector-background {
  border-radius: 50%;
}
.numbers-rotary-selector .selector-foreground .navigation-button {
  width: 3em;
  height: 6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: default;
  transition: transform 0.15s linear, opacity 0.1s linear;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selector-foreground .navigation-button {
    display: block;
  }
}
.numbers-rotary-selector .selector-foreground .navigation-button .icon {
  width: 100%;
  height: 100%;
}
.numbers-rotary-selector .selector-foreground .navigation-button.active {
  opacity: 1;
  cursor: pointer;
}
.numbers-rotary-selector .selector-foreground .navigation-button.next {
  right: -6.5em;
}
.numbers-rotary-selector .selector-foreground .navigation-button.next:hover {
  transform: translateY(-50%) translateX(20%);
}
.numbers-rotary-selector .selector-foreground .navigation-button.previous {
  left: -6.5em;
}
.numbers-rotary-selector .selector-foreground .navigation-button.previous:hover {
  transform: translateY(-50%) translateX(-20%);
}
.numbers-rotary-selector .selector-foreground .label {
  font-size: 3.6em;
  font-weight: 800;
  color: white;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 7.8em;
  left: 0;
  right: 0;
}
.lotto .numbers-rotary-selector .selector-foreground .label {
  font-size: 2.8em;
  line-height: 4.25em;
  font-weight: 400;
  top: 7.8em;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selector-foreground .label {
    font-size: 3em;
    top: 7.6em;
  }
}
.numbers-rotary-selector .selector-foreground .multi-client__client-game-description {
  font-size: inherit;
  position: absolute;
  left: -50vw;
  right: -50vw;
  bottom: 0;
  padding-top: 1.8em;
  line-height: 1.2;
  gap: 1em;
  margin: auto;
  transform: translateY(100%);
}
.numbers-rotary-selector .selector-foreground .multi-client__client-game-description .client-game-description__inner {
  font-size: 1.1em;
}
.numbers-rotary-selector .selector-background {
  background-color: #000000;
}
.numbers-rotary-selector .selected-number-wrapper {
  width: 36.366em;
  height: 36.366em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  overflow: hidden;
}
.numbers-rotary-selector .selected-number-wrapper .selector-numbers {
  left: -34.3vw;
  top: 75vw;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
    left: -52em;
    top: 69em;
  }
}
.lotto .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
  left: -33.75vw;
  top: 75vw;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .lotto .numbers-rotary-selector .selected-number-wrapper .selector-numbers {
    left: -52em;
    top: 70em;
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper .number {
  color: white;
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='plus1'] .number {
  transform: scale(0.9) translateY(-2%) translateX(43%) rotate(-4deg);
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='plus1'] .number {
    transform: scale(1) translateY(3%) translateX(60%) rotate(-4deg);
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='minus1'] .number {
  transform: scale(0.9) translateY(-2%) translateX(-43%) rotate(4deg);
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-view[data-id='minus1'] .number {
    transform: scale(1) translateY(3%) translateX(-60%) rotate(4deg);
  }
}
.numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-focus .number {
  transform: scale(0.85);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector .selected-number-wrapper .number-wrapper.in-focus .number {
    transform: scale(1);
  }
}
.numbers-rotary-selector.eurojackpot .selector-numbers .number {
  color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(232, 163, 50, 0.9);
}
.numbers-rotary-selector.eurojackpot .selector-foreground .navigation-button .icon {
  color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selector-background {
  background-color: #E8A332;
}
.numbers-rotary-selector.eurojackpot .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.eurojackpot .selector-foreground .multi-client__client-game-description {
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: translateY(100%);
  margin-bottom: 0;
  padding-top: 1rem;
}
.numbers-rotary-selector.eurojackpot .selector-foreground .multi-client__client-game-description .client-game-description__question-button {
  width: 4rem;
  height: 4rem;
}
.numbers-rotary-selector.vikinglotto .selector-numbers .number {
  color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(0, 0, 255, 0.9);
}
.numbers-rotary-selector.vikinglotto .selector-foreground .navigation-button .icon {
  color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selector-background {
  background-color: #0000ff;
}
.numbers-rotary-selector.vikinglotto .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.lotto .selector-numbers .number {
  color: #E11E00;
}
.numbers-rotary-selector.lotto .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(225, 30, 0, 0.9);
}
.numbers-rotary-selector.lotto .selector-foreground .navigation-button .icon {
  color: #E11E00;
}
.numbers-rotary-selector.lotto .selector-background {
  background-color: #E11E00;
}
.numbers-rotary-selector.lotto .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.lotto .selector-foreground,
.numbers-rotary-selector.lotto .selector-background {
  border-radius: 50%;
}
.numbers-rotary-selector.lotto .selector-foreground .label {
  font-size: 2.8em;
  line-height: 4.25em;
  font-weight: 400;
  top: 7.8em;
}
@media screen and (min-width: 768px) {
  .numbers-rotary-selector.lotto .selector-foreground .label {
    font-size: 3em;
    top: 7.6em;
  }
}
.numbers-rotary-selector.allornothing .selector-numbers .number {
  color: #191339;
}
.numbers-rotary-selector.allornothing .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(25, 19, 57, 0.9);
}
.numbers-rotary-selector.allornothing .selector-foreground .navigation-button .icon {
  color: #191339;
}
.numbers-rotary-selector.allornothing .selector-background {
  background-color: #191339;
}
.numbers-rotary-selector.allornothing .selected-number-wrapper .number {
  color: white;
}
.numbers-rotary-selector.keno .selector-numbers .number {
  color: #00a5eb;
}
.numbers-rotary-selector.keno .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(0, 165, 235, 0.9);
}
.numbers-rotary-selector.keno .selector-foreground .navigation-button .icon {
  color: #00a5eb;
}
.numbers-rotary-selector.keno .selector-background {
  background-color: #00a5eb;
}
.numbers-rotary-selector.keno .selected-number-wrapper .number {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-numbers .number {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-foreground {
  box-shadow: inset 0px 0px 5em rgba(25, 19, 57, 0.9);
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-foreground .navigation-button .icon {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selector-background {
  background-color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .numbers-rotary-selector .selected-number-wrapper .number {
  color: white;
}



.previous-subscriptions {
  max-width: 1280px;
  padding: 3.2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .previous-subscriptions {
    padding: 6rem 2rem;
  }
}
.previous-subscriptions--hidden {
  display: none;
}
.previous-subscriptions__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.previous-subscriptions__title {
  color: #000000;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.813rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .previous-subscriptions__title {
    font-size: 4rem;
    line-height: 5.447rem;
    margin-bottom: 2rem;
  }
}
.previous-subscriptions__sub-title {
  color: #828282;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .previous-subscriptions__sub-title {
    margin-bottom: 4.8rem;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.previous-subscriptions__content {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  max-width: 80rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .previous-subscriptions__content {
    margin-bottom: 4.8rem;
    flex-direction: row;
  }
}
@property --gradient-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.previous-subscriptions__content-card {
  position: relative;
  width: 32.7rem;
  height: 28.8rem;
  border-radius: 1.6rem;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0.341rem 1.25rem 2.728rem 0rem #00000026, 1.25rem 4.888rem 5.002rem 0rem #00000021, 2.955rem 10.913rem 6.82rem 0rem #00000014, 5.229rem 19.438rem 8.071rem 0rem #00000005, 8.184rem 30.35rem 8.866rem 0rem #00000000;
}
.previous-subscriptions__expand-button {
  color: #000000;
  width: 24rem;
  height: 5.6rem;
  border-radius: 2.8rem;
  border: 1px solid #000000;
  background: transparent;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}



.region-area > .add-subscription-cta:first-child {
  padding: 6.4rem 2rem 3.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .region-area > .add-subscription-cta:first-child {
    padding: 6rem 2rem;
  }
}
.add-subscription-cta {
  max-width: 1280px;
  padding: 3.2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  min-width: 30rem;
}
@media screen and (min-width: 768px) {
  .add-subscription-cta {
    padding: 6rem 2rem;
  }
}
.add-subscription-cta--hidden {
  display: none;
}
.add-subscription-cta__wrapper {
  width: 100%;
}
.add-subscription-cta__title {
  color: #000000;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.813rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .add-subscription-cta__title {
    font-size: 4rem;
    line-height: 5.447rem;
    margin-bottom: 2rem;
  }
}
.add-subscription-cta__text {
  color: #828282;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .add-subscription-cta__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
@property --gradient-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.add-subscription-cta__card {
  --color1: #E11E00;
  --color2: #0000ff;
  --color3: #FEB700;
  --gradient: var(--color1), var(--color2), var(--color3), var(--color3), var(--color1);
  position: relative;
  display: block;
  width: 32.7rem;
  height: 28.8rem;
  border-radius: 1.6rem;
  padding: 2.4rem;
  overflow: hidden;
  background: linear-gradient(239deg, #00ffae -55.52%, #027d56 2.15%, #01291c 106.16%) padding-box, conic-gradient(from var(--gradient-angle), var(--gradient)) border-box;
  border: 2px solid transparent;
  animation: card-rotation 5s linear infinite;
  cursor: pointer;
  margin: 0 auto;
  box-shadow: 0.341rem 1.25rem 2.728rem 0rem #00000026, 1.25rem 4.888rem 5.002rem 0rem #00000021, 2.955rem 10.913rem 6.82rem 0rem #00000014, 5.229rem 19.438rem 8.071rem 0rem #00000005, 8.184rem 30.35rem 8.866rem 0rem #00000000;
}
@keyframes card-rotation {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}
.add-subscription-cta__card-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.add-subscription-cta__card-plus-icon {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
  height: 4.4rem;
  width: 4.4rem;
  background-image: url('/Components/DanskeSpil/Domain/Subscriptions/Graphics/plus-dark-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1.6rem;
}
.add-subscription-cta__card-plus-icon:not(:disabled):hover::after {
  transform: scale(1.1);
}
.add-subscription-cta__card-plus-icon:after {
  border-radius: 50%;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.1rem solid transparent;
  background-color: #FEB700;
  border-color: #FEB700;
  mix-blend-mode: multiply;
}
.add-subscription-cta__card-text {
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
}



.package-rotator {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 2rem 0rem 0rem 0rem;
  box-sizing: border-box;
  min-width: 36rem;
}
@media screen and (min-width: 768px) {
  .package-rotator {
    padding: 2rem 0rem 8rem 0rem;
  }
}
.package-rotator *:not(.theme-subscriptions *) {
  box-sizing: border-box;
}
.package-rotator.loading .package-rotator__container-items {
  opacity: 0;
}
.package-rotator.loading .package-rotator__cta {
  opacity: 0;
}
.package-rotator .tns-inner {
  margin: 0 !important;
}
.package-rotator__title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  text-align: center;
  margin: 2rem auto;
  letter-spacing: 0.05rem;
  color: #000000;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 950px) {
  .package-rotator__title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .package-rotator__title {
    max-width: none;
  }
}
.package-rotator__text {
  color: #828282;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  max-width: 48rem;
  letter-spacing: 0.05rem;
  margin: 0 auto 4rem auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .package-rotator__text {
    line-height: 2.4rem;
  }
}
.package-rotator__container-items {
  transition: opacity 1.2s;
  position: relative;
  padding-bottom: 6rem;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .package-rotator__container-items {
    padding-bottom: 20rem;
  }
}
.package-rotator__container-items--visibility-hidden {
  visibility: hidden;
}
.package-rotator__item {
  position: relative;
}
.package-rotator__card {
  height: 100%;
}
.package-rotator__cta {
  position: relative;
  display: none;
  text-align: center;
  margin-top: -4rem;
  transition: opacity 1.2s;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .package-rotator__cta {
    margin-top: -10rem;
    display: block;
  }
}
.package-rotator__cta-button {
  position: relative;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  height: 5.6rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .package-rotator__cta-button {
    display: inline-flex;
  }
}
.package-rotator__cta-button:not(:disabled):hover::after {
  transform: scale(1.03);
}
.package-rotator__cta-button:after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.1rem solid transparent;
  background-color: #FEB700;
  border-color: #FEB700;
}
@media only screen and (min-width: 641px) {
  .package-rotator__gradient-overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0;
    background: linear-gradient(74deg, #ffffff 0%, #ffffff 2%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%), linear-gradient(106deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #ffffff 98%, #ffffff 100%);
    pointer-events: none;
    z-index: 10;
  }
}
@media only screen and (min-width: 840px) {
  .package-rotator__gradient-overlay {
    background: linear-gradient(74deg, #ffffff 0%, #ffffff 4%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 100%), linear-gradient(106deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, #ffffff 96%, #ffffff 100%);
  }
}
.subscription-card {
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.animate-spin--none {
  animation: none !important;
}
.region-playtogether .package-rotator .package-rotator__title {
  padding-left: 0rem;
  padding-right: 0rem;
}
.region-playtogether .package-rotator .package-rotator__text {
  padding-left: 0rem;
  padding-right: 0rem;
}



.multi-client__flow-step-jackpot-header {
  padding: 0px 0 4.5rem;
  text-align: center;
  position: relative;
}
.pool-size-display {
  position: relative;
  border: 0.2rem solid #feb700;
  padding: 3.1rem 0;
  border-radius: 2rem;
  font-size: 7rem;
  text-align: center;
  font-weight: 800;
  margin: 0 auto 3.2rem;
  width: 100%;
  max-width: 48rem;
  height: 14.6rem;
}
.pool-size-display .pool-size-display__title {
  position: absolute;
  left: 0;
  top: 2.2rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
}
.input-range {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 auto 7.3rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
}
.input-range .input-range__range {
  position: relative;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  opacity: 1;
  height: 4rem;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.input-range .input-range__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.9rem #feb700;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.input-range .input-range__range::-webkit-slider-thumb:hover {
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.input-range .input-range__range::-webkit-slider-thumb:active {
  transform: scale(1.5);
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.input-range .input-range__range::-moz-range-thumb {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.9rem #feb700;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.input-range .input-range__range::-moz-range-thumb:hover {
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.input-range .input-range__range::-moz-range-thumb:active {
  transform: scale(1.5);
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.input-range .input-range__ticks {
  position: absolute;
  top: 1.6rem;
  left: 1.3rem;
  right: 1.3rem;
  height: 0.8rem;
  background: #e6e6e6;
  border-radius: 0.8rem;
  user-select: none;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.input-range .input-range__tick {
  user-select: none;
  height: 1.7rem;
  width: 0.4rem;
  border-radius: 0.4rem;
  background: #dcdcdc;
  margin-top: -0.4rem;
}
.jackpot-quick-options {
  display: flex;
  gap: 1.6rem;
  margin: -1rem auto 1rem;
}
.jackpot-quick-options__option {
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  padding: 1.8rem 2.4rem;
  cursor: pointer;
  position: relative;
}
.jackpot-quick-options__option:hover::before {
  scale: 1.02;
}
.jackpot-quick-options__option::before {
  content: '';
  height: 100%;
  width: 100%;
  border: 1px solid #000000;
  background-color: white;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: scale 0.15s;
}



.basket-container .basket.basket--hidden {
  display: none;
}
.basket-container .subscription-basket-bar-wrapper {
  text-align: left;
  width: 100%;
  height: 16vw;
  font-size: 0;
  font-weight: bold;
  color: black;
  white-space: normal;
  position: relative;
  z-index: 11;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
    height: 7rem;
  }
}
.basket-container .subscription-basket-bar-wrapper:before,
.basket-container .subscription-basket-bar-wrapper:after {
  content: '';
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
}
.basket-container .subscription-basket-bar-wrapper:before {
  left: 0;
}
.basket-container .subscription-basket-bar-wrapper:after {
  right: 0;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper {
  border-top: 0.1rem solid #e6e6e6;
  width: 100%;
  height: 16vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper {
    border: none;
    width: 96rem;
    height: 7rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  transition: max-height 200ms ease-out;
  position: absolute;
  bottom: 16vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper {
    width: 50%;
    bottom: 7rem;
    border-radius: 2rem 2rem 0 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper {
  padding: 5.33333333vw 5.33333333vw 0vw 5.33333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper {
    padding: 3rem 3rem 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-header {
  font-size: 5.33333333vw;
  margin-bottom: 5.33333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-header {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item {
  display: block;
  margin-bottom: 6.66666667vw;
  position: relative;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item {
    margin-bottom: 2.5rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper {
  font-weight: normal;
  position: relative;
  display: flex;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button {
  position: relative;
  cursor: pointer;
  width: 6.13333333vw;
  height: 6.13333333vw;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::before,
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::after {
  position: absolute;
  content: ' ';
  top: 0.26666667vw;
  left: 2.13333333vw;
  height: 4vw;
  width: 0.53333333vw;
  background-color: black;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::before,
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::after {
    top: 0.1rem;
    left: 0.8rem;
    height: 1.5rem;
    width: 0.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::before {
  transform: rotate(45deg);
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button {
    width: 2.3rem;
    height: 2.3rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-contents {
  flex: 1;
  white-space: normal;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-title {
  font-size: 3.73333333vw;
  margin-bottom: 0.8vw;
  font-weight: bold;
  display: block;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-title {
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-description {
  font-size: 3.46666667vw;
  margin-bottom: 0.53333333vw;
  line-height: 1.3;
  display: block;
  white-space: normal;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-description {
    font-size: 1.4rem;
    margin-bottom: 0.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-description div + div {
  margin-top: 0.2rem;
}
@keyframes subscription-basket-subitem-remove-colapse {
  0% {
    max-height: 2rem;
  }
  100% {
    max-height: 0;
  }
}
@keyframes subscription-basket-subitem-remove-slide {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-headline {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper {
  display: block;
  margin-bottom: 0.53333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper {
    margin-bottom: 0.3rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper {
  font-size: 2.93333333vw;
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper {
    font-size: 1.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper.remove-subitem {
  animation: subscription-basket-subitem-remove-colapse 200ms 250ms forwards;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper.remove-subitem .subitem-inner-wrapper {
  animation: subscription-basket-subitem-remove-slide 250ms forwards;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitems-indent {
  padding-left: 1.8rem;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitems-indent div + div {
  margin-top: 0.4rem;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 5.33333333vw;
  height: 4vw;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::before,
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::after {
  position: absolute;
  content: ' ';
  top: 1.33333333vw;
  left: 2.13333333vw;
  height: 2.93333333vw;
  width: 0.53333333vw;
  background-color: black;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::before,
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::after {
    top: 0.3rem;
    left: 0.8rem;
    height: 1.2rem;
    width: 0.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::before {
  transform: rotate(45deg);
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button::after {
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-subitem-button {
    width: 2.3rem;
    height: 1.4rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price {
  font-size: 3.73333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price {
    font-size: 1.4rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button {
  display: inline-block;
  position: relative;
  right: -1.33333333vw;
  bottom: -0.26666667vw;
  transition: transform 150ms linear;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button {
    right: -0.8rem;
    bottom: -0.1rem;
  }
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button:hover {
    transform: scale(1.2);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button .edit-item-button-icon {
  width: 2.66666667vw;
  height: 2.66666667vw;
  fill: #6e6e6e;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button .edit-item-button-icon {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@keyframes subscription-basket-item-remove-colapse {
  0% {
    max-height: 9rem;
  }
  100% {
    max-height: 0;
  }
}
@keyframes subscription-basket-item-remove-slide {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.remove-item {
  animation: subscription-basket-item-remove-colapse 200ms 250ms forwards;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.remove-item .item-inner-wrapper {
  animation: subscription-basket-item-remove-slide 250ms forwards;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item {
  background-color: rgba(255, 0, 0, 0.3);
  margin-top: 5.06666667vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item {
    margin-top: 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item:first-child {
  margin-top: 0;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item + .invalid-item {
  margin-top: 0;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper {
  color: #994C4C;
  padding-bottom: 5.06666667vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper {
    padding-bottom: 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-title {
  font-size: 2.93333333vw;
  display: inline-block;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-title {
    font-size: 1.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description {
  display: inline-block;
  margin-left: 1.6vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description {
    margin-left: 1rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description:before {
  content: '-';
  position: relative;
  left: -0.8vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description:before {
    left: -0.5rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-price {
  display: none;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .error-message {
  width: 100%;
  font-size: 3.73333333vw;
  color: #323232;
  white-space: normal;
  display: block;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .error-message {
    font-size: 1.4rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .delete-item-button .delete-item-button-icon {
  fill: black;
}
@keyframes subscription-basket-noitem {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .no-basket-item {
  font-size: 3.73333333vw;
  font-weight: 600;
  opacity: 0;
  margin-bottom: 5.06666667vw;
  display: block;
  position: relative;
  overflow: hidden;
  animation: subscription-basket-noitem 250ms 100ms forwards linear;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .no-basket-item {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total {
  border-top: 0.1rem solid #e6e6e6;
  text-transform: uppercase;
  font-size: 3.73333333vw;
  line-height: 1;
  padding: 5.33333333vw 0vw 6.13333333vw 0vw;
  position: relative;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total {
    font-size: 1.4rem;
    padding: 2.5rem 0;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total .basket__total-text {
  display: block;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total .basket__total-price {
  padding-top: 5.33333333vw;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total .basket__total-price {
    padding-top: 2rem;
  }
}
@keyframes subscription-basket-notification-fadeInOut {
  0% {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    filter: blur(3px);
  }
  5% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  6%,
  94% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    filter: blur(0);
  }
  95% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0) scale(0.9);
    opacity: 0;
    filter: blur(0);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper {
  width: 100%;
  position: absolute;
  bottom: 16vw;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  opacity: 0;
  z-index: -1;
  padding: 2.93333333vw 4vw 2.93333333vw 4vw;
  transform: translate3d(0, -100%, 0);
  animation: subscription-basket-notification-fadeInOut 4s linear forwards;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper {
    width: 50%;
    padding: 2.1rem 3rem 2rem;
    bottom: 7rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-header {
  font-size: 3.73333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-header {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items {
  font-weight: normal;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item {
  position: relative;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-title {
  font-size: 3.46666667vw;
  display: block;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-title {
    font-size: 1.4rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-description {
  display: block;
  font-size: 2.93333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-description {
    font-size: 1.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-price {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.46666667vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-price {
    font-size: 1.4rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .subitem-wrapper {
  display: block;
  font-size: 2.93333333vw;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .subitem-wrapper {
    font-size: 1.2rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder,
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button {
  width: 50%;
  height: 16vw;
  font-size: 3.73333333vw;
  text-transform: uppercase;
  display: inline-block;
  padding: 5.86666667vw 5.33333333vw 5.33333333vw 5.33333333vw;
  position: relative;
  box-sizing: border-box;
  user-select: none;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder,
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button {
    height: 7.1rem;
    font-size: 1.4rem;
    padding: 2.8rem 3rem 2.8rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder {
  background-color: #ffffff;
  float: left;
  transition: background-color 150ms;
  will-change: background-color;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder {
    border-left: 1px solid #e6e6e6;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder:hover {
    background-color: #ffffff;
  }
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder:hover .basket__placeholder-icon {
    transform: translateY(-100%);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text {
  position: absolute;
  display: block;
  transition: transform 250ms, opacity 200ms;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text.basket__placeholder-text--opened-basket {
  opacity: 1;
  transform: translateY(0);
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text.basket__placeholder-text--closed-basket {
  opacity: 0;
  transform: translateY(100%);
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-icon {
  width: 3.46666667vw;
  height: 2.13333333vw;
  fill: #323232;
  position: absolute;
  right: 4vw;
  top: 6.93333333vw;
  transition: transform 300ms, opacity 150ms 100ms;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-icon {
    width: 1.2rem;
    height: 0.7rem;
    top: 3.2rem;
    right: 3rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button {
  text-align: center;
  background-color: rgba(254, 183, 0, 0.95);
  clear: both;
  cursor: default;
  transition: background-color 150ms;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button:hover {
    background-color: #f5d900;
  }
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button:hover .purchase-button-text {
    transform: scale(1.1);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-text {
  opacity: 1;
  will-change: transform;
  transition: opacity 250ms, transform 200ms;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  left: 0;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 250ms, opacity 150ms;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .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%);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 1.33333333vw;
  height: 1.33333333vw;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #323232;
  display: inline-block;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing {
  cursor: wait;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing:hover {
    background-color: rgba(254, 183, 0, 0.95);
  }
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing:hover .purchase-button-text {
    transform: translateY(100%) scale(0.8);
    opacity: 0.6;
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: loader-dot-animation 500ms ease-in-out -660ms infinite;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: loader-dot-animation 500ms ease-in-out -330ms infinite;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: loader-dot-animation 500ms ease-in-out -1000ms infinite;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.processing .purchase-button-text {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.inactive {
  cursor: default;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.inactive:hover {
    background-color: rgba(254, 183, 0, 0.95);
  }
  .basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.inactive:hover .purchase-button-text {
    transform: scale(1);
  }
}
.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button.inactive .purchase-button-text {
  opacity: 0.3;
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket-wrapper {
  overflow-y: auto;
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder {
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder {
    border-top: 0.1rem solid #e6e6e6;
  }
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text {
  transition: transform 250ms, opacity 200ms;
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text.basket__placeholder-text--opened-basket {
  opacity: 0;
  transform: translateY(-100%);
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-text.basket__placeholder-text--closed-basket {
  opacity: 1;
  transform: translateY(0);
}
.basket-container .subscription-basket-bar-wrapper.basket-opened .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-icon {
  opacity: 0;
  transform: translateY(-200%);
}



.checkbox {
  position: relative;
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  min-height: 3.4rem;
  padding-left: 4.5rem;
  text-align: left;
}
.checkbox input[type="checkbox"] {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: none;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}
.checkbox__box {
  pointer-events: none;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 3.4rem;
  height: 3.4rem;
  border: 0.4rem solid rgba(0, 154, 96, 0.5);
  border-radius: 100%;
  background-color: white;
}
.checkbox--checked .checkbox__box::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 0.5rem;
  width: 0.8rem;
  height: 1.3rem;
  border: solid #009a60;
  border-width: 0 0.3rem 0.3rem 0;
  transform: rotate(45deg);
}
.checkbox__label {
  cursor: pointer;
  display: inline-flex;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  user-select: none;
  min-height: 3.2rem;
  align-items: center;
  margin-bottom: 0.6rem;
}
.checkbox__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  color: #a2a2a2;
}
.checkbox__label + .checkbox__text {
  position: relative;
  top: -0.5rem;
}
.checkbox__text a {
  cursor: pointer;
  color: #005feb;
  text-decoration: underline;
}
.checkbox__text a:hover {
  text-decoration: none;
}



.creditcards {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 2rem auto;
  max-width: 63rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .creditcards {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.creditcard {
  cursor: pointer;
  position: relative;
  background: linear-gradient(106deg, #FFF 6.12%, #DCDCDC 100.16%);
  width: 30rem;
  height: 18.8rem;
  border-radius: 0.8rem;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  transition: box-shadow 100ms ease-out;
}
.creditcard:hover {
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
}
.creditcard.creditcard--add {
  cursor: pointer;
  box-shadow: none;
  border: 0.3rem dashed #a0a0a0;
  overflow: visible;
}
.creditcard.creditcard--disabled {
  cursor: not-allowed;
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
}
.creditcard__logo {
  height: 5rem;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.creditcard--disabled .creditcard__logo {
  opacity: 0.5;
  filter: grayscale(0.3);
}
.creditcard__logo img {
  height: 2rem;
  margin-right: 1rem;
}
.creditcard--applepay .creditcard__logo {
  background: #555555;
}
.creditcard--dinersclub .creditcard__logo {
  background: #1b458e;
}
.creditcard--maestro .creditcard__logo,
.creditcard--mastercard .creditcard__logo {
  background: #003473;
}
.creditcard--dankort .creditcard__logo,
.creditcard--visadankort .creditcard__logo,
.creditcard--edankort .creditcard__logo {
  background: #e21e27;
}
.creditcard--visa .creditcard__logo,
.creditcard--visa_electron .creditcard__logo {
  background: #191e62;
}
.creditcard__text {
  flex: 1;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 1.4rem;
  line-height: 1;
  color: #323232;
  font-weight: 400;
  padding: 2.8rem 2rem 0;
}
.creditcard--disabled .creditcard__text {
  opacity: 0.5;
}
.creditcard__number-and-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.creditcard__number-and-date .creditcard__date {
  color: #6e6e6e;
}
.creditcard__new {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.creditcard__new .creditcard__plus-icon {
  background: #555555;
  padding: 0.3rem;
  border-radius: 50%;
  height: 1.6rem;
  margin-right: 0.5rem;
}
.creditcard__new .creditcard__new-label {
  font-size: 1.4rem;
}
@keyframes creditcard-toggle-state-in {
  from {
    transform: translateY(7rem);
  }
  to {
    transform: translateY(2rem);
  }
}
@keyframes creditcard-toggle-state-out {
  from {
    transform: translateY(2rem);
  }
  to {
    transform: translateY(7rem);
  }
}
.creditcard__state {
  transform: translateY(7rem);
  height: 7rem;
  display: flex;
  align-items: center;
  padding: 0 1.5rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #71aea8;
}
.creditcard__state img {
  height: 1.6rem;
  margin: -0.2rem 0.7rem 0 0;
}
.creditcard__state span {
  margin-top: -0.1rem;
}
.creditcard--selected .creditcard__state {
  animation: creditcard-toggle-state-in 150ms cubic-bezier(0, 1.7, 0.3, 1) forwards;
}
.creditcard--not-selected .creditcard__state {
  animation: creditcard-toggle-state-out 150ms ease-in forwards;
}
.creditcard__dropdown {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #555555;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
}
.creditcard__dropdown:hover {
  text-decoration: underline;
}
.creditcard__dropdown::after {
  content: "";
  position: absolute;
  transition: transform 0.1s ease-out, top 0.1s ease-out;
  border: 0.3rem solid #555555;
  border-radius: 0.15rem;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transform-origin: center;
  height: 0.9rem;
  width: 0.9rem;
  right: 0.5rem;
  top: 1.5rem;
}
.creditcard__dropdown.creditcard__dropdown--open::after {
  top: 1.9rem;
  transform: rotate(225deg);
}
.creditcard__dropdown-menu {
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: -3rem;
  top: 3rem;
  min-width: 12.5rem;
  background: #ffffff;
  box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  transition: top 0.2s cubic-bezier(0, 1.7, 0.3, 1);
}
.creditcard__dropdown--open .creditcard__dropdown-menu {
  visibility: visible;
  top: 4rem;
}
.creditcard__dropdown-menu-item {
  position: relative;
  cursor: pointer;
  line-height: 5rem;
  padding: 0 2rem;
  border-bottom: 0.1rem solid #e9f3f2;
}
.creditcard__dropdown-menu-item:hover {
  background: #f4fdfe;
  text-decoration: underline;
}
.creditcard__dropdown-menu-item:first-child::after {
  content: "";
  height: 1rem;
  width: 1rem;
  position: absolute;
  background: #ffffff;
  top: -0.6rem;
  right: 3.5rem;
  border-top: rgba(0, 0, 0, 0.1) solid 0.1rem;
  border-left: rgba(0, 0, 0, 0.1) solid 0.1rem;
  transform: rotate(45deg);
}
.creditcard__dropdown-menu-item:first-child:hover::after {
  background: #f4fdfe;
}
.creditcard__dropdown-menu-item:last-child {
  border: none;
}
.creditcard__disclaimer {
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #555555;
  font-style: italic;
  padding: 2rem 1.8rem;
  flex: 1;
  justify-content: flex-end;
}
.new-funding-methods {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.new-funding-methods .creditcard.creditcard--add {
  width: initial;
  height: initial;
  display: flex;
  padding: 0.8rem 1.6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 0;
  background: #f5f5f5;
  background-color: #f5f5f5;
  transition: background-color 100ms ease-out;
}
.new-funding-methods .creditcard.creditcard--add:hover {
  background-color: #e6e6e6;
}
.new-funding-methods .creditcard.creditcard--add .creditcard__new {
  margin-top: 0;
}
.new-funding-methods .creditcard.creditcard--add .creditcard__new .creditcard__plus-icon {
  background-color: black;
  margin-right: 0.4rem;
}
.new-funding-methods .creditcard.creditcard--add .creditcard__new .creditcard__applepay-logo {
  width: 2.5rem;
  height: 1.6rem;
  margin-left: 0.4rem;
}



/**
 * 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;
}
.proceed-bar-wrapper {
  margin-top: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
  z-index: 4;
  flex: 1;
  display: flex;
  align-items: flex-end;
  height: 6rem;
  min-height: 6rem;
}
@media (min-width: 768px) {
  .proceed-bar-wrapper {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .proceed-bar-wrapper {
    margin-top: 3rem;
  }
}
.proceed-bar-wrapper .proceed-bar {
  width: 100%;
  height: 6rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  overflow: hidden;
}
.proceed-bar-wrapper .proceed-bar:before,
.proceed-bar-wrapper .proceed-bar:after {
  content: "";
  width: calc((100% - 96rem) / 2);
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
}
.proceed-bar-wrapper .proceed-bar:before {
  left: 0;
}
.proceed-bar-wrapper .proceed-bar:after {
  right: 0;
}
.proceed-bar-wrapper .proceed-bar .proceed-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;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content a {
  line-height: normal;
  display: block;
  text-decoration: none;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div {
  width: 50%;
  height: inherit;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  border-left: 0.1rem solid #e6e6e6;
  box-sizing: border-box;
  user-select: none;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div span {
  display: none;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-back {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  transition: background-color 300ms linear;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-back:hover {
  background-color: #ffffff;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta {
  width: 50%;
  text-align: center;
  border-left: none;
  background-color: #feb700;
  transition: background-color 300ms linear;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta:hover {
  background-color: #eaa900;
}
@media (min-width: 1024px) {
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta:hover .proceed .total-price {
    transform: scale(1.1);
  }
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.inactive:hover {
  background-color: #feb700;
  cursor: default;
}
@media (min-width: 1024px) {
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.inactive:hover .proceed .total-price {
    transform: scale(1);
  }
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.inactive .proceed {
  cursor: default;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.inactive .proceed .total-price {
  opacity: 0.3;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .total-price {
  transition: opacity 0.25s, transform 0.25s;
  opacity: 1;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.is-inactive {
  cursor: default;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.is-inactive:hover {
  background-color: red;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.is-inactive .total-price {
  opacity: 0.3;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box {
  width: 100%;
  position: absolute;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 0.15s;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-text {
  display: inline-block;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .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%);
  }
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #323232;
  display: inline-block;
}
@media (min-width: 1024px) {
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing,
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta {
  cursor: wait;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing .proceed .purchase-button-loader-box,
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n),
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n),
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n),
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .purchase-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: loader-dot-animation 0.5s ease-in-out -1s infinite;
}
.proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta.processing .proceed .total-price,
.status-pending-proceedation .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta .proceed .total-price {
  transform: translateY(100%) scale(0.8);
  opacity: 0.6;
}
.proceed-bar-wrapper.fixed .proceed-bar {
  position: fixed;
  bottom: 0;
}
.proceed-bar-wrapper.only-back .proceed-bar .proceed-bar-content {
  border-right: 0.1rem solid #cdd3d7;
}
@media (min-width: 1024px) {
  .proceed-bar-wrapper {
    height: 7rem;
    min-height: 7rem;
  }
  .proceed-bar-wrapper.fixed {
    bottom: 3rem;
  }
  .proceed-bar-wrapper .proceed-bar {
    height: 7rem;
  }
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content {
    height: 100%;
  }
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div {
    width: auto;
  }
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div span {
    display: inline;
  }
  .proceed-bar-wrapper .proceed-bar .proceed-bar-content > div.proceed-bar-cta {
    width: auto;
  }
}



.steps-indicator {
  width: 100%;margin: 0 auto 2rem;
}
.steps-indicator {
  max-width: none;
}
.steps-indicator {
  margin: 1rem 0 3rem;
  text-align: center;
}
.steps-indicator .steps-indicator__inner {
  display: inline-block;
  position: relative;
  filter: url('#steps-indicator__filter-goo');
}
.steps-indicator .steps-indicator__steps {
  display: flex;
  justify-content: space-between;
}
.steps-indicator .steps-indicator__step {
  width: 3rem;
  height: 3rem;
  background: #dcdcdc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #a0a0a0;
  margin: 0 1.5rem;
}
@media (min-width: 768px) {
  .steps-indicator .steps-indicator__step {
    margin: 0 2rem;
  }
}
.steps-indicator .steps-indicator__step:first-child {
  margin-left: 0;
}
.steps-indicator .steps-indicator__step:last-child {
  margin-right: 0;
}
.steps-indicator .steps-indicator__step.steps-indicator__step--selected {
  background: #feb700;
  color: #323232;
}
.steps-indicator .steps-indicator__bg {
  position: absolute;
  z-index: -2;
  top: 1.3rem;
  left: 0;
  right: 0;
  background: #dcdcdc;
  height: 0.6rem;
  border-radius: 3rem;
  padding: 0 1.5rem;
}
.steps-indicator .steps-indicator__bg-selected {
  background: #feb700;
  height: 0.6rem;
  border-radius: 3rem;
}
.steps-indicator .steps-indicator__filter {
  position: absolute;
  visibility: hidden;
  width: 0;
  height: 0;
}



.dropdown {
  color: #004b32;
  margin: 0 auto;
  position: relative;
  text-align: left;
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  .dropdown {
    font-size: 1.8rem;
  }
}
.dropdown.dropdown--disabled {
  cursor: not-allowed;
  color: #a0a0a0 !important;
}
.dropdown.dropdown--disabled .dropdown__selection {
  cursor: not-allowed;
}
.dropdown.dropdown--unselected {
  color: #a9a9a9 !important;
  text-shadow: 0 0 0 #004b32;
}
@-moz-document url-prefix() {
  .dropdown.dropdown--unselected {
    color: #a0a0a0 !important;
  }
}
.dropdown.dropdown--unselected:focus {
  color: #004b32 !important;
}
.dropdown.dropdown--unselected.dropdown--error {
  color: #c50005 !important;
}
.dropdown.dropdown--unselected:before {
  position: absolute;
  content: attr(placeholder);
  pointer-events: none;
  padding: 0 3rem 0 1.5rem;
  line-height: 5rem;
}
@media all and (min-width: 768px) {
  .dropdown.dropdown--unselected:before {
    display: none;
  }
}
@media (min-width: 1024px) {
  .dropdown {
    font-size: 1.8rem;
  }
}
.dropdown select {
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.4rem;
  height: 5rem;
  padding: 0 3rem 0 1.5rem;
  background-color: white;
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  color: #004b32;
  outline: 0;
  appearance: none;
  text-align: center;
  background-image: url('/Components/DanskeSpil/Framework/PlayerAccountManagement/Graphics/SpriteSheets/PamUiKit/arrow_small_down.svg');
  background-size: 1.5rem 0.9rem;
  background-repeat: no-repeat;
  background-position: 96% 50%;
}
@media (min-width: 768px) {
  .dropdown select {
    font-size: 1.8rem;
  }
}
.ios-device .dropdown select {
  font-size: 16px;
}
@media all and (min-width: 768px) {
  .dropdown select {
    position: absolute;
    z-index: -1000;
    opacity: 0;
  }
}
.dropdown select::-ms-expand {
  display: none;
}
.dropdown__selection {
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.4rem;
  height: 5rem;
  padding: 0 4.3rem 0 1.5rem;
  background-color: white;
  font-size: 1.6rem;
  align-items: center;
  display: none;
  cursor: pointer;
  transition: border 0.4s ease;
  outline: none;
}
@media (min-width: 768px) {
  .dropdown__selection {
    display: flex;
  }
}
.dropdown__selection--active .dropdown__selection__arrow {
  transform: translate3d(0, 0.4rem, 0) rotate(-180deg);
}
.dropdown__selection__centered {
  display: flex;
  justify-content: center;
}
.dropdown__selection__centered .dropdown__selection__arrow {
  position: absolute;
  right: 0;
}
.dropdown__selection__centered,
.dropdown__selection__left,
.dropdown__selection__right {
  flex: 1;
}
.dropdown__selection__right {
  display: flex;
  justify-content: flex-end;
}
.dropdown__selection__arrow {
  position: absolute;
  top: 1.3rem;
  right: 1.5rem;
  fill: currentColor;
  vertical-align: middle;
  margin: 0 0 0 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: content-box;
  transition: all 0.4s ease;
  transform: translate3d(0, 0.4rem, 0) rotate(0deg);
  transform-origin: center;
}
@media all and (min-width: 768px) {
  .dropdown__selection__arrow {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0 0 2rem;
  }
}
.dropdown__list {
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  border: 0 solid #e2e2e2;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  z-index: -2;
  opacity: 0;
  text-align: left;
  font-size: 3.8vw;
  line-height: 1.4;
  font-weight: normal;
  transform: translate3d(0, -0.8rem, 0);
  transform-origin: center;
  pointer-events: none;
  max-height: 25.3rem;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  .dropdown__list {
    font-size: 1.5rem;
  }
}
.is-desktop-detected .dropdown__list {
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  .dropdown__list {
    display: block;
  }
}
.dropdown__list--active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  border-bottom-width: 0.1rem;
  border-left-width: 0.1rem;
  border-right-width: 0.1rem;
  pointer-events: all;
  z-index: 10;
}
.dropdown__list__item {
  background-color: #ffffff;
  color: #a0a0a0;
  list-style: none;
  margin: 0;
  border-bottom: 0.1rem solid #e2e2e2;
  transition: color 0.4s ease;
  cursor: pointer;
}
.dropdown__list__item span {
  display: inline-block;
  padding: 0.6rem;
}
@media all and (min-width: 768px) {
  .dropdown__list__item span {
    padding: 2rem;
  }
  .dropdown__list__item span.dropdown__selection__centered {
    width: 100%;
  }
}
.dropdown__list__item:hover {
  color: #004b32;
}
.dropdown__list__item__right {
  float: right;
}
.dropdown__list__item--disabled {
  cursor: not-allowed;
}
.dropdown__list__item--disabled:hover {
  color: #a0a0a0;
}
.dropdown__list__item--hidden {
  display: none;
}
.dropdown__list__item.sub-dropdown {
  position: relative;
}
.dropdown__list__item.sub-dropdown > span {
  display: block;
}
.dropdown__list__item.sub-dropdown > span.active {
  color: #004b32;
}
.dropdown__list__item.sub-dropdown > span.active .sub-dropdown__arrow {
  transform: translate3d(-0.4rem, 0.2rem, 0) rotate(-90deg);
}
.dropdown__list__item.sub-dropdown .sub-dropdown__arrow {
  padding-top: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  box-sizing: content-box;
  float: right;
  transform-origin: center;
  transform: rotate(0deg);
  transition: transform 0.4s ease;
}
@media all and (min-width: 768px) {
  .dropdown__list__item.sub-dropdown .sub-dropdown__arrow {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.dropdown__list__item .dropdown__list__item {
  background-color: transparent;
}
.dropdown__list .dropdown__list {
  width: 100%;
  top: 3.9rem;
  left: 0;
  z-index: 11;
  background-color: #f5f5f5;
  border-width: 0;
  border: 0.1rem solid #dcdcdc;
  box-sizing: border-box;
  overflow-y: hidden;
  max-height: 0;
}
@media all and (min-width: 768px) {
  .dropdown__list .dropdown__list {
    top: 6.2rem;
  }
}
.dropdown__list .dropdown__list--active {
  max-height: none;
  overflow-y: visible;
}
.dropdown.has--error {
  border-bottom: 0.1rem solid #c50005;
}
.dropdown.has--error label {
  color: #c50005;
}
.dropdown.has--error label::placeholder {
  color: #f8c0c1;
}
.dropdown__error {
  position: absolute;
  left: 0;
  width: 100%;
  color: #c50005;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .dropdown__error {
    top: 5rem;
    font-size: 1.2rem;
  }
}
.dropdown__error + .dropdown__error {
  top: 5.5rem;
}
.dropdown__help {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  color: #004b32;
  font-size: 12px;
}



.modal.show,
.modal.modal--show {
  opacity: 1;
  pointer-events: auto;
}
.modal.show .modal__modal,
.modal.modal--show .modal__modal {
  transform: translateY(0);
}
.modal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease-in;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.modal .modal__modal {
  transform: translateY(1rem);
  transition: transform 600ms cubic-bezier(0, 1.7, 0.3, 1);
  max-width: 45rem;
  margin: 0 auto;
  position: absolute;
  z-index: 1000;
  bottom: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  background: #DCDCDC;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-height: 400px) {
  .modal .modal__modal {
    bottom: 5rem;
  }
}
@media (min-width: 768px) and (min-height: 400px) {
  .modal .modal__modal {
    bottom: auto;
    top: 20rem;
  }
}
.modal .modal__content {
  padding: 3rem 2rem;
}
.modal .modal__title {
  font-size: 2rem;
  font-weight: bold;
  color: #004b32;
  margin-bottom: 0.5rem;
}
.modal .modal__subtitle {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.modal .modal__infotitle {
  font-size: 1.7rem;
  font-weight: bold;
  color: #004b32;
  margin-bottom: 2rem;
}
.modal .modal__infosubtitle {
  font-size: 1.6rem;
}
.modal .modal__flipclock {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.modal .modal__buttons {
  height: 6rem;
  background: white;
  display: flex;
}
.modal button.modal__button {
  border: none;
  outline: none;
}
.modal .modal__button {
  flex: 1;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
.modal .modal__button--primary {
  background: #feb700;
}
.modal .modal__button-label {
  font-size: 1.4rem;
}
.modal .modal__button-sublabel {
  font-size: 1rem;
}



.payment-method-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.payment-method-buttons .payment-method-button {
  position: relative;
  width: 100%;
  min-height: 5rem;
  border: 0.1rem solid #dcdcdc;
  border-radius: 0.6rem;
  background-color: white;
  cursor: pointer;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.payment-method-buttons .payment-method-button:last-child {
  margin-bottom: 0;
}
.payment-method-buttons .payment-method-button__inner {
  position: relative;
}
.payment-method-buttons .payment-method-button__payment-service {
  display: flex;
  flex-direction: column;
}
.payment-method-buttons .payment-method-button__payment-service svg {
  position: absolute;
  right: 0;
  top: 0.1rem;
  width: 4.2rem;
  height: 2rem;
}
.payment-method-buttons .payment-method-button__credit-card {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
  padding: 0 0.5rem;
}
.payment-method-buttons .payment-method-button__credit-card svg {
  position: absolute;
  right: 0;
  top: -0.1rem;
  width: 15.3rem;
  height: 2.5rem;
}
.payment-method-buttons .payment-method-button__header {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin: auto;
  color: #a0a0a0;
  text-transform: unset;
}
.payment-method-buttons .payment-method-button__subheader {
  font-size: 1.3rem;
  line-height: 1.38;
  margin: 1.5rem 0;
}
.payment-method-buttons .payment-method-button--selected {
  background: #e5efe8;
  border-color: #537166;
}
.payment-method-buttons .payment-method-button--selected .payment-method-button__header {
  color: #141414;
}
.payment-method-buttons .payment-method-button--selected .payment-method-button__inner {
  opacity: 1;
}
.payment-method-buttons .payment-method-button--selected .payment-method-button__radio {
  top: 0.3rem;
}



.payment-methods {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .payment-methods {
    width: 100%;
  }
}
.payment-method__manage-cards-link {
  cursor: pointer;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  text-transform: none;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #005feb;
  letter-spacing: 0.05rem;
  margin-bottom: -1rem;
}
.payment-method__manage-cards-link:hover {
  text-decoration: none;
}
.payment-method__bank-account {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 30.5rem;
  margin: -0.5rem auto 2rem;
}
.payment-method__bank-account-reg-nr,
.payment-method__bank-account-account-nr {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-align: left;
}
.payment-method__bank-account-reg-nr label,
.payment-method__bank-account-account-nr label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}
.payment-method__bank-account-reg-nr input,
.payment-method__bank-account-account-nr input {
  padding-left: 1.2rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  border: 0.1rem solid #e8e8e8;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1rem;
  font-family: 'Courier New', Courier, monospace;
}
.payment-method__bank-account-reg-nr input::-webkit-outer-spin-button,
.payment-method__bank-account-account-nr input::-webkit-outer-spin-button,
.payment-method__bank-account-reg-nr input::-webkit-inner-spin-button,
.payment-method__bank-account-account-nr input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.payment-method__bank-account-reg-nr input[type=number],
.payment-method__bank-account-account-nr input[type=number] {
  -moz-appearance: textfield;
}
.payment-method__bank-account-reg-nr {
  flex: 0 0 8.2rem;
  margin-right: 2rem;
}



.separator-line {
  display: flex;
  align-items: center;
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 1rem auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .separator-line {
    width: 100%;
  }
}
.separator-line--no-label {
  margin: 1.5rem auto 2rem;
}
.separator-line__line {
  background: #c8c8c8;
  flex: 1;
  height: 0.1rem;
}
.separator-line__label {
  font-size: 1.4rem;
  font-weight: 600;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  padding: 0 2rem;
}



.tooltip {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 1.4em;
  margin: 0 1rem;
  color: white;
  user-select: none;
}
.tooltip::before {
  content: '';
  position: absolute;
  z-index: 100;
  bottom: 2.8rem;
  border-color: #BAD9CD transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  border-width: 1.2rem 1rem 0;
  border-style: solid;
  opacity: 0;
}
.tooltip .tooltip__bg {
  position: absolute;
  background: #feb700;
  width: 1.3em;
  height: 1.3em;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
}
.tooltip .tooltip__modal {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 3.6rem;
  background: #BAD9CD;
  width: 28rem;
  left: -13.3rem;
  text-transform: none;
  font-weight: normal;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  text-align: left;
  z-index: 99;
  line-height: 1.4;
  padding: 1.5rem 1.7rem;
  color: black;
  box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.1);
  transform: translateY(1rem);
  transition: transform 200ms cubic-bezier(0, 1.7, 0.3, 1);
}
.tooltip.open::before {
  opacity: 1;
}
.tooltip.open .tooltip__modal {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}



.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 ul.flip {
  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.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: asd 200ms 200ms linear both;
  z-index: 2;
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  5% {
    z-index: 4;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock.play ul li.active .down {
  z-index: 2;
  animation: turn 200ms 200ms linear both;
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
.flip-clock.play ul li.before .up {
  z-index: 2;
  animation: turn2 200ms linear both;
}
@keyframes 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;
}



.subscriptions-joker-toggle-wrapper {
  width: 91.305%;
  font-size: 0;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
  margin: 7.7vw auto 0;
  padding-top: 5.333vw;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper {
    width: 100%;
    margin-top: 2rem;
    padding-top: 2rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-invalid-text {
  max-height: 10.666vw;
  font-size: 3.733vw;
  line-height: 1;
  color: #ffffff;
  padding-bottom: 3.2vw;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-invalid-text {
    max-height: 3.2rem;
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switchs-logo {
    padding: 0 0 1.5rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper {
  font-size: 0;
  line-height: 0;
  margin: 5.333vw 0 0;
  overflow: hidden;
  user-select: none;
  display: none;
  cursor: not-allowed;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper {
    margin: 0.8rem 1rem 0;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch {
  width: 20vw;
  height: 9.333vw;
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 4.666vw;
  margin: auto;
  position: relative;
  display: inline-block;
  transition: background-color 0.2s linear;
  will-change: transform, background-color;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch {
    width: 7.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    cursor: not-allowed;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch:after {
  width: 8.266vw;
  height: 8.266vw;
  content: '';
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0.533vw;
  left: 0.533vw;
  transition: transform 0.2s linear, background-color 0.2s linear;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch:after {
    width: 3.1rem;
    height: 3.1rem;
    top: 0.2rem;
    left: 0.2rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch .check-icon {
  width: 4.266vw;
  height: 3.333vw;
  position: absolute;
  top: 3.2vw;
  left: 4vw;
  fill: #2b2b2b;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch .check-icon {
    width: 1.6rem;
    height: 1.3rem;
    top: 1.1rem;
    left: 1.5rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch .bar-icon {
  width: 3.466vw;
  height: 0.8vw;
  background-color: rgba(43, 43, 43, 0.805);
  position: absolute;
  top: 4.266vw;
  right: 4.266vw;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .toggle-switch .bar-icon {
    width: 1.3rem;
    height: 0.3rem;
    top: 1.6rem;
    right: 1.7rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper.selected .toggle-switch {
  background-color: #ffffff;
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper.selected .toggle-switch:after {
  background-color: #feb700;
  transform: translateX(127%);
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .joker-description {
  font-size: 3.733vw;
  line-height: 1;
  color: #ffffff;
  padding: 3vw 3.2vw 0 0;
  display: inline-block;
  position: relative;
  top: -3vw;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .toggle-switch-wrapper .joker-description {
    font-size: 1.6rem;
    padding: 1rem 1.5rem 0 0;
    top: -1.1rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .joker-text-icon {
  width: 24vw;
  height: 5.333vw;
  position: relative;
  top: 1.6vw;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .joker-text-icon {
    width: 9.2rem;
    height: 2.2rem;
    top: 0.5rem;
  }
}
.subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .joker-hat-icon {
  width: 12.666vw;
  height: 6.4vw;
  stroke: #951914;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0)) grayscale(100%);
  margin-left: 1.333vw;
  position: relative;
  transition: filter 0.2s linear;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .joker-hat-icon {
    width: 4.8rem;
    height: 2.4rem;
    margin-left: 0.7rem;
    stroke-width: 1px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subscriptions-joker-toggle-wrapper .joker-toggle-switchs-wrapper .joker-hat-icon {
    stroke-width: 3px;
  }
}
.subscriptions-joker-toggle-wrapper.active .joker-toggle-invalid-text {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
}
.subscriptions-joker-toggle-wrapper.active .joker-toggle-switchs-wrapper .toggle-switch-wrapper.active {
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper.active .joker-toggle-switchs-wrapper .toggle-switch-wrapper.active:hover .toggle-switch {
    cursor: pointer;
  }
  .subscriptions-joker-toggle-wrapper.active .joker-toggle-switchs-wrapper .toggle-switch-wrapper.active:hover .toggle-switch:after {
    transform: translateX(10%);
  }
}
@media (min-width: 1024px) {
  .subscriptions-joker-toggle-wrapper.active .joker-toggle-switchs-wrapper .toggle-switch-wrapper.active.selected:hover .toggle-switch:after {
    transform: translateX(127%);
  }
}
.subscriptions-joker-toggle-wrapper.active .joker-hat-icon {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5)) grayscale(0%);
}



.subscriptions-lightning-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1.4vw 0 7.6vw;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper {
    width: 54rem;
    padding: 2rem 0 4.2rem;
  }
}
.subscriptions-lightning-wrapper .lightning-header {
  font-size: 5.866vw;
  color: #ffffff;
  font-weight: 900;
  line-height: 1.1;
  padding: 5.333vw 8vw;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-header {
    width: 120%;
    font-size: 2.8rem;
    padding: 1.3rem 0 1.6rem;
    margin-left: -10%;
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper {
  height: 12vw;
  font-size: 0;
  overflow: hidden;
  user-select: none;
  margin: 1.8vw 8vw 7.3vw;
  position: relative;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper {
    height: 7rem;
    margin: 2rem 0 0.8rem;
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box {
  width: 20vw;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: red;
  opacity: 0;
  z-index: 1;
  transition: width 0.25s, transform 0.25s, opacity 0.2s;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box {
    width: 10rem;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box:hover {
    width: 11rem;
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  left: -6vw;
  transform: translateX(-100%);
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left .arrow-icon {
    left: 2rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left:hover .arrow-icon {
    transform: translateX(-100%);
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left:hover ~ .numbers-wrapper {
    transform: translateX(2%);
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  right: -6vw;
  transform: translateX(100%);
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
    right: 0;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right .arrow-icon {
    right: 2rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right:hover .arrow-icon {
    transform: translateX(100%);
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right:hover ~ .numbers-wrapper {
    transform: translateX(-2%);
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.active {
  opacity: 1;
  transform: translateX(0);
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box .arrow-icon {
  width: 2.666vw;
  height: 4.5vw;
  position: absolute;
  top: 50%;
  margin-top: -2.25vw;
  transition: transform 0.2s;
  fill: #ffffff;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box .arrow-icon {
    width: 1rem;
    height: 1.6rem;
    margin-top: -0.8rem;
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper {
  white-space: nowrap;
  overflow-y: auto;
  transition: transform 0.25s ease-in-out;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper {
    padding: 1rem 10.7rem;
  }
}
.subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  width: 12vw;
  height: 12vw;
  font-weight: bold;
  border-radius: 6px;
  font-size: 5.866vw;
  line-height: 2.05;
  background-color: #ffffff;
  margin-right: 4vw;
  display: inline-block;
  transition: transform 0.15s, background-color 0.25s, color 0.25s, box-shadow 0.25s;
  transform: scale(1) translateZ(0);
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
    width: 5rem;
    height: 5rem;
    line-height: 1.8;
    font-size: 2.8rem;
    margin-right: 2rem;
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    transform: scale(1.08) translateZ(0);
  }
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number:focus {
    transform: scale(1.25) translateZ(0);
  }
}
.subscriptions-lightning-wrapper .lightning-price-description {
  font-size: 3.733vw;
  line-height: 1;
  font-weight: normal;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .subscriptions-lightning-wrapper .lightning-price-description {
    font-size: 1.6rem;
  }
}
.lotto-region .subscriptions-lightning-wrapper .lightning-header {
  text-transform: uppercase;
}
.lotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  background: -moz-linear-gradient(left, #c50005 0%, #c50005 30%, rgba(197, 0, 5, 0.7) 50%, rgba(197, 0, 5, 0) 90%, rgba(197, 0, 5, 0) 100%);
  background: -webkit-linear-gradient(left, #c50005 0%, #c50005 30%, rgba(197, 0, 5, 0.7) 50%, rgba(197, 0, 5, 0) 90%, rgba(197, 0, 5, 0) 100%);
  background: linear-gradient(to right, #c50005 0%, #c50005 30%, rgba(197, 0, 5, 0.7) 50%, rgba(197, 0, 5, 0) 90%, rgba(197, 0, 5, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50005', endColorstr='#00c50005', GradientType=1);
}
.lotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  background: -moz-linear-gradient(left, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 10%, rgba(197, 0, 5, 0.7) 50%, #c50005 70%, #c50005 100%);
  background: -webkit-linear-gradient(left, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 10%, rgba(197, 0, 5, 0.7) 50%, #c50005 70%, #c50005 100%);
  background: linear-gradient(to right, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 10%, rgba(197, 0, 5, 0.7) 50%, #c50005 70%, #c50005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c50005', endColorstr='#c50005', GradientType=1);
}
.lotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  color: #a30003;
}
.lotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number.active {
  color: #ffffff;
  background-color: #a30003;
}
.vikinglotto-region .subscriptions-lightning-wrapper .lightning-header {
  text-transform: uppercase;
}
.vikinglotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  background: -moz-linear-gradient(left, #0000ff 0%, #0000ff 30%, rgba(0, 0, 255, 0.7) 50%, rgba(0, 0, 255, 0) 90%, rgba(0, 0, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #0000ff 0%, #0000ff 30%, rgba(0, 0, 255, 0.7) 50%, rgba(0, 0, 255, 0) 90%, rgba(0, 0, 255, 0) 100%);
  background: linear-gradient(to right, #0000ff 0%, #0000ff 30%, rgba(0, 0, 255, 0.7) 50%, rgba(0, 0, 255, 0) 90%, rgba(0, 0, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#000000ff', GradientType=1);
}
.vikinglotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  background: -moz-linear-gradient(left, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 10%, rgba(0, 0, 255, 0.7) 50%, #0000ff 70%, #0000ff 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 10%, rgba(0, 0, 255, 0.7) 50%, #0000ff 70%, #0000ff 100%);
  background: linear-gradient(to right, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 10%, rgba(0, 0, 255, 0.7) 50%, #0000ff 70%, #0000ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000ff', endColorstr='#0000ff', GradientType=1);
}
.vikinglotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  color: #00f;
}
.vikinglotto-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number.active {
  color: #ffffff;
  background-color: #000078;
}
.keno-region .subscriptions-lightning-wrapper .lightning-header {
  text-transform: uppercase;
}
.keno-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  background: -moz-linear-gradient(left, #00a5eb 0%, #00a5eb 30%, rgba(0, 165, 235, 0.7) 50%, rgba(0, 165, 235, 0) 90%, rgba(0, 165, 235, 0) 100%);
  background: -webkit-linear-gradient(left, #00a5eb 0%, #00a5eb 30%, rgba(0, 165, 235, 0.7) 50%, rgba(0, 165, 235, 0) 90%, rgba(0, 165, 235, 0) 100%);
  background: linear-gradient(to right, #00a5eb 0%, #00a5eb 30%, rgba(0, 165, 235, 0.7) 50%, rgba(0, 165, 235, 0) 90%, rgba(0, 165, 235, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5eb', endColorstr='#0000a5eb', GradientType=1);
}
.keno-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  background: -moz-linear-gradient(left, rgba(0, 165, 235, 0) 0%, rgba(0, 165, 235, 0) 10%, rgba(0, 165, 235, 0.7) 50%, #00a5eb 70%, #00a5eb 100%);
  background: -webkit-linear-gradient(left, rgba(0, 165, 235, 0) 0%, rgba(0, 165, 235, 0) 10%, rgba(0, 165, 235, 0.7) 50%, #00a5eb 70%, #00a5eb 100%);
  background: linear-gradient(to right, rgba(0, 165, 235, 0) 0%, rgba(0, 165, 235, 0) 10%, rgba(0, 165, 235, 0.7) 50%, #00a5eb 70%, #00a5eb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000a5eb', endColorstr='#00a5eb', GradientType=1);
}
.keno-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  color: #0084bc;
}
.keno-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number.active {
  color: #ffffff;
  background-color: #0084bc;
}
.eurojackpot-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  background: -moz-linear-gradient(left, #1d1d1d 0%, #1d1d1d 30%, rgba(29, 29, 29, 0.7) 50%, rgba(29, 29, 29, 0) 90%, rgba(29, 29, 29, 0) 100%);
  background: -webkit-linear-gradient(left, #1d1d1d 0%, #1d1d1d 30%, rgba(29, 29, 29, 0.7) 50%, rgba(29, 29, 29, 0) 90%, rgba(29, 29, 29, 0) 100%);
  background: linear-gradient(to right, #1d1d1d 0%, #1d1d1d 30%, rgba(29, 29, 29, 0.7) 50%, rgba(29, 29, 29, 0) 90%, rgba(29, 29, 29, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1d1d', endColorstr='#001d1d1d', GradientType=1);
}
.eurojackpot-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  background: -moz-linear-gradient(left, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 10%, rgba(29, 29, 29, 0.7) 50%, #1d1d1d 70%, #1d1d1d 100%);
  background: -webkit-linear-gradient(left, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 10%, rgba(29, 29, 29, 0.7) 50%, #1d1d1d 70%, #1d1d1d 100%);
  background: linear-gradient(to right, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 10%, rgba(29, 29, 29, 0.7) 50%, #1d1d1d 70%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d1d1d', endColorstr='#1d1d1d', GradientType=1);
}
.eurojackpot-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  color: #1d1d1d;
}
.eurojackpot-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number.active {
  background-color: #bb7f36;
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-header {
  text-transform: uppercase;
  color: #56F4AD;
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.left {
  background: linear-gradient(to right, #191339 0%, #191339 30%, rgba(25, 19, 57, 0.7) 50%, rgba(25, 19, 57, 0) 90%, rgba(25, 19, 57, 0) 100%);
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box.right {
  background: linear-gradient(to right, rgba(25, 19, 57, 0) 0%, rgba(25, 19, 57, 0) 10%, rgba(25, 19, 57, 0.7) 50%, #191339 70%, #191339 100%);
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .arrow-box .arrow-icon {
  fill: #56F4AD;
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number {
  color: #191339;
  background-color: #56F4AD;
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-number-selector-wrapper .numbers-wrapper .number.active {
  color: #56F4AD;
  background-color: #312F51;
}
.allornothing-region .subscriptions-lightning-wrapper .lightning-price-description {
  color: #56F4AD;
}



.multi-client__step-jackpot {
  padding-top: 15rem;
}
.jackpot-subscriptions-range-slider-container {
  width: 91.305%;
  color: #ffffff;
  font-size: 0;
  text-align: center;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  z-index: 0;
  user-select: none;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container {
    padding: 1.1rem 0 3.2rem;
    width: 52rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-headline {
  font-size: 5.866vw;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 0 15vw;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-headline {
    font-size: 2.8rem;
    padding: 0;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header {
  height: 23.333vw;
  padding: 4.3vw 0 8.5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header {
    height: 10.7rem;
    padding: 2.4rem 0 3.2rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before,
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before,
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
    height: 4rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before {
  top: 0;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
  bottom: 0;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit {
  font-weight: bold;
  font-size: 0;
  text-transform: uppercase;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper {
  text-align: right;
  line-height: 1;
  padding-top: 23.333vw;
  display: inline-block;
  position: absolute;
  top: 0;
  transform: translateY(0%);
  transition: transform 0.25s ease-out;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper {
    padding-top: 10.7rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper .amount {
  font-size: 12vw;
  line-height: 1.15;
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper .amount {
    font-size: 5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper .amount.selected {
  transform: translateY(-100%) scale(1);
  padding: 5vw 0 6.2vw;
  opacity: 1;
  position: relative;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .amount-wrapper .amount.selected {
    padding: 2.8rem 0 2.9rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .limit-text {
  font-size: 12vw;
  line-height: 1;
  padding-left: 23vw;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .limit .limit-text {
    font-size: 5rem;
    padding-left: 9.5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .slider-button {
  position: absolute;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .slider-button.minus {
  left: 0;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header .slider-button.plus {
  right: 0;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper {
  width: 60vw;
  height: 2.666vw;
  position: relative;
  margin: 0 auto 14.7vw;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper {
    height: 1rem;
    width: 41.2rem;
    margin: 0 auto 4rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar {
  height: 100%;
  border-radius: 1.333vw;
  position: absolute;
  left: -2.266vw;
  right: -2.266vw;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar {
    border-radius: 5px;
    left: -0.5rem;
    right: -0.5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar .slider-white-bar {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  margin-left: 6vw;
  position: absolute;
  top: 0;
  left: -100%;
  border-radius: 5px;
  will-change: transform;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar .slider-white-bar {
    margin-left: 2rem;
    transform: translateX(0);
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob {
  width: 8.266vw;
  height: 8.266vw;
  margin-top: -4.133vw;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  will-change: transform;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
    cursor: grab;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  transition: transform 0.2s linear;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob .knob-arrows {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.7rem;
  transform: rotate(45deg);
  z-index: 3;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob .knob-arrows:before,
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob .knob-arrows:after {
  content: '';
  width: 50%;
  height: 50%;
  position: absolute;
  border-color: white;
  border-style: solid;
  box-sizing: content-box;
  opacity: 0;
  transition: transform 0.2s linear, opacity 0.15s linear;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob .knob-arrows:before {
  left: 0;
  bottom: 0;
  transform: translate(30%, -30%);
  border-width: 0 0 2px 2px;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob .knob-arrows:after {
  right: 0;
  top: 0;
  transform: translate(-30%, 30%);
  border-width: 2px 2px 0 0;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover:before {
  transform: scale(1.2);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover .knob-arrows:before,
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover .knob-arrows:after {
  opacity: 1;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover .knob-arrows:before {
  transform: translate(-5%, 5%) scale(1.1);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover .knob-arrows:after {
  transform: translate(5%, -5%) scale(1.1);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slide-back-knob {
  transform: scaleY(1.6);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slider-grid {
  height: 0.8rem;
  opacity: 1;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slider-grid:after {
  transform: translateY(-100%);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slider-grid-mask-wrapper .grid-mask {
  transition: height 0.3s 0.05s linear, transform 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slider-grid-mask-wrapper .grid-mask {
    height: 4.8rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:hover ~ .slider-value {
  transform: translateY(0.8rem);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slide-back-knob {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  transition: transform 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slide-back-knob {
    width: 3rem;
    height: 3rem;
    margin-top: -1.5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper {
  width: 100%;
  position: absolute;
  line-height: 0;
  font-weight: 600;
  text-align: justify;
  overflow: hidden;
  user-select: none;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper {
    height: 4.8rem;
    font-size: 2rem;
    top: -1rem;
    padding: 4.6rem 0.8rem 0 1rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper .grid-mask {
  border: 100vw solid;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  top: -100vw;
  left: -100vw;
  transition: height 0.05s linear, transform 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper .grid-mask {
    width: 3rem;
    height: 3rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid {
  width: 100%;
  height: 0;
  position: absolute;
  line-height: 0;
  font-weight: 600;
  text-align: justify;
  overflow: hidden;
  opacity: 0;
  user-select: none;
  transition: height 0.15s linear, opacity 0.1s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid {
    font-size: 2rem;
    top: 2rem;
    padding: 0 0.8rem 0 1rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 42rem solid;
  border-left: 42rem solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.5s ease-out;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value {
  font-size: 3.733vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 6.8vw;
  transition: transform 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value {
    top: 3rem;
    font-size: 1.6rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value.minimum {
  left: -2.266vw;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value.minimum {
    left: -0.5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value.maximum {
  right: -2.266vw;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-value.maximum {
    right: -0.5rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed {
  cursor: grabbing;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob {
    cursor: grabbing;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob:before {
  transform: scale(1.4);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob .knob-arrows:before {
  opacity: 1;
  transform: translate(-30%, 30%) scale(1.1);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob .knob-arrows:after {
  opacity: 1;
  transform: translate(30%, -30%) scale(1.1);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slide-back-knob {
  transform: scaleY(1.6);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slider-grid {
  height: 0.8rem;
  opacity: 1;
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slider-grid:after {
  transform: translateY(-100%);
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slider-grid-mask-wrapper .grid-mask {
  transition: height 0.3s 0.05s linear, transform 0.15s linear;
}
@media (min-width: 1024px) {
  .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slider-grid-mask-wrapper .grid-mask {
    height: 4.8rem;
  }
}
.jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper.pressed .slider-knob ~ .slider-value {
  transform: translateY(0.8rem);
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before {
  background: linear-gradient(to bottom, #c50005 0%, #c50005 5%, rgba(197, 0, 5, 0.7) 20%, rgba(197, 0, 5, 0) 80%, rgba(197, 0, 5, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50005', endColorstr='#00c50005', GradientType=0);
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
  background: linear-gradient(to bottom, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 20%, rgba(197, 0, 5, 0.7) 80%, #c50005 95%, #c50005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c50005', endColorstr='#c50005', GradientType=0);
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar {
  background-color: #a30003;
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:before {
  background-color: #feb700;
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slide-back-knob {
  background-color: #c50005;
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper .grid-mask {
  border-color: #c50005;
}
.lotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid:after {
  border-top-color: #c50005;
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before {
  background: linear-gradient(to bottom, #1d1d1d 0%, #1d1d1d 5%, rgba(29, 29, 29, 0.7) 20%, rgba(29, 29, 29, 0) 80%, rgba(29, 29, 29, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1D1D1D', endColorstr='#001D1D1D', GradientType=0);
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
  background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 20%, rgba(29, 29, 29, 0.7) 80%, #1d1d1d 95%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001D1D1D', endColorstr='#1D1D1D', GradientType=0);
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar {
  background-color: #616161;
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:before {
  background-color: #a79256;
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slide-back-knob {
  background-color: #1D1D1D;
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper .grid-mask {
  border-color: #1D1D1D;
}
.eurojackpot-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid:after {
  border-top-color: #1D1D1D;
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:before {
  background: linear-gradient(to bottom, #0000ff 0%, #0000ff 5%, rgba(0, 0, 255, 0.7) 20%, rgba(0, 0, 255, 0) 80%, rgba(0, 0, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000FF', endColorstr='#000000FF', GradientType=0);
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-header:after {
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0) 0%, rgba(0, 0, 255, 0) 20%, rgba(0, 0, 255, 0.7) 80%, #0000ff 95%, #0000ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000FF', endColorstr='#0000FF', GradientType=0);
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-bar {
  background-color: #000078;
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-knob:before {
  background-color: #feb700;
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slide-back-knob {
  background-color: #0000FF;
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid-mask-wrapper .grid-mask {
  border-color: #0000FF;
}
.vikinglotto-region .jackpot-subscriptions-range-slider-container .jackpot-range-slider-wrapper .slider-bar-wrapper .slider-grid:after {
  border-top-color: #0000FF;
}



@keyframes subscriptions-general-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes subscriptions-general-overlay-panel-animation {
  0% {
    transform: scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes subscriptions-general-overlay-panel-reverse-animation {
  0% {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
}
.subscription-general-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  will-change: auto;
  animation: subscriptions-general-overlay-background-animation 200ms linear forwards;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .subscription-general-overlay {
    justify-content: center;
  }
}
.subscription-general-overlay .pannel {
  width: 80vw;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  padding: 2rem 0;
  margin: 0 auto 5rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  animation: subscriptions-general-overlay-panel-animation 200ms linear forwards;
}
@media (min-width: 768px) {
  .subscription-general-overlay .pannel {
    width: 45rem;
    margin: 0 auto 1rem;
  }
}
@media (min-width: 1024px) {
  .subscription-general-overlay .pannel {
    padding: 3rem 1rem;
  }
}
.subscription-general-overlay .pannel .close-button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
}
.subscription-general-overlay .pannel .close-button .icon {
  width: 1.3rem;
  height: 1.3rem;
  fill: #004b32;
  transition: transform 150ms linear;
  will-change: transform;
}
@media (min-width: 1024px) {
  .subscription-general-overlay .pannel .close-button .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.subscription-general-overlay .pannel h2 {
  font-size: 2.1rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (min-width: 1024px) {
  .subscription-general-overlay .pannel h2 {
    font-size: 2.4rem;
  }
}
.subscription-general-overlay .pannel .cta-buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .subscription-general-overlay .pannel .cta-buttons {
    display: inline-block;
  }
}
.subscription-general-overlay .pannel .cta-button {
  cursor: pointer;
  min-width: 12rem;
  background-color: #004b32;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 6px;
  height: 4rem;
  line-height: 4rem;
  padding: 0 1.5rem;
  transition: background-color 150ms linear;
}
@media (min-width: 1024px) {
  .subscription-general-overlay .pannel .cta-button {
    height: 4.5rem;
    line-height: 4.5rem;
    min-width: 16rem;
    font-size: 1.6rem;
    padding: 0 2rem;
  }
}
.subscription-general-overlay .pannel .cta-button:hover {
  background-color: #003825;
}
.subscription-general-overlay .pannel .cta-button:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .subscription-general-overlay .pannel .cta-button:last-child {
    margin: 0 0 0 1rem;
  }
}
.subscription-general-overlay.remove-overlay {
  animation: subscriptions-general-overlay-background-animationn 150ms reverse linear;
}
.subscription-general-overlay.remove-overlay .pannel {
  animation: subscriptions-general-overlay-panel-reverse-animation 150ms forwards linear;
}



.subscriptions-wrapper {
  min-height: inherit;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 0;
}
@media (min-width: 768px) {
  .subscriptions-wrapper {
    padding-top: 3rem;
  }
}
.subscriptions-wrapper .loader-wrapper {
  position: relative;
  flex: 1;
}
.subscriptions-wrapper--white-bg {
  background: white;
}



.wizard-wrapper.basket-container .subscription-basket-bar-wrapper {
  height: 6rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper {
  height: 6rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper {
  bottom: 6rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper {
  padding: 2rem 2rem 0;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-header {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item {
  margin-bottom: 2.5rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button {
  width: 2.3rem;
  height: 2.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::before,
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .delete-item-button::after {
  top: 0.1rem;
  left: 0.8rem;
  height: 1.5rem;
  width: 0.2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-title {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-description {
  font-size: 1.3rem;
  margin-bottom: 0.2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper {
  margin-bottom: 0.2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper {
  font-size: 1.1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper .delete-subitem-button {
  width: 2rem;
  height: 1.5rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper .delete-subitem-button::before,
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .subitem-wrapper .subitem-inner-wrapper .delete-subitem-button::after {
  top: 0.5rem;
  left: 0.8rem;
  height: 1.1rem;
  width: 0.2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price {
  font-size: 1.4rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button {
  cursor: pointer;
  right: -0.5rem;
  bottom: -0.1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item .item-inner-wrapper .item-price .edit-item-button .edit-item-button-icon {
  width: 1rem;
  height: 1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item {
  margin-top: 1.9rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper {
  padding-bottom: 1.9rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-title {
  font-size: 1.1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description {
  margin-left: 0.6rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .item-description:before {
  left: -0.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .basket-item.invalid-item .item-inner-wrapper .item-contents .error-message {
  font-size: 1.4rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-wrapper .basket-inner-wrapper .basket-items-list .no-basket-item {
  font-size: 1.4rem;
  margin-bottom: 1.9rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total {
  font-size: 1.4rem;
  padding: 2rem 0 2.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__total .basket__total-price {
  padding-top: 2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper {
  bottom: 6rem;
  padding: 1.1rem 1.5rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-header {
  font-size: 1.4rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-title {
  font-size: 1.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-description {
  font-size: 1.1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .item-price {
  font-size: 1.3rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-notification-wrapper .basket-notification-items .item .subitem-wrapper {
  font-size: 1.1rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder,
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button {
  height: 6rem;
  font-size: 1.4rem;
  padding: 2.2rem 2rem 2rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket__placeholder .basket__placeholder-icon {
  width: 1.3rem;
  height: 0.8rem;
  right: 1.5rem;
  top: 2.6rem;
}
.wizard-wrapper.basket-container .subscription-basket-bar-wrapper .basket-bar-inner-wrapper .basket-bar-purchase-button .purchase-button-loader-box .loader-animation-box .loader-dot {
  width: 0.5rem;
  height: 0.5rem;
}



.wizard-wrapper .box-packages {
  max-width: 130rem;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .box-packages {
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.wizard-wrapper .box-package-wrapper {
  display: flex;
  max-width: 40rem;
  width: 100%;
  flex: 1 1 100%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .box-package-wrapper {
    margin-bottom: 0;
    flex: 1 1 50%;
    padding: 0 1rem 1rem 0;
  }
  .wizard-wrapper .box-package-wrapper:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .box-package-wrapper {
    max-width: 33.3333%;
    flex: 1 1 33.3333%;
    padding: 0 2rem 2rem 0;
  }
  .wizard-wrapper .box-package-wrapper:nth-child(2n) {
    padding: 0 2rem 2rem 0;
  }
  .wizard-wrapper .box-package-wrapper:nth-child(3n) {
    padding-right: 0;
  }
}
.wizard-wrapper .box-package {
  position: relative;
  overflow: hidden;
  flex: 1;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  text-align: left;
}
.wizard-wrapper .box-package__banner {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
}
.wizard-wrapper .box-package__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: black;
  margin-bottom: 0.75rem;
}
.wizard-wrapper .box-package__game {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #a0a0a0;
  line-height: 2.2rem;
  margin-right: -1rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo {
  margin: 0 0.2rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo--allornothing {
  height: 1.6rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo--eurojackpot {
  height: 1.4rem;
  margin-bottom: -0.1rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo--keno {
  height: 1.3rem;
  margin-bottom: -0.1rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo--lotto,
.wizard-wrapper .box-package__game .box-package__game-logo--lottosaturday {
  height: 1.2rem;
}
.wizard-wrapper .box-package__game .box-package__game-logo--vikinglotto {
  height: 1.9rem;
  margin-bottom: -0.45rem;
}
.wizard-wrapper .box-package__game .box-package__game-joker {
  white-space: nowrap;
}
.wizard-wrapper .box-package__game .box-package__game-joker-icon {
  height: 1.5rem;
  margin: 0 0 -0.1rem 0.5rem;
}
.wizard-wrapper .box-package__game .box-package__game-name {
  color: #000000;
}
.wizard-wrapper .box-package__games {
  flex: 1;
  margin-bottom: 3.5rem;
}
.wizard-wrapper .box-package__total {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
}
.wizard-wrapper .box-package__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  color: black;
  transition: color 200ms ease-out;
  height: 3rem;
  width: 100%;
}
.wizard-wrapper .box-package__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .box-package__btn::after {
  background-color: #feb700;
  border-color: #feb700;
}
.wizard-wrapper .box-package__btn:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.wizard-wrapper .box-package__btn.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wizard-wrapper .box-package__btn:hover::after {
  transform: scale(1.03);
}
.wizard-wrapper .box-package__total {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}



.wizard-wrapper .box-whites {
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wizard-wrapper .box-white {
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 3rem;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  max-width: 40rem;
}
.wizard-wrapper .box-white__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  color: black;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .box-white__text {
    padding: 0 1rem;
    font-size: 2rem;
  }
}
.wizard-wrapper .box-white__icon {
  margin: 0 0 2rem;
}
.wizard-wrapper .box-white__icon svg {
  max-width: 100%;
}
.wizard-wrapper .box-white__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 5.6rem;
  color: black;
  transition: color 200ms ease-out;
  width: 100%;
}
.wizard-wrapper .box-white__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .box-white__btn::after {
  background-color: #feb700;
  border-color: #feb700;
}
.wizard-wrapper .box-white__btn:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.wizard-wrapper .box-white__btn.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wizard-wrapper .box-white__btn:hover::after {
  transform: scale(1.03);
}



@keyframes wizard-btn-checked-dot {
  0% {
    border-color: #ffffff;
  }
  100% {
    border-color: rgba(0, 154, 100, 0.5);
  }
}
@keyframes wizard-btn-checked-dot-out {
  100% {
    border-color: #ffffff;
  }
  0% {
    border-color: rgba(0, 154, 100, 0.5);
  }
}
@keyframes wizard-btn-checked-dot-after {
  from {
    border-width: 1.4rem;
  }
  to {
    border-width: 0.8rem;
  }
}
@keyframes wizard-btn-checked-dot-after-out {
  to {
    border-width: 1.4rem;
  }
  from {
    border-width: 0.8rem;
  }
}
@keyframes wizard-btn-checked-curtain {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  40% {
    transform: scaleX(1.05);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes wizard-btn-checked-curtain-out {
  0% {
    transform: scaleX(1);
    opacity: 1;
  }
  60% {
    transform: scaleX(1.05);
    opacity: 1;
  }
  100% {
    transform: scaleX(0);
    opacity: 0;
  }
}
@keyframes wizard-btn-checked-bounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.96);
  }
  50% {
    transform: scale(1.03, 1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wizard-btn-checked-bounce-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  30% {
    transform: scale(1.03, 1);
  }
  100% {
    transform: scale(1);
  }
}
.wizard-wrapper .btn-checked__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wizard-wrapper .btn-checked {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  min-width: auto;
  color: #141414;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2rem;
  line-height: 1.375;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-transform: none;
  background-color: rgba(0, 154, 100, 0.1);
  width: 100%;
  max-width: 34rem;
  min-height: 6rem;
  border-radius: 10rem;
  padding: 1rem 1.2rem;
  margin-bottom: 0.5rem;
}
.wizard-wrapper .btn-checked::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .btn-checked--wide {
  max-width: 40rem;
}
.wizard-wrapper .btn-checked::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background: #009a64;
  z-index: -1;
  transform: scaleX(0);
  opacity: 0;
}
.wizard-wrapper .btn-checked--sub-btn {
  height: 4.8rem;
  width: calc(100% - 1rem);
}
.wizard-wrapper .btn-checked.btn--selected {
  overflow: visible;
  animation: wizard-btn-checked-bounce 350ms ease-out;
  backface-visibility: hidden;
}
.wizard-wrapper .btn-checked.btn--selected::before {
  animation: wizard-btn-checked-curtain 450ms ease-out forwards;
}
.wizard-wrapper .btn-checked.btn--selected .btn-checked__labels {
  color: #ffffff;
  transform: translateZ(0);
}
.wizard-wrapper .btn-checked.btn--selected .btn-checked__labels .btn-checked__sublabel {
  color: rgba(255, 255, 255, 0.8);
}
.wizard-wrapper .btn-checked.btn--selected .btn-checked__dot {
  animation: wizard-btn-checked-dot 150ms ease-out forwards;
  animation-delay: 150ms;
}
.wizard-wrapper .btn-checked.btn--selected .btn-checked__dot::after {
  animation: wizard-btn-checked-dot-after 150ms ease-out forwards;
  animation-delay: 150ms;
}
.wizard-wrapper .btn-checked.btn--selected .btn-checked__icons--mobile-pay img {
  filter: brightness(0) invert(1);
}
.wizard-wrapper .btn-checked.btn--unselected {
  animation: wizard-btn-checked-bounce-out 350ms ease-in;
}
.wizard-wrapper .btn-checked.btn--unselected::before {
  animation: wizard-btn-checked-curtain-out 250ms ease-in forwards;
}
.wizard-wrapper .btn-checked.btn--unselected .btn-checked__dot {
  animation: wizard-btn-checked-dot-out 150ms ease-in forwards;
}
.wizard-wrapper .btn-checked.btn--unselected .btn-checked__dot::after {
  animation: wizard-btn-checked-dot-after-out 150ms ease-in forwards;
}
.wizard-wrapper .btn-checked__dot {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 0.4rem solid rgba(0, 154, 100, 0.1);
  border-radius: 50%;
  cursor: pointer;
  height: 3.4rem;
  width: 3.4rem;
  transition: border 100ms ease-out;
  flex-shrink: 0;
}
.wizard-wrapper .btn-checked__dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #009a64;
  border: 1.4rem solid #ffffff;
  border-radius: 50%;
}
.btn-checked--sub-btn .wizard-wrapper .btn-checked__dot {
  margin-left: -0.5rem;
}
.wizard-wrapper .btn-checked__plus {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  height: 3.4rem;
  width: 3.4rem;
  transition: border 100ms ease-out;
  flex-shrink: 0;
}
.wizard-wrapper .btn-checked__plus::before,
.wizard-wrapper .btn-checked__plus::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-top: 0.2rem solid #009a64;
  width: 1.2rem;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.6rem);
}
.wizard-wrapper .btn-checked__plus::after {
  transform: rotate(90deg);
}
.btn-checked--sub-btn .wizard-wrapper .btn-checked__plus {
  margin-left: -0.5rem;
}
.wizard-wrapper .btn-checked__labels {
  position: relative;
  transform: translateZ(0);
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: #009a64;
  font-weight: bold;
  padding-left: 1rem;
  transition: color 200ms ease-out;
  height: 100%;
  justify-content: center;
}
.wizard-wrapper .btn-checked__labels .btn-checked__label {
  font-size: 1.6rem;
}
.wizard-wrapper .btn-checked__labels .btn-checked__label--centered {
  width: 100%;
  text-align: center;
}
.wizard-wrapper .btn-checked__labels .btn-checked__sublabel {
  font-size: 1.3rem;
  font-weight: normal;
  width: 100%;
}
.wizard-wrapper .btn-checked__labels .btn-checked__sublabel--small {
  font-size: 1.2rem;
}
.wizard-wrapper .btn-checked__labels .btn-checked__sublabel span {
  display: none;
}
@media screen and (min-width: 480px) {
  .wizard-wrapper .btn-checked__labels .btn-checked__sublabel span {
    display: inline;
    position: absolute;
    right: 0;
    font-style: italic;
  }
}
.wizard-wrapper .btn-checked__labels .btn-checked__icons {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: flex;
  align-items: center;
}
.wizard-wrapper .btn-checked__labels .btn-checked__icons img {
  height: 2rem;
}
.wizard-wrapper .btn-checked__labels .btn-checked__icons--mobile-pay img {
  height: 3.2rem;
}



.wizard-wrapper .game-client {
  margin: 0 -2rem 3rem;
}
.wizard-wrapper .game-client .game-client__title {
  padding: 0 2rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 0.05rem;
  color: black;
  margin: 0 auto 1rem;
  max-width: 35rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .game-client .game-client__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .game-client .game-client__title {
    font-size: 1.8rem;
    max-width: 70rem;
  }
}



.wizard .eurojackpot-classic-game {
  background-color: white;
}
.wizard .eurojackpot-classic-game .rows-container {
  height: 234vw;
}
@media (min-width: 768px) and (max-width: 960px) {
  .wizard .eurojackpot-classic-game .rows-container {
    height: 90vw;
  }
}
@media (min-width: 960px) {
  .wizard .eurojackpot-classic-game .rows-container {
    height: 90rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 961px) {
  .wizard .eurojackpot-classic-game .rows-container {
    height: 56rem;
  }
}



.wizard .lotto-classic-game,
.wizard .lotto-system-game,
.wizard .lotto-lucky-game,
.wizard .lotto-winning-numbers {
  background-color: white;
}
.wizard .lotto-classic-game .row-header,
.wizard .lotto-system-game .row-header,
.wizard .lotto-lucky-game .row-header,
.wizard .lotto-winning-numbers .row-header {
  color: #c21a00;
  border-bottom: 0;
}
.wizard .lotto-classic-game .row-header .header-rules-text,
.wizard .lotto-system-game .row-header .header-rules-text,
.wizard .lotto-lucky-game .row-header .header-rules-text,
.wizard .lotto-winning-numbers .row-header .header-rules-text {
  color: #c21a00;
}
.wizard .lotto-classic-game .row-header .right-side .row-delete-button .icon,
.wizard .lotto-system-game .row-header .right-side .row-delete-button .icon,
.wizard .lotto-lucky-game .row-header .right-side .row-delete-button .icon,
.wizard .lotto-winning-numbers .row-header .right-side .row-delete-button .icon {
  fill: #c21a00;
}
.wizard .lotto-classic-game .number-picker-container .cell .back-face,
.wizard .lotto-system-game .number-picker-container .cell .back-face,
.wizard .lotto-lucky-game .number-picker-container .cell .back-face,
.wizard .lotto-winning-numbers .number-picker-container .cell .back-face {
  color: white;
  background-color: #c21a00;
}
.wizard .lotto-classic-game .number-picker-container .cell .front-face,
.wizard .lotto-system-game .number-picker-container .cell .front-face,
.wizard .lotto-lucky-game .number-picker-container .cell .front-face,
.wizard .lotto-winning-numbers .number-picker-container .cell .front-face {
  color: #c21a00;
  background-color: #eecece;
}
.wizard .lotto-classic-game .number-picker-footer,
.wizard .lotto-system-game .number-picker-footer,
.wizard .lotto-lucky-game .number-picker-footer,
.wizard .lotto-winning-numbers .number-picker-footer {
  border-top: 0;
}
.wizard .lotto-classic-game .number-picker-footer .buttons-container .button,
.wizard .lotto-system-game .number-picker-footer .buttons-container .button,
.wizard .lotto-lucky-game .number-picker-footer .buttons-container .button,
.wizard .lotto-winning-numbers .number-picker-footer .buttons-container .button {
  color: white;
  background-color: #c21a00;
}
.wizard .lotto-classic-game .lotto-section .right-gradient,
.wizard .lotto-system-game .lotto-section .right-gradient,
.wizard .lotto-lucky-game .lotto-section .right-gradient,
.wizard .lotto-winning-numbers .lotto-section .right-gradient {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.wizard .lotto-classic-game .lotto-section .left-gradient,
.wizard .lotto-system-game .lotto-section .left-gradient,
.wizard .lotto-lucky-game .lotto-section .left-gradient,
.wizard .lotto-winning-numbers .lotto-section .left-gradient {
  background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
}
.wizard .lotto-classic-game .lotto-game-tabs-wrapper .tabs-container,
.wizard .lotto-system-game .lotto-game-tabs-wrapper .tabs-container,
.wizard .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container,
.wizard .lotto-winning-numbers .lotto-game-tabs-wrapper .tabs-container {
  background-color: white;
}
.wizard .lotto-classic-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .lotto-winning-numbers .lotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline {
  color: #282828;
  border-bottom: 0.2rem solid #E11E00;
}
.wizard .lotto-classic-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .lotto-winning-numbers .lotto-game-tabs-wrapper .tabs-container .inner-wrapper p {
  color: #282828;
}
.wizard .lotto-classic-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .lotto-winning-numbers .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li {
  color: #282828;
}
.wizard .lotto-classic-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .lotto-winning-numbers .lotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before {
  color: #c21a00;
  background-color: #eecece;
}
.wizard .lotto-classic-game .rows-container {
  height: 113vw;
}
@media (min-width: 768px) and (max-width: 960px) {
  .wizard .lotto-classic-game .rows-container {
    height: 94vw;
  }
}
@media (min-width: 960px) {
  .wizard .lotto-classic-game .rows-container {
    height: 56rem;
    padding-top: 3rem;
  }
}
@media (min-width: 961px) {
  .wizard .lotto-classic-game .rows-container {
    height: 49rem;
  }
}
.wizard .lotto-classic-game .row-header {
  border-bottom: 0.2rem solid #c21a00;
}
.wizard .lotto-classic-game .number-picker-footer {
  border-top: 0.2rem solid #E11E00;
}



.wizard .vikinglotto-classic-game,
.wizard .vikinglotto-system-game,
.wizard .vikinglotto-lucky-game,
.wizard .vikinglotto-winning-numbers {
  background-color: white;
}
.wizard .vikinglotto-classic-game .row-header,
.wizard .vikinglotto-system-game .row-header,
.wizard .vikinglotto-lucky-game .row-header,
.wizard .vikinglotto-winning-numbers .row-header {
  color: #0000ff;
  border-bottom: 0.2rem solid #0000ff;
}
.wizard .vikinglotto-classic-game .row-header .header-rules-text,
.wizard .vikinglotto-system-game .row-header .header-rules-text,
.wizard .vikinglotto-lucky-game .row-header .header-rules-text,
.wizard .vikinglotto-winning-numbers .row-header .header-rules-text {
  color: #0000ff;
}
.wizard .vikinglotto-classic-game .row-header .right-side .row-delete-button .icon,
.wizard .vikinglotto-system-game .row-header .right-side .row-delete-button .icon,
.wizard .vikinglotto-lucky-game .row-header .right-side .row-delete-button .icon,
.wizard .vikinglotto-winning-numbers .row-header .right-side .row-delete-button .icon {
  fill: #0000ff;
}
.wizard .vikinglotto-classic-game .number-picker-container .cell .back-face,
.wizard .vikinglotto-system-game .number-picker-container .cell .back-face,
.wizard .vikinglotto-lucky-game .number-picker-container .cell .back-face,
.wizard .vikinglotto-winning-numbers .number-picker-container .cell .back-face {
  color: white;
  background-color: #0000ff;
}
.wizard .vikinglotto-classic-game .number-picker-container .cell .front-face,
.wizard .vikinglotto-system-game .number-picker-container .cell .front-face,
.wizard .vikinglotto-lucky-game .number-picker-container .cell .front-face,
.wizard .vikinglotto-winning-numbers .number-picker-container .cell .front-face {
  color: #0000ff;
  background-color: #e6e6fe;
}
.wizard .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
.wizard .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
.wizard .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
.wizard .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
  color: #0000ff;
}
.wizard .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.wizard .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.wizard .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.wizard .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon-viking.white {
  -webkit-filter: brightness(0) saturate(100%) invert(90%) sepia(85%) saturate(5600%) hue-rotate(180deg) brightness(100%) contrast(113%);
  filter: brightness(0) saturate(100%) invert(90%) sepia(85%) saturate(5600%) hue-rotate(180deg) brightness(100%) contrast(113%);
}
.wizard .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.wizard .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.wizard .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.wizard .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box.selected .number {
  color: #FEB700;
  font-weight: 700;
}
.wizard .vikinglotto-classic-game .number-picker-footer,
.wizard .vikinglotto-system-game .number-picker-footer,
.wizard .vikinglotto-lucky-game .number-picker-footer,
.wizard .vikinglotto-winning-numbers .number-picker-footer {
  border-top: 0.2rem solid #0000ff;
}
.wizard .vikinglotto-classic-game .number-picker-footer .buttons-container .button,
.wizard .vikinglotto-system-game .number-picker-footer .buttons-container .button,
.wizard .vikinglotto-lucky-game .number-picker-footer .buttons-container .button,
.wizard .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button {
  color: white;
  background-color: #0000ff;
}
.wizard .vikinglotto-classic-game .vikinglotto-section .right-gradient,
.wizard .vikinglotto-system-game .vikinglotto-section .right-gradient,
.wizard .vikinglotto-lucky-game .vikinglotto-section .right-gradient,
.wizard .vikinglotto-winning-numbers .vikinglotto-section .right-gradient {
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff);
}
.wizard .vikinglotto-classic-game .vikinglotto-section .left-gradient,
.wizard .vikinglotto-system-game .vikinglotto-section .left-gradient,
.wizard .vikinglotto-lucky-game .vikinglotto-section .left-gradient,
.wizard .vikinglotto-winning-numbers .vikinglotto-section .left-gradient {
  background: linear-gradient(90deg, #fff 0, hsla(0, 0%, 100%, 0));
}
.wizard .vikinglotto-classic-game .vikinglotto-game-tabs-wrapper .tabs-container,
.wizard .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container,
.wizard .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container,
.wizard .vikinglotto-winning-numbers .vikinglotto-game-tabs-wrapper .tabs-container {
  background-color: white;
}
.wizard .vikinglotto-classic-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline,
.wizard .vikinglotto-winning-numbers .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper .tab-headline {
  color: #282828;
  border-bottom: 0.2rem solid #0000ff;
}
.wizard .vikinglotto-classic-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper p,
.wizard .vikinglotto-winning-numbers .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper p {
  color: #282828;
}
.wizard .vikinglotto-classic-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li,
.wizard .vikinglotto-winning-numbers .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li {
  color: #282828;
}
.wizard .vikinglotto-classic-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before,
.wizard .vikinglotto-winning-numbers .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper ol li:before {
  color: #0000ff;
  background-color: #e6e6fe;
}
.wizard .vikinglotto-classic-game .rows-container {
  height: 130vw;
}
@media (min-width: 768px) and (max-width: 960px) {
  .wizard .vikinglotto-classic-game .rows-container {
    height: 96vw;
  }
}
@media (min-width: 960px) {
  .wizard .vikinglotto-classic-game .rows-container {
    height: 78rem;
    padding-top: 3rem;
  }
}
@media (min-width: 961px) {
  .wizard .vikinglotto-classic-game .rows-container {
    height: 49rem;
  }
}
@media screen and (min-width: 950px) {
  .wizard .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .rows-container {
    height: 52rem;
  }
}
@media (min-width: 960px) {
  .pannel .buttons .btn {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    border-radius: 5px;
    padding: 0 1.2rem;
  }
}



.wizard .allornothing-region {
  width: inherit;
  font-size: inherit;
  background: inherit;
}
.wizard .all-or-nothing-classic-game-client-section {
  padding: 0;
}
.wizard .all-or-nothing-classic-game-client-headline-wrapper {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .wizard .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container.fixed-position {
    position: absolute;
    left: 2.15vw;
    bottom: 2.15vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .wizard .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper.fixed-position {
    position: absolute;
    bottom: 2.15vw;
    left: 19.3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .wizard .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.fixed-position {
    position: absolute;
    right: 2.15vw;
    bottom: 2.15vw;
  }
}



.wizard-wrapper .wizard-gamepad {
  user-select: none;
  width: 22rem;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 375px) {
  .wizard-wrapper .wizard-gamepad {
    width: 33rem;
  }
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  overflow: hidden;
  font-size: 3rem;
  height: 8rem;
  width: 8rem;
  border-radius: 2.8rem;
  padding: 0;
  color: black;
  opacity: 0.5;
  margin: 1.5rem 1.5rem 1rem;
  border: none;
  background: #f0f0f2;
  box-shadow: 0 0 0 0.1rem transparent;
  transition: box-shadow 150ms ease-out, opacity 150ms ease-out;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn::after {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn:hover::after {
  background-color: #ffffff;
  border-color: #feb700;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn:active {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn.btn--selected::after {
  background-color: #f0f0f2;
  border-color: #feb700;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn[checked="true"] {
  opacity: 1;
  box-shadow: 0 0 0 0.1rem black;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__btn img {
  width: 100%;
  height: 100%;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game {
  position: relative;
  width: 11rem;
  overflow: hidden;
  float: left;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game:hover .wizard-gamepad__game-marker,
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game:hover .wizard-gamepad__btn {
  opacity: 1;
  box-shadow: 0 0 0 0.1rem black;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game .wizard-gamepad__game-marker {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 0 0 0.1rem #b4b4b4;
  transition: box-shadow 150ms ease-out, background-color 150ms ease-out;
  border-radius: 50%;
  cursor: pointer;
  height: 2.8rem;
  width: 2.8rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game .wizard-gamepad__game-marker[checked="true"] {
  background-color: #feb700;
  box-shadow: 0 0 0 0.1rem black;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game .wizard-gamepad__game-marker::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 0.2rem solid black;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  height: 0.6rem;
  width: 1.2rem;
  left: 0.7rem;
  top: 0.9rem;
  opacity: 0;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__game .wizard-gamepad__game-marker[checked="true"]::after {
  opacity: 1;
}
.wizard-wrapper .wizard-gamepad .wizard-gamepad__label {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #b4b4b4;
  line-height: 1.5;
  padding: 0 1rem;
  height: 3.2rem;
}



.wizard-wrapper .hero {
  position: relative;
  width: 100%;
  background-color: #004b32;
  margin-bottom: 21rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero {
    margin-bottom: 11rem;
    background: #004b32 no-repeat right center url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/hero-bg.svg");
    background-size: 80vw auto;
  }
}
@media screen and (min-width: 1024px) {
  .wizard-wrapper .hero {
    margin-bottom: 12rem;
    background-size: 48vw auto;
    background-position-x: 33vw;
    background-position-y: 70%;
  }
}
.wizard-wrapper .hero .hero__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.wizard-wrapper .hero .hero__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wizard-wrapper .hero .hero__title {
  display: none;
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25;
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.wizard-wrapper .hero .hero__title--mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero .hero__title {
    display: block;
  }
  .wizard-wrapper .hero .hero__title--mobile {
    display: none;
  }
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero .hero__title {
    font-size: 4rem;
    line-height: 1;
    max-width: 50rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .hero .hero__title {
    font-size: 4.8rem;
    max-width: 57rem;
  }
}
.wizard-wrapper .hero .hero__text {
  display: none;
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #a0a0a0;
  letter-spacing: 0.025em;
}
.wizard-wrapper .hero .hero__text--mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero .hero__text {
    display: block;
  }
  .wizard-wrapper .hero .hero__text--mobile {
    display: none;
  }
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero .hero__text {
    font-size: 1.6rem;
    max-width: 50rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .hero .hero__text {
    max-width: 57rem;
  }
}
.wizard-wrapper .hero .hero__boxes {
  margin-bottom: -19rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero .hero__boxes {
    margin: 0;
    padding: 0 3rem 0 0;
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: -11rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
.wizard-wrapper .hero .hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero .hero__inner {
    align-items: flex-start;
  }
}
.wizard-wrapper .hero .hero__content {
  padding: 3rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wizard-wrapper .hero .hero__content {
    min-height: 30rem;
    width: 55%;
    padding: 7rem 3rem 8rem;
  }
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero .hero__content {
    padding: 8rem 3rem 9rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .hero .hero__content {
    padding: 9rem 3rem 10rem;
  }
}



.wizard-wrapper .hero-packages {
  width: 100%;
  background-color: #004b32;
  margin-bottom: -14rem;
  padding-bottom: 14rem;
}
@media (min-width: screen and (min-width: 768px)) {
  .wizard-wrapper .hero-packages {
    margin-bottom: -10rem;
    padding-bottom: 10rem;
  }
}
.wizard-wrapper .hero-packages .hero-packages__title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25;
  max-width: 40rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero-packages .hero-packages__title {
    font-size: 4rem;
    line-height: 1;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .hero-packages .hero-packages__title {
    font-size: 4.8rem;
  }
}
.wizard-wrapper .hero-packages .hero-packages__text {
  max-width: 40rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  color: #a0a0a0;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero-packages .hero-packages__text {
    font-size: 1.6rem;
    max-width: 60rem;
  }
}
.wizard-wrapper .hero-packages .hero-packages__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}
.wizard-wrapper .hero-packages .hero-packages__content {
  padding: 3rem 2rem 4rem;
  width: 100%;
}
@media screen and (min-width: 1216px) {
  .wizard-wrapper .hero-packages .hero-packages__content {
    padding: 4rem 2rem 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .hero-packages .hero-packages__content {
    padding: 5rem 2rem 6rem;
  }
}



.wizard-wrapper .wizard-joker {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 3rem;
}
.wizard-wrapper .wizard-joker svg {
  width: 11rem;
  height: 5.3rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .wizard-joker .btn-check {
  margin-bottom: 1rem;
}
.wizard-wrapper .wizard-joker .btn-check:last-child {
  margin-bottom: 0;
}



.wizard-wrapper .wizard-loading {
  position: relative;
  width: 25rem;
  padding: 7rem 0;
  margin: 2rem 0 4rem;
}



.wizard-wrapper .wizard-modal {
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 1000;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-height: 500px) {
  .wizard-wrapper .wizard-modal {
    padding: 2rem;
    align-items: flex-start;
  }
}
.wizard-wrapper .wizard-modal.wizard-modal--show {
  transition: opacity 200ms ease-in;
  opacity: 1;
  pointer-events: all;
}
.wizard-wrapper .wizard-modal .wizard-modal__box {
  transform: translateY(0);
  transition: transform 400ms cubic-bezier(0, 1.7, 0.3, 1);
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
  background: #ffffff;
  border-radius: 3rem;
  padding: 3.5rem 2rem 2rem;
  flex: 1;
  max-width: 36rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-height: 500px) {
  .wizard-wrapper .wizard-modal .wizard-modal__box {
    margin-top: 5rem;
    max-width: 32rem;
  }
}
@media (min-height: 700px) {
  .wizard-wrapper .wizard-modal .wizard-modal__box {
    margin-top: 13rem;
  }
}
@media (min-height: 700px) and (min-width: 950px) {
  .wizard-wrapper .wizard-modal .wizard-modal__box {
    margin-top: 16rem;
  }
}
.wizard-wrapper .wizard-modal.wizard-modal--show .wizard-modal__box {
  transform: translateY(1rem);
}
.wizard-wrapper .wizard-modal .wizard-modal__logo {
  height: 6.5rem;
  margin-bottom: 2.5rem;
  display: none;
}
@media (min-height: 500px) {
  .wizard-wrapper .wizard-modal .wizard-modal__logo {
    display: block;
  }
}
.wizard-wrapper .wizard-modal .wizard-modal__title {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  line-height: 1.375;
  margin-bottom: 2rem;
}
.wizard-wrapper .wizard-modal .wizard-modal__text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns div:first-child {
  margin-right: 1rem;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns div:first-child:last-child {
  margin-right: 0;
}
@media (min-height: 500px) {
  .wizard-wrapper .wizard-modal .wizard-modal__btns {
    flex-direction: column;
  }
  .wizard-wrapper .wizard-modal .wizard-modal__btns div:first-child {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .wizard-wrapper .wizard-modal .wizard-modal__btns div:first-child:last-child {
    margin-bottom: 0;
  }
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 5.6rem;
  color: black;
  width: 100%;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn::after {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn:active::after {
  background-color: #f0f0f2;
  border-color: black;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn:hover::after {
  transform: scale(1.03);
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 5.6rem;
  color: black;
  transition: color 200ms ease-out;
  width: 100%;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed::after {
  background-color: #feb700;
  border-color: #feb700;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wizard-wrapper .wizard-modal .wizard-modal__btns .wizard-modal__btn-proceed:hover::after {
  transform: scale(1.03);
}



.wizard-wrapper .wizard-numpad {
  width: 21rem;
  margin: 0 auto 3rem;
  padding-left: 2rem;
}
@media screen and (min-width: 375px) {
  .wizard-wrapper .wizard-numpad {
    width: 30rem;
  }
}
@media (min-width: 550px) {
  .wizard-wrapper .wizard-numpad {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-right: 2rem;
  }
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  overflow: hidden;
  font-size: 3rem;
  height: 8rem;
  width: 8rem;
  border-radius: 2.8rem;
  padding: 0;
  color: black;
  margin: 0 1rem 1rem 0;
  float: left;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn::after {
  background-color: #ffffff;
  border-color: #c8c8c8;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn:hover::after {
  background-color: #ffffff;
  border-color: #feb700;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn:active {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn.btn--selected::after {
  background-color: #f0f0f2;
  border-color: #feb700;
}
.wizard-wrapper .wizard-numpad .wizard-numpad__btn:last-child {
  margin-right: 0;
}



.wizard-wrapper .wizard-proceedbar {
  display: flex;
  flex: 1;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 4rem;
  width: 100%;
  max-width: 33.5rem;
}
.wizard-wrapper .wizard-proceedbar div:first-child:last-child {
  margin: 0 auto;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 5.6rem;
  width: 18rem;
  color: black;
  transition: color 200ms ease-out;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
@media screen and (min-width: 375px) {
  .wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed {
    width: 21.4rem;
  }
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed::after {
  background-color: #feb700;
  border-color: #feb700;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-proceed:hover::after {
  transform: scale(1.03);
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 5.6rem;
  color: black;
  width: 8rem;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back::after {
  background-color: #ffffff;
  border-color: black;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back:active::after {
  background-color: #f0f0f2;
  border-color: black;
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back:hover::after {
  transform: scale(1.03);
}
.wizard-wrapper .wizard-proceedbar .wizard-proceedbar__btn-back::before {
  padding-top: 0.4rem;
  content: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/arrow-back.svg");
}



/**
 * 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;
}
.wizard .choose-game--lotto .rotary-selector .selector-background {
  background-color: #a30003;
}
.wizard .choose-game--lotto .rotary-selector .selector-numbers .number-wrapper .number {
  color: #c50005;
}
.wizard .choose-game--eurojackpot .rotary-selector .selector-background {
  background-color: #da9119;
}
.wizard .choose-game--eurojackpot .rotary-selector .selector-numbers .number-wrapper .number {
  color: #da9119;
}
.wizard .choose-game--vikinglotto .rotary-selector .selector-background {
  background-color: #00f;
}
.wizard .choose-game--vikinglotto .rotary-selector .selector-numbers .number-wrapper .number {
  color: #00f;
}
.wizard .choose-game--keno .rotary-selector .selector-background {
  background-color: #00a5eb;
}
.wizard .choose-game--keno .rotary-selector .selector-numbers .number-wrapper .number {
  color: #00a5eb;
}
.wizard .choose-game--allornothing .rotary-selector .selector-background {
  background-color: #191339;
}
.wizard .choose-game--allornothing .rotary-selector .selector-numbers .number-wrapper .number {
  color: #191339;
}
.wizard .rotary-selector {
  font-size: 0.4rem;
  margin: 0 -2rem;
  overflow: hidden;
}
.wizard .rotary-selector .selector-container {
  height: 16rem;
  max-width: 60rem;
  position: relative;
  padding: 0 0 7rem;
  perspective: 150rem;
  margin: auto;
  box-sizing: content-box;
}
.wizard .rotary-selector .selector-background {
  width: 14rem;
  height: 14rem;
  border-radius: 2.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.wizard .rotary-selector .selected-number-wrapper {
  width: 35em;
  height: 35em;
}
.wizard .rotary-selector .selected-number-wrapper .selector-numbers {
  left: 0;
  top: 66em;
}
.wizard .rotary-selector .selector-numbers {
  width: 100%;
  height: 0;
  padding-bottom: 30rem;
  position: absolute;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.34, 1.61, 0.7, 1);
  transform: rotateX(-25deg) rotateZ(0deg) translateZ(-45rem);
  top: 27rem;
}
.wizard .rotary-selector .selector-numbers .number-wrapper {
  width: 14rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  margin-left: -7rem;
  text-align: center;
  transform-origin: center bottom;
  transform-style: preserve-3d;
  /* Define two variables as the loop limits */
  /* Create a Parametric mixin and add a guard operation */
  /* the mixin is called, css outputted and iterations called */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(0n + 0) {
  transform: rotate(-20deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(1n + 0) {
  transform: rotate(0deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(2n + 0) {
  transform: rotate(20deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(3n + 0) {
  transform: rotate(40deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(4n + 0) {
  transform: rotate(60deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(5n + 0) {
  transform: rotate(80deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(6n + 0) {
  transform: rotate(100deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(7n + 0) {
  transform: rotate(120deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(8n + 0) {
  transform: rotate(140deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(9n + 0) {
  transform: rotate(160deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(10n + 0) {
  transform: rotate(180deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(11n + 0) {
  transform: rotate(200deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(12n + 0) {
  transform: rotate(220deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(13n + 0) {
  transform: rotate(240deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(14n + 0) {
  transform: rotate(260deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(15n + 0) {
  transform: rotate(280deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(16n + 0) {
  transform: rotate(300deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(17n + 0) {
  transform: rotate(320deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(18n + 0) {
  transform: rotate(340deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(19n + 0) {
  transform: rotate(360deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper:nth-child(20n + 0) {
  transform: rotate(380deg) translateZ(0);
}
.wizard .rotary-selector .selector-numbers .number-wrapper .number {
  font-size: 7rem;
  font-weight: 900;
  position: relative;
  top: 40rem;
  transform: scale(0.6) translateZ(0) rotateX(10deg) translateY(-50rem);
  opacity: 0;
  transition: transform 200ms, opacity 200ms;
  line-height: 1.4;
  /* Fix for Signa font */
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view .number {
  cursor: pointer;
  transform: scale(0.7) translateY(-50rem) translateZ(0) rotateX(20deg);
  opacity: 0.85;
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view .number:hover {
  opacity: 1;
  transform: scale(0.7) translateY(-50rem) translateZ(0) rotateX(20deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
  opacity: 0.5;
  transform: scale(0.7) translateY(-72rem) translateZ(0) rotateX(20deg) translateX(-0.5rem) rotateZ(-5deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number:hover {
  opacity: 1;
  transform: scale(0.7) translateY(-72rem) translateZ(0) rotateX(20deg) translateX(-0.5rem) rotateZ(-5deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
  opacity: 0.5;
  transform: scale(0.7) translateY(-72rem) translateZ(0) rotateX(20deg) translateX(0.5rem) rotateZ(5deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number:hover {
  opacity: 1;
  transform: scale(0.7) translateY(-72rem) translateZ(0) rotateX(20deg) translateX(0.5rem) rotateZ(5deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
  opacity: 0.2;
  transform: scale(0.6) translateY(-85rem) translateZ(0) rotateX(20deg) translateX(-9rem) rotateZ(-16deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number:hover {
  opacity: 1;
  transform: scale(0.6) translateY(-85rem) translateZ(0) rotateX(20deg) translateX(-9rem) rotateZ(-16deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
  opacity: 0.2;
  transform: scale(0.6) translateY(-85rem) translateZ(0) rotateX(20deg) translateX(9rem) rotateZ(16deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number:hover {
  opacity: 1;
  transform: scale(0.6) translateY(-85rem) translateZ(0) rotateX(20deg) translateX(9rem) rotateZ(16deg);
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-focus .number {
  color: white;
  transform: scale(1) translateY(-50rem) translateZ(1rem) rotateX(30deg);
  opacity: 1;
}
.wizard .rotary-selector .selector-numbers .number-wrapper.in-focus .number:hover {
  opacity: 1;
  transform: scale(1) translateY(-50rem) translateZ(1rem) rotateX(30deg);
}
.wizard .rotary-selector .selector-foreground {
  width: 12rem;
  height: 15rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateZ(7em) scale(0.95333);
}
.wizard .rotary-selector .selector-foreground .navigation-button {
  width: 5.8rem;
  height: 5.8rem;
  position: absolute;
  top: 4.1rem;
  cursor: pointer;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
}
.wizard .rotary-selector .selector-foreground .navigation-button .icon {
  width: 5.8rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: black;
}
.wizard .rotary-selector .selector-foreground .navigation-button.previous {
  display: none;
  border-radius: 50%;
  left: -30rem;
}
@media screen and (min-width: 1024px) {
  .wizard .rotary-selector .selector-foreground .navigation-button.previous {
    display: block;
  }
}
.wizard .rotary-selector .selector-foreground .navigation-button.previous:before {
  top: -3.1em;
  right: -0.7em;
  transform: rotate(-135deg);
}
.wizard .rotary-selector .selector-foreground .navigation-button.previous:after {
  bottom: -3.1em;
  right: -0.7em;
  transform: rotate(135deg);
}
.wizard .rotary-selector .selector-foreground .navigation-button.next {
  display: none;
  border-radius: 50%;
  right: -30rem;
}
@media screen and (min-width: 1024px) {
  .wizard .rotary-selector .selector-foreground .navigation-button.next {
    display: block;
  }
}
.wizard .rotary-selector .selector-foreground .navigation-button.next:before {
  top: -3em;
  left: -0.8em;
  transform: rotate(-45deg);
}
.wizard .rotary-selector .selector-foreground .navigation-button.next:after {
  bottom: -3em;
  left: -0.8em;
  transform: rotate(45deg);
}
.wizard .rotary-selector .selector-foreground .frame {
  width: 12rem;
  height: 14rem;
  border-radius: 1em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.wizard .rotary-selector .selector-foreground .frame:before,
.wizard .rotary-selector .selector-foreground .frame:after {
  content: '';
  width: 18%;
  height: 100%;
  position: absolute;
  top: 0;
}
.wizard .rotary-selector .selector-foreground .frame .label {
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  top: auto;
}



.wizard-wrapper .wizard-slider {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
}
.wizard-wrapper .wizard-slider .wizard-slider__range {
  position: relative;
  z-index: 1;
  background: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  outline: none;
  opacity: 1;
  height: 4rem;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.9rem #feb700;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-webkit-slider-thumb:hover {
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-webkit-slider-thumb:active {
  transform: scale(1.5);
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-moz-range-thumb {
  position: relative;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: white;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 0.9rem #feb700;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-moz-range-thumb:hover {
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.wizard-wrapper .wizard-slider .wizard-slider__range::-moz-range-thumb:active {
  transform: scale(1.5);
  box-shadow: inset 0 0 0 1.5rem #feb700;
}
.wizard-wrapper .wizard-slider .wizard-slider__tooltip-wrapper {
  height: 5rem;
  margin: -1rem -1rem 0;
  position: relative;
  z-index: -1;
}
.wizard-wrapper .wizard-slider .wizard-slider__ticks {
  position: absolute;
  top: 1.6rem;
  left: 1.3rem;
  right: 1.3rem;
  height: 0.8rem;
  background: #e6e6e6;
  border-radius: 0.8rem;
  user-select: none;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.wizard-wrapper .wizard-slider .wizard-slider__tooltip-wrapper + .wizard-slider__ticks {
  top: 5.7rem;
}
.wizard-wrapper .wizard-slider .wizard-slider__tick {
  user-select: none;
  height: 1.7rem;
  width: 0.4rem;
  border-radius: 0.4rem;
  background: #dcdcdc;
  margin-top: -0.4rem;
}
.wizard-wrapper .wizard-slider .wizard-slider__tooltip {
  position: absolute;
  content: "";
  width: 8rem;
  height: 3.4rem;
  background: #feb700;
  top: 0;
  left: -9999rem;
  color: black;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 1.8rem;
}
.wizard-wrapper .wizard-slider .wizard-slider__tooltip::before {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -0.8rem;
  border-color: #feb700 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  border-width: 1.1rem 1.2rem 0;
  border-style: solid;
}
.wizard-wrapper .wizard-slider .wizard-slider__min-max-labels {
  padding: 0 1.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: -1rem;
  user-select: none;
  flex-wrap: wrap;
}
.wizard-wrapper .wizard-slider .wizard-slider__min-label,
.wizard-wrapper .wizard-slider .wizard-slider__max-label,
.wizard-wrapper .wizard-slider .wizard-slider__min-sublabel,
.wizard-wrapper .wizard-slider .wizard-slider__max-sublabel {
  text-align: left;
  user-select: none;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #a0a0a0;
  font-weight: 600;
  flex: 1 1 50%;
}
.wizard-wrapper .wizard-slider .wizard-slider__min-sublabel,
.wizard-wrapper .wizard-slider .wizard-slider__max-sublabel {
  font-size: 1.2rem;
}
.wizard-wrapper .wizard-slider .wizard-slider__max-label,
.wizard-wrapper .wizard-slider .wizard-slider__max-sublabel {
  text-align: right;
}



.wizard-wrapper .wizard-step {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #b4b4b4;
  line-height: 1.5;
  margin-bottom: 2rem;
}



.wizard-wrapper .wizard-topnav {
  display: flex;
  align-items: center;
  width: calc((100% + 4rem));
  background-color: #f0f0f2;
  height: 4.8rem;
  margin-bottom: 2rem;
}
.wizard-wrapper .wizard-topnav .wizard-topnav__inner {
  text-align: left;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 1440px) {
  .wizard-wrapper .wizard-topnav .wizard-topnav__inner {
    max-width: 120rem;
  }
}
.wizard-wrapper .wizard-topnav .wizard-topnav__nav {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: black;
  line-height: 1;
}
.wizard-wrapper .wizard-topnav .wizard-topnav__nav::before {
  content: "";
  position: absolute;
  left: 1rem;
  z-index: 1;
  transform: rotate(135deg);
  border: solid black;
  border-width: 0 0.2rem 0.2rem 0;
  display: inline-block;
  padding: 0.5rem;
}



.wizard-wrapper {
  text-align: center;
  background-color: #ffffff;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.wizard-wrapper .wizard {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.wizard-wrapper .basket {
  width: 100%;
}
.wizard-wrapper .notification {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 52rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  text-align: left;
  color: black;
  border-radius: 2rem;
  border: 0.1rem solid #074b33;
  padding: 2rem;
  margin: 0 auto 4rem;
}
.wizard-wrapper .wizard-slides {
  width: 100%;
  white-space: nowrap;
  transition: transform 200ms linear;
  flex: 1;
  font-size: 0;
  display: flex;
  position: relative;
}
.wizard-wrapper .wizard-slides.wizard-slides--step1 {
  transform: translateX(0%);
}
.wizard-wrapper .wizard-slides.wizard-slides--step2 {
  transform: translateX(-100%);
}
.wizard-wrapper .wizard-slides.wizard-slides--step3 {
  transform: translateX(-200%);
}
.wizard-wrapper .wizard-slides.wizard-slides--step4 {
  transform: translateX(-300%);
}
.wizard-wrapper .wizard-slides.wizard-slides--step5 {
  transform: translateX(-400%);
}
.wizard-wrapper .wizard-slides .wizard-slide {
  width: 100%;
  flex-shrink: 0;
  white-space: normal;
}
.wizard-wrapper .wizard-slides .wizard-slide .wizard-slide__content {
  padding: 0 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
.wizard-wrapper .wizard-slides .wizard-slide__title {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  line-height: 1.375;
  margin-bottom: 4rem;
}
.wizard-wrapper .wizard-slides .wizard-slide__title + .wizard-slide__text {
  margin-top: -3rem;
}
.wizard-wrapper .wizard-slides .wizard-slide__text {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}



.plus-buttons {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 50rem;
}
.plus-buttons--align-right {
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.plus-buttons--align-center {
  margin: 1rem auto;
}
.plus-buttons--centered-buttons {
  justify-content: center;
  margin: 0 auto;
}
.plus-buttons--column {
  flex-direction: column;
  align-items: center;
}
.plus-buttons--column .plus-button + .plus-button {
  margin-top: 1rem;
  margin-left: 0;
}
.plus-button {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 4.5rem;
  color: black;
  transition: color 200ms ease-out;
  width: 100%;
  max-width: 40rem;
}
.plus-button::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.plus-button::after {
  background-color: #feb700;
  border-color: #feb700;
}
.plus-button:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.plus-button.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.plus-button:hover::after {
  transform: scale(1.03);
}
@media screen and (min-width: 768px) {
  .plus-button {
    max-width: 25rem;
  }
}
.plus-button + .plus-button {
  margin-left: 1rem;
}
.plus-button--secondary {
  color: black;
}
.plus-button--secondary::after {
  background-color: #ffffff;
  border-color: black;
}
.plus-button--secondary:active::after {
  background-color: #f0f0f2;
  border-color: black;
}
.plus-button--as-link {
  text-decoration: underline;
}
.plus-button--as-link::after {
  background-color: transparent;
  border-color: transparent;
}
.plus-button--slim {
  height: 3rem;
}
.plus-button--narrow {
  max-width: 20rem;
}
.plus-button:first-child {
  margin-left: 0;
}
.plus-button--disabled {
  color: #8e8e8e;
  cursor: not-allowed;
  pointer-events: none;
}
.plus-button--disabled::after {
  background-color: #cecece;
  border-color: #cecece;
}



.plus-error--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plus-error--centered .plus-buttons {
  justify-content: center;
  max-width: none;
}
.plus-error__title {
  color: #000000;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 70rem;
  font-weight: 700;
  line-height: 1.375;
}
.plus-error__text {
  width: 100%;
  max-width: 70rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}



.game-payment {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  border-top: 0.1rem solid #dbdbdb;
  border-bottom: 0.1rem solid #dbdbdb;
  padding: 1.5rem 0 1rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .game-payment {
    flex-direction: row;
  }
}
.game-payment__button {
  display: none;
}
.game-payment--show-button .game-payment__button {
  display: block;
}
.game-payment__button-and-text {
  border-top: 0.1rem solid #dbdbdb;
}
@media screen and (min-width: 768px) {
  .game-payment--show-button .game-payment__button-and-text {
    border-top: none;
    flex: 1;
  }
}
.game-payment__button-text {
  padding: 2rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .game-payment__button-text {
    padding-top: 0;
  }
  .game-payment--show-button .game-payment__button-text {
    display: block;
  }
}
.game-payment__button-text .game-payment__button-text-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.game-payment__button-text .game-payment__button-text-text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: 600;
  color: #a2a2a2;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .game-payment__payment {
    flex: 1;
  }
  .game-payment--show-button .game-payment__payment {
    padding-left: 2rem;
  }
}
.game-payment-details {
  line-height: 1.4;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  justify-content: space-between;
  height: 100%;
}
.game-payment-details__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}
.game-payment-details__row:nth-child(3) {
  margin-top: 2rem;
}
.game-payment-details__row--stretch {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.game-payment-details__key {
  font-size: 1.5rem;
  flex: 1;
}
.game-payment-details__key-link {
  display: inline-block;
  cursor: pointer;
}
.game-payment-details__key-link:hover {
  text-decoration: underline;
}
.game-payment-details__card-icon {
  height: 2.2rem;
  margin-left: 0.6rem;
}
.game-payment-details__value {
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 1rem;
  text-align: right;
}
.game-payment-details__prevalue,
.game-payment-details__subvalue {
  font-size: 1.3rem;
  color: #9b9b9b;
  font-weight: 600;
  text-align: left;
  width: 100%;
}
.game-payment-details__link {
  cursor: pointer;
  color: #9b9b9b;
}
.game-payment-details__link:hover {
  color: #000000;
}



.game-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .game-cards {
    margin-right: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .game-cards__two-columns {
    flex: 0 0 calc(66.6666% - 0rem);
    padding-right: 4rem;
  }
}
.game-card {
  position: relative;
  flex: 1 1 40rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .game-card {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .game-card {
    max-width: 42rem;
    flex: 0 0 calc(33.3333% - 2rem);
  }
}
@media screen and (min-width: 1024px) {
  .game-card--edit-game {
    max-width: none;
    flex: 0 1 70rem;
  }
}
.game-card--changed {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .game-card {
    padding-top: 3rem;
  }
  .game-card--changed {
    padding-top: 0;
  }
}
.game-card .plus-button {
  max-width: none;
}
.game-card__changed {
  position: absolute;
  top: -3.5rem;
  left: 0.2rem;
  right: 0.2rem;
  z-index: 0;
  height: 6.5rem;
  border-radius: 3rem 3rem 0 0;
  background-color: #fcefef;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 1.1rem 1rem 0 4.1rem;
  color: #ff2301;
  font-weight: bold;
}
.game-card__changed::before {
  position: absolute;
  top: 0;
  left: 1.8rem;
  content: "";
  width: 2rem;
  height: 3.5rem;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#small-round-error_use");
}
.game-card__changed--green {
  background-color: #cbffee;
  color: #004b32;
}
.game-card__changed--green::before {
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#small-round-info_use");
}
.game-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 3rem;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  padding: 1.8rem 2rem 1.8rem;
  width: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .game-card--edit-game .game-card__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.game-card--with-header .game-card__inner {
  height: auto;
}
.game-card__inner:hover .game-card__edit svg {
  fill: #484848;
}
.game-card__header {
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.game-card__header img {
  height: 2.5rem;
  width: auto;
}
.game-card__content {
  display: flex;
  flex-direction: row;
}
.game-card--allornothing .game-card__content {
  color: #454362;
}
.game-card--eurojackpot .game-card__content {
  color: #000000;
}
.game-card--keno .game-card__content {
  color: #00a5eb;
}
.game-card--lotto .game-card__content,
.game-card--lottowednesday .game-card__content {
  color: #E11E00;
}
.game-card--vikinglotto .game-card__content {
  color: #00f;
}
.game-card__content-left {
  flex: 1;
  padding: 0.5rem 0;
}
.game-card__edit {
  cursor: pointer;
  flex: 0 0 6rem;
  border-left: 0.2rem solid #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 400;
  color: #8e8e8e;
  flex-direction: column;
}
.game-card__edit svg {
  width: 3.5rem;
  height: 3.5rem;
  fill: #c1c1c1;
  transition: fill 100ms ease-out;
}
.game-card__edit:hover svg {
  fill: #484848;
}
.game-card__logo-and-label .game-card__logo {
  text-align: center;
  margin-bottom: 1rem;
}
.game-card__logo-and-label .game-card__label {
  color: #a2a2a2;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
}
.game-card__rows,
.game-card__joker {
  min-height: 3.6rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.7rem 0 0.7rem 4.2rem;
}
.game-card__rows {
  background-size: 2.7rem 3.5rem;
}
.game-card--allornothing .game-card__rows {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/all-or-nothing-rows.svg");
}
.game-card--eurojackpot .game-card__rows {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/eurojackpot-rows.svg");
}
.game-card--keno .game-card__rows {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/keno-rows.svg");
}
.game-card--lotto .game-card__rows,
.game-card--lottowednesday .game-card__rows {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/lotto-rows.svg");
}
.game-card--vikinglotto .game-card__rows {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/vikinglotto-rows.svg");
}
.game-card__joker {
  background-size: 3.6rem 2.1rem;
}
.game-card--eurojackpot .game-card__joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/eurojackpot-joker.svg");
}
.game-card--lotto .game-card__joker,
.game-card--lottowednesday .game-card__joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/lotto-joker.svg");
}
.game-card--vikinglotto .game-card__joker {
  background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/vikinglotto-joker.svg");
}
.game-card__footer {
  margin-top: 1rem;
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .game-card--edit-game .game-card__footer {
    margin: auto 0 0.5rem;
  }
}
.game-card__footer .game-card__footer-next-draw,
.game-card__footer .game-card__footer-price-per-week {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.game-card__footer .game-card__footer-price-per-week {
  flex: 0;
  white-space: nowrap;
  text-align: right;
}
.game-card__footer .game-card__footer-next-draw-label,
.game-card__footer .game-card__footer-price-per-week-label {
  margin-bottom: 0.4rem;
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: 600;
}
.game-card__footer .game-card__footer-price-per-week-value,
.game-card__footer .game-card__footer-next-draw-value {
  line-height: 1.2;
}
.game-card__footer .game-card__footer-price-per-week-value:first-letter,
.game-card__footer .game-card__footer-next-draw-value:first-letter {
  text-transform: uppercase;
}
.game-card__cta {
  margin-top: 1.5rem;
}
.game-card__inner-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.game-card--edit-game .game-card__inner-column {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .game-card--edit-game .game-card__inner-column {
    flex: 0 0 calc(50% - 2rem);
  }
  .game-card--edit-game .game-card__inner-column:first-child::after {
    content: "";
    right: -2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.1rem;
    background: #dbdbdb;
  }
}
.game-card__edit-description {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 1.5rem 0;
}
.game-card__edit-description .game-card__edit-description-label {
  font-weight: bold;
}
.game-card__edit-description .game-card__edit-description-sublabel {
  font-weight: normal;
}
.game-card--allornothing .game-card__edit-description .game-card__edit-description-sublabel {
  color: #454362;
}
.game-card--eurojackpot .game-card__edit-description .game-card__edit-description-sublabel {
  color: #000000;
}
.game-card--keno .game-card__edit-description .game-card__edit-description-sublabel {
  color: #00a5eb;
}
.game-card--lotto .game-card__edit-description .game-card__edit-description-sublabel,
.game-card--lottowednesday .game-card__edit-description .game-card__edit-description-sublabel {
  color: #E11E00;
}
.game-card--vikinglotto .game-card__edit-description .game-card__edit-description-sublabel {
  color: #00f;
}
.game-card__edit-rows {
  margin-top: 1.5rem;
  border-top: 0.1rem solid #dbdbdb;
}
.game-card__edit-rows + .game-card__edit-rows {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .game-card__edit-rows:first-child {
    margin-top: 0;
    border-top: none;
  }
  .game-card__edit-rows:first-child .game-card__edit-description {
    padding-top: 0;
  }
  .game-card__edit-rows:nth-child(2) {
    border-bottom: none;
  }
}
.game-card__edit-jokers {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1024px) {
  .game-card__edit-jokers {
    margin-bottom: 0;
  }
}
.game-card__edit-joker {
  cursor: pointer;
  position: relative;
  background: #e5f5ef;
  min-height: 3.7rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  flex: 1;
  font-size: 1.6rem;
  color: #009a64;
  border-radius: 3rem;
  padding: 0.5rem 1rem 0.5rem 4.3rem;
  margin-left: 1.5rem;
}
.game-card__edit-joker--sublabel {
  font-size: 1.3rem;
  font-weight: normal;
}
.game-card__edit-joker::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background: white;
  border: 0.2rem solid #7fccb1;
  border-radius: 0.5rem;
  top: auto;
  left: 1.4rem;
}
.game-card__edit-joker--selected {
  background: #019a65;
  color: white;
}
.game-card__edit-joker--selected::before {
  background: #7fccb1;
  border-color: #7fccb1;
}
.game-card__edit-joker--selected::after {
  content: "";
  position: absolute;
  z-index: 2;
  border-color: white;
  border-style: solid;
  border-width: 0.3rem 0.3rem 0 0;
  border-radius: 0.2rem;
  width: 1.2rem;
  height: 0.7rem;
  transform: rotate(0.37turn);
  top: auto;
  left: 1.8rem;
  margin-top: -0.2rem;
}
.game-card__edit-joker:first-child {
  margin-left: 0;
}
.game-card__edit-joker:first-child:last-child {
  max-width: 23rem;
  margin: 0 auto;
}



.game-card-edit-classic-rows {
  display: flex;
  flex-direction: column;
  counter-reset: css-counter 0;
}
.game-card-edit-classic-rows__row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.game-card-edit-classic-rows__row-numbers {
  cursor: pointer;
  flex: 1;
  counter-increment: css-counter 1;
  background: #eeeeee;
  height: 4.8rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5rem;
}
.game-card-edit-classic-rows__row-numbers::before {
  content: none;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: bold;
  flex: 0 0 3rem;
  text-align: left;
}
@media screen and (min-width: 375px) {
  .game-card-edit-classic-rows__row-numbers::before {
    content: counter(css-counter) ". ";
  }
  .game-card__edit-classic-rows--allornothing .game-card-edit-classic-rows__row-numbers::before {
    content: none;
  }
}
.game-card-edit-classic-rows__row-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  flex: 1;
  height: 3.6rem;
  text-align: center;
}
.game-card-edit-classic-rows__row-number--extra-number {
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100%;
  flex: 0 0 3.6rem;
  margin-left: 0.5rem;
  background-repeat: no-repeat;
}
.game-card-edit-classic-rows__row-number--extra-number-eurojackpot {
  background-size: 3.2rem;
  background-position: 0.3rem top;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot_use");
}
.game-card-edit-classic-rows__row-number--extra-number-vikinglotto {
  color: #000000;
  background-size: auto;
  background-position: 0.1rem top;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-vikinglotto_use");
}
.game-card-edit-classic-rows__delete {
  cursor: pointer;
  flex: 0 0 4.5rem;
  margin-right: -1.5rem;
  height: 4.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#delete-row-cross_use");
}
.game-card-edit-classic-rows__add-row {
  cursor: pointer;
  text-decoration: underline;
  color: #000000;
  min-height: 3rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-left: 4rem;
  margin: 0.5rem auto 2rem;
}
.game-card-edit-classic-rows__add-row:hover {
  text-decoration: none;
}
.game-card-edit-classic-rows__add-row::before {
  position: absolute;
  left: 0;
  content: "";
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background-color: #FEB700;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#add-row-plus_use");
}
.game-card-edit-classic-rows__select-numbers__title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  text-align: left;
  margin-bottom: 1.5rem;
  padding: 0.9rem 4rem 0 1rem;
}
.game-card-edit-classic-rows__select-numbers {
  width: 100%;
  padding: 2.5rem 0.5rem 0 1rem;
  border-radius: 2rem;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.075em;
}
.game-card-edit-classic-rows__select-numbers--lotto {
  background: #E11E00;
}
.game-card-edit-classic-rows__select-numbers--eurojackpot {
  background: #1c1c1c;
}
.game-card-edit-classic-rows__select-numbers--vikinglotto {
  background: #0000ff;
}
.game-card-edit-classic-rows__select-numbers--keno {
  background: #00a5eb;
}
.game-card-edit-classic-rows__select-numbers--allornothing {
  background: #191339;
}
.game-card-edit-classic-rows__buttons {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  max-width: 35rem;
  width: 100%;
}
.game-card-edit-classic-rows__button {
  height: 4.5rem;
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: 2.5rem 2.5rem;
  background-position: center top;
}
.game-card-edit-classic-rows__button--auto-fill {
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#shuffle_use");
}
.game-card-edit-classic-rows__button--clear-numbers {
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#trash_use");
}
.game-card-edit-classic-rows__button:only-child {
  margin: auto;
}
.game-card-edit-classic-rows__extra-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0.5rem;
  width: 100%;
}
.game-card-edit-classic-rows__extra-number {
  cursor: pointer;
  overflow: visible;
  font-size: 1.4rem;
  flex: 0 0 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5a500;
  background-position: center -0.2rem;
  background-repeat: no-repeat;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot-yellow-outline_use");
  margin: 0 0.5rem 1rem;
}
.game-card-edit-classic-rows__select-numbers--vikinglotto .game-card-edit-classic-rows__extra-number {
  color: white;
  background-position: 0 top;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-vikinglotto-white_use");
}
.game-card-edit-classic-rows__select-numbers--eurojackpot .game-card-edit-classic-rows__extra-number--selected {
  position: relative;
  color: white;
  background-position: center -0.2rem;
  background-repeat: no-repeat;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot-yellow_use");
}
.game-card-edit-classic-rows__select-numbers--eurojackpot .game-card-edit-classic-rows__extra-number--selected::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6.2rem;
  height: 6.2rem;
  top: -1rem;
  left: -1rem;
  background-position: center -0.2rem;
  background-repeat: no-repeat;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot-stars-yellow_use");
}
.game-card-edit-classic-rows__select-numbers--vikinglotto .game-card-edit-classic-rows__extra-number--selected {
  color: #FEB700;
  background-size: auto;
  background-position: 0 top;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-vikinglotto-yellow_use");
}
.game-card-edit-classic-rows__numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 1rem;
  width: 100%;
}
.game-card-edit-classic-rows__number {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 800;
  flex: 0 0 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #000000;
  border-radius: 4rem;
  margin: 0 0.5rem 1rem;
}
.game-card-edit-classic-rows__number--selected {
  color: white;
  background: #FEB700;
}



.game-card-edit-system {
  display: flex;
  flex-direction: column;
}
.game-card-edit-system__systems {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1rem;
  width: 100%;
}
.game-card-edit-system__system {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  flex: 0 0 9rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  border-radius: 1.8rem;
  margin: 0 0.5rem 1rem;
}
.game-card-edit-system--eurojackpot .game-card-edit-system__system {
  border: 0.1rem solid #FEB700;
}
.game-card-edit-system--eurojackpot .game-card-edit-system__system:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-system--eurojackpot .game-card-edit-system__system--selected {
  pointer-events: none;
  color: white;
  border-color: #FEB700;
  font-weight: 800;
  background: #FEB700;
}
.game-card-edit-system--lotto .game-card-edit-system__system {
  border: 0.1rem solid #E11E00;
  color: #E11E00;
}
.game-card-edit-system--lotto .game-card-edit-system__system:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-system--lotto .game-card-edit-system__system--selected {
  pointer-events: none;
  color: white;
  border-color: #E11E00;
  font-weight: 800;
  background: #E11E00;
}
.game-card-edit-system--vikinglotto .game-card-edit-system__system {
  border: 0.1rem solid #0000ff;
  color: #0000ff;
}
.game-card-edit-system--vikinglotto .game-card-edit-system__system:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-system--vikinglotto .game-card-edit-system__system--selected {
  pointer-events: none;
  color: white;
  border-color: #0000ff;
  font-weight: 800;
  background: #0000ff;
}



.game-card-edit-numbers {
  display: flex;
  flex-direction: column;
}
.game-card-edit-numbers__numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1rem;
  width: 100%;
}
.game-card-edit-numbers__number {
  font-size: 1.4rem;
  font-weight: 800;
  flex: 0 0 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 4rem;
  margin: 0 0.5rem 1rem;
}
.game-card-edit-numbers--eurojackpot .game-card-edit-numbers__number {
  background: #FEB700;
}
.game-card-edit-numbers--lotto .game-card-edit-numbers__number {
  background: #E11E00;
}
.game-card-edit-numbers--vikinglotto .game-card-edit-numbers__number {
  background: #0000ff;
}
.game-card-edit-numbers__extra-number {
  overflow: visible;
  font-size: 1.4rem;
  flex: 0 0 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e5a500;
  margin: 0 0.5rem 1rem;
}
.game-card-edit-numbers--eurojackpot .game-card-edit-numbers__extra-number {
  position: relative;
  color: white;
  background-position: center -0.2rem;
  background-repeat: no-repeat;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot-yellow_use");
}
.game-card-edit-numbers--eurojackpot .game-card-edit-numbers__extra-number::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 6.2rem;
  height: 6.2rem;
  top: -1rem;
  left: -1rem;
  background-position: center -0.2rem;
  background-repeat: no-repeat;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-eurojackpot-stars-yellow_use");
}
.game-card-edit-numbers--vikinglotto .game-card-edit-numbers__extra-number {
  color: #0000ff;
  background-size: auto;
  background-position: 0 top;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#extra-number-vikinglotto-blue_use");
}
.game-card-edit-numbers__add-row {
  cursor: pointer;
  text-decoration: underline;
  color: #000000;
  min-height: 3rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  padding-left: 4rem;
  margin: 0.5rem auto 2rem;
}
.game-card-edit-numbers__add-row:hover {
  text-decoration: none;
}
.game-card-edit-numbers--system .game-card-edit-numbers__add-row {
  text-decoration: none;
  padding: 0 2rem;
  height: 3.6rem;
  display: flex;
  justify-content: center;
  border-radius: 1.8rem;
}
.game-card-edit-numbers--eurojackpot.game-card-edit-numbers--system .game-card-edit-numbers__add-row {
  border: 0.1rem solid #FEB700;
  color: #000000;
}
.game-card-edit-numbers--eurojackpot.game-card-edit-numbers--system .game-card-edit-numbers__add-row:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-numbers--lotto.game-card-edit-numbers--system .game-card-edit-numbers__add-row {
  border: 0.1rem solid #E11E00;
  color: #E11E00;
}
.game-card-edit-numbers--lotto.game-card-edit-numbers--system .game-card-edit-numbers__add-row:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-numbers--vikinglotto.game-card-edit-numbers--system .game-card-edit-numbers__add-row {
  border: 0.1rem solid #0000ff;
  color: #0000ff;
}
.game-card-edit-numbers--vikinglotto.game-card-edit-numbers--system .game-card-edit-numbers__add-row:hover {
  color: #000000;
  border-color: #000000;
}
.game-card-edit-numbers--lucky .game-card-edit-numbers__add-row::before {
  position: absolute;
  left: 0;
  content: "";
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  background-color: #FEB700;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#add-row-plus_use");
}



.plus-header {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto 1rem;
  word-break: break-word;
}
.plus-header__plus-icon,
.plus-header__group-play-icon {
  height: 2.2rem;
  color: #006441;
}
.plus-header__group-play-icon {
  width: 10.6rem;
}
.plus-header__plus-icon {
  width: 9.2rem;
}
.plus-header__h1 {
  color: #000000;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 70rem;
  font-weight: 700;
  line-height: 1.375;
}
.plus-header__title {
  color: #000000;
  font-size: 2rem;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 70rem;
  font-weight: 700;
  line-height: 1.375;
}
.plus-header--centered .plus-header__title {
  padding: 0 2rem;
  text-align: center;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .plus-header--centered .plus-header__title {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
  }
}
.plus-header__subtitle {
  width: 100%;
  max-width: 70rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}
.plus-header__subtitle + .plus-header__text {
  margin-top: -1rem;
}
.plus-header--centered .plus-header__subtitle {
  padding: 0 2rem;
  text-align: center;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .plus-header--centered .plus-header__subtitle {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
  }
}
.plus-header__text {
  width: 100%;
  max-width: 70rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.57;
  color: #a2a2a2;
  margin-bottom: 2rem;
}
.plus-header--centered .plus-header__text {
  padding: 0 2rem;
  text-align: center;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .plus-header--centered .plus-header__text {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
  }
}
.plus-header__disclaimer {
  width: 100%;
  max-width: 70rem;
  font-size: 1.2rem;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4;
  color: #a2a2a2;
  margin-bottom: 2rem;
}
.plus-header--centered .plus-header__disclaimer {
  padding: 0 2rem;
  text-align: center;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .plus-header--centered .plus-header__disclaimer {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
  }
}
.plus-header__small-print {
  margin: 0 auto 1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000000;
}
@media screen and (min-width: 1024px) {
  .plus-header__small-print {
    text-align: center;
  }
}



.plus-modal.plus-modal--add-row .plus-modal__box {
  padding: 1rem 1rem 2rem;
  max-width: 29rem;
}
@media (min-width: 600px) {
  .plus-modal.plus-modal--add-row .plus-modal__box {
    padding: 1rem 2rem 2rem;
    max-width: 56rem;
  }
}
.plus-modal.plus-modal--add-row.plus-modal--add-row-allornothing .plus-modal__box {
  max-width: 34rem;
}
@media (min-width: 600px) {
  .plus-modal.plus-modal--add-row.plus-modal--add-row-allornothing .plus-modal__box {
    max-width: 36rem;
  }
}
.plus-modal.plus-modal--add-row.plus-modal--add-row-lotto .plus-modal__box {
  max-width: 34rem;
}
@media (min-width: 600px) {
  .plus-modal.plus-modal--add-row.plus-modal--add-row-lotto .plus-modal__box {
    max-width: 51rem;
  }
}
.plus-modal.plus-modal--add-row.plus-modal--add-row-vikinglotto .plus-modal__box {
  max-width: 34rem;
}
@media (min-width: 600px) {
  .plus-modal.plus-modal--add-row.plus-modal--add-row-vikinglotto .plus-modal__box {
    max-width: 66rem;
  }
}
@media (max-width: 768px), (max-height: 768px) {
  .plus-modal.plus-modal--add-row {
    padding: 0;
    overflow: auto;
    align-items: flex-start;
  }
  .plus-modal.plus-modal--add-row .plus-modal__box {
    margin: 1rem 1rem 3rem;
  }
}
.plus-modal {
  user-select: none;
  position: fixed;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-height: 500px) {
  .plus-modal {
    padding: 2rem;
    align-items: flex-start;
  }
}
.plus-modal__box {
  position: relative;
  transform: translateY(0);
  transition: transform 400ms cubic-bezier(0, 1.7, 0.3, 1);
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
  background: #ffffff;
  border-radius: 3rem;
  padding: 3.5rem 2rem 2rem;
  flex: 1;
  max-width: 50rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
@media (min-height: 500px) {
  .plus-modal__box {
    margin-top: 5rem;
    max-width: 32rem;
  }
}
@media (min-height: 700px) {
  .plus-modal__box {
    margin-top: 13rem;
  }
}
@media (min-height: 700px) and (min-width: 950px) {
  .plus-modal__box {
    margin-top: 16rem;
  }
}
.plus-modal--show .plus-modal__box {
  transform: translateY(1rem);
}
.plus-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  width: 5rem;
  height: 5rem;
}
.plus-modal__close::before,
.plus-modal__close::after {
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 2rem;
  right: 0;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-bottom: 0.4rem solid #c4c4c4;
  transform: rotate(45deg);
  transform-origin: center;
  transition: border-bottom-color 200ms ease-out;
}
.plus-modal__close::after {
  transform: rotate(-45deg);
  margin-left: -1rem;
}
.plus-modal__close:hover::before,
.plus-modal__close:hover::after {
  border-bottom-color: #534d62;
}
.plus-modal__logo {
  height: 6.5rem;
  margin-bottom: 2.5rem;
  display: none;
}
@media (min-height: 500px) {
  .plus-modal__logo {
    display: block;
  }
}
.plus-modal__title {
  width: 100%;
  margin: 0 auto 2rem;
  max-width: 42rem;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  line-height: 1.375;
  margin-bottom: 2rem;
}
.plus-modal__text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a0a0a0;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}
.plus-modal__text a {
  color: #000000;
}
.plus-modal__btns {
  margin-top: 1rem;
  margin-bottom: -1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.plus-modal__btns .plus-button {
  margin-left: 0;
}
.plus-modal__btns .plus-button {
  flex: 0 0 calc((50% - 0.5rem));
  margin-bottom: 1rem;
}
.plus-modal__btns .plus-button:first-child:last-child {
  flex: none;
  max-width: none;
}
@media (min-height: 500px) {
  .plus-modal__btns {
    margin-bottom: 0;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .plus-modal__btns .plus-button {
    max-width: none;
    flex: none;
    margin-bottom: 1rem;
  }
  .plus-modal__btns .plus-button:last-child {
    margin-bottom: 0;
  }
  .plus-modal--buttons-align-row .plus-modal__btns {
    flex-direction: row;
  }
  .plus-modal--buttons-align-row .plus-modal__btns .plus-button {
    flex: 0 0 calc((50% - 0.5rem));
    margin-bottom: 0;
  }
}
.plus-modal__btns .plus-modal__btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  height: 4.5rem;
  color: black;
  transition: color 200ms ease-out;
  width: 100%;
}
.plus-modal__btns .plus-modal__btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.plus-modal__btns .plus-modal__btn::after {
  background-color: #feb700;
  border-color: #feb700;
}
.plus-modal__btns .plus-modal__btn:active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.plus-modal__btns .plus-modal__btn.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
}
.plus-modal__btns .plus-modal__btn:hover::after {
  transform: scale(1.03);
}



.plus-need-help {
  margin-bottom: 10rem;
}
.plus-need-help__title {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.375;
}
.plus-need-help__title .plus-need-help__title-line {
  flex: 1;
  margin-left: 2rem;
  height: 0.1rem;
  background: #dbdbdb;
}
.plus-need-help__text {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.375;
}
.plus-need-help__telephone {
  color: #000000;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.375;
  letter-spacing: -0.015em;
}



.plus-no-subscription {
  display: flex;
  flex-direction: column;
}
.plus-no-subscription .plus-buttons {
  margin-left: auto;
  margin-right: auto;
  min-width: 20rem;
  justify-content: center;
}
.plus-no-subscription__image {
  max-width: 25rem;
  margin: 0 auto 2rem;
  width: 100%;
}
.plus-no-subscription__text {
  text-align: center;
  width: 100%;
  max-width: 70rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.57;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  margin: 0 auto 2rem;
}



.plus-notification {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 3rem;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  padding: 1.8rem 2rem 1.8rem;
  width: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .plus-notification {
    box-shadow: none;
  }
}
.plus-notification__bg {
  display: none;
  position: absolute;
  z-index: -1;
  top: 0.5rem;
  bottom: 0.5rem;
  right: -2rem;
  overflow: hidden;
  left: -2rem;
}
@media screen and (min-width: 1024px) {
  .plus-notification__bg {
    display: block;
  }
  .plus-notification__bg::before,
  .plus-notification__bg::after {
    content: "";
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 2rem;
    box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.25);
    border-radius: 3rem;
  }
  .plus-notification__bg::after {
    left: auto;
    right: 2rem;
  }
}
.plus-notification__bg .plus-notification__bg-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  background: white;
}
.plus-notification__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .plus-notification__inner {
    min-height: 5rem;
  }
}
.plus-notification--info .plus-notification__inner {
  padding-left: 1.5rem;
  border-left: 0.4rem solid #00422c;
}
.plus-notification--warning .plus-notification__inner {
  padding-left: 1.5rem;
  border-left: 0.4rem solid #FEB700;
}
.plus-notification--danger .plus-notification__inner {
  padding-left: 1.5rem;
  border-left: 0.4rem solid #E11E00;
}
.plus-notification__icon {
  display: none;
  flex: 0 0 4.9rem;
  width: 4.9rem;
  height: 4.9rem;
  border-radius: 100%;
  margin-right: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4.9rem;
}
@media screen and (min-width: 1024px) {
  .plus-notification--info .plus-notification__icon {
    background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#info_use");
    display: block;
  }
  .plus-notification--warning .plus-notification__icon {
    background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#warning_use");
    display: block;
  }
  .plus-notification--danger .plus-notification__icon {
    background-image: url("/Components/DanskeSpil/Domain/Subscriptions/Graphics/SpriteSheets/Plus.svg#danger_use");
    display: block;
  }
}
.plus-notification__text-and-buttons {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .plus-notification__text-and-buttons {
    flex-direction: row;
    align-items: center;
  }
}
.plus-notification__text {
  flex: 1;
}
.plus-notification__text br {
  display: block;
  margin-bottom: 1rem;
  content: " ";
}
.plus-notification .plus-buttons {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .plus-notification .plus-buttons {
    margin: 0 0 0 2rem;
  }
  .plus-notification .plus-buttons .plus-button {
    min-width: 18rem;
  }
}



.plus-pause .btn-checked__wrapper {
  margin-bottom: 3rem;
}



.plus-page {
  background-color: #ffffff;
  min-height: inherit;
  padding: 2rem 2rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .plus-page {
    padding: 3rem 3rem 0;
  }
}
.plus-page .plus-page__component {
  width: 100%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 1024px) {
  .plus-page .plus-page__component {
    margin-bottom: 5rem;
  }
}
.plus-page .plus-page__component--medium {
  max-width: 70rem;
}
.plus-page .plus-page__component--large {
  max-width: 130rem;
}
.plus-page .plus-page__component--centered {
  text-align: center;
}
.plus-spinner {
  min-height: 40rem;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-spinner::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  animation: contenthub-loading-spinner-animation 750ms infinite linear;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='4.375' r='3.125' fill='black'/%3E%3Ccircle cx='27.8149' cy='6.48389' r='3.125' fill='black'/%3E%3Ccircle cx='33.5286' cy='12.2182' r='3.125' fill='black'/%3E%3Ccircle cx='35.625' cy='20' r='3.125' fill='black'/%3E%3C/svg%3E");
}
@keyframes contenthub-loading-spinner-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.plus-spinner--add-new-subscription-game {
  min-height: 22rem;
}
.plus-spinner--subscription {
  min-height: 50rem;
}
.plus-spinner--terminated-subscriptions {
  min-height: 27rem;
}



.t-receipt {
  position: relative;
  z-index: 0;
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 0 auto 4rem;
  padding: 2rem 2rem 2.2rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .t-receipt {
    width: 100%;
  }
}
.t-receipt__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25)) drop-shadow(0 8rem 10rem rgba(0, 0, 0, 0.1));
}
.t-receipt__bg rect {
  fill: white;
  height: 100%;
}
.t-receipt__bg line {
  stroke: #e1e1e1;
  stroke-width: 1;
  stroke-dasharray: 7, 7;
}
.t-receipt__bg circle {
  fill: #000000;
}
.t-receipt__top {
  height: 13rem;
  margin-bottom: 2.5rem;
}
.t-receipt--gap .t-receipt__top {
  display: none;
}
.t-receipt__gap-top {
  text-align: left;
  margin-top: 2rem;
}
.t-receipt__gap-top-label {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
}
.t-receipt__gap-top-value {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
}
.t-receipt__top-img {
  height: 5.6rem;
  margin-bottom: 1rem;
}
.t-receipt__top-label {
  font-size: 1.4rem;
  color: #a2a2a2;
  margin-bottom: 0.2rem;
}
.t-receipt__top-id {
  font-size: 2rem;
  font-weight: 800;
  color: #000000;
}
.t-receipt__separator {
  width: 100%;
  height: 0.2rem;
  margin: 0.7rem 0 1rem;
}
.t-receipt__separator line {
  stroke: #e1e1e1;
  stroke-width: 1;
  stroke-dasharray: 7, 7;
}
.t-receipt__game {
  text-align: left;
  position: relative;
}
.t-receipt__remove-game {
  cursor: pointer;
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: -0.6rem;
  right: -0.6rem;
}
.t-receipt__joker-text .t-receipt__remove-game {
  height: 2.4rem;
  top: -0.4rem;
}
.t-receipt__remove-game::before,
.t-receipt__remove-game::after {
  content: "";
  position: absolute;
  z-index: 1;
  transform: rotate(45deg);
  border-top: 0.2rem solid #bbbbbb;
  width: 1.5rem;
  top: calc(50% - 0.1rem);
  left: calc(50% - 0.7rem);
}
.t-receipt__remove-game::after {
  transform: rotate(-45deg);
}
.t-receipt__game-title {
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
}
.t-receipt__game-text {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
}
.t-receipt__joker {
  padding-top: 0.7rem;
}
.t-receipt__joker-title {
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
}
.t-receipt__joker-text {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
}
.t-receipt__jackpot-text {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 0.7rem;
  font-style: italic;
}
.t-receipt__game-total {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.t-receipt__game-total-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.t-receipt__game-total-value {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.t-receipt__payment {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 0.7rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.t-receipt__payment-label {
  font-size: 1.6rem;
  font-weight: 700;
}
.t-receipt__payment-value {
  display: flex;
  flex-direction: row;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
}
.t-receipt__payment-value img {
  height: 2.2rem;
}
@media screen and (min-width: 480px) {
  .t-receipt__payment-value img {
    margin-right: 1rem;
  }
}
.t-receipt__payment-value .t-receipt__payment-value-text {
  display: none;
}
@media screen and (min-width: 480px) {
  .t-receipt__payment-value .t-receipt__payment-value-text {
    display: block;
  }
}
.t-receipt__payment-creditcard-number {
  flex: 0 0 100%;
  text-align: right;
  font-size: 1.4rem;
  font-weight: 600;
  color: #a2a2a2;
}
.t-receipt__total {
  display: flex;
  width: 100%;
  justify-content: space-between;
  border: 0.2rem solid #000000;
  border-left: none;
  border-right: none;
  color: #000000;
  padding: 1.5rem 0;
  text-transform: uppercase;
}
.t-receipt__total-label {
  font-size: 1.6rem;
}
.t-receipt__total-value {
  font-size: 1.6rem;
  font-weight: bold;
}



/**
 * 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;
}
.game-card.game-card--lotto .rotary-selector .selector-background {
  background-color: #E11E00;
}
.game-card.game-card--lotto .rotary-selector .selector-numbers .number-wrapper .number {
  color: #E11E00;
}
.game-card.game-card--eurojackpot .rotary-selector .selector-background {
  background-color: #da9119;
}
.game-card.game-card--eurojackpot .rotary-selector .selector-numbers .number-wrapper .number {
  color: #da9119;
}
.game-card.game-card--vikinglotto .rotary-selector .selector-background {
  background-color: #00f;
}
.game-card.game-card--vikinglotto .rotary-selector .selector-numbers .number-wrapper .number {
  color: #00f;
}
.game-card.game-card--keno .rotary-selector .selector-background {
  background-color: #00a5eb;
}
.game-card.game-card--keno .rotary-selector .selector-numbers .number-wrapper .number {
  color: #00a5eb;
}
.game-card.game-card--allornothing .rotary-selector .selector-background {
  background-color: #191339;
}
.game-card.game-card--allornothing .rotary-selector .selector-numbers .number-wrapper .number {
  color: #191339;
}
.game-card .rotary-selector {
  font-size: 4px;
  margin: 0 -2rem;
  overflow: hidden;
}
.game-card .rotary-selector .selector-container {
  height: 8rem;
  max-width: 60rem;
  position: relative;
  margin: auto;
  box-sizing: content-box;
}
.game-card .rotary-selector .selector-background {
  width: 6rem;
  height: 6rem;
  border-radius: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.game-card .rotary-selector .selected-number-wrapper {
  width: 15em;
  height: 15em;
}
.game-card .rotary-selector .selected-number-wrapper .selector-numbers {
  left: 0;
  top: 18.4rem;
}
.game-card .rotary-selector .selector-numbers {
  width: 100%;
  height: 0;
  padding-bottom: 12rem;
  position: absolute;
  transform-origin: center center;
  transform-style: preserve-3d;
  transition: transform 250ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transform: rotateX(-25deg) rotateZ(0deg) translateZ(-45rem);
  top: 21.3rem;
}
.game-card .rotary-selector .selector-numbers .number-wrapper {
  width: 6rem;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -50%;
  margin-left: -3rem;
  text-align: center;
  transform-origin: center bottom;
  transform-style: preserve-3d;
  /* Define two variables as the loop limits */
  /* Create a Parametric mixin and add a guard operation */
  /* the mixin is called, css outputted and iterations called */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
  /* As the mixin is called CSS is outputted */
  /* Interation call and operation */
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(0n + 0) {
  transform: rotate(-20deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(1n + 0) {
  transform: rotate(0deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(2n + 0) {
  transform: rotate(20deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(3n + 0) {
  transform: rotate(40deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(4n + 0) {
  transform: rotate(60deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(5n + 0) {
  transform: rotate(80deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(6n + 0) {
  transform: rotate(100deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(7n + 0) {
  transform: rotate(120deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(8n + 0) {
  transform: rotate(140deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(9n + 0) {
  transform: rotate(160deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(10n + 0) {
  transform: rotate(180deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(11n + 0) {
  transform: rotate(200deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(12n + 0) {
  transform: rotate(220deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(13n + 0) {
  transform: rotate(240deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(14n + 0) {
  transform: rotate(260deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(15n + 0) {
  transform: rotate(280deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(16n + 0) {
  transform: rotate(300deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(17n + 0) {
  transform: rotate(320deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(18n + 0) {
  transform: rotate(340deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(19n + 0) {
  transform: rotate(360deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper:nth-child(20n + 0) {
  transform: rotate(380deg) translateZ(0);
}
.game-card .rotary-selector .selector-numbers .number-wrapper .number {
  font-size: 3rem;
  font-weight: 900;
  position: relative;
  top: 40rem;
  transform: scale(0.9) translateZ(0) rotateX(10deg) translateY(-54rem);
  opacity: 0;
  transition: transform 200ms, opacity 200ms;
  line-height: 1.4;
  pointer-events: none;
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view .number {
  cursor: pointer;
  transform: scale(0.7) translateY(-55rem) translateZ(0) rotateX(20deg);
  opacity: 0.3;
  pointer-events: auto;
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number {
  opacity: 0.8;
  transform: scale(0.9) translateY(-55.7rem) translateZ(0) rotateX(20deg) translateX(-0.5rem) rotateZ(-8deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus1'] .number:hover {
  opacity: 1;
  transform: scale(0.9) translateY(-55.7rem) translateZ(0) rotateX(20deg) translateX(-0.5rem) rotateZ(-8deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number {
  opacity: 0.8;
  transform: scale(0.9) translateY(-55.7rem) translateZ(0) rotateX(20deg) translateX(0.5rem) rotateZ(8deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus1'] .number:hover {
  opacity: 1;
  transform: scale(0.9) translateY(-55.7rem) translateZ(0) rotateX(20deg) translateX(0.5rem) rotateZ(8deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number {
  opacity: 0.5;
  transform: scale(0.8) translateY(-62.7rem) translateZ(0) rotateX(20deg) translateX(-4.1rem) rotateZ(-13deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='plus2'] .number:hover {
  opacity: 1;
  transform: scale(0.8) translateY(-62.7rem) translateZ(0) rotateX(20deg) translateX(-4.1rem) rotateZ(-13deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number {
  opacity: 0.5;
  transform: scale(0.8) translateY(-62.7rem) translateZ(0) rotateX(20deg) translateX(4.1rem) rotateZ(13deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-view[data-id='minus2'] .number:hover {
  opacity: 1;
  transform: scale(0.8) translateY(-62.7rem) translateZ(0) rotateX(20deg) translateX(4.1rem) rotateZ(13deg);
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-focus .number {
  color: white;
  transform: scale(1) translateY(-50rem) translateZ(1rem) rotateX(30deg);
  opacity: 1;
}
.game-card .rotary-selector .selector-numbers .number-wrapper.in-focus .number:hover {
  opacity: 1;
  transform: scale(1) translateY(-50rem) translateZ(1rem) rotateX(30deg);
}
.game-card .rotary-selector .selector-foreground {
  width: calc(100% - 4rem);
  max-width: 35rem;
  height: 15rem;
  position: absolute;
  left: 2rem;
  right: 2rem;
  margin: auto;
  pointer-events: none;
}
.game-card .rotary-selector .selector-foreground .navigation-button {
  pointer-events: auto;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 1.5rem;
  cursor: pointer;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.11);
  background-color: white;
}
.game-card .rotary-selector .selector-foreground .navigation-button .icon {
  width: 2.5rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #000000;
}
.game-card .rotary-selector .selector-foreground .navigation-button.previous {
  border-radius: 50%;
  left: 0;
}
.game-card .rotary-selector .selector-foreground .navigation-button.previous:before {
  top: -3.1em;
  right: -0.7em;
  transform: rotate(-135deg);
}
.game-card .rotary-selector .selector-foreground .navigation-button.previous:after {
  bottom: -3.1em;
  right: -0.7em;
  transform: rotate(135deg);
}
.game-card .rotary-selector .selector-foreground .navigation-button.next {
  border-radius: 50%;
  right: 0;
}
.game-card .rotary-selector .selector-foreground .navigation-button.next:before {
  top: -3em;
  left: -0.8em;
  transform: rotate(-45deg);
}
.game-card .rotary-selector .selector-foreground .navigation-button.next:after {
  bottom: -3em;
  left: -0.8em;
  transform: rotate(45deg);
}
.game-card .rotary-selector .selector-foreground .frame {
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
.game-card .rotary-selector .selector-foreground .frame .label {
  font-size: 1.1rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  top: auto;
}



.plus-subscription-card {
  position: relative;
  width: 100%;
  flex: 1 1 40rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .plus-subscription-card {
    flex: 0 0 calc(50% - 2rem);
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .plus-subscription-card {
    flex: 0 0 calc(33.3333% - 2rem);
  }
}
.plus-subscription-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: white;
  border-radius: 3rem;
  box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.25);
  line-height: 1.4;
  padding: 1.8rem 0 1.8rem;
  width: 100%;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
}
.plus-subscription-card__inner-column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 2rem;
}
.game-card--edit-game .plus-subscription-card__inner-column {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .game-card--edit-game .plus-subscription-card__inner-column {
    flex: 0 0 calc(50% - 2rem);
  }
  .game-card--edit-game .plus-subscription-card__inner-column:first-child::after {
    content: "";
    right: -2rem;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.1rem;
    background: #dbdbdb;
  }
}
.plus-subscription-card .game-card__footer {
  padding: 0 2rem;
}
.plus-subscription-card__rows-and-logo {
  display: flex;
  align-items: center;
  min-height: 3rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__rows {
  white-space: nowrap;
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 0.7rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__rows::after {
  content: " x ";
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__day {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 0.7rem;
  margin-right: -0.2rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__joker {
  white-space: nowrap;
  position: relative;
  color: #a2a2a2;
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 0.7rem;
}
@media screen and (min-width: 375px) {
  .plus-subscription-card__rows-and-logo .plus-subscription-card__joker::after {
    content: "";
    position: absolute;
    top: -0.8rem;
    right: -3.5rem;
    width: 2.7rem;
    height: 3.5rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.7rem 3.5rem;
    background-image: url("/Components/DanskeSpil/Domain/NumberGames/Graphics/SpriteSheets/NumberGamesCommonIcons/icon-joker-hat.svg");
  }
}
@media screen and (min-width: 1024px) {
  .plus-subscription-card__rows-and-logo .plus-subscription-card__joker::after {
    content: none;
  }
}
@media screen and (min-width: 1216px) {
  .plus-subscription-card__rows-and-logo .plus-subscription-card__joker::after {
    content: "";
  }
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__logo--allornothing {
  margin-top: -0.5rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__logo--eurojackpot {
  margin-top: 0.1rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__logo--keno {
  margin-top: 0.2rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__logo--vikinglotto {
  margin-top: 0.2rem;
}
.plus-subscription-card__rows-and-logo .plus-subscription-card__logo--lottowednesday {
  height: 1.8rem;
  margin-top: 0.2rem;
}



.plus-topnav {
  background-color: #f4f4f4;
}
.plus-topnav__inner {
  padding: 0 1rem;
  height: 4.8rem;
  margin: 0 auto;
  max-width: 133.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .plus-topnav__inner {
    padding: 0 2rem;
  }
}
.plus-topnav__link {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  color: #222222;
  text-transform: uppercase;
  position: relative;
  padding: 1rem 1rem 1rem 2.5rem;
}
.plus-topnav__link::before {
  position: absolute;
  content: "";
  border: 0.1rem solid #000000;
  border-top: none;
  border-left: none;
  transform: rotate(135deg);
  height: 0.9rem;
  width: 0.9rem;
  left: 1rem;
  top: 1.3rem;
}



.your-next-draws {
  width: calc(100% - 4rem);
  max-width: 40rem;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  .your-next-draws {
    width: 100%;
  }
}
.your-next-draws__title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #a2a2a2;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.your-next-draws__title-line {
  background: #c8c8c8;
  flex: 1;
  height: 0.1rem;
}
.your-next-draws__title-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #a2a2a2;
  letter-spacing: 0.05rem;
  padding: 0 2rem;
}
.your-next-draws__game {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.your-next-draws__game-logo {
  height: 1.4rem;
  width: auto;
  min-width: 0;
}
.your-next-draws__game-line {
  flex: 1;
  width: 100%;
  height: 0.2rem;
  margin: 0.5rem 1.5rem 0;
  min-width: 1.6rem;
}
.your-next-draws__game-line line {
  stroke: #aeaeae;
  stroke-width: 1;
  stroke-dasharray: 7, 7;
}
.your-next-draws__game-text {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  flex-shrink: 0;
}
.your-next-draws__game-text:first-letter {
  text-transform: uppercase;
}



/* ===========================================
   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);
  }
}
@keyframes currentjackpots-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.5rem);
  }
}
.current-jackpots {
  text-align: center;
  position: relative;
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 3.2rem;
  box-sizing: border-box;
  padding-left: 2rem;
  padding-right: 2rem;
}
.current-jackpots * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .current-jackpots {
    padding: 6.4rem 2rem 0 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .current-jackpots {
    max-width: 128rem;
  }
}
.region-playtogether .current-jackpots {
  padding: 0;
}
.plus-page__component .current-jackpots {
  margin: 5rem -3rem 0;
  width: calc(100% + 6rem);
}
@media screen and (min-width: 480px) {
  .plus-page__component .current-jackpots {
    margin: 5rem auto 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .plus-page__component .current-jackpots {
    margin-bottom: -3rem;
  }
}
.current-jackpots .current-jackpots__title {
  font-size: 2.8rem;
  line-height: 3.813rem;
  margin: 0 auto 0.8rem auto;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .current-jackpots .current-jackpots__title {
    font-size: 4rem;
    line-height: 5.447rem;
  }
}
@media screen and (min-width: 1024px) {
  .current-jackpots .current-jackpots__title {
    max-width: none;
  }
}
.current-jackpots .current-jackpots__text {
  color: #828282;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  margin: 0 auto 3.2rem auto;
}
@media screen and (min-width: 768px) {
  .current-jackpots .current-jackpots__text {
    line-height: 2.4rem;
    margin-bottom: 4rem;
  }
}
.current-jackpots .current-jackpots__games {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  gap: 1.5rem;
  row-gap: 5.5rem;
  margin-top: 4.8rem;
  padding-top: 2.4rem;
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .current-jackpots .current-jackpots__games {
    gap: 3rem;
  }
}
.current-jackpots .current-jackpots__game.game-order-1 {
  order: 1;
}
.current-jackpots .current-jackpots__game.game-order-2 {
  order: 2;
}
.current-jackpots .current-jackpots__game.game-order-3 {
  order: 3;
}
.current-jackpots .current-jackpots__game.game-order-4 {
  order: 4;
}
.current-jackpots .current-jackpots__game.game-order-5 {
  order: 5;
}
.current-jackpots .current-jackpots__game {
  padding: 2rem;
  border-radius: 3rem;
  user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0;
  width: 15.1rem;
  height: 17.5rem;
  box-shadow: 0.341rem 1.25rem 2.728rem 0rem #00000026, 1.25rem 4.888rem 5.002rem 0rem #00000021, 2.955rem 10.913rem 6.82rem 0rem #00000014, 5.229rem 19.438rem 8.071rem 0rem #00000005, 8.184rem 30.35rem 8.866rem 0rem #00000000;
}
.current-jackpots .current-jackpots__game.current-jackpots__game-has-link {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .current-jackpots .current-jackpots__game {
    width: 16.1rem;
    height: 18.5rem;
  }
}
.current-jackpots .current-jackpots__game.current-jackpots__game-lower-1 {
  margin-top: 2.4rem;
}
.current-jackpots .current-jackpots__game.current-jackpots__game-lower-2 {
  margin-top: 4.8rem;
}
.current-jackpots .current-jackpots__game--animate {
  animation: currentjackpots-animation 1.6s ease-in-out 2;
}
.current-jackpots .current-jackpots__game--lotto {
  background: #E11E00;
}
.current-jackpots .current-jackpots__game--eurojackpot {
  background: #1c1c1c;
}
.current-jackpots .current-jackpots__game--vikinglotto {
  background: #0000ff;
}
.current-jackpots .current-jackpots__game--keno {
  background: #00a5eb;
}
.current-jackpots .current-jackpots__game--allornothing {
  background: #191339;
}
.current-jackpots .current-jackpots__game:hover .current-jackpots__game-btn::before {
  transform: translateY(-40%) scale(0.9);
  opacity: 0;
}
.current-jackpots .current-jackpots__game:hover .current-jackpots__game-btn::after {
  transform: translateY(0);
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .current-jackpots .current-jackpots__game:hover .current-jackpots__game-icon {
    transform: translateX(-50%) scale(1.05);
  }
}
.current-jackpots .current-jackpots__game .current-jackpots__game-icon {
  transform-origin: center bottom;
  transition: transform 200ms ease-out;
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 2rem;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .current-jackpots .current-jackpots__game .current-jackpots__game-icon {
    height: 7rem;
    width: 7rem;
  }
}
.current-jackpots .current-jackpots__game .current-jackpots__game-logo {
  margin-bottom: 0.5rem;
  margin-top: 3rem;
  height: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .current-jackpots .current-jackpots__game .current-jackpots__game-logo {
    margin-top: 3.6rem;
    height: 2rem;
  }
}
.current-jackpots .current-jackpots__game .current-jackpots__game-pool-label {
  margin: 0.3rem 0 0 0;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-pool-value {
  font-size: 2.2rem;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  flex-grow: 1;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: color 200ms ease-out;
  height: 3rem;
  width: 100%;
  display: flex;
  padding: 0;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn:not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn.btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn.btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn.btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
.current-jackpots .current-jackpots__game .current-jackpots__game-btn:not(.btn--disabled):hover::after {
  transform: scale(1.03);
}



/* ===========================================
   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);
  }
}
.audio-list-spot-wrapper {
  position: relative;
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 3.2rem 2rem;
  box-sizing: border-box;
  min-width: 36rem;
}
@media screen and (min-width: 768px) {
  .audio-list-spot-wrapper {
    padding: 6rem 2rem;
  }
}
.audio-list-spot-wrapper * {
  box-sizing: border-box;
}
.audio-list-spot-wrapper--plus .audio-list-spot__item-play-icon {
  background: linear-gradient(239.15deg, #00FFAE -55.52%, #027D56 2.15%, #01291C 106.16%);
}
.audio-list-spot-wrapper--lotto .audio-list-spot__item-play-icon {
  background: linear-gradient(239.15deg, #E11E00 -55.52%, #a60b0f 2.15%, #580103 106.16%);
}
.audio-list-spot-wrapper--vikinglotto .audio-list-spot__item-play-icon {
  background: linear-gradient(239.15deg, #0000ff -55.52%, #000078 2.15%, #00008d 106.16%);
}
.audio-list-spot-wrapper--eurojackpot .audio-list-spot__item-play-icon {
  background: linear-gradient(239.15deg, #e8a332 -55.52%, #bc8036 2.15%, #735300 106.16%);
}
.audio-list-spot__title {
  color: #000000;
  font-size: 2.8rem;
  line-height: 3.813rem;
  text-align: center;
  font-weight: 700;
  margin: 1.2rem auto;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__title {
    font-size: 4rem;
    line-height: 5.447rem;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 1024px) {
  .audio-list-spot__title {
    max-width: none;
  }
}
.audio-list-spot__text {
  color: #828282;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__text {
    line-height: 2.4rem;
    margin-bottom: 7rem;
  }
}
.audio-list-spot__items {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  max-width: 48rem;
  width: 100%;
  padding: 0 1rem;
  gap: 2.4rem;
  flex-wrap: auto;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__items {
    max-width: 88rem;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.audio-list-spot__item {
  position: relative;
  display: flex;
  background-color: #F2F2F2;
  border-radius: 3.2rem;
  padding: 1rem 1rem 1rem 1rem;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  line-height: 1.6rem;
  font-weight: 600;
  height: 6.4rem;
  text-align: left;
  cursor: pointer;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__item {
    max-width: 100%;
    width: auto;
    justify-content: center;
  }
}
.audio-list-spot__item--playing .audio-list-spot__item-play-icon--play {
  display: none;
}
.audio-list-spot__item--playing .audio-list-spot__item-play-icon--stop {
  display: block;
}
.audio-list-spot__item-play-icon {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(239.15deg, #00FFAE -55.52%, #027D56 2.15%, #01291C 106.16%);
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 50%;
  color: white;
}
.audio-list-spot__item-play-icon--play {
  position: absolute;
  width: 16px;
  height: 16px;
}
.audio-list-spot__item-play-icon--stop {
  position: absolute;
  display: none;
  width: 16px;
  height: 16px;
}
.audio-list-spot__item-title {
  flex: 1;
  margin-left: 1rem;
}
.audio-list-spot__cta {
  position: relative;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__cta {
    margin-top: 5rem;
  }
}
.audio-list-spot__cta-button {
  position: relative;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  height: 5.6rem;
  max-width: 24rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .audio-list-spot__cta-button {
    display: inline-flex;
  }
}
.audio-list-spot__cta-button:not(:disabled):hover::after {
  transform: scale(1.03);
}
.audio-list-spot__cta-button:after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.1rem solid transparent;
  background-color: #FEB700;
  border-color: #FEB700;
}



.region-subscriptions .menu-toggle-right {
  background-color: #2e3535;
}
.region-subscriptions .brand-nav {
  background-color: #2e3535;
}
.region-subscriptions .corporate-nav {
  background-color: #212626;
}
.region-subscriptions .mobile-navigation-header {
  background-color: #2e3535;
}
.region-subscriptions .mobile-navigation-footer__icon {
  background-color: #2e3535;
}
.region-subscriptions .mobile-navigation-item-link:before {
  background-color: #2e3535;
}
.region-subscriptions .user-info {
  background-color: #0084BC;
}
.region-subscriptions .mega-menu__campaign__cta-button {
  background-color: #2e3535;
  color: white;
}
.region-subscriptions .mega-menu__campaign__cta-button:hover {
  opacity: 0.9;
}



body.region-subscriptions .seo-text-container,
body.region-subscriptions footer .info-bar {
  background: #212626;
}



.multi-columns-wrapper {
  display: flex;
  margin-bottom: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-columns-wrapper .multi-columns-wrapper__column {
  flex: 1;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-columns-wrapper .multi-columns-wrapper__column {
    padding: 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);
  }
}
.number-games-print-wrapper {
  display: none !important;
  visibility: hidden !important;
}
@media print {
  .lotto-system-game,
  .header-static-fix,
  .top-navigation,
  header,
  .notifications-static-fix,
  .global-footer,
  .lotto-footer-navigation,
  .eurojackpot-system-game,
  .eurojackpot-footer-navigation,
  .vikinglotto-system-game,
  .vikinglotto-footer-navigation,
  .js-boostAi {
    visibility: hidden;
    display: none !important;
  }
  .number-games-print-wrapper {
    min-height: calc(100vh - 10mm);
    display: block !important;
    visibility: visible !important;
    padding: 5mm 0;
  }
  .region-eurojackpot .number-games-print-wrapper {
    background-color: #FFFFFF;
  }
  .number-games-print-wrapper .print-wrapper-header {
    text-align: center;
    padding-bottom: 7mm;
  }
  .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon {
    line-height: 1;
  }
  .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .icon {
    width: 40mm;
    height: 7mm;
  }
  .region-eurojackpot .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .icon {
    width: 54mm;
    height: 7.2mm;
  }
  .region-vikinglotto .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .icon {
    width: 51mm;
    height: 9mm;
    position: relative;
    top: 2mm;
  }
  .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .text {
    font-size: 10mm;
    font-weight: 600;
    color: #E11E00;
    text-transform: uppercase;
  }
  .region-eurojackpot .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .text {
    color: #171717;
  }
  .region-vikinglotto .number-games-print-wrapper .print-wrapper-header .print-wrapper-header-icon .text {
    color: #0000ff;
  }
  .number-games-print-wrapper .print-wrapper-subheader .row {
    font-size: 3.5mm;
    font-weight: 500;
    color: #4f5254;
  }
  .number-games-print-wrapper .print-wrapper-subheader .row .numbers {
    font-weight: bold;
    color: #E11E00;
    word-spacing: 3mm;
    padding-left: 3mm;
  }
  .region-eurojackpot .number-games-print-wrapper .print-wrapper-subheader .row .numbers {
    color: #171717;
  }
  .region-vikinglotto .number-games-print-wrapper .print-wrapper-subheader .row .numbers {
    color: #0000ff;
  }
  .number-games-print-wrapper .print-wrapper-subheader .row .description-text {
    font-size: 3mm;
    font-weight: normal;
    color: #a3a6ab;
  }
  .number-games-print-wrapper .print-wrapper-body {
    padding-bottom: 40mm;
  }
  .number-games-print-wrapper .print-wrapper-body .hidden {
    opacity: 0;
  }
  .number-games-print-wrapper .print-wrapper-footer {
    width: 100%;
    position: absolute;
    bottom: 0mm;
    page-break-inside: avoid;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-notes {
    line-height: 0;
    padding-bottom: 3mm;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-notes p {
    font-size: 3mm;
    font-weight: normal;
    font-style: italic;
    color: #4f5254;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-bar {
    font-size: 0;
    line-height: 0;
    border-radius: 1.5mm;
    padding: 4mm 5mm 3.8mm;
    background-color: #E11E00;
    -webkit-print-color-adjust: exact;
    box-sizing: border-box;
    page-break-inside: avoid;
  }
  .region-eurojackpot .number-games-print-wrapper .print-wrapper-footer .footer-bar {
    background: #bb7f36;
    background: -moz-linear-gradient(left, #bb7f36 0%, #efb03c 25%, #bb7f36 50%, #efb03c 75%, #bb7f36 100%);
    background: -webkit-linear-gradient(left, #bb7f36 0%, #efb03c 25%, #bb7f36 50%, #efb03c 75%, #bb7f36 100%);
    background: linear-gradient(to right, #bb7f36 0%, #efb03c 25%, #bb7f36 50%, #efb03c 75%, #bb7f36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb7f36', endColorstr='#bb7f36', GradientType=1);
  }
  .region-vikinglotto .number-games-print-wrapper .print-wrapper-footer .footer-bar {
    background-color: #0000ff;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-bar .icon-cube,
  .number-games-print-wrapper .print-wrapper-footer .footer-bar .icon-logo {
    height: 6mm;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-bar .icon-cube {
    width: 6mm;
  }
  .number-games-print-wrapper .print-wrapper-footer .footer-bar .icon-logo {
    width: 27mm;
    float: right;
  }
  .region-eurojackpot .number-games-print-wrapper .print-wrapper-footer .footer-bar .icon-logo {
    width: 35mm;
  }
}



/* ===========================================
   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 print {
  .print-system-row-wrapper {
    width: 30%;
    padding-top: 10mm;
    margin-right: 5%;
    box-sizing: border-box;
    display: inline-block;
    page-break-inside: avoid;
  }
  .print-system-row-wrapper:nth-child(3n) {
    margin-right: 0;
  }
  .print-system-row-wrapper .print-system-row-headline {
    font-size: 3mm;
    color: #E11E00;
    font-weight: 500;
    border-bottom: 0.1mm solid #a3a6ab;
    padding-bottom: 2.5mm;
    box-sizing: border-box;
    margin-right: 5%;
  }
  .region-eurojackpot .print-system-row-wrapper .print-system-row-headline {
    color: #171717;
  }
  .region-vikinglotto .print-system-row-wrapper .print-system-row-headline {
    color: #0000ff;
  }
  .print-system-row-wrapper .print-system-row-body {
    padding-top: 2.5mm;
    line-height: 2mm;
  }
  .print-system-row-wrapper .print-system-row-body .print-system-row-cell {
    width: 10%;
    display: inline-block;
    font-size: 2.5mm;
    text-align: right;
    color: #4f5254;
    padding-right: 5%;
    box-sizing: border-box;
  }
  .print-system-garanti-section-wrapper {
    width: 60%;
    padding-top: 5mm;
    box-sizing: border-box;
  }
  .print-system-garanti-section-wrapper .print-system-garanti-section-header {
    font-size: 3.5mm;
    font-weight: bold;
    color: #E11E00;
    text-transform: uppercase;
    padding: 1.2mm 4mm;
    border-radius: 1.5mm;
    box-sizing: border-box;
    background-color: #ededed;
    -webkit-print-color-adjust: exact;
  }
  .region-eurojackpot .print-system-garanti-section-wrapper .print-system-garanti-section-header {
    color: #171717;
  }
  .region-vikinglotto .print-system-garanti-section-wrapper .print-system-garanti-section-header {
    color: #0000ff;
  }
  .print-system-garanti-section-wrapper .print-system-garanti-section-column {
    width: 20%;
    line-height: 2mm;
    color: #4f5254;
    display: inline-block;
    text-align: center;
  }
  .print-system-garanti-section-wrapper .print-system-garanti-section-column .print-system-garanti-section-cell {
    display: block;
    font-size: 3mm;
    padding: 0.8mm 0;
  }
  .print-system-garanti-section-wrapper .print-system-garanti-section-column .print-system-garanti-section-cell:first-child {
    padding: 2.5mm 0;
    font-weight: 500;
    border-bottom: 0.1mm solid #ededed;
    margin-bottom: 2mm;
    box-sizing: border-box;
  }
  .print-system-garanti-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0;
    border: 0.1mm solid #a3a6ab;
    line-height: 3.6mm;
    margin-top: 10mm;
  }
  .region-eurojackpot .print-system-garanti-table {
    table-layout: auto;
  }
  .print-system-garanti-table .print-system-garanti-table-head tr {
    font-size: 3mm;
    color: #E11E00;
  }
  .region-eurojackpot .print-system-garanti-table .print-system-garanti-table-head tr {
    color: #171717;
  }
  .region-vikinglotto .print-system-garanti-table .print-system-garanti-table-head tr {
    color: #0000ff;
  }
  .print-system-garanti-table .print-system-garanti-table-head tr th {
    padding: 2mm 0 2mm 4mm;
    border-left: 0.1mm solid #a3a6ab;
    box-sizing: border-box;
    text-align: left;
  }
  .print-system-garanti-table .print-system-garanti-table-head tr th:first-child {
    border-left: none;
  }
  .print-system-garanti-table .print-system-garanti-table-body tr th,
  .print-system-garanti-table .print-system-garanti-table-body tr td {
    font-size: 2.5mm;
    color: #4f5254;
    padding: 2mm 1mm;
    border-top: 0.1mm solid #a3a6ab;
    border-left: 0.1mm solid #a3a6ab;
    text-align: center;
    box-sizing: border-box;
    background-color: #ededed;
    -webkit-print-color-adjust: exact;
  }
  .print-system-garanti-table .print-system-garanti-table-body tr th:first-child,
  .print-system-garanti-table .print-system-garanti-table-body tr td:first-child {
    border-left: 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);
  }
}
.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;
}



.notification-box {
  max-width: 60rem;
  margin: 0 auto 2rem;
  padding: 2rem;
  border: 1px solid #004b32;
  border-radius: 20px;
  display: flex;
  box-sizing: content-box;
  align-items: center;
  flex-direction: column;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .notification-box {
    flex-direction: row;
  }
}
.notification-box .notification-box__image-wrapper {
  width: 13rem;
  height: 13rem;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .notification-box .notification-box__image-wrapper {
    width: 5rem;
    height: 5rem;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.notification-box .notification-box__image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .notification-box .notification-box__image {
    width: 5rem;
    height: 5rem;
  }
}
.notification-box .notification-box__text {
  font-size: 1.6rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: #000000;
  text-align: left;
}



/* ===========================================
   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);
  }
}
.joker-overlay {
  padding: 1rem 1.5rem;
  overflow: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .joker-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@keyframes joker-overlay-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.joker-overlay.remove-overlay {
  animation: joker-overlay-fade-out 150ms linear;
}
.joker-overlay.remove-overlay .joker-overlay__content {
  animation: joker-overlay-fade-out 150ms linear;
}
.joker-overlay--small {
  display: block;
}
@media screen and (min-width: 768px) {
  .joker-overlay--small {
    display: none;
  }
}
.joker-overlay--medium {
  display: none;
  flex: 1;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .joker-overlay--medium {
    display: flex;
  }
}
.joker-overlay__content {
  border: 0.1rem solid #FEB700;
  box-sizing: border-box;
  max-width: 40rem;
  background: #000000;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2), 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 2rem auto auto;
}
@media screen and (min-width: 768px) {
  .joker-overlay__content {
    max-width: 70rem;
    margin: auto;
    padding: 3rem 5rem 0;
  }
}
.lotto-classic-game-overlay .joker-overlay__content,
.lotto-lightning-game-overlay .joker-overlay__content,
.lotto-system-game-overlay .joker-overlay__content,
.lotto-lucky-game-overlay .joker-overlay__content {
  background: #E11E00;
}
.vikinglotto-classic-game-overlay .joker-overlay__content,
.vikinglotto-lightning-game-overlay .joker-overlay__content,
.vikinglotto-system-game-overlay .joker-overlay__content,
.vikinglotto-lucky-game-overlay .joker-overlay__content {
  background: #0000ff;
}
.joker-overlay__title {
  order: 1;
  color: white;
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 700;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .joker-overlay__title {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
}
.joker-overlay__title span {
  color: #FEB700;
}
.joker-overlay__box {
  order: 3;
  user-select: none;
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  background: white;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  border: 0.4rem solid transparent;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .joker-overlay__box {
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 2rem;
  }
}
.joker-overlay__box.active {
  border-color: #FEB700;
  background: #fff8e4;
}
.joker-overlay__box--first {
  order: 2;
}
.joker-overlay__logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.joker-overlay__header-logo {
  margin-bottom: 2.6rem;
}
.joker-overlay__header-logo .joker-overlay__logo-hat {
  height: 5rem;
  margin-right: 0;
}
.joker-overlay--medium .joker-overlay__logo {
  margin-bottom: 0.2rem;
}
.joker-overlay__logo-hat {
  height: 2.5rem;
  margin-right: 1rem;
}
.joker-overlay--medium .joker-overlay__logo-hat {
  height: 3.2rem;
}
.joker-overlay__logo-prefix {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .joker-overlay__logo-prefix {
    font-size: 3.2rem;
  }
}
.joker-overlay__double .joker-overlay__logo {
  margin-bottom: -0.2rem;
}
.joker-overlay__logo-with-prefix .joker-overlay__pool-label {
  text-align: left;
}
.joker-overlay__logo-text {
  height: 2.2rem;
}
.lotto-classic-game-overlay .joker-overlay__logo-text,
.lotto-lightning-game-overlay .joker-overlay__logo-text,
.lotto-system-game-overlay .joker-overlay__logo-text,
.lotto-lucky-game-overlay .joker-overlay__logo-text {
  filter: invert(10%) sepia(85%) saturate(4939%) hue-rotate(351deg) brightness(101%) contrast(116%);
}
.vikinglotto-classic-game-overlay .joker-overlay__logo-text,
.vikinglotto-lightning-game-overlay .joker-overlay__logo-text,
.vikinglotto-system-game-overlay .joker-overlay__logo-text,
.vikinglotto-lucky-game-overlay .joker-overlay__logo-text {
  filter: invert(9%) sepia(80%) saturate(7106%) hue-rotate(246deg) brightness(100%) contrast(147%);
}
.joker-overlay--medium .joker-overlay__logo-text {
  height: 3rem;
}
.joker-overlay__logo-text {
  height: 2rem;
  margin-bottom: -0.2rem;
}
.joker-overlay__draw-pool {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: 1.5rem;
}
.joker-overlay__draw {
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.joker-overlay--medium .joker-overlay__draw {
  flex-direction: row;
  justify-content: flex-start;
  font-size: 1.6rem;
}
.joker-overlay__draw-value {
  font-size: 1.4rem;
  font-weight: bold;
}
.joker-overlay--medium .joker-overlay__draw-value {
  font-size: 1.6rem;
  padding-left: 0.5ch;
}
.joker-overlay__pool {
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.joker-overlay--medium .joker-overlay__pool {
  font-size: 1.6rem;
  flex: 1;
}
.joker-overlay__pool-value {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: -0.2rem;
}
.joker-overlay--medium .joker-overlay__pool-value {
  font-size: 3.4rem;
  margin-bottom: 0;
  line-height: 1;
}
.joker-overlay__box-cta {
  user-select: none;
  cursor: pointer;
  box-sizing: border-box;
  background: #FEB700;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  border-radius: 0.8rem;
  color: #000000;
  font-size: 1.6rem;
  padding: 0 1rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.2rem solid transparent;
}
@media screen and (min-width: 768px) {
  .joker-overlay__box-cta {
    min-width: 16.5rem;
    min-height: 6rem;
  }
}
.joker-overlay__box-cta.active {
  background: white;
  border-color: #FEB700;
}
.joker-overlay__box-cta.unavailable {
  opacity: 0.5;
  cursor: not-allowed;
}
.joker-overlay__cta {
  order: 4;
  user-select: none;
  cursor: pointer;
  margin: 0.8rem 0;
  background: white;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  border-radius: 0.8rem;
  color: #000000;
  font-size: 1.6rem;
  padding: 0 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .joker-overlay__cta {
    min-height: 6rem;
    width: 34rem;
    margin: 2rem auto;
  }
}
.joker-overlay__cta.active {
  background: #FEB700;
}
.joker-overlay__read-more {
  order: 5;
  padding-bottom: 2rem;
}
.joker-overlay__read-more.active .joker-overlay__read-more-cta::after {
  transform: rotate(225deg);
  top: 1.6rem;
}
.joker-overlay__read-more.active .joker-overlay__read-more-text {
  transform: translateY(0);
  height: auto;
}
.joker-overlay__read-more-cta {
  user-select: none;
  color: white;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 1rem 3.5rem 1rem 1rem;
  margin: 0 auto 0.5rem;
}
.joker-overlay__read-more-cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  transition: transform 100ms ease-out;
  border: 0.3rem solid white;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  height: 0.9rem;
  width: 0.9rem;
  right: 1rem;
  top: 1rem;
}
.joker-overlay__read-more-text {
  height: 0;
  color: white;
  font-size: 1.6rem;
  line-height: 1.3;
  overflow: hidden;
  transform: translateY(-1rem);
  transition: transform 200ms cubic-bezier(0, 1.7, 0.3, 1);
}
.joker-overlay__read-more-text p {
  color: white;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 0.7rem;
}



/* ===========================================
   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;
}



/* ===========================================
   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-subscriptions .news-list .section .news-heading {
  background-color: #2e3535;
  padding: 6vw 0 10vw;
}
@media (min-width: 960px) {
  .region-subscriptions .news-list .section .news-heading {
    min-height: 38rem;
    padding: 5rem 0;
  }
}
.region-subscriptions .news-list .section .news-heading .topspot-headline {
  text-transform: uppercase;
  margin-bottom: 5vw;
}
@media (min-width: 960px) {
  .region-subscriptions .news-list .section .news-heading .topspot-headline {
    margin-bottom: 3rem;
  }
}
@media (min-width: 960px) {
  .region-subscriptions .news-list .section .content-wrapper {
    margin-top: 0;
  }
}
.region-subscriptions .news-list .section .content-wrapper .news-block {
  padding: 2rem 0 4rem 0;
}
@media (min-width: 960px) {
  .region-subscriptions .news-list .section .content-wrapper .news-block {
    padding: 2rem 0;
  }
}
.region-subscriptions .news-list .section .content-wrapper .news-block .date {
  color: #a3a6ab;
}
.region-subscriptions .news-list .section .content-wrapper .news-block a.heading-link .headline {
  color: #2e3535;
  text-transform: uppercase;
}
.region-subscriptions .news-list .section .content-wrapper .news-block.single .news-item-headline {
  text-transform: uppercase;
  color: #1d1d1d;
}



/* ===========================================
   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);
  }
}
.multi-teaser-cards {
  position: relative;
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0rem 2rem;
  box-sizing: border-box;
}
.region-playtogether .multi-teaser-cards {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards {
    padding: 0rem 2rem;
  }
}
.multi-teaser-cards * {
  box-sizing: border-box;
}
.multi-teaser-cards--plus .multi-teaser-cards__card {
  background-color: rgba(0, 101, 67, 0.09);
}
.multi-teaser-cards--lotto .multi-teaser-cards__card {
  background-color: rgba(225, 30, 0, 0.09);
}
.multi-teaser-cards--vikinglotto .multi-teaser-cards__card {
  background-color: rgba(0, 0, 255, 0.09);
}
.multi-teaser-cards--eurojackpot .multi-teaser-cards__card {
  background-color: rgba(232, 163, 50, 0.25);
}
.multi-teaser-cards--center-mobile .multi-teaser-cards__cards {
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards--center-mobile .multi-teaser-cards__cards {
    justify-content: inherit;
    gap: inherit;
  }
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards--center-desktop .multi-teaser-cards__cards {
    justify-content: center;
    gap: 3rem;
  }
}
.multi-teaser-cards--items-per-row-mobile-1 .multi-teaser-cards__cards {
  flex-direction: column;
}
.multi-teaser-cards--items-per-row-mobile-1 .multi-teaser-cards__card {
  flex: 0 1 100%;
}
.multi-teaser-cards--items-per-row-mobile-2 .multi-teaser-cards__cards {
  flex-direction: row;
}
.multi-teaser-cards--items-per-row-mobile-2 .multi-teaser-cards__card {
  flex: 0 1 calc(50% - 0.8rem);
  padding: 1.6rem 1.6rem 1.6rem 1.6rem;
}
.multi-teaser-cards--items-per-row-mobile-2 .multi-teaser-cards__card__image {
  position: relative;
  margin: 1.5rem auto;
  left: auto;
  width: 5rem;
  height: 5rem;
  top: 0;
}
.multi-teaser-cards--items-per-row-mobile-2 .multi-teaser-card__cta-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards--items-per-row-desktop-1 .multi-teaser-cards__cards {
    flex-direction: column;
    gap: 3rem;
  }
  .multi-teaser-cards--items-per-row-desktop-1 .multi-teaser-cards__card {
    flex: 0 1 100%;
    min-height: 20rem;
    padding: 3.2rem 2.4rem;
  }
  .multi-teaser-cards--items-per-row-desktop-2 .multi-teaser-cards__cards {
    flex-direction: row;
    gap: 3rem;
  }
  .multi-teaser-cards--items-per-row-desktop-2 .multi-teaser-cards__card {
    flex: 0 1 calc(50% - 2rem);
    padding: 3.2rem 2.4rem;
  }
  .multi-teaser-cards--items-per-row-desktop-3 .multi-teaser-cards__cards {
    flex-direction: row;
    gap: 3rem;
  }
  .multi-teaser-cards--items-per-row-desktop-3 .multi-teaser-cards__card {
    flex: 0 1 calc(33.333% - 2rem);
    padding: 3.2rem 2.4rem;
  }
  .multi-teaser-cards--items-per-row-desktop-4 .multi-teaser-cards__cards {
    flex-direction: row;
    gap: 2rem;
  }
  .multi-teaser-cards--items-per-row-desktop-4 .multi-teaser-cards__card {
    flex: 0 1 calc(25% - 2rem);
    padding: 3.2rem 2.4rem;
  }
}
h2.multi-teaser-cards__header {
  color: #000000;
  font-size: 2.8rem;
  line-height: 3.813rem;
  text-align: center;
  font-weight: 700;
  margin: 0.8rem auto;
}
@media screen and (min-width: 768px) {
  h2.multi-teaser-cards__header {
    font-size: 4rem;
    line-height: 5.447rem;
    margin: 0.8rem auto;
  }
}
.multi-teaser-cards__content {
  color: #828282;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  font-weight: 600;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards__content {
    line-height: 2.4rem;
    margin-bottom: 6.4rem;
  }
}
.multi-teaser-cards__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.6rem;
  min-width: 33rem;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards__cards {
    flex-direction: row;
    gap: 3rem;
  }
}
.multi-teaser-cards__card {
  position: relative;
  flex: 0 1 calc(33.333% - 2rem);
  min-height: 10.4rem;
  background-color: #eeeeee;
  /* Light grey background for visibility */
  display: flex;
  flex-direction: column;
  border-radius: 1.6rem;
  padding: 1.6rem 3.2rem;
  text-align: center;
  align-items: center;
  align-self: stretch;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards__card {
    min-height: 30.8rem;
    align-items: center;
  }
}
.multi-teaser-cards__card__image {
  position: relative;
  margin: 1.4rem auto;
  left: auto;
  width: 8rem;
  height: 8rem;
  top: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 1;
}
.multi-teaser-cards__card__image:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  border-radius: 50%;
  mix-blend-mode: multiply;
  background: #ffffff;
  z-index: -1;
}
h3.multi-teaser-cards__card__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 3.2rem;
}
.multi-teaser-cards__card__text {
  text-align: center;
  flex-grow: 1;
}
.multi-teaser-card__cta-container {
  position: relative;
  flex-grow: 0;
  padding-top: 3rem;
  margin-left: -8.4rem;
  width: calc(100% + 8.4rem);
}
@media screen and (min-width: 768px) {
  .multi-teaser-card__cta-container {
    margin-left: auto;
    width: 100%;
  }
}
.multi-teaser-card__cta-container .multi-teaser-cards__cta {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-teaser-card__cta-container .multi-teaser-cards__cta {
    text-align: center;
  }
}
.multi-teaser-cards__cta {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-teaser-cards__cta {
    margin-top: 6.4rem;
  }
}
.multi-teaser-cards__cta_button {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  height: 5.6rem;
  max-width: 24rem;
  width: 100%;
}
.multi-teaser-cards__cta_button:not(:disabled):hover::after {
  transform: scale(1.03);
}
.multi-teaser-cards__cta_button:after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.1rem solid transparent;
  background-color: #FEB700;
  border-color: #FEB700;
}



/* ===========================================
   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);
  }
}
.product-links-cta {
  position: relative;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 2rem 2rem 6rem 2rem;
  box-sizing: border-box;
}
.product-links-cta__content-wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .product-links-cta__content-wrapper {
    max-width: 76rem;
  }
}
.product-links-cta * {
  box-sizing: border-box;
}
.product-links-cta--plus .product-links-cta__item-image {
  background-color: #006543;
}
.product-links-cta--plus h3.product-links-cta__item-title {
  color: #006543;
}
.product-links-cta--lotto .product-links-cta__item-image {
  background-color: #E11E00;
}
.product-links-cta--lotto h3.product-links-cta__item-title {
  color: #E11E00;
}
.product-links-cta--vikinglotto .product-links-cta__item-image {
  background-color: #0000ff;
}
.product-links-cta--vikinglotto h3.product-links-cta__item-title {
  color: #0000ff;
}
.product-links-cta--eurojackpot .product-links-cta__item-image {
  background-color: #e8a332;
}
.product-links-cta--eurojackpot h3.product-links-cta__item-title {
  color: #000000;
}
h2.product-links-cta__header {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  h2.product-links-cta__header {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.region-avalon-lotto h2.product-links-cta__header,
.region-lotto h2.product-links-cta__header {
  color: var(--color-lotto-red-1, #E11E00);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto h2.product-links-cta__header,
  .region-lotto h2.product-links-cta__header {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.product-links-cta__content {
  position: relative;
  color: #828282;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .product-links-cta__content {
    margin: 0 auto;
  }
}
.product-links-cta__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.8rem;
  row-gap: 2rem;
  margin: 4.8rem auto 0 auto;
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  .product-links-cta__items {
    row-gap: normal;
    margin: 6rem auto 0 auto;
    max-width: initial;
  }
}
.product-links-cta__item {
  position: relative;
  display: flex;
  flex-basis: 9rem;
  flex-direction: column;
  text-decoration: none;
  min-height: 15rem;
}
.product-links-cta__item:visited {
  text-decoration: none;
}
.product-links-cta__item:hover {
  text-decoration: none;
}
.product-links-cta__item:active {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .product-links-cta__item {
    flex-basis: 14rem;
    min-height: 30rem;
  }
}
.product-links-cta__item-image {
  position: relative;
  width: 8.4rem;
  height: 8.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4.2rem 4.2rem;
  border-radius: 2rem;
  margin: 0 auto;
  background-color: #eeeeee;
  /* Light grey background for visibility */
}
@media screen and (min-width: 768px) {
  .product-links-cta__item-image {
    width: 12rem;
    height: 12rem;
    border-radius: 2.6rem;
    background-size: 6.8rem 6.8rem;
  }
}
h3.product-links-cta__item-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.7rem 0 0rem 0;
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  h3.product-links-cta__item-title {
    font-size: 1.6rem;
    margin: 1.4rem 0 1.8rem 0;
  }
  .region-avalon-lotto h3.product-links-cta__item-title,
  .region-lotto h3.product-links-cta__item-title {
    margin: 1.4rem 0 0 0;
    line-height: 2.4rem;
  }
}
.product-links-cta__item-text {
  color: #8e8e8e;
  font-weight: 600;
  line-height: 1.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  max-width: 9rem;
  text-align: center;
  margin: 0 auto -2rem auto;
}
.region-avalon-lotto .product-links-cta__item-text,
.region-lotto .product-links-cta__item-text {
  text-transform: none;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
  line-height: 2.2rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .product-links-cta__item-text,
  .region-lotto .product-links-cta__item-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .product-links-cta__item-text {
    max-width: 11.5rem;
    font-size: 1.6rem;
  }
}
.product-links-cta__item-container {
  position: relative;
  margin-top: auto;
  text-align: center;
}
.product-links-cta__item-button {
  position: relative;
  display: none;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  height: 5.6rem;
  max-width: 14rem;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 768px) {
  .product-links-cta__item-button {
    display: inline-flex;
  }
}
.product-links-cta__item-button:not(:disabled):hover::after {
  transform: scale(1.03);
}
.product-links-cta__item-button:after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0.1rem solid transparent;
  background-color: #FEB700;
  border-color: #FEB700;
}



.region-allornothing,
.allornothing-region {
  width: 100%;
  font-size: 4vw;
  background-color: #191339;
}
.region-allornothing.disable-user-select,
.allornothing-region.disable-user-select {
  user-select: none;
}
@media (min-width: 960px) {
  .region-allornothing,
  .allornothing-region {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .region-allornothing,
  .allornothing-region {
    font-size: 1.8rem;
  }
}
.region-allornothing .container,
.allornothing-region .container {
  width: 100vw;
}
@media (min-width: 960px) {
  .region-allornothing .container,
  .allornothing-region .container {
    width: 100%;
  }
}
.region-allornothing .page-box .container,
.allornothing-region .page-box .container {
  width: 100%;
}
.region-allornothing .all-or-nothing-button-wrapper,
.allornothing-region .all-or-nothing-button-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  background-color: #312F51;
  padding: 1rem;
  border-radius: 6px;
  width: 21rem;
  z-index: 1;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button-wrapper,
  .allornothing-region .all-or-nothing-button-wrapper {
    flex-direction: row;
    margin: 0;
    width: 35rem;
  }
}
.region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button,
.allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button {
  padding: 1.2rem 1.2rem;
  width: 19rem;
  text-align: center;
  margin: 1rem 0 0 0;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button,
  .allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button {
    width: 16rem;
    margin: 0 0 0 1rem;
  }
}
.region-allornothing .all-or-nothing-button-wrapper .all-or-nothing-button:first-child,
.allornothing-region .all-or-nothing-button-wrapper .all-or-nothing-button:first-child {
  margin: 0;
}
.region-allornothing .all-or-nothing-button,
.allornothing-region .all-or-nothing-button {
  font-size: 4.2vw;
  font-weight: bold;
  color: #191339;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 3.5vw 5vw;
  background-color: #feb700;
  border-radius: 6px;
  transition: background-color 0.15s linear;
  user-select: none;
  position: relative;
}
.region-allornothing .all-or-nothing-button--secondary,
.allornothing-region .all-or-nothing-button--secondary {
  background-image: linear-gradient(0deg, #444362 0%, #5b5876 100%);
  color: white;
  transition: z-index 1s linear;
  z-index: 1;
}
.region-allornothing .all-or-nothing-button--secondary:before,
.allornothing-region .all-or-nothing-button--secondary:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 6px;
  transition: opacity 0.15s linear;
  background-image: linear-gradient(0deg, #4e4d6c 0%, #656280 100%);
  z-index: -1;
}
.region-allornothing .all-or-nothing-button--secondary:hover:before,
.allornothing-region .all-or-nothing-button--secondary:hover:before {
  opacity: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-button,
  .allornothing-region .all-or-nothing-button {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button:hover,
  .allornothing-region .all-or-nothing-button:hover {
    background-color: #f5d900;
    cursor: pointer;
  }
}
.region-allornothing .all-or-nothing-button.white,
.allornothing-region .all-or-nothing-button.white {
  color: #191339;
  background-color: #fff;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button.white:hover,
  .allornothing-region .all-or-nothing-button.white:hover {
    background-color: #f3e7ff;
  }
}
.region-allornothing .all-or-nothing-button.mid-purple,
.allornothing-region .all-or-nothing-button.mid-purple {
  color: #fff;
  background-color: #312F51;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-button.mid-purple:hover,
  .allornothing-region .all-or-nothing-button.mid-purple:hover {
    background-color: #454362;
  }
}
.region-allornothing .all-or-nothing-button.loading-pulse,
.allornothing-region .all-or-nothing-button.loading-pulse {
  overflow: hidden;
  opacity: 0.3;
}
@keyframes all-or-nothing-loading-pulse-button-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.region-allornothing .all-or-nothing-button.loading-pulse:before,
.allornothing-region .all-or-nothing-button.loading-pulse:before,
.region-allornothing .all-or-nothing-button.loading-pulse:after,
.allornothing-region .all-or-nothing-button.loading-pulse:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: radial-gradient(center, ellipse cover, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 20%, rgba(43, 43, 43, 0.65) 45%, rgba(43, 43, 43, 0.9) 55%, rgba(43, 43, 43, 0.5) 65%, rgba(43, 43, 43, 0) 90%, rgba(43, 43, 43, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.region-allornothing .all-or-nothing-button.loading-pulse:before,
.allornothing-region .all-or-nothing-button.loading-pulse:before {
  animation: all-or-nothing-loading-pulse-button-animation 0.8s linear infinite;
}
.region-allornothing .all-or-nothing-button.loading-pulse:after,
.allornothing-region .all-or-nothing-button.loading-pulse:after {
  animation: all-or-nothing-loading-pulse-button-animation 0.8s 0.3s linear infinite;
}
.region-allornothing .all-or-nothing-button.loading-pulse:hover,
.allornothing-region .all-or-nothing-button.loading-pulse:hover {
  cursor: default;
}
@media (min-width: 960px) {
  .region-allornothing .all-or-nothing-button.loading-pulse:hover,
  .allornothing-region .all-or-nothing-button.loading-pulse:hover {
    transform: scale(1);
  }
}
.region-allornothing .all-or-nothing-special-button-container,
.allornothing-region .all-or-nothing-special-button-container {
  padding: 2.15vw;
  background-color: #312F51;
  border-radius: 8px;
  display: flex;
  flex-flow: nowrap;
  user-select: none;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container,
  .allornothing-region .all-or-nothing-special-button-container {
    padding: 0.8rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper {
  min-width: 10.666vw;
  height: 9.866vw;
  background-color: #4d496b;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2) 300%);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-sizing: content-box;
  border-bottom: 0.8vw solid #191339;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s linear, background-color 0.15s linear, border-color 0.15s linear, border-width 0.1s linear, margin 0.1s linear, transform 0.1s linear, filter 0.15s linear;
  will-change: transform;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper {
    min-width: 4rem;
    height: 3.7rem;
    border-bottom-width: 0.3rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:hover,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:hover {
    cursor: pointer;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:before,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:before {
  content: '';
  width: 130%;
  height: 180%;
  box-sizing: content-box;
  border-width: 25vw;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -24vw;
  left: 50%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:before,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:before {
    width: 160%;
    border-width: 10rem;
    top: -9.5rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:after,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:after {
  min-height: 1px;
  height: 0.4vw;
  content: '';
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 45%, rgba(255, 255, 255, 0.4) 55%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:after,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:after {
    height: 0.1rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-text,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-text {
  color: #fff;
  font-size: 4.26vw;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-text,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-text {
    font-size: 1.6rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-icon,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-icon {
  width: 5.3vw;
  height: 5.3vw;
  fill: #fff;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper .button-icon,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper .button-icon {
    width: 2rem;
    height: 2rem;
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.yellow-button,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
  background-color: #feb700;
  border-color: #d89c00;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.yellow-button .button-text,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.yellow-button .button-text {
  color: #000;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.selected,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.selected {
  background-color: #56F4AD;
  border-color: #44C289;
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.inactive-button,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.inactive-button {
  opacity: 0.4;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.inactive-button:hover,
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.inactive-button:hover {
    cursor: default;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:hover:not(.inactive-button),
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:hover:not(.inactive-button) {
    filter: brightness(130%);
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button),
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button) {
  border-bottom-width: 0.2vw;
  margin-bottom: 0.6vw;
  transform: translateY(0.6vw);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button),
  .allornothing-region .all-or-nothing-special-button-container .special-button-wrapper:active:not(.inactive-button) {
    border-bottom-width: 0.1rem;
    margin-bottom: 0.2rem;
    transform: translateY(0.2rem);
    filter: brightness(115%);
  }
}
.region-allornothing .all-or-nothing-special-button-container .special-button-wrapper.pulsing,
.allornothing-region .all-or-nothing-special-button-container .special-button-wrapper.pulsing {
  animation: all-or-nothing-special-button-pulsing-animation 1.3s linear infinite;
}
@keyframes all-or-nothing-special-button-pulsing-animation {
  40%,
  60% {
    filter: brightness(160%);
  }
}
.region-allornothing .all-or-nothing-special-button-container:hover .onboarding-wrapper,
.allornothing-region .all-or-nothing-special-button-container:hover .onboarding-wrapper {
  transition-delay: 0.8s;
  opacity: 1;
}
.region-allornothing .all-or-nothing-headline,
.allornothing-region .all-or-nothing-headline {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}
.region-allornothing .all-or-nothing-subheadline,
.allornothing-region .all-or-nothing-subheadline {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.region-allornothing .btn,
.allornothing-region .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;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  background-color: #feb700;
  min-width: 32vw;
  transition: background-color 0.15s linear;
  overflow: hidden;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn,
  .allornothing-region .btn {
    min-width: 12rem;
    font-size: 1.4rem;
    line-height: 4rem;
    border-radius: 5px;
    padding: 0 2rem;
  }
}
@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) {
  .region-allornothing .btn,
  .allornothing-region .btn {
    font-size: 3vw;
    line-height: 8vw;
  }
}
.region-allornothing .btn:hover,
.allornothing-region .btn:hover {
  background-color: #f5d900;
}
.region-allornothing .btn.cta,
.allornothing-region .btn.cta {
  background-color: #feb700;
  color: #322b00;
}
.region-allornothing .btn.grey,
.allornothing-region .btn.grey {
  color: #fff;
  background-color: #a3a6ab;
}
.region-allornothing .btn.close,
.allornothing-region .btn.close {
  position: absolute;
  right: 0;
  width: 4.7vw;
  height: 4.7vw;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn.close,
  .allornothing-region .btn.close {
    width: 2rem;
    height: 2rem;
  }
}
.region-allornothing .btn.close:before,
.allornothing-region .btn.close:before,
.region-allornothing .btn.close:after,
.allornothing-region .btn.close:after {
  content: ' ';
  position: absolute;
  left: 45%;
  top: -15%;
  display: block;
  height: 6vw;
  width: 0.7vw;
  background-color: #4f5254;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .region-allornothing .btn.close:before,
  .allornothing-region .btn.close:before,
  .region-allornothing .btn.close:after,
  .allornothing-region .btn.close:after {
    height: 2.6rem;
    width: 0.2rem;
  }
}
.region-allornothing .btn.close:before,
.allornothing-region .btn.close:before {
  transform: rotate(45deg) translateZ(0);
}
.region-allornothing .btn.close:after,
.allornothing-region .btn.close:after {
  transform: rotate(-45deg) translateZ(0);
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .region-allornothing .mobile-hide,
  .allornothing-region .mobile-hide {
    display: none;
  }
}
.region-allornothing .mobile-only,
.allornothing-region .mobile-only {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .region-allornothing .mobile-only,
  .allornothing-region .mobile-only {
    display: block;
  }
}
.btn {
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}



.all-or-nothing-classic-game-client-section {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  padding: 15vw 0 4vw;
  background-color: #191339;
  position: relative;
  user-select: none;
  transition: transform 0.25s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section {
    padding: 7rem 0 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .all-or-nothing-classic-game-client-section {
    padding: 6rem 0 9rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-client-section {
    padding: 5rem 0 9rem;
    transform: scale(0.75);
    transform-origin: center 2%;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper {
  width: 100vw;
  background-color: #454362;
  padding: 2.15vw;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper {
    width: 67rem;
    border-radius: 8px;
    box-shadow: 0px 0px 20px #191339;
    padding: 0.8rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter {
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3.6vw;
  left: 3vw;
  right: 3vw;
  transition: transform 0.25s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter {
    font-size: 2rem;
    top: 2.2rem;
    left: 22rem;
    right: 18.8rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px), screen and (min-width: 320px) and (max-width: 480px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-wrapper .all-or-nothing-classic-game-client-rows-counter.classic-view-on {
    transform: translateY(-72%);
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper {
  min-width: 70%;
  text-align: center;
  padding: 2.6vw 5.3vw 5.2vw;
  background-color: #454362;
  border-radius: 8px 8px 0 0;
  position: absolute;
  left: 50%;
  bottom: 160vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper {
    min-width: inherit;
    padding: 1rem 2.4rem 2rem;
    bottom: 75rem;
  }
}
.all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper .game-client-headline {
  font-size: 4.8vw;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-client-section .all-or-nothing-classic-game-client-headline-wrapper .game-client-headline {
    font-size: 2.4rem;
  }
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper {
  width: 25rem;
  color: #fff;
  background-color: #454362;
  border-radius: 8px 0 0 8px;
  position: absolute;
  left: 50%;
  top: 10rem;
  transform: translateX(-38rem);
  transition: transform 0.2s ease-out;
  user-select: none;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper:not(.active):hover {
  transform: translateX(-38.5rem);
  cursor: pointer;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-button-wrapper {
  width: 3.5rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-button-wrapper .button-text {
  font-size: 1.6rem;
  font-weight: bold;
  transform: translateX(-50%) translateY(-1rem) rotate(-90deg);
  position: absolute;
  white-space: nowrap;
  left: 2.5rem;
  top: 50%;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper .side-panel-text-wrapper {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  opacity: 0;
  padding: 3.5rem 5rem;
  transition: opacity 0.1s 0.05s linear;
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper.active {
  transform: translateX(-55rem);
}
.all-or-nothing-classic-game-client-section .rules-side-panel-wrapper.active .side-panel-text-wrapper {
  opacity: 1;
  transition-delay: 0;
}



.all-or-nothing-classic-game-actions-bar-wrapper {
  width: 100%;
  height: 15vw;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper {
    height: 5.5rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper,
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
  width: 15vw;
  display: inline-block;
  margin-right: 2.15vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper,
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
    width: 5.5rem;
    margin-right: 1rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container {
  float: left;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container {
    width: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container .button-text {
    font-size: 2.6vw;
    text-align: center;
    font-weight: normal;
    text-transform: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container .button-text {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .autogenerate-button-wrapper.all-or-nothing-special-button-container.fixed-position {
    position: fixed;
    bottom: 2.15vw;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
  transition: transform 0.4s ease-out, border-radius 0.25s linear;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper {
    bottom: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper.fixed-position {
    position: fixed;
    bottom: 2.15vw;
    left: 19.3vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper.to-the-left {
    transform: translate(-17.15vw, -13.15vw);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper .onboarding-wrapper {
  width: 11rem;
  top: 8.5rem;
  left: -16.3rem;
  text-align: right;
}
.all-or-nothing-classic-game-actions-bar-wrapper .full-grid-button-wrapper .onboarding-wrapper .onboarding-icon {
  width: 8rem;
  height: 3rem;
  top: -1.8rem;
  left: 11.5rem;
  transform: scale(-1) rotate(-17deg);
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-flow: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container {
    top: 0;
    bottom: inherit;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container {
    flex-flow: wrap-reverse;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper {
  min-width: 15vw;
  text-align: center;
  color: #fff;
  line-height: 1;
  margin-right: 2.15vw;
  display: inline-block;
  background-color: #65617A;
  padding: 1.25vw 2vw;
  border-radius: 6px;
  will-change: margin;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper {
    min-width: 5.5rem;
    margin-right: 0;
    padding: 0.5rem 0.9rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .number-of-valid-rows {
  font-size: 4.8vw;
  font-weight: 900;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .number-of-valid-rows {
    font-size: 1.8rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .rows-count-text {
  font-size: 3.2vw;
  opacity: 0.4;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .rows-count-wrapper .rows-count-text {
    font-size: 1.2rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .buy-button-wrapper {
  min-width: 15vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .buy-button-wrapper {
    min-width: 10rem;
    margin-left: 0.8rem;
  }
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .onboarding-wrapper {
  width: 10rem;
  top: 7.2rem;
  right: -0.6rem;
}
.all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container .all-or-nothing-special-button-container .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 4.6rem;
  top: -1.5rem;
  left: -5.5rem;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.fixed-position {
    position: fixed;
    right: 2.15vw;
    bottom: 2.15vw;
  }
}
@keyframes all-or-nothing-rows-count-to-row-layout-animation-mobile {
  50% {
    margin-right: 2.15vw;
    margin-bottom: 10.65vw;
  }
  55% {
    margin-bottom: 12.65vw;
  }
  100% {
    margin-right: -15vw;
    margin-bottom: 12.65vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.row-layout .all-or-nothing-special-button-container .rows-count-wrapper {
    animation-name: all-or-nothing-rows-count-to-row-layout-animation-mobile;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}
@keyframes all-or-nothing-rows-count-to-column-layout-animation-mobile {
  0% {
    margin-right: -15vw;
    margin-bottom: 12.65vw;
  }
  45% {
    margin-bottom: 12.65vw;
  }
  50% {
    margin-right: 2.15vw;
    margin-bottom: 10.65vw;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-actions-bar-wrapper .rows-count-and-buy-container.column-layout .all-or-nothing-special-button-container .rows-count-wrapper {
    animation-name: all-or-nothing-rows-count-to-column-layout-animation-mobile;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}



.all-or-nothing-classic-game-keyboard-pad-wrapper {
  position: absolute;
  bottom: 0;
  transition: transform 0.15s linear, opacity 0.1s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper {
    width: 18.5rem;
    height: 18.5rem;
    bottom: 9.8rem;
    left: calc(50% + 14.2rem);
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper {
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper {
    height: 12.9rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key {
  position: absolute;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon {
  position: relative;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key .special-button-wrapper .button-icon:before {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1.5rem solid #fff;
    left: 0.2rem;
    top: 0.2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key {
    left: 6.4rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key .onboarding-wrapper {
  width: 11rem;
  top: 2rem;
  left: -11rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.up-key .onboarding-wrapper .onboarding-icon {
  width: 9rem;
  height: 3rem;
  top: 2.3rem;
  left: 4rem;
  transform: scale(-1) rotate(18deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key {
    right: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .special-button-wrapper .button-icon {
  transform: rotate(45deg) scale(0.6);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .onboarding-wrapper {
  width: 11rem;
  top: -4.3rem;
  left: 8rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.plus-key .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 4.6rem;
  top: -0.2rem;
  left: -5.5rem;
  transform: scaleY(-1) rotate(-8deg);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key {
    top: 6.4rem;
    left: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .button-icon:before {
  transform: rotate(-90deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper {
  width: 11rem;
  top: 5.7rem;
  left: -18.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3.5rem;
  top: 0.1rem;
  left: 11.3rem;
  transform: scale(-1);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.left-key .onboarding-wrapper .onboarding-text {
  text-align: right;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key {
    top: 6.4rem;
    left: 6.4rem;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .button-icon:before {
  transform: rotate(180deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .onboarding-wrapper {
  width: 11rem;
  top: -1rem;
  left: 17.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.down-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3.5rem;
  top: -0.5rem;
  left: -11.5rem;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key {
    top: 6.4rem;
    right: 0;
  }
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .button-icon:before {
  transform: rotate(90deg);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .onboarding-wrapper {
  width: 11rem;
  top: 6rem;
  left: 12.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .arrows-wrapper .arrow-key.right-key .onboarding-wrapper .onboarding-icon {
  width: 11rem;
  height: 3rem;
  top: 0.5rem;
  left: -11rem;
  transform: scaleY(-1);
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .onboarding-wrapper {
  width: 11rem;
  top: 9.4rem;
  left: 11rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper .keyboard-pad-inner-wrapper .space-bar .onboarding-wrapper .onboarding-icon {
  width: 5rem;
  height: 5.6rem;
  top: -3.5rem;
  left: -5.5rem;
}
.all-or-nothing-classic-game-keyboard-pad-wrapper.hide-keyboard-pad {
  opacity: 0;
  transform: translateY(50%) scale(0.8);
}



.all-or-nothing-classic-game-numbers-picker-wrapper {
  height: 140vw;
  position: relative;
  transform: translateZ(0);
  user-select: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper {
    height: 60rem;
    padding: 1.5rem 0 0;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper {
  width: 95.46vw;
  font-size: 0;
  padding: 1.066vw;
  margin: 0 auto;
  background-color: #312F51;
  border-radius: 8px;
  opacity: 0;
  transform: translateY(45vw);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper {
    width: 36rem;
    padding: 0.4rem;
    transform: translateY(10rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell {
  width: 21.333vw;
  height: 21.333vw;
  margin: 1vw;
  background-color: #454362;
  border-radius: 8px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell {
    width: 8rem;
    height: 8rem;
    margin: 0.4rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell:before {
  content: '?';
  width: 100%;
  height: 100%;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 6.4vw;
  color: #191339;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.8);
  transition: opacity 0.1s linear, transform 0.15s cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell:before {
    font-size: 2.6rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.waiting-for-selection:before {
  opacity: 0.3;
  transform: scale(1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.shake {
  animation: all-or-nothing-grid-cell-shake-animation 0.8s ease-in-out forwards;
}
@keyframes all-or-nothing-grid-cell-shake-animation {
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.05) rotate(-5deg);
    filter: brightness(105%);
  }
  20%,
  40%,
  60%,
  80% {
    transform: scale(1.05) rotate(5deg);
    filter: brightness(110%);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper .grid-cell.shake:before {
  animation: all-or-nothing-grid-cell-question-mark-shake-animation 0.8s ease-in-out forwards;
}
@keyframes all-or-nothing-grid-cell-question-mark-shake-animation {
  20%,
  80% {
    opacity: 0.3;
    transform: scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper.loaded-numbers {
  opacity: 1;
  transform: translateY(10vw);
  transition: opacity 0.2s linear, transform 0.2s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .picked-numbers-grid-wrapper.loaded-numbers {
    transform: translateY(0);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper {
  width: 50vw;
  margin: auto;
  z-index: 60;
  pointer-events: none;
  transform: translateY(50%) scale(0.8);
  opacity: 0;
  transition: transform 0.15s linear, opacity 0.1s linear;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper {
    width: 18.5rem;
    bottom: 10rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .create-new-row-wrapper.show-button {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0) scale(1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  margin-left: -10.666vw;
  border-radius: 8px;
  position: absolute;
  bottom: -60vw;
  left: 50%;
  transform: scale(1.2);
  transform-origin: 50% 100%;
  transition: transform 0.25s linear, transform-origin 0.15s linear, filter 0.1s linear, box-shadow 0.1s linear;
  will-change: transform;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper {
    width: 8rem;
    height: 8rem;
    margin-left: -7rem;
    bottom: -14rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.no-transition {
  transition-duration: 0s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(24) {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(23) {
  z-index: 2;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(22) {
  z-index: 3;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(21) {
  z-index: 4;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(20) {
  z-index: 5;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(19) {
  z-index: 6;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(18) {
  z-index: 7;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(17) {
  z-index: 8;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(16) {
  z-index: 9;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(15) {
  z-index: 10;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(14) {
  z-index: 11;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(13) {
  z-index: 12;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(12) {
  z-index: 13;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(11) {
  z-index: 14;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(10) {
  z-index: 15;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(9) {
  z-index: 16;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(8) {
  z-index: 17;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(7) {
  z-index: 18;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(6) {
  z-index: 19;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(5) {
  z-index: 20;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(4) {
  z-index: 21;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(3) {
  z-index: 22;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(2) {
  z-index: 23;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper:nth-child(1) {
  z-index: 24;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
  pointer-events: auto;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.last-in-stack {
  box-shadow: 0px 0px 12px #191339;
}
@keyframes all-or-nothing-selecting-number-animation {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #56F4AD;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: #56F4AD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  animation: all-or-nothing-selecting-number-animation 0.15s linear forwards;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper:before,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper:after {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper .number-wrapper {
  z-index: 1;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper .all-or-nothing-number-cell-outher-wrapper.panning-on {
  cursor: grabbing !important;
  transition: transform 0s cubic-bezier(0.54, 0.72, 0.66, 1.42) !important;
  z-index: 60 !important;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper {
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 3px #191339;
}
@keyframes slide-in-numbers-to-stack-1-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-1-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  animation-name: slide-in-numbers-to-stack-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
    animation-name: slide-in-numbers-to-stack-1-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-2-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-2-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  animation-name: slide-in-numbers-to-stack-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    animation-name: slide-in-numbers-to-stack-2-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-3-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-3-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  animation-name: slide-in-numbers-to-stack-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    animation-name: slide-in-numbers-to-stack-3-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-4-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-4-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  animation-name: slide-in-numbers-to-stack-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    animation-name: slide-in-numbers-to-stack-4-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-5-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-5-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  animation-name: slide-in-numbers-to-stack-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    animation-name: slide-in-numbers-to-stack-5-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-6-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-6-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  animation-name: slide-in-numbers-to-stack-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    animation-name: slide-in-numbers-to-stack-6-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-7-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-7-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  animation-name: slide-in-numbers-to-stack-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    animation-name: slide-in-numbers-to-stack-7-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-8-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-8-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  animation-name: slide-in-numbers-to-stack-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    animation-name: slide-in-numbers-to-stack-8-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-9-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-9-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  animation-name: slide-in-numbers-to-stack-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    animation-name: slide-in-numbers-to-stack-9-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-10-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-10-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  animation-name: slide-in-numbers-to-stack-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    animation-name: slide-in-numbers-to-stack-10-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-11-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-11-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  animation-name: slide-in-numbers-to-stack-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    animation-name: slide-in-numbers-to-stack-11-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-12-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-12-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  animation-name: slide-in-numbers-to-stack-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    animation-name: slide-in-numbers-to-stack-12-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-13-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-13-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  animation-name: slide-in-numbers-to-stack-13-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    animation-name: slide-in-numbers-to-stack-13-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-14-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-14-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  animation-name: slide-in-numbers-to-stack-14-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    animation-name: slide-in-numbers-to-stack-14-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-15-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-15-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  animation-name: slide-in-numbers-to-stack-15-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    animation-name: slide-in-numbers-to-stack-15-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-16-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-16-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  animation-name: slide-in-numbers-to-stack-16-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    animation-name: slide-in-numbers-to-stack-16-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-17-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-17-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  animation-name: slide-in-numbers-to-stack-17-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    animation-name: slide-in-numbers-to-stack-17-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-18-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-18-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  animation-name: slide-in-numbers-to-stack-18-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    animation-name: slide-in-numbers-to-stack-18-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-19-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-19-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  animation-name: slide-in-numbers-to-stack-19-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    animation-name: slide-in-numbers-to-stack-19-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-20-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-20-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  animation-name: slide-in-numbers-to-stack-20-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    animation-name: slide-in-numbers-to-stack-20-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-21-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-21-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  animation-name: slide-in-numbers-to-stack-21-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    animation-name: slide-in-numbers-to-stack-21-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-22-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-22-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  animation-name: slide-in-numbers-to-stack-22-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    animation-name: slide-in-numbers-to-stack-22-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-23-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-23-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  animation-name: slide-in-numbers-to-stack-23-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    animation-name: slide-in-numbers-to-stack-23-animation-desktop;
  }
}
@keyframes slide-in-numbers-to-stack-24-animation-mobile {
  100% {
    transform: translateY(-77vw) scale(1.35);
  }
}
@keyframes slide-in-numbers-to-stack-24-animation-desktop {
  100% {
    transform: translateY(-25rem) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  animation-name: slide-in-numbers-to-stack-24-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    animation-name: slide-in-numbers-to-stack-24-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  animation-delay: 0.85s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-12-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-12-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-11-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-11-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-10-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-10-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-9-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-93.334vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-9-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-36.1rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  animation-delay: 0.85s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-8-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-8-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  animation-delay: 0.75s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-7-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-7-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  animation-delay: 0.65s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-6-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-6-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  animation-delay: 0.55s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-5-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-116.667vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-5-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-44.9rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  animation-delay: 0.45s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-4-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(34.849vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-4-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(16.2rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  animation-delay: 0.35s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-3-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(11.516vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-3-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(7.4rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  animation-delay: 0.25s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-2-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-11.817vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-2-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-1.4rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  animation-delay: 0.15s;
}
@keyframes slide-in-to-grid-selected-numbers-on-init-1-animation-mobile {
  0% {
    opacity: 0;
    transform: translateX(-35.15vw) translateY(-140vw) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes slide-in-to-grid-selected-numbers-on-init-1-animation-desktop {
  0% {
    opacity: 0;
    transform: translateX(-10.2rem) translateY(-53.7rem) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  animation-duration: 0.2s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: slide-in-to-grid-selected-numbers-on-init-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.loaded-numbers .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    animation-name: slide-in-to-grid-selected-numbers-on-init-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-0-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-0-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-0 {
  transition-duration: 0s;
  transform: translateX(-58.483vw) translateY(-189.933vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-0 {
    transform: translateX(-19rem) translateY(-72.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-13-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-13-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-13 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-13 {
    transform: translateX(-10.2rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-14-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-14-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-14 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-14 {
    transform: translateX(-1.4rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-15-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-15-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-15 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-15 {
    transform: translateX(7.4rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-16-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-16-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-16 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-96.601vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-16 {
    transform: translateX(16.2rem) translateY(-37.3rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-17-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-17-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-17 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-17 {
    transform: translateX(-10.2rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-18-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-18-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-18 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-18 {
    transform: translateX(-1.4rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-19-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-19-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-19 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-19 {
    transform: translateX(7.4rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-20-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-20-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-20 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-73.268vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-20 {
    transform: translateX(16.2rem) translateY(-28.5rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-21-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-21-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-21 {
  transition-duration: 0s;
  transform: translateX(-35.15vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-21 {
    transform: translateX(-10.2rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-22-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-22-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-22 {
  transition-duration: 0s;
  transform: translateX(-11.817vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-22 {
    transform: translateX(-1.4rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-23-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-23-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-23 {
  transition-duration: 0s;
  transform: translateX(11.516vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-23 {
    transform: translateX(7.4rem) translateY(-19.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transform: translateY(-77vw) rotate(0deg) scale(1.35);
  animation-duration: 0.8s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  box-shadow: 0px 0px 8px rgba(25, 19, 57, 0);
  animation-name: fan-out-stack-24-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    transform: translateY(-25rem) rotate(0deg) scale(1.35);
    animation-name: fan-out-stack-24-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-24 {
  transition-duration: 0s;
  transform: translateX(34.849vw) translateY(-49.935vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.selected-order-24 {
    transform: translateX(16.2rem) translateY(-19.7rem) scale(1);
  }
}
@keyframes fan-out-stack-25-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-25-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-24-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-24-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-23-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-23-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-22-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-22-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-21-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-21-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-20-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-20-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-19-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-19-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-18-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-18-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-17-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-17-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-16-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-16-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-15-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-15-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-14-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-14-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-13-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-13-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-12-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-12-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-11-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-11-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-10-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-10-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-9-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-9-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-8-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-8-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-7-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-7-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-6-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-6-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-5-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-5-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-4-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.35);
  }
}
@keyframes fan-out-stack-4-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-3-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(16deg) scale(1.35);
  }
}
@keyframes fan-out-stack-3-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(16deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-2-animation-mobile {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(8deg) scale(1.35);
  }
}
@keyframes fan-out-stack-2-animation-desktop {
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(8deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  box-shadow: 0px 0px 8px #191339;
}
@keyframes fan-out-stack-1-animation-mobile {
  100% {
    transform: translateY(-78vw) rotate(0deg) scale(1.35);
  }
}
@keyframes fan-out-stack-1-animation-desktop {
  100% {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.fan-out-stack .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-0 {
  box-shadow: 0px 0px 8px #191339;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  z-index: 28;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 41;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  z-index: 27;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 42;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  z-index: 26;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 43;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  z-index: 25;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 44;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  z-index: 24;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 45;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  z-index: 23;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 46;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  z-index: 22;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 47;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  z-index: 21;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 48;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  z-index: 20;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 49;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  z-index: 19;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 50;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  z-index: 18;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 51;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  z-index: 17;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 52;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  z-index: 16;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 53;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  z-index: 15;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 54;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  z-index: 14;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 55;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  z-index: 13;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 56;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  z-index: 12;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 57;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  z-index: 11;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 58;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  z-index: 10;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 59;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  z-index: 9;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 60;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  z-index: 8;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 61;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  z-index: 7;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 62;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  z-index: 6;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 63;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  z-index: 5;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.deselecting-number {
  box-shadow: 0px 0px 12px #191339;
  z-index: 64;
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping {
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.first-in-stack.added-to-grouping:not(.panning-on):hover {
  box-shadow: 0px 0px 10px rgba(25, 19, 57, 0.5);
  transform-origin: 50% 100%;
  transition-duration: 0.45s 0.25s 0.15s;
  transition-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.added-to-grouping,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24.first-in-stack.added-to-grouping:not(.panning-on):hover {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(24deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
    transform: translateY(-25rem) rotate(24deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  box-shadow: 0px 0px 8px #191339;
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(16deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
    transform: translateY(-25rem) rotate(16deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  box-shadow: 0px 0px 8px #191339;
  transform-origin: 40% 100%;
  transform: translateY(-77vw) rotate(8deg) scale(1.35);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
    transform: translateY(-25rem) rotate(8deg) scale(1.35);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1,
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
  box-shadow: 0px 0px 12px #191339;
  transform-origin: 50% 100%;
  transform: translateY(-78vw) rotate(0deg) scale(1.35);
  transition-duration: 0.25s;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack {
    transform: translateY(-25.5rem) rotate(0deg) scale(1.35);
  }
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1.first-in-stack:not(.panning-on):hover,
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.first-in-stack.first-in-stack:not(.panning-on):hover {
    cursor: pointer;
    box-shadow: 0px 0px 12px #191339;
    transform: translateY(-26.5rem) rotate(0deg) scale(1.4);
    transition-duration: 0.25s;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 30;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1 {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number {
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-1.selected-number:active {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-1-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-1-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-1 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-1 {
    animation-name: fan-to-grid-1-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 31;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2 {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number {
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-2.selected-number:active {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-2-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-2-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-2 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-2 {
    animation-name: fan-to-grid-2-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 32;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3 {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number {
  transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-3.selected-number:active {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-3-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-3-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-3 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-3 {
    animation-name: fan-to-grid-3-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 33;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4 {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number {
  transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-166.6vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-4.selected-number:active {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(0.95);
  }
}
@keyframes fan-to-grid-4-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
}
@keyframes fan-to-grid-4-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-4 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-4 {
    animation-name: fan-to-grid-4-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 34;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5 {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number {
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-5.selected-number:active {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-5-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-5-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-5 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-5 {
    animation-name: fan-to-grid-5-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 35;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6 {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number {
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-6.selected-number:active {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-6-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-6-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-6 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-6 {
    animation-name: fan-to-grid-6-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 36;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7 {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number {
  transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-7.selected-number:active {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-7-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-7-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-7 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-7 {
    animation-name: fan-to-grid-7-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 37;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8 {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number {
  transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-143.267vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-8.selected-number:active {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(0.95);
  }
}
@keyframes fan-to-grid-8-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
}
@keyframes fan-to-grid-8-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-8 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-8 {
    animation-name: fan-to-grid-8-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
  transform-origin: 50% 50%;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 38;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9 {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number {
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-35.15vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-9.selected-number:active {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-9-animation-mobile {
  100% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-9-animation-desktop {
  100% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-9 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-9 {
    animation-name: fan-to-grid-9-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
  transform-origin: 50% 50%;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 39;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10 {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number {
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(-11.817vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-10.selected-number:active {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-10-animation-mobile {
  100% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-10-animation-desktop {
  100% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-10 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-10 {
    animation-name: fan-to-grid-10-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
  transform-origin: 50% 50%;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 40;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11 {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number {
  transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(11.516vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-11.selected-number:active {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-11-animation-mobile {
  100% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-11-animation-desktop {
  100% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-11 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-11 {
    animation-name: fan-to-grid-11-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
  transform-origin: 50% 50%;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1.08);
  transition-delay: 0;
  pointer-events: auto;
  z-index: 41;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12 {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1.08);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number {
  transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.05s;
  transform: translateX(34.849vw) translateY(-119.934vw) scale(0.95);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-order-12.selected-number:active {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(0.95);
  }
}
@keyframes fan-to-grid-12-animation-mobile {
  100% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
}
@keyframes fan-to-grid-12-animation-desktop {
  100% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-12 {
  pointer-events: none;
  animation-duration: 0.1s;
  animation-delay: 0.25s;
  animation-timing-function: cubic-bezier(0.54, 0.72, 0.66, 1.42);
  animation-fill-mode: forwards;
  animation-name: fan-to-grid-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selecting-number-12 {
    animation-name: fan-to-grid-12-animation-desktop;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-mobile {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-110vw) rotate(-10deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 24;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.3);
    z-index: 25;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-desktop {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-38rem) rotate(-10deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 24;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1.3);
    z-index: 25;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-mobile {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-38vw) rotate(-24deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 1;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-77vw) rotate(24deg) scale(1.3);
    z-index: 1;
  }
}
@keyframes all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-desktop {
  0% {
    z-index: 42;
  }
  60% {
    transform: translateY(-9rem) rotate(-24deg) scale(1.5);
  }
  50% {
    z-index: 42;
  }
  51% {
    z-index: 1;
  }
  100% {
    transform-origin: 40% 100%;
    transform: translateY(-25rem) rotate(24deg) scale(1);
    z-index: 1;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.down {
  animation: all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-mobile 0.6s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.down {
    animation: all-or-nothing-move-to-the-back-of-the-stack-from-down-animation-desktop 0.6s ease-in-out forwards;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.up {
  animation: all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-mobile 0.6s ease-in-out forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.move-to-the-end.up {
    animation: all-or-nothing-move-to-the-back-of-the-stack-from-up-animation-desktop 0.6s ease-in-out forwards;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
  content: '';
  background: linear-gradient(to bottom, rgba(69, 67, 98, 0) 0%, rgba(69, 67, 98, 0.6) 75%, rgba(69, 67, 98, 0.95) 98%, #454362 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
    height: 5rem;
    bottom: -0.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper .numbers-picker-full-list-wrapper:after {
    height: 7rem;
    bottom: -1.2rem;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .picked-numbers-grid-wrapper {
  opacity: 0;
  transform: scale(0.6);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number {
    transform: translateX(-22.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-1.selected-number:active {
    transform: translateX(-22.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number {
    transform: translateX(-12.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-2.selected-number:active {
    transform: translateX(-12.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number {
    transform: translateX(-2.2rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-3.selected-number:active {
    transform: translateX(-2.2rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-174.9vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number {
    transform: translateX(7.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-174.9vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-4.selected-number:active {
    transform: translateX(7.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number {
    transform: translateX(17.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-5.selected-number:active {
    transform: translateX(17.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.1s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number {
    transform: translateX(27.8rem) translateY(-60.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-6.selected-number:active {
    transform: translateX(27.8rem) translateY(-60.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number {
    transform: translateX(-22.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-7.selected-number:active {
    transform: translateX(-22.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-152.73365vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number {
    transform: translateX(-12.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-152.73365vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-8.selected-number:active {
    transform: translateX(-12.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number {
    transform: translateX(-2.2rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-9.selected-number:active {
    transform: translateX(-2.2rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number {
    transform: translateX(7.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-10.selected-number:active {
    transform: translateX(7.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number {
    transform: translateX(17.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-11.selected-number:active {
    transform: translateX(17.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-130.5673vw) scale(0.95);
  transition-delay: 0.2s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number {
    transform: translateX(27.8rem) translateY(-50.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-130.5673vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-12.selected-number:active {
    transform: translateX(27.8rem) translateY(-50.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number {
    transform: translateX(-22.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-13.selected-number:active {
    transform: translateX(-22.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number {
    transform: translateX(-12.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-14.selected-number:active {
    transform: translateX(-12.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number {
    transform: translateX(-2.2rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-15.selected-number:active {
    transform: translateX(-2.2rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-108.40095vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number {
    transform: translateX(7.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-108.40095vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-16.selected-number:active {
    transform: translateX(7.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number {
    transform: translateX(17.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-17.selected-number:active {
    transform: translateX(17.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.3s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number {
    transform: translateX(27.8rem) translateY(-40.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-18.selected-number:active {
    transform: translateX(27.8rem) translateY(-40.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number {
    transform: translateX(-22.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-19.selected-number:active {
    transform: translateX(-22.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-86.2346vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number {
    transform: translateX(-12.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-86.2346vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-20.selected-number:active {
    transform: translateX(-12.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-33.3vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number {
    transform: translateX(-2.2rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-33.3vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-21.selected-number:active {
    transform: translateX(-2.2rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(-11.13365vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number {
    transform: translateX(7.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(-11.13365vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-22.selected-number:active {
    transform: translateX(7.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(11.0327vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number {
    transform: translateX(17.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(11.0327vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-23.selected-number:active {
    transform: translateX(17.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number {
  pointer-events: initial;
  cursor: pointer;
  transform-origin: 50% 50%;
  transform: translateX(33.19905vw) translateY(-64.06825vw) scale(0.95);
  transition-delay: 0.4s;
  transition-duration: 0.25s;
  animation-name: none;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number {
    transform: translateX(27.8rem) translateY(-30.6rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24:active,
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number:active {
  box-shadow: 0px 0px 12px #191339;
  transition-duration: 0.08s;
  transition-delay: 0s;
  transform: translateX(33.19905vw) translateY(-64.06825vw) scale(0.9);
  filter: brightness(90%);
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24:active,
  .all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.cell-number-24.selected-number:active {
    transform: translateX(27.8rem) translateY(-30.6rem) scale(0.95);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper:not(.selected-number) {
  filter: brightness(80%);
  opacity: 0.5;
  cursor: default;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number .all-or-nothing-number-cell-wrapper {
  background-color: #56F4AD;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number.shake:before {
  opacity: 0;
}
@keyframes all-or-nothing-selected-number-shake-in-classic-view-animation {
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.05) rotate(-5deg);
    filter: brightness(105%);
  }
  20%,
  40%,
  60%,
  80% {
    transform: scale(1.05) rotate(5deg);
    filter: brightness(110%);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.show-all-numbers-grid.valid-row .numbers-picker-full-list-wrapper > .all-or-nothing-number-cell-outher-wrapper.selected-number.shake .all-or-nothing-number-cell-wrapper {
  animation: all-or-nothing-selected-number-shake-in-classic-view-animation 0.8s ease-in-out forwards;
}
@keyframes row-completed-grid-bounce-animation-desktop {
  40% {
    transform: scale(1.05);
  }
}
@keyframes row-completed-grid-bounce-animation-mobile {
  40% {
    transform: translateY(10vw) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-bounce-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper {
    animation-name: row-completed-grid-bounce-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .picked-numbers-grid-wrapper .grid-cell {
  opacity: 0;
}
@keyframes row-completed-grid-selected-number-1-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-1-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-1 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-1-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-1 {
    animation-name: row-completed-grid-selected-number-1-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-2-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-2-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-2 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-2-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-2 {
    animation-name: row-completed-grid-selected-number-2-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-3-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-3-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-3 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-3-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-3 {
    animation-name: row-completed-grid-selected-number-3-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-4-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-4-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-63.7rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-4 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-4-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-4 {
    animation-name: row-completed-grid-selected-number-4-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-5-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-5-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-5 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-5-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-5 {
    animation-name: row-completed-grid-selected-number-5-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-6-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-6-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-6 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-6-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-6 {
    animation-name: row-completed-grid-selected-number-6-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-7-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-7-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-7 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-7-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-7 {
    animation-name: row-completed-grid-selected-number-7-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-8-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-8-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-54.9rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-8 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-8-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-8 {
    animation-name: row-completed-grid-selected-number-8-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-9-animation-mobile {
  0%,
  100% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(-35.15vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-9-animation-desktop {
  0%,
  100% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(-10.2rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-9 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-9-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-9 {
    animation-name: row-completed-grid-selected-number-9-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-10-animation-mobile {
  0%,
  100% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(-11.817vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-10-animation-desktop {
  0%,
  100% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(-1.4rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-10 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-10-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-10 {
    animation-name: row-completed-grid-selected-number-10-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-11-animation-mobile {
  0%,
  100% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(11.516vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-11-animation-desktop {
  0%,
  100% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(7.4rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-11 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-11-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-11 {
    animation-name: row-completed-grid-selected-number-11-animation-desktop;
  }
}
@keyframes row-completed-grid-selected-number-12-animation-mobile {
  0%,
  100% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1);
  }
  40% {
    transform: translateX(34.849vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes row-completed-grid-selected-number-12-animation-desktop {
  0%,
  100% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1);
  }
  40% {
    transform: translateX(16.2rem) translateY(-46.1rem) scale(1.05);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-12 {
  animation-duration: 0.6s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: row-completed-grid-selected-number-12-animation-mobile;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.row-completed:not(.show-all-numbers-grid) .numbers-picker-full-list-wrapper .selected-number.selected-order-12 {
    animation-name: row-completed-grid-selected-number-12-animation-desktop;
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translateY(0) rotate(0) scale(1.1);
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-25 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-24 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-23 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-22 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-21 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-20 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-19 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-18 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-17 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-16 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-15 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-14 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-13 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-12 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-11 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-10 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-9 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-8 {
  transition-delay: 0.5s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-7 {
  transition-delay: 0.45s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-6 {
  transition-delay: 0.4s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-5 {
  transition-delay: 0.35s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-4 {
  transition-delay: 0.3s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-3 {
  transition-delay: 0.25s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-2 {
  transition-delay: 0.2s;
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.cell-order-in-stack-1 {
  transition-delay: 0.15s;
}
@keyframes all-or-nothing-slide-row-to-left-grid-animation-mobile {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-114.5vw) translateY(10vw);
  }
}
@keyframes all-or-nothing-slide-row-to-left-grid-animation-desktop {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-60rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .picked-numbers-grid-wrapper {
  animation-name: all-or-nothing-slide-row-to-left-grid-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .picked-numbers-grid-wrapper {
    animation-name: all-or-nothing-slide-row-to-left-grid-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-1-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-1-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-1-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-1-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-2-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-2-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-2-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-2-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-3-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-3-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-3-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-3-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-4-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-4-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-4-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-4-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-5-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-5-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-5-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-5-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-6-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-6-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-6-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-6-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-7-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-7-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-7-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-7-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-8-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-8-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-8-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-8-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-9-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-116.5vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-9-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-70.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-9-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-9-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-10-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-93.167vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-10-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-61.4rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-10-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-10-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-11-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-69.834vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-11-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-52.6rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-11-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-11-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-12-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-46.501vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-left-number-cell-12-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-43.8rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
  animation-name: all-or-nothing-slide-row-to-left-number-cell-12-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-left .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
    animation-name: all-or-nothing-slide-row-to-left-number-cell-12-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-grid-animation-mobile {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(114.5vw) translateY(10vw);
  }
}
@keyframes all-or-nothing-slide-row-to-right-grid-animation-desktop {
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(60rem);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .picked-numbers-grid-wrapper {
  animation-name: all-or-nothing-slide-row-to-right-grid-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .picked-numbers-grid-wrapper {
    animation-name: all-or-nothing-slide-row-to-right-grid-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-1-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-1-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-1-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-1 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-1-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-2-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-2-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-2-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-2 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-2-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-3-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-3-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-3-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-3 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-3-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-4-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-166.6vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-4-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-63.7rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-4-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-4 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-4-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-5-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-5-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-5-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-5 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-5-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-6-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-6-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-6-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-6 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-6-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-7-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-7-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-7-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-7 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-7-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-8-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-143.267vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-8-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-54.9rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-8-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-8 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-8-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-9-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(116.5vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-9-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(70.2rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-9-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-9 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-9-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-10-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(139.833vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-10-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(79rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-10-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-10 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-10-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-11-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(163.166vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-11-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(87.8rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-11-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-11 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-11-animation-desktop;
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-12-animation-mobile {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(186.499vw) translateY(-119.934vw) scale(1.05);
  }
}
@keyframes all-or-nothing-slide-row-to-right-number-cell-12-animation-desktop {
  20% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(96.6rem) translateY(-46.1rem) scale(1);
  }
}
.all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
  animation-name: all-or-nothing-slide-row-to-right-number-cell-12-animation-mobile;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.85, 0.29, 0.48, 0.94);
  animation-fill-mode: forwards;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-numbers-picker-wrapper.slide-row-to-right .numbers-picker-full-list-wrapper.numbers-stacked .all-or-nothing-number-cell-outher-wrapper.selected-number.selected-order-12 {
    animation-name: all-or-nothing-slide-row-to-right-number-cell-12-animation-desktop;
  }
}



.all-or-nothing-classic-game-rows-overlay-wrapper {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(25, 19, 57, 0);
  animation: all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-in-animation 0.15s linear forwards;
}
@keyframes all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-in-animation {
  100% {
    background-color: rgba(25, 19, 57, 0.7);
  }
}
@keyframes all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-out-animation {
  0% {
    background-color: rgba(25, 19, 57, 0.7);
  }
  100% {
    background-color: rgba(25, 19, 57, 0);
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper {
  width: 92vw;
  border-radius: 16px;
  background-color: #65617A;
  padding: 4.3vw;
  margin: auto;
  transform: translateY(20%) scale(0.8);
  opacity: 0;
  animation: all-or-nothing-classic-game-rows-overlay-panel-fade-in-animation 0.3s ease-out forwards;
  position: absolute;
  top: 3vw;
  left: 0;
  right: 0;
}
@keyframes all-or-nothing-classic-game-rows-overlay-panel-fade-in-animation {
  80% {
    opacity: 1;
  }
  90% {
    transform: translateY(-3%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper {
    width: 45rem;
    padding: 1.5rem;
    top: 7rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper {
  width: 6.5vw;
  height: 6.5vw;
  cursor: pointer;
  position: absolute;
  top: 4.3vw;
  right: 4.3vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper:hover .button-icon {
    transform: scale(1.1);
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .close-overlay-button-wrapper .button-icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: transform 0.15s linear;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5));
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header {
  text-align: center;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .headline {
  color: #fff;
  font-size: 6.4vw;
  font-weight: bold;
  padding: 1.5vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .headline {
    font-size: 2.4rem;
    padding: 1rem 0;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .subheadline {
  width: 100%;
  color: #fff;
  font-size: 4.8vw;
  margin: auto;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .subheadline {
    width: 70%;
    font-size: 1.6rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .rows-count {
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  opacity: 0.5;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-header .rows-count {
    font-size: 1.8rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper {
  margin: 5vw 0 4vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper {
    margin: 2rem 0 1.5rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper {
  width: 100%;
  padding: 1.066vw;
  background-color: #312F51;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper {
    padding: 0.4rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .number-cell {
  width: 18.18vw;
  height: 18.18vw;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  margin: 1.066vw;
  background-color: #454362;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .number-cell {
    width: 9.5rem;
    height: 9.5rem;
    font-size: 2.8rem;
    margin: 0.4rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .auto-generate-numbers-button-wrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-wrapper .row-wrapper .auto-generate-numbers-button-wrapper .all-or-nothing-button {
  min-width: 80%;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper {
  display: flex;
  justify-content: space-between;
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper {
  padding: 0 2.7vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper {
    padding: 0 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.prev {
  margin-right: 2.7vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.prev {
    margin-right: 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-actions-bar-wrapper .navigation-wrapper .special-button-wrapper.next .button-icon {
  transform: rotate(180deg);
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper {
  margin: 4vw 0 0;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper {
    margin: 1.5rem 0 0;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container {
  flex-direction: column;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container {
    flex-direction: inherit;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
  width: 100%;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
    flex: 1;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
  margin-top: 1.8vw;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-classic-game-rows-overlay-wrapper .rows-overlay-panel-wrapper .rows-overlay-confirm-bar-wrapper .all-or-nothing-special-button-container .special-button-wrapper.yellow-button {
    margin-top: 0;
    margin-left: 1rem;
  }
}
.all-or-nothing-classic-game-rows-overlay-wrapper.closing-overlay {
  animation: all-or-nothing-classic-game-rows-overlay-wrapper-background-fade-out-animation 0.3s linear forwards;
}
.all-or-nothing-classic-game-rows-overlay-wrapper.closing-overlay .rows-overlay-panel-wrapper {
  animation: closing-rows-overlay-panel-animation 0.25s ease-in forwards;
}
@keyframes closing-rows-overlay-panel-animation {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  80% {
    transform: translateY(-30%) scale(0.85);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
  }
}



.all-or-nothing-classic-game-client-section .onboarding-wrapper {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear, transform 0.2s linear;
}
@media screen and (min-width: 320px) and (max-width: 480px), screen and (min-width: 481px) and (max-width: 767px) {
  .all-or-nothing-classic-game-client-section .onboarding-wrapper {
    display: none;
  }
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper .onboarding-icon {
  position: absolute;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper .onboarding-text {
  font-size: 1.8rem;
  line-height: 1.3;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  color: #56F4AD;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper:not(.show-onboarding) {
  transition-delay: 0.2s;
}
.all-or-nothing-classic-game-client-section .onboarding-wrapper.show-onboarding {
  opacity: 1;
}



.all-or-nothing-classic-mobile-onboarding-wrapper {
  background-color: rgba(25, 19, 57, 0.7);
  position: fixed;
  top: 10vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: transform 0.5s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper {
    position: absolute;
    top: 0;
    z-index: 2;
  }
}
.subscriptions-game-client-wrapper .all-or-nothing-classic-mobile-onboarding-wrapper {
  position: absolute;
}
.all-or-nothing-classic-mobile-onboarding-wrapper.hide-onboarding {
  transform: translateX(-110%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper {
  width: 100%;
  height: 100%;
  background-color: #191339;
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper {
    width: 45rem;
    height: 58rem;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 25vw;
  z-index: 6;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper {
    top: 6rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline {
  width: 100%;
  overflow: visible;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline #onboarding-headline-curve-path {
  fill: transparent;
  transform-origin: bottom center;
  display: none;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline .onboarding-headline-text {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
  fill: #fff;
  transform-origin: center top;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-headline-wrapper .onboarding-headline .onboarding-headline-text {
    font-size: 2.4rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #191339;
  transition: transform 0.3s linear;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .step-headline {
  width: 70%;
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 6.4vw;
  color: #56F4AD;
  text-align: center;
  margin: 35vw auto 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .step-headline {
    font-size: 2.4rem;
    margin: 10rem auto 0;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.85);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  width: 40.6vw;
  height: 18.6vw;
  position: absolute;
  z-index: 4;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    width: 13rem;
    height: 5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  width: 100%;
  height: 100%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  transform: scale(1.4);
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper {
  position: absolute;
  transform-origin: 40% 100%;
  box-shadow: 0px 0px 8px #191339;
}
@keyframes for-onboarding-spreading-out-stack-2-animation-mobile {
  100% {
    transform: rotate(8deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(2) {
  animation: for-onboarding-spreading-out-stack-2-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 2;
}
@keyframes for-onboarding-spreading-out-stack-3-animation-mobile {
  100% {
    transform: rotate(16deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(3) {
  animation: for-onboarding-spreading-out-stack-3-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 1;
}
@keyframes for-onboarding-spreading-out-stack-4-animation-mobile {
  100% {
    transform: rotate(24deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(4) {
  animation: for-onboarding-spreading-out-stack-4-animation-mobile 0.8s 0.5s linear forwards;
  animation-play-state: paused;
  z-index: 0;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  z-index: 3;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container {
  width: 50%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container {
    bottom: 2.5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper .all-or-nothing-special-button-container .special-button-wrapper {
  width: 100%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  left: 50%;
  top: -20vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    top: -5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(-90deg) scaleY(-1);
}
@keyframes for-onboarding-slide-up-number-animation-mobile {
  10%,
  90% {
    transform: translateY(-18vw) scale(1.1) rotate(-1.5deg);
  }
}
@keyframes for-onboarding-slide-up-number-animation-tablet {
  10%,
  90% {
    transform: translateY(-8rem) scale(1.1) rotate(-1.5deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  animation: for-onboarding-slide-up-number-animation-mobile 3s 2s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.first-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
    animation-name: for-onboarding-slide-up-number-animation-tablet;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step {
  transform: translateX(100%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper {
  top: 42%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper {
    top: 40%;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  top: 20vw;
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    top: 8rem;
    left: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(80deg) scaleY(-1);
}
@keyframes for-onboarding-slide-down-number-animation-mobile {
  10%,
  90% {
    transform: translateY(20vw) scale(1.1) rotate(-20deg);
  }
}
@keyframes for-onboarding-slide-down-number-animation-tablet {
  10%,
  90% {
    transform: translateY(10rem) scale(1.1) rotate(-20deg);
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
  animation: for-onboarding-slide-down-number-animation-mobile 3s 1s linear infinite;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.second-step .indications-outer-wrapper .indications-inner-wrapper .numbers-wrapper .all-or-nothing-number-cell-wrapper:nth-child(1) {
    animation-name: for-onboarding-slide-down-number-animation-tablet;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step {
  transform: translateX(100%);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper {
  top: 50%;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
  width: 19.6vw;
  left: 53vw;
  top: 17vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper {
    width: 6rem;
    height: 6rem;
    left: 24rem;
    top: 8rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before,
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
  content: '';
  background-color: #191339;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  z-index: 0;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before {
  width: 22vw;
  height: 22vw;
  top: -9vw;
  left: -9vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:before {
    width: 10rem;
    height: 10rem;
    top: -5rem;
    left: -5rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
  width: 10vw;
  height: 10vw;
  left: -3vw;
  top: -3vw;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper:after {
    width: 4rem;
    height: 4rem;
    left: -2rem;
    top: -2rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.third-step .indications-outer-wrapper .indications-inner-wrapper .indications-icon-wrapper .indications-icon {
  transform: rotate(0);
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.active {
  transform: translateX(0);
  z-index: 5;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .mobile-onboarding-step-wrapper.active .indications-outer-wrapper .numbers-wrapper > .all-or-nothing-number-cell-wrapper {
  animation-play-state: running !important;
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30vw;
  z-index: 5;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper {
    bottom: 10rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator {
  width: 2.666vw;
  height: 2.666vw;
  margin: 1vw;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape), screen and (min-width: 1024px) and (max-width: 1408px) {
  .all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator {
    width: 1rem;
    height: 1rem;
    margin: 0.3rem;
  }
}
.all-or-nothing-classic-mobile-onboarding-wrapper .mobile-onboarding-panel-wrapper .mobile-onboarding-steps-wrapper .steps-indicator-wrapper .step-indicator.active {
  background-color: #56F4AD;
}



.all-or-nothing-number-cell-wrapper {
  width: 21.333vw;
  height: 21.333vw;
  background-color: #fff;
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  user-select: none;
  transition: background-color 0.15s linear;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-number-cell-wrapper {
    width: 8rem;
    height: 8rem;
  }
}
.all-or-nothing-number-cell-wrapper:before,
.all-or-nothing-number-cell-wrapper:after {
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  opacity: 0.077;
}
.all-or-nothing-number-cell-wrapper:before {
  top: -5%;
  left: -5%;
  background-image: url('/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons/Clover.svg');
  transform: rotate(-15deg);
  width: 43%;
  height: 43%;
}
.all-or-nothing-number-cell-wrapper:after {
  bottom: -5%;
  right: -3%;
  background-image: url('/Components/DanskeSpil/Domain/AllOrNothing/Graphics/SpriteSheets/AllOrNothingIcons/Horseshoe.svg');
  transform: rotate(15deg);
  width: 76%;
  height: 82%;
}
.all-or-nothing-number-cell-wrapper .number-wrapper {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 6.4vw;
  font-weight: 900;
  color: #191339;
}
@media screen and (min-width: 1024px) and (max-width: 1408px), screen and (min-width: 1408px), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait), screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .all-or-nothing-number-cell-wrapper .number-wrapper {
    font-size: 2.4rem;
  }
}
.all-or-nothing-number-cell-wrapper.selected {
  background-color: #56F4AD;
}



@media (min-width: 950px) {
  .lotto-classic-game {
    background-color: #E11E00;
    position: relative;
  }
}
.lotto-classic-game .lotto-content-wrapper {
  width: 100vw;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 950px) {
  .lotto-classic-game .lotto-content-wrapper {
    width: 100%;
    overflow: visible;
  }
}
.lotto-classic-game .rows-container {
  height: 103.17vw;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  padding-top: 3.633vw;
  padding-bottom: 4.8vw;
  position: relative;
  will-change: transform;
  transform-origin: right center;
  transition: transform 0.2s linear;
  overflow: hidden;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-container {
    height: 43.8rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .rows-container {
    height: 86vw;
  }
}
@-webkit-keyframes lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 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 lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 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 lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  @-webkit-keyframes lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 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 lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 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 lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes lotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
.lotto-classic-game .rows-container.slide-to-right {
  -webkit-animation: lotto-slide-to-right-animation 0.6s forwards ease-in-out;
  -moz-animation: lotto-slide-to-right-animation 0.6s forwards ease-in-out;
  -ms-animation: lotto-slide-to-right-animation 0.6s forwards ease-in-out;
  animation: lotto-slide-to-right-animation 0.6s forwards ease-in-out;
}
.lotto-classic-game .rows-container.slide-to-right .in-focus {
  -webkit-animation: lotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -moz-animation: lotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -ms-animation: lotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  animation: lotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
}
.lotto-classic-game .rows-container.slide-to-right .next-row {
  -webkit-animation: lotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -moz-animation: lotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -ms-animation: lotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  animation: lotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
}
.lotto-classic-game .rows-container.slide-to-right .prev-row {
  -webkit-animation: lotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: lotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: lotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  animation: lotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
}
.lotto-classic-game .rows-container.slide-to-right .prev-prev-row {
  -webkit-animation: lotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: lotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: lotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  animation: lotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
}
.lotto-classic-game .rows-container.slide-to-left,
.lotto-classic-game .rows-container.slide-to-left-half {
  -webkit-animation: lotto-slide-to-left-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-animation 0.6s forwards linear;
}
.lotto-classic-game .rows-container.slide-to-left .in-focus,
.lotto-classic-game .rows-container.slide-to-left-half .in-focus {
  -webkit-animation: lotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
}
.lotto-classic-game .rows-container.slide-to-left .next-row,
.lotto-classic-game .rows-container.slide-to-left-half .next-row {
  -webkit-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
}
.lotto-classic-game .rows-container.slide-to-left .next-next-row,
.lotto-classic-game .rows-container.slide-to-left-half .next-next-row {
  -webkit-animation: lotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
}
.lotto-classic-game .rows-container.slide-to-left .prev-row,
.lotto-classic-game .rows-container.slide-to-left-half .prev-row {
  -webkit-animation: lotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-prev-row-animation 0.6s forwards linear;
}
.lotto-classic-game .rows-container.slide-to-left .in-focus + .next-row:not(.interacted-row):last-of-type,
.lotto-classic-game .rows-container.slide-to-left-half .in-focus + .next-row:not(.interacted-row):last-of-type {
  -webkit-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: lotto-slide-to-left-next-row-animation 0.6s forwards linear;
}
@-webkit-keyframes lotto-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 lotto-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 lotto-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 lotto-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;
  }
}
.lotto-classic-game .rows-container.delete-row > .in-focus {
  -webkit-animation: lotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -moz-animation: lotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -ms-animation: lotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  animation: lotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
}
.lotto-classic-game .rows-container.delete-row > .in-focus + .next-row {
  -webkit-animation: lotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -moz-animation: lotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -ms-animation: lotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  animation: lotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
}
.lotto-classic-game .rows-container.delete-row > .in-focus + .next-row + div {
  -webkit-animation: lotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -moz-animation: lotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -ms-animation: lotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  animation: lotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
}
.lotto-classic-game .left-gradient,
.lotto-classic-game .right-gradient {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 950px) {
  .lotto-classic-game .left-gradient,
  .lotto-classic-game .right-gradient {
    width: 22vw;
  }
}
.lotto-classic-game .left-gradient {
  left: 0;
  background: -moz-linear-gradient(left, #c50005 0%, rgba(197, 0, 5, 0) 100%);
  background: -webkit-linear-gradient(left, #c50005 0%, rgba(197, 0, 5, 0) 100%);
  background: linear-gradient(to right, #c50005 0%, rgba(197, 0, 5, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50005', endColorstr='#00c50005', GradientType=1);
}
.lotto-classic-game .right-gradient {
  right: -22vw;
  background: -moz-linear-gradient(left, rgba(197, 0, 5, 0) 0%, #c50005 100%);
  background: -webkit-linear-gradient(left, rgba(197, 0, 5, 0) 0%, #c50005 100%);
  background: linear-gradient(to right, rgba(197, 0, 5, 0) 0%, #c50005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c50005', endColorstr='#c50005', GradientType=1);
  transition: right 0.25S linear;
}
.lotto-classic-game .right-gradient.active {
  right: 0;
}
.lotto-classic-game .rows-wrapper {
  filter: url("#rows-side-sliding-blur");
}
.lotto-classic-game .row-container {
  width: 72.799%;
  padding-bottom: 1.6vw;
  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) {
  .lotto-classic-game .row-container {
    width: 57.4rem;
    padding-bottom: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .row-container {
    width: 65%;
    width: 58.4%;
  }
}
.lotto-classic-game .row-container.in-focus,
.lotto-classic-game .row-container.next-row,
.lotto-classic-game .row-container.prev-row,
.lotto-classic-game .row-container.next-next-row,
.lotto-classic-game .row-container.prev-prev-row {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  visibility: visible;
  will-change: transform, opacity;
}
.lotto-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;
}
.lotto-classic-game .row-container.next-row:after,
.lotto-classic-game .row-container.prev-row:after,
.lotto-classic-game .row-container.prev-prev-row:after,
.lotto-classic-game .row-container.next-next-row:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.lotto-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) {
  .lotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .lotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 487.5, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .lotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 650, 6, 0, 1);
  }
}
.lotto-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) {
  .lotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .lotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .lotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1200, 6, 0, 1);
  }
}
.lotto-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) {
  .lotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .lotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -487.5, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .lotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -650, 6, 0, 1);
  }
}
.lotto-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) {
  .lotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .lotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .lotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1200, 6, 0, 1);
  }
}
@keyframes lotto-number-cell-shake-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);
  }
}
@keyframes lotto-rules-pulse-animation {
  0% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
  25% {
    transform: scale(1.3);
    color: #ffffff;
  }
  50% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
  75% {
    transform: scale(1.3);
    color: #ffffff;
  }
  100% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
}
.lotto-classic-game .row-container.shake-state .selected {
  -webkit-animation: lotto-number-cell-shake-animation 0.8s forwards;
  -moz-animation: lotto-number-cell-shake-animation 0.8s forwards;
  -ms-animation: lotto-number-cell-shake-animation 0.8s forwards;
  animation: lotto-number-cell-shake-animation 0.8s forwards;
}
.lotto-classic-game .row-container.shake-state .header-rules-text {
  animation: lotto-rules-pulse-animation 1s forwards;
}
@keyframes lotto-not-completed-animation {
  0% {
    transform: scale(1);
  }
  14.28% {
    transform: scale(1.2);
  }
  28.57% {
    transform: scale(1);
  }
  42.85% {
    transform: scale(1.2);
  }
  57.13% {
    transform: scale(1);
  }
  71.41% {
    transform: scale(1.2);
  }
  85.69% {
    transform: scale(1);
  }
}
@keyframes lotto-not-completed-text-animation {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.lotto-classic-game .row-container.row-not-completed .cell:not(.selected) {
  animation: lotto-not-completed-animation 1s forwards;
}
.lotto-classic-game .row-container.row-not-completed .header-rules-text {
  animation: lotto-not-completed-text-animation 1s forwards;
}
@keyframes lotto-row-demo-animation {
  0% {
    opacity: 0.5;
    left: 0%;
  }
  20% {
    opacity: 0.9;
    left: -5%;
  }
  60% {
    opacity: 0.9;
    left: -5%;
  }
  100% {
    opacity: 0.5;
    left: 0%;
  }
}
@keyframes lotto-row-demo1-animation {
  0% {
    filter: blur(0);
  }
  10% {
    filter: blur(5px);
  }
  80% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes lotto-row-demo2-animation {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes lotto-cell-selection-animation-demo {
  0% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
  40% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
  }
  70% {
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    margin: -65%;
  }
  100% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
}
.lotto-classic-game .row-container.row-completed.row-blury.row-number-1 {
  animation: lotto-row-demo1-animation 2.8s 1.5s linear forwards;
}
.lotto-classic-game .row-container.row-completed + .row-number-2.new-row {
  animation: lotto-row-demo-animation 0.7s 4s linear forwards;
}
.lotto-classic-game .row-container.row-completed + .new-row {
  animation: lotto-row-demo2-animation 0.7s 0.8s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-container.row-completed + .new-row .cell .back-face {
    animation-name: lotto-cell-selection-animation-demo;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+1) .back-face {
  animation-delay: 0.43s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+2) .back-face {
  animation-delay: 0.52s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+3) .back-face {
  animation-delay: 0.61s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+4) .back-face {
  animation-delay: 0.7s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+5) .back-face {
  animation-delay: 0.79s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+6) .back-face {
  animation-delay: 0.88s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+7) .back-face {
  animation-delay: 0.97s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+8) .back-face {
  animation-delay: 1.06s;
}
.lotto-classic-game.brand-saturday .row-container.row-completed + .new-row .cell:nth-child(9n+9) .back-face {
  animation-delay: 1.15s;
}
.lotto-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;
  transform: translateY(-50%) translateX(-10.5vw);
  transition: transform 0.15s;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .prev-row-button {
    width: 8vw;
    height: 28vw;
    top: 47%;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .prev-row-button {
    width: 5rem;
    height: 14rem;
    transform: translateY(-50%) translateX(-5rem);
    cursor: pointer;
  }
}
.lotto-classic-game .prev-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #2b2b2b;
  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) {
  .lotto-classic-game .prev-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.2rem);
    -moz-transform: translateY(-50%) translateX(-0.2rem);
    -ms-transform: translateY(-50%) translateX(-0.2rem);
    -o-transform: translateY(-50%) translateX(-0.2rem);
    transform: translateY(-50%) translateX(-0.2rem);
  }
}
.lotto-classic-game .prev-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .lotto-classic-game .prev-row-button.active {
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .prev-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
.lotto-classic-game .create-new-row-button,
.lotto-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;
  transform: translateY(-50%) translateX(10.5vw);
  transition: right 0.15s, transform 0.15s;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .create-new-row-button,
  .lotto-classic-game .next-row-button {
    width: 8vw;
    height: 28vw;
    top: 47%;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button,
  .lotto-classic-game .next-row-button {
    width: 5rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(5rem);
    -moz-transform: translateY(-50%) translateX(5rem);
    -ms-transform: translateY(-50%) translateX(5rem);
    -o-transform: translateY(-50%) translateX(5rem);
    transform: translateY(-50%) translateX(5rem);
    cursor: pointer;
  }
}
.lotto-classic-game .create-new-row-button .icon,
.lotto-classic-game .next-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #2b2b2b;
  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: 768px) and (max-width: 950px) {
  .lotto-classic-game .create-new-row-button .icon,
  .lotto-classic-game .next-row-button .icon {
    left: 57%;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button .icon,
  .lotto-classic-game .next-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
.lotto-classic-game .next-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .lotto-classic-game .next-row-button.active {
    transform: translateY(-50%) translateX(0.8rem);
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .next-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button {
    width: 6.4rem;
    transform: translateY(-50%) translateX(6.4rem);
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button .icon {
    -webkit-transform: translateY(-50%) translateX(-1.6rem);
    -moz-transform: translateY(-50%) translateX(-1.6rem);
    -ms-transform: translateY(-50%) translateX(-1.6rem);
    -o-transform: translateY(-50%) translateX(-1.6rem);
    transform: translateY(-50%) translateX(-1.6rem);
  }
}
@keyframes lotto-create-button-demo-animation {
  0% {
    transform: translateY(-50%) translateX(6.4rem);
  }
  40% {
    background-color: rgba(235, 248, 253, 0.8);
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(2.3rem);
  }
}
.lotto-classic-game .create-new-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button.active {
    -webkit-transform: translateY(-50%) translateX(2.3rem);
    -moz-transform: translateY(-50%) translateX(2.3rem);
    -ms-transform: translateY(-50%) translateX(2.3rem);
    -o-transform: translateY(-50%) translateX(2.3rem);
    transform: translateY(-50%) translateX(2.3rem);
    animation: lotto-create-button-demo-animation 0.95s linear forwards;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .create-new-row-button.active:hover {
    right: 0.8rem;
  }
}
.lotto-classic-game .create-new-row-button.active ~ .next-row-button.active {
  display: none;
}
@keyframes lotto-create-new-row-text-animation {
  0% {
    transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  5% {
    transform: translateY(54vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  10% {
    transform: translateY(56vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(56vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(56vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(56vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes lotto-create-new-row-text-animation-desktop {
  0% {
    transform: translateY(0rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  5% {
    transform: translateY(20rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  10% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
  width: 64vw;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
  animation: lotto-create-new-row-text-animation 6s 1.5s linear forwards;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    top: -12%;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    width: 95%;
    transform: translateY(0rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    animation: lotto-create-new-row-text-animation-desktop 6s 1.5s linear forwards;
  }
}
@keyframes lotto-create-new-row-text-box-animation {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: blur(5px);
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
  font-size: 6.5vw;
  line-height: 1.2;
  color: #E11E00;
  background-color: #fff;
  padding: 1.3vw 2.6vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  animation: lotto-create-new-row-text-box-animation 0.5s 3.6s linear forwards;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 1.5vw;
    padding: 1rem 2rem;
  }
}
@keyframes lotto-create-new-row-text-arrow-animation {
  0% {
    transform: translateX(0) translateY(-50%) scale(0.2);
    opacity: 0;
  }
  40% {
    transform: translateX(40vw) translateY(-50%) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(80vw) translateY(-50%) scale(1);
    opacity: 0;
    display: none;
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
  height: 35vw;
  width: 1.5vw;
  position: absolute;
  top: 50%;
  right: 25%;
  z-index: -1;
  transform: translateX(0) translateY(-50%) scale(0.2);
  opacity: 0;
  animation: lotto-create-new-row-text-arrow-animation 1s 3.5s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
    height: 25rem;
    right: 15%;
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  content: '';
  height: 63%;
  width: 5vw;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
  .lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
    width: 5rem;
    height: 66%;
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before {
  top: 10%;
  transform-origin: center top;
  transform: rotate(-45deg);
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  bottom: 10%;
  transform-origin: center bottom;
  transform: rotate(45deg);
}
@keyframes lotto-create-new-row-blink-animation {
  0% {
    background-color: transparent;
  }
  12.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  25% {
    background-color: transparent;
  }
  37.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  50% {
    background-color: transparent;
  }
  62.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  75% {
    background-color: transparent;
  }
  87.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  100% {
    background-color: transparent;
  }
}
.lotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  animation: lotto-create-new-row-blink-animation 1.5s 3.5s linear forwards;
  z-index: -1;
}
.lotto-classic-game .rows-list-box {
  width: 70vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 16vw;
  overflow: visible;
  background-color: #a30003;
  transform: translateX(-100%);
  transition: transform 0.25s linear;
  will-change: transform;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box {
    width: 30rem;
    bottom: 7rem;
  }
}
.lotto-classic-game .rows-list-box.active {
  transition: transform 0.15s linear;
  transform: translateX(0);
}
.lotto-classic-game .rows-list-box.active .toggle-button {
  background-color: #ebf8fd;
}
.lotto-classic-game .rows-list-box.active .toggle-button .icon-list {
  opacity: 0;
}
.lotto-classic-game .rows-list-box.active .toggle-button .icon-arrow {
  opacity: 1;
}
.lotto-classic-game .rows-list-box .toggle-button {
  width: 10.5vw;
  height: 10.5vw;
  background-color: rgba(235, 248, 253, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
  transform: translateY(-30vw) translateX(10.5vw);
  transition: transform 0.15s, background-color 0.25s;
  z-index: 1;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .toggle-button {
    width: 4.2rem;
    height: 7rem;
    transform: translateY(-16rem) translateX(4.2rem);
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .toggle-button:hover .icon-list,
  .lotto-classic-game .rows-list-box .toggle-button:hover .icon-arrow {
    transform: translateY(-50%) translateX(-50%) scale(1.3);
  }
}
.lotto-classic-game .rows-list-box .toggle-button .icon-list,
.lotto-classic-game .rows-list-box .toggle-button .icon-arrow {
  width: 3.8vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
  fill: #2b2b2b;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .toggle-button .icon-list,
  .lotto-classic-game .rows-list-box .toggle-button .icon-arrow {
    width: 1.7rem;
    height: 1.2rem;
  }
}
.lotto-classic-game .rows-list-box .toggle-button .icon-arrow {
  opacity: 0;
}
@keyframes lotto-button-count-wrapper-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.lotto-classic-game .rows-list-box .toggle-button .button-count {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 1.5vw;
  user-select: none;
  border-radius: 3vw;
  background-color: #a30003;
  position: absolute;
  top: -10%;
  left: 50%;
  opacity: 0;
  animation: lotto-button-count-wrapper-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .toggle-button .button-count {
    min-width: 1.5rem;
    font-size: 1.4rem;
    padding: 0.05rem 0.5rem 0.1rem;
    border-radius: 1rem;
  }
}
.lotto-classic-game .rows-list-box .container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.lotto-classic-game .rows-list-box .container .items-box {
  font-size: 0;
  position: relative;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box {
    font-size: 2.6vw;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .rows-list-header {
  font-size: 3.5vw;
  line-height: 2.6;
  color: #fff;
  text-align: center;
  background-color: #a30003;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .rows-list-header {
    font-size: 1.6rem;
    line-height: 2.8;
  }
}
@keyframes lotto-information-text-wrapper-fade-in-animation {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
}
@keyframes lotto-information-text-wrapper-fade-out-animation {
  0% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .information-text-wrapper {
  width: 80%;
  max-height: 0;
  margin: auto;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  animation: lotto-information-text-wrapper-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .information-text-wrapper {
    margin-bottom: 2rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .information-text-wrapper.remove {
  animation: lotto-information-text-wrapper-fade-out-animation 0.25s linear forwards;
}
.lotto-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
  color: #fff;
  font-size: 6vw;
  font-weight: 600;
  margin-top: 4vw;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
@keyframes lotto-rows-list-in-animation {
  0% {
    transform: scaleY(0);
    opacity: 0;
    margin-bottom: -4rem;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    margin-bottom: 0;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
  width: 100%;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding-left: 2.666vw;
  box-sizing: border-box;
  transform-origin: top;
  transition: background-color 0.25s linear;
  animation: lotto-rows-list-in-animation 0.15s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    cursor: pointer;
    padding-left: 1.45rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    height: auto;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(odd) {
  background-color: #ededed;
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(even) {
  background-color: #fff;
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.active-row {
  background-color: #9ef1ff;
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
    background-color: #c0f6ff;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner {
  width: 100%;
  margin: auto;
  position: relative;
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
  width: 30%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #4f5254;
  position: relative;
  float: left;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
    width: 24%;
    font-size: 1.2rem;
    line-height: 3.3;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers {
  width: 70%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #E11E00;
  display: inline-block;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers {
    width: 76%;
    font-size: 1.4rem;
    line-height: 2.8;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
  width: 8vw;
  height: 8.3vw;
  position: absolute;
  right: 0;
  top: 0.7vw;
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    width: 1rem;
    height: 1rem;
    padding: 1.45rem;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button:hover {
    transform: scale(1.4);
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    top: 1vw;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  fill: #777a7f;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
  box-sizing: border-box;
  padding-left: 5vw;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
    padding-left: 3rem;
  }
}
.lotto-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;
  font-size: 2.7vw;
  -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: absolute;
  top: 2.8vw;
  left: -4vw;
  line-height: 1.4;
  text-indent: 1.5vw;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.4rem;
    margin-right: 0.7rem;
    line-height: 1.6;
    text-indent: 0.95rem;
    top: 0.8rem;
    left: -2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    top: 2.9vw;
    line-height: 1.2;
    text-indent: 1.4vw;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .error-message-box {
  background-color: #e9e9e9;
  margin-top: -6vw;
  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;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -o-transition: -o-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  transition: transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .error-message-box {
    margin-top: -3rem;
    margin-left: -1rem;
    padding: 1.5rem 2rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .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) {
  .lotto-classic-game .rows-list-box .container .items-box .error-message-box:after {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #e9e9e9;
    bottom: -0.6rem;
    left: 1.3rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .error-message-box .error-headline {
  font-size: 3.2vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .error-message-box .error-headline {
    font-size: 1.6rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .error-message-box .error-subheadline {
  font-size: 3.2vw;
  font-weight: 300;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .error-message-box .error-subheadline {
    font-size: 1.5rem;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
  position: relative;
  padding: 6vw 0;
  text-align: center;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
    height: 4rem;
    padding: 2rem 0;
  }
}
@keyframes lotto-quick-button-fade-in-animation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes lotto-quick-button-fade-out-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
  width: 90%;
  font-size: 3.734vw;
  font-weight: 600;
  color: #2b2b2b;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  padding: 3vw;
  margin: auto;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 0.15s linear;
  animation: lotto-quick-button-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
    font-size: 1.6rem;
    padding: 0.9rem;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button:hover {
    background-color: #ededed;
  }
}
.lotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button.inactive {
  animation: lotto-quick-button-fade-out-animation 0.25s linear forwards;
}
.lotto-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) {
  .lotto-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;
  }
}
.lotto-classic-game .rows-list-box .button .icon-list {
  width: 3.8vw;
  height: 4vw;
  fill: #2b2b2b;
  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) {
  .lotto-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);
  }
}
.lotto-classic-game .rows-list-box .button .icon-arrow-left {
  width: 3.8vw;
  height: 3.47vw;
  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) {
  .lotto-classic-game .rows-list-box .button .icon-arrow-left {
    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);
  }
}
.lotto-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) {
  .lotto-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);
  }
}
.lotto-classic-game .rows-list-box.active .container {
  transform: translate3d(0, 0, 0);
}
.lotto-classic-game .rows-list-box.active .container .informations-box,
.lotto-classic-game .rows-list-box.active .container > .headline {
  background-color: #ffffff;
}
.lotto-classic-game .rows-list-box.active .container.single-row {
  transform: translate3d(0, 30vw, 0);
}
@media (min-width: 950px) {
  .lotto-classic-game .rows-list-box.active .container.single-row {
    transform: translate3d(0, 8rem, 0);
  }
}
.lotto-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) {
  .lotto-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);
  }
}
.lotto-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;
}
.lotto-classic-game .rows-list-box.active .button .icon-arrow-left {
  -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) {
  .lotto-classic-game .rows-list-box.active .button .icon-arrow-left {
    -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);
  }
}



.lotto-system-game .lotto-system-game-section .lotto-content-wrapper,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper {
  padding: 0;
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer {
  padding: 4.234vw 1.356vw 3.234vw;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer {
    padding: 3rem 0 2.4rem;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer .buttons-container .reset-row-button,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .number-picker-footer .buttons-container .reset-row-button,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer .buttons-container .reset-row-button,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .number-picker-footer .buttons-container .reset-row-button {
  float: inherit;
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container {
  width: 84.535%;
  margin: auto;
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container {
    width: 58rem;
    padding-top: 2.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container:before,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container:before,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container:before,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container:before {
    content: '';
    position: absolute;
    bottom: 10.5rem;
    left: -50vw;
    right: -50vw;
    background-color: #d74d50;
    height: 0.2rem;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container {
  padding-bottom: 1vw;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container {
    padding-bottom: 0.6rem;
    margin-bottom: 0;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header {
  padding-top: 5.7vw;
  margin: 0 0 2.6vw;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header {
    padding-top: 0;
    margin: 0 1rem 2rem;
  }
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header:before,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header:before,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header:before,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header:before {
    content: '';
    position: absolute;
    top: 7rem;
    left: -50vw;
    right: -50vw;
    background-color: #d74d50;
    height: 0.2rem;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header span {
  padding-left: 4vw;
  opacity: 0.6;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header span,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .row-header span {
    padding-left: 1vw;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container {
  position: absolute;
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.lotto-lucky-game .lotto-lucky-game-section .lotto-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) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box {
    font-size: 1.4rem;
    padding: 0.1rem 0 0.5rem;
  }
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide {
    display: inline;
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
  display: inline;
}
@media (min-width: 950px) {
  .lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
    display: none;
  }
}
@-webkit-keyframes lotto-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 lotto-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 lotto-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 lotto-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 lotto-rules-pulse-animation {
  0% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
  25% {
    transform: scale(1.3);
    color: #ffffff;
  }
  50% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
  75% {
    transform: scale(1.3);
    color: #ffffff;
  }
  100% {
    transform: scale(1);
    color: rgba(255, 255, 255, 0.3);
  }
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .selected,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .selected,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .selected,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .selected {
  -webkit-animation: lotto-number-cell-shake-animation 0.8s forwards;
  -moz-animation: lotto-number-cell-shake-animation 0.8s forwards;
  -ms-animation: lotto-number-cell-shake-animation 0.8s forwards;
  animation: lotto-number-cell-shake-animation 0.8s forwards;
}
.lotto-system-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .header-rules-text,
.lotto-lucky-game .lotto-system-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .header-rules-text,
.lotto-system-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .header-rules-text,
.lotto-lucky-game .lotto-lucky-game-section .lotto-content-wrapper .rows-container .row-container.shake-state .header-rules-text {
  -webkit-animation: lotto-rules-pulse-animation 1s forwards;
  -moz-animation: lotto-rules-pulse-animation 1s forwards;
  -ms-animation: lotto-rules-pulse-animation 1s forwards;
  animation: lotto-rules-pulse-animation 1s forwards;
}



.lotto-classic-game .statistics-component-for-game-client-wrapper,
.lotto-system-game .statistics-component-for-game-client-wrapper,
.lotto-lucky-game .statistics-component-for-game-client-wrapper {
  border-color: #820002;
  background-color: #a30003;
}
.lotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.lotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.lotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
  background-color: #E11E00;
}
.lotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.lotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.lotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  box-sizing: content-box;
}
.lotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.lotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.lotto-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: #E11E00;
}
.lotto-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,
.lotto-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,
.lotto-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.2vw;
  color: #fff;
  background-color: #a30003;
  border-radius: 50%;
  font-weight: 600;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .lotto-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,
  .lotto-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,
  .lotto-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;
  }
}
.lotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special,
.lotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special,
.lotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special {
  background-color: #820002;
}
.lotto-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,
.lotto-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,
.lotto-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 {
  color: #2b2b2b;
  background-color: #fff;
}
@media (min-width: 950px) {
  .lotto-classic-game .statistics-component-for-game-client-wrapper + .lotto-classic-game-section .lotto-content-wrapper .rows-container {
    padding-top: 2rem;
  }
}



.lotto-classic-game .number-picker-footer,
.lotto-system-game .number-picker-footer,
.lotto-lucky-game .number-picker-footer,
.lotto-winning-numbers .number-picker-footer {
  border-top: 0.2rem solid #d74d50;
  padding: 3.934vw 0 2.134vw;
  margin: 2.9vw 1.9% 0;
  position: relative;
}
.lotto-classic-game .number-picker-footer:after,
.lotto-system-game .number-picker-footer:after,
.lotto-lucky-game .number-picker-footer:after,
.lotto-winning-numbers .number-picker-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer,
  .lotto-system-game .number-picker-footer,
  .lotto-lucky-game .number-picker-footer,
  .lotto-winning-numbers .number-picker-footer {
    text-align: center;
    padding: 3rem 0 1.1rem;
    margin: 2.1rem 1rem 0;
  }
}
.lotto-classic-game .number-picker-footer .buttons-container,
.lotto-system-game .number-picker-footer .buttons-container,
.lotto-lucky-game .number-picker-footer .buttons-container,
.lotto-winning-numbers .number-picker-footer .buttons-container {
  white-space: nowrap;
}
.lotto-classic-game .number-picker-footer .buttons-container .button,
.lotto-system-game .number-picker-footer .buttons-container .button,
.lotto-lucky-game .number-picker-footer .buttons-container .button,
.lotto-winning-numbers .number-picker-footer .buttons-container .button {
  min-width: 23.2vw;
  font-size: 3.734vw;
  line-height: 1.36;
  font-weight: bold;
  color: #2b2b2b;
  text-align: left;
  background-color: #fff;
  margin-left: 3.334vw;
  padding: 3.05vw 3.6vw 2.55vw;
  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;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
  user-select: none;
  overflow: hidden;
  will-change: transform;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button,
  .lotto-system-game .number-picker-footer .buttons-container .button,
  .lotto-lucky-game .number-picker-footer .buttons-container .button,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button {
    min-width: initial;
    min-width: inherit;
    font-size: 1.6rem;
    margin-left: 2rem;
    padding: 1.3rem 1.8rem 1.1rem 1.8rem;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button,
  .lotto-system-game .number-picker-footer .buttons-container .button,
  .lotto-lucky-game .number-picker-footer .buttons-container .button,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button:hover,
  .lotto-system-game .number-picker-footer .buttons-container .button:hover,
  .lotto-lucky-game .number-picker-footer .buttons-container .button:hover,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button:hover {
    transform: scale(1.05);
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .button:first-child,
.lotto-system-game .number-picker-footer .buttons-container .button:first-child,
.lotto-lucky-game .number-picker-footer .buttons-container .button:first-child,
.lotto-winning-numbers .number-picker-footer .buttons-container .button:first-child {
  margin-left: 0;
  float: left;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button:first-child,
  .lotto-system-game .number-picker-footer .buttons-container .button:first-child,
  .lotto-lucky-game .number-picker-footer .buttons-container .button:first-child,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button:first-child {
    float: inherit;
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .button.inactive,
.lotto-system-game .number-picker-footer .buttons-container .button.inactive,
.lotto-lucky-game .number-picker-footer .buttons-container .button.inactive,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button.inactive:hover,
  .lotto-system-game .number-picker-footer .buttons-container .button.inactive:hover,
  .lotto-lucky-game .number-picker-footer .buttons-container .button.inactive:hover,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button.inactive:hover {
    transform: scale(1);
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers {
  opacity: 0.3;
}
@keyframes lotto-autogenerate-button-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: radial-gradient(center, ellipse cover, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 20%, rgba(43, 43, 43, 0.65) 45%, rgba(43, 43, 43, 0.9) 55%, rgba(43, 43, 43, 0.5) 65%, rgba(43, 43, 43, 0) 90%, rgba(43, 43, 43, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before {
  animation: lotto-autogenerate-button-animation 0.8s linear infinite;
}
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  animation: lotto-autogenerate-button-animation 0.8s 0.3s linear infinite;
}
.lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
  cursor: default;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .lotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .lotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
    transform: scale(1);
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
.lotto-system-game .number-picker-footer .buttons-container .button.reset-row-button,
.lotto-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
.lotto-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
  float: right;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
  .lotto-system-game .number-picker-footer .buttons-container .button.reset-row-button,
  .lotto-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
  .lotto-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
    float: none;
  }
}
.lotto-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.lotto-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.lotto-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.lotto-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
.lotto-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
.lotto-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
.lotto-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
.lotto-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) {
  .lotto-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .lotto-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .lotto-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .lotto-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
  .lotto-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .lotto-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .lotto-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .lotto-winning-numbers .number-picker-footer .buttons-container .reset-row-button .icon {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.1rem;
    right: 1.4rem;
  }
}
.lotto-classic-game .row-header,
.lotto-system-game .row-header,
.lotto-lucky-game .row-header,
.lotto-winning-numbers .row-header {
  font-size: 3.734vw;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 3.334vw;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.3);
  margin: 0 1.4vw 2.6vw;
}
.lotto-classic-game .row-header:after,
.lotto-system-game .row-header:after,
.lotto-lucky-game .row-header:after,
.lotto-winning-numbers .row-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .row-header,
  .lotto-system-game .row-header,
  .lotto-lucky-game .row-header,
  .lotto-winning-numbers .row-header {
    font-size: 2rem;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header,
  .lotto-system-game .row-header,
  .lotto-lucky-game .row-header,
  .lotto-winning-numbers .row-header {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
    margin: 0 1rem 2rem;
  }
}
.lotto-classic-game .row-header .counter,
.lotto-system-game .row-header .counter,
.lotto-lucky-game .row-header .counter,
.lotto-winning-numbers .row-header .counter {
  padding-right: 2.666vw;
  float: left;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .counter,
  .lotto-system-game .row-header .counter,
  .lotto-lucky-game .row-header .counter,
  .lotto-winning-numbers .row-header .counter {
    padding-right: 2rem;
  }
}
.lotto-classic-game .row-header .right-side,
.lotto-system-game .row-header .right-side,
.lotto-lucky-game .row-header .right-side,
.lotto-winning-numbers .row-header .right-side {
  padding-right: 2.667vw;
  position: relative;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .right-side,
  .lotto-system-game .row-header .right-side,
  .lotto-lucky-game .row-header .right-side,
  .lotto-winning-numbers .row-header .right-side {
    padding-right: 1.5rem;
  }
}
.lotto-classic-game .row-header .right-side .row-delete-button,
.lotto-system-game .row-header .right-side .row-delete-button,
.lotto-lucky-game .row-header .right-side .row-delete-button,
.lotto-winning-numbers .row-header .right-side .row-delete-button {
  display: block;
  position: absolute;
  top: 0.15vw;
  right: 0;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.25s;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .right-side .row-delete-button,
  .lotto-system-game .row-header .right-side .row-delete-button,
  .lotto-lucky-game .row-header .right-side .row-delete-button,
  .lotto-winning-numbers .row-header .right-side .row-delete-button {
    top: 0.1rem;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .right-side .row-delete-button:hover,
  .lotto-system-game .row-header .right-side .row-delete-button:hover,
  .lotto-lucky-game .row-header .right-side .row-delete-button:hover,
  .lotto-winning-numbers .row-header .right-side .row-delete-button:hover {
    transform: scale(1.4);
  }
}
.lotto-classic-game .row-header .right-side .row-delete-button .icon,
.lotto-system-game .row-header .right-side .row-delete-button .icon,
.lotto-lucky-game .row-header .right-side .row-delete-button .icon,
.lotto-winning-numbers .row-header .right-side .row-delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .right-side .row-delete-button .icon,
  .lotto-system-game .row-header .right-side .row-delete-button .icon,
  .lotto-lucky-game .row-header .right-side .row-delete-button .icon,
  .lotto-winning-numbers .row-header .right-side .row-delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.lotto-classic-game .row-header .right-side .row-delete-button.inactive,
.lotto-system-game .row-header .right-side .row-delete-button.inactive,
.lotto-lucky-game .row-header .right-side .row-delete-button.inactive,
.lotto-winning-numbers .row-header .right-side .row-delete-button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .lotto-classic-game .row-header .right-side .row-delete-button.inactive:hover,
  .lotto-system-game .row-header .right-side .row-delete-button.inactive:hover,
  .lotto-lucky-game .row-header .right-side .row-delete-button.inactive:hover,
  .lotto-winning-numbers .row-header .right-side .row-delete-button.inactive:hover {
    transform: scale(1);
  }
}
.lotto-classic-game .row-header .header-rules-text,
.lotto-system-game .row-header .header-rules-text,
.lotto-lucky-game .row-header .header-rules-text,
.lotto-winning-numbers .row-header .header-rules-text {
  color: #ffffff;
  display: inline-block;
}
.lotto-classic-game .number-picker-container,
.lotto-system-game .number-picker-container,
.lotto-lucky-game .number-picker-container,
.lotto-winning-numbers .number-picker-container {
  margin: 0 -1.9%;
  position: relative;
  white-space: normal;
  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) {
  .lotto-classic-game .number-picker-container,
  .lotto-system-game .number-picker-container,
  .lotto-lucky-game .number-picker-container,
  .lotto-winning-numbers .number-picker-container {
    margin: 0 -1rem;
  }
}
.lotto-classic-game .number-picker-container .cell,
.lotto-system-game .number-picker-container .cell,
.lotto-lucky-game .number-picker-container .cell,
.lotto-winning-numbers .number-picker-container .cell {
  width: 9.868vw;
  height: 9.868vw;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1.356vw;
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .number-picker-container .cell,
  .lotto-system-game .number-picker-container .cell,
  .lotto-lucky-game .number-picker-container .cell,
  .lotto-winning-numbers .number-picker-container .cell {
    width: calc(16.666% - 16px);
    height: 8vw;
    margin: 8px;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-container .cell,
  .lotto-system-game .number-picker-container .cell,
  .lotto-lucky-game .number-picker-container .cell,
  .lotto-winning-numbers .number-picker-container .cell {
    width: 4.6rem;
    height: 0;
    padding-top: 4.6rem;
    margin: 1rem;
    cursor: pointer;
  }
}
.lotto-classic-game .number-picker-container .cell:after,
.lotto-system-game .number-picker-container .cell:after,
.lotto-lucky-game .number-picker-container .cell:after,
.lotto-winning-numbers .number-picker-container .cell:after {
  content: '';
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: -1vw;
  bottom: -1vw;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-container .cell:after,
  .lotto-system-game .number-picker-container .cell:after,
  .lotto-lucky-game .number-picker-container .cell:after,
  .lotto-winning-numbers .number-picker-container .cell:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-container .cell:hover .back-face,
  .lotto-system-game .number-picker-container .cell:hover .back-face,
  .lotto-lucky-game .number-picker-container .cell:hover .back-face,
  .lotto-winning-numbers .number-picker-container .cell:hover .back-face,
  .lotto-classic-game .number-picker-container .cell:hover .front-face,
  .lotto-system-game .number-picker-container .cell:hover .front-face,
  .lotto-lucky-game .number-picker-container .cell:hover .front-face,
  .lotto-winning-numbers .number-picker-container .cell:hover .front-face {
    transform: scale(1.2);
  }
}
.lotto-classic-game .number-picker-container .cell .back-face,
.lotto-system-game .number-picker-container .cell .back-face,
.lotto-lucky-game .number-picker-container .cell .back-face,
.lotto-winning-numbers .number-picker-container .cell .back-face,
.lotto-classic-game .number-picker-container .cell .front-face,
.lotto-system-game .number-picker-container .cell .front-face,
.lotto-lucky-game .number-picker-container .cell .front-face,
.lotto-winning-numbers .number-picker-container .cell .front-face {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: transform 0.1s linear;
}
.lotto-classic-game .number-picker-container .cell .back-face .number,
.lotto-system-game .number-picker-container .cell .back-face .number,
.lotto-lucky-game .number-picker-container .cell .back-face .number,
.lotto-winning-numbers .number-picker-container .cell .back-face .number,
.lotto-classic-game .number-picker-container .cell .front-face .number,
.lotto-system-game .number-picker-container .cell .front-face .number,
.lotto-lucky-game .number-picker-container .cell .front-face .number,
.lotto-winning-numbers .number-picker-container .cell .front-face .number {
  width: 9.868vw;
  height: 9.868vw;
  font-size: 4vw;
  line-height: 250%;
  font-weight: 600;
  text-indent: 0.1rem;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 950px) {
  .lotto-classic-game .number-picker-container .cell .back-face .number,
  .lotto-system-game .number-picker-container .cell .back-face .number,
  .lotto-lucky-game .number-picker-container .cell .back-face .number,
  .lotto-winning-numbers .number-picker-container .cell .back-face .number,
  .lotto-classic-game .number-picker-container .cell .front-face .number,
  .lotto-system-game .number-picker-container .cell .front-face .number,
  .lotto-lucky-game .number-picker-container .cell .front-face .number,
  .lotto-winning-numbers .number-picker-container .cell .front-face .number {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.8rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game .number-picker-container .cell .back-face .number,
  .lotto-system-game .number-picker-container .cell .back-face .number,
  .lotto-lucky-game .number-picker-container .cell .back-face .number,
  .lotto-winning-numbers .number-picker-container .cell .back-face .number,
  .lotto-classic-game .number-picker-container .cell .front-face .number,
  .lotto-system-game .number-picker-container .cell .front-face .number,
  .lotto-lucky-game .number-picker-container .cell .front-face .number,
  .lotto-winning-numbers .number-picker-container .cell .front-face .number {
    font-size: 3vw;
    line-height: 8vw;
    height: 8vw;
    width: 100%;
  }
}
.lotto-classic-game .number-picker-container .cell .front-face,
.lotto-system-game .number-picker-container .cell .front-face,
.lotto-lucky-game .number-picker-container .cell .front-face,
.lotto-winning-numbers .number-picker-container .cell .front-face {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #a30003;
}
.lotto-classic-game .number-picker-container .cell .back-face,
.lotto-system-game .number-picker-container .cell .back-face,
.lotto-lucky-game .number-picker-container .cell .back-face,
.lotto-winning-numbers .number-picker-container .cell .back-face {
  width: 0;
  height: 0;
  background-color: #fff;
  color: #2b2b2b;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress {
  transform: translateZ(0);
}
@keyframes lotto-select-face-animation {
  0% {
    width: 100%;
    height: 100%;
  }
  99.999% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes lotto-select-back-animation {
  0% {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1;
  }
  60% {
    width: 100%;
    height: 100%;
    margin: -50%;
  }
  70% {
    width: 140%;
    height: 140%;
    margin: -70%;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
  }
}
@keyframes lotto-select-back-number-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.769);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lotto-deselect-face-animation {
  0% {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
    z-index: 1;
  }
}
@keyframes lotto-deselect-back-animation {
  0% {
    width: 100%;
    height: 100%;
  }
  99.999% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@media (min-width: 950px) {
  @keyframes lotto-flip-face-animation {
    0% {
      color: #fff;
      background-color: #a30003;
    }
    35% {
      color: #fff;
      background-color: #a30003;
    }
    65% {
      color: #fff;
      background-color: #a30003;
    }
    80% {
      color: #2b2b2b;
      background-color: #fff;
    }
    100% {
      color: #2b2b2b;
      background-color: #fff;
    }
  }
  @keyframes lotto-reverse-flip-face-animation {
    0% {
      color: #2b2b2b;
      background-color: #fff;
    }
    35% {
      color: #2b2b2b;
      background-color: #fff;
    }
    65% {
      color: #2b2b2b;
      background-color: #fff;
    }
    80% {
      color: #fff;
      background-color: #a30003;
    }
    100% {
      color: #fff;
      background-color: #a30003;
    }
  }
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress .front-face,
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress .back-face {
  position: absolute;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation: lotto-flip-face-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face {
  animation: lotto-select-face-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face {
  animation: lotto-select-back-animation 0.4s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation: lotto-reverse-flip-face-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face {
  animation: lotto-deselect-face-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face {
  animation: lotto-deselect-back-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.active .number,
.lotto-system-game .number-picker-container .cell.active .number,
.lotto-lucky-game .number-picker-container .cell.active .number,
.lotto-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) {
  .lotto-classic-game .number-picker-container .cell.active .number,
  .lotto-system-game .number-picker-container .cell.active .number,
  .lotto-lucky-game .number-picker-container .cell.active .number,
  .lotto-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);
  }
}
.lotto-classic-game .number-picker-container .cell .bubles-container,
.lotto-system-game .number-picker-container .cell .bubles-container,
.lotto-lucky-game .number-picker-container .cell .bubles-container,
.lotto-winning-numbers .number-picker-container .cell .bubles-container {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
}
@keyframes lotto-buble-1-1-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3D(-3rem, -1.5rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-4rem, -2.5rem, 0);
    opacity: 0;
  }
}
@keyframes lotto-buble-1-2-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 2.5rem;
    height: 2.5rem;
    transform: translate3D(1.4rem, 1rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(2.4rem, 2rem, 0);
    opacity: 0;
  }
}
@keyframes lotto-buble-1-3-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 2.2rem;
    height: 2.2rem;
    transform: translate3D(1.4rem, -3.9rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(2.6rem, -4.2rem, 0);
    opacity: 0;
  }
}
@keyframes lotto-buble-1-4-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 3rem;
    height: 3rem;
    transform: translate3D(-3.9rem, 1.2rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-4.3rem, 1.8rem, 0);
    opacity: 0;
  }
}
@keyframes lotto-buble-1-5-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 1.8rem;
    height: 1.8rem;
    transform: translate3D(-2.1rem, -3.5rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-2.3rem, -4rem, 0);
    opacity: 0;
  }
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr,
.lotto-system-game .number-picker-container .cell .bubles-container hr,
.lotto-lucky-game .number-picker-container .cell .bubles-container hr,
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr {
  background-color: #fff;
  border: none;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  transition: transform 0.25s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.lotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.lotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(1) {
  animation: lotto-buble-1-1-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.lotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.lotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(2) {
  animation: lotto-buble-1-2-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.lotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.lotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(3) {
  animation: lotto-buble-1-3-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.lotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.lotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(4) {
  animation: lotto-buble-1-4-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.lotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.lotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.lotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(5) {
  animation: lotto-buble-1-5-animation 0.25s forwards linear;
}
@keyframes lotto-face-1-1-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.lotto-classic-game .number-picker-container .cell .bubles-container span,
.lotto-system-game .number-picker-container .cell .bubles-container span,
.lotto-lucky-game .number-picker-container .cell .bubles-container span,
.lotto-winning-numbers .number-picker-container .cell .bubles-container span {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
}
.lotto-classic-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.lotto-system-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.lotto-lucky-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.lotto-winning-numbers .number-picker-container .cell .bubles-container span:nth-of-type(1) {
  animation: lotto-face-1-1-animation 0.25s forwards linear;
}
.lotto-classic-game .number-picker-container .cell.selected .front-face,
.lotto-system-game .number-picker-container .cell.selected .front-face,
.lotto-lucky-game .number-picker-container .cell.selected .front-face,
.lotto-winning-numbers .number-picker-container .cell.selected .front-face {
  width: 0;
  height: 0;
}
.lotto-classic-game .number-picker-container .cell.selected .back-face,
.lotto-system-game .number-picker-container .cell.selected .back-face,
.lotto-lucky-game .number-picker-container .cell.selected .back-face,
.lotto-winning-numbers .number-picker-container .cell.selected .back-face {
  width: 100%;
  height: 100%;
}
.lotto-classic-game .number-picker-container .cell.selected .bubles-container hr,
.lotto-system-game .number-picker-container .cell.selected .bubles-container hr,
.lotto-lucky-game .number-picker-container .cell.selected .bubles-container hr,
.lotto-winning-numbers .number-picker-container .cell.selected .bubles-container hr {
  background-color: #a30003;
}



.lotto-system-game-header {
  background-color: #7c0001;
  overflow: hidden;
}
@media (min-width: 950px) {
  .lotto-system-game-header {
    height: 7rem;
  }
}
.lotto-system-game-header .game-navigation-wrapper {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
.lotto-system-game-header .game-navigation-wrapper .game-navigation-item {
  color: #e8999b;
  text-align: center;
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5.5vw 0 5.4vw;
  display: table-cell;
  cursor: pointer;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-navigation-wrapper .game-navigation-item {
    font-size: 1.6rem;
    padding: 2.4rem 0 2.4rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-system-game-header .game-navigation-wrapper .game-navigation-item {
    font-size: 2.5vw;
    padding: 2.5vw 0;
  }
}
.lotto-system-game-header .game-navigation-wrapper .game-navigation-item.active {
  color: #fff;
  background-color: #950002;
}
.lotto-system-game-header .game-switch-wrapper {
  background-color: #950002;
  position: relative;
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper {
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
  overflow-x: auto;
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
  display: inline-block;
  padding-right: 6vw;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
    padding-right: 0;
  }
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  color: #e8999b;
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5.5vw 0 5.3vw;
  margin: 0 0 0 6vw;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 1.6rem;
    padding: 2.4rem 0 2.4rem;
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 2.5vw;
    padding: 2.5vw 0;
  }
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
  margin: 0 0 0 6vw;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
  .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
    margin: 0 9.5rem 0 2.5rem;
  }
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title {
  cursor: default;
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  cursor: pointer;
}
.lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item.active {
  color: #fff;
}
.lotto-system-game-header .game-switch-wrapper .switch-button {
  width: 11vw;
  height: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.2s linear;
  z-index: 1;
  cursor: pointer;
  will-change: transform;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-button {
    width: 11rem;
    height: 7rem;
  }
}
.lotto-system-game-header .game-switch-wrapper .switch-button.next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(149, 0, 2, 0) 0%, #950002 100%);
  background: -webkit-linear-gradient(left, rgba(149, 0, 2, 0) 0%, #950002 100%);
  background: linear-gradient(to right, rgba(149, 0, 2, 0) 0%, #950002 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00950002', endColorstr='#950002', GradientType=1);
  transform: translate3d(100%, 0, 0);
}
.lotto-system-game-header .game-switch-wrapper .switch-button.next:hover .icon {
  transform: translate3d(0, -50%, 0);
}
.lotto-system-game-header .game-switch-wrapper .switch-button.prev {
  left: 0;
  background: -moz-linear-gradient(left, #950002 0%, rgba(149, 0, 2, 0) 100%);
  background: -webkit-linear-gradient(left, #950002 0%, rgba(149, 0, 2, 0) 100%);
  background: linear-gradient(to right, #950002 0%, rgba(149, 0, 2, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#950002', endColorstr='#00950002', GradientType=1);
  transform: translate3d(-100%, 0, 0);
}
.lotto-system-game-header .game-switch-wrapper .switch-button.prev:hover .icon {
  transform: translate3d(-100%, -50%, 0);
}
.lotto-system-game-header .game-switch-wrapper .switch-button.active {
  transform: translate3d(0, 0, 0);
}
.lotto-system-game-header .game-switch-wrapper .switch-button .icon {
  width: 2.133vw;
  height: 3.466vw;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .lotto-system-game-header .game-switch-wrapper .switch-button .icon {
    width: 2rem;
    height: 3rem;
  }
}
.lotto-system-game-header.overflown-left .game-switch-wrapper .switch-button.prev {
  transform: translate3d(0, 0, 0);
}
.lotto-system-game-header.overflown-right .game-switch-wrapper .switch-button.next {
  transform: translate3d(0, 0, 0);
}



.lotto-game-tabs-wrapper {
  background-color: #7c0001;
}
.lotto-game-tabs-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lotto-game-tabs-wrapper .tabs-navigation {
  width: 14vw;
  display: inline-block;
  float: left;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-navigation {
    width: 7rem;
  }
}
.lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item {
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
  width: 4.8vw;
  height: 4.8vw;
  text-align: center;
  fill: #e8999b;
  color: #e8999b;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 768px) {
  .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active {
  background-color: #E11E00;
}
.lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon {
  fill: #fff;
  color: #fff;
}
.lotto-game-tabs-wrapper .tabs-container {
  width: 86vw;
  font-size: 0;
  background-color: #E11E00;
  overflow: hidden;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container {
    width: calc(100% - 7rem);
  }
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container {
    width: calc(100% - 6rem);
    margin: auto;
    overflow: hidden;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
  width: 72.8vw;
  font-size: 3.733vw;
  color: #fff;
  padding: 0.6vw 0 1.9vw;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
    font-size: 1.8rem;
  }
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
    width: 100%;
    font-size: 2.8rem;
    padding: 0 0 1.8rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 4.8vw 0 4.4vw;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
    font-size: 1.6rem;
    padding: 2.5rem 0 2.5rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
  font-size: 3.733vw;
  line-height: 1.3;
  margin: 0;
  padding: 2.9vw 0 1vw;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
    width: 58.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2.5rem 0 0.6rem;
    margin: auto;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
  margin: 0;
  padding: 4vw 0;
  list-style-type: none;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
    width: 58.5rem;
    font-size: 1.6rem;
    padding: 2rem 0 1.8rem;
    margin: auto;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
  counter-increment: custom-counter;
  position: relative;
  padding: 7.7vw 0 4.8vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
    padding: 3.7rem 0 2.4rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
  content: counter(custom-counter);
  width: 6vw;
  height: 6vw;
  font-size: 2.933vw;
  font-weight: bold;
  color: #2b2b2b;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 2.2;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table {
  width: 100%;
  border-collapse: inherit;
  overflow: hidden;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table {
    width: 45rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
  background-color: #dddddd;
  font-size: 3.2vw;
  color: #4f5254;
  padding: 3vw 0 3vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
    font-size: 1.6rem;
    padding: 1.8rem 0 1.7rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
  width: 39%;
  border-right: 0.2rem solid rgba(163, 166, 171, 0.4);
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
    width: 40%;
    border-right: 0.1rem solid rgba(163, 166, 171, 0.4);
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
  font-size: 3.2vw;
  color: #4f5254;
  padding: 3.4vw 0 3.3vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
    font-size: 1.5rem;
    padding: 1.6rem 0 1.6rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
  border-right: 0.2rem solid rgba(163, 166, 171, 0.4);
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
    border-right: 0.1rem solid rgba(163, 166, 171, 0.4);
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
  max-height: 570vw;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
    max-height: 268rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper {
  text-align: center;
  height: 15rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  background: -webkit-linear-gradient(top, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  background: linear-gradient(to bottom, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50005', endColorstr='#c50005', GradientType=0);
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper .btn {
  position: relative;
  bottom: -7rem;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active {
  padding-bottom: 16rem;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .simple-custom-table {
  margin-bottom: 14rem;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper {
  bottom: -1rem;
}
.lotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper .btn {
  bottom: -5rem;
}
.lotto-game-tabs-wrapper .tabs-container .accordions-container {
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  line-height: 1.3;
  margin: 3.2vw auto 4.8vw;
}
@media (min-width: 768px) {
  .lotto-game-tabs-wrapper .tabs-container .accordions-container {
    width: 45rem;
    margin: 1.7rem auto 2.2rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordions-container .print-button {
  font-size: 0;
  line-height: 0;
  background-color: #950002;
  float: right;
  border-radius: 6px 6px 0 0;
  padding: 2vw 3vw 3vw;
  margin-bottom: -1vw;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: transform 0.1s ease-out;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordions-container .print-button {
    padding: 1rem 1.5rem 2rem;
    margin-bottom: -0.5rem;
    bottom: -0.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
  width: 4vw;
  height: 4vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordions-container .print-button:hover {
    transform: translate3d(0, -0.5rem, 0);
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
  font-size: 3.733vw;
  color: #fff;
  background-color: #950002;
  padding: 2.2vw 0 3.668vw;
  border-radius: 6px 6px 0 0;
  clear: both;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
    font-size: 1.6rem;
    padding: 1.7rem 0 1.9rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper {
  line-height: 1.3;
  border-bottom: 0.2rem solid #fff;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper {
    border-bottom: 0.1rem solid #fff;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
  text-align: left;
  background-color: #f1f2f2;
  padding: 4.27vw 8vw 4.265vw 4vw;
  position: relative;
  cursor: pointer;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
    padding: 0.4rem 3rem 1rem 2rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
  font-size: 3.733vw;
  font-weight: bold;
  color: #4f5254;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
    font-size: 1.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  top: 5.7vw;
  right: 3.966vw;
  fill: #777a7f;
  overflow: visible;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
    width: 1.3rem;
    height: 1.3rem;
    top: 2.3rem;
    right: 1.9rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon use {
  transition: transform 0.25s linear, opacity 0.25s linear;
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
  transform: translateY(-0.7vw);
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
    transform: translateY(-0.5rem);
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .close {
  opacity: 0;
  transform: translateY(-150%);
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s linear;
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.2vw;
  color: #4f5254;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
    font-size: 1.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
  border-bottom: 0.2rem solid #f1f2f2;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
    border-bottom: 0.1rem solid #f1f2f2;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
  padding: 2.6vw 0 3.9vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
    padding: 1.6rem 0 1.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
  display: none;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
    display: inline-block;
    padding-left: 0.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
  padding-top: 2.5vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
    padding-top: 1.4rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.4vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.7rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
  width: 17.25%;
  padding-top: 1vw;
  padding-bottom: 0.9vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
    width: 18.5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
  width: 31%;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
    width: 26%;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.733vw;
  color: #4f5254;
  text-align: left;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
    font-size: 1.5rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
  width: 78%;
  padding: 2.8vw 0 2.8vw 4vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
    width: 88%;
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
  width: 22%;
  padding: 2.8vw 0;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
    width: 12%;
    padding: 1.6rem 0;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
  padding: 4.5vw 0 3.3vw 4vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
  padding: 4.5vw 0 3.3vw 0;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
    padding: 1.6rem 0;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
  padding: 3.3vw 0 4vw 4vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
  padding: 3.3vw 0 4vw 0;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
    padding: 1.6rem 0;
  }
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .arrow-down {
  opacity: 0;
  transform: translateY(150%);
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .close {
  opacity: 1;
  transform: translateY(-0.4rem);
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child {
  border-bottom: none;
}
.lotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.6vw;
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 67.8%;
  }
}
@media (min-width: 950px) {
  .lotto-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 57.4rem;
  }
}



@keyframes lotto-shake-overlay-slide-animation {
  0% {
    transform: translateX(0);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.lotto-classic-game .shake-overlay-wrapper,
.lotto-system-game .shake-overlay-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #E11E00;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  animation: lotto-shake-overlay-slide-animation 4s linear forwards;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper {
  position: relative;
  transform: translateY(25vh);
}
@keyframes lotto-phone-shake-animation {
  0% {
    visibility: visible;
    transform: translateY(-100%) rotate(0);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  8% {
    transform: translateY(0) rotate(0);
  }
  15% {
    transform: translateY(-25%) rotate(0);
  }
  25% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-10%) rotate(0);
  }
  35% {
    transform: translateY(0) rotate(0);
  }
  37.5% {
    transform: translateY(-5%) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  42.5% {
    transform: rotate(20deg);
  }
  45% {
    transform: rotate(0);
  }
  47.5% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0);
  }
  52.5% {
    transform: rotate(20deg);
  }
  55% {
    transform: rotate(0);
  }
  57.5% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(0);
  }
  62.5% {
    transform: rotate(20deg);
  }
  65% {
    transform: rotate(0);
  }
  67.5% {
    transform: rotate(-20deg);
  }
  70% {
    transform: rotate(0);
  }
  72.5% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(0);
  }
  77.5% {
    transform: rotate(-15deg);
  }
  80% {
    transform: rotate(0);
  }
  82.5% {
    transform: rotate(15deg);
  }
  85% {
    transform: rotate(0);
  }
  87.5% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(0);
  }
  92.5% {
    transform: rotate(10deg);
  }
  95% {
    transform: rotate(0);
  }
  97.5% {
    transform: rotate(-10deg);
  }
  100% {
    visibility: visible;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes lotto-phone-shadow-animation {
  0% {
    transform: translateY(-200%) scale(0.5);
    opacity: 0;
  }
  15% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateY(-75%) scale(0.7);
    opacity: 0.6;
  }
  40% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-25%) scale(0.9);
    opacity: 0.8;
  }
  60% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper {
  width: 26vw;
  position: relative;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  animation: lotto-phone-shake-animation 2.5s 0.7s linear forwards;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape {
  width: 26vw;
  height: 46.666vw;
  fill: #fff;
  position: relative;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines {
  width: 4.733vw;
  height: 9.333vw;
  position: absolute;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  content: '';
  width: 1.333vw;
  background-color: #950002;
  position: absolute;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before {
  height: 100%;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  height: 70%;
  top: 15%;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type {
  top: 6.666vw;
  left: -7.666vw;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before {
  right: 0;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after {
  left: 0;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type {
  bottom: 6.666vw;
  right: -7.666vw;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before {
  left: 0;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after {
  right: 0;
}
.lotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shadow,
.lotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shadow {
  width: 26vw;
  height: 2.5vw;
  background-color: #950002;
  border-radius: 50%;
  position: absolute;
  bottom: -7.5vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation: lotto-phone-shadow-animation 1.4s 0.7s linear forwards;
}
@keyframes lotto-shake-text-animation {
  0% {
    transform: translateY(-50vh) scale(1.4);
  }
  10% {
    transform: translateY(-50vh) scale(1.4);
  }
  20% {
    transform: translateY(-50vh) scale(1.6);
  }
  30% {
    transform: translateY(-50vh) scale(1.4);
  }
  40% {
    transform: translateY(-50vh) scale(1.6);
  }
  50% {
    transform: translateY(-50vh) scale(1.4);
  }
  100% {
    transform: translateY(-10vh) scale(1);
  }
}
.lotto-classic-game .shake-overlay-wrapper .shake-overlay-text,
.lotto-system-game .shake-overlay-wrapper .shake-overlay-text {
  width: 60%;
  font-size: 5.6vw;
  line-height: 1.3;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50vw) scale(1);
  animation: lotto-shake-text-animation 0.5s 0.1s linear forwards;
}
@keyframes lotto-shake-overlay-remove-animation {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.lotto-classic-game .shake-overlay-wrapper.remove,
.lotto-system-game .shake-overlay-wrapper.remove {
  animation: lotto-shake-overlay-slide-animation 1s forwards linear;
}



.lotto-classic-game-overlay,
.lotto-lightning-game-overlay,
.lotto-system-game-overlay,
.lotto-lucky-game-overlay,
.lotto-coupon-overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: lotto-overlay-background-animation 0.3s forwards linear;
  -moz-animation: lotto-overlay-background-animation 0.3s forwards linear;
  -ms-animation: lotto-overlay-background-animation 0.3s forwards linear;
  animation: lotto-overlay-background-animation 0.3s forwards linear;
}
@-webkit-keyframes lotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes lotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-ms-keyframes lotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes lotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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 lotto-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;
  }
}
.lotto-classic-game-overlay .pannel,
.lotto-lightning-game-overlay .pannel,
.lotto-system-game-overlay .pannel,
.lotto-lucky-game-overlay .pannel,
.lotto-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: lotto-overlay-panel-animation 0.3s forwards linear;
  -moz-animation: lotto-overlay-panel-animation 0.3s forwards linear;
  -ms-animation: lotto-overlay-panel-animation 0.3s forwards linear;
  animation: lotto-overlay-panel-animation 0.3s forwards linear;
}
@media (min-width: 950px) {
  .lotto-classic-game-overlay .pannel,
  .lotto-lightning-game-overlay .pannel,
  .lotto-system-game-overlay .pannel,
  .lotto-lucky-game-overlay .pannel,
  .lotto-coupon-overlay .pannel {
    width: 30rem;
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game-overlay .pannel,
  .lotto-lightning-game-overlay .pannel,
  .lotto-system-game-overlay .pannel,
  .lotto-lucky-game-overlay .pannel,
  .lotto-coupon-overlay .pannel {
    max-width: 500px;
  }
}
.lotto-classic-game-overlay .icon-wrapper,
.lotto-lightning-game-overlay .icon-wrapper,
.lotto-system-game-overlay .icon-wrapper,
.lotto-lucky-game-overlay .icon-wrapper,
.lotto-coupon-overlay .icon-wrapper {
  width: 17.334vw;
  height: 17.334vw;
  background-color: #E11E00;
  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;
}
.lotto-classic-game-overlay .icon-wrapper > .icon,
.lotto-lightning-game-overlay .icon-wrapper > .icon,
.lotto-system-game-overlay .icon-wrapper > .icon,
.lotto-lucky-game-overlay .icon-wrapper > .icon,
.lotto-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) {
  .lotto-classic-game-overlay .icon-wrapper > .icon,
  .lotto-lightning-game-overlay .icon-wrapper > .icon,
  .lotto-system-game-overlay .icon-wrapper > .icon,
  .lotto-lucky-game-overlay .icon-wrapper > .icon,
  .lotto-coupon-overlay .icon-wrapper > .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (min-width: 950px) {
  .lotto-classic-game-overlay .icon-wrapper,
  .lotto-lightning-game-overlay .icon-wrapper,
  .lotto-system-game-overlay .icon-wrapper,
  .lotto-lucky-game-overlay .icon-wrapper,
  .lotto-coupon-overlay .icon-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.lotto-classic-game-overlay .headline,
.lotto-lightning-game-overlay .headline,
.lotto-system-game-overlay .headline,
.lotto-lucky-game-overlay .headline,
.lotto-coupon-overlay .headline {
  font-size: 6.666vw;
  font-weight: bold;
  text-transform: uppercase;
  color: #E11E00;
  margin: 3.5vw 0 0;
}
@media (min-width: 950px) {
  .lotto-classic-game-overlay .headline,
  .lotto-lightning-game-overlay .headline,
  .lotto-system-game-overlay .headline,
  .lotto-lucky-game-overlay .headline,
  .lotto-coupon-overlay .headline {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0.3rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game-overlay .headline,
  .lotto-lightning-game-overlay .headline,
  .lotto-system-game-overlay .headline,
  .lotto-lucky-game-overlay .headline,
  .lotto-coupon-overlay .headline {
    font-size: 4.5vw;
  }
}
.lotto-classic-game-overlay .text,
.lotto-lightning-game-overlay .text,
.lotto-system-game-overlay .text,
.lotto-lucky-game-overlay .text,
.lotto-coupon-overlay .text {
  font-size: 3vw;
  margin: 3vw 0 0;
}
@media (min-width: 950px) {
  .lotto-classic-game-overlay .text,
  .lotto-lightning-game-overlay .text,
  .lotto-system-game-overlay .text,
  .lotto-lucky-game-overlay .text,
  .lotto-coupon-overlay .text {
    font-size: 1.5rem;
    margin: 0.3rem 1.5rem 1.5rem;
  }
}
.lotto-classic-game-overlay .buttons,
.lotto-lightning-game-overlay .buttons,
.lotto-system-game-overlay .buttons,
.lotto-lucky-game-overlay .buttons,
.lotto-coupon-overlay .buttons {
  margin: 4.5vw 0 0;
}
.lotto-classic-game-overlay .buttons:after,
.lotto-lightning-game-overlay .buttons:after,
.lotto-system-game-overlay .buttons:after,
.lotto-lucky-game-overlay .buttons:after,
.lotto-coupon-overlay .buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lotto-classic-game-overlay .buttons .btn,
.lotto-lightning-game-overlay .buttons .btn,
.lotto-system-game-overlay .buttons .btn,
.lotto-lucky-game-overlay .buttons .btn,
.lotto-coupon-overlay .buttons .btn {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 0.3rem;
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-classic-game-overlay .buttons .btn,
  .lotto-lightning-game-overlay .buttons .btn,
  .lotto-system-game-overlay .buttons .btn,
  .lotto-lucky-game-overlay .buttons .btn,
  .lotto-coupon-overlay .buttons .btn {
    min-width: 0;
    font-size: 2rem;
  }
}
.lotto-classic-game-overlay .buttons > .btn:first-child,
.lotto-lightning-game-overlay .buttons > .btn:first-child,
.lotto-system-game-overlay .buttons > .btn:first-child,
.lotto-lucky-game-overlay .buttons > .btn:first-child,
.lotto-coupon-overlay .buttons > .btn:first-child {
  float: left;
}
.lotto-classic-game-overlay .buttons > .btn:last-child,
.lotto-lightning-game-overlay .buttons > .btn:last-child,
.lotto-system-game-overlay .buttons > .btn:last-child,
.lotto-lucky-game-overlay .buttons > .btn:last-child,
.lotto-coupon-overlay .buttons > .btn:last-child {
  float: right;
}
@media (min-width: 950px) {
  .lotto-classic-game-overlay .buttons,
  .lotto-lightning-game-overlay .buttons,
  .lotto-system-game-overlay .buttons,
  .lotto-lucky-game-overlay .buttons,
  .lotto-coupon-overlay .buttons {
    margin: 1.5rem 0 0;
  }
  .lotto-classic-game-overlay .buttons .btn,
  .lotto-lightning-game-overlay .buttons .btn,
  .lotto-system-game-overlay .buttons .btn,
  .lotto-lucky-game-overlay .buttons .btn,
  .lotto-coupon-overlay .buttons .btn {
    width: 12.4rem;
  }
  .lotto-classic-game-overlay .buttons > .btn:first-child,
  .lotto-lightning-game-overlay .buttons > .btn:first-child,
  .lotto-system-game-overlay .buttons > .btn:first-child,
  .lotto-lucky-game-overlay .buttons > .btn:first-child,
  .lotto-coupon-overlay .buttons > .btn:first-child {
    float: none;
    margin-right: 0.5rem;
  }
  .lotto-classic-game-overlay .buttons > .btn:last-child,
  .lotto-lightning-game-overlay .buttons > .btn:last-child,
  .lotto-system-game-overlay .buttons > .btn:last-child,
  .lotto-lucky-game-overlay .buttons > .btn:last-child,
  .lotto-coupon-overlay .buttons > .btn:last-child {
    float: none;
    margin-left: 0.5rem;
  }
}
.lotto-classic-game-overlay.remove-overlay,
.lotto-lightning-game-overlay.remove-overlay,
.lotto-system-game-overlay.remove-overlay,
.lotto-lucky-game-overlay.remove-overlay,
.lotto-coupon-overlay.remove-overlay {
  -webkit-animation: lotto-overlay-background-animation 0.15s reverse linear;
  -moz-animation: lotto-overlay-background-animation 0.15s reverse linear;
  -ms-animation: lotto-overlay-background-animation 0.15s reverse linear;
  animation: lotto-overlay-background-animation 0.15s reverse linear;
}
.lotto-classic-game-overlay.remove-overlay .pannel,
.lotto-lightning-game-overlay.remove-overlay .pannel,
.lotto-system-game-overlay.remove-overlay .pannel,
.lotto-lucky-game-overlay.remove-overlay .pannel,
.lotto-coupon-overlay.remove-overlay .pannel {
  -webkit-animation: lotto-overlay-panel-remove-animation 0.15s forwards linear;
  -moz-animation: lotto-overlay-panel-remove-animation 0.15s forwards linear;
  -ms-animation: lotto-overlay-panel-remove-animation 0.15s forwards linear;
  animation: lotto-overlay-panel-remove-animation 0.15s forwards linear;
}
.lotto-coupon-overlay .pannel {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 950px) {
  .lotto-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 .lotto-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 .lotto-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.lotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  background-color: #E11E00;
  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) {
  .lotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.ios-device .lotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  height: 100%;
  opacity: 1;
  overflow: visible;
  animation: none;
}
@media (min-width: 950px) {
  .ios-device .lotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: none;
  }
}
.lotto-coupon-overlay .pannel .buttons {
  margin: 3vw 4vw 4vw;
}
@media (min-width: 950px) {
  .lotto-coupon-overlay .pannel .buttons {
    margin: 1.5rem 2rem 2rem;
  }
}
.lotto-coupon-overlay .pannel .buttons .btn {
  width: 35vw;
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .lotto-coupon-overlay .pannel .buttons .btn:hover {
    background-color: #f5d900;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .lotto-coupon-overlay .pannel .buttons .btn {
    width: 21rem;
  }
}
@media (min-width: 950px) {
  .lotto-coupon-overlay .pannel .buttons .btn {
    width: 15rem;
  }
}
@-webkit-keyframes lotto-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 lotto-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 lotto-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 lotto-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: lotto-overlay-active-animation 0.3s forwards linear;
  -moz-animation: lotto-overlay-active-animation 0.3s forwards linear;
  -ms-animation: lotto-overlay-active-animation 0.3s forwards linear;
  animation: lotto-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  -webkit-animation: lotto-overlay-active-animation 0.15s reverse linear;
  -moz-animation: lotto-overlay-active-animation 0.15s reverse linear;
  -ms-animation: lotto-overlay-active-animation 0.15s reverse linear;
  animation: lotto-overlay-active-animation 0.15s reverse linear;
}



.eurojackpot-classic-game {
  background-color: white;
}
.eurojackpot-classic-game .eurojackpot-content-wrapper {
  width: 100vw;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .eurojackpot-content-wrapper {
    width: 100%;
    overflow: visible;
  }
}
.eurojackpot-classic-game .rows-container {
  height: 229.87vw;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 4.8vw;
  position: relative;
  will-change: transform;
  transform-origin: right center;
  transition: transform 0.2s linear;
  overflow: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-container {
    height: 55.8rem;
    padding-top: 0;
    padding-bottom: 2rem;
    margin-top: -2.3rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-container {
    height: 98vw;
  }
}
@-webkit-keyframes eurojackpot-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes eurojackpot-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-right-prev-prev-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-slide-to-left-infocus-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 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 eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes eurojackpot-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(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-webkit-keyframes eurojackpot-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-slide-to-right-next-next-row-animation {
  0% {
    -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(119%, 1%, 0);
    transform: scale(0.9) translate3D(119%, 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 eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-moz-keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@-ms-keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@keyframes eurojackpot-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(-119%, 1%, 0);
    -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
    -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
    transform: scale(0.9) translate3D(-119%, 1%, 0);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
}
@media (min-width: 950px) {
  @-webkit-keyframes eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
@media (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  @-webkit-keyframes eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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 eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 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 eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 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, 1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 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, -660, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  @-webkit-keyframes eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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 eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 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 eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-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, 880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 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, 1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes eurojackpot-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 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, -880, 9, 0, 1);
      -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
.eurojackpot-classic-game .rows-container.slide-to-right {
  -webkit-animation: eurojackpot-slide-to-right-animation 0.6s forwards ease-in-out;
  -moz-animation: eurojackpot-slide-to-right-animation 0.6s forwards ease-in-out;
  -ms-animation: eurojackpot-slide-to-right-animation 0.6s forwards ease-in-out;
  animation: eurojackpot-slide-to-right-animation 0.6s forwards ease-in-out;
}
.eurojackpot-classic-game .rows-container.slide-to-right .in-focus {
  -webkit-animation: eurojackpot-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -moz-animation: eurojackpot-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -ms-animation: eurojackpot-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  animation: eurojackpot-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
}
.eurojackpot-classic-game .rows-container.slide-to-right .next-row {
  -webkit-animation: eurojackpot-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -moz-animation: eurojackpot-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -ms-animation: eurojackpot-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  animation: eurojackpot-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
}
.eurojackpot-classic-game .rows-container.slide-to-right .prev-row {
  -webkit-animation: eurojackpot-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: eurojackpot-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: eurojackpot-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  animation: eurojackpot-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
}
.eurojackpot-classic-game .rows-container.slide-to-right .prev-prev-row {
  -webkit-animation: eurojackpot-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: eurojackpot-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: eurojackpot-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  animation: eurojackpot-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
}
.eurojackpot-classic-game .rows-container.slide-to-left,
.eurojackpot-classic-game .rows-container.slide-to-left-half {
  -webkit-animation: eurojackpot-slide-to-left-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-animation 0.6s forwards linear;
}
.eurojackpot-classic-game .rows-container.slide-to-left .in-focus,
.eurojackpot-classic-game .rows-container.slide-to-left-half .in-focus {
  -webkit-animation: eurojackpot-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-infocus-row-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-infocus-row-animation 0.6s forwards linear;
}
.eurojackpot-classic-game .rows-container.slide-to-left .next-row,
.eurojackpot-classic-game .rows-container.slide-to-left-half .next-row {
  -webkit-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
}
.eurojackpot-classic-game .rows-container.slide-to-left .next-next-row,
.eurojackpot-classic-game .rows-container.slide-to-left-half .next-next-row {
  -webkit-animation: eurojackpot-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-next-next-row-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-next-next-row-animation 0.6s forwards linear;
}
.eurojackpot-classic-game .rows-container.slide-to-left .prev-row,
.eurojackpot-classic-game .rows-container.slide-to-left-half .prev-row {
  -webkit-animation: eurojackpot-slide-to-left-prev-row-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-prev-row-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-prev-row-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-prev-row-animation 0.6s forwards linear;
}
.eurojackpot-classic-game .rows-container.slide-to-left .in-focus + .next-row:not(.interacted-row):last-of-type,
.eurojackpot-classic-game .rows-container.slide-to-left-half .in-focus + .next-row:not(.interacted-row):last-of-type {
  -webkit-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: eurojackpot-slide-to-left-next-row-animation 0.6s forwards linear;
}
@-webkit-keyframes eurojackpot-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, 1500, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes eurojackpot-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, 1500, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes eurojackpot-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, 1500, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes eurojackpot-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, 1500, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1500, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.eurojackpot-classic-game .rows-container.delete-row > .in-focus {
  -webkit-animation: eurojackpot-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -moz-animation: eurojackpot-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -ms-animation: eurojackpot-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  animation: eurojackpot-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
}
.eurojackpot-classic-game .rows-container.delete-row > .in-focus + .next-row {
  -webkit-animation: eurojackpot-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -moz-animation: eurojackpot-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -ms-animation: eurojackpot-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  animation: eurojackpot-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
}
.eurojackpot-classic-game .rows-container.delete-row > .in-focus + .next-row + div {
  -webkit-animation: eurojackpot-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -moz-animation: eurojackpot-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -ms-animation: eurojackpot-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  animation: eurojackpot-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
}
.eurojackpot-classic-game .left-gradient,
.eurojackpot-classic-game .right-gradient {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .left-gradient,
  .eurojackpot-classic-game .right-gradient {
    width: 19vw;
  }
}
.eurojackpot-classic-game .left-gradient {
  left: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.eurojackpot-classic-game .right-gradient {
  right: -19vw;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  transition: right 0.25S linear;
}
.eurojackpot-classic-game .right-gradient.active {
  right: 0;
}
.eurojackpot-classic-game .rows-wrapper {
  filter: url("#rows-side-sliding-blur");
}
.eurojackpot-classic-game .row-container {
  width: 72.799%;
  padding-bottom: 1.6vw;
  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: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .row-container {
    width: 81%;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container {
    width: 81rem;
    padding-bottom: 1.9rem;
  }
}
.eurojackpot-classic-game .row-container.in-focus,
.eurojackpot-classic-game .row-container.next-row,
.eurojackpot-classic-game .row-container.prev-row,
.eurojackpot-classic-game .row-container.next-next-row,
.eurojackpot-classic-game .row-container.prev-prev-row {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  visibility: visible;
  will-change: transform, opacity;
}
.eurojackpot-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;
}
.eurojackpot-classic-game .row-container.next-row:after,
.eurojackpot-classic-game .row-container.prev-row:after,
.eurojackpot-classic-game .row-container.prev-prev-row:after,
.eurojackpot-classic-game .row-container.next-next-row:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.eurojackpot-classic-game .row-container.next-row {
  -webkit-transform: scale(0.9) translate3D(119%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(119%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(119%, 1%, 0);
  -o-transform: scale(0.9) translate3D(119%, 1%, 0);
  transform: scale(0.9) translate3D(119%, 1%, 0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
  }
}
@media (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .eurojackpot-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 660, 9, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .eurojackpot-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 880, 9, 0, 1);
  }
}
.eurojackpot-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) {
  .eurojackpot-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
  }
}
@media (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .eurojackpot-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1125, 9, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .eurojackpot-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, 1500, 9, 0, 1);
  }
}
.eurojackpot-classic-game .row-container.prev-row {
  -webkit-transform: scale(0.9) translate3D(-119%, 1%, 0);
  -moz-transform: scale(0.9) translate3D(-119%, 1%, 0);
  -ms-transform: scale(0.9) translate3D(-119%, 1%, 0);
  -o-transform: scale(0.9) translate3D(-119%, 1%, 0);
  transform: scale(0.9) translate3D(-119%, 1%, 0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
  }
}
@media (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .eurojackpot-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -660, 9, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .eurojackpot-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -880, 9, 0, 1);
  }
}
.eurojackpot-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) {
  .eurojackpot-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
  }
}
@media (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .eurojackpot-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1125, 9, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .eurojackpot-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -moz-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -ms-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    -o-transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
    transform: matrix3d(0.89, 0, 0, 0, 0, 0.89, 0, 0, 0, 0, 1, 0, -1500, 9, 0, 1);
  }
}
@-webkit-keyframes eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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);
  }
}
.eurojackpot-classic-game .row-container.shake-state .header-rules-text,
.eurojackpot-classic-game .row-container.shake-star-numbers-state .header-rules-text {
  -webkit-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  -moz-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  -ms-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  animation: eurojackpot-rules-pulse-animation 0.8s forwards;
}
.eurojackpot-classic-game .row-container.shake-state .cells-container .selected {
  -webkit-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  -moz-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  -ms-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
}
.eurojackpot-classic-game .row-container.shake-star-numbers-state .row-stars-container .selected {
  -webkit-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  -moz-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  -ms-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
}
@keyframes eurojackpot-not-completed-animation {
  0% {
    transform: scale(1);
  }
  14.28% {
    transform: scale(1.2);
  }
  28.57% {
    transform: scale(1);
  }
  42.85% {
    transform: scale(1.2);
  }
  57.13% {
    transform: scale(1);
  }
  71.41% {
    transform: scale(1.2);
  }
  85.69% {
    transform: scale(1);
  }
}
@keyframes eurojackpot-not-completed-text-animation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .row-container.row-not-completed .cell:not(.selected) {
  animation: eurojackpot-not-completed-animation 1s forwards;
}
.eurojackpot-classic-game .row-container.row-not-completed .star-box:not(.selected) {
  animation: eurojackpot-not-completed-animation 1s forwards;
}
.eurojackpot-classic-game .row-container.row-not-completed .header-rules-text {
  animation: eurojackpot-not-completed-text-animation 1s forwards;
}
@keyframes eurojackpot-cell-selection-animation-demo {
  0% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
  40% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
  }
  70% {
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    margin: -65%;
  }
  100% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
}
@keyframes eurojackpot-row-demo-animation {
  0% {
    opacity: 0.5;
    left: 0%;
  }
  20% {
    opacity: 0.9;
    left: -5%;
  }
  60% {
    opacity: 0.9;
    left: -5%;
  }
  100% {
    opacity: 0.5;
    left: 0%;
  }
}
@keyframes eurojackpot-row-demo1-animation {
  0% {
    filter: blur(0);
  }
  10% {
    filter: blur(5px);
  }
  90% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes eurojackpot-row-demo2-animation {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
.eurojackpot-classic-game .row-container.row-completed.row-blury.row-number-1 {
  animation: eurojackpot-row-demo1-animation 2.8s 1.5s linear forwards;
}
.eurojackpot-classic-game .row-container.row-completed + .row-number-2.new-row {
  animation: eurojackpot-row-demo-animation 0.7s 4s linear forwards;
}
.eurojackpot-classic-game .row-container.row-completed + .new-row {
  animation: eurojackpot-row-demo2-animation 0.7s 1.5s linear forwards;
}
.eurojackpot-classic-game .row-container.row-completed + .new-row .cell {
  perspective: 10rem;
}
@keyframes eurojackpot-check-row-demo {
  0% {
    transform: rotateY(0deg);
  }
  20% {
    transform: rotateY(-100deg) scale(1);
  }
  35% {
    transform: rotateY(-180deg) scale(1.05);
  }
  40% {
    transform: rotateY(-200deg) scale(1.1);
  }
  80% {
    transform: rotateY(-240deg) scale(1.1);
  }
  85% {
    transform: rotateY(-300deg) scale(1.05);
  }
  100% {
    transform: rotateY(-360deg) scale(1);
  }
}
@keyframes eurojackpot-check-row-demo-ie {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container {
  transform-style: preserve-3d;
  transform: rotateY(0deg) scale(1);
  animation: eurojackpot-check-row-demo 1s linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container {
    animation-name: eurojackpot-check-row-demo-ie;
  }
}
.eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container .face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container .face.front {
  visibility: visible;
  transform: rotateY(0deg);
}
@keyframes eurojackpot-check-row-back-cell-demo-ie {
  20% {
    opacity: 0;
    visibility: hidden;
  }
  60% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container .face.back {
  visibility: visible;
  transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell .cell-container .face.back {
    visibility: hidden;
    transform: rotateY(0);
    animation: eurojackpot-check-row-back-cell-demo-ie 1s linear;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+1) .cell-container {
    animation-delay: 0.73s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+2) .cell-container {
    animation-delay: 0.81s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+3) .cell-container {
    animation-delay: 0.89s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+4) .cell-container {
    animation-delay: 0.97s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+5) .cell-container {
    animation-delay: 1.05s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+6) .cell-container {
    animation-delay: 1.13s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+7) .cell-container {
    animation-delay: 1.21s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+8) .cell-container {
    animation-delay: 1.29s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+9) .cell-container {
    animation-delay: 1.37s;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-container.row-completed + .new-row .cell:nth-child(10n+10) .cell-container {
    animation-delay: 1.45s;
  }
}
.eurojackpot-classic-game .prev-row-button {
  width: 10.5vw;
  height: 32vw;
  background-color: #eeeeee;
  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: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .prev-row-button {
    width: 4.5vw;
    transform: translateY(-50%) translateX(-4.5vw);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .prev-row-button {
    width: 5rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(-5rem);
    -moz-transform: translateY(-50%) translateX(-5rem);
    -ms-transform: translateY(-50%) translateX(-5rem);
    -o-transform: translateY(-50%) translateX(-5rem);
    transform: translateY(-50%) translateX(-5rem);
    cursor: pointer;
  }
}
.eurojackpot-classic-game .prev-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  background-color: transparent;
  fill: #1f1f1f;
  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: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .prev-row-button .icon {
    width: 2vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .prev-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.2rem);
    -moz-transform: translateY(-50%) translateX(-0.2rem);
    -ms-transform: translateY(-50%) translateX(-0.2rem);
    -o-transform: translateY(-50%) translateX(-0.2rem);
    transform: translateY(-50%) translateX(-0.2rem);
  }
}
.eurojackpot-classic-game .prev-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .prev-row-button.active {
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .prev-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
.eurojackpot-classic-game .create-new-row-button,
.eurojackpot-classic-game .next-row-button {
  width: 10.5vw;
  height: 32vw;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 6px 0 0 6px;
  transform: translateY(-50%) translateX(10.5vw);
  transition: right 0.15s, transform 0.15s;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button,
  .eurojackpot-classic-game .next-row-button {
    width: 4.5vw;
    transform: translateY(-50%) translateX(4.5vw);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button,
  .eurojackpot-classic-game .next-row-button {
    width: 5rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(5rem);
    -moz-transform: translateY(-50%) translateX(5rem);
    -ms-transform: translateY(-50%) translateX(5rem);
    -o-transform: translateY(-50%) translateX(5rem);
    transform: translateY(-50%) translateX(5rem);
    cursor: pointer;
  }
}
.eurojackpot-classic-game .create-new-row-button .icon,
.eurojackpot-classic-game .next-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #1f1f1f;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-1.5vw);
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button .icon,
  .eurojackpot-classic-game .next-row-button .icon {
    width: 2vw;
    transform: translateY(-50%) translateX(-0.8vw);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button .icon,
  .eurojackpot-classic-game .next-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
.eurojackpot-classic-game .create-new-row-button.active,
.eurojackpot-classic-game .next-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button.active,
  .eurojackpot-classic-game .next-row-button.active {
    transform: translateY(-50%) translateX(0.8rem);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button.active:hover,
  .eurojackpot-classic-game .next-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button {
    width: 6.4rem;
    transform: translateY(-50%) translateX(6.4rem);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button .icon {
    -webkit-transform: translateY(-50%) translateX(-1.6rem);
    -moz-transform: translateY(-50%) translateX(-1.6rem);
    -ms-transform: translateY(-50%) translateX(-1.6rem);
    -o-transform: translateY(-50%) translateX(-1.6rem);
    transform: translateY(-50%) translateX(-1.6rem);
  }
}
@keyframes eurojackpot-create-button-demo-animation {
  0% {
    transform: translateY(-50%) translateX(6.4rem);
  }
  40% {
    background-color: rgba(235, 248, 253, 0.8);
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(2.3rem);
  }
}
.eurojackpot-classic-game .create-new-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button.active {
    -webkit-transform: translateY(-50%) translateX(2.3rem);
    -moz-transform: translateY(-50%) translateX(2.3rem);
    -ms-transform: translateY(-50%) translateX(2.3rem);
    -o-transform: translateY(-50%) translateX(2.3rem);
    transform: translateY(-50%) translateX(2.3rem);
    animation: eurojackpot-create-button-demo-animation 0.95s linear forwards;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .create-new-row-button.active:hover {
    right: 0.8rem;
  }
}
.eurojackpot-classic-game .create-new-row-button.active ~ .next-row-button.active {
  display: none;
}
@keyframes eurojackpot-create-new-row-text-animation {
  0% {
    transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  5% {
    transform: translateY(75vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  10% {
    transform: translateY(77vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(77vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(77vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(77vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes eurojackpot-create-new-row-text-animation-desktop {
  0% {
    transform: translateY(0rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  5% {
    transform: translateY(20rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  10% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
  width: 64vw;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
  animation: eurojackpot-create-new-row-text-animation 6s 2.15s linear forwards;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    top: -25%;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    width: 115%;
    transform: translateY(1rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    animation: eurojackpot-create-new-row-text-animation-desktop 6s 2.15s linear forwards;
  }
}
@keyframes eurojackpot-create-new-row-text-box-animation {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: blur(5px);
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
  font-size: 6vw;
  line-height: 1.2;
  color: #E8A332;
  background-color: #fff;
  padding: 1.3vw 2.6vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  animation: eurojackpot-create-new-row-text-box-animation 0.5s 3.6s linear forwards;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 1.5vw;
    padding: 1rem 2rem;
  }
}
@keyframes eurojackpot-create-new-row-text-arrow-animation {
  0% {
    transform: translateX(0) translateY(-50%) scale(0.2);
    opacity: 0;
  }
  40% {
    transform: translateX(40vw) translateY(-50%) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(80vw) translateY(-50%) scale(1);
    opacity: 0;
    display: none;
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
  height: 35vw;
  width: 1.5vw;
  position: absolute;
  top: 50%;
  right: 25%;
  z-index: -1;
  transform: translateX(0) translateY(-50%) scale(0.2);
  opacity: 0;
  animation: eurojackpot-create-new-row-text-arrow-animation 1s 3.5s linear forwards;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
    height: 25rem;
    right: 15%;
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  content: '';
  height: 63%;
  width: 5vw;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
  .eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
    width: 5rem;
    height: 66%;
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before {
  top: 10%;
  transform-origin: center top;
  transform: rotate(-45deg);
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  bottom: 10%;
  transform-origin: center bottom;
  transform: rotate(45deg);
}
@keyframes eurojackpot-create-new-row-blink-animation {
  0% {
    background-color: transparent;
  }
  12.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  25% {
    background-color: transparent;
  }
  37.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  50% {
    background-color: transparent;
  }
  62.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  75% {
    background-color: transparent;
  }
  87.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  100% {
    background-color: transparent;
  }
}
.eurojackpot-classic-game .row-number-2.new-row ~ .create-new-row-button.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  animation: eurojackpot-create-new-row-blink-animation 1.5s 3.5s linear forwards;
  z-index: -1;
}
.eurojackpot-classic-game .rows-list-box {
  width: 70vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 16vw;
  overflow: visible;
  background-color: #0a0a0a;
  transform: translateX(-100%);
  transition: transform 0.25s linear;
  will-change: transform;
  z-index: 2;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box {
    width: 30rem;
    bottom: 7rem;
  }
}
.eurojackpot-classic-game .rows-list-box.active {
  transition: transform 0.15s linear;
  transform: translateX(0);
}
.eurojackpot-classic-game .rows-list-box.active .toggle-button .icon-list {
  opacity: 0;
}
.eurojackpot-classic-game .rows-list-box.active .toggle-button .icon-arrow {
  opacity: 1;
}
.eurojackpot-classic-game .rows-list-box .toggle-button {
  width: 10.5vw;
  height: 10.5vw;
  background-color: #eeeeee;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
  transform: translateY(-30vw) translateX(10.5vw);
  transition: transform 0.15s, background-color 0.25s;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button {
    width: 4.5vw;
    transform: translateY(-30vw) translateX(4.5vw);
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button {
    width: 4.2rem;
    height: 7rem;
    transform: translateY(-16rem) translateX(4.2rem);
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button:hover .icon-list,
  .eurojackpot-classic-game .rows-list-box .toggle-button:hover .icon-arrow {
    transform: translateY(-50%) translateX(-50%) scale(1.3);
  }
}
.eurojackpot-classic-game .rows-list-box .toggle-button .icon-list,
.eurojackpot-classic-game .rows-list-box .toggle-button .icon-arrow {
  width: 3.8vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
  fill: #0a0a0a;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button .icon-list,
  .eurojackpot-classic-game .rows-list-box .toggle-button .icon-arrow {
    width: 2vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button .icon-list,
  .eurojackpot-classic-game .rows-list-box .toggle-button .icon-arrow {
    width: 1.7rem;
    height: 1.2rem;
  }
}
.eurojackpot-classic-game .rows-list-box .toggle-button .icon-arrow {
  opacity: 0;
}
@keyframes eurojackpot-button-count-wrapper-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.eurojackpot-classic-game .rows-list-box .toggle-button .button-count {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 1.5vw;
  user-select: none;
  border-radius: 3vw;
  background-color: #0a0a0a;
  position: absolute;
  top: -10%;
  left: 50%;
  opacity: 0;
  animation: eurojackpot-button-count-wrapper-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .toggle-button .button-count {
    min-width: 1.5rem;
    font-size: 1.4rem;
    padding: 0.05rem 0.5rem 0.1rem;
    border-radius: 1rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.eurojackpot-classic-game .rows-list-box .container .items-box {
  font-size: 0;
  position: relative;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .rows-list-header {
  font-size: 3.5vw;
  line-height: 2.6;
  color: #fff;
  text-align: center;
  background-color: #0a0a0a;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .rows-list-header {
    font-size: 1.6rem;
    line-height: 2.8;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box {
    font-size: 2.6vw;
  }
}
@keyframes eurojackpot-information-text-wrapper-fade-in-animation {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
}
@keyframes eurojackpot-information-text-wrapper-fade-out-animation {
  0% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .information-text-wrapper {
  width: 80%;
  max-height: 0;
  margin: auto;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  animation: eurojackpot-information-text-wrapper-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .information-text-wrapper {
    margin-bottom: 2rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .information-text-wrapper.remove {
  animation: eurojackpot-information-text-wrapper-fade-out-animation 0.25s linear forwards;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
  color: #fff;
  font-size: 6vw;
  font-weight: 600;
  margin-top: 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
@keyframes eurojackpot-rows-list-in-animation {
  0% {
    transform: scaleY(0);
    opacity: 0;
    margin-bottom: -4rem;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    margin-bottom: 0;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item {
  width: 100%;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding-left: 2.666vw;
  box-sizing: border-box;
  transform-origin: top;
  transition: background-color 0.25s linear;
  animation: eurojackpot-rows-list-in-animation 0.15s linear forwards;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    cursor: pointer;
    padding-left: 1.45rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    height: auto;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(odd) {
  background-color: #1f1f1f;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(even) {
  background-color: #2E3535;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item.active-row {
  background-color: #7b7b7b;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
    background-color: #a9a9a9;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner {
  width: 100%;
  margin: auto;
  position: relative;
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
  width: 30%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #fff;
  position: relative;
  float: left;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
    width: 24%;
    font-size: 1.2rem;
    line-height: 3.3;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container {
  width: 70%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container {
    width: 76%;
    font-size: 1.4rem;
    line-height: 2.8;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
  width: 1.867vw;
  height: 1.867vw;
  fill: #fff;
  position: absolute;
  top: 3.9vw;
  left: 30.4vw;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
    width: 1rem;
    height: 1rem;
    top: 1.5rem;
    left: 13rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
    position: static;
    margin: 0 2vw;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .star-numbers {
  position: absolute;
  left: 34vw;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .star-numbers {
    left: 15rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .star-numbers {
    position: static;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
  width: 8vw;
  height: 8.3vw;
  position: absolute;
  right: 0;
  top: 0.7vw;
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    width: 1rem;
    height: 1rem;
    padding: 1.45rem;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button:hover {
    transform: scale(1.4);
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    top: 1vw;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  fill: #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
  box-sizing: border-box;
  padding-left: 5vw;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
    padding-left: 3rem;
  }
}
.eurojackpot-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;
  font-size: 2.7vw;
  -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: absolute;
  top: 2.8vw;
  left: -4vw;
  line-height: 1.4;
  text-indent: 1.5vw;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.4rem;
    margin-right: 0.7rem;
    line-height: 1.6;
    text-indent: 0.95rem;
    top: 0.8rem;
    left: -2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    top: 3.3vw;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box {
  background-color: #e9e9e9;
  margin-top: -6vw;
  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;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -o-transition: -o-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  transition: transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box {
    margin-top: -3rem;
    margin-left: -1rem;
    padding: 1.5rem 2rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .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) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box:after {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #e9e9e9;
    bottom: -0.6rem;
    left: 1.3rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box .error-headline {
  font-size: 3.2vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box .error-headline {
    font-size: 1.6rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box .error-subheadline {
  font-size: 3.2vw;
  font-weight: 300;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .items-inner-box .error-message-box .error-subheadline {
    font-size: 1.5rem;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
  position: relative;
  padding: 6vw 0;
  text-align: center;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
    height: 4rem;
    padding: 2rem 0;
  }
}
@keyframes eurojackpot-quick-button-fade-in-animation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eurojackpot-quick-button-fade-out-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
  width: 90%;
  font-size: 3.734vw;
  font-weight: 600;
  color: #171717;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  padding: 3vw;
  margin: auto;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 0.15s linear;
  animation: eurojackpot-quick-button-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
    font-size: 1.6rem;
    padding: 0.9rem;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button:hover {
    background-color: #cacaca;
  }
}
.eurojackpot-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button.inactive {
  animation: eurojackpot-quick-button-fade-out-animation 0.25s linear forwards;
}
.eurojackpot-classic-game .rows-list-box .container .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) {
  .eurojackpot-classic-game .rows-list-box .container .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;
  }
}
.eurojackpot-classic-game .rows-list-box .container .button .icon-list {
  width: 3.8vw;
  height: 4vw;
  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) {
  .eurojackpot-classic-game .rows-list-box .container .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);
  }
}
.eurojackpot-classic-game .rows-list-box .container .button .icon-arrow-left {
  width: 3.8vw;
  height: 3.47vw;
  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) {
  .eurojackpot-classic-game .rows-list-box .container .button .icon-arrow-left {
    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);
  }
}
.eurojackpot-classic-game .rows-list-box .container .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) {
  .eurojackpot-classic-game .rows-list-box .container .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);
  }
}
.eurojackpot-classic-game .rows-list-box .container.active .container {
  transform: translate3d(0, 0, 0);
}
.eurojackpot-classic-game .rows-list-box .container.active .container .informations-box,
.eurojackpot-classic-game .rows-list-box .container.active .container > .headline {
  background-color: #ffffff;
}
.eurojackpot-classic-game .rows-list-box .container.active .container.single-row {
  transform: translate3d(0, 30vw, 0);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .rows-list-box .container.active .container.single-row {
    transform: translate3d(0, 8rem, 0);
  }
}
.eurojackpot-classic-game .rows-list-box .container.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) {
  .eurojackpot-classic-game .rows-list-box .container.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);
  }
}
.eurojackpot-classic-game .rows-list-box .container.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;
}
.eurojackpot-classic-game .rows-list-box .container.active .button .icon-arrow-left {
  -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) {
  .eurojackpot-classic-game .rows-list-box .container.active .button .icon-arrow-left {
    -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);
  }
}



.eurojackpot-classic-game .statistics-component-for-game-client-wrapper,
.eurojackpot-system-game .statistics-component-for-game-client-wrapper,
.eurojackpot-lucky-game .statistics-component-for-game-client-wrapper {
  background-color: #2E3535;
}
.eurojackpot-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.eurojackpot-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.eurojackpot-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
  background-color: #1f1f1f;
}
.eurojackpot-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.eurojackpot-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.eurojackpot-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: #1f1f1f;
}
.eurojackpot-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,
.eurojackpot-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,
.eurojackpot-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: 4vw;
  line-height: 2.1;
  margin: 1vw;
  color: #000;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons.svg#square-shape-dark_grey_use);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .eurojackpot-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,
  .eurojackpot-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,
  .eurojackpot-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.4;
    margin: 0.5rem;
    padding-top: 0.9rem;
  }
}
.eurojackpot-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
.eurojackpot-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
.eurojackpot-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell {
  line-height: 2.3;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-grey.svg);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
  .eurojackpot-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
  .eurojackpot-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell {
    line-height: 1.3;
    padding-top: 1.1rem;
  }
}
.eurojackpot-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,
.eurojackpot-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,
.eurojackpot-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 {
  color: #fff;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/square-shape-gold_with-gradient.svg);
}
.eurojackpot-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell,
.eurojackpot-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell,
.eurojackpot-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell {
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-gold.svg);
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .statistics-component-for-game-client-wrapper {
    margin-bottom: 2.3rem;
  }
}



.eurojackpot-classic-game .eurojackpot-section,
.eurojackpot-system-game .eurojackpot-section,
.eurojackpot-lucky-game .eurojackpot-section,
.eurojackpot-winning-numbers .eurojackpot-section {
  background-color: white;
}
.eurojackpot-classic-game .number-picker-footer,
.eurojackpot-system-game .number-picker-footer,
.eurojackpot-lucky-game .number-picker-footer,
.eurojackpot-winning-numbers .number-picker-footer {
  margin-top: 1.3vw;
  padding: 0 1.9% 0;
  position: relative;
}
.eurojackpot-classic-game .number-picker-footer:after,
.eurojackpot-system-game .number-picker-footer:after,
.eurojackpot-lucky-game .number-picker-footer:after,
.eurojackpot-winning-numbers .number-picker-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer,
  .eurojackpot-system-game .number-picker-footer,
  .eurojackpot-lucky-game .number-picker-footer,
  .eurojackpot-winning-numbers .number-picker-footer {
    margin-top: 1.6rem;
    padding: 0 1rem 0;
    text-align: center;
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container,
.eurojackpot-system-game .number-picker-footer .buttons-container,
.eurojackpot-lucky-game .number-picker-footer .buttons-container,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container {
  padding: 4.034vw 0 2.134vw;
  border-top: 0.2rem solid #616161;
  white-space: nowrap;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container,
  .eurojackpot-system-game .number-picker-footer .buttons-container,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container {
    padding: 2.9rem 0 1.1rem;
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button,
.eurojackpot-system-game .number-picker-footer .buttons-container .button,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button {
  min-width: 23.2vw;
  font-size: 3.734vw;
  line-height: 1.36;
  font-weight: bold;
  color: white;
  text-align: left;
  background-color: #2E3535;
  margin-left: 3.334vw;
  padding: 2.8vw 3.6vw 2.8vw;
  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;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
  user-select: none;
  overflow: hidden;
  will-change: transform;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button:hover,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button:hover,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button:hover,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button:hover {
    transform: scale(1.05);
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button:first-child,
.eurojackpot-system-game .number-picker-footer .buttons-container .button:first-child,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button:first-child,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button:first-child {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button {
    font-size: 1.7rem;
    text-align: center;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button {
    min-width: initial;
    min-width: inherit;
    font-size: 1.6rem;
    margin-left: 2rem;
    padding: 1.3rem 1.8rem 1.2rem 1.8rem;
    cursor: pointer;
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.inactive,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.inactive,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.inactive,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button.inactive:hover,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button.inactive:hover,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button.inactive:hover,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.inactive:hover {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers {
  opacity: 0.3;
}
@keyframes eurojackpot-autogenerate-button-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: radial-gradient(center, ellipse farthest-corner, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 20%, rgba(43, 43, 43, 0.65) 45%, rgba(43, 43, 43, 0.9) 55%, rgba(43, 43, 43, 0.5) 65%, rgba(43, 43, 43, 0) 90%, rgba(43, 43, 43, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before {
  animation: eurojackpot-autogenerate-button-animation 0.8s linear infinite;
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  animation: eurojackpot-autogenerate-button-animation 0.8s 0.3s linear infinite;
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
  cursor: default;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
.eurojackpot-system-game .number-picker-footer .buttons-container .button.reset-row-button,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
  float: right;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
  .eurojackpot-system-game .number-picker-footer .buttons-container .button.reset-row-button,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
    float: none;
  }
}
.eurojackpot-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.eurojackpot-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.eurojackpot-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
.eurojackpot-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
.eurojackpot-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
.eurojackpot-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
.eurojackpot-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) {
  .eurojackpot-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .eurojackpot-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
  .eurojackpot-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .eurojackpot-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .eurojackpot-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .eurojackpot-winning-numbers .number-picker-footer .buttons-container .reset-row-button .icon {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.1rem;
    right: 1.4rem;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box,
.eurojackpot-system-game .number-picker-footer .autogenerate-box,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box,
.eurojackpot-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;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .autogenerate-button,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .autogenerate-button,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .autogenerate-button,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .autogenerate-button {
  position: relative;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options,
.eurojackpot-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) {
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options,
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options,
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options,
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options {
    width: 58rem;
    top: 8rem;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item,
.eurojackpot-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) {
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item,
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item,
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item,
  .eurojackpot-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;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
.eurojackpot-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) {
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:first-child:before,
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:first-child:before {
    height: 3.4rem;
    left: 1rem;
    right: 80%;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item.hidden,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item.hidden,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item.hidden,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item.hidden,
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item.hidden.inactive,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item.hidden.inactive,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item.hidden.inactive,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item.hidden.inactive {
  color: #fff;
  cursor: default;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-child(2n) {
  border-width: 0 0 0.2rem 0;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:last-child,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:last-child,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:last-child,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:last-child {
  border-width: 0 0 0 0;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(2),
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(2),
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(2),
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-last-child(2) {
  border-width: 0 0.2rem 0 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:nth-child(2n),
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-child(2n) {
    border-width: 0 0.2rem 0.2rem 0;
  }
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:nth-child(5n),
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:nth-child(5n),
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:nth-child(5n),
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-child(5n) {
    border-width: 0 0 0.2rem 0;
  }
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(-n+5),
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(-n+5),
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:nth-last-child(-n+5),
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:nth-last-child(-n+5) {
    border-width: 0 0.2rem 0 0;
  }
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item:last-child,
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item:last-child,
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item:last-child,
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item:last-child {
    border-width: 0 0 0 0;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item.inactive,
.eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item.inactive,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item.inactive,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item.inactive {
  color: #cdd3d7;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-footer .autogenerate-box .options .item.inactive,
  .eurojackpot-system-game .number-picker-footer .autogenerate-box .options .item.inactive,
  .eurojackpot-lucky-game .number-picker-footer .autogenerate-box .options .item.inactive,
  .eurojackpot-winning-numbers .number-picker-footer .autogenerate-box .options .item.inactive {
    cursor: default;
  }
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box.active .button:after,
.eurojackpot-system-game .number-picker-footer .autogenerate-box.active .button:after,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box.active .button:after,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box.active .button:after {
  display: block;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box.active .button .icon,
.eurojackpot-system-game .number-picker-footer .autogenerate-box.active .button .icon,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box.active .button .icon,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box.active .button .icon {
  fill: #fff;
}
.eurojackpot-classic-game .number-picker-footer .autogenerate-box.active .options,
.eurojackpot-system-game .number-picker-footer .autogenerate-box.active .options,
.eurojackpot-lucky-game .number-picker-footer .autogenerate-box.active .options,
.eurojackpot-winning-numbers .number-picker-footer .autogenerate-box.active .options {
  display: block;
}
@-webkit-keyframes eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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);
  }
}
.eurojackpot-classic-game .row-container.shake-state .header-rules-text,
.eurojackpot-system-game .row-container.shake-state .header-rules-text,
.eurojackpot-lucky-game .row-container.shake-state .header-rules-text,
.eurojackpot-winning-numbers .row-container.shake-state .header-rules-text,
.eurojackpot-classic-game .row-container.shake-star-numbers-state .header-rules-text,
.eurojackpot-system-game .row-container.shake-star-numbers-state .header-rules-text,
.eurojackpot-lucky-game .row-container.shake-star-numbers-state .header-rules-text,
.eurojackpot-winning-numbers .row-container.shake-star-numbers-state .header-rules-text {
  -webkit-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  -moz-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  -ms-animation: eurojackpot-rules-pulse-animation 0.8s forwards;
  animation: eurojackpot-rules-pulse-animation 0.8s forwards;
}
.eurojackpot-classic-game .row-container.shake-state .row-header .tab-game-rules-text,
.eurojackpot-system-game .row-container.shake-state .row-header .tab-game-rules-text,
.eurojackpot-lucky-game .row-container.shake-state .row-header .tab-game-rules-text,
.eurojackpot-winning-numbers .row-container.shake-state .row-header .tab-game-rules-text,
.eurojackpot-classic-game .row-container.shake-star-numbers-state .row-header .tab-game-rules-text,
.eurojackpot-system-game .row-container.shake-star-numbers-state .row-header .tab-game-rules-text,
.eurojackpot-lucky-game .row-container.shake-star-numbers-state .row-header .tab-game-rules-text,
.eurojackpot-winning-numbers .row-container.shake-star-numbers-state .row-header .tab-game-rules-text {
  display: inline-block;
  animation: eurojackpot-rules-pulse-animation 0.8s forwards;
}
.eurojackpot-classic-game .row-container.shake-state .cells-container .selected,
.eurojackpot-system-game .row-container.shake-state .cells-container .selected,
.eurojackpot-lucky-game .row-container.shake-state .cells-container .selected,
.eurojackpot-winning-numbers .row-container.shake-state .cells-container .selected {
  -webkit-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  -moz-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  -ms-animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
  animation: eurojackpot-number-cell-shake-animation 0.8s forwards;
}
.eurojackpot-classic-game .row-container.shake-star-numbers-state .row-stars-container .selected,
.eurojackpot-system-game .row-container.shake-star-numbers-state .row-stars-container .selected,
.eurojackpot-lucky-game .row-container.shake-star-numbers-state .row-stars-container .selected,
.eurojackpot-winning-numbers .row-container.shake-star-numbers-state .row-stars-container .selected {
  -webkit-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  -moz-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  -ms-animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
  animation: eurojackpot-number-cell-shake-animation 0.6s forwards;
}
.eurojackpot-classic-game .row-header,
.eurojackpot-system-game .row-header,
.eurojackpot-lucky-game .row-header,
.eurojackpot-winning-numbers .row-header {
  font-size: 3.734vw;
  line-height: 1.3;
  color: #000000;
  padding-bottom: 1.634vw;
  border-bottom: 0.2rem solid #616161;
  margin: 1.8vw 1.4vw 1.3vw;
}
.eurojackpot-classic-game .row-header:after,
.eurojackpot-system-game .row-header:after,
.eurojackpot-lucky-game .row-header:after,
.eurojackpot-winning-numbers .row-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header,
  .eurojackpot-system-game .row-header,
  .eurojackpot-lucky-game .row-header,
  .eurojackpot-winning-numbers .row-header {
    font-size: 1.8rem;
    padding-bottom: 2.2rem;
    margin: 2.3rem 1rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .row-header,
  .eurojackpot-system-game .row-header,
  .eurojackpot-lucky-game .row-header,
  .eurojackpot-winning-numbers .row-header {
    font-size: 2rem;
    margin: 1.8vw 0 1.3vw;
  }
}
.eurojackpot-classic-game .row-header .counter,
.eurojackpot-system-game .row-header .counter,
.eurojackpot-lucky-game .row-header .counter,
.eurojackpot-winning-numbers .row-header .counter {
  width: 83%;
  text-align: center;
  float: left;
  opacity: 0.6;
  color: #959595;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .counter,
  .eurojackpot-system-game .row-header .counter,
  .eurojackpot-lucky-game .row-header .counter,
  .eurojackpot-winning-numbers .row-header .counter {
    width: auto;
    padding-right: 2rem;
    text-align: left;
    float: inherit;
  }
}
.eurojackpot-classic-game .row-header .right-side,
.eurojackpot-system-game .row-header .right-side,
.eurojackpot-lucky-game .row-header .right-side,
.eurojackpot-winning-numbers .row-header .right-side {
  padding-right: 2.667vw;
  position: relative;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .right-side,
  .eurojackpot-system-game .row-header .right-side,
  .eurojackpot-lucky-game .row-header .right-side,
  .eurojackpot-winning-numbers .row-header .right-side {
    padding-right: 1.5rem;
    display: inline-block;
    position: static;
  }
}
.eurojackpot-classic-game .row-header .right-side .row-delete-button,
.eurojackpot-system-game .row-header .right-side .row-delete-button,
.eurojackpot-lucky-game .row-header .right-side .row-delete-button,
.eurojackpot-winning-numbers .row-header .right-side .row-delete-button {
  display: block;
  position: absolute;
  top: 2.15vw;
  right: 3.5vw;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.15s;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .right-side .row-delete-button,
  .eurojackpot-system-game .row-header .right-side .row-delete-button,
  .eurojackpot-lucky-game .row-header .right-side .row-delete-button,
  .eurojackpot-winning-numbers .row-header .right-side .row-delete-button {
    top: 0.1rem;
    right: 1rem;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .right-side .row-delete-button:hover,
  .eurojackpot-system-game .row-header .right-side .row-delete-button:hover,
  .eurojackpot-lucky-game .row-header .right-side .row-delete-button:hover,
  .eurojackpot-winning-numbers .row-header .right-side .row-delete-button:hover {
    transform: scale(1.4);
  }
}
.eurojackpot-classic-game .row-header .right-side .row-delete-button .icon,
.eurojackpot-system-game .row-header .right-side .row-delete-button .icon,
.eurojackpot-lucky-game .row-header .right-side .row-delete-button .icon,
.eurojackpot-winning-numbers .row-header .right-side .row-delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  fill: #000000;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .right-side .row-delete-button .icon,
  .eurojackpot-system-game .row-header .right-side .row-delete-button .icon,
  .eurojackpot-lucky-game .row-header .right-side .row-delete-button .icon,
  .eurojackpot-winning-numbers .row-header .right-side .row-delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.eurojackpot-classic-game .row-header .right-side .row-delete-button.inactive,
.eurojackpot-system-game .row-header .right-side .row-delete-button.inactive,
.eurojackpot-lucky-game .row-header .right-side .row-delete-button.inactive,
.eurojackpot-winning-numbers .row-header .right-side .row-delete-button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .right-side .row-delete-button.inactive:hover,
  .eurojackpot-system-game .row-header .right-side .row-delete-button.inactive:hover,
  .eurojackpot-lucky-game .row-header .right-side .row-delete-button.inactive:hover,
  .eurojackpot-winning-numbers .row-header .right-side .row-delete-button.inactive:hover {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .row-header .header-rules-text,
.eurojackpot-system-game .row-header .header-rules-text,
.eurojackpot-lucky-game .row-header .header-rules-text,
.eurojackpot-winning-numbers .row-header .header-rules-text {
  width: 86%;
  display: inline-block;
  text-align: center;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .row-header .header-rules-text,
  .eurojackpot-system-game .row-header .header-rules-text,
  .eurojackpot-lucky-game .row-header .header-rules-text,
  .eurojackpot-winning-numbers .row-header .header-rules-text {
    width: 100%;
    text-align: left;
  }
}
.eurojackpot-classic-game .number-picker-wrapper,
.eurojackpot-system-game .number-picker-wrapper,
.eurojackpot-lucky-game .number-picker-wrapper,
.eurojackpot-winning-numbers .number-picker-wrapper {
  position: relative;
  display: flex;
}
@keyframes eurojackpot-complete-grow {
  0% {
    transform: scale(1);
  }
  15% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper,
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper,
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper,
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper {
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes eurojackpot-sparkle {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  20% {
    opacity: 1;
  }
  50% {
    transform: rotate(80deg);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(160deg);
  }
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star,
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star,
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star,
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star {
  width: 20%;
  height: 20%;
  background: -moz-radial-gradient(center, ellipse cover, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  background: radial-gradient(ellipse at center, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5ed', endColorstr='#00f7f5ed', GradientType=1);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  animation: eurojackpot-sparkle 0.8s ease-in-out forwards;
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(1),
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(1),
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(1),
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(1) {
  top: -2%;
  animation-delay: 0.5s;
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(2),
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(2),
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(2),
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(2) {
  top: 50%;
  left: 0;
  animation-delay: 0.8s;
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(3),
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(3),
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(3),
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:nth-child(3) {
  top: 70%;
  right: 0;
  animation-delay: 1s;
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:after,
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:after,
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:after,
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:after,
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before {
  height: 300%;
  width: 50%;
  content: ' ';
  background: -moz-radial-gradient(center, ellipse cover, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  background: radial-gradient(ellipse at center, #f7f5ed 0%, #f7f5ed 6%, rgba(247, 245, 237, 0.1) 70%, rgba(247, 245, 237, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f5ed', endColorstr='#00f7f5ed', GradientType=1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.eurojackpot-classic-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-system-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-lucky-game .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before,
.eurojackpot-winning-numbers .number-picker-wrapper.complete-row .shine-star-wrapper .shine-star:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.eurojackpot-classic-game .number-picker-container,
.eurojackpot-system-game .number-picker-container,
.eurojackpot-lucky-game .number-picker-container,
.eurojackpot-winning-numbers .number-picker-container {
  margin: 0 -1.9%;
  position: relative;
  white-space: normal;
  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) {
  .eurojackpot-classic-game .number-picker-container,
  .eurojackpot-system-game .number-picker-container,
  .eurojackpot-lucky-game .number-picker-container,
  .eurojackpot-winning-numbers .number-picker-container {
    margin: 0 -1rem;
  }
}
.eurojackpot-classic-game .number-picker-container .cells-container,
.eurojackpot-system-game .number-picker-container .cells-container,
.eurojackpot-lucky-game .number-picker-container .cells-container,
.eurojackpot-winning-numbers .number-picker-container .cells-container {
  width: 61.068vw;
  position: relative;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cells-container,
  .eurojackpot-system-game .number-picker-container .cells-container,
  .eurojackpot-lucky-game .number-picker-container .cells-container,
  .eurojackpot-winning-numbers .number-picker-container .cells-container {
    width: 100%;
    margin-right: 2.5vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cells-container,
  .eurojackpot-system-game .number-picker-container .cells-container,
  .eurojackpot-lucky-game .number-picker-container .cells-container,
  .eurojackpot-winning-numbers .number-picker-container .cells-container {
    width: 63rem;
    margin-right: 2.8rem;
  }
}
.eurojackpot-classic-game .number-picker-container .cell,
.eurojackpot-system-game .number-picker-container .cell,
.eurojackpot-lucky-game .number-picker-container .cell,
.eurojackpot-winning-numbers .number-picker-container .cell {
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1.334vw;
  transition: transform 0.15s linear;
  will-change: transform;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell,
  .eurojackpot-system-game .number-picker-container .cell,
  .eurojackpot-lucky-game .number-picker-container .cell,
  .eurojackpot-winning-numbers .number-picker-container .cell {
    margin: 2.075vw 0.648vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell,
  .eurojackpot-system-game .number-picker-container .cell,
  .eurojackpot-lucky-game .number-picker-container .cell,
  .eurojackpot-winning-numbers .number-picker-container .cell {
    margin: 0.8rem 1.2rem;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell:hover,
  .eurojackpot-system-game .number-picker-container .cell:hover,
  .eurojackpot-lucky-game .number-picker-container .cell:hover,
  .eurojackpot-winning-numbers .number-picker-container .cell:hover {
    transform: scale(1.2);
  }
}
.eurojackpot-classic-game .number-picker-container .cell:after,
.eurojackpot-system-game .number-picker-container .cell:after,
.eurojackpot-lucky-game .number-picker-container .cell:after,
.eurojackpot-winning-numbers .number-picker-container .cell:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.eurojackpot-classic-game .number-picker-container .cell .cell-container,
.eurojackpot-system-game .number-picker-container .cell .cell-container,
.eurojackpot-lucky-game .number-picker-container .cell .cell-container,
.eurojackpot-winning-numbers .number-picker-container .cell .cell-container {
  width: 12.267vw;
  height: 12.267vw;
  position: relative;
  left: 0;
  top: 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell .cell-container,
  .eurojackpot-system-game .number-picker-container .cell .cell-container,
  .eurojackpot-lucky-game .number-picker-container .cell .cell-container,
  .eurojackpot-winning-numbers .number-picker-container .cell .cell-container {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell .cell-container,
  .eurojackpot-system-game .number-picker-container .cell .cell-container,
  .eurojackpot-lucky-game .number-picker-container .cell .cell-container,
  .eurojackpot-winning-numbers .number-picker-container .cell .cell-container {
    width: 5.967vw;
    height: 5.967vw;
  }
}
.eurojackpot-classic-game .number-picker-container .cell .face,
.eurojackpot-system-game .number-picker-container .cell .face,
.eurojackpot-lucky-game .number-picker-container .cell .face,
.eurojackpot-winning-numbers .number-picker-container .cell .face {
  width: 100%;
  height: 100%;
  font-size: 3.733vw;
  line-height: 3.2;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border-radius: 50%;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell .face,
  .eurojackpot-system-game .number-picker-container .cell .face,
  .eurojackpot-lucky-game .number-picker-container .cell .face,
  .eurojackpot-winning-numbers .number-picker-container .cell .face {
    font-size: 1.4rem;
    line-height: 4.7rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .cell .face,
  .eurojackpot-system-game .number-picker-container .cell .face,
  .eurojackpot-lucky-game .number-picker-container .cell .face,
  .eurojackpot-winning-numbers .number-picker-container .cell .face {
    font-size: 1.815vw;
    line-height: 5.967vw;
  }
}
.eurojackpot-classic-game .number-picker-container .cell .face:before,
.eurojackpot-system-game .number-picker-container .cell .face:before,
.eurojackpot-lucky-game .number-picker-container .cell .face:before,
.eurojackpot-winning-numbers .number-picker-container .cell .face:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.eurojackpot-classic-game .number-picker-container .cell .face.front,
.eurojackpot-system-game .number-picker-container .cell .face.front,
.eurojackpot-lucky-game .number-picker-container .cell .face.front,
.eurojackpot-winning-numbers .number-picker-container .cell .face.front {
  background-color: #2E3535;
}
.eurojackpot-classic-game .number-picker-container .cell .face.back,
.eurojackpot-system-game .number-picker-container .cell .face.back,
.eurojackpot-lucky-game .number-picker-container .cell .face.back,
.eurojackpot-winning-numbers .number-picker-container .cell .face.back {
  visibility: hidden;
  background-color: #E8A332;
}
.eurojackpot-classic-game .number-picker-container .cell .face.back .number,
.eurojackpot-system-game .number-picker-container .cell .face.back .number,
.eurojackpot-lucky-game .number-picker-container .cell .face.back .number,
.eurojackpot-winning-numbers .number-picker-container .cell .face.back .number {
  position: relative;
  z-index: 2;
}
@keyframes eurojackpot-animation-flip-timer {
  0% {
    will-change: transform;
  }
  100% {
    will-change: transform;
  }
}
@keyframes eurojackpot-animation-flip-timer-IE {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes eurojackpot-check {
  0% {
    transform: rotateY(0deg) scale(1);
  }
  50% {
    transform: rotateY(-195deg) scale(1.1);
  }
  75% {
    transform: rotateY(-165deg) scale(1.1);
  }
  100% {
    transform: rotateY(-180deg) scale(1);
  }
}
@keyframes eurojackpot-uncheck {
  0% {
    transform: rotateY(180deg);
  }
  50% {
    transform: rotateY(-15deg);
  }
  75% {
    transform: rotateY(15deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress {
  perspective: 10rem;
  animation: eurojackpot-animation-flip-timer 0.7s forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress {
    animation: eurojackpot-animation-flip-timer-IE 0.4s forwards;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress .cell-container,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress .cell-container,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress .cell-container,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress .cell-container {
  transform-style: preserve-3d;
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress .cell-container .face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.front,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.front,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.front,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress .cell-container .face.front {
  visibility: visible;
  transform: rotateY(0deg);
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back {
  visibility: visible;
  transform: rotateY(180deg);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress .cell-container .face.back {
    transform: rotateY(0);
  }
}
@keyframes eurojackpot-shine {
  0% {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    transform: translate(0%, 80%);
    opacity: 0;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container {
  transform: rotateY(-180deg) scale(1);
  animation: eurojackpot-check 0.7s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container {
    transform: rotateY(0) scale(1);
    animation: none;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front {
  visibility: visible;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.front {
    opacity: 0;
    transition: opacity 0.25s, visibility 0 0.25s;
    z-index: 1;
  }
}
@keyframes number-scale {
  0% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number {
  transform: scale(1.1);
  animation: eurojackpot-number-scale 0.7s linear forwards;
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .number {
    transform: scale(1);
    animation: none;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 42%;
  overflow: hidden;
  mask: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotCommonIcons/EurojackpotSquareShape.svg);
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine {
    border-radius: 0;
    overflow: visible;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine:after,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine:after,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine:after,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .cell-container .face.back .shine:after {
  content: '';
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(-45deg, rgba(247, 245, 237, 0) 0%, rgba(247, 245, 237, 0) 40%, #f7f5ed 50%, #f7f5ed 52%, rgba(247, 245, 237, 0) 67%, rgba(247, 245, 237, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(247, 245, 237, 0) 0%, rgba(247, 245, 237, 0) 40%, #f7f5ed 50%, #f7f5ed 52%, rgba(247, 245, 237, 0) 67%, rgba(247, 245, 237, 0) 100%);
  background: linear-gradient(135deg, rgba(247, 245, 237, 0) 0%, rgba(247, 245, 237, 0) 40%, #f7f5ed 50%, #f7f5ed 52%, rgba(247, 245, 237, 0) 67%, rgba(247, 245, 237, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f7f5ed', endColorstr='#00f7f5ed', GradientType=1);
  transform: translate(-50%, -100%);
  animation: eurojackpot-shine 0.5s 0.8s ease-in-out forwards;
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container {
  animation: eurojackpot-uncheck 0.5s linear;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container {
    animation: none;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.front,
.eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.front,
.eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.front,
.eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.front {
  opacity: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .eurojackpot-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.back,
  .eurojackpot-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.back,
  .eurojackpot-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.back,
  .eurojackpot-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .cell-container .face.back {
    opacity: 0;
    transition: opacity 0.25s, visibility 0 0.25s;
    z-index: 1;
  }
}
.eurojackpot-classic-game .number-picker-container .cell.selected .cell-container .face.front,
.eurojackpot-system-game .number-picker-container .cell.selected .cell-container .face.front,
.eurojackpot-lucky-game .number-picker-container .cell.selected .cell-container .face.front,
.eurojackpot-winning-numbers .number-picker-container .cell.selected .cell-container .face.front {
  visibility: hidden;
}
.eurojackpot-classic-game .number-picker-container .cell.selected .cell-container .face.back,
.eurojackpot-system-game .number-picker-container .cell.selected .cell-container .face.back,
.eurojackpot-lucky-game .number-picker-container .cell.selected .cell-container .face.back,
.eurojackpot-winning-numbers .number-picker-container .cell.selected .cell-container .face.back {
  visibility: visible;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container,
.eurojackpot-system-game .number-picker-container .row-stars-container,
.eurojackpot-lucky-game .number-picker-container .row-stars-container,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container {
  width: 13.335vw;
  text-align: center;
  padding: 1.334vw 0 1.334vw;
  box-sizing: content-box;
  position: relative;
  right: -0.4vw;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container,
  .eurojackpot-system-game .number-picker-container .row-stars-container,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container {
    align-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container,
  .eurojackpot-system-game .number-picker-container .row-stars-container,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container {
    width: 16.075vw;
    padding: 2.075vw 0 2.075vw 3.242vw;
    right: 0;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container,
  .eurojackpot-system-game .number-picker-container .row-stars-container,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container {
    width: 12rem;
    padding: 0.8rem 0 0.8rem 4rem;
    right: -0.3rem;
  }
}
.eurojackpot-classic-game .number-picker-container .row-stars-container::before,
.eurojackpot-system-game .number-picker-container .row-stars-container::before,
.eurojackpot-lucky-game .number-picker-container .row-stars-container::before,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container::before {
  content: '';
  width: 0.2rem;
  background-color: #616161;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container::before,
  .eurojackpot-system-game .number-picker-container .row-stars-container::before,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container::before,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container::before {
    top: 2.075vw;
    bottom: 2.075vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container::before,
  .eurojackpot-system-game .number-picker-container .row-stars-container::before,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container::before,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container::before {
    top: 0.8rem;
    bottom: 0.8rem;
  }
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .shine-star-wrapper,
.eurojackpot-system-game .number-picker-container .row-stars-container .shine-star-wrapper,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .shine-star-wrapper,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .shine-star-wrapper {
  width: 70%;
  padding-top: 70%;
  margin-left: 15%;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box {
  width: 12vw;
  height: 12vw;
  margin-bottom: 2.9vw;
  box-sizing: border-box;
  position: relative;
  transition: transform 0.1s linear;
}
@media (min-width: 768px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box {
    width: 5.836vw;
    height: 5.836vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box:hover,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box:hover,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box:hover,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box:hover {
    transform: scale(1.2);
  }
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .number,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .number,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .number,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .number {
  width: 100%;
  font-size: 4vw;
  font-weight: 800;
  line-height: 3.5;
  display: block;
  color: #E8A332;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .number {
    font-size: 1.815vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-system-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .number,
  .eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .number {
    font-size: 1.4rem;
  }
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.main-outline,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.main-outline,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.main-outline,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.main-outline {
  stroke: #E8A332;
  transform: scale(1);
  transition: transform 0.15s;
  stroke-width: 1rem;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.gold,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.gold,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.gold,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.gold {
  transform: scale(0);
  opacity: 0;
  animation: eurojackpot-star-implosition 0.15s linear forwards;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/icon-star-gold.svg);
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-3 {
  stroke: #E8A332;
  transform: scale(0);
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-1,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-1 {
  stroke-width: 1rem;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-2,
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.outline-3,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.outline-3 {
  stroke-width: 0.5rem;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box .icon.icon-small-star,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box .icon.icon-small-star,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box .icon.icon-small-star,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box .icon.icon-small-star {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  opacity: 0;
}
@keyframes eurojackpot-star-implosition {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes eurojackpot-star-expansion {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  75% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes eurojackpot-star-expansion-otline {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes eurojackpot-small-star-explosion-1 {
  40% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-400%) translateX(220%) scale(1.2);
    opacity: 0;
  }
}
@keyframes eurojackpot-small-star-explosion-2 {
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(-300%) translateX(200%) scale(0.6);
    opacity: 0;
  }
}
@keyframes eurojackpot-small-star-explosion-3 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-230%) translateX(160%) scale(1);
    opacity: 0.9;
  }
}
@keyframes eurojackpot-small-star-explosion-4 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-250%) translateX(-240%) scale(1);
    opacity: 0.7;
  }
}
@keyframes eurojackpot-small-star-explosion-5 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-190%) translateX(-110%) scale(0.6);
    opacity: 0.8;
  }
}
@keyframes eurojackpot-small-star-explosion-6 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(190%) translateX(0%) scale(1.05);
    opacity: 0.9;
  }
}
@keyframes eurojackpot-small-star-explosion-7 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(70%) translateX(-280%) scale(0.92);
    opacity: 0.9;
  }
}
@keyframes eurojackpot-small-star-explosion-8 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(80%) translateX(180%) scale(0.5);
    opacity: 0.4;
  }
}
@keyframes eurojackpot-small-star-explosion-9 {
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(50%) translateX(300%) scale(1.1);
    opacity: 0.8;
  }
}
@keyframes eurojackpot-small-star-explosion-10 {
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(100%) translateX(400%) scale(1.3);
    opacity: 0;
  }
}
@keyframes eurojackpot-small-star-explosion-11 {
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(-120%) translateX(-500%) scale(1.3);
    opacity: 0;
  }
}
@keyframes eurojackpot-small-star-explosion-12 {
  0%,
  100% {
    transform: translateY(140%) translateX(-230%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translateY(140%) translateX(-230%) scale(0.92);
    opacity: 0.7;
  }
}
@keyframes eurojackpot-small-star-explosion-13 {
  0%,
  100% {
    transform: translateY(-230%) translateX(160%) scale(0.6);
    opacity: 0;
  }
  50% {
    transform: translateY(-230%) translateX(160%) scale(1.2);
    opacity: 0.7;
  }
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .number,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .number,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .number,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .number {
  color: white;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon.main-outline,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon.main-outline,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon.main-outline,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon.main-outline {
  transform: scale(0.9);
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon.gold,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon.gold,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon.gold,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon.gold {
  transform: scale(1);
  opacity: 1;
  animation: eurojackpot-star-expansion 0.3s linear forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-1,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-1,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-1,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon.outline-1 {
  animation: eurojackpot-star-expansion-otline 0.3s linear forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-2,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-2,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-2,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon.outline-2 {
  animation: eurojackpot-star-expansion-otline 0.3s 0.15s linear forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-3,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-3,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon.outline-3,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon.outline-3 {
  animation: eurojackpot-star-expansion-otline 0.15s 0.15s linear forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--1,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--1,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--1,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--1 {
  animation: eurojackpot-small-star-explosion-1 0.5s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--2,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--2,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--2,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--2 {
  animation: eurojackpot-small-star-explosion-2 0.4s 0.2s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--3,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--3,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--3,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--3 {
  animation: eurojackpot-small-star-explosion-3 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--4,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--4,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--4,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--4 {
  animation: eurojackpot-small-star-explosion-4 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--5,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--5,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--5,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--5 {
  animation: eurojackpot-small-star-explosion-5 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--6,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--6,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--6,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--6 {
  animation: eurojackpot-small-star-explosion-6 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--7,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--7,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--7,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--7 {
  animation: eurojackpot-small-star-explosion-7 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--8,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--8,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--8,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--8 {
  animation: eurojackpot-small-star-explosion-8 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--9,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--9,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--9,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--9 {
  animation: eurojackpot-small-star-explosion-9 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--10,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--10,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--10,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--10 {
  animation: eurojackpot-small-star-explosion-10 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--11,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--11,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--11,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--11 {
  animation: eurojackpot-small-star-explosion-11 0.3s 0.1s forwards;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--12,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--12,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--12,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--12 {
  animation: eurojackpot-small-star-explosion-12 0.15s 0.05s forwards;
  animation-iteration-count: 2;
}
.eurojackpot-classic-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--13,
.eurojackpot-system-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--13,
.eurojackpot-lucky-game .number-picker-container .row-stars-container .star-box.selected .icon-small-star--13,
.eurojackpot-winning-numbers .number-picker-container .row-stars-container .star-box.selected .icon-small-star--13 {
  animation: eurojackpot-small-star-explosion-13 0.15s 0.05s forwards;
  animation-iteration-count: 2;
}



.eurojackpot-system-game-header {
  background-color: #eeeeee;
  overflow: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header {
    height: 7rem;
  }
}
.eurojackpot-system-game-header .game-switch-wrapper {
  position: relative;
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper {
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
  overflow-x: auto;
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
  display: inline-block;
  padding-right: 6vw;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
    padding-right: 0;
  }
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  font-size: 4vw;
  text-transform: uppercase;
  display: inline-block;
  padding: 5.3vw 0 5.235vw;
  margin: 0 0 0 6vw;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 1.6rem;
    padding: 2.4rem 0 2.4rem;
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 2.5vw;
    padding: 2.5vw 0;
  }
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
  margin: 0 0 0 6vw;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
  .eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
    margin: 0 9.5rem 0 2.5rem;
  }
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  cursor: pointer;
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item.active {
  font-weight: 700;
  cursor: default;
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button {
  width: 11vw;
  height: 16vw;
  position: absolute;
  top: 0;
  transition: transform 0.2s linear;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-button {
    width: 11rem;
    height: 7rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-button {
    width: 7vw;
    height: 8.4vw;
  }
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button.next {
  right: 0;
  background: linear-gradient(to right, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  transform: translate3d(100%, 0, 0);
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button.next:hover .icon {
  transform: translate3d(0, -50%, 0);
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button.prev {
  left: 0;
  background: linear-gradient(to right, #eeeeee 0%, rgba(238, 238, 238, 0) 100%);
  transform: translate3d(-100%, 0, 0);
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button.prev:hover .icon {
  transform: translate3d(-100%, -50%, 0);
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button.active {
  transform: translate3d(0, 0, 0);
}
.eurojackpot-system-game-header .game-switch-wrapper .switch-button .icon {
  width: 2.133vw;
  height: 3.466vw;
  fill: #1f1f1f;
  position: absolute;
  top: 50.5%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-button .icon {
    top: 50%;
    width: 2rem;
    height: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-system-game-header .game-switch-wrapper .switch-button .icon {
    height: 2.5vw;
  }
}
.eurojackpot-system-game-header.overflown-left .game-switch-wrapper .switch-button.prev {
  transform: translate3d(0, 0, 0);
}
.eurojackpot-system-game-header.overflown-right .game-switch-wrapper .switch-button.next {
  transform: translate3d(0, 0, 0);
}



.eurojackpot-game-tabs-wrapper {
  background-color: #eeeeee;
  font-size: 0;
}
.eurojackpot-game-tabs-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.eurojackpot-game-tabs-wrapper .tabs-navigation {
  width: 14vw;
  display: inline-block;
  float: left;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-navigation {
    width: 7rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-navigation .tab-navigation-item {
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.eurojackpot-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
  width: 4.8vw;
  height: 4.8vw;
  text-align: center;
  fill: #616161;
  color: #616161;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 768px) {
  .eurojackpot-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active {
  background-color: white;
}
.eurojackpot-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon {
  fill: #000000;
  color: #000000;
}
.eurojackpot-game-tabs-wrapper .tabs-container {
  width: 86vw;
  background-color: white;
  display: inline-block;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container {
    width: calc(100% - 7rem);
  }
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container {
    width: 84rem;
    margin: auto;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
  width: 72.8vw;
  font-size: 3.733vw;
  padding: 0.6vw 0 1.9vw;
  margin: auto;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
    width: 100%;
    font-size: 2.8rem;
    padding: 0 0 1.8rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
  font-size: 3.733vw;
  font-weight: normal;
  margin: 0;
  padding: 3.7vw 0 5.4vw;
  border-bottom: 0.2rem solid #616161;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
    font-size: 1.6rem;
    padding: 2.3rem 0 2.5rem;
    border-bottom: 0.1rem solid #616161;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
  font-size: 3.733vw;
  line-height: 1.3;
  margin: 0;
  padding: 2.4vw 0 1.6vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
    width: 58.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2.3rem 0 0.6rem;
    margin: auto;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
  margin: 0;
  padding: 4vw 0;
  list-style-type: none;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
    width: 58.5rem;
    font-size: 1.6rem;
    padding: 2rem 0 1.8rem;
    margin: auto;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
  counter-increment: custom-counter;
  position: relative;
  padding: 7.7vw 0 4.8vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
    padding: 3.7rem 0 2.4rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
  content: counter(custom-counter);
  color: #fff;
  font-size: 2.933vw;
  width: 6.134vw;
  line-height: 2.2;
  text-indent: 0.2vw;
  margin: -0.6rem auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(/Components/DanskeSpil/Domain/Eurojackpot/Graphics/SpriteSheets/EurojackpotIcons/square-shape-dark_grey.svg);
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem;
    line-height: 2.2;
    text-indent: 0.1rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table {
  width: 100%;
  border-collapse: inherit;
  overflow: hidden;
  line-height: 1.3;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
  font-size: 3.733vw;
  font-weight: normal;
  color: #fff;
  padding: 3.7vw 0 3.6vw;
  background-color: #595036;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
    font-size: 1.6rem;
    padding: 1.8rem 0 1.7rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
  width: 39%;
  border-right: 0.2rem solid #1f1f1f;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
    width: 40%;
    border-right: 0.1rem solid #1f1f1f;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
  font-size: 3.2vw;
  color: #1f1f1f;
  padding: 3.45vw 0 3.2vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
    font-size: 1.5rem;
    padding: 1.6rem 0 1.6rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
  border-right: 0.2rem solid #595036;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
    border-right: 0.1rem solid #595036;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
  max-height: 570vw;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
    max-height: 268rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper {
  text-align: center;
  height: 15rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 1%, #1d1d1d 90%, #1d1d1d 100%);
  background: -webkit-linear-gradient(top, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 1%, #1d1d1d 90%, #1d1d1d 100%);
  background: linear-gradient(to bottom, rgba(29, 29, 29, 0) 0%, rgba(29, 29, 29, 0) 1%, #1d1d1d 90%, #1d1d1d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d1d1d', endColorstr='#1d1d1d', GradientType=0);
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper .btn {
  position: relative;
  bottom: -7rem;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active {
  padding-bottom: 16rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .simple-custom-table {
  margin-bottom: 14rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper {
  bottom: -1rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper .btn {
  bottom: -5rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordions-container {
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.3;
  margin: 3.2vw auto 4.7vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordions-container {
    width: 52.2rem;
    margin: 2rem auto 1rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .print-button {
  font-size: 0;
  line-height: 0;
  background-color: #616161;
  float: right;
  border-radius: 6px 6px 0 0;
  padding: 2vw 3vw 3vw;
  margin-bottom: -1vw;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: transform 0.1s ease-out;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .print-button {
    padding: 1rem 1.5rem 2rem;
    margin-bottom: -0.5rem;
    bottom: -0.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
  width: 4vw;
  height: 4vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .print-button:hover {
    transform: translate3d(0, -0.5rem, 0);
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
  font-size: 3.733vw;
  color: #fff;
  background-color: #616161;
  padding: 3.668vw 0 3.668vw;
  border-radius: 6px 6px 0 0;
  clear: both;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
    font-size: 1.6rem;
    padding: 2rem 0 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper {
  line-height: 1.3;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper {
    border-bottom: 0.1rem solid #616161;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
  text-align: left;
  background-color: transparent;
  padding: 4.16vw 8vw 4.11vw 4vw;
  border-width: 0 0.2rem 0.2rem 0.2rem;
  border-style: solid;
  border-color: #616161;
  position: relative;
  cursor: pointer;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
    padding: 0.5rem 3rem 1.8rem 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
  font-size: 3.733vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
    font-size: 1.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
  width: 3.466vw;
  height: 2.733vw;
  position: absolute;
  top: 5.9vw;
  right: 4.266vw;
  fill: #000000;
  overflow: visible;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
    width: 1.7rem;
    height: 1.7rem;
    top: 2.5rem;
    right: 1.9rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon use {
  transition: transform 0.25s linear, opacity 0.25s linear;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
  transform: translateY(-0.3vw);
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
    width: 1.5rem;
    height: 0.9rem;
    transform: translateY(-0.3rem);
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .close {
  opacity: 0;
  transform: translateY(-150%);
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .close {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body {
  max-height: 0;
  overflow: hidden;
  border-width: 0 0.2rem 0 0.2rem;
  border-style: solid;
  border-color: #616161;
  transition: max-height 0.25s linear;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-headline {
  text-align: center;
  font-size: 3.466vw;
  padding: 0 4vw 5.6vw 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-headline {
    font-size: 1.6rem;
    padding: 0 2rem 2.1rem 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.2vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
    font-size: 1.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
  border-bottom: 0.2rem solid #f1f2f2;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
    border-bottom: 0.1rem solid #f1f2f2;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
  padding: 2.6vw 0 3.9vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
    padding: 1.4rem 0 1.7rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
  display: none;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
    display: inline-block;
    padding-left: 0.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
  padding-top: 2.5vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
    padding-top: 1.2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.4vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.7rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
  width: 17.25%;
  padding-top: 1vw;
  padding-bottom: 0.9vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
    width: 18.5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
  width: 31%;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
    width: 26%;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.733vw;
  color: #616161;
  text-align: left;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
    font-size: 1.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
  width: 78%;
  padding: 2.8vw 0 2.8vw 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
    width: 88%;
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
  width: 22%;
  padding: 2.8vw 0;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
    width: 12%;
    padding: 1.6rem 0;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
  padding: 4.5vw 0 3.3vw 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
  padding: 4.5vw 0 3.3vw 0;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
    padding: 1.6rem 0;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
  padding: 3.3vw 0 4vw 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
  padding: 3.3vw 0 4vw 0;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
    padding: 1.6rem 0;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper {
  text-align: center;
  color: #fff;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation {
  width: 100%;
  table-layout: fixed;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation .accordion-tab-button {
  font-size: 3.733vw;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  padding: 4.33vw 0 4.34vw 0;
  user-select: none;
  background-color: #f2f2f2;
  color: #616161;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation .accordion-tab-button {
    font-size: 1.6rem;
    padding: 2.2rem 0 1.8rem 0;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation .accordion-tab-button:first-child {
  border-radius: 0 6px 0 0;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation .accordion-tab-button:last-child {
  border-radius: 6px 0 0 0;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-navigation .accordion-tab-button.active {
  background-color: #616161;
  color: #fff;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body {
  background-color: #616161;
  padding: 1.3vw 3.333vw 0.3vw 3.333vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body {
    padding: 1.2rem 2.5rem 1.1rem 2.5rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table {
  width: 100%;
  font-size: 3.2vw;
  table-layout: fixed;
  display: none;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table {
    font-size: 1.4rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table.active {
  display: table;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table tr td {
  border-bottom: 0.1rem solid #1f1f1f;
  padding: 1.8vw 0 3.2vw 0;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table tr td {
    padding: 1.4rem 0 1.3rem 0;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-tabs-wrapper .accordion-tabs-body .accordion-tab-table tr:last-child td {
  border-bottom: none;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header {
  border-width: 0 0.2rem 0 0.2rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .arrow-down {
  opacity: 0;
  transform: translateY(150%);
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .close {
  opacity: 1;
  transform: translateY(-0.4rem);
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-body {
  border-width: 0 0.2rem 0.2rem 0.2rem;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child {
  border-bottom: none;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-header {
  border-radius: 0 0 6px 6px;
  transition: border-radius 0s 0.25s linear, border-width 0s 0.25s linear;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body {
  border-radius: 0 0 6px 6px;
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.6vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.8rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child.active .accordion-header {
  border-radius: 0;
  transition: border-radius 0s 0s linear, border-width 0s 0s linear;
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container {
  width: 84.535%;
  margin: auto;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 83.2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 88%;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .row-header {
  margin: 2.6vw 0 1.3vw;
  padding-bottom: 1.934vw;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .row-header {
    margin: 2.6rem 0 2rem;
    padding-bottom: 2.3rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .row-header .number-of-rows {
  clear: both;
  display: block;
  padding-left: 0vw;
  opacity: 0.6;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .row-header .number-of-rows {
    display: inline;
    padding-left: 1vw;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .number-picker-container {
  text-align: left;
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .number-picker-container .buttons-container {
  padding: 4.034vw 0 3.734vw;
  text-align: center;
}
@media (min-width: 950px) {
  .eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .number-picker-container .buttons-container {
    padding: 2.9rem 0 3rem;
  }
}
.eurojackpot-game-tabs-wrapper .tabs-container .game-container .rows-container .number-picker-container .buttons-container span {
  float: none;
}
.eurojackpot-lucky-game .eurojackpot-lucky-game-section .eurojackpot-content-wrapper .rows-container .row-container .row-header {
  padding-top: 2.05vw;
  padding-bottom: 4.45vw;
}
@media (min-width: 950px) {
  .eurojackpot-lucky-game .eurojackpot-lucky-game-section .eurojackpot-content-wrapper .rows-container .row-container .row-header {
    padding-top: 0;
    padding-bottom: 2.1rem;
  }
}



@keyframes eurojackpot-shake-overlay-slide-animation {
  0% {
    transform: translateX(0);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(105%);
  }
}
.eurojackpot-classic-game .shake-overlay-wrapper,
.eurojackpot-system-game .shake-overlay-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #2E3535;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  animation: eurojackpot-shake-overlay-slide-animation 4s linear forwards;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper {
  position: relative;
  transform: translateY(25vh);
}
@keyframes eurojackpot-phone-shake-animation {
  0% {
    visibility: visible;
    transform: translateY(-100%) rotate(0);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  8% {
    transform: translateY(0) rotate(0);
  }
  15% {
    transform: translateY(-25%) rotate(0);
  }
  25% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-10%) rotate(0);
  }
  35% {
    transform: translateY(0) rotate(0);
  }
  37.5% {
    transform: translateY(-5%) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  42.5% {
    transform: rotate(20deg);
  }
  45% {
    transform: rotate(0);
  }
  47.5% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0);
  }
  52.5% {
    transform: rotate(20deg);
  }
  55% {
    transform: rotate(0);
  }
  57.5% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(0);
  }
  62.5% {
    transform: rotate(20deg);
  }
  65% {
    transform: rotate(0);
  }
  67.5% {
    transform: rotate(-20deg);
  }
  70% {
    transform: rotate(0);
  }
  72.5% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(0);
  }
  77.5% {
    transform: rotate(-15deg);
  }
  80% {
    transform: rotate(0);
  }
  82.5% {
    transform: rotate(15deg);
  }
  85% {
    transform: rotate(0);
  }
  87.5% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(0);
  }
  92.5% {
    transform: rotate(10deg);
  }
  95% {
    transform: rotate(0);
  }
  97.5% {
    transform: rotate(-10deg);
  }
  100% {
    visibility: visible;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes eurojackpot-phone-shadow-animation {
  0% {
    transform: translateY(-200%) scale(0.5);
    opacity: 0;
  }
  15% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateY(-75%) scale(0.7);
    opacity: 0.6;
  }
  40% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-25%) scale(0.9);
    opacity: 0.8;
  }
  60% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper {
  width: 26vw;
  position: relative;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  animation: eurojackpot-phone-shake-animation 2.5s 0.7s linear forwards;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape {
  width: 26vw;
  height: 46.666vw;
  fill: #635839;
  position: relative;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines {
  width: 4.733vw;
  height: 9.333vw;
  position: absolute;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  content: '';
  width: 1.333vw;
  background-color: #111111;
  position: absolute;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before {
  height: 100%;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  height: 70%;
  top: 15%;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type {
  top: 6.666vw;
  left: -7.666vw;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before {
  right: 0;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after {
  left: 0;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type {
  bottom: 6.666vw;
  right: -7.666vw;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before {
  left: 0;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after {
  right: 0;
}
.eurojackpot-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shadow,
.eurojackpot-system-game .shake-overlay-wrapper .phone-whrapper .phone-shadow {
  width: 26vw;
  height: 2.5vw;
  background-color: #111111;
  border-radius: 50%;
  position: absolute;
  bottom: -7.5vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation: eurojackpot-phone-shadow-animation 1.4s 0.7s linear forwards;
}
@keyframes eurojackpot-shake-text-animation {
  0% {
    transform: translateY(-50vh) scale(1.4);
  }
  10% {
    transform: translateY(-50vh) scale(1.4);
  }
  20% {
    transform: translateY(-50vh) scale(1.6);
  }
  30% {
    transform: translateY(-50vh) scale(1.4);
  }
  40% {
    transform: translateY(-50vh) scale(1.6);
  }
  50% {
    transform: translateY(-50vh) scale(1.4);
  }
  100% {
    transform: translateY(-10vh) scale(1);
  }
}
.eurojackpot-classic-game .shake-overlay-wrapper .shake-overlay-text,
.eurojackpot-system-game .shake-overlay-wrapper .shake-overlay-text {
  width: 60%;
  font-size: 5.6vw;
  line-height: 1.3;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50vw) scale(1);
  animation: eurojackpot-shake-text-animation 0.5s 0.1s linear forwards;
}
@keyframes eurojackpot-shake-overlay-remove-animation {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.eurojackpot-classic-game .shake-overlay-wrapper.remove,
.eurojackpot-system-game .shake-overlay-wrapper.remove {
  animation: eurojackpot-shake-overlay-slide-animation 1s forwards linear;
}



.eurojackpot-classic-game-overlay,
.eurojackpot-lightning-game-overlay,
.eurojackpot-system-game-overlay,
.eurojackpot-lucky-game-overlay,
.eurojackpot-coupon-overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: eurojackpot-overlay-background-animation 0.3s forwards linear;
  -moz-animation: eurojackpot-overlay-background-animation 0.3s forwards linear;
  -ms-animation: eurojackpot-overlay-background-animation 0.3s forwards linear;
  animation: eurojackpot-overlay-background-animation 0.3s forwards linear;
}
@-webkit-keyframes eurojackpot-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes eurojackpot-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-ms-keyframes eurojackpot-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes eurojackpot-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes eurojackpot-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(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-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(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-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(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-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(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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 eurojackpot-overlay-panel-remove-animation {
  0% {
    -webkit-transform: translateY(-52%) scale(1);
    -moz-transform: translateY(-52%) scale(1);
    -ms-transform: translateY(-52%) scale(1);
    -o-transform: translateY(-52%) scale(1);
    transform: translateY(-52%) 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;
  }
}
.eurojackpot-classic-game-overlay .pannel,
.eurojackpot-lightning-game-overlay .pannel,
.eurojackpot-system-game-overlay .pannel,
.eurojackpot-lucky-game-overlay .pannel,
.eurojackpot-coupon-overlay .pannel {
  width: 80%;
  background-color: #fff;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
  transform: translateY(-52%);
  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: eurojackpot-overlay-panel-animation 0.3s forwards linear;
  -moz-animation: eurojackpot-overlay-panel-animation 0.3s forwards linear;
  -ms-animation: eurojackpot-overlay-panel-animation 0.3s forwards linear;
  animation: eurojackpot-overlay-panel-animation 0.3s forwards linear;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game-overlay .pannel,
  .eurojackpot-lightning-game-overlay .pannel,
  .eurojackpot-system-game-overlay .pannel,
  .eurojackpot-lucky-game-overlay .pannel,
  .eurojackpot-coupon-overlay .pannel {
    width: 30rem;
    padding: 2rem;
  }
}
.eurojackpot-classic-game-overlay .icon-wrapper,
.eurojackpot-lightning-game-overlay .icon-wrapper,
.eurojackpot-system-game-overlay .icon-wrapper,
.eurojackpot-lucky-game-overlay .icon-wrapper,
.eurojackpot-coupon-overlay .icon-wrapper {
  width: 17.334vw;
  height: 17.334vw;
  background-color: #E8A332;
  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;
}
.eurojackpot-classic-game-overlay .icon-wrapper > .icon,
.eurojackpot-lightning-game-overlay .icon-wrapper > .icon,
.eurojackpot-system-game-overlay .icon-wrapper > .icon,
.eurojackpot-lucky-game-overlay .icon-wrapper > .icon,
.eurojackpot-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) {
  .eurojackpot-classic-game-overlay .icon-wrapper > .icon,
  .eurojackpot-lightning-game-overlay .icon-wrapper > .icon,
  .eurojackpot-system-game-overlay .icon-wrapper > .icon,
  .eurojackpot-lucky-game-overlay .icon-wrapper > .icon,
  .eurojackpot-coupon-overlay .icon-wrapper > .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (min-width: 950px) {
  .eurojackpot-classic-game-overlay .icon-wrapper,
  .eurojackpot-lightning-game-overlay .icon-wrapper,
  .eurojackpot-system-game-overlay .icon-wrapper,
  .eurojackpot-lucky-game-overlay .icon-wrapper,
  .eurojackpot-coupon-overlay .icon-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.eurojackpot-classic-game-overlay .headline,
.eurojackpot-lightning-game-overlay .headline,
.eurojackpot-system-game-overlay .headline,
.eurojackpot-lucky-game-overlay .headline,
.eurojackpot-coupon-overlay .headline {
  font-size: 6.666vw;
  font-weight: normal;
  margin: 3.5vw 0 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game-overlay .headline,
  .eurojackpot-lightning-game-overlay .headline,
  .eurojackpot-system-game-overlay .headline,
  .eurojackpot-lucky-game-overlay .headline,
  .eurojackpot-coupon-overlay .headline {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0.3rem;
  }
}
.eurojackpot-classic-game-overlay .text,
.eurojackpot-lightning-game-overlay .text,
.eurojackpot-system-game-overlay .text,
.eurojackpot-lucky-game-overlay .text,
.eurojackpot-coupon-overlay .text {
  font-size: 3vw;
  margin: 3vw 0 0;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game-overlay .text,
  .eurojackpot-lightning-game-overlay .text,
  .eurojackpot-system-game-overlay .text,
  .eurojackpot-lucky-game-overlay .text,
  .eurojackpot-coupon-overlay .text {
    font-size: 1.5rem;
    margin: 0.3rem 1.5rem 1.5rem;
  }
}
.eurojackpot-classic-game-overlay .buttons,
.eurojackpot-lightning-game-overlay .buttons,
.eurojackpot-system-game-overlay .buttons,
.eurojackpot-lucky-game-overlay .buttons,
.eurojackpot-coupon-overlay .buttons {
  margin: 4.5vw 0 0;
}
.eurojackpot-classic-game-overlay .buttons:after,
.eurojackpot-lightning-game-overlay .buttons:after,
.eurojackpot-system-game-overlay .buttons:after,
.eurojackpot-lucky-game-overlay .buttons:after,
.eurojackpot-coupon-overlay .buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.eurojackpot-classic-game-overlay .buttons > .btn:first-child,
.eurojackpot-lightning-game-overlay .buttons > .btn:first-child,
.eurojackpot-system-game-overlay .buttons > .btn:first-child,
.eurojackpot-lucky-game-overlay .buttons > .btn:first-child,
.eurojackpot-coupon-overlay .buttons > .btn:first-child {
  float: left;
}
.eurojackpot-classic-game-overlay .buttons .btn,
.eurojackpot-lightning-game-overlay .buttons .btn,
.eurojackpot-system-game-overlay .buttons .btn,
.eurojackpot-lucky-game-overlay .buttons .btn,
.eurojackpot-coupon-overlay .buttons .btn {
  font-weight: normal;
  color: #000;
}
.eurojackpot-classic-game-overlay .buttons > .btn:last-child,
.eurojackpot-lightning-game-overlay .buttons > .btn:last-child,
.eurojackpot-system-game-overlay .buttons > .btn:last-child,
.eurojackpot-lucky-game-overlay .buttons > .btn:last-child,
.eurojackpot-coupon-overlay .buttons > .btn:last-child {
  float: right;
}
@media (min-width: 950px) {
  .eurojackpot-classic-game-overlay .buttons,
  .eurojackpot-lightning-game-overlay .buttons,
  .eurojackpot-system-game-overlay .buttons,
  .eurojackpot-lucky-game-overlay .buttons,
  .eurojackpot-coupon-overlay .buttons {
    margin: 1.5rem 0 0;
  }
  .eurojackpot-classic-game-overlay .buttons .btn,
  .eurojackpot-lightning-game-overlay .buttons .btn,
  .eurojackpot-system-game-overlay .buttons .btn,
  .eurojackpot-lucky-game-overlay .buttons .btn,
  .eurojackpot-coupon-overlay .buttons .btn {
    width: 12.4rem;
  }
  .eurojackpot-classic-game-overlay .buttons > .btn:first-child,
  .eurojackpot-lightning-game-overlay .buttons > .btn:first-child,
  .eurojackpot-system-game-overlay .buttons > .btn:first-child,
  .eurojackpot-lucky-game-overlay .buttons > .btn:first-child,
  .eurojackpot-coupon-overlay .buttons > .btn:first-child {
    float: none;
    margin-right: 0.5rem;
  }
  .eurojackpot-classic-game-overlay .buttons > .btn:last-child,
  .eurojackpot-lightning-game-overlay .buttons > .btn:last-child,
  .eurojackpot-system-game-overlay .buttons > .btn:last-child,
  .eurojackpot-lucky-game-overlay .buttons > .btn:last-child,
  .eurojackpot-coupon-overlay .buttons > .btn:last-child {
    float: none;
    margin-left: 0.5rem;
  }
}
.eurojackpot-classic-game-overlay.remove-overlay,
.eurojackpot-lightning-game-overlay.remove-overlay,
.eurojackpot-system-game-overlay.remove-overlay,
.eurojackpot-lucky-game-overlay.remove-overlay,
.eurojackpot-coupon-overlay.remove-overlay {
  -webkit-animation: eurojackpot-overlay-background-animation 0.15s reverse linear;
  -moz-animation: eurojackpot-overlay-background-animation 0.15s reverse linear;
  -ms-animation: eurojackpot-overlay-background-animation 0.15s reverse linear;
  animation: eurojackpot-overlay-background-animation 0.15s reverse linear;
}
.eurojackpot-classic-game-overlay.remove-overlay .pannel,
.eurojackpot-lightning-game-overlay.remove-overlay .pannel,
.eurojackpot-system-game-overlay.remove-overlay .pannel,
.eurojackpot-lucky-game-overlay.remove-overlay .pannel,
.eurojackpot-coupon-overlay.remove-overlay .pannel {
  -webkit-animation: eurojackpot-overlay-panel-remove-animation 0.15s forwards linear;
  -moz-animation: eurojackpot-overlay-panel-remove-animation 0.15s forwards linear;
  -ms-animation: eurojackpot-overlay-panel-remove-animation 0.15s forwards linear;
  animation: eurojackpot-overlay-panel-remove-animation 0.15s forwards linear;
}
.eurojackpot-coupon-overlay .pannel {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 950px) {
  .eurojackpot-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 .eurojackpot-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 .eurojackpot-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.eurojackpot-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  background-color: #000;
  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) {
  .eurojackpot-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.ios-device .eurojackpot-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  height: 100%;
  opacity: 1;
  overflow: visible;
  animation: none;
}
@media (min-width: 950px) {
  .ios-device .eurojackpot-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: none;
  }
}
.eurojackpot-coupon-overlay .pannel .buttons {
  margin: 3vw 4vw 4vw;
}
@media (min-width: 950px) {
  .eurojackpot-coupon-overlay .pannel .buttons {
    margin: 1.5rem 2rem 2rem;
  }
}
.eurojackpot-coupon-overlay .pannel .buttons .btn {
  width: 34vw;
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .eurojackpot-coupon-overlay .pannel .buttons .btn:hover {
    background-color: #f5d900;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .eurojackpot-coupon-overlay .pannel .buttons .btn {
    width: 34vw;
  }
}
@media (min-width: 950px) {
  .eurojackpot-coupon-overlay .pannel .buttons .btn {
    width: 15rem;
  }
}
@-webkit-keyframes eurojackpot-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 eurojackpot-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 eurojackpot-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 eurojackpot-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: eurojackpot-overlay-active-animation 0.3s forwards linear;
  -moz-animation: eurojackpot-overlay-active-animation 0.3s forwards linear;
  -ms-animation: eurojackpot-overlay-active-animation 0.3s forwards linear;
  animation: eurojackpot-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  -webkit-animation: eurojackpot-overlay-active-animation 0.15s reverse linear;
  -moz-animation: eurojackpot-overlay-active-animation 0.15s reverse linear;
  -ms-animation: eurojackpot-overlay-active-animation 0.15s reverse linear;
  animation: eurojackpot-overlay-active-animation 0.15s reverse linear;
}



.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;
}



.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;
}



.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-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;
  }
}



.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-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 (min-width: 950px) {
  .vikinglotto-classic-game {
    background-color: #000078;
    position: relative;
  }
}
.vikinglotto-classic-game .vikinglotto-content-wrapper {
  width: 100vw;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .vikinglotto-content-wrapper {
    width: 100%;
    overflow: visible;
  }
}
.vikinglotto-classic-game .rows-container {
  height: 126.17vw;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  padding-top: 3.633vw;
  padding-bottom: 4.8vw;
  position: relative;
  will-change: transform;
  transform-origin: right center;
  transition: transform 0.2s linear;
  overflow: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-container {
    height: 43.8rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-container {
    height: 87vw;
  }
}
@-webkit-keyframes vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 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 vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 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 vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  @-webkit-keyframes vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 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 vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-right-prev-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-slide-to-left-infocus-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 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 vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-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.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-next-next-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-webkit-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-moz-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @-ms-keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
  @keyframes vikinglotto-slide-to-left-prev-row-animation {
    0% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
    100% {
      -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
      -webkit-opacity: 0.5;
      -moz-opacity: 0.5;
      opacity: 0.5;
    }
  }
}
.vikinglotto-classic-game .rows-container.slide-to-right {
  -webkit-animation: vikinglotto-slide-to-right-animation 0.6s forwards ease-in-out;
  -moz-animation: vikinglotto-slide-to-right-animation 0.6s forwards ease-in-out;
  -ms-animation: vikinglotto-slide-to-right-animation 0.6s forwards ease-in-out;
  animation: vikinglotto-slide-to-right-animation 0.6s forwards ease-in-out;
}
.vikinglotto-classic-game .rows-container.slide-to-right .in-focus {
  -webkit-animation: vikinglotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -moz-animation: vikinglotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  -ms-animation: vikinglotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
  animation: vikinglotto-slide-to-right-infocus-row-animation 0.6s forwards ease-in-out;
}
.vikinglotto-classic-game .rows-container.slide-to-right .next-row {
  -webkit-animation: vikinglotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -moz-animation: vikinglotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  -ms-animation: vikinglotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
  animation: vikinglotto-slide-to-right-next-row-animation 0.6s forwards ease-in-out;
}
.vikinglotto-classic-game .rows-container.slide-to-right .prev-row {
  -webkit-animation: vikinglotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: vikinglotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: vikinglotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
  animation: vikinglotto-slide-to-right-prev-row-animation 0.6s forwards ease-in-out;
}
.vikinglotto-classic-game .rows-container.slide-to-right .prev-prev-row {
  -webkit-animation: vikinglotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -moz-animation: vikinglotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  -ms-animation: vikinglotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
  animation: vikinglotto-slide-to-right-prev-prev-row-animation 0.6s forwards ease-in-out;
}
.vikinglotto-classic-game .rows-container.slide-to-left,
.vikinglotto-classic-game .rows-container.slide-to-left-half {
  -webkit-animation: vikinglotto-slide-to-left-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-animation 0.6s forwards linear;
}
.vikinglotto-classic-game .rows-container.slide-to-left .in-focus,
.vikinglotto-classic-game .rows-container.slide-to-left-half .in-focus {
  -webkit-animation: vikinglotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-infocus-row-animation 0.6s forwards linear;
}
.vikinglotto-classic-game .rows-container.slide-to-left .next-row,
.vikinglotto-classic-game .rows-container.slide-to-left-half .next-row {
  -webkit-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
}
.vikinglotto-classic-game .rows-container.slide-to-left .next-next-row,
.vikinglotto-classic-game .rows-container.slide-to-left-half .next-next-row {
  -webkit-animation: vikinglotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-next-next-row-animation 0.6s forwards linear;
}
.vikinglotto-classic-game .rows-container.slide-to-left .prev-row,
.vikinglotto-classic-game .rows-container.slide-to-left-half .prev-row {
  -webkit-animation: vikinglotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-prev-row-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-prev-row-animation 0.6s forwards linear;
}
.vikinglotto-classic-game .rows-container.slide-to-left .in-focus + .next-row:not(.interacted-row):last-of-type,
.vikinglotto-classic-game .rows-container.slide-to-left-half .in-focus + .next-row:not(.interacted-row):last-of-type {
  -webkit-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -moz-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  -ms-animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
  animation: vikinglotto-slide-to-left-next-row-animation 0.6s forwards linear;
}
@-webkit-keyframes vikinglotto-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, 1400, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes vikinglotto-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, 1400, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes vikinglotto-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, 1400, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes vikinglotto-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, 1400, 0, 1);
    -moz-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -ms-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -o-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, -0.0002, 0, 0, 1, 0, 0, 1400, 0, 1);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.vikinglotto-classic-game .rows-container.delete-row > .in-focus {
  -webkit-animation: vikinglotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -moz-animation: vikinglotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  -ms-animation: vikinglotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
  animation: vikinglotto-delete-row-animation-in-focus-row 0.5s 0s forwards linear;
}
.vikinglotto-classic-game .rows-container.delete-row > .in-focus + .next-row {
  -webkit-animation: vikinglotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -moz-animation: vikinglotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  -ms-animation: vikinglotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
  animation: vikinglotto-slide-to-right-infocus-row-animation 0.5s 0.15s forwards linear;
}
.vikinglotto-classic-game .rows-container.delete-row > .in-focus + .next-row + div {
  -webkit-animation: vikinglotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -moz-animation: vikinglotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  -ms-animation: vikinglotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
  animation: vikinglotto-delete-row-animation-next-next-row 0.5s 0.15s forwards linear;
}
.vikinglotto-classic-game .left-gradient,
.vikinglotto-classic-game .right-gradient {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .left-gradient,
  .vikinglotto-classic-game .right-gradient {
    width: 16vw;
  }
}
.vikinglotto-classic-game .left-gradient {
  left: 0;
  background: -moz-linear-gradient(left, #000078 0%, rgba(0, 0, 120, 0) 100%);
  background: -webkit-linear-gradient(left, #000078 0%, rgba(0, 0, 120, 0) 100%);
  background: linear-gradient(to right, #000078 0%, rgba(0, 0, 120, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000078', endColorstr='#00000078', GradientType=1);
}
.vikinglotto-classic-game .right-gradient {
  right: -19vw;
  background: -moz-linear-gradient(left, rgba(0, 0, 120, 0) 0%, #000078 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 120, 0) 0%, #000078 100%);
  background: linear-gradient(to right, rgba(0, 0, 120, 0) 0%, #000078 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000078', endColorstr='#000078', GradientType=1);
  transition: right 0.25S linear;
}
.vikinglotto-classic-game .right-gradient.active {
  right: 0;
}
.vikinglotto-classic-game .rows-wrapper {
  filter: url("#rows-side-sliding-blur");
}
.vikinglotto-classic-game .row-container {
  width: 74.799%;
  padding-bottom: 1.6vw;
  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) {
  .vikinglotto-classic-game .row-container {
    width: 91.6rem;
    padding-bottom: 1.9rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .row-container {
    width: 52%;
  }
}
.vikinglotto-classic-game .row-container.in-focus,
.vikinglotto-classic-game .row-container.next-row,
.vikinglotto-classic-game .row-container.prev-row,
.vikinglotto-classic-game .row-container.next-next-row,
.vikinglotto-classic-game .row-container.prev-prev-row {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  visibility: visible;
  will-change: transform, opacity;
}
.vikinglotto-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;
}
.vikinglotto-classic-game .row-container.next-row:after,
.vikinglotto-classic-game .row-container.prev-row:after,
.vikinglotto-classic-game .row-container.prev-prev-row:after,
.vikinglotto-classic-game .row-container.next-next-row:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.vikinglotto-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) {
  .vikinglotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 727, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 900, 6, 0, 1);
  }
}
.vikinglotto-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) {
  .vikinglotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1140, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.next-next-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, 1400, 6, 0, 1);
  }
}
.vikinglotto-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) {
  .vikinglotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -727, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .vikinglotto-classic-game .row-container.prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -900, 6, 0, 1);
  }
}
.vikinglotto-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) {
  .vikinglotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
  }
}
@media screen and (min-resolution: 1.2dppx) and (min-resolution: 115dpi) and (min-device-width: 950px) {
  .vikinglotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1140, 6, 0, 1);
  }
}
@media screen and (min-resolution: 2dppx) and (min-width: 950px) {
  .vikinglotto-classic-game .row-container.prev-prev-row {
    -webkit-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -moz-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -ms-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    -o-transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
    transform: matrix3d(0.815, 0, 0, 0, 0, 0.815, 0, 0, 0, 0, 1, 0, -1400, 6, 0, 1);
  }
}
@keyframes vikinglotto-not-completed-animation {
  0% {
    transform: scale(1);
  }
  14.28% {
    transform: scale(1.2);
  }
  28.57% {
    transform: scale(1);
  }
  42.85% {
    transform: scale(1.2);
  }
  57.13% {
    transform: scale(1);
  }
  71.41% {
    transform: scale(1.2);
  }
  85.69% {
    transform: scale(1);
  }
}
@keyframes vikinglotto-not-completed-text-animation {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.vikinglotto-classic-game .row-container.row-not-completed .cell:not(.selected) {
  animation: vikinglotto-not-completed-animation 1s forwards;
}
.vikinglotto-classic-game .row-container.row-not-completed .viking-box:not(.selected) {
  animation: vikinglotto-not-completed-animation 1s forwards;
}
.vikinglotto-classic-game .row-container.row-not-completed .header-rules-text {
  animation: vikinglotto-not-completed-text-animation 1s forwards;
}
@keyframes vikinglotto-row-demo-animation {
  0% {
    opacity: 0.5;
    left: 0%;
  }
  20% {
    opacity: 0.9;
    left: -5%;
  }
  60% {
    opacity: 0.9;
    left: -5%;
  }
  100% {
    opacity: 0.5;
    left: 0%;
  }
}
@keyframes vikinglotto-row-demo1-animation {
  0% {
    filter: blur(0);
  }
  10% {
    filter: blur(5px);
  }
  80% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes vikinglotto-row-demo2-animation {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.7;
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes vikinglotto-cell-selection-animation-demo {
  0% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
  40% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
  }
  70% {
    width: 130%;
    height: 130%;
    top: 50%;
    left: 50%;
    margin: -65%;
  }
  100% {
    width: 0%;
    height: 0%;
    top: 50%;
    left: 50%;
    margin: 0;
  }
}
.vikinglotto-classic-game .row-container.row-completed.row-blury.row-number-1 {
  animation: vikinglotto-row-demo1-animation 5s linear forwards;
}
.vikinglotto-classic-game .row-container.row-completed + .row-number-2.new-row {
  animation: vikinglotto-row-demo-animation 0.7s 4s linear forwards;
}
.vikinglotto-classic-game .row-container.row-completed + .new-row {
  animation: vikinglotto-row-demo2-animation 0.7s 4s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell .back-face {
    animation-name: vikinglotto-cell-selection-animation-demo;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+1) .back-face {
    animation-delay: 0s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+2) .back-face {
    animation-delay: 0.09s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+3) .back-face {
    animation-delay: 0.18s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+4) .back-face {
    animation-delay: 0.27s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+5) .back-face {
    animation-delay: 0.36s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+6) .back-face {
    animation-delay: 0.45s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+7) .back-face {
    animation-delay: 0.54s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+8) .back-face {
    animation-delay: 0.63s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+9) .back-face {
    animation-delay: 0.72s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+10) .back-face {
    animation-delay: 0.81s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+11) .back-face {
    animation-delay: 0.9s;
  }
  .vikinglotto-classic-game .row-container.row-completed + .new-row .cell:nth-child(12n+12) .back-face {
    animation-delay: 0.99s;
  }
}
.vikinglotto-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: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .prev-row-button {
    width: 8vw;
    height: 28vw;
    top: 47%;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .prev-row-button {
    width: 5rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(-5rem);
    -moz-transform: translateY(-50%) translateX(-5rem);
    -ms-transform: translateY(-50%) translateX(-5rem);
    -o-transform: translateY(-50%) translateX(-5rem);
    transform: translateY(-50%) translateX(-5rem);
    cursor: pointer;
  }
}
.vikinglotto-classic-game .prev-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #1d1d1d;
  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) {
  .vikinglotto-classic-game .prev-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%) translateX(-0.2rem);
    -moz-transform: translateY(-50%) translateX(-0.2rem);
    -ms-transform: translateY(-50%) translateX(-0.2rem);
    -o-transform: translateY(-50%) translateX(-0.2rem);
    transform: translateY(-50%) translateX(-0.2rem);
  }
}
.vikinglotto-classic-game .prev-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .prev-row-button.active {
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .prev-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
.vikinglotto-classic-game .create-new-row-button,
.vikinglotto-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;
  transform: translateY(-50%) translateX(10.5vw);
  transition: right 0.15s, transform 0.15s;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button,
  .vikinglotto-classic-game .next-row-button {
    width: 8vw;
    height: 28vw;
    top: 47%;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button,
  .vikinglotto-classic-game .next-row-button {
    width: 5rem;
    height: 14rem;
    -webkit-transform: translateY(-50%) translateX(5rem);
    -moz-transform: translateY(-50%) translateX(5rem);
    -ms-transform: translateY(-50%) translateX(5rem);
    -o-transform: translateY(-50%) translateX(5rem);
    transform: translateY(-50%) translateX(5rem);
    cursor: pointer;
  }
}
.vikinglotto-classic-game .create-new-row-button .icon,
.vikinglotto-classic-game .next-row-button .icon {
  width: 2.4vw;
  height: 3.468vw;
  font-size: 4.5vw;
  line-height: 0.55;
  fill: #1d1d1d;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-1.5vw);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button .icon,
  .vikinglotto-classic-game .next-row-button .icon {
    width: 1.2rem;
    height: 1.2rem;
    transform: translateY(-50%) translateX(-0.8rem);
  }
}
.vikinglotto-classic-game .next-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .next-row-button.active {
    transform: translateY(-50%) translateX(0.8rem);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .next-row-button.active:hover {
    transform: translateY(-50%) translateX(0);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button {
    width: 6.4rem;
    transform: translateY(-50%) translateX(6.4rem);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button .icon {
    -webkit-transform: translateY(-50%) translateX(-1.6rem);
    -moz-transform: translateY(-50%) translateX(-1.6rem);
    -ms-transform: translateY(-50%) translateX(-1.6rem);
    -o-transform: translateY(-50%) translateX(-1.6rem);
    transform: translateY(-50%) translateX(-1.6rem);
  }
}
@keyframes vikinglotto-create-button-demo-animation {
  0% {
    transform: translateY(-50%) translateX(6.4rem);
  }
  40% {
    background-color: rgba(235, 248, 253, 0.8);
    transform: translateY(-50%) translateX(0);
  }
  100% {
    transform: translateY(-50%) translateX(2.3rem);
  }
}
.vikinglotto-classic-game .create-new-row-button.active {
  transform: translateY(-50%) translateX(0);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button.active {
    -webkit-transform: translateY(-50%) translateX(2.3rem);
    -moz-transform: translateY(-50%) translateX(2.3rem);
    -ms-transform: translateY(-50%) translateX(2.3rem);
    -o-transform: translateY(-50%) translateX(2.3rem);
    transform: translateY(-50%) translateX(2.3rem);
    animation: vikinglotto-create-button-demo-animation 0.95s linear forwards;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .create-new-row-button.active:hover {
    right: 0.8rem;
  }
}
.vikinglotto-classic-game .create-new-row-button.active ~ .next-row-button.active {
  display: none;
}
@keyframes vikinglotto-create-new-row-text-animation {
  0% {
    transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  10% {
    transform: translateY(65vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  15% {
    transform: translateY(68vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(68vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(68vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(68vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes vikinglotto-create-new-row-text-animation-desktop {
  0% {
    transform: translateY(1rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 0;
    filter: blur(5px);
  }
  10% {
    transform: translateY(20rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  15% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  80% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: translateY(24.7rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    opacity: 1;
    filter: blur(0);
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
  width: 64vw;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(0vw) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
  animation: vikinglotto-create-new-row-text-animation 4s 0.5s linear forwards;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    top: -25%;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text {
    width: 130%;
    transform: translateY(1rem) translateY(-50%) translateX(-50vw) translateX(50%) scale(0.6);
    animation: vikinglotto-create-new-row-text-animation-desktop 4s 0.5s linear forwards;
  }
}
@keyframes vikinglotto-create-new-row-text-box-animation {
  0% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    filter: blur(5px);
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
  font-size: 6.5vw;
  line-height: 1.2;
  color: #000078;
  background-color: #fff;
  padding: 1.3vw 2.6vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  animation: vikinglotto-create-new-row-text-box-animation 0.5s 3.6s linear forwards;
  pointer-events: none;
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 2.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-box {
    font-size: 1.5vw;
    padding: 1rem 2rem;
    animation: vikinglotto-create-new-row-text-box-animation 0.5s 3.6s linear forwards;
  }
}
@keyframes vikinglotto-create-new-row-text-arrow-animation {
  0% {
    transform: translateX(0) translateY(-50%) scale(0.2);
    opacity: 0;
  }
  40% {
    transform: translateX(40vw) translateY(-50%) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(80vw) translateY(-50%) scale(0.8);
    opacity: 0;
    display: none;
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
  height: 35vw;
  width: 1.5vw;
  position: absolute;
  top: 50%;
  right: 25%;
  z-index: -1;
  transform: translateX(0) translateY(-50%) scale(0.2);
  opacity: 0;
  animation: vikinglotto-create-new-row-text-arrow-animation 1s 3.5s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow {
    height: 25rem;
    right: 15%;
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  content: '';
  height: 63%;
  width: 5vw;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before,
  .vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
    width: 5rem;
    height: 66%;
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:before {
  top: 10%;
  transform-origin: center top;
  transform: rotate(-45deg);
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active ~ .right-gradient .create-new-row-text .create-new-row-text-arrow:after {
  bottom: 10%;
  transform-origin: center bottom;
  transform: rotate(45deg);
}
@keyframes vikinglotto-create-new-row-blink-animation {
  0% {
    background-color: transparent;
  }
  12.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  25% {
    background-color: transparent;
  }
  37.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  50% {
    background-color: transparent;
  }
  62.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  75% {
    background-color: transparent;
  }
  87.5% {
    background-color: rgba(245, 217, 0, 0.95);
  }
  100% {
    background-color: transparent;
  }
}
.vikinglotto-classic-game .row-number-2.new-row ~ .create-new-row-button.active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 6px 0 0 6px;
  animation: vikinglotto-create-new-row-blink-animation 1.5s 3.5s linear forwards;
  z-index: -1;
}
.vikinglotto-classic-game .rows-list-box {
  width: 70vw;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 16vw;
  overflow: visible;
  background-color: #0000ff;
  transform: translateX(-100%);
  transition: transform 0.25s linear;
  will-change: transform;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box {
    width: 30rem;
    bottom: 7rem;
  }
}
.vikinglotto-classic-game .rows-list-box.active {
  transition: transform 0.15s linear;
  transform: translateX(0);
}
.vikinglotto-classic-game .rows-list-box.active .toggle-button {
  background-color: #ebf8fd;
}
.vikinglotto-classic-game .rows-list-box.active .toggle-button .icon-list {
  opacity: 0;
}
.vikinglotto-classic-game .rows-list-box.active .toggle-button .icon-arrow {
  opacity: 1;
}
.vikinglotto-classic-game .rows-list-box .toggle-button {
  width: 10.5vw;
  height: 10.5vw;
  background-color: rgba(235, 248, 253, 0.8);
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 0 6px 6px 0;
  transform: translateY(-30vw) translateX(10.5vw);
  transition: transform 0.15s, background-color 0.25s;
  z-index: 1;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .toggle-button {
    width: 4.2rem;
    height: 7rem;
    transform: translateY(-16rem) translateX(4.2rem);
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .toggle-button:hover .icon-list,
  .vikinglotto-classic-game .rows-list-box .toggle-button:hover .icon-arrow {
    transform: translateY(-50%) translateX(-50%) scale(1.3);
  }
}
.vikinglotto-classic-game .rows-list-box .toggle-button .icon-list,
.vikinglotto-classic-game .rows-list-box .toggle-button .icon-arrow {
  width: 3.8vw;
  height: 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  transition: transform 0.25s, opacity 0.25s;
  fill: #1d1d1d;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .toggle-button .icon-list,
  .vikinglotto-classic-game .rows-list-box .toggle-button .icon-arrow {
    width: 1.7rem;
    height: 1.2rem;
  }
}
.vikinglotto-classic-game .rows-list-box .toggle-button .icon-arrow {
  opacity: 0;
}
@keyframes vikinglotto-button-count-wrapper-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.vikinglotto-classic-game .rows-list-box .toggle-button .button-count {
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0 1.5vw;
  user-select: none;
  border-radius: 3vw;
  background-color: #0000ff;
  position: absolute;
  top: -10%;
  left: 50%;
  opacity: 0;
  animation: vikinglotto-button-count-wrapper-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .toggle-button .button-count {
    min-width: 1.5rem;
    font-size: 1.4rem;
    padding: 0.05rem 0.5rem 0.1rem;
    border-radius: 1rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.vikinglotto-classic-game .rows-list-box .container .items-box {
  font-size: 0;
  position: relative;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .rows-list-header {
  font-size: 3.5vw;
  line-height: 2.6;
  color: #fff;
  text-align: center;
  background-color: #0000ff;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .rows-list-header {
    font-size: 1.6rem;
    line-height: 2.8;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .rows-list-header {
    font-size: 2.6vw;
  }
}
@keyframes vikinglotto-information-text-wrapper-fade-in-animation {
  0% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
  100% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
}
@keyframes vikinglotto-information-text-wrapper-fade-out-animation {
  0% {
    max-height: 25rem;
    opacity: 1;
    margin-bottom: 2rem;
  }
  100% {
    max-height: 0;
    opacity: 0;
    margin-bottom: 0;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .information-text-wrapper {
  width: 80%;
  max-height: 0;
  margin: auto;
  text-align: center;
  margin-bottom: 0;
  overflow: hidden;
  animation: vikinglotto-information-text-wrapper-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .information-text-wrapper {
    margin-bottom: 2rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .information-text-wrapper.remove {
  animation: vikinglotto-information-text-wrapper-fade-out-animation 0.25s linear forwards;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
  color: #fff;
  font-size: 6vw;
  font-weight: 600;
  margin-top: 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .information-text-wrapper .text-row {
    font-size: 2.6rem;
    margin-top: 3rem;
  }
}
@keyframes vikinglotto-rows-list-in-animation {
  0% {
    transform: scaleY(0);
    opacity: 0;
    margin-bottom: -4rem;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
    margin-bottom: 0;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
  width: 100%;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  padding-left: 2.666vw;
  box-sizing: border-box;
  transform-origin: top;
  transition: background-color 0.25s linear;
  animation: vikinglotto-rows-list-in-animation 0.15s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    cursor: pointer;
    padding-left: 1.45rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item {
    font-size: 2.6vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(odd) {
  background-color: #ededee;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:nth-child(even) {
  background-color: #fff;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.active-row {
  background-color: #83d1ff;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item:hover {
    background-color: #c0f6ff;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner {
  width: 100%;
  margin: auto;
  position: relative;
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
  width: 30%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #0000ff;
  position: relative;
  float: left;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
    width: 24%;
    font-size: 1.2rem;
    line-height: 3.3;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .headline {
    font-size: 2.6vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container {
  width: 70%;
  font-size: 3.5vw;
  line-height: 2.8;
  color: #000078;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container {
    width: 76%;
    font-size: 1.4rem;
    line-height: 2.8;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container {
    font-size: 2.6vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
  width: 1.867vw;
  height: 1.867vw;
  fill: #000078;
  position: absolute;
  top: 3.9vw;
  left: 34.6vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
    width: 1rem;
    height: 1rem;
    top: 1.5rem;
    left: 14rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .plus-separator {
    top: 3.8vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .viking-numbers {
  position: absolute;
  left: 38vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .numbers-container .viking-numbers {
    left: 16rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
  width: 8vw;
  height: 8.3vw;
  position: absolute;
  right: 0;
  top: 0.7vw;
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button:hover {
    transform: scale(1.4);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    width: 1rem;
    height: 1rem;
    padding: 1.45rem;
    top: 0;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button {
    top: 1vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  fill: #777a7f;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item .item-inner .delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
  box-sizing: border-box;
  padding-left: 5vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row {
    padding-left: 3rem;
  }
}
.vikinglotto-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;
  font-size: 2.7vw;
  -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: absolute;
  top: 2.8vw;
  left: -4vw;
  line-height: 1.4;
  text-indent: 1.5vw;
  color: #fff;
  cursor: pointer;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.4rem;
    margin-right: 0.7rem;
    line-height: 1.6;
    text-indent: 0.95rem;
    top: 0.8rem;
    left: -2.7rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .items-inner-box .item.invalid-row .headline:before {
    top: 2.9vw;
    line-height: 1.2;
    text-indent: 1.4vw;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box {
  background-color: #e9e9e9;
  margin-top: -6vw;
  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;
  -webkit-transform: translateY(-110%);
  -moz-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  -o-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: -webkit-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -ms-transition: -ms-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  -o-transition: -o-transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
  transition: transform 0.25s, opacity 0.25s, visibility 0s 0.3s;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box {
    margin-top: -3rem;
    margin-left: -1rem;
    padding: 1.5rem 2rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .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) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box:after {
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #e9e9e9;
    bottom: -0.6rem;
    left: 1.3rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box .error-headline {
  font-size: 3.2vw;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box .error-headline {
    font-size: 1.6rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box .error-subheadline {
  font-size: 3.2vw;
  font-weight: 300;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .error-message-box .error-subheadline {
    font-size: 1.5rem;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
  position: relative;
  padding: 6vw 0;
  text-align: center;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper {
    height: 4rem;
    padding: 2rem 0;
  }
}
@keyframes vikinglotto-quick-button-fade-in-animation {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes vikinglotto-quick-button-fade-out-animation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(120%);
    opacity: 0;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
  width: 90%;
  font-size: 3.734vw;
  font-weight: 600;
  color: #1d1d1d;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  padding: 3vw;
  margin: auto;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  transition: background-color 0.15s linear;
  animation: vikinglotto-quick-button-fade-in-animation 0.25s linear forwards;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button {
    font-size: 1.6rem;
    padding: 0.9rem;
    cursor: pointer;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button:hover {
    background-color: #ededed;
  }
}
.vikinglotto-classic-game .rows-list-box .container .items-box .quick-button-wrapper .quick-button.inactive {
  animation: vikinglotto-quick-button-fade-out-animation 0.25s linear forwards;
}
.vikinglotto-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) {
  .vikinglotto-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;
  }
}
.vikinglotto-classic-game .rows-list-box .button .icon-list {
  width: 3.8vw;
  height: 4vw;
  fill: #1d1d1d;
  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) {
  .vikinglotto-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);
  }
}
.vikinglotto-classic-game .rows-list-box .button .icon-arrow-left {
  width: 3.8vw;
  height: 3.47vw;
  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) {
  .vikinglotto-classic-game .rows-list-box .button .icon-arrow-left {
    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);
  }
}
.vikinglotto-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) {
  .vikinglotto-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);
  }
}
.vikinglotto-classic-game .rows-list-box.active .container {
  transform: translate3d(0, 0, 0);
}
.vikinglotto-classic-game .rows-list-box.active .container .informations-box,
.vikinglotto-classic-game .rows-list-box.active .container > .headline {
  background-color: #ffffff;
}
.vikinglotto-classic-game .rows-list-box.active .container.single-row {
  transform: translate3d(0, 30vw, 0);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .rows-list-box.active .container.single-row {
    transform: translate3d(0, 8rem, 0);
  }
}
.vikinglotto-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) {
  .vikinglotto-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);
  }
}
.vikinglotto-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;
}
.vikinglotto-classic-game .rows-list-box.active .button .icon-arrow-left {
  -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) {
  .vikinglotto-classic-game .rows-list-box.active .button .icon-arrow-left {
    -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);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .rows-container {
    height: 46.8rem;
  }
}



.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper {
  padding: 0;
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .number-picker-footer,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .number-picker-footer,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .number-picker-footer,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .number-picker-footer {
  padding: 4.034vw 0 0;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .number-picker-footer,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .number-picker-footer,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .number-picker-footer,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .number-picker-footer {
    padding: 1.8rem 0 2.4rem;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container {
  width: 84.535%;
  margin: auto;
  position: relative;
  margin-bottom: 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container {
    width: 58rem;
    padding-top: 2.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container:before,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container:before,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container:before,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container:before {
    position: absolute;
    bottom: 9.4rem;
    left: -50vw;
    right: -50vw;
    background-color: #fff;
    height: 2px;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container {
  padding-bottom: 0vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container {
    padding-bottom: 0.6rem;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header {
  padding-top: 3.3vw;
  padding-bottom: 1.9vw;
  margin: 0 0 2.6vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
    margin: 0 0 2rem;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows {
  display: block;
  opacity: 0.6;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header .number-of-rows {
    padding-left: 1vw;
    display: inline-block;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .number-picker-container .number-picker-wrapper,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .number-picker-container .number-picker-wrapper,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .number-picker-container .number-picker-wrapper,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .number-picker-container .number-picker-wrapper {
  border-bottom: none;
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container {
  position: absolute;
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-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) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box {
    font-size: 1.4rem;
    padding: 0.1rem 0 0.5rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-hide {
    display: inline;
  }
}
.vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
  display: inline;
}
@media (min-width: 950px) {
  .vikinglotto-system-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .vikinglotto-lucky-game .vikinglotto-system-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .vikinglotto-system-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only,
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .counter-container .counter-box .mobile-only {
    display: none;
  }
}
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header {
  padding-top: 5.05vw;
  padding-bottom: 4.55vw;
}
@media (min-width: 950px) {
  .vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .rows-container .row-container .row-header {
    padding-top: 0;
    padding-bottom: 2.5rem;
  }
}
.vikinglotto-lucky-game .vikinglotto-lucky-game-section .vikinglotto-content-wrapper .number-picker-footer .buttons-container .reset-row-button {
  float: inherit;
}



.vikinglotto-classic-game .statistics-component-for-game-client-wrapper,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper,
.vikinglotto-lucky-game .statistics-component-for-game-client-wrapper {
  border-color: #000078;
  background-color: #0000b4;
}
.vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper,
.vikinglotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-toggle-button-wrapper .toggle-button .numbers-count-wrapper {
  background-color: #0000ff;
}
.vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper,
.vikinglotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper {
  box-sizing: content-box;
}
.vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box,
.vikinglotto-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: #0000ff;
}
.vikinglotto-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,
.vikinglotto-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,
.vikinglotto-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.2vw;
  color: #1d1d1d;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .vikinglotto-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,
  .vikinglotto-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,
  .vikinglotto-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.8rem;
  }
}
.vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
.vikinglotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell {
  color: #fff;
  padding-top: 1.9vw;
  border-radius: 0;
  background-color: transparent;
  background-image: url(/Components/DanskeSpil/Domain/VikingLotto/Graphics/SpriteSheets/VikingLottoCommonIcons/icon-viking-helmet-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
  .vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell,
  .vikinglotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.special .number-cell {
    padding-top: 0.6rem;
  }
}
.vikinglotto-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,
.vikinglotto-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,
.vikinglotto-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: #feb700;
}
.vikinglotto-classic-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell,
.vikinglotto-system-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell,
.vikinglotto-lucky-game .statistics-component-for-game-client-wrapper .statistics-component-outer-wrapper .statistics-component-inner-wrapper .numbers-from-statistics-wrapper .selected-number-box.selected.special .number-cell {
  color: #feb700;
  background-color: transparent;
  background-image: url(/Components/DanskeSpil/Domain/VikingLotto/Graphics/SpriteSheets/VikingLottoCommonIcons/icon-viking-helmet-yellow.svg);
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .statistics-component-for-game-client-wrapper + .vikinglotto-classic-game-section .vikinglotto-content-wrapper .rows-container {
    padding-top: 2rem;
  }
}



.vikinglotto-lucky-game .number-picker-footer .buttons-container {
  text-align: center;
}
.vikinglotto-classic-game .number-picker-footer,
.vikinglotto-system-game .number-picker-footer,
.vikinglotto-lucky-game .number-picker-footer,
.vikinglotto-winning-numbers .number-picker-footer {
  padding: 4.034vw 0 2.134vw;
  position: relative;
  margin: 0 1.9%;
  border-top: 1px solid #fff;
}
.vikinglotto-classic-game .number-picker-footer:after,
.vikinglotto-system-game .number-picker-footer:after,
.vikinglotto-lucky-game .number-picker-footer:after,
.vikinglotto-winning-numbers .number-picker-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer,
  .vikinglotto-system-game .number-picker-footer,
  .vikinglotto-lucky-game .number-picker-footer,
  .vikinglotto-winning-numbers .number-picker-footer {
    padding: 3rem 1rem 1.1rem;
    text-align: center;
    margin: 0 1rem;
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container,
.vikinglotto-system-game .number-picker-footer .buttons-container,
.vikinglotto-lucky-game .number-picker-footer .buttons-container,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container {
  white-space: nowrap;
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button,
.vikinglotto-system-game .number-picker-footer .buttons-container .button,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button {
  min-width: 23.2vw;
  font-size: 3.734vw;
  line-height: 1.36;
  font-weight: bold;
  color: #1d1d1d;
  text-align: left;
  background-color: #fff;
  margin-left: 3.334vw;
  padding: 3.05vw 3.6vw 2.55vw;
  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;
  transition: opacity 0.25s, background-color 0.25s, color 0.25s, transform 0.25s;
  user-select: none;
  overflow: hidden;
  will-change: transform;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button:hover,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button:hover,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button:hover,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button {
    min-width: initial;
    min-width: inherit;
    font-size: 1.6rem;
    margin-left: 2rem;
    padding: 1.3rem 1.8rem 1.1rem 1.8rem;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button {
    font-size: 1.7rem;
    text-align: center;
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button:first-child,
.vikinglotto-system-game .number-picker-footer .buttons-container .button:first-child,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button:first-child,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button:first-child {
  margin-left: 0;
  float: left;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button:first-child,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button:first-child,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button:first-child,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button:first-child {
    float: inherit;
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.inactive,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.inactive,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.inactive,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button.inactive:hover,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button.inactive:hover,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button.inactive:hover,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.inactive:hover {
    transform: scale(1);
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers {
  opacity: 0.3;
}
@keyframes vikinglotto-autogenerate-button-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  content: '';
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: radial-gradient(center, ellipse cover, rgba(43, 43, 43, 0) 0%, rgba(43, 43, 43, 0) 20%, rgba(43, 43, 43, 0.65) 45%, rgba(43, 43, 43, 0.9) 55%, rgba(43, 43, 43, 0.5) 65%, rgba(43, 43, 43, 0) 90%, rgba(43, 43, 43, 0) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:before,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:before {
  animation: vikinglotto-autogenerate-button-animation 0.8s linear infinite;
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:after,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:after {
  animation: vikinglotto-autogenerate-button-animation 0.8s 0.3s linear infinite;
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
  cursor: default;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button.autogenerating-numbers:hover,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.autogenerating-numbers:hover {
    transform: scale(1);
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
.vikinglotto-system-game .number-picker-footer .buttons-container .button.reset-row-button,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
  float: right;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .button.reset-row-button,
  .vikinglotto-system-game .number-picker-footer .buttons-container .button.reset-row-button,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .button.reset-row-button,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .button.reset-row-button {
    float: none;
  }
}
.vikinglotto-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.vikinglotto-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
.vikinglotto-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
.vikinglotto-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
.vikinglotto-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
.vikinglotto-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
.vikinglotto-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) {
  .vikinglotto-classic-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .vikinglotto-system-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .autogenerate-button .icon,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .autogenerate-button .icon,
  .vikinglotto-classic-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .vikinglotto-system-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .vikinglotto-lucky-game .number-picker-footer .buttons-container .reset-row-button .icon,
  .vikinglotto-winning-numbers .number-picker-footer .buttons-container .reset-row-button .icon {
    width: 1.6rem;
    height: 1.6rem;
    top: 1.1rem;
    right: 1.4rem;
  }
}
@-webkit-keyframes vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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);
  }
}
.vikinglotto-classic-game .row-container.shake-state .header-rules-text,
.vikinglotto-system-game .row-container.shake-state .header-rules-text,
.vikinglotto-lucky-game .row-container.shake-state .header-rules-text,
.vikinglotto-winning-numbers .row-container.shake-state .header-rules-text,
.vikinglotto-classic-game .row-container.shake-viking-numbers-state .header-rules-text,
.vikinglotto-system-game .row-container.shake-viking-numbers-state .header-rules-text,
.vikinglotto-lucky-game .row-container.shake-viking-numbers-state .header-rules-text,
.vikinglotto-winning-numbers .row-container.shake-viking-numbers-state .header-rules-text {
  -webkit-animation: vikinglotto-rules-pulse-animation 0.8s forwards;
  -moz-animation: vikinglotto-rules-pulse-animation 0.8s forwards;
  -ms-animation: vikinglotto-rules-pulse-animation 0.8s forwards;
  animation: vikinglotto-rules-pulse-animation 0.8s forwards;
}
.vikinglotto-classic-game .row-container.shake-state .row-header .tab-game-rules-text,
.vikinglotto-system-game .row-container.shake-state .row-header .tab-game-rules-text,
.vikinglotto-lucky-game .row-container.shake-state .row-header .tab-game-rules-text,
.vikinglotto-winning-numbers .row-container.shake-state .row-header .tab-game-rules-text,
.vikinglotto-classic-game .row-container.shake-viking-numbers-state .row-header .tab-game-rules-text,
.vikinglotto-system-game .row-container.shake-viking-numbers-state .row-header .tab-game-rules-text,
.vikinglotto-lucky-game .row-container.shake-viking-numbers-state .row-header .tab-game-rules-text,
.vikinglotto-winning-numbers .row-container.shake-viking-numbers-state .row-header .tab-game-rules-text {
  display: inline-block;
  animation: vikinglotto-rules-pulse-animation 0.8s forwards;
}
.vikinglotto-classic-game .row-container.shake-state .cells-container .selected,
.vikinglotto-system-game .row-container.shake-state .cells-container .selected,
.vikinglotto-lucky-game .row-container.shake-state .cells-container .selected,
.vikinglotto-winning-numbers .row-container.shake-state .cells-container .selected {
  -webkit-animation: vikinglotto-number-cell-shake-animation 0.8s forwards;
  -moz-animation: vikinglotto-number-cell-shake-animation 0.8s forwards;
  -ms-animation: vikinglotto-number-cell-shake-animation 0.8s forwards;
  animation: vikinglotto-number-cell-shake-animation 0.8s forwards;
}
.vikinglotto-classic-game .row-container.shake-viking-numbers-state .row-vikings-container .selected,
.vikinglotto-system-game .row-container.shake-viking-numbers-state .row-vikings-container .selected,
.vikinglotto-lucky-game .row-container.shake-viking-numbers-state .row-vikings-container .selected,
.vikinglotto-winning-numbers .row-container.shake-viking-numbers-state .row-vikings-container .selected {
  -webkit-animation: vikinglotto-number-cell-shake-animation 0.6s forwards;
  -moz-animation: vikinglotto-number-cell-shake-animation 0.6s forwards;
  -ms-animation: vikinglotto-number-cell-shake-animation 0.6s forwards;
  animation: vikinglotto-number-cell-shake-animation 0.6s forwards;
}
.vikinglotto-classic-game .row-header,
.vikinglotto-system-game .row-header,
.vikinglotto-lucky-game .row-header,
.vikinglotto-winning-numbers .row-header {
  font-size: 3.466vw;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 2.134vw;
  border-bottom: 1px solid #fff;
  margin: 0 1.4vw 2.6vw;
}
.vikinglotto-classic-game .row-header:after,
.vikinglotto-system-game .row-header:after,
.vikinglotto-lucky-game .row-header:after,
.vikinglotto-winning-numbers .row-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header,
  .vikinglotto-system-game .row-header,
  .vikinglotto-lucky-game .row-header,
  .vikinglotto-winning-numbers .row-header {
    font-size: 1.6rem;
    padding-bottom: 2.5rem;
    margin: 0 1rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .row-header,
  .vikinglotto-system-game .row-header,
  .vikinglotto-lucky-game .row-header,
  .vikinglotto-winning-numbers .row-header {
    font-size: 2rem;
  }
}
.vikinglotto-classic-game .row-header .counter,
.vikinglotto-system-game .row-header .counter,
.vikinglotto-lucky-game .row-header .counter,
.vikinglotto-winning-numbers .row-header .counter {
  width: 88%;
  text-align: center;
  float: left;
  opacity: 0.6;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .counter,
  .vikinglotto-system-game .row-header .counter,
  .vikinglotto-lucky-game .row-header .counter,
  .vikinglotto-winning-numbers .row-header .counter {
    width: auto;
    padding-right: 2rem;
    text-align: left;
    float: inherit;
  }
}
.vikinglotto-classic-game .row-header .right-side,
.vikinglotto-system-game .row-header .right-side,
.vikinglotto-lucky-game .row-header .right-side,
.vikinglotto-winning-numbers .row-header .right-side {
  padding-right: 2.667vw;
  position: relative;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .right-side,
  .vikinglotto-system-game .row-header .right-side,
  .vikinglotto-lucky-game .row-header .right-side,
  .vikinglotto-winning-numbers .row-header .right-side {
    padding-right: 1.5rem;
    display: inline-block;
    position: static;
  }
}
.vikinglotto-classic-game .row-header .right-side .row-delete-button,
.vikinglotto-system-game .row-header .right-side .row-delete-button,
.vikinglotto-lucky-game .row-header .right-side .row-delete-button,
.vikinglotto-winning-numbers .row-header .right-side .row-delete-button {
  display: block;
  position: absolute;
  top: 2.65vw;
  right: 2.1vw;
  cursor: pointer;
  transition: opacity 0.25s, transform 0.15s;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .right-side .row-delete-button:hover,
  .vikinglotto-system-game .row-header .right-side .row-delete-button:hover,
  .vikinglotto-lucky-game .row-header .right-side .row-delete-button:hover,
  .vikinglotto-winning-numbers .row-header .right-side .row-delete-button:hover {
    transform: scale(1.4);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .right-side .row-delete-button,
  .vikinglotto-system-game .row-header .right-side .row-delete-button,
  .vikinglotto-lucky-game .row-header .right-side .row-delete-button,
  .vikinglotto-winning-numbers .row-header .right-side .row-delete-button {
    top: 0.1rem;
    right: 1rem;
  }
}
.vikinglotto-classic-game .row-header .right-side .row-delete-button .icon,
.vikinglotto-system-game .row-header .right-side .row-delete-button .icon,
.vikinglotto-lucky-game .row-header .right-side .row-delete-button .icon,
.vikinglotto-winning-numbers .row-header .right-side .row-delete-button .icon {
  width: 2.667vw;
  height: 2.667vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .right-side .row-delete-button .icon,
  .vikinglotto-system-game .row-header .right-side .row-delete-button .icon,
  .vikinglotto-lucky-game .row-header .right-side .row-delete-button .icon,
  .vikinglotto-winning-numbers .row-header .right-side .row-delete-button .icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.vikinglotto-classic-game .row-header .right-side .row-delete-button.inactive,
.vikinglotto-system-game .row-header .right-side .row-delete-button.inactive,
.vikinglotto-lucky-game .row-header .right-side .row-delete-button.inactive,
.vikinglotto-winning-numbers .row-header .right-side .row-delete-button.inactive {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .right-side .row-delete-button.inactive:hover,
  .vikinglotto-system-game .row-header .right-side .row-delete-button.inactive:hover,
  .vikinglotto-lucky-game .row-header .right-side .row-delete-button.inactive:hover,
  .vikinglotto-winning-numbers .row-header .right-side .row-delete-button.inactive:hover {
    transform: scale(1);
  }
}
.vikinglotto-classic-game .row-header .header-rules-text,
.vikinglotto-system-game .row-header .header-rules-text,
.vikinglotto-lucky-game .row-header .header-rules-text,
.vikinglotto-winning-numbers .row-header .header-rules-text {
  width: 90%;
  color: #ffffff;
  display: inline-block;
  text-align: center;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .row-header .header-rules-text,
  .vikinglotto-system-game .row-header .header-rules-text,
  .vikinglotto-lucky-game .row-header .header-rules-text,
  .vikinglotto-winning-numbers .row-header .header-rules-text {
    width: 100%;
    text-align: left;
  }
}
.vikinglotto-classic-game .number-picker-wrapper,
.vikinglotto-system-game .number-picker-wrapper,
.vikinglotto-lucky-game .number-picker-wrapper,
.vikinglotto-winning-numbers .number-picker-wrapper {
  position: relative;
  padding-bottom: 2.7vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-wrapper,
  .vikinglotto-system-game .number-picker-wrapper,
  .vikinglotto-lucky-game .number-picker-wrapper,
  .vikinglotto-winning-numbers .number-picker-wrapper {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-wrapper,
  .vikinglotto-system-game .number-picker-wrapper,
  .vikinglotto-lucky-game .number-picker-wrapper,
  .vikinglotto-winning-numbers .number-picker-wrapper {
    display: flex;
  }
}
.vikinglotto-classic-game .number-picker-container,
.vikinglotto-system-game .number-picker-container,
.vikinglotto-lucky-game .number-picker-container,
.vikinglotto-winning-numbers .number-picker-container {
  margin: 0 -1.9%;
  position: relative;
  white-space: normal;
  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) {
  .vikinglotto-classic-game .number-picker-container,
  .vikinglotto-system-game .number-picker-container,
  .vikinglotto-lucky-game .number-picker-container,
  .vikinglotto-winning-numbers .number-picker-container {
    margin: 0 -1rem;
  }
}
.vikinglotto-classic-game .number-picker-container .cells-container,
.vikinglotto-system-game .number-picker-container .cells-container,
.vikinglotto-lucky-game .number-picker-container .cells-container,
.vikinglotto-winning-numbers .number-picker-container .cells-container {
  width: 67.068vw;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cells-container,
  .vikinglotto-system-game .number-picker-container .cells-container,
  .vikinglotto-lucky-game .number-picker-container .cells-container,
  .vikinglotto-winning-numbers .number-picker-container .cells-container {
    width: 80.2rem;
    margin: 0 0 2rem 0;
    padding: 0 1rem 0 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cells-container,
  .vikinglotto-system-game .number-picker-container .cells-container,
  .vikinglotto-lucky-game .number-picker-container .cells-container,
  .vikinglotto-winning-numbers .number-picker-container .cells-container {
    width: 85%;
  }
}
.vikinglotto-classic-game .number-picker-container .cell,
.vikinglotto-system-game .number-picker-container .cell,
.vikinglotto-lucky-game .number-picker-container .cell,
.vikinglotto-winning-numbers .number-picker-container .cell {
  width: 8.4vw;
  height: 8.4vw;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: 1.356vw;
  border-radius: 50%;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell,
  .vikinglotto-system-game .number-picker-container .cell,
  .vikinglotto-lucky-game .number-picker-container .cell,
  .vikinglotto-winning-numbers .number-picker-container .cell {
    width: 4.6rem;
    height: 0;
    padding-top: 4.6rem;
    margin: 1rem;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell,
  .vikinglotto-system-game .number-picker-container .cell,
  .vikinglotto-lucky-game .number-picker-container .cell,
  .vikinglotto-winning-numbers .number-picker-container .cell {
    width: calc(16.666% - 16px);
    height: 5.5vw;
    margin: 8px;
  }
}
.vikinglotto-classic-game .number-picker-container .cell:after,
.vikinglotto-system-game .number-picker-container .cell:after,
.vikinglotto-lucky-game .number-picker-container .cell:after,
.vikinglotto-winning-numbers .number-picker-container .cell:after {
  content: '';
  position: absolute;
  top: -1vw;
  left: -1vw;
  right: -1vw;
  bottom: -1vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell:after,
  .vikinglotto-system-game .number-picker-container .cell:after,
  .vikinglotto-lucky-game .number-picker-container .cell:after,
  .vikinglotto-winning-numbers .number-picker-container .cell:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell:hover .back-face,
  .vikinglotto-system-game .number-picker-container .cell:hover .back-face,
  .vikinglotto-lucky-game .number-picker-container .cell:hover .back-face,
  .vikinglotto-winning-numbers .number-picker-container .cell:hover .back-face,
  .vikinglotto-classic-game .number-picker-container .cell:hover .front-face,
  .vikinglotto-system-game .number-picker-container .cell:hover .front-face,
  .vikinglotto-lucky-game .number-picker-container .cell:hover .front-face,
  .vikinglotto-winning-numbers .number-picker-container .cell:hover .front-face {
    transform: scale(1.26);
  }
}
.vikinglotto-classic-game .number-picker-container .cell .back-face,
.vikinglotto-system-game .number-picker-container .cell .back-face,
.vikinglotto-lucky-game .number-picker-container .cell .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell .back-face,
.vikinglotto-classic-game .number-picker-container .cell .front-face,
.vikinglotto-system-game .number-picker-container .cell .front-face,
.vikinglotto-lucky-game .number-picker-container .cell .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell .front-face {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  color: #1d1d1d;
  transition: transform 0.1s linear;
  will-change: transform;
}
.vikinglotto-classic-game .number-picker-container .cell .back-face .number,
.vikinglotto-system-game .number-picker-container .cell .back-face .number,
.vikinglotto-lucky-game .number-picker-container .cell .back-face .number,
.vikinglotto-winning-numbers .number-picker-container .cell .back-face .number,
.vikinglotto-classic-game .number-picker-container .cell .front-face .number,
.vikinglotto-system-game .number-picker-container .cell .front-face .number,
.vikinglotto-lucky-game .number-picker-container .cell .front-face .number,
.vikinglotto-winning-numbers .number-picker-container .cell .front-face .number {
  width: 8.4vw;
  height: 8.4vw;
  position: absolute;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell .back-face .number,
  .vikinglotto-system-game .number-picker-container .cell .back-face .number,
  .vikinglotto-lucky-game .number-picker-container .cell .back-face .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .back-face .number,
  .vikinglotto-classic-game .number-picker-container .cell .front-face .number,
  .vikinglotto-system-game .number-picker-container .cell .front-face .number,
  .vikinglotto-lucky-game .number-picker-container .cell .front-face .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .front-face .number {
    width: 4.6rem;
    height: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell .back-face .number,
  .vikinglotto-system-game .number-picker-container .cell .back-face .number,
  .vikinglotto-lucky-game .number-picker-container .cell .back-face .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .back-face .number,
  .vikinglotto-classic-game .number-picker-container .cell .front-face .number,
  .vikinglotto-system-game .number-picker-container .cell .front-face .number,
  .vikinglotto-lucky-game .number-picker-container .cell .front-face .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .front-face .number {
    width: 100%;
    height: 100%;
  }
}
.vikinglotto-classic-game .number-picker-container .cell .front-face,
.vikinglotto-system-game .number-picker-container .cell .front-face,
.vikinglotto-lucky-game .number-picker-container .cell .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell .front-face {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.vikinglotto-classic-game .number-picker-container .cell .back-face,
.vikinglotto-system-game .number-picker-container .cell .back-face,
.vikinglotto-lucky-game .number-picker-container .cell .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell .back-face {
  width: 0;
  height: 0;
  background-color: #feb700;
}
.vikinglotto-classic-game .number-picker-container .cell .number,
.vikinglotto-system-game .number-picker-container .cell .number,
.vikinglotto-lucky-game .number-picker-container .cell .number,
.vikinglotto-winning-numbers .number-picker-container .cell .number {
  width: 8.4vw;
  height: 8.4vw;
  font-size: 4vw;
  line-height: 8.4vw;
  border-radius: 50%;
  background-color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell .number,
  .vikinglotto-system-game .number-picker-container .cell .number,
  .vikinglotto-lucky-game .number-picker-container .cell .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .number {
    width: 4.6rem;
    height: 4.6rem;
    font-size: 1.8rem;
    line-height: 4.6rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .cell .number,
  .vikinglotto-system-game .number-picker-container .cell .number,
  .vikinglotto-lucky-game .number-picker-container .cell .number,
  .vikinglotto-winning-numbers .number-picker-container .cell .number {
    font-size: 2.5vw;
    line-height: 5.5vw;
  }
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress {
  transform: translateZ(0);
}
@keyframes vikinglotto-select-face-animation {
  0% {
    width: 100%;
    height: 100%;
  }
  99.999% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@keyframes vikinglotto-select-back-animation {
  0% {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1;
  }
  60% {
    width: 100%;
    height: 100%;
    margin: -50%;
  }
  70% {
    width: 140%;
    height: 140%;
    margin: -70%;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
  }
}
@keyframes vikinglotto-select-back-number-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.769);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes vikinglotto-deselect-face-animation {
  0% {
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -50%;
    z-index: 1;
  }
}
@keyframes vikinglotto-deselect-back-animation {
  0% {
    width: 100%;
    height: 100%;
  }
  99.999% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 0;
    height: 0;
  }
}
@media (min-width: 950px) {
  @keyframes vikinglotto-flip-face-animation {
    0% {
      color: #fff;
      background-color: #fff;
    }
    35% {
      color: #fff;
      background-color: #fff;
    }
    65% {
      color: #fff;
      background-color: #fff;
    }
    80% {
      color: #1d1d1d;
      background-color: #fff;
    }
    100% {
      color: #1d1d1d;
      background-color: #fff;
    }
  }
  @keyframes vikinglotto-reverse-flip-face-animation {
    0% {
      color: #1d1d1d;
      background-color: #fff;
    }
    35% {
      color: #1d1d1d;
      background-color: #fff;
    }
    65% {
      color: #1d1d1d;
      background-color: #fff;
    }
    80% {
      color: #fff;
      background-color: #fff;
    }
    100% {
      color: #fff;
      background-color: #fff;
    }
  }
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress .front-face,
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress .back-face {
  position: absolute;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation: vikinglotto-flip-face-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .front-face {
  animation: vikinglotto-select-face-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation .back-face {
  animation: vikinglotto-select-back-animation 0.4s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation: vikinglotto-reverse-flip-face-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .front-face {
  animation: vikinglotto-deselect-face-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation .back-face {
  animation: vikinglotto-deselect-back-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.active .number,
.vikinglotto-system-game .number-picker-container .cell.active .number,
.vikinglotto-lucky-game .number-picker-container .cell.active .number,
.vikinglotto-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) {
  .vikinglotto-classic-game .number-picker-container .cell.active .number,
  .vikinglotto-system-game .number-picker-container .cell.active .number,
  .vikinglotto-lucky-game .number-picker-container .cell.active .number,
  .vikinglotto-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);
  }
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container,
.vikinglotto-system-game .number-picker-container .cell .bubles-container,
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container,
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  z-index: -1;
}
@keyframes vikinglotto-buble-1-1-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3D(-3rem, -1.5rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-4rem, -2.5rem, 0);
    opacity: 0;
  }
}
@keyframes vikinglotto-buble-1-2-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 2.5rem;
    height: 2.5rem;
    transform: translate3D(1.4rem, 1rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(2.4rem, 2rem, 0);
    opacity: 0;
  }
}
@keyframes vikinglotto-buble-1-3-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 2.2rem;
    height: 2.2rem;
    transform: translate3D(1.4rem, -3.9rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(2.6rem, -4.2rem, 0);
    opacity: 0;
  }
}
@keyframes vikinglotto-buble-1-4-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 3rem;
    height: 3rem;
    transform: translate3D(-3.9rem, 1.2rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-4.3rem, 1.8rem, 0);
    opacity: 0;
  }
}
@keyframes vikinglotto-buble-1-5-animation {
  0% {
    width: 0;
    height: 0;
    transform: translate3D(0, 0, 0);
  }
  60% {
    width: 1.8rem;
    height: 1.8rem;
    transform: translate3D(-2.1rem, -3.5rem, 0);
    opacity: 1;
  }
  100% {
    width: 0;
    height: 0;
    transform: translate3D(-2.3rem, -4rem, 0);
    opacity: 0;
  }
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr,
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr,
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr,
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr {
  background-color: #fff;
  border: none;
  transform: translate3d(0, 0, 0);
  border-radius: 50%;
  transition: transform 0.25s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(1),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(1) {
  animation: vikinglotto-buble-1-1-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(2),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(2) {
  animation: vikinglotto-buble-1-2-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(3),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(3) {
  animation: vikinglotto-buble-1-3-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(4),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(4) {
  animation: vikinglotto-buble-1-4-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.vikinglotto-system-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container hr:nth-of-type(5),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container hr:nth-of-type(5) {
  animation: vikinglotto-buble-1-5-animation 0.3s forwards linear;
}
@keyframes vikinglotto-face-1-1-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container span,
.vikinglotto-system-game .number-picker-container .cell .bubles-container span,
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container span,
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container span {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
}
.vikinglotto-classic-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.vikinglotto-system-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.vikinglotto-lucky-game .number-picker-container .cell .bubles-container span:nth-of-type(1),
.vikinglotto-winning-numbers .number-picker-container .cell .bubles-container span:nth-of-type(1) {
  animation: vikinglotto-face-1-1-animation 0.3s forwards linear;
}
.vikinglotto-classic-game .number-picker-container .cell.selected .front-face,
.vikinglotto-system-game .number-picker-container .cell.selected .front-face,
.vikinglotto-lucky-game .number-picker-container .cell.selected .front-face,
.vikinglotto-winning-numbers .number-picker-container .cell.selected .front-face {
  width: 0;
  height: 0;
}
.vikinglotto-classic-game .number-picker-container .cell.selected .back-face,
.vikinglotto-system-game .number-picker-container .cell.selected .back-face,
.vikinglotto-lucky-game .number-picker-container .cell.selected .back-face,
.vikinglotto-winning-numbers .number-picker-container .cell.selected .back-face {
  width: 100%;
  height: 100%;
}
.vikinglotto-classic-game .number-picker-container .cell.selected .bubles-container hr,
.vikinglotto-system-game .number-picker-container .cell.selected .bubles-container hr,
.vikinglotto-lucky-game .number-picker-container .cell.selected .bubles-container hr,
.vikinglotto-winning-numbers .number-picker-container .cell.selected .bubles-container hr {
  background-color: #fff;
}
.vikinglotto-classic-game .number-picker-container .numbers-vikings-separator,
.vikinglotto-system-game .number-picker-container .numbers-vikings-separator,
.vikinglotto-lucky-game .number-picker-container .numbers-vikings-separator,
.vikinglotto-winning-numbers .number-picker-container .numbers-vikings-separator {
  width: 1px;
  height: calc(100% - 5.412vw);
  position: absolute;
  top: 1.356vw;
  right: 10.2vw;
  background-color: #fff;
  border: none;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-system-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-lucky-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-winning-numbers .number-picker-container .numbers-vikings-separator {
    height: calc(100% - 4rem);
    top: 1rem;
    right: 12.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-system-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-lucky-game .number-picker-container .numbers-vikings-separator,
  .vikinglotto-winning-numbers .number-picker-container .numbers-vikings-separator {
    right: 13.5%;
  }
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container,
.vikinglotto-system-game .number-picker-container .row-vikings-container,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container {
  width: 11.338vw;
  text-align: center;
  position: absolute;
  right: -0.7vw;
  top: -0.1vw;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container,
  .vikinglotto-system-game .number-picker-container .row-vikings-container,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container {
    width: 10.5rem;
    right: -0.3rem;
    top: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container,
  .vikinglotto-system-game .number-picker-container .row-vikings-container,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container {
    width: 15%;
  }
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box {
  width: 100%;
  height: 11.05vw;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  float: left;
  position: relative;
  transition: transform 0.1s linear;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box:hover,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box:hover,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box:hover,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box:hover {
    transform: scale(1.26);
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box {
    width: 50%;
    height: 6.65rem;
    top: -0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box {
    height: 7.5vw;
    padding: 8px;
  }
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
  width: 100%;
  font-size: 3.8vw;
  line-height: 2.95;
  display: block;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
    font-size: 1.6rem;
    line-height: 2.9;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
    font-size: 2.5vw;
    line-height: 3.4;
  }
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon {
  width: 6.8vw;
  height: 9.26vw;
  margin: auto;
  position: absolute;
  top: 1.1vw;
  left: 0;
  right: 0;
  transition: opacity 0.25s linear;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon {
    width: 4.2rem;
    height: 5.5rem;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon {
    width: 5.5vw;
    height: 6.3vw;
  }
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon.yellow,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon.yellow,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon.yellow,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon.yellow {
  opacity: 0;
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box.selected .number,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box.selected .number {
  color: #feb700;
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box.selected .icon.white,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box.selected .icon.white,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box.selected .icon.white,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box.selected .icon.white {
  opacity: 0;
}
.vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box.selected .icon.yellow,
.vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box.selected .icon.yellow,
.vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box.selected .icon.yellow,
.vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box.selected .icon.yellow {
  opacity: 1;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cells-container,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cells-container,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cells-container {
    width: 86.2rem;
  }
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cell,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cell,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .number-picker-container .cell {
    margin: 1.5rem 1.2rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container {
    width: 5.5rem;
  }
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box {
    float: none;
    width: auto;
    height: 5.8rem;
    top: auto;
  }
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box .icon,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .number-picker-container .row-vikings-container .viking-box .icon {
    height: 4.8rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game .vikinglotto-content-wrapper--version-2 .numbers-vikings-separator,
  .vikinglotto-lucky-game .vikinglotto-content-wrapper--version-2 .numbers-vikings-separator,
  .vikinglotto-system-game .vikinglotto-content-wrapper--version-2 .numbers-vikings-separator {
    right: 7.5rem;
  }
}



.vikinglotto-system-game-header {
  background-color: #000078;
  overflow: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header {
    height: 7rem;
  }
}
.vikinglotto-system-game-header .game-navigation-wrapper {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
}
.vikinglotto-system-game-header .game-navigation-wrapper .game-navigation-item {
  color: #fff;
  text-align: center;
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5.45vw 0;
  display: table-cell;
  cursor: pointer;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-navigation-wrapper .game-navigation-item {
    font-size: 1.6rem;
    padding: 2.4rem 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-system-game-header .game-navigation-wrapper .game-navigation-item {
    font-size: 2.5vw;
    padding: 2.5vw 0;
  }
}
.vikinglotto-system-game-header .game-navigation-wrapper .game-navigation-item.active {
  color: #fff;
  background-color: #0000ff;
}
.vikinglotto-system-game-header .game-switch-wrapper {
  background-color: #0000ff;
  position: relative;
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper {
  white-space: nowrap;
  user-select: none;
  overflow: hidden;
  overflow-x: auto;
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
  display: inline-block;
  padding-right: 6vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper {
    padding-right: 0;
  }
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  color: #fff;
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5.4vw 0;
  margin: 0 0 0 5vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 1.6rem;
    padding: 2.4rem 0;
    margin: 0 0 0 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title,
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
    font-size: 2.5vw;
    padding: 2.5vw 0;
  }
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
  margin: 0 0 0 6vw;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title:last-child,
  .vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item:last-child {
    margin: 0 9.5rem 0 2.5rem;
  }
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title {
  cursor: default;
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  cursor: pointer;
  opacity: 0.6;
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item.active {
  color: #fff;
  opacity: 1;
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button {
  width: 11vw;
  height: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.2s linear;
  z-index: 1;
  cursor: pointer;
  will-change: transform;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-button {
    width: 11rem;
    height: 7rem;
  }
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button.next {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 255, 0) 0%, #0000ff 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 255, 0) 0%, #0000ff 100%);
  background: linear-gradient(to right, rgba(0, 0, 255, 0) 0%, #0000ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000ff', endColorstr='#0000ff', GradientType=1);
  transform: translate3d(100%, 0, 0);
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button.next:hover .icon {
  transform: translate3d(0, -50%, 0);
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button.prev {
  left: 0;
  background: -moz-linear-gradient(left, #0000ff 0%, rgba(0, 0, 255, 0) 100%);
  background: -webkit-linear-gradient(left, #0000ff 0%, rgba(0, 0, 255, 0) 100%);
  background: linear-gradient(to right, #0000ff 0%, rgba(0, 0, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#000000ff', GradientType=1);
  transform: translate3d(-100%, 0, 0);
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button.prev:hover .icon {
  transform: translate3d(-100%, -50%, 0);
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button.active {
  transform: translate3d(0, 0, 0);
}
.vikinglotto-system-game-header .game-switch-wrapper .switch-button .icon {
  width: 2.133vw;
  height: 3.466vw;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: transform 0.15s linear;
}
@media (min-width: 950px) {
  .vikinglotto-system-game-header .game-switch-wrapper .switch-button .icon {
    width: 2rem;
    height: 3rem;
  }
}
.vikinglotto-system-game-header.overflown-left .game-switch-wrapper .switch-button.prev {
  transform: translate3d(0, 0, 0);
}
.vikinglotto-system-game-header.overflown-right .game-switch-wrapper .switch-button.next {
  transform: translate3d(0, 0, 0);
}



.vikinglotto-game-tabs-wrapper {
  background-color: #0000b4;
}
.vikinglotto-game-tabs-wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vikinglotto-game-tabs-wrapper .tabs-navigation {
  width: 14vw;
  display: inline-block;
  float: left;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-navigation {
    width: 7rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item {
  padding-top: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.vikinglotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
  width: 4.8vw;
  height: 4.8vw;
  text-align: center;
  fill: #fff;
  color: #fff;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
@media (min-width: 768px) {
  .vikinglotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active {
  background-color: #000078;
}
.vikinglotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon {
  fill: #fff;
  color: #fff;
}
.vikinglotto-game-tabs-wrapper .tabs-container {
  width: 86vw;
  font-size: 0;
  line-height: 0;
  background-color: #000078;
  overflow: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container {
    width: calc(100% - 7rem);
  }
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container {
    width: calc(100% - 6rem);
    margin: auto;
    overflow: hidden;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
  width: 72.8vw;
  font-size: 3.733vw;
  color: #fff;
  padding: 0.6vw 0 1.9vw;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
    font-size: 1.8rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper {
    width: 100%;
    font-size: 2.8rem;
    padding: 0 0 1rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
  font-size: 3.733vw;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 5.4vw 0 5.5vw;
  border-bottom: 1px solid #fff;
  line-height: 0.7;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .tab-headline {
    font-size: 1.6rem;
    padding: 3.5rem 0 2.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
  font-size: 3.733vw;
  line-height: 1.3;
  margin: 0;
  padding: 2.9vw 0 1vw;
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p {
    width: 58.5rem;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2.5rem 0 0.6rem;
    margin: auto;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p.explanation {
  font-size: 2.8vw;
  line-height: 1.3;
  margin: 0;
  padding: 4vw 0;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper p.explanation {
    width: 58.5rem;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 0.6rem 0;
    margin: auto;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
  margin: 0;
  padding: 4vw 0;
  list-style-type: none;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol {
    width: 58.5rem;
    font-size: 1.6rem;
    padding: 2rem 0 1.8rem;
    margin: auto;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
  counter-increment: custom-counter;
  position: relative;
  padding: 7.7vw 0 4.8vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li {
    padding: 4.1rem 0 2.4rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
  content: counter(custom-counter);
  width: 6vw;
  height: 6vw;
  font-size: 2.933vw;
  font-weight: bold;
  color: #1d1d1d;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 6vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper ol li:before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table {
  width: 100%;
  border-collapse: inherit;
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.3;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table {
    width: 45rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
  background-color: #dddddd;
  font-size: 3.2vw;
  color: #4f5254;
  padding: 3vw 0 3vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th {
    font-size: 1.6rem;
    padding: 1.8rem 0 1.7rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
  width: 39%;
  border-right: 0.2rem solid rgba(163, 166, 171, 0.4);
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table thead th:first-child {
    width: 40%;
    border-right: 0.1rem solid rgba(163, 166, 171, 0.4);
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr:nth-child(even) {
  background-color: #f1f2f2;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
  font-size: 3.2vw;
  color: #4f5254;
  padding: 3.4vw 0 3.3vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td {
    font-size: 1.5rem;
    padding: 1.6rem 0 1.6rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
  border-right: 0.2rem solid rgba(163, 166, 171, 0.4);
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .simple-custom-table tbody tr td:first-child {
    border-right: 0.1rem solid rgba(163, 166, 171, 0.4);
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
  max-height: 570vw;
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s linear;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper {
    max-height: 268rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper {
  text-align: center;
  height: 15rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  background: -webkit-linear-gradient(top, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  background: linear-gradient(to bottom, rgba(197, 0, 5, 0) 0%, rgba(197, 0, 5, 0) 1%, #c50005 90%, #c50005 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c50005', endColorstr='#c50005', GradientType=0);
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper .expand-action-wrapper .btn {
  position: relative;
  bottom: -7rem;
  background: #fff;
  display: inline-block;
  text-transform: uppercase;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active {
  padding-bottom: 16rem;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .simple-custom-table {
  margin-bottom: 14rem;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper {
  bottom: -1rem;
}
.vikinglotto-game-tabs-wrapper .tabs-container .tab-container .inner-wrapper .table-foldable-wrapper.active .expand-action-wrapper .btn {
  bottom: -5rem;
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordions-container {
  border-radius: 6px;
  overflow: hidden;
  line-height: 1.3;
  margin: 3.2vw auto 0;
}
@media (min-width: 768px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordions-container {
    width: 45rem;
    margin: 1.7rem auto 2.2rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .print-button {
  font-size: 0;
  line-height: 0;
  background-color: #0000ff;
  float: right;
  border-radius: 6px 6px 0 0;
  padding: 2vw 3vw 3vw;
  margin-bottom: -1vw;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: transform 0.1s ease-out;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .print-button {
    padding: 1rem 1.5rem 2rem;
    margin-bottom: -0.5rem;
    bottom: -0.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
  width: 4vw;
  height: 4vw;
  fill: #fff;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .print-button .icon-print {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .print-button:hover {
    transform: translate3d(0, -0.5rem, 0);
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
  font-size: 3.733vw;
  color: #fff;
  background-color: #0000ff;
  padding: 2.935vw 0;
  border-radius: 6px 6px 0 0;
  clear: both;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordions-container .accordions-header {
    font-size: 1.6rem;
    padding: 1.9rem 0;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper {
  line-height: 1.3;
  border-bottom: 0.2rem solid #fff;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper {
    border-bottom: 0.1rem solid #fff;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
  text-align: left;
  background-color: #f1f2f2;
  padding: 4.267vw 8vw 4.267vw 4vw;
  position: relative;
  cursor: pointer;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header {
    padding: 0.4rem 3rem 1rem 2rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
  font-size: 3.733vw;
  font-weight: bold;
  color: #4f5254;
  text-transform: uppercase;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .title {
    font-size: 1.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
  width: 2.667vw;
  height: 2.667vw;
  position: absolute;
  top: 5.7vw;
  right: 3.966vw;
  fill: #777a7f;
  overflow: visible;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon {
    width: 1.3rem;
    height: 1.3rem;
    top: 2.3rem;
    right: 1.9rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon use {
  transition: transform 0.25s linear, opacity 0.25s linear;
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
  transform: translateY(-0.7vw);
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .arrow-down {
    transform: translateY(-0.5rem);
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-header .icon .close {
  opacity: 0;
  transform: translateY(-150%);
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body {
  background-color: #fff;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.25s linear;
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.2vw;
  color: #4f5254;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table {
    font-size: 1.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
  border-bottom: 0.2rem solid #f1f2f2;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr {
    border-bottom: 0.1rem solid #f1f2f2;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
  padding: 2.6vw 0 3.9vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td {
    padding: 1.6rem 0 1.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
  display: none;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table thead tr td span {
    display: inline-block;
    padding-left: 0.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
  padding-top: 2.5vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:first-child td {
    padding-top: 1.4rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.4vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.7rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
  width: 17.25%;
  padding-top: 1vw;
  padding-bottom: 0.9vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td {
    width: 18.5%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
  width: 31%;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .accordion-table tbody tr td:last-child {
    width: 26%;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
  width: 100%;
  line-height: 1.3;
  font-size: 3.733vw;
  color: #4f5254;
  text-align: left;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table {
    font-size: 1.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
  width: 78%;
  padding: 2.8vw 0 2.8vw 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td {
    width: 88%;
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
  width: 22%;
  padding: 2.8vw 0;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr td:last-child {
    width: 12%;
    padding: 1.6rem 0;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
  padding: 4.5vw 0 3.3vw 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
  padding: 4.5vw 0 3.3vw 0;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:first-child td:last-child {
    padding: 1.6rem 0;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
  padding: 3.3vw 0 4vw 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td {
    padding: 1.6rem 0 1.6rem 2rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
  padding: 3.3vw 0 4vw 0;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper .accordion-body .simple-accordion-table tbody tr:last-child td:last-child {
    padding: 1.6rem 0;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .arrow-down {
  opacity: 0;
  transform: translateY(150%);
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-header .icon .close {
  opacity: 1;
  transform: translateY(-0.4rem);
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper.active .accordion-body {
  max-height: 40rem;
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child {
  border-bottom: none;
}
.vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
  padding-bottom: 3.6vw;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .accordion-wrapper:last-child .accordion-body .accordion-table tbody tr:last-child td {
    padding-bottom: 1.5rem;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .game-container .rows-container {
  width: 86.835%;
}
@media (min-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 91.6rem;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-game-tabs-wrapper .tabs-container .game-container .rows-container {
    width: 60%;
  }
}
.vikinglotto-game-tabs-wrapper .tabs-container .game-container .rows-container .number-picker-container {
  text-align: left;
}



@keyframes vikinglotto-shake-overlay-slide-animation {
  0% {
    transform: translateX(0);
  }
  92% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.vikinglotto-classic-game .shake-overlay-wrapper,
.vikinglotto-system-game .shake-overlay-wrapper {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: #0000ff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  animation: vikinglotto-shake-overlay-slide-animation 4s 2s linear forwards;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper {
  position: relative;
  transform: translateY(25vh);
}
@keyframes vikinglotto-phone-shake-animation {
  0% {
    visibility: visible;
    transform: translateY(-100%) rotate(0);
    opacity: 0;
  }
  2% {
    opacity: 1;
  }
  8% {
    transform: translateY(0) rotate(0);
  }
  15% {
    transform: translateY(-25%) rotate(0);
  }
  25% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-10%) rotate(0);
  }
  35% {
    transform: translateY(0) rotate(0);
  }
  37.5% {
    transform: translateY(-5%) rotate(0);
  }
  40% {
    transform: translateY(0) rotate(0);
  }
  42.5% {
    transform: rotate(20deg);
  }
  45% {
    transform: rotate(0);
  }
  47.5% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0);
  }
  52.5% {
    transform: rotate(20deg);
  }
  55% {
    transform: rotate(0);
  }
  57.5% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(0);
  }
  62.5% {
    transform: rotate(20deg);
  }
  65% {
    transform: rotate(0);
  }
  67.5% {
    transform: rotate(-20deg);
  }
  70% {
    transform: rotate(0);
  }
  72.5% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(0);
  }
  77.5% {
    transform: rotate(-15deg);
  }
  80% {
    transform: rotate(0);
  }
  82.5% {
    transform: rotate(15deg);
  }
  85% {
    transform: rotate(0);
  }
  87.5% {
    transform: rotate(-15deg);
  }
  90% {
    transform: rotate(0);
  }
  92.5% {
    transform: rotate(10deg);
  }
  95% {
    transform: rotate(0);
  }
  97.5% {
    transform: rotate(-10deg);
  }
  100% {
    visibility: visible;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes vikinglotto-phone-shadow-animation {
  0% {
    transform: translateY(-200%) scale(0.5);
    opacity: 0;
  }
  15% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  30% {
    transform: translateY(-75%) scale(0.7);
    opacity: 0.6;
  }
  40% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-25%) scale(0.9);
    opacity: 0.8;
  }
  60% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper {
  width: 26vw;
  position: relative;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  animation: vikinglotto-phone-shake-animation 2.5s 2.7s linear forwards;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .phone-shape {
  width: 26vw;
  height: 46.666vw;
  fill: #fff;
  position: relative;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines {
  width: 4.733vw;
  height: 9.333vw;
  position: absolute;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  content: '';
  width: 1.333vw;
  background-color: #000078;
  position: absolute;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:before {
  height: 100%;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:after {
  height: 70%;
  top: 15%;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type {
  top: 6.666vw;
  left: -7.666vw;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:before {
  right: 0;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:first-of-type:after {
  left: 0;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type {
  bottom: 6.666vw;
  right: -7.666vw;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:before {
  left: 0;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shape-whrapper .shake-lines:last-of-type:after {
  right: 0;
}
.vikinglotto-classic-game .shake-overlay-wrapper .phone-whrapper .phone-shadow,
.vikinglotto-system-game .shake-overlay-wrapper .phone-whrapper .phone-shadow {
  width: 26vw;
  height: 2.5vw;
  background-color: #000078;
  border-radius: 50%;
  position: absolute;
  bottom: -7.5vw;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  animation: vikinglotto-phone-shadow-animation 1.4s 2.7s linear forwards;
}
@keyframes vikinglotto-shake-text-animation {
  0% {
    transform: translateY(-50vh) scale(1.4);
  }
  10% {
    transform: translateY(-50vh) scale(1.4);
  }
  20% {
    transform: translateY(-50vh) scale(1.6);
  }
  30% {
    transform: translateY(-50vh) scale(1.4);
  }
  40% {
    transform: translateY(-50vh) scale(1.6);
  }
  50% {
    transform: translateY(-50vh) scale(1.4);
  }
  100% {
    transform: translateY(-10vh) scale(1);
  }
}
.vikinglotto-classic-game .shake-overlay-wrapper .shake-overlay-text,
.vikinglotto-system-game .shake-overlay-wrapper .shake-overlay-text {
  width: 60%;
  font-size: 5.6vw;
  line-height: 1.3;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50vw) scale(1);
  animation: vikinglotto-shake-text-animation 0.5s 2.1s linear forwards;
}
@keyframes vikinglotto-shake-overlay-remove-animation {
  0% {
    left: 0;
  }
  100% {
    left: 100vw;
  }
}
.vikinglotto-classic-game .shake-overlay-wrapper.remove,
.vikinglotto-system-game .shake-overlay-wrapper.remove {
  animation: vikinglotto-shake-overlay-slide-animation 1s forwards linear;
}



.vikinglotto-classic-game-overlay,
.vikinglotto-lightning-game-overlay,
.vikinglotto-system-game-overlay,
.vikinglotto-lucky-game-overlay,
.vikinglotto-coupon-overlay {
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-animation: vikinglotto-overlay-background-animation 0.3s forwards linear;
  -moz-animation: vikinglotto-overlay-background-animation 0.3s forwards linear;
  -ms-animation: vikinglotto-overlay-background-animation 0.3s forwards linear;
  animation: vikinglotto-overlay-background-animation 0.3s forwards linear;
}
@-webkit-keyframes vikinglotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-moz-keyframes vikinglotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-ms-keyframes vikinglotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes vikinglotto-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@-webkit-keyframes vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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;
  }
}
.vikinglotto-classic-game-overlay .pannel,
.vikinglotto-lightning-game-overlay .pannel,
.vikinglotto-system-game-overlay .pannel,
.vikinglotto-lucky-game-overlay .pannel,
.vikinglotto-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: vikinglotto-overlay-panel-animation 0.3s forwards linear;
  -moz-animation: vikinglotto-overlay-panel-animation 0.3s forwards linear;
  -ms-animation: vikinglotto-overlay-panel-animation 0.3s forwards linear;
  animation: vikinglotto-overlay-panel-animation 0.3s forwards linear;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game-overlay .pannel,
  .vikinglotto-lightning-game-overlay .pannel,
  .vikinglotto-system-game-overlay .pannel,
  .vikinglotto-lucky-game-overlay .pannel,
  .vikinglotto-coupon-overlay .pannel {
    width: 30rem;
    padding: 2rem;
  }
}
.vikinglotto-classic-game-overlay .icon-wrapper,
.vikinglotto-lightning-game-overlay .icon-wrapper,
.vikinglotto-system-game-overlay .icon-wrapper,
.vikinglotto-lucky-game-overlay .icon-wrapper,
.vikinglotto-coupon-overlay .icon-wrapper {
  width: 17.334vw;
  height: 17.334vw;
  background-color: #000078;
  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;
}
.vikinglotto-classic-game-overlay .icon-wrapper > .icon,
.vikinglotto-lightning-game-overlay .icon-wrapper > .icon,
.vikinglotto-system-game-overlay .icon-wrapper > .icon,
.vikinglotto-lucky-game-overlay .icon-wrapper > .icon,
.vikinglotto-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) {
  .vikinglotto-classic-game-overlay .icon-wrapper > .icon,
  .vikinglotto-lightning-game-overlay .icon-wrapper > .icon,
  .vikinglotto-system-game-overlay .icon-wrapper > .icon,
  .vikinglotto-lucky-game-overlay .icon-wrapper > .icon,
  .vikinglotto-coupon-overlay .icon-wrapper > .icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
@media (min-width: 950px) {
  .vikinglotto-classic-game-overlay .icon-wrapper,
  .vikinglotto-lightning-game-overlay .icon-wrapper,
  .vikinglotto-system-game-overlay .icon-wrapper,
  .vikinglotto-lucky-game-overlay .icon-wrapper,
  .vikinglotto-coupon-overlay .icon-wrapper {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.vikinglotto-classic-game-overlay .headline,
.vikinglotto-lightning-game-overlay .headline,
.vikinglotto-system-game-overlay .headline,
.vikinglotto-lucky-game-overlay .headline,
.vikinglotto-coupon-overlay .headline {
  font-size: 6.666vw;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #000078;
  margin: 3.5vw 0 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game-overlay .headline,
  .vikinglotto-lightning-game-overlay .headline,
  .vikinglotto-system-game-overlay .headline,
  .vikinglotto-lucky-game-overlay .headline,
  .vikinglotto-coupon-overlay .headline {
    font-size: 2.5rem;
    margin: 1rem 1.5rem 0.3rem;
  }
}
.vikinglotto-classic-game-overlay .text,
.vikinglotto-lightning-game-overlay .text,
.vikinglotto-system-game-overlay .text,
.vikinglotto-lucky-game-overlay .text,
.vikinglotto-coupon-overlay .text {
  font-size: 3vw;
  margin: 3vw 0 0;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game-overlay .text,
  .vikinglotto-lightning-game-overlay .text,
  .vikinglotto-system-game-overlay .text,
  .vikinglotto-lucky-game-overlay .text,
  .vikinglotto-coupon-overlay .text {
    font-size: 1.5rem;
    margin: 0.3rem 1.5rem 1.5rem;
  }
}
.vikinglotto-classic-game-overlay .buttons,
.vikinglotto-lightning-game-overlay .buttons,
.vikinglotto-system-game-overlay .buttons,
.vikinglotto-lucky-game-overlay .buttons,
.vikinglotto-coupon-overlay .buttons {
  margin: 4.5vw 0 0;
}
.vikinglotto-classic-game-overlay .buttons:after,
.vikinglotto-lightning-game-overlay .buttons:after,
.vikinglotto-system-game-overlay .buttons:after,
.vikinglotto-lucky-game-overlay .buttons:after,
.vikinglotto-coupon-overlay .buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vikinglotto-classic-game-overlay .buttons > .btn:first-child,
.vikinglotto-lightning-game-overlay .buttons > .btn:first-child,
.vikinglotto-system-game-overlay .buttons > .btn:first-child,
.vikinglotto-lucky-game-overlay .buttons > .btn:first-child,
.vikinglotto-coupon-overlay .buttons > .btn:first-child {
  float: left;
}
.vikinglotto-classic-game-overlay .buttons .btn,
.vikinglotto-lightning-game-overlay .buttons .btn,
.vikinglotto-system-game-overlay .buttons .btn,
.vikinglotto-lucky-game-overlay .buttons .btn,
.vikinglotto-coupon-overlay .buttons .btn {
  /*font-weight: normal;*/
  color: #000;
}
.vikinglotto-classic-game-overlay .buttons > .btn:last-child,
.vikinglotto-lightning-game-overlay .buttons > .btn:last-child,
.vikinglotto-system-game-overlay .buttons > .btn:last-child,
.vikinglotto-lucky-game-overlay .buttons > .btn:last-child,
.vikinglotto-coupon-overlay .buttons > .btn:last-child {
  float: right;
}
@media (min-width: 950px) {
  .vikinglotto-classic-game-overlay .buttons,
  .vikinglotto-lightning-game-overlay .buttons,
  .vikinglotto-system-game-overlay .buttons,
  .vikinglotto-lucky-game-overlay .buttons,
  .vikinglotto-coupon-overlay .buttons {
    margin: 1.5rem 0 0;
  }
  .vikinglotto-classic-game-overlay .buttons .btn,
  .vikinglotto-lightning-game-overlay .buttons .btn,
  .vikinglotto-system-game-overlay .buttons .btn,
  .vikinglotto-lucky-game-overlay .buttons .btn,
  .vikinglotto-coupon-overlay .buttons .btn {
    width: 12.4rem;
  }
  .vikinglotto-classic-game-overlay .buttons > .btn:first-child,
  .vikinglotto-lightning-game-overlay .buttons > .btn:first-child,
  .vikinglotto-system-game-overlay .buttons > .btn:first-child,
  .vikinglotto-lucky-game-overlay .buttons > .btn:first-child,
  .vikinglotto-coupon-overlay .buttons > .btn:first-child {
    float: none;
    margin-right: 0.5rem;
  }
  .vikinglotto-classic-game-overlay .buttons > .btn:last-child,
  .vikinglotto-lightning-game-overlay .buttons > .btn:last-child,
  .vikinglotto-system-game-overlay .buttons > .btn:last-child,
  .vikinglotto-lucky-game-overlay .buttons > .btn:last-child,
  .vikinglotto-coupon-overlay .buttons > .btn:last-child {
    float: none;
    margin-left: 0.5rem;
  }
}
.vikinglotto-classic-game-overlay.remove-overlay,
.vikinglotto-lightning-game-overlay.remove-overlay,
.vikinglotto-system-game-overlay.remove-overlay,
.vikinglotto-lucky-game-overlay.remove-overlay,
.vikinglotto-coupon-overlay.remove-overlay {
  -webkit-animation: vikinglotto-overlay-background-animation 0.15s reverse linear;
  -moz-animation: vikinglotto-overlay-background-animation 0.15s reverse linear;
  -ms-animation: vikinglotto-overlay-background-animation 0.15s reverse linear;
  animation: vikinglotto-overlay-background-animation 0.15s reverse linear;
}
.vikinglotto-classic-game-overlay.remove-overlay .pannel,
.vikinglotto-lightning-game-overlay.remove-overlay .pannel,
.vikinglotto-system-game-overlay.remove-overlay .pannel,
.vikinglotto-lucky-game-overlay.remove-overlay .pannel,
.vikinglotto-coupon-overlay.remove-overlay .pannel {
  -webkit-animation: vikinglotto-overlay-panel-remove-animation 0.15s forwards linear;
  -moz-animation: vikinglotto-overlay-panel-remove-animation 0.15s forwards linear;
  -ms-animation: vikinglotto-overlay-panel-remove-animation 0.15s forwards linear;
  animation: vikinglotto-overlay-panel-remove-animation 0.15s forwards linear;
}
.vikinglotto-coupon-overlay .pannel {
  padding: 0;
  overflow: hidden;
}
@media (min-width: 950px) {
  .vikinglotto-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 .vikinglotto-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 .vikinglotto-coupon-overlay .pannel .coupon-iframe-wrapper {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.vikinglotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  background-color: #000078;
  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) {
  .vikinglotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: lotto-coupon-iframe-wrapper-height-animation-desktop 0.3s 0.3s linear forwards;
  }
}
.ios-device .vikinglotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
  height: 100%;
  opacity: 1;
  overflow: visible;
  animation: none;
}
@media (min-width: 950px) {
  .ios-device .vikinglotto-coupon-overlay .pannel .coupon-iframe-wrapper .coupon-iframe {
    animation: none;
  }
}
.vikinglotto-coupon-overlay .pannel .buttons {
  margin: 3vw 4vw 4vw;
}
@media (min-width: 950px) {
  .vikinglotto-coupon-overlay .pannel .buttons {
    margin: 1.5rem 2rem 2rem;
  }
}
.vikinglotto-coupon-overlay .pannel .buttons .btn {
  width: 35vw;
  transition: background-color 0.15s linear;
}
@media (min-width: 950px) {
  .vikinglotto-coupon-overlay .pannel .buttons .btn:hover {
    background-color: #f5d900;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .vikinglotto-coupon-overlay .pannel .buttons .btn {
    width: 34vw;
  }
}
@media (min-width: 950px) {
  .vikinglotto-coupon-overlay .pannel .buttons .btn {
    width: 15rem;
  }
}
@-webkit-keyframes vikinglotto-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 vikinglotto-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 vikinglotto-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 vikinglotto-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: vikinglotto-overlay-active-animation 0.3s forwards linear;
  -moz-animation: vikinglotto-overlay-active-animation 0.3s forwards linear;
  -ms-animation: vikinglotto-overlay-active-animation 0.3s forwards linear;
  animation: vikinglotto-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  -webkit-animation: vikinglotto-overlay-active-animation 0.15s reverse linear;
  -moz-animation: vikinglotto-overlay-active-animation 0.15s reverse linear;
  -ms-animation: vikinglotto-overlay-active-animation 0.15s reverse linear;
  animation: vikinglotto-overlay-active-animation 0.15s reverse linear;
}



.subscriptions-wrapper .funding-radio-select-wrapper {
  width: 100%;margin: 0 auto 2rem;
}
.subscriptions-wrapper .funding-radio-select-wrapper {
  max-width: 48rem;
}
.subscriptions-wrapper .funding-radio-select-wrapper {
  margin-top: 1rem !important;
}
.subscriptions-wrapper .funding-radio-select-wrapper {
  margin-bottom: 3rem !important;
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper {
  width: 100%;
  line-height: 0;
  float: left;
  padding: 1.4rem 2rem;
  user-select: none;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper {
    padding: 0;
    text-align: center;
    width: 50%;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper.stretch {
  text-align: center;
  padding: 0;
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper.stretch .radio-label .icon:first-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper.stretch {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper:hover {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper:hover .radio-button {
    border-width: 3px;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper.selected .radio-button:before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-button {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2.5rem;
  position: relative;
  transition: border-width 150ms linear;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-button {
    width: 2rem;
    height: 2rem;
    margin: 0 1rem;
    border-width: 1px;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-button:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-color: #004b32;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: opacity 150ms linear, transform 150ms cubic-bezier(0.34, 3.5, 0.7, 1);
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-button:before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label {
  font-size: 1.4rem;
  color: #6e6e6e;
  position: relative;
  top: -0.8rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label {
    font-size: 1.5rem;
    top: -0.4rem;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label .icon {
  width: 2.9rem;
  height: 2rem;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  padding: 0.2rem;
  margin-left: 0.5rem;
  position: relative;
  top: 0.5rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label .icon {
    width: 3.4rem;
    height: 2.8rem;
    top: 0.9rem;
    margin-left: 0.2rem;
    padding: 0.2rem;
  }
}
.subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label .icon:first-child {
  margin-left: 1.3rem;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .funding-radio-select-wrapper .radio-button-wrapper .radio-label .icon:first-child {
    margin-left: 1.5rem;
  }
}
.subscriptions-wrapper .bank-account-details {
  display: flex;
}
.subscriptions-wrapper .bank-account-details .bank-account-detail {
  width: 30%;
  padding: 0 1rem 0 0;
}
.subscriptions-wrapper .bank-account-details .bank-account-detail:last-child {
  padding: 0 0 0 1rem;
  width: 70%;
}
.subscriptions-wrapper .bank-account-details label {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #323232;
}
.subscriptions-wrapper .bank-account-details input {
  border: 0.1rem solid #e6e6e6;
  border-radius: 0.4rem;
  height: 5rem;
  font-family: monospace, serif;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  width: 100%;
  padding: 0 0.5rem 0 1.5rem;
  background-color: white;
}
@media (min-width: 768px) {
  .subscriptions-wrapper .bank-account-details input {
    padding: 0 0.5rem 0 2rem;
  }
}
.subscriptions-wrapper .cta-button {
  min-width: 50vw;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #323232;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background-color: #feb700;
  padding: 1.4rem 0.8rem 1.5rem;
  display: inline-block;
  transition: min-width 150ms linear, background-color 150ms linear;
  margin: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .cta-button {
    min-width: 25rem;
    font-size: 1.6rem;
    cursor: pointer;
    padding: 1.6rem 2rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .cta-button:hover {
    background-color: #eaa900;
  }
}
.subscriptions-wrapper .cta-button .cta-button-text {
  display: inline-block;
  transition: transform 150ms linear;
}
.subscriptions-wrapper .cta-button .cta-button-loader-box {
  width: 100%;
  transform: translateY(-200%) scale(0.8);
  opacity: 0;
  transition: transform 0.25s, opacity 150ms;
  position: absolute;
  left: 0;
}
.subscriptions-wrapper .cta-button .cta-button-loader-box .loader-text {
  display: inline-block;
}
.subscriptions-wrapper .cta-button .cta-button-loader-box .loader-animation-box {
  margin-left: 0.5rem;
  display: inline-block;
}
.subscriptions-wrapper .cta-button .cta-button-loader-box .loader-animation-box .loader-dot {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.3rem;
  border-radius: 50%;
  background-color: #323232;
  display: inline-block;
}
@media (min-width: 1024px) {
  .subscriptions-wrapper .cta-button .cta-button-loader-box .loader-animation-box .loader-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.subscriptions-wrapper .cta-button.processing {
  min-width: 70%;
  cursor: default;
}
.subscriptions-wrapper .cta-button.processing .cta-button-text {
  transform: scale(0.6) translateY(100%);
}
.subscriptions-wrapper .cta-button.processing .cta-button-loader-box {
  transform: translateY(-28%) scale(1);
  opacity: 1;
}
.subscriptions-wrapper .cta-button.processing .cta-button-loader-box .loader-animation-box .loader-dot:nth-child(1n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.66s infinite;
}
.subscriptions-wrapper .cta-button.processing .cta-button-loader-box .loader-animation-box .loader-dot:nth-child(2n) {
  animation: loader-dot-animation 0.5s ease-in-out -0.33s infinite;
}
.subscriptions-wrapper .cta-button.processing .cta-button-loader-box .loader-animation-box .loader-dot:nth-child(3n) {
  animation: loader-dot-animation 0.5s ease-in-out -1s infinite;
}
@keyframes select-funding-fadein-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.subscriptions-wrapper .select-funding-fadein-animation {
  animation: select-funding-fadein-animation 200ms ease-out forwards;
  z-index: 10;
}
.subscription-overview-wrapper .funding-order-summary-wrapper {
  width: 100%;
  padding: 1.9rem;
  border: none;
}
@media (min-width: 1024px) {
  .subscription-overview-wrapper .funding-order-summary-wrapper {
    width: 58rem;
    padding: 2.8rem 0;
  }
}
.subscription-overview-wrapper .funding-order-summary-wrapper .funding-order-summary-inner-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .subscription-overview-wrapper .funding-order-summary-wrapper .funding-order-summary-inner-wrapper {
    width: 52rem;
  }
}



@keyframes boostAi-loading {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes boostAi-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.aiboost-button {
  opacity: 0;
  display: none;
}
.aiboost-button--visible {
  transition: opacity 0.55s;
  opacity: 1;
  display: block;
}
.boostAi-circle {
  position: fixed;
  z-index: 20;
  bottom: 2rem;
  right: 2rem;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 1rem 0;
  height: 5rem;
  width: 5rem;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #004b32 url('/Components/DanskeSpil/Domain/AvalonKundecenter/Graphics/SpriteSheets/Icons/kc-chat.svg') no-repeat 50% 50%;
  background-size: 3rem;
}
@media (min-width: 960px) {
  .boostAi-circle {
    height: 7.5rem;
    width: 7.5rem;
    background-size: unset;
  }
}
.boostAi-circle:active,
.boostAi-circle:hover {
  animation: boostAi-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.boostAi-circle[data-enabled="True"] {
  display: flex;
}
.boostAi-circle.loading {
  animation-name: boostAi-loading;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}



.btn-with-x-padding {
  padding-left: 2rem;
}
@keyframes btn-pulse-inner-loading-animation {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  95%,
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0);
  }
}
@keyframes btn-pulse-loading-animation {
  38% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  65%,
  100% {
    transform: scale(1);
  }
}
/* ===========================================
   imports
   ========================================= */
/* ********* Variables ********* */
/* ===========================================
   settings.global
   ========================================= */
/**
 * High-level settings and variables,
 * that are accessible in whole Avalon project
*/
/* ===========================================
   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
   ========================================= */
.lottie-top-spot {
  color: var(--text-color, white);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  z-index: 1;
}
.lottie-top-spot .responsive-bg {
  background-color: var(--background-color, #004b32);
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lottie-top-spot .responsive-bg picture {
  width: 100%;
  height: 100%;
}
.lottie-top-spot .responsive-bg picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.lottie-top-spot__content-wrapper {
  text-align: center;
  padding: 4rem 0 5rem;
}
.lottie-top-spot__header {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 800;
  margin-bottom: 3rem;
}
.lottie-top-spot__logo:not(:empty) {
  padding: 0 2rem;
}
.lottie-top-spot__logo:not(:empty) img {
  max-width: 100%;
  height: auto;
}
.lottie-top-spot__description {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  white-space: break-spaces;
  margin-top: 3rem;
}
.lottie-top-spot__cta {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  min-width: 18rem;
  height: 5.6rem;
  color: #000000;
  transition: color 200ms ease-out;
  display: inline-flex;
  margin-top: 1.8rem;
}
.lottie-top-spot__cta::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
@media screen and (min-width: 375px) {
  .lottie-top-spot__cta {
    min-width: 21.4rem;
  }
}
.lottie-top-spot__cta::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.lottie-top-spot__cta:not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.lottie-top-spot__cta.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.lottie-top-spot__cta.btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.lottie-top-spot__cta.btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.lottie-top-spot__cta.btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
.lottie-top-spot__cta:not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.lottie-top-spot__lottie {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.lottie-top-spot__lottie .lottie-top-spot__lottie-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.lottie-top-spot__lottie .lottie-top-spot__lottie-player {
  position: absolute;
  top: 0;
  width: 500rem;
  height: 100%;
}
.lottie-top-spot--as-banner {
  max-width: 1280px;
  width: calc(100% - 4rem);
  margin: auto;
  overflow: hidden;
  padding: 2rem 0;
}
.lottie-top-spot--as-banner .responsive-bg {
  border-radius: 40px;
  overflow: hidden;
  top: 2rem;
  bottom: 2rem;
}
.lottie-top-spot--as-banner .lottie-top-spot__content {
  max-width: 100%;
  padding: 0 2.4rem;
}
.lottie-top-spot--as-banner .lottie-top-spot__content-wrapper {
  padding: 5.6rem 0;
}
.lottie-top-spot--as-banner .lottie-top-spot__header {
  margin-bottom: 2.4rem;
}
.lottie-top-spot--as-banner .lottie-top-spot__description {
  font-size: 10rem;
  line-height: 1;
  font-weight: 800;
  margin-top: 0;
}
.lottie-top-spot--as-banner .lottie-top-spot__cta {
  margin-top: 4rem;
}



.multi-banner-spot {
  --button-line-gradient: linear-gradient(239deg, #00ffae -55.52%, #027d56 2.15%, #01291c 106.16%);
  position: relative;
}
.multi-banner-spot--eurojackpot .responsive-bg {
  background-color: #000000;
}
.multi-banner-spot--lotto .responsive-bg {
  background-color: #E11E00;
}
.multi-banner-spot--lotto .multi-banner-spot-content .multi-banner-spot__big-text {
  font-weight: 900;
  text-transform: lowercase;
}
.multi-banner-spot--lotto .multi-banner-spot-content .multi-banner-spot__title {
  position: relative;
  text-transform: none;
  letter-spacing: 0.1em;
  top: -1rem;
}
.multi-banner-spot--lotto .multi-banner-spot__cta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot--vikinglotto .responsive-bg {
  background-color: #0000ff;
}
.multi-banner-spot--allornothing .multi-banner-spot__cta {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot--allornothing .responsive-bg {
  background-color: #312f51;
}
.multi-banner-spot[data-variant='variant-7'] .responsive-bg {
  background-color: transparent;
}
.multi-banner-spot.multi-banner-spot--top + #multi-client {
  margin-top: -3.5rem;
}
.multi-banner-spot.multi-banner-spot--top.multi-banner-spot--variant-11 .multi-banner-spot-content-wrapper {
  overflow: hidden;
  max-height: 35rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--top.multi-banner-spot--variant-11 .multi-banner-spot-content-wrapper {
    max-height: 50rem;
  }
}
.multi-banner-spot.multi-banner-spot--banner {
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}
.multi-banner-spot.multi-banner-spot--banner:not(.theme-playtogether) {
  padding: 3.2rem 2rem;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--banner:not(.theme-playtogether) {
    padding: 6rem 2rem;
  }
}
.multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.multi-banner-spot.multi-banner-spot--banner .responsive-bg {
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 4rem;
  overflow: hidden;
  top: 2rem;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}
.multi-banner-spot .responsive-bg picture {
  width: 100%;
  height: 100%;
}
.multi-banner-spot .responsive-bg picture img {
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot__lottie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.multi-banner-spot .multi-banner-spot__lottie .multi-banner-spot__lottie-player {
  position: absolute;
  top: 0;
  width: 500rem;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot-content {
  color: var(--multi-banner-spot__color, white);
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  padding: 2rem 2rem 7rem;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  font-weight: 800;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content {
    font-size: 2rem;
    padding: 4rem 2rem 9rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content--with-footer {
  padding: 2rem 2rem 10rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content--with-footer {
    padding: 4rem 2rem 12rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__logo {
  margin-bottom: 2.4rem;
  max-width: 100%;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__title {
  opacity: 0.8;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content .multi-banner-spot__title {
    margin-bottom: 1.2rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__big-text {
  font-size: 7.6rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content .multi-banner-spot__big-text {
    font-size: 8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-content-wrapper {
  display: flex;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
  opacity: 0.8;
  margin-right: 0.5rem;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child) {
  position: relative;
  padding-right: 1rem;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: 0.3rem;
  bottom: 0.3rem;
  right: 0.5rem;
  background-color: var(--multi-client-top-spot__color, white);
  opacity: 0.5;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__count-down .multi-banner-spot__count-down-flashy-text--dimmed {
  opacity: 0.8;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__cta {
  cursor: pointer;
  height: 5.6rem;
  min-width: 24rem;
  background-color: #FEB700;
  border-radius: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  font-size: 1.2rem;
  text-decoration: none;
  margin-top: 2.4rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-banner-spot .multi-banner-spot-content .multi-banner-spot__variant5-image {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  object-fit: contain;
  padding: 0 2.4rem;
  box-sizing: border-box;
}
.multi-banner-spot .multi-banner-spot-content .hidden {
  display: none !important;
}
.multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content {
  padding: 3.2rem 2rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot.multi-banner-spot--banner .multi-banner-spot-content {
    padding: 6rem 2rem;
  }
}
.multi-banner-spot__footer {
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  height: 3rem;
  width: 100%;
  background: white;
  border-radius: 3rem 3rem 0 0;
}
.theme-playtogether .multi-banner-spot__footer {
  background: white;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__title {
  opacity: 1;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__big-text {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down {
  margin-bottom: 1.3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-content-wrapper {
  justify-content: center;
  flex-wrap: wrap;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-label {
    font-size: 1.6rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time {
  font-size: 4.4rem;
  letter-spacing: normal;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span {
  position: relative;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child) {
  padding-right: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 0.1rem;
  top: 1.2rem;
  bottom: 0.9rem;
  right: 1.4rem;
  background-color: var(--multi-client-top-spot__color, white);
  opacity: 0.5;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span::before {
  text-transform: uppercase;
  position: absolute;
  bottom: -1.3rem;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:not(:last-child)::before {
  padding-right: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:first-child::before {
  content: 'Dage';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(2)::before {
  content: 'Timer';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(3)::before {
  content: 'Min.';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down .multi-banner-spot__count-down-time span:nth-child(4)::before {
  content: 'Sek.';
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__title {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__big-text {
  font-size: 4rem;
  max-width: 50rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__count-down {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-6 .multi-banner-spot__cta {
  margin-top: 1.2rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 {
  color: inherit;
  text-transform: none;
  padding: 0;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__title {
  color: var(--multi-banner-spot__color, #000000);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__title {
    font-size: 4rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__sub-title {
    line-height: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__big-text,
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__count-down {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 32rem;
  overflow: hidden;
  border-radius: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 110rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__icon-gradient {
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  height: 4.8rem;
  width: 4.8rem;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--button-line-gradient);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__icon-gradient {
    height: 8.8rem;
    width: 8.8rem;
    top: calc(50% - 4.4rem);
    left: calc(50% - 4.4rem);
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__play-icon {
  height: 1.6rem;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__play-icon {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__thumbnail {
  display: block;
  width: 100%;
  height: 100%;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-7 .multi-banner-spot__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 {
  align-items: start;
  padding: 2rem 4rem 4.8rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 {
    padding: 13rem 6.4rem 4.8rem 11rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer {
  padding: 2rem 4rem 7.8rem;
}
@media screen and (min-width: 1440px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer {
    padding: 13rem 6.4rem 7.8rem 11rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__title {
  order: 2;
  opacity: 1;
  font-size: 2rem;
  line-height: 2.2rem;
  width: 100%;
  text-align: left;
  margin-top: 3rem;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__title {
    width: initial;
    text-align: initial;
    line-height: 3.2rem;
    font-size: 2.4rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__sub-title {
  order: 3;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.2rem;
  width: 100%;
  text-align: left;
  margin-bottom: 4.2rem;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__sub-title {
    width: initial;
    text-align: initial;
    margin-bottom: 7.2rem;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__big-text {
  order: 1;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: initial;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__big-text {
    font-size: 4rem;
    line-height: 4.8rem;
    max-width: 48rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
  position: absolute;
  bottom: 5.2rem;
  right: 3.2rem;
  order: 5;
  background: white;
  height: 4.8rem;
  width: 4.8rem;
  border-radius: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
    width: 22rem;
    height: 5.6rem;
    border-radius: 3.2rem;
    right: 6.4rem;
  }
}
@media screen and (min-width: 950px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action {
    right: 14rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8.multi-banner-spot-content--with-footer .multi-banner-spot__secondary-call-to-action {
  bottom: 7.8rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action-inner-play-icon {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  order: 5;
  background: var(--button-line-gradient);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__secondary-call-to-action-inner-play-icon {
    top: 0.8rem;
    left: 0.8rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__play-icon {
  position: absolute;
  top: 1.1rem;
  left: 1.3rem;
  height: 1.6rem;
  width: 1.6rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text {
  display: none;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text {
    display: block;
    width: 13.4rem;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0.05rem;
    position: absolute;
    top: 1.2rem;
    left: 5.6rem;
    text-align: left;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot_secondary-call-to-action-text b {
  font-weight: 800;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__cta {
  order: 4;
  min-width: 22rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__cta {
    min-width: 24rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-8 .multi-banner-spot__video-teaser {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  object-fit: cover;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 {
  color: inherit;
  padding: 0rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 * {
  box-sizing: border-box;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__title {
  color: #000000;
  font-weight: 700;
  opacity: 1;
  font-size: 2.8rem;
  line-height: 3.8rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__sub-title {
    width: initial;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__big-text {
  display: none;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__inner-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__cta {
  position: absolute;
  min-width: 22rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__cta {
    min-width: 24rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__video-teaser {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  object-fit: cover;
  background: transparent;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-10 .multi-banner-spot__variant-image {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  object-fit: contain;
  padding: 0;
  box-sizing: border-box;
  border-radius: 3rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 * {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 {
    align-items: initial;
    justify-content: initial;
    padding: clamp(0rem, 10%, 12rem);
    margin-top: 0rem;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__title {
  color: #000000;
  font-weight: 700;
  opacity: 1;
  font-size: 2.8rem;
  line-height: 3.8rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__title {
    font-size: 4rem;
    line-height: 4.8rem;
    margin-top: auto;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__sub-title {
  color: #828282;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: none;
  width: 100%;
  text-align: center;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  margin-top: -0.75rem;
  letter-spacing: 0.05rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__sub-title {
    width: initial;
    text-align: initial;
    margin-top: inherit;
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__big-text {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: initial;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  max-width: 43rem;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__big-text {
    position: absolute;
    font-size: 4rem;
    line-height: 4.8rem;
    width: initial;
    text-align: initial;
    margin: 0;
    max-width: 45rem;
    top: 47%;
    transform: translateY(-47%);
  }
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__inner-wrapper {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__cta {
  position: relative;
  min-width: 22rem;
  margin-top: 1.6rem;
  line-height: 5.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot .multi-banner-spot-content.multi-banner-spot-content-variants--variant-11 .multi-banner-spot__cta {
    position: absolute;
    min-width: 24rem;
    bottom: 8.4rem;
    margin: 0;
  }
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__big-text {
  font-size: 5rem;
}
@media screen and (min-width: 480px) {
  .multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__big-text {
    font-size: 6.4rem;
  }
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down-time > span {
  width: 3ch;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content.multi-banner-spot-content-variants--variant-3 .multi-banner-spot__count-down-time > span:last-child {
  width: 2ch;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span {
  width: 4ch;
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span::after {
  right: 0rem;
}
.multi-banner-spot.multi-banner-spot--allornothing .multi-banner-spot-content .multi-banner-spot__count-down-time > span:last-child {
  width: 3ch;
}
.multi-banner-spot__modal .generic-modal__card {
  max-width: 110rem;
  max-height: 90%;
  width: 96%;
  padding: 2.4rem 0.8rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal__card {
    width: 90%;
    padding: 2.8rem 2.4rem 2.4rem 2.4rem;
  }
}
.multi-banner-spot__modal .generic-modal__close-button {
  right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal__close-button {
    right: 2.4rem;
  }
}
.multi-banner-spot__video {
  width: 100%;
  max-height: 70vh;
}



@keyframes generic-modal-fade-in-animation {
  100% {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
  }
}
@keyframes generic-modal-fade-out-animation {
  100% {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
  }
}
@keyframes generic-modal-card-slide-in-animation {
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes generic-modal-card-slide-out-animation {
  100% {
    opacity: 0;
    transform: translateY(0%);
  }
}
.generic-modal-active::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.generic-modal {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  backdrop-filter: blur(0);
}
.generic-modal .generic-modal__loading {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  margin: auto;
  transform: translateY(-50%);
}
.generic-modal .generic-modal__card {
  width: 96%;
  max-width: 90rem;
  min-height: 20rem;
  max-height: 80%;
  background-color: white;
  border-radius: 1.6rem;
  opacity: 0;
  margin: auto;
  padding: 5.6rem 2.4rem 2.4rem;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(0%);
  overflow: clip;
  animation-duration: 0.15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__card {
    padding: 7.2rem 4rem 4rem;
  }
}
.generic-modal .generic-modal__card a {
  color: inherit;
  text-decoration: underline;
}
.generic-modal .generic-modal__close-button {
  background-color: transparent;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  padding: 0.4rem;
  border: none;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__close-button {
    top: 4rem;
    right: 4rem;
  }
}
.generic-modal .generic-modal__close-button .icon-x {
  width: 1.4rem;
  height: 1.4rem;
  display: block;
  transition: transform 0.15s linear;
}
@media screen and (min-width: 768px) {
  .generic-modal .generic-modal__close-button:hover .icon-x {
    transform: scale(1.1);
  }
}
.generic-modal.generic-modal--fade-in {
  animation-name: generic-modal-fade-in-animation;
}
.generic-modal.generic-modal--fade-in .generic-modal__card {
  animation-delay: 0.25s;
  animation-name: generic-modal-card-slide-in-animation;
}
.generic-modal.generic-modal--fade-out {
  animation-delay: 0.25s;
  animation-name: generic-modal-fade-out-animation;
}
.generic-modal.generic-modal--fade-out .generic-modal__card {
  animation-name: generic-modal-card-slide-out-animation;
}
.generic-modal.generic-modal--active {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
  backdrop-filter: blur(3px);
}
.generic-modal.generic-modal--active .generic-modal__card {
  transform: translateY(-50%);
  opacity: 1;
}
.multi-banner-spot__modal .generic-modal .generic-modal__card {
  padding: 4.8rem 1.4rem 1.4rem 1.4rem;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal .generic-modal__card {
    padding: 5.8rem 2.4rem 2.4rem 2.4rem;
  }
}
.multi-banner-spot__modal .generic-modal .generic-modal__close-button {
  z-index: 1;
  top: 1.2rem;
  right: 1rem;
  background: #f4f4f4;
  padding: 0.8rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .multi-banner-spot__modal .generic-modal .generic-modal__close-button {
    top: 1.4rem;
    right: 2.2rem;
  }
}



.btn-with-x-padding {
  padding-left: 2rem;
}
@keyframes btn-pulse-inner-loading-animation {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  95%,
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0);
  }
}
@keyframes btn-pulse-loading-animation {
  38% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  65%,
  100% {
    transform: scale(1);
  }
}
.generic-overlay {
  max-height: initial;
  margin: auto;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  animation: generic-overlay-background-animation 0.3s forwards linear;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@keyframes generic-overlay-background-animation {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@keyframes generic-overlay-panel-animation {
  0% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes generic-overlay-panel-remove-animation {
  0% {
    transform: translateY(-50%) scale(1);
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50%) scale(0.85);
    filter: blur(0.3rem);
    opacity: 0;
  }
}
.generic-overlay .panel {
  max-height: 86vh;
  max-width: 64rem;
  width: 96%;
  background: white;
  padding: 5.6rem 2.4rem 2.4rem;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  overflow: auto;
  transform: translateY(-50%);
  animation: generic-overlay-panel-animation 0.3s forwards linear;
}
.generic-overlay .panel .icon-wrapper {
  height: 16rem;
  margin-bottom: 3rem;
}
.generic-overlay .panel .image-caption {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.generic-overlay .panel .headline {
  font-size: 2.8rem;
  line-height: 3.4rem;
  margin-top: 0;
}
.generic-overlay .panel .subheading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 700;
}
.generic-overlay .panel .text {
  max-width: 100%;
  width: 60rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 1.5rem auto 2.5rem;
  overflow: hidden;
  white-space: break-spaces;
}
.generic-overlay .panel .button {
  margin: auto;
}
.generic-overlay.generic-overlay--is-shown .panel {
  animation: unset;
}
.generic-overlay.remove-overlay {
  animation: generic-overlay-background-animation 0.15s reverse linear;
}
.generic-overlay.remove-overlay .panel {
  animation: generic-overlay-panel-remove-animation 0.15s forwards linear;
}
.generic-overlay .buttons {
  display: flex;
}
.generic-overlay .generic-overlay__close-button {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  cursor: pointer;
  transition: transform 0.15s linear, filter 0.15s linear;
  will-change: transform;
  z-index: 1;
}
.generic-overlay .generic-overlay__close-button .icon {
  width: 30%;
  height: 30%;
  transition: transform 0.15s linear;
  will-change: transform;
}
.generic-overlay .generic-overlay__close-button:hover {
  transform: scale(1.1);
}
.generic-overlay .generic-overlay__close-button:hover .icon {
  transform: scale(1.3);
}
.generic-overlay .generic-overlay__cta-button {
  max-width: 24rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  height: 5.6rem;
  min-width: 18rem;
  padding-left: 2rem;
  display: flex;
  padding: 0;
  margin: auto;
}
.generic-overlay .generic-overlay__cta-button::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.generic-overlay .generic-overlay__cta-button::after {
  background-color: white;
  border-color: #000000;
}
@media screen and (min-width: 375px) {
  .generic-overlay .generic-overlay__cta-button {
    min-width: 21.4rem;
  }
}
.generic-overlay .generic-overlay__cta-button:not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.generic-overlay .generic-overlay__cta-button.primary-button {
  color: #000000;
  transition: color 200ms ease-out;
}
.generic-overlay .generic-overlay__cta-button.primary-button::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.generic-overlay .generic-overlay__cta-button.primary-button:not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.generic-overlay .generic-overlay__cta-button.primary-button.btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
.generic-overlay.summer-campaign .panel {
  background: radial-gradient(64.86% 53.9% at 67.2% 46.1%, #ED911B 0%, #D56429 100%);
  color: white;
}
.generic-overlay.summer-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.summer-campaign .panel .generic-overlay__cta-button::after {
  border: none;
  background-color: #FEB700;
}
.generic-overlay.christmas-2022-campaign .panel {
  max-width: 80%;
  width: 94rem;
  background: radial-gradient(122.78% 122.08% at 12.14% 5.08%, #B71817 0%, #791105 100%);
  border-radius: 40px;
}
.generic-overlay.christmas-2022-campaign .panel .icon-wrapper {
  height: auto;
}
.generic-overlay.christmas-2022-campaign .panel .icon-wrapper img {
  max-width: 100%;
}
.generic-overlay.christmas-2022-campaign .panel .headline,
.generic-overlay.christmas-2022-campaign .panel .text {
  color: white;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button {
  width: 23.5rem;
  color: #852825;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 16px;
  border: none;
  border-radius: 30px;
  background: #BA9142;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: color 0.15s linear, filter 0.15s linear;
  z-index: 0;
  overflow: hidden;
  min-height: 5.6rem;
  letter-spacing: 0.1rem;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  border-radius: 30px;
  border: 1px solid currentColor;
  z-index: 1;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2rem;
  bottom: 0;
  right: 0rem;
  background: linear-gradient(234.19deg, #F2C74E -22.41%, #FDF8CF 29.4%, #BA9142 100%);
  z-index: -1;
  transition: transform 0.15s linear, opacity 0.15s linear;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button:hover:not(.inactive) {
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button:hover:not(.inactive)::after {
  transform: translateX(2rem);
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.inactive {
  background: #791105;
  color: #B71817;
  cursor: default;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.inactive::after {
  opacity: 0;
}
@keyframes lotto-christmas-loader-fade-animation {
  100% {
    max-width: 5rem;
    margin-left: 0.6rem;
    opacity: 1;
  }
}
@keyframes lotto-christmas-loader-dot-animation {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
  }
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button .loader {
  max-width: 0;
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button .loader .loader__dot {
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.2rem;
  border-radius: 50%;
  background-color: #852825;
  display: inline-block;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading {
  cursor: default;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader {
  animation: lotto-christmas-loader-fade-animation 0.1s linear forwards;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(1n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -0.81s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(2n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -0.48s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.loading .loader__dot:nth-child(3n) {
  animation: lotto-christmas-loader-dot-animation 0.5s ease-in-out -1.15s infinite;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.btn--disabled {
  opacity: 0.5;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.outlined::before {
  background-color: #791105;
}
.generic-overlay.christmas-2022-campaign .panel .generic-overlay__cta-button.outlined span {
  background: linear-gradient(19.13deg, #FAC826 -69%, #FFFACB -2.4%, #F8EEBA 11.61%, #E7D08D 39.41%, #CBA145 78.1%, #C2912E 89.92%, #EDD688 164.09%, #FFFACB 198.9%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  z-index: 1;
}
.generic-overlay.accordion-info-overlay__readmore .icon-wrapper,
.generic-overlay.super-millionaire .icon-wrapper {
  height: auto;
  margin-bottom: 0;
}
.generic-overlay.accordion-info-overlay__readmore .generic-overlay__cta-button::after,
.generic-overlay.super-millionaire .generic-overlay__cta-button::after {
  border: none;
  background-color: #FEB700;
}
.generic-overlay.campaign-overlay__custom-campaign {
  --multiclient-campaign-primary-color-l-remainder: (100 - var(--multiclient-campaign-primary-color-l));
  --multiclient-campaign-primary-hsl-values: var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc(var(--multiclient-campaign-primary-color-l) * 1%);
  --multiclient-campaign-primary-color-100: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) + (var(--multiclient-campaign-primary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-primary-color-300: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) + (var(--multiclient-campaign-primary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-primary-color-500: hsl(var(--multiclient-campaign-primary-hsl-values));
  --multiclient-campaign-primary-color-900: hsl(var(--multiclient-campaign-primary-color-h), calc(var(--multiclient-campaign-primary-color-s) * 1%), calc((var(--multiclient-campaign-primary-color-l) - (var(--multiclient-campaign-primary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-secondary-color-l-remainder: (100 - var(--multiclient-campaign-secondary-color-l));
  --multiclient-campaign-secondary-hsl-values: var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc(var(--multiclient-campaign-secondary-color-l) * 1%);
  --multiclient-campaign-secondary-color-100: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) + (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-secondary-color-300: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) + (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-secondary-color-500: hsl(var(--multiclient-campaign-secondary-hsl-values));
  --multiclient-campaign-secondary-color-900: hsl(var(--multiclient-campaign-secondary-color-h), calc(var(--multiclient-campaign-secondary-color-s) * 1%), calc((var(--multiclient-campaign-secondary-color-l) - (var(--multiclient-campaign-secondary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-tertiary-color-l-remainder: (100 - var(--multiclient-campaign-tertiary-color-l));
  --multiclient-campaign-tertiary-hsl-values: var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc(var(--multiclient-campaign-tertiary-color-l) * 1%);
  --multiclient-campaign-tertiary-color-100: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) + (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.8)) * 1%));
  --multiclient-campaign-tertiary-color-300: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) + (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.4)) * 1%));
  --multiclient-campaign-tertiary-color-500: hsl(var(--multiclient-campaign-tertiary-hsl-values));
  --multiclient-campaign-tertiary-color-900: hsl(var(--multiclient-campaign-tertiary-color-h), calc(var(--multiclient-campaign-tertiary-color-s) * 1%), calc((var(--multiclient-campaign-tertiary-color-l) - (var(--multiclient-campaign-tertiary-color-l-remainder) * 0.4)) * 1%));
}
.generic-overlay.campaign-overlay__custom-campaign .panel {
  background-color: var(--multiclient-campaign-tertiary-color-500, var(--multiclient-campaign-primary-color-500));
  color: white;
}
.generic-overlay.campaign-overlay__custom-campaign .panel .generic-overlay__close-button .icon {
  fill: white;
}
.generic-overlay.campaign-overlay__custom-campaign .panel .icon-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.generic-overlay.campaign-overlay__custom-campaign .generic-overlay__cta-button {
  color: white;
}
.generic-overlay.campaign-overlay__custom-campaign .generic-overlay__cta-button::after {
  background-color: var(--multiclient-campaign-secondary-color-500);
  border-color: white;
}
@keyframes generic-overlay-active-animation {
  0% {
    filter: blur(0);
  }
  100% {
    filter: blur(0.3rem);
  }
}
.overlay-active {
  animation: generic-overlay-active-animation 0.3s forwards linear;
}
.remove-overlay {
  pointer-events: none;
  animation: generic-overlay-active-animation 0.15s reverse linear;
}



.multi-client-game-selector__wrapper {
  width: 100%;
  position: absolute;
  top: 3.4rem;
  left: 0;
  padding: 0 0 1rem;
  box-sizing: border-box;
  overflow-x: auto;
  pointer-events: all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .multi-client-game-selector__wrapper {
    width: auto;
    position: relative;
    top: initial;
    left: initial;
    padding: 0;
  }
}
.multi-client-game-selector {
  display: inline-flex;
  border-radius: 2.8rem;
  border: 0.1rem solid #eeeeee;
  margin: 0 1.5rem;
}
.region-avalon-lotto .multi-client-game-selector,
.region-lotto .multi-client-game-selector {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-game-selector .game-selector-button {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2rem;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  color: #000000;
  border-radius: 2.8rem;
  cursor: pointer;
  pointer-events: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .multi-client-game-selector .game-selector-button {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 0.9rem 3rem;
  }
}
.region-avalon-lotto .multi-client-game-selector .game-selector-button,
.region-lotto .multi-client-game-selector .game-selector-button {
  font-weight: 600;
}
.multi-client-game-selector .game-selector-button.active {
  color: white;
}
.multi-client-wrapper__eurojackpot .multi-client-game-selector .game-selector-button.active {
  background-color: #E8A332;
}
.multi-client-wrapper__lotto .multi-client-game-selector .game-selector-button.active {
  background-color: #E11E00;
}
.multi-client-wrapper__vikinglotto .multi-client-game-selector .game-selector-button.active {
  background-color: #0000ff;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-game-selector .game-selector-button.active {
  background-color: #E95801;
}
.multi-client-wrapper__allornothing .multi-client-game-selector .game-selector-button.active {
  background-color: #56F4AD;
}



.multi-client-footer {
  min-width: 18rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  transition: transform 50ms linear;
  position: sticky;
  bottom: 0;
}
.multi-client-footer::after {
  content: '';
  width: 100vw;
  height: 130%;
  pointer-events: none;
  background: linear-gradient(0deg, #ffffff 80%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50vw) translateY(30%);
  z-index: -1;
  transition: transform 100ms linear;
}
.multi-client-footer.sticky::after {
  transform: translateX(-50vw) translateY(0);
}
.multi-client-footer .multi-client__progress-bar {
  padding: 0.8rem;
  margin: 0 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.multi-client-footer .multi-client__progress-bar::before {
  content: '';
  height: 0.2rem;
  background-color: #eeeeee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.8rem;
  right: 0.8rem;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #bbbbbb;
  position: relative;
  border-radius: 50%;
  margin: 0 -0.6rem;
  pointer-events: none;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::before,
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.15s linear, transform 0.2s linear;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::before {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #FEB700;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot::after {
  width: 0.6rem;
  height: 0.6rem;
  background-color: white;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active {
  pointer-events: all;
  cursor: pointer;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active::before,
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-dot.multi-client__progress-bar-dot--active:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-active-bar {
  height: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: width 0.1s linear;
}
.multi-client-footer .multi-client__progress-bar .multi-client__progress-bar-active-bar::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.3rem;
  right: 0;
  background-color: #FEB700;
}



.check-button {
  padding: 0.6rem;
  border-radius: 2.5rem;
  transition: background-color 0.1s linear;
  cursor: pointer;
  display: flex;
  position: relative;
}
.check-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.5rem;
  transform: scaleX(0);
  opacity: 0;
}
.check-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.check-button.check-button--disabled {
  opacity: 0.5;
  cursor: default;
}
.check-button.check-button--disabled .check-button__dot {
  cursor: default;
}
.check-button.check-button--disabled .check-button__label {
  text-decoration: line-through;
}
.check-button .check-button__dot {
  position: relative;
  z-index: 1;
  background-color: white;
  border: 0.4rem solid;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  width: 3rem;
  transition: border 100ms ease-out;
  flex-shrink: 0;
  box-sizing: content-box;
}
.check-button .check-button__dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  border: 1rem solid #ffffff;
  border-radius: 50%;
  opacity: 0;
}
.check-button .check-button__body {
  flex: 1;
  transform: translateZ(0);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  font-weight: bold;
  padding-left: 1.3rem;
  transition: color 200ms ease-out;
  justify-content: center;
}
.check-button .check-button__body .check-button__labels {
  min-height: 3.8rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.check-button .check-button__body .check-button__labels .check-button__label {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.check-button .check-button__body .check-button__labels .check-button__sublabel {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.check-button .icon-indicator {
  height: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: color 150ms ease-out;
}
.check-button .icon-indicator .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  fill: currentColor;
}
.check-button .icon-indicator + .secondary-cta {
  margin-left: -1.2rem;
}
.check-button .secondary-cta {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.check-button .secondary-cta .icon {
  width: 100%;
  height: 100%;
  fill: currentColor;
  transition: transform 100ms linear;
}
.check-button .secondary-cta:hover .icon {
  transform: scale(1.1);
}
.check-button .secondary-cta.active:hover .arrow-down-icon {
  transform: scale(1.1) rotate(180deg);
}
.check-button .secondary-cta.active .arrow-down-icon {
  transform: rotate(180deg);
}
.check-button .details-wrapper {
  overflow: hidden;
  opacity: 0;
  padding-bottom: 0;
  transition: max-height 0.1s linear, opacity 0.1s linear, padding-bottom 0.1s linear;
}
.check-button .details-wrapper.active:not(:empty) {
  opacity: 0.8;
  padding-bottom: 0.9rem;
}
.check-button .details-wrapper .detail-item {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@keyframes multi-client-checked-curtain {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  40% {
    transform: scaleX(1.05);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes multi-client-checked-dot-after {
  from {
    border-width: 1.4rem;
    opacity: 0;
  }
  to {
    border-width: 1rem;
    opacity: 1;
  }
}
.check-button.check-button--selected {
  color: white;
}
.check-button.check-button--selected::before {
  animation: multi-client-checked-curtain 450ms ease-out forwards;
}
.check-button.check-button--selected .check-button__dot::after {
  animation: multi-client-checked-dot-after 150ms ease-in forwards;
}



.multi-client-draw-options .multi-columns-wrapper__column .draw-date.unavailable {
  text-decoration: line-through;
}
.multi-client-draw-options .multi-columns-wrapper__column .draw-date__icon {
  width: 1.6rem;
  height: 2rem;
  margin-left: 0.6rem;
  margin-top: -0.6rem;
  position: relative;
  top: 0.5rem;
}
.multi-client-draw-options .check-button__outer-wrapper {
  margin-bottom: 1rem;
}
.multi-client-draw-options.eurojackpot .check-button {
  background-color: rgba(232, 163, 50, 0.1);
  color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button .check-button__dot {
  border-color: rgba(232, 163, 50, 0.1);
}
.multi-client-draw-options.eurojackpot .check-button::before {
  background-color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button .check-button__dot::after {
  background-color: #E8A332;
}
.multi-client-draw-options.eurojackpot .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.eurojackpot .check-button.check-button--selected .check-button__dot {
  border-color: rgba(232, 163, 50, 0.5);
}
.multi-client-draw-options.vikinglotto .check-button {
  background-color: rgba(0, 0, 255, 0.1);
  color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button .check-button__dot {
  border-color: rgba(0, 0, 255, 0.1);
}
.multi-client-draw-options.vikinglotto .check-button::before {
  background-color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button .check-button__dot::after {
  background-color: #0000ff;
}
.multi-client-draw-options.vikinglotto .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.vikinglotto .check-button.check-button--selected .check-button__dot {
  border-color: rgba(0, 0, 255, 0.5);
}
.multi-client-draw-options.allornothing .check-button {
  background-color: rgba(25, 19, 57, 0.1);
  color: #191339;
}
.multi-client-draw-options.allornothing .check-button .check-button__dot {
  border-color: rgba(25, 19, 57, 0.1);
}
.multi-client-draw-options.allornothing .check-button::before {
  background-color: #191339;
}
.multi-client-draw-options.allornothing .check-button .check-button__dot::after {
  background-color: #191339;
}
.multi-client-draw-options.allornothing .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.allornothing .check-button.check-button--selected .check-button__dot {
  border-color: rgba(25, 19, 57, 0.5);
}
.multi-client-draw-options.lotto {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-draw-options.lotto .check-button {
  background-color: rgba(225, 30, 0, 0.1);
  color: #E11E00;
}
.multi-client-draw-options.lotto .check-button .check-button__body {
  font-weight: 600;
}
.multi-client-draw-options.lotto .check-button .check-button__dot {
  border-color: rgba(225, 30, 0, 0.1);
}
.multi-client-draw-options.lotto .check-button::before {
  background-color: #E11E00;
}
.multi-client-draw-options.lotto .check-button .check-button__dot::after {
  background-color: #E11E00;
}
.multi-client-draw-options.lotto .check-button.check-button--selected {
  color: white;
}
.multi-client-draw-options.lotto .check-button.check-button--selected .check-button__dot {
  border-color: rgba(225, 30, 0, 0.5);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button {
  background-color: rgba(233, 88, 1, 0.1);
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button .check-button__dot {
  border-color: rgba(233, 88, 1, 0.1);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button::before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button .check-button__dot::after {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button.check-button--selected {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client-draw-options .check-button.check-button--selected .check-button__dot {
  border-color: rgba(233, 88, 1, 0.5);
}



.multi-client__joker-hat {
  width: 5.6rem;
  height: 2.8rem;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .multi-client__joker-hat {
    width: 10rem;
    height: 5rem;
    margin: 0 auto 3rem;
    position: absolute;
    top: -8rem;
    left: 0;
    right: 0;
  }
}
.multi-client-joker-options .check-button__outer-wrapper {
  margin-bottom: 1rem;
}
.multi-client-joker-options .check-button {
  background-color: rgba(0, 154, 100, 0.1);
  color: #009a64;
  z-index: 1;
}
.multi-client-joker-options .check-button .check-button__dot {
  border-color: rgba(0, 154, 100, 0.1);
}
.multi-client-joker-options .check-button::before {
  background-color: #009a64;
}
.multi-client-joker-options .check-button .check-button__dot::after {
  background-color: #009a64;
}
.multi-client-joker-options .check-button.check-button--selected {
  color: white;
}
.multi-client-joker-options .check-button.check-button--selected .check-button__dot {
  border-color: rgba(0, 154, 100, 0.5);
}
.multi-client-joker-options .check-button__sub-content {
  position: relative;
  margin-top: -2.5rem;
}
.multi-client-joker-options .joker-multiplier-selector {
  position: relative;
  background-color: rgba(0, 154, 100, 0.1);
  border-radius: 0 0 2.5rem 2.5rem;
  padding: 2.5rem 2rem 2rem;
}
.multi-client-joker-options .joker-multiplier-selector::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  background-color: white;
  border-radius: 0 0 2.5rem 2.5rem;
}
.multi-client-joker-options .joker-multiplier-selector__options {
  padding: 1.5rem 0 2rem;
  margin: 0 -0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.multi-client-joker-options .joker-multiplier-selector__option {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  position: relative;
  color: #003E28;
  background-color: rgba(0, 154, 100, 0.1);
  transition: color 0.1s linear, background-color 0.1s linear;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.multi-client-joker-options .joker-multiplier-selector__option.selected {
  background-color: #009a64;
  color: white;
}
.multi-client-joker-options .joker-multiplier-selector__option-value {
  display: flex;
  gap: 0.3rem;
  line-height: 1;
  align-items: flex-end;
}
.multi-client-joker-options .joker-multiplier-selector__option-value:first-child {
  position: relative;
  top: 0.1rem;
}
.multi-client-joker-options .joker-multiplier-selector__games-list {
  color: black;
  position: relative;
}
.multi-client-joker-options .joker-multiplier-selector__game-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dadbdd;
  padding: 0.5rem 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.multi-client-joker-options .joker-multiplier-selector__game-date:first-child {
  padding-top: 0;
}
.multi-client-joker-options .joker-multiplier-selector__game-date:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.multi-client-joker-options .joker-multiplier-selector__game-date-label {
  font-weight: 700;
}
.multi-client-joker-options .joker-multiplier-selector__game-date-value {
  font-weight: 600;
}



.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper {
  width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content {
  width: 100%;
  max-width: 54rem;
  padding: 0;
  margin: 0 auto 5.5rem;
  box-sizing: border-box;
  background-color: transparent;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__collapsible,
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__extra-campaigns,
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__content .confirm-page__total {
  width: 100%;
  max-width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__content {
  max-width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__content {
  padding: 0;
  margin: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .addon-confirm .confirm-page__terms {
  margin-bottom: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__total-label {
  flex: 1;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__collapsible-icon-campaign {
  width: 3.2rem;
  height: 3.2rem;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns {
  width: calc(100% - 4rem);
  max-width: 49rem;
}
@media screen and (min-width: 1024px) {
  .multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns {
    max-width: 54rem;
  }
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible {
  max-width: 100%;
  width: 100%;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-text {
  text-align: right;
  color: #E11E00;
  flex: 0;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-highlight-text {
  flex: 1;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns .confirm-page__collapsible .confirm-page__collapsible-top-row-read-more {
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: underline;
  cursor: pointer;
}
.multi-client__flow-step-confirm .multi-client__flow-step-confirm-wrapper .confirm-page__extra-campaigns-headline {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 700;
  padding-top: 2.2rem;
  text-transform: uppercase;
}
.multi-client-wrapper__eurojackpot .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #bb7f36;
}
.multi-client-wrapper__vikinglotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #0000ff;
}
.multi-client-wrapper__lotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #E11E00;
}
.multi-client-wrapper__allornothing .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #191339;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-icon {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__flow-step-confirm .confirm-page__collapsible-top-row-highlight-text {
  color: #E95801;
}



.multi-client-wrapper.multi-client-wrapper__receipt-step > .multi-client-header {
  top: 2rem;
}
.receipt-step {
  width: 100%;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .receipt-step {
    flex-direction: row;
  }
}
.receipt-step > div {
  flex: 1 1 50%;
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .receipt-step > div {
    padding: 6rem 0;
  }
}
.receipt-step .receipt-step__countdown {
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown {
    border-radius: 0 2.4rem 2.4rem 0;
    padding: 0 2rem;
  }
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-inner {
  max-width: 42.4rem;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .receipt-step__countdown-inner {
    margin-top: 13rem;
  }
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-inner .multi-client__flow-step-header {
  padding-bottom: 0;
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-heading {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
.receipt-step .receipt-step__countdown .receipt-step__countdown-subheading {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #959595;
}
.receipt-step .receipt-step__countdown .countdown {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 3rem;
  text-align: center;
  padding: 2rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown {
    padding: 3.5rem 4.2rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .countdown-headline {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .countdown-headline {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 700;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container {
  flex: 1;
}
.receipt-step .receipt-step__countdown .countdown .number-container span {
  display: block;
}
.receipt-step .receipt-step__countdown .countdown .number-container .number {
  font-size: 5rem;
  line-height: 4.7rem;
  font-weight: 800;
  padding-bottom: 0.7rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .number-container .number {
    font-size: 6.8rem;
    line-height: 7.8rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container .number::before {
  content: "";
  width: 0.3rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  transform: translateX(-50%);
}
.receipt-step .receipt-step__countdown .countdown .number-container .time-denominator {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .countdown .number-container .time-denominator {
    font-size: 1.7rem;
    line-height: 1.5rem;
  }
}
.receipt-step .receipt-step__countdown .countdown .number-container:first-of-type .number::before {
  display: none;
}
.receipt-step .receipt-step__countdown .reminder-alert {
  margin: 5rem 0 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__countdown .reminder-alert {
    margin-bottom: -5rem;
  }
}
.receipt-step .receipt-step__countdown .reminder-alert input[type=checkbox] {
  display: none;
}
.receipt-step .receipt-step__countdown .reminder-alert input[type=checkbox]:checked + label .checkbox:after {
  content: '';
  position: absolute;
  border: 0.2rem solid #000000;
  border-left: 0;
  border-top: 0;
  font-size: 2rem;
  transform: rotate(45deg);
  left: 0.3em;
  top: 0.1em;
  width: 0.3em;
  height: 0.5em;
}
.receipt-step .receipt-step__countdown .reminder-alert label {
  background: #eeeeee;
  display: inline-block;
  padding: 2.5rem 2.5rem 2.5rem 6rem;
  border-radius: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.5;
  user-select: none;
}
.receipt-step .receipt-step__countdown .reminder-alert label .checkbox {
  background: white;
  width: 2rem;
  height: 2rem;
  left: 2.5rem;
  top: 2.6rem;
  border-radius: 0.4rem;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  border: 0.1rem solid #a2a2a2;
  position: absolute;
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label {
  overflow: hidden;
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label:before {
  position: absolute;
  content: "";
  top: -50%;
  bottom: -50%;
  left: -200%;
  width: 3rem;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  animation: reminder-alert--loading 1000ms linear infinite;
  transform: rotate(20deg);
}
.receipt-step .receipt-step__countdown .reminder-alert.reminder-alert--loading label:after {
  position: absolute;
  content: "";
  top: -50%;
  bottom: -50%;
  left: -200%;
  width: 1.5rem;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1) 70%, rgba(0, 0, 0, 0) 100%);
  animation: reminder-alert--loading 1000ms linear infinite;
  animation-delay: 500ms;
  transform: rotate(20deg) translateX(-2rem);
}
@keyframes reminder-alert--loading {
  100% {
    left: 300%;
  }
}
.receipt-step .multi-client__countdown-item {
  margin: 3rem 0;
  opacity: 0.6;
  transition: opacity 0.15s linear;
  display: none;
}
@media screen and (min-width: 768px) {
  .receipt-step .multi-client__countdown-item {
    display: block;
    margin: 8rem 0 3rem;
  }
}
.receipt-step .multi-client__countdown-item.multi-client__countdown-item--selected {
  opacity: 1;
  display: block;
}
.receipt-step .multi-client__countdown-item.multi-client__countdown-item--selected .countdown {
  cursor: default;
}
.receipt-step .multi-client__countdown-item + .multi-client__countdown-item {
  margin-top: 3rem;
}
.receipt-step .multi-client__countdown-item--lotto .countdown {
  background-color: #E11E00;
  color: white;
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
}
.receipt-step .multi-client__countdown-item--eurojackpot .countdown {
  background-color: #E8A332;
  color: white;
}
.receipt-step .multi-client__countdown-item--vikinglotto .countdown {
  background-color: #0000ff;
  color: white;
}
.receipt-step .multi-client__countdown-item--keno .countdown {
  background-color: #00a5eb;
  color: white;
}
.receipt-step .multi-client__countdown-item--allornothing .countdown {
  background-color: #56F4AD;
  color: #191339;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__coupon::before {
    content: "";
    width: 3.1rem;
    height: 3.1rem;
    background-color: white;
    position: absolute;
    left: -0.3rem;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.receipt-step .receipt-step__coupon .fireworks-animation {
  height: 50rem;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.receipt-step .receipt-step__coupon .view-coupon {
  width: 26.5rem;
}
.receipt-step .receipt-step__coupon-promos {
  background-color: white;
  padding: 1.2rem 2.4rem 2rem;
  position: sticky;
  margin-top: 3rem;
  bottom: 0;
}
.receipt-step .receipt-step__coupon-promos::before {
  content: "";
  width: 100%;
  height: 3rem;
  background-color: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  position: absolute;
  top: -3rem;
  left: 0;
}
.receipt-step .receipt-step__coupon-promos .promo-card {
  flex: 1;
}
.receipt-step .receipt-step__coupon-promos .promo-card .promo-card__box {
  margin: 0;
}
.multi-client-wrapper__eurojackpot .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #E8A332;
  color: white;
}
.multi-client-wrapper__lotto .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #E11E00;
  color: white;
}
.multi-client-wrapper__lotto .receipt-step .fireworks-animation {
  filter: brightness(0.1) contrast(0.5) saturate(200) hue-rotate(340deg);
}
.multi-client-wrapper__vikinglotto .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #0000ff;
  color: white;
}
.multi-client-wrapper__vikinglotto .receipt-step .fireworks-animation {
  filter: brightness(0.2) contrast(0.8) saturate(150) hue-rotate(220deg);
}
.multi-client-wrapper__allornothing .receipt-step .receipt-step__promo-cards .promo-card__box {
  background-color: #191339;
  color: white;
}
.multi-client-wrapper__allornothing .receipt-step .fireworks-animation {
  filter: brightness(0) saturate(100%) invert(75%) sepia(88%) saturate(320%) hue-rotate(87deg) brightness(101%) contrast(91%);
}
.multi-client-wrapper__campaign-Sommerlotto .receipt-step .multi-client__countdown-item .countdown {
  background-color: #E95801;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .receipt-step .fireworks-animation {
  filter: brightness(0.5) contrast(0.1) saturate(100) hue-rotate(340deg);
}
.receipt-step .receipt-step__promo-cards {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards {
    flex-direction: column;
  }
}
.receipt-step .receipt-step__promo-cards .promo-card__box {
  min-height: 16rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 6rem 4rem 1.5rem;
  box-sizing: border-box;
  border-radius: 3rem;
  margin: 3rem 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards .promo-card__box {
    min-height: 20rem;
  }
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content {
  margin-top: auto;
  filter: drop-shadow(0 0 0.2rem #000000);
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__text {
  font-size: 1.6rem;
  line-height: 2rem;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .promo-card__box-content .promo-card__title + .promo-card__text {
  margin-top: 0.8rem;
}
.receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
  margin: 1.6rem 0 0;
  height: 3.6rem;
}
@media screen and (min-width: 768px) {
  .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
    height: 5.6rem;
  }
}
.region-avalon-lotto .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn,
.region-lotto .receipt-step .receipt-step__promo-cards .promo-card__box .multi-client-cta-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__coupon-tabs-wrapper {
  max-width: 100vw;
  display: flex;
  margin: 0 auto 2rem;
  position: sticky;
  top: 0;
  z-index: 2;
  overflow-x: auto;
  padding: 0.2rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper {
    max-width: 100%;
    margin: 0 auto 4rem;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tabs {
  background-color: white;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
  border: 1px solid #a2a2a2;
  border-radius: 28px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper .multi-client__coupon-tabs {
    width: auto;
    background-color: #eeeeee;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.8rem;
  transition: opacity 0.15s linear, color 0.15s 0.1s linear;
  cursor: pointer;
  position: relative;
  margin: 0 0.4rem;
  text-align: center;
  flex: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .multi-client__coupon-tabs-wrapper .multi-client__coupon-tab {
    font-size: 1.6rem;
    line-height: 1.4rem;
    padding: 1rem 2rem;
    font-weight: 800;
  }
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab:hover:not(.multi-client__coupon-tab--active) {
  opacity: 0.6;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab--active {
  color: white;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator {
  position: absolute;
  height: 100%;
  transition: width 0.15s linear, left 0.15s linear, background-color 0.15s linear;
  scale: 1.15;
  border-radius: 28px;
  left: 0;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--lotto {
  background-color: #E11E00;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--eurojackpot {
  background-color: #E8A332;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--vikinglotto {
  background-color: #0000ff;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--keno {
  background-color: #00a5eb;
}
.multi-client__coupon-tabs-wrapper .multi-client__coupon-tab-active-indicator--allornothing {
  background-color: #56F4AD;
}



.region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
.region-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
.lotto .multi-client__flow-step-draws .multi-client__flow-step-title {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  color: var(--color-lotto-red-1, #E11E00);
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
  .region-lotto .multi-client__flow-step-draws .multi-client__flow-step-title,
  .lotto .multi-client__flow-step-draws .multi-client__flow-step-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}
.region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
.region-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
.lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle {
  font-family: "Lotto", "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  .region-avalon-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
  .region-lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle,
  .lotto .multi-client__flow-step-draws .multi-client__flow-step-subtitle {
    line-height: 2.2rem;
  }
}
.multi-client__flow-step-header {
  padding: 0 0 3rem;
  text-align: center;
  position: relative;
}
.multi-client__flow-step-title {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 700;
  padding-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-title {
    font-size: 4rem;
    line-height: 4.8rem;
    padding-bottom: 0.8rem;
  }
}
.multi-client__flow-step-title span {
  display: inline-block;
}
.multi-client__flow-step-subtitle {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #92969E;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-subtitle {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.multi-client__flow-step-subtitle strong {
  font-weight: 800;
  color: #000000;
}
.multi-client__flow-step-description {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step-description {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.multi-client__flow-step-description a {
  color: inherit;
}
.multi-client__client-wrapper {
  display: flex;
}
.multi-client__client-wrapper .multi-client__client-game,
.multi-client__client-wrapper .multi-client__flow-wrapper {
  width: 100%;
  flex-shrink: 0;
}
.multi-client__client-wrapper .multi-client__client-game {
  padding-top: 11rem;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.15s linear, opacity 0.1s linear;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game {
    padding-top: 10rem;
  }
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  pointer-events: none;
}
.multi-client__client-wrapper .multi-client__client-game.active {
  max-height: max-content;
  opacity: 1;
  pointer-events: all;
}
.multi-client__client-wrapper .multi-client__client-game.active .multi-client-rotary-selector .selector-numbers .number-wrapper.in-view .number {
  pointer-events: all;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client__flow-step-header {
  padding: 1rem 3rem 1rem;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game .multi-client__flow-step-header {
    padding: 5rem 3rem 1rem;
  }
}
.multi-client__client-wrapper .multi-client__client-game .theme-numbergames.theme-allornothing .headline {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector {
  margin-bottom: 1rem;
}
.multi-client__client-wrapper .multi-client__client-game .multi-client-rotary-selector__outer + .multi-client__client-game-description {
  width: 25rem;
  position: relative;
  margin-top: -7.4rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.multi-client__client-wrapper .multi-client__client-game .eurojackpot-games-subnavigation-bar,
.multi-client__client-wrapper .multi-client__client-game .lotto-games-subnavigation-bar,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-games-subnavigation-bar {
  display: none;
}
.multi-client__client-wrapper .multi-client__client-game .eurojackpot-classic-game .rows-container,
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .rows-container,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .rows-container {
  margin-top: 0;
}
.multi-client__client-wrapper .multi-client__client-game .shake-overlay-wrapper {
  display: none;
}
@media screen and (min-width: 768px) {
  .multi-client__client-wrapper .multi-client__client-game .tabs-container {
    width: calc(100% - 28vw);
    padding-right: 14vw;
  }
}
@media screen and (min-width: 950px) {
  .multi-client__client-wrapper .multi-client__client-game .tabs-container {
    width: calc(100% - 14rem);
    padding-right: 7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .rows-container {
    width: 80.21%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .vikinglotto-game-tabs-wrapper .rows-container {
    width: 71.3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .multi-client__client-wrapper .multi-client__client-game .eurojackpot-game-tabs-wrapper .rows-container {
    width: 82%;
  }
}
.multi-client__client-wrapper .multi-client__client-game .multi-client__client-game-description {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #92969E;
  text-align: center;
  margin: 0 auto 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.multi-client__client-wrapper .multi-client__client-game .client-game-description__question-button {
  width: 4rem;
  height: 4rem;
  color: #000000;
  position: relative;
  top: 0.2rem;
  cursor: pointer;
}
.multi-client__client-wrapper .multi-client__client-game .client-game-description__question-button .icon {
  width: 100%;
  height: 100%;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .left-gradient,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .left-gradient {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .right-gradient,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .right-gradient {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
}
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .lotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-game-tabs-wrapper .tabs-container .inner-wrapper {
  color: #282828;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-footer,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-footer {
  border-top-color: transparent;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header {
  border-bottom-color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header {
  border-bottom-color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .tabs-container,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-game-tabs-wrapper .tabs-container {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #eecece;
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #c21a00;
  color: white;
}
@keyframes multiclient-lotto-flip-face-animation {
  0% {
    color: #c21a00;
    background-color: #eecece;
  }
  35% {
    color: #c21a00;
    background-color: #eecece;
  }
  65% {
    color: #c21a00;
    background-color: #eecece;
  }
  80% {
    color: white;
    background-color: #c21a00;
  }
  100% {
    color: white;
    background-color: #c21a00;
  }
}
@keyframes multiclient-lotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #c21a00;
  }
  35% {
    color: white;
    background-color: #c21a00;
  }
  65% {
    color: white;
    background-color: #c21a00;
  }
  80% {
    color: #c21a00;
    background-color: #eecece;
  }
  100% {
    color: #c21a00;
    background-color: #eecece;
  }
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-lotto-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-lotto-reverse-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header {
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .header-rules-text {
  color: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .right-side .row-delete-button .icon {
  fill: #c21a00;
}
.multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .number-picker-footer .buttons-container .button {
  background-color: #c21a00;
  color: white;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .numbers-vikings-separator,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .numbers-vikings-separator {
  background-color: #E6E6FE;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .icon-viking.white,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .icon-viking.white {
  filter: brightness(0) saturate(100%) invert(90%) sepia(85%) saturate(5600%) hue-rotate(180deg) brightness(100%) contrast(113%);
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .row-vikings-container .viking-box .number,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .row-vikings-container .viking-box .number {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell .front-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #E6E6FE;
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell .back-face,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #0000ff;
  color: white;
}
@keyframes multiclient-vikinglotto-flip-face-animation {
  0% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  35% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  65% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  80% {
    color: white;
    background-color: #0000ff;
  }
  100% {
    color: white;
    background-color: #0000ff;
  }
}
@keyframes multiclient-vikinglotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #0000ff;
  }
  35% {
    color: white;
    background-color: #0000ff;
  }
  65% {
    color: white;
    background-color: #0000ff;
  }
  80% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
  100% {
    color: #0000ff;
    background-color: #E6E6FE;
  }
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-vikinglotto-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-vikinglotto-reverse-flip-face-animation;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section {
  background-color: white;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header .header-rules-text,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header .header-rules-text {
  color: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .row-header .right-side .row-delete-button .icon,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .row-header .right-side .row-delete-button .icon {
  fill: #0000ff;
}
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-classic-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-system-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-lucky-game .vikinglotto-section .number-picker-footer .buttons-container .button,
.multi-client__client-wrapper .multi-client__client-game .vikinglotto-winning-numbers .vikinglotto-section .number-picker-footer .buttons-container .button {
  background-color: #0000ff;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header {
  border-bottom-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer {
  border-top-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-title {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item {
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game-header .game-switch-wrapper .switch-inner-wrapper .switch-items-wrapper .switch-item.active {
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item .tab-navigation-icon {
  fill: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item {
  color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item.active,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item.active {
  background-color: rgba(255, 255, 255, 0.3);
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-system-game-header .game-navigation-item.active .tab-navigation-icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-system-game-header .game-navigation-item.active .tab-navigation-icon {
  fill: white;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper .switch-button.next,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper .switch-button.next {
  background: linear-gradient(to right, rgba(233, 88, 1, 0) 0%, #E95801 100%);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .game-switch-wrapper .switch-button.prev,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .game-switch-wrapper .switch-button.prev {
  background: linear-gradient(to right, #E95801 0%, rgba(233, 88, 1, 0) 100%);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active {
  background-color: rgba(255, 255, 255, 0.3);
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-game-tabs-wrapper .tabs-navigation .tab-navigation-item.active .tab-navigation-icon {
  fill: white;
  color: white;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-content-wrapper .rows-container:before,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-content-wrapper .rows-container:before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-content-wrapper .rows-container .row-container .row-header:before,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-content-wrapper .rows-container .row-container .row-header:before {
  background-color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .front-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .front-face {
  background-color: #fcdfce;
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell .back-face,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell .back-face {
  background-color: #E95801;
  color: white;
}
@keyframes multiclient-summer-lotto-flip-face-animation {
  0% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  35% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  65% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  80% {
    color: white;
    background-color: #c21a00;
  }
  100% {
    color: white;
    background-color: #c21a00;
  }
}
@keyframes multiclient-summer-lotto-reverse-flip-face-animation {
  0% {
    color: white;
    background-color: #c21a00;
  }
  35% {
    color: white;
    background-color: #c21a00;
  }
  65% {
    color: white;
    background-color: #c21a00;
  }
  80% {
    color: #c21a00;
    background-color: #fcdfce;
  }
  100% {
    color: #c21a00;
    background-color: #fcdfce;
  }
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.select-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.select-number-animation {
  animation-name: multiclient-summer-lotto-flip-face-animation;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .number-picker-container .cell.flip-animation-in-progress.deselect-number-animation {
  animation-name: multiclient-summer-lotto-reverse-flip-face-animation;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .header-rules-text,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .header-rules-text {
  color: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .row-header .right-side .row-delete-button .icon,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .row-header .right-side .row-delete-button .icon {
  fill: #E95801;
}
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-classic-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-system-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-lucky-game .lotto-section .number-picker-footer .buttons-container .button,
.multi-client-wrapper__campaign-Sommerlotto .multi-client__client-wrapper .multi-client__client-game .lotto-winning-numbers .lotto-section .number-picker-footer .buttons-container .button {
  background-color: #E95801;
}
.multi-client-wrapper__allornothing .multi-client__flow-step-title {
  font-family: MergePro, "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client__flow-wrapper {
  display: flex;
  z-index: 2;
  transition: transform 0.15s linear;
}
.multi-client__flow-step {
  flex: 0 0 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: white;
  position: relative;
  opacity: 0;
  transition: opacity 0.15s linear, background-color 0.15s linear;
}
.multi-client__flow-step:not(.multi-client__flow-step-receipt) {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step:not(.multi-client__flow-step-receipt) {
    padding-top: 14rem;
  }
}
.multi-client__flow-step.multi-client__flow-step--active {
  opacity: 1;
}
.multi-client__flow-step .multi-client__flow-step-inner {
  width: 100%;
  max-width: 72rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .multi-client__flow-step .multi-client__flow-step-inner {
    padding: 0;
  }
}
.multi-client__flow-step-pre-client {
  width: 100%;
  flex-shrink: 0;
  z-index: 1;
}
.multi-client__flow-step-pre-client:not(.multi-client__flow-step-pre-client--active) {
  display: none;
}
.multi-client__flow-step-pre-client.multi-client__flow-step-pre-client--active + .multi-client__client-game {
  display: none;
}
@media print {
  .top-spot-page-header,
  .eurojackpot-top-spot-responsive-frame,
  .lotto-winning-numbers-spot,
  .lotto-top-spot,
  .vikinglotto-top-spot,
  .vikinglotto-winning-numbers-spot,
  .multi-client-header,
  .multi-client__flow-step-header,
  .multi-client-footer,
  .eurojackpot-winning-numbers-spot,
  .plus-sign-up,
  .plus-sign-up__content,
  .promotion-spot,
  .package-game,
  .two-column-spot,
  .time-consuming-notification-static-fix {
    visibility: hidden;
    display: none !important;
  }
  .multi-client__client-wrapper .multi-client__client-game {
    padding-top: 0;
  }
}



.btn-with-x-padding {
  padding-left: 2rem;
}
@keyframes btn-pulse-inner-loading-animation {
  0% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0.8);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  95%,
  100% {
    transform: scale(0.5);
    box-shadow: 0 0 0 0 rgba(245, 218, 0, 0);
  }
}
@keyframes btn-pulse-loading-animation {
  38% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(245, 218, 0, 0);
  }
  65%,
  100% {
    transform: scale(1);
  }
}
.multi-client-wrapper__outer,
.multi-client-wrapper__outer-grid {
  background-color: white;
  border-radius: 3rem 3rem 0 0;
  overflow: clip;
  position: relative;
  transform: translateZ(0);
}
.multi-client-wrapper__outer .popover-drawer,
.multi-client-wrapper__outer-grid .popover-drawer {
  height: 100%;
}
.multi-client-wrapper__outer .popover-drawer__card,
.multi-client-wrapper__outer-grid .popover-drawer__card {
  height: 100%;
}
.multi-client-wrapper__outer {
  margin-top: -2.5rem;
}
.multi-client-wrapper__outer .ds-cube-loader-wrapper {
  height: 40rem;
  position: relative;
}
.multi-client-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  overflow: clip;
  position: relative;
  font-size: 1.4rem;
  transition: background-color 0.15s linear;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.multi-client-wrapper .multi-client-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 2rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper .multi-client-header {
    padding: 0 5rem;
    top: 5rem;
  }
}
.multi-client-wrapper .multi-client__button-wrapper {
  width: 3.4rem;
  display: flex;
  pointer-events: auto;
}
.multi-client-wrapper .multi-client__button-wrapper > div {
  cursor: pointer;
}
.multi-client-wrapper .multi-client__button-wrapper .icon {
  width: 100%;
  height: 100%;
}
.multi-client-wrapper .multi-client__back-button {
  width: 2.3rem;
  height: 1.4rem;
}
.multi-client-wrapper .multi-client__question-button {
  width: 3.4rem;
  height: 3.4rem;
  transition: opacity 150ms linear;
}
.multi-client-wrapper .multi-client__question-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.multi-client-wrapper .multi-client-body {
  width: 100%;
  position: relative;
  z-index: 0;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
  position: relative;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  text-align: center;
  padding: 0 2rem;
  justify-content: center;
  align-items: center;
  min-width: auto;
  color: #d4d4d4;
  font-size: 1.2rem;
  line-height: 1.375;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-decoration: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  transition: color 200ms ease-out;
  height: 5.6rem;
  min-width: 18rem;
  padding-left: 2rem;
  display: flex;
  padding: 0;
  margin-bottom: 3rem;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests)::after {
  border-radius: 2.8rem;
  transition: transform 200ms ease-out;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0.1rem solid transparent;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests)::after {
  background-color: #FEB700;
  border-color: #FEB700;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests):not(.btn--disabled):not(.btn--loading):active::after {
  background-color: #f5da00;
  border-color: #f5da00;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading::before {
  content: "";
  border-radius: 2.8rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: scale(0.8);
  box-shadow: 0 0 0 0 #ffce51;
  animation: btn-pulse-inner-loading-animation 1.3s infinite;
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests).btn--loading::after {
  animation: btn-pulse-loading-animation 1.3s infinite;
}
@media screen and (min-width: 375px) {
  .multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
    min-width: 21.4rem;
  }
}
.multi-client-wrapper .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests):not(.btn--disabled):hover::after {
  transform: scale(1.03);
}
.multi-client-wrapper .multi-client-games-wrapper {
  background-color: white;
}
.multi-client-wrapper .multi-client-loader-wrapper {
  width: 100%;
  height: 40rem;
  position: relative;
  margin-top: 6rem;
}
@keyframes multi-client-loader-overlay-fadeIn {
  to {
    opacity: 1;
  }
}
.multi-client-wrapper .multi-client-loader-wrapper.multi-client-loader-wrapper__as-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  animation: multi-client-loader-overlay-fadeIn 0.2s linear forwards;
  z-index: 2;
}
.multi-client-wrapper .multi-client-loader-wrapper.multi-client-loader-wrapper__as-overlay .ds-cube-loader-wrapper {
  opacity: 0;
  animation: multi-client-loader-overlay-fadeIn 0.2s 0.15s linear forwards;
}
.multi-client-wrapper .multi-client__no-open-draw {
  text-align: center;
  padding: 10rem 0;
}
.multi-client-wrapper__outer-grid .outer-grid__row {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid__row {
    flex-direction: row;
  }
}
.multi-client-wrapper__outer-grid .outer-grid__column {
  display: flex;
  flex-direction: column;
}
.multi-client-wrapper__outer-grid .outer-grid--text-content {
  padding: 0 3rem 5rem;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid--text-content {
    padding-top: 5rem;
  }
}
.multi-client-wrapper__outer-grid .outer-grid--text-content p + p {
  margin-top: 0px;
}
.multi-client-wrapper__outer-grid .outer-grid--multi-client {
  max-width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .multi-client-wrapper__outer-grid .outer-grid--multi-client {
    width: 62rem;
  }
  .multi-client-wrapper__outer-grid .outer-grid--multi-client .multi-client-rotary-selector {
    font-size: 2.8px;
  }
}
.multi-client-wrapper__outer-grid .multi-client-wrapper__outer {
  border-radius: 0;
  margin-top: 0;
}
.multi-client-wrapper__outer-grid-receipt {
  display: none;
  min-height: 30rem;
  flex-direction: column;
  align-items: center;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket .multi-client-wrapper__outer-grid-receipt {
  display: flex;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket {
  padding: 6rem 2rem 0 !important;
}
.multi-client-wrapper__outer-grid--has-added-hoejpulje-to-basket .outer-grid__row {
  display: none;
}
.multi-client-wrapper__outer-grid-receipt-title {
  color: #000000;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.21;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 0 2rem;
}
.multi-client-wrapper__outer-grid-receipt-note {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  width: 100%;
}
.multi-client-wrapper__outer-grid-receipt-note img {
  height: 14rem;
  margin-bottom: 2rem;
  max-width: 100%;
}
.multi-client-wrapper--has-added-hoejpulje-to-basket .check-button,
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client-cta-btn:not(.use-tailwind-styling-class-only-for-automatic-tests) {
  opacity: 0.5;
  pointer-events: none;
}
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client__progress-bar,
.multi-client-wrapper--has-added-hoejpulje-to-basket .multi-client__back-button {
  display: none;
}
.addon-games-popover .popover-drawer .popover-drawer__card {
  height: 86%;
}



/* ===========================================
   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);
  }
}
.accordion-info-overlay__list {
  max-width: 45.4rem;
  margin: 0 auto 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.accordion-info-overlay__item {
  border: 1px solid #eeeeee;
  border-radius: 16px;
  text-align: left;
}
.accordion-info-overlay__item .item-header {
  display: flex;
  padding: 1.6rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  transition: background-color 0.1s linear;
  cursor: pointer;
}
.accordion-info-overlay__item .item-header:not(.accordion-info-overlay__item--active):hover {
  background-color: #eeeeee;
}
.accordion-info-overlay__item .item-header__title {
  line-height: 2.2rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.accordion-info-overlay__item .item-header__button {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #FEB700;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.accordion-info-overlay__item .item-header__button-icon {
  width: 1.2rem;
  height: 0.8rem;
  position: relative;
  top: 0.1rem;
  transition: transform 0.1s linear;
}
.accordion-info-overlay__item .item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s linear;
}
.accordion-info-overlay__item .item-body__inner {
  padding: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.accordion-info-overlay__item.accordion-info-overlay__item--active .item-header {
  background-color: #eeeeee;
}
.accordion-info-overlay__item.accordion-info-overlay__item--active .item-header__button-icon {
  transform: scaleY(-1);
}



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