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

html{font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-size:16px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(min-width: 320px){body{font-size:.84em}}@media(min-width: 480px){body{font-size:.882em}}@media(min-width: 640px){body{font-size:.9261em}}@media(min-width: 800px){body{font-size:.97241em}}@media(min-width: 960px){body{font-size:1.02103em}}h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:400;line-height:1.25}kbd{font-family:inherit}.footnotes{line-height:1.1}.section__intro__label{display:block;font-size:1.25em;line-height:1.6}.section__intro__headline{display:block;font-size:2.25em;font-weight:500;line-height:1.1}.section__intro__subheadline{display:block;font-size:1.25em;line-height:1.6}.subsection__headline,.section--history__item__header h1{display:block;font-size:1.6em;font-weight:500;line-height:1.1}html{box-sizing:border-box;width:100%;min-width:320px;height:100%;color:#000}*,*:before,*:after{box-sizing:inherit}body{width:100%;height:100%;background-color:hsl(0,0%,96%)}h1,h2,h3,h4,h5,h6,ul{margin:0;padding:0}p,li{margin:1em 0}li{list-style:none}small{color:hsl(0,10%,30%)}.nowrap{white-space:nowrap}a{transition:text-decoration .2s ease-in;text-decoration:none;color:hsl(209,100%,45%)}a:hover{text-decoration:underline}a:active{text-decoration:none}.button:hover{text-decoration:none}.button{display:inline-block;margin:0 .5em;padding:.25em .9em .2em;text-align:center;white-space:nowrap;color:#fff;border-radius:.25em;background-color:hsl(209,100%,45%);font-weight:300}.button:hover{background-color:rgb(0,131.75,255)}.section,.article-section,.section--history{width:100%;padding:5rem 0;background:linear-gradient(to bottom, hsl(0, 0%, 98%), hsl(0, 0%, 96%))}.section__content{display:flex;width:100%;max-width:62rem;margin:0 auto;flex-flow:row wrap;justify-content:center;align-items:center}.section__content>*{flex:0 1 auto}.section__content header{width:100%}.section__content header>*,.section__content .section__intro p,.section__content .section__intro ul{width:100%;max-width:50em;padding-right:1rem;padding-left:1rem}.section__content.centered header>*,.section__content.centered .section__intro p{margin-right:auto;margin-left:auto;text-align:center}.section__content__left,.section__content__right{width:100%}@media(min-width: 48rem){.section__content__left,.section__content__right{width:50%}}@media(min-width: 48rem){.section__content__left{padding-right:3rem}}.section__intro,.section__details{width:100%}.section__intro ul.cards,.section__details ul.cards{display:flex;width:100%;max-width:100%;margin:0 auto;padding:0 .5rem;flex-flow:row wrap;justify-content:center}.section__intro ul.cards li,.section__details ul.cards li{width:100%;max-width:30rem;margin:0;padding:.5rem;list-style:none;flex:0 0 auto}@media(min-width: 32rem){.section__intro ul.cards,.section__details ul.cards{padding-right:1rem;padding-left:1rem}.section__intro ul.cards li,.section__details ul.cards li{width:50%;padding:1rem;letter-spacing:-0.02em}}@media(min-width: 48rem){.section__intro ul.cards,.section__details ul.cards{padding-right:1.5rem;padding-left:1.5rem}.section__intro ul.cards li,.section__details ul.cards li{width:33%;padding:1.5rem}}.section__details{padding-top:1rem}.article-section,.section--history{padding-top:3rem;padding-bottom:3rem;text-align:left}.article-section .section__content,.section--history .section__content{max-width:50rem}.article-section .section__header,.section--history .section__header{padding-bottom:1.5rem}.article-section .section__header p:first-child,.section--history .section__header p:first-child{margin-top:0}.article-section .section__header p:last-child,.section--history .section__header p:last-child{margin-bottom:0}@media(min-width: 20rem)and (max-width: 60rem){.article-section,.section--history{padding-top:calc(1rem + 2*(100vw - 20rem)/40)}.article-section .section__header,.section--history .section__header{padding-bottom:calc(.5rem + 1*(100vw - 20rem)/40)}.article-section .subsection,.section--history .subsection,.article-section .section--history__item,.section--history .section--history__item{padding:calc(.5rem + 1*(100vw - 20rem)/40) 0}}.subsection,.section--history__item{width:100%;padding:1.5rem 0}.subsection ul,.section--history__item ul{margin-top:1em;margin-bottom:1em;padding-left:1rem}.subsection>h1,.section--history__item>h1,.subsection>p,.section--history__item>p,.subsection>ul,.section--history__item>ul{padding-right:1rem;padding-left:1rem}.subsection li,.section--history__item li{margin:.5em 0 .5em 1.5em;list-style-position:outside;list-style-type:disc}.player{width:100%;padding-top:1rem;padding-bottom:1rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media(min-width: 32rem){.player{padding-right:1rem;padding-left:1rem}}.player__content-container{position:relative;display:flex;overflow:hidden;width:100%;justify-content:center}.player__content{min-width:30rem;position:relative;width:100%}.player__content:before{display:block;width:100%;padding-top:56.25%;content:""}.player__content>*{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.player__controls{position:absolute;bottom:5vw;left:5vw;width:2.5rem;height:2.5rem;opacity:1}@media(min-width: 62rem){.player__controls{bottom:3rem;left:3rem}}.player__button{position:relative;width:100%;height:100%;cursor:pointer;transition:opacity .25s;opacity:0;border-radius:50%;background-color:rgba(0,0,0,.75)}.player__button__icon{position:relative;top:.875rem;left:.875rem;width:.75rem;height:.75rem;opacity:.8}.player__button:hover .player__button__icon{opacity:1}.player__button[state=paused]{opacity:1}.player__button[state=paused] .player__button__icon{left:1rem;width:0;border-width:.375rem 0 .375rem .75rem;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff}.player__button[state=playing]{opacity:1}.player__button[state=playing] .player__button__icon{border-width:0 0 0 .75rem;border-style:double;border-color:#fff}.player--right{padding-right:1rem}.player--right .player__content-container{justify-content:flex-end}@media(min-width: 48rem){.player--right{padding-left:0}.player--right .player__content{width:200%;margin-left:-100%}}.section--footer{padding:1rem 0;text-align:center;font-size:.8em}.section--footer a{color:#000}.section--header{padding:.5rem;background:none hsl(0,0%,96%)}@media(min-width: 32rem){.section--header{padding-right:1rem;padding-left:1rem}}.section--header .section__content{display:flex;width:100%;max-width:48rem;margin:0 auto;align-items:baseline;justify-content:space-between}.section--header .section__content a{color:hsl(0,10%,30%)}.section--header .section__content .logo a{font-size:14px;font-weight:500}.section--header .section__content .logo a:hover{text-decoration:none}.section--header .section__content .links{margin-right:-0.25em;font-size:13px}.section--header .section__content .links a{margin:0 .25em}.section--header .section__content .links a:hover{text-decoration:none}.section--header .section__content .links a:hover{color:hsl(209,100%,45%)}.section--support-summary{padding:3rem 0 2rem}.section--support-summary .section__content{max-width:50rem}.section--history__item__header{padding-right:1rem;padding-left:1rem}.section--history__item__header h1{display:inline-block}.section--history__item__header time{display:inline-block;margin-left:.5em;padding:0 .5em;transform:translate(0, -0.125em);border-radius:.5em;background-color:hsl(0,0%,89%);font-size:.8em}.section--introduction{overflow:hidden;padding-top:1rem;text-align:center;background:none hsl(0,0%,98%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAJ0lEQVR4AWP49etX3s+fP28C6f/kYAaYZrINABGDwIBRA0YNGDUAAFBX7EvZgbQ0AAAAAElFTkSuQmCC)}@media(min-width: 48rem){.section--introduction{padding-top:3rem}.section--introduction .section__actions{order:2}.section--introduction .section--introduction__image{order:3}}.section--introduction header{padding-top:1rem;padding-bottom:1rem}.section--introduction header>*{margin:0 auto}.section--introduction .section__intro__label{font-size:1.4em;font-weight:500;line-height:1.8}.section--introduction .section__intro__headline{max-width:30rem;margin:0 auto}.section--introduction .section__intro__subheadline{margin:.5em auto 0}.section--introduction .section__actions{z-index:2}.section--introduction .section--introduction__image{z-index:1;margin:1rem auto 1.5rem;position:relative;width:100%}.section--introduction .section--introduction__image:before{display:block;width:100%;padding-top:56.25%;content:""}.section--introduction .section--introduction__image>*{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.section--introduction .section--introduction__image img{height:auto;transform:scale(1.1290322581);transform-origin:top}.section--feature--recent-items-switcher .section--feature-recent-items-switcher__options{max-width:100%;margin:2rem 1rem 0;text-align:center}.section--feature--recent-items-switcher .section--feature-recent-items-switcher__options img{display:block;max-width:100%;margin:0 auto}@media(min-width: 43.875rem){.section--feature--recent-items-switcher .section--feature-recent-items-switcher__options img{max-width:670px}}.section--feature--recent-items-switcher .section--feature-recent-items-switcher__options small{display:block;margin:.5em 1em 0}.section--feature--dark-theme{color:#fff;background:hsl(0,0%,5%)}.section--feature--dark-theme img{width:100%;width:calc(100% - 2rem);margin:1rem 1rem}.section--feature--multiple-displays-support .displays{display:flex;width:100%;padding-right:.5rem;padding-left:.5rem;flex-flow:row wrap;justify-content:center}.section--feature--multiple-displays-support .display{position:relative;width:100%}.section--feature--multiple-displays-support .display:before{display:block;width:100%;padding-top:56.25%;content:""}.section--feature--multiple-displays-support .display>*{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.section--feature--multiple-displays-support .display{width:calc(100% - 1rem);margin:.5rem}@media(min-width: 32rem){.section--feature--multiple-displays-support .display{width:calc(50% - 1rem)}}.section__actions{margin:0 auto;padding:.5rem 0;text-align:center}.section__actions .requirements{margin:.5em 1em .5em;font-size:.8em}.section__actions .button{margin-top:.5em;margin-bottom:.5em}.section__actions .requirements a{color:#000}.section--conclusion{text-align:center}.section--conclusion header>*{margin:0 auto}.section--conclusion .section__actions{margin-top:1rem}.section--press .section__content{max-width:50rem}.subsection--press{width:100%}.subsection--press header{margin-bottom:1rem}.subsection--press header .section__intro__headline{font-size:1.6em}.press__screenshot,.press__screenshot--app-icon{display:block;width:100%;margin:0;padding:1rem}.press__screenshot img,.press__screenshot--app-icon img{max-width:100%}.press__screenshot--app-icon{margin-top:-2rem;margin-bottom:-2rem;padding:0}.press__screenshot--app-icon img{max-width:20rem}.section--order-complete .section__actions{max-width:50rem;padding:1rem 1rem 0}.section--order-complete .section__actions_buttons{padding-top:.5rem;padding-bottom:.5rem}
