/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.visually-hidden{position:absolute}

.visually-hidden:not(:focus):not(:active){width:1px;height:1px;margin:0;overflow:hidden;clip:rect(1px, 1px, 1px, 1px)}

html,body{margin:0;padding:0;box-sizing:border-box;height:100%}

html *,body *{box-sizing:inherit}

@font-face{font-family:"snaptvsans";src:url(snaptvsans-book.woff2) format("woff2"),url(snaptvsans-book.woff) format("woff");font-weight:100;font-display:swap}

@font-face{font-family:"snaptvsans";src:url(snaptvsans-medium.woff2) format("woff2"),url(snaptvsans-medium.woff) format("woff");font-weight:normal;font-display:swap}

@font-face{font-family:"snaptvsans";src:url(snaptvsans-bold.woff2) format("woff2"),url(snaptvsans-bold.woff) format("woff");font-weight:bold;font-display:swap}

html{font-size:12px;line-height:16px;font-family:"snaptvsans",Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}

@media screen and (min-width: 1025px){html{font-size:16px;line-height:22px}}

.sk-weight--book,.sk-text--legal,.sk-text--label,.sk-text--info,.sk-text--link,.sk-text--success,.sk-text--body-small,.sk-text--body-dark-small,.sk-text--body-light-small,.sk-text--body-large,.sk-text--body-dark-large,.sk-text--body-light-large,.sk-text--body-dark,.sk-text--body-light{font-weight:100}

.sk-weight--medium,.sk-text--navigation{font-weight:normal}

.sk-weight--bold,.sk-text--lead,.sk-text--card-title,.sk-text--supplemental-title,.sk-text--hero-subtitle,.sk-text--hero-title,.sk-text--title-large,.sk-text--title,.sk-text--heading-small,.sk-text--heading-medium,.sk-text--heading{font-weight:bold}

