:root {
  /* Colors */
  --color-white: #ffffff;
  --color-red-100: #ffeff0;
  --color-red-200: #f5c3c8;
  --color-red-300: #f0878c;
  --color-red-400: #e55c62;
  --color-red-500: #da161f;
  --color-red-600: #a00f19;
  --color-red-700: #690a0f;
  --color-red-800: #410a0f;
  --color-grey-100: #f2f2f2;
  --color-grey-200: #e5e5e5;
  --color-grey-300: #cccccc;
  --color-grey-400: #a0a0a0;
  --color-grey-500: #595959;
  --color-grey-600: #4c4c4c;
  --color-grey-700: #333333;
  --color-grey-800: #191919;
  --color-teal-100: #f4f8fa;
  --color-teal-200: #e1ecf0;
  --color-teal-300: #a7c9d6;
  --color-teal-400: #649baf;
  --color-teal-500: #2e7893;
  --color-teal-600: #275e7b;
  --color-teal-700: #064e6d;
  --color-teal-800: #023350;
  --color-alias-bg-color-red: var(--color-red-500);
  --color-alias-text-color-default: var(--color-grey-800);
  --color-alias-outline-color-dark: var(--color-grey-800);
  --color-alias-bg-color-dark-grey: var(--color-grey-700);
  --color-alias-bg-color-medium-grey: var(--color-grey-600);
  --color-alias-text-color-grey: var(--color-grey-500);
  --color-alias-icon-color-default: var(--color-grey-500);
  --color-alias-outline-color-light: var(--color-grey-300);
  --color-alias-line-color-default: var(--color-grey-200);
  --color-alias-bg-color-light-grey: var(--color-grey-100);
  --color-alias-focus-ring-default: var(--color-teal-500);

  /* hl */
  --typography-hl-1-font-size: 3rem;
  --typography-hl-1-text-decoration: none;
  --typography-hl-1-font-family: Pratt-Bold;
  --typography-hl-1-font-weight: normal;
  --typography-hl-1-font-style: normal;
  --typography-hl-1-font-stretch: normal;
  --typography-hl-1-letter-spacing: 0;
  --typography-hl-1-line-height: 3.5rem;
  --typography-hl-1-paragraph-indent: 0;
  --typography-hl-1-paragraph-spacing: 0;
  --typography-hl-1-text-case: none;
  --typography-hl-2-font-size: 2.25rem;
  --typography-hl-2-text-decoration: none;
  --typography-hl-2-font-family: Pratt-Bold;
  --typography-hl-2-font-weight: normal;
  --typography-hl-2-font-style: normal;
  --typography-hl-2-font-stretch: normal;
  --typography-hl-2-letter-spacing: 0;
  --typography-hl-2-line-height: 2.625rem;
  --typography-hl-2-paragraph-indent: 0;
  --typography-hl-2-paragraph-spacing: 0;
  --typography-hl-2-text-case: none;
  --typography-hl-3-font-size: 2rem;
  --typography-hl-3-text-decoration: none;
  --typography-hl-3-font-family: Pratt-Bold;
  --typography-hl-3-font-weight: normal;
  --typography-hl-3-font-style: normal;
  --typography-hl-3-font-stretch: normal;
  --typography-hl-3-letter-spacing: 0;
  --typography-hl-3-line-height: 2.375rem;
  --typography-hl-3-paragraph-indent: 0;
  --typography-hl-3-paragraph-spacing: 0;
  --typography-hl-3-text-case: none;
  --typography-hl-4-font-size: 1.5rem;
  --typography-hl-4-text-decoration: none;
  --typography-hl-4-font-family: Pratt-Bold;
  --typography-hl-4-font-weight: normal;
  --typography-hl-4-font-style: normal;
  --typography-hl-4-font-stretch: normal;
  --typography-hl-4-letter-spacing: 0;
  --typography-hl-4-line-height: 1.875rem;
  --typography-hl-4-paragraph-indent: 0;
  --typography-hl-4-paragraph-spacing: 0;
  --typography-hl-4-text-case: none;
  --typography-hl-5-font-size: 1.125rem;
  --typography-hl-5-text-decoration: none;
  --typography-hl-5-font-family: Pratt-Bold;
  --typography-hl-5-font-weight: normal;
  --typography-hl-5-font-style: normal;
  --typography-hl-5-font-stretch: normal;
  --typography-hl-5-letter-spacing: 0;
  --typography-hl-5-line-height: 1.5rem;
  --typography-hl-5-paragraph-indent: 0;
  --typography-hl-5-paragraph-spacing: 0;
  --typography-hl-5-text-case: none;
  --typography-hl-6-font-size: 1rem;
  --typography-hl-6-text-decoration: none;
  --typography-hl-6-font-family: Pratt-Bold;
  --typography-hl-6-font-weight: normal;
  --typography-hl-6-font-style: normal;
  --typography-hl-6-font-stretch: normal;
  --typography-hl-6-letter-spacing: 0;
  --typography-hl-6-line-height: 1.375rem;
  --typography-hl-6-paragraph-indent: 0;
  --typography-hl-6-paragraph-spacing: 0;
  --typography-hl-6-text-case: none;
  --typography-hl-mega-font-size: 5.5rem;
  --typography-hl-mega-text-decoration: none;
  --typography-hl-mega-font-family: Pratt-Bold;
  --typography-hl-mega-font-weight: normal;
  --typography-hl-mega-font-style: normal;
  --typography-hl-mega-font-stretch: normal;
  --typography-hl-mega-letter-spacing: 0;
  --typography-hl-mega-line-height: 6rem;
  --typography-hl-mega-paragraph-indent: 0;
  --typography-hl-mega-paragraph-spacing: 0;
  --typography-hl-mega-text-case: none;

  /* eh */
  --typography-eh-1-font-size: 3rem;
  --typography-eh-1-text-decoration: none;
  --typography-eh-1-font-family: Pratt;
  --typography-eh-1-font-weight: 400;
  --typography-eh-1-font-style: normal;
  --typography-eh-1-font-stretch: normal;
  --typography-eh-1-letter-spacing: 0;
  --typography-eh-1-line-height: 3.5rem;
  --typography-eh-1-paragraph-indent: 0;
  --typography-eh-1-paragraph-spacing: 0;
  --typography-eh-1-text-case: none;
  --typography-eh-2-font-size: 2.5rem;
  --typography-eh-2-text-decoration: none;
  --typography-eh-2-font-family: Pratt;
  --typography-eh-2-font-weight: 400;
  --typography-eh-2-font-style: normal;
  --typography-eh-2-font-stretch: normal;
  --typography-eh-2-letter-spacing: 0;
  --typography-eh-2-line-height: 3rem;
  --typography-eh-2-paragraph-indent: 0;
  --typography-eh-2-paragraph-spacing: 0;
  --typography-eh-2-text-case: none;
  --typography-eh-3-font-size: 2rem;
  --typography-eh-3-text-decoration: none;
  --typography-eh-3-font-family: Pratt;
  --typography-eh-3-font-weight: 400;
  --typography-eh-3-font-style: normal;
  --typography-eh-3-font-stretch: normal;
  --typography-eh-3-letter-spacing: 0;
  --typography-eh-3-line-height: 2.5rem;
  --typography-eh-3-paragraph-indent: 0;
  --typography-eh-3-paragraph-spacing: 0;
  --typography-eh-3-text-case: none;
  --typography-eh-4-font-size: 2rem;
  --typography-eh-4-text-decoration: none;
  --typography-eh-4-font-family: Pratt;
  --typography-eh-4-font-weight: 400;
  --typography-eh-4-font-style: normal;
  --typography-eh-4-font-stretch: normal;
  --typography-eh-4-letter-spacing: 0;
  --typography-eh-4-line-height: 2.5rem;
  --typography-eh-4-paragraph-indent: 0;
  --typography-eh-4-paragraph-spacing: 0;
  --typography-eh-4-text-case: none;

  /* dek */
  --typography-dek-1-font-size: 1.5rem;
  --typography-dek-1-text-decoration: none;
  --typography-dek-1-font-family: Pratt;
  --typography-dek-1-font-weight: 400;
  --typography-dek-1-font-style: normal;
  --typography-dek-1-font-stretch: normal;
  --typography-dek-1-letter-spacing: 0;
  --typography-dek-1-line-height: 2rem;
  --typography-dek-1-paragraph-indent: 0;
  --typography-dek-1-paragraph-spacing: 0;
  --typography-dek-1-text-case: none;
  --typography-dek-2-font-size: 1.25rem;
  --typography-dek-2-text-decoration: none;
  --typography-dek-2-font-family: Pratt;
  --typography-dek-2-font-weight: 400;
  --typography-dek-2-font-style: normal;
  --typography-dek-2-font-stretch: normal;
  --typography-dek-2-letter-spacing: 0;
  --typography-dek-2-line-height: 1.75rem;
  --typography-dek-2-paragraph-indent: 0;
  --typography-dek-2-paragraph-spacing: 0;
  --typography-dek-2-text-case: none;
  --typography-dek-3-font-size: 1.125rem;
  --typography-dek-3-text-decoration: none;
  --typography-dek-3-font-family: Pratt;
  --typography-dek-3-font-weight: 400;
  --typography-dek-3-font-style: normal;
  --typography-dek-3-font-stretch: normal;
  --typography-dek-3-letter-spacing: 0;
  --typography-dek-3-line-height: 1.5rem;
  --typography-dek-3-paragraph-indent: 0;
  --typography-dek-3-paragraph-spacing: 0;
  --typography-dek-3-text-case: none;
  --typography-dek-4-font-size: 1rem;
  --typography-dek-4-text-decoration: none;
  --typography-dek-4-font-family: Pratt;
  --typography-dek-4-font-weight: 400;
  --typography-dek-4-font-style: normal;
  --typography-dek-4-font-stretch: normal;
  --typography-dek-4-letter-spacing: 0;
  --typography-dek-4-line-height: 1.375rem;
  --typography-dek-4-paragraph-indent: 0;
  --typography-dek-4-paragraph-spacing: 0;
  --typography-dek-4-text-case: none;

  /* Fonts */
  --type-stack-serif: Georgia, Palatino, "Book Antiqua", "Times New Roman", serif;
  --type-stack-sans: Helvetica, Arial, Verdana, sans-serif;
}

/*
     FILE ARCHIVED ON 08:50:00 May 23, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:48:47 Jul 07, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 121.671
  exclusion.robots: 0.096
  exclusion.robots.policy: 0.089
  RedisCDXSource: 0.581
  esindex: 0.008
  LoadShardBlock: 104.509 (3)
  PetaboxLoader3.datanode: 126.467 (5)
  CDXLines.iter: 14.055 (3)
  load_resource: 742.032 (2)
  PetaboxLoader3.resolve: 125.714 (2)
*/