.sk-text--heading{font-size:20px;line-height:20px;color:#fff}

@media screen and (min-width: 768px){.sk-text--heading{font-size:36px;line-height:36px}}

@media screen and (min-width: 1025px){.sk-text--heading{font-size:72px;line-height:72px;font-weight:normal}}

.sk-text--heading-medium{font-size:18px;line-height:18px;color:#fff}

@media screen and (min-width: 768px){.sk-text--heading-medium{font-size:28px;line-height:32px}}

@media screen and (min-width: 1025px){.sk-text--heading-medium{font-size:48px;line-height:56px}}

.sk-text--heading-small{font-size:16px;line-height:16px;color:#fff}

@media screen and (min-width: 768px){.sk-text--heading-small{font-size:22px;line-height:22px}}

@media screen and (min-width: 1025px){.sk-text--heading-small{font-size:32px;line-height:40px}}

.sk-text--title{font-size:18px;line-height:24px;color:#000}

@media screen and (min-width: 1025px){.sk-text--title{font-size:20px;line-height:24px}}

.sk-text--title-large{font-size:20px;line-height:24px;color:#000}

@media screen and (min-width: 1025px){.sk-text--title-large{font-size:26px;line-height:32px}}

.sk-text--hero-title{font-size:28px;line-height:32px;color:#fff}

@media screen and (min-width: 768px){.sk-text--hero-title{font-size:60px;line-height:64px}}

@media screen and (min-width: 1025px){.sk-text--hero-title{font-size:120px;line-height:120px}}

.sk-text--hero-subtitle{font-size:24px;line-height:28px;color:#fff}

@media screen and (min-width: 768px){.sk-text--hero-subtitle{font-size:40px;line-height:44px}}

@media screen and (min-width: 1025px){.sk-text--hero-subtitle{font-size:80px;line-height:88px}}

.sk-text--supplemental-title{font-size:18px;line-height:20px;color:#fff}

@media screen and (min-width: 768px){.sk-text--supplemental-title{font-size:30px;line-height:34px}}

@media screen and (min-width: 1025px){.sk-text--supplemental-title{font-size:60px;line-height:70px}}

.sk-text--body,.sk-text--body-dark,.sk-text--body-light{font-size:12px;line-height:16px}

@media screen and (min-width: 1025px){.sk-text--body,.sk-text--body-dark,.sk-text--body-light{font-size:16px;line-height:20px}}

.sk-text--body-light{color:#fff}

.sk-text--body-dark{color:#000}

.sk-text--body-large,.sk-text--body-dark-large,.sk-text--body-light-large{font-size:14px;line-height:22px}

@media screen and (min-width: 768px){.sk-text--body-large,.sk-text--body-dark-large,.sk-text--body-light-large{font-size:16px;line-height:24px}}

@media screen and (min-width: 1025px){.sk-text--body-large,.sk-text--body-dark-large,.sk-text--body-light-large{font-size:20px;line-height:28px}}

.sk-text--body-light-large{color:#fff}

.sk-text--body-dark-large{color:#000}

.sk-text--body-small,.sk-text--body-dark-small,.sk-text--body-light-small{font-size:10px;line-height:14px}

@media screen and (min-width: 1025px){.sk-text--body-small,.sk-text--body-dark-small,.sk-text--body-light-small{font-size:14px;line-height:16px}}

.sk-text--body-light-small{color:#fff}

.sk-text--body-dark-small{color:#000}

.sk-text--navigation{font-size:16px;line-height:16px;color:#fff}

@media screen and (min-width: 768px){.sk-text--navigation{font-size:20px;line-height:20px}}

.sk-text--success{font-size:12px;line-height:12px;letter-spacing:1;color:#05ac3f}

@media screen and (min-width: 1025px){.sk-text--success{font-size:18px;line-height:15px}}

.sk-text--card-title{text-transform:uppercase;letter-spacing:1px;font-size:10px;line-height:12px;color:#646669}

@media screen and (min-width: 1025px){.sk-text--card-title{font-size:15px;line-height:15px}}

.sk-text--link{font-size:12px;line-height:16px;color:#047caf;text-decoration:none;cursor:pointer}

@media screen and (min-width: 1025px){.sk-text--link{font-size:16px;line-height:20px}}

.sk-text--info{font-size:12px;line-height:16px;color:#646669}

@media screen and (min-width: 1025px){.sk-text--info{font-size:14px;line-height:18px}}

.sk-text--label{font-size:16px;line-height:16px;color:#000}

@media screen and (min-width: 1025px){.sk-text--label{font-size:20px;line-height:20px}}

.sk-text--lead{font-size:16px;line-height:16px;color:#000}

@media screen and (min-width: 1025px){.sk-text--lead{font-size:20px;line-height:20px}}

.sk-text--legal{font-size:8px;line-height:12px;color:#646669}

@media screen and (min-width: 1025px){.sk-text--legal{font-size:12px;line-height:16px}}

.sk-bg-white{background-color:#fff}

.sk-color-white{color:#fff}

.sk-bg-wild-sand{background-color:#f4f4f4}

.sk-color-wild-sand{color:#f4f4f4}

.sk-bg-mercury{background-color:#e7e7e7}

.sk-color-mercury{color:#e7e7e7}

.sk-bg-iron{background-color:#d1d2d3}

.sk-color-iron{color:#d1d2d3}

.sk-bg-aluminium{background-color:#a4a5a7}

.sk-color-aluminium{color:#a4a5a7}

.sk-bg-shuttle-grey{background-color:#646669}

.sk-color-shuttle-grey{color:#646669}

.sk-bg-abbey{background-color:#494b4e}

.sk-color-abbey{color:#494b4e}

.sk-bg-outer-space{background-color:#323538}

.sk-color-outer-space{color:#323538}

.sk-bg-shark{background-color:#1d1e20}

.sk-color-shark{color:#1d1e20}

.sk-bg-black{background-color:#000}

.sk-color-black{color:#000}

.sk-bg-yellow{background-color:#fccc12}

.sk-color-yellow{color:#fccc12}

.sk-bg-orange{background-color:#ff7112}

.sk-color-orange{color:#ff7112}

.sk-bg-red{background-color:#ea103c}

.sk-color-red{color:#ea103c}

.sk-bg-purple{background-color:#6e55dc}

.sk-color-purple{color:#6e55dc}

.sk-bg-deep-purple{background-color:#643cdf}

.sk-color-deep-purple{color:#643cdf}

.sk-bg-blue{background-color:#047caf}

.sk-color-blue{color:#047caf}

.sk-bg-focus-blue{background-color:#069de0}

.sk-color-focus-blue{color:#069de0}

.sk-bg-green{background-color:#05ac3f}

.sk-color-green{color:#05ac3f}

.sk-bg-brand{background-color:#201f32}

.sk-color-brand{color:#201f32}

.sk-bg-highlight{background-color:#25adbe}

.sk-color-highlight{color:#25adbe}

.sk-bg-grey-light{background-color:#f4f4f4}

.sk-color-grey-light{color:#f4f4f4}

.sk-bg-grey-mid{background-color:#e7e7e7}

.sk-color-grey-mid{color:#e7e7e7}

.sk-bg-grey-dark{background-color:#525252}

.sk-color-grey-dark{color:#525252}

.sk-bg-dove-grey{background-color:#666}

.sk-color-dove-grey{color:#666}

.sk-bg-grey-dark-1{background-color:#2e2e2e}

.sk-color-grey-dark-1{color:#2e2e2e}

.sk-bg-boulder-grey{background-color:#828282}

.sk-color-boulder-grey{color:#828282}

.sk-bg-navy{background-color:#071424}

.sk-color-navy{color:#071424}

.sk-bg-plum{background-color:#1a0e21}

.sk-color-plum{color:#1a0e21}

.sk-bg-dark-brown{background-color:#27231f}

.sk-color-dark-brown{color:#27231f}

