*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
@font-face {
  font-family: 'DatalegreyaThin';
  src: url("../fonts/Datalegreya-Thin.otf");
}
@font-face {
  font-family: 'DatalegreyaGradient';
  src: url("../fonts/Datalegreya-Gradient.otf");
}
.datalegreya {
  font-family: 'DatalegreyaThin', 'Alegreya Sans', sans-serif !important;
}
.datalegreya--gradient {
  font-family: 'DatalegreyaGradient', 'Alegreya Sans', sans-serif !important;
}
.datalegreya--minmax {
  display: inline-block;
  font-size: 6em;
  line-height: 0.15;
  vertical-align: bottom;
  position: relative;
  top: 0.32em;
  margin-left: 0.2em;
}
.ampersand {
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 0.77em;
}
.pnum {
  -webkit-font-feature-settings: "pnum";
  -moz-font-feature-settings: "pnum";
  -ms-font-feature-settings: "pnum";
  -o-font-feature-settings: "pnum";
  font-feature-settings: "pnum";
}
.js-nodata {
  margin-left: -0.07em;
  margin-top: -0.1em;
  line-height: 0.85;
}
/* Figures
-------------------------------------------------- */
img,
video {
  display: block;
  max-width: 100%;
}
video {
  height: 100%;
  margin: 0 auto;
}
/* Links
-------------------------------------------------- */
a {
  color: #f8f8f8;
  text-decoration: none;
  transition: 0.3s opacity, 0.3s color, 0.3s background, 0.3s border !important;
}
a:hover {
  color: rgba(248,248,248,0.75);
}
/* Blockquote & cite
-------------------------------------------------- */
blockquote {
  margin-bottom: 2em;
}
cite {
  font-style: normal;
}
/* Focus
-------------------------------------------------- */
:focus {
  outline: 1px dotted rgba(255,255,255,0.5);
}
/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}
/* Shadows
-------------------------------------------------- */
.drop-shadow {
  -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.5));
  filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.5));
}
.box-shadow--bottom {
  box-shadow: 0 6px 20px rgba(0,0,0,0.33) !important;
}
/* Disable page scrolling
-------------------------------------------------- */
.js-noscroll {
  overflow: hidden !important;
}
/* Site
-------------------------------------------------- */
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Alegreya Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.5em;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #373636;
  color: #f8f8f8;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -moz-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -webkit-font-feature-settings: "kern" on, "liga" on, "calt" on;
  -ms-font-feature-settings: "kern" on, "liga" on, "calt" on;
  font-feature-settings: "kern" on, "liga" on, "calt" on;
  font-variant-ligatures: common-ligatures discretionary-ligatures contextual;
  font-kerning: normal;
}
p {
  margin-bottom: 1.5em;
}
/* Fullscreen
-------------------------------------------------- */
.fullscreen {
  width: 100vw;
  min-height: 100vh;
}
/* Header
-------------------------------------------------- */
#header {
  min-width: 320px;
  padding: 1.5em 7.5vw;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
#header .menu {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  width: 100vw;
  background-color: #373636;
  height: 150px;
  box-shadow: 0 6px 20px rgba(0,0,0,0);
  -webkit-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1); /* easeOutQuint */
}
#header .menu--minimized {
  -moz-transform: translateY(-85px);
  -o-transform: translateY(-85px);
  -webkit-transform: translateY(-85px);
  transform: translateY(-85px);
}
#header .menu--isHidden {
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
#header .logo {
  display: inline-block;
  float: left;
  margin-top: 24px;
  margin-left: 7.5vw;
  height: auto;
  width: 90px;
  z-index: 140;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: transform 0.3s !important;
  -moz-transition: transform 0.3s !important;
  -ms-transition: transform 0.3s !important;
  -o-transition: transform 0.3s !important;
  transition: transform 0.3s !important;
}
#header .logo--large {
  -moz-transform: scale(1.79) translateY(50%);
  -o-transform: scale(1.79) translateY(50%);
  -webkit-transform: scale(1.79) translateY(50%);
  transform: scale(1.79) translateY(50%);
}
#header .logo img {
  height: 50px;
  width: 80.47px;
  -webkit-transition: transform 0.3s !important;
  -moz-transition: transform 0.3s !important;
  -ms-transition: transform 0.3s !important;
  -o-transition: transform 0.3s !important;
  transition: transform 0.3s !important;
  -webkit-transition: opacity 0.3s !important;
  -moz-transition: opacity 0.3s !important;
  -ms-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
}
#header .logo img:hover,
#header .logo img:focus,
#header .logo img:active {
  opacity: 0.75;
}
#header h1 {
  position: fixed;
  top: 46px;
  margin-left: 90px;
  font-size: 21px;
  z-index: 200;
}
#header .filters {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  display: inline-flex;
  justify-content: flex-end;
  list-style: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.075em;
  white-space: nowrap;
  margin: 0;
  padding: 32px 16px 0;
}
#header .filters .filter {
  display: inline-block;
  width: 33.33%;
  padding: 1.2em 0;
  color: #f8f8f8;
  line-height: 2.5;
  cursor: pointer;
  border-bottom: 2px solid rgba(248,248,248,0);
  transition: border-bottom-color 0.1s ease-out, color 0.1s ease-out;
}
#header .filters .filter:hover,
#header .filters .filter:active,
#header .filters .filter:focus {
  border-bottom-color: rgba(248,248,248,0.25);
}
#header .filters .filter a:hover,
#header .filters .filter a:active,
#header .filters .filter a:focus {
  color: #f8f8f8;
}
#header .filters .filter--active {
  border-bottom: 2px solid rgba(248,248,248,0.75);
}
#header .filters .filter--active:hover,
#header .filters .filter--active:active,
#header .filters .filter--active:focus {
  border-bottom-color: rgba(248,248,248,0.75);
}
#header .languages {
  z-index: 200;
  position: absolute;
  top: 35px;
  right: 44px;
  min-height: 44px;
  font-size: 15px;
  line-height: 44px;
  list-style: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#header .languages li {
  display: inline-block;
}
#header .languages li a {
  color: rgba(248,248,248,0.25);
}
#header .languages li a:hover,
#header .languages li a:active,
#header .languages li a:focus {
  color: rgba(248,248,248,0.75);
}
#header .languages li:first-child:after {
  content: '/';
  color: rgba(248,248,248,0.25);
  margin: 0 0.05em;
}
#header .languages .active a {
  color: rgba(248,248,248,0.75);
}
#header #about {
  margin-top: 140px;
  font-size: 1.125em;
  line-height: 1.5em;
}
#header #presentation {
  display: inline-block;
  max-width: 64ch;
  margin-bottom: 1em;
}
#header #presentation .expand {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  opacity: 0.5;
  font-weight: 700;
  transition: opacity 0.3s;
  margin-top: 0.5em;
}
#header #presentation .expand:hover {
  opacity: 0.75;
}
#header #presentation .expand:before {
  vertical-align: text-top;
  position: relative;
  top: 2px;
  margin-right: 10px;
}
#header #presentation .expand--more {
  cursor: s-resize;
}
#header #presentation .expand--more:before {
  content: url("../images/icons/expand-more.svg");
}
#header #presentation .expand--less {
  cursor: n-resize;
}
#header #presentation .expand--less:before {
  content: url("../images/icons/expand-less.svg");
}
#header #contact {
  list-style: none;
}
#header #contact .icon {
  padding-top: 0.25em;
  margin-right: 0.5em;
}
@media screen and (min-width: 320px) {
  #header {
    padding: 7.5vh 7.5vw;
  }
  #header #presentation {
    margin-bottom: 5vh;
  }
}
@media screen and (min-height: 420px) {
  #header .menu {
    top: 0px;
  }
}
@media screen and (min-height: 580px) {
  #header #contact {
    display: block;
  }
}
@media screen and (min-width: 375px) {
  #header {
    padding: 7.5vw 7.5vw;
  }
  #header #presentation {
    margin-bottom: 5vh;
  }
  #header h1 {
    top: 38px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 425px) {
  #header #about {
    margin-top: 30vh;
  }
}
@media screen and (min-width: 580px) {
  #header .menu {
    height: 100px;
  }
  #header h1 {
    top: 26px;
    font-size: 2.875em;
    margin-left: 100px;
  }
  #header .logo {
    height: auto;
    width: 90px;
  }
  #header .filters {
    top: 0;
    padding: 22px 112px 0;
  }
  #header .filters .filter {
    width: auto !important;
    padding: 1.2em 1.5em !important;
  }
}
@media screen and (min-width: 768px) {
  #header {
    padding: 10vh 7.5vw;
  }
  #header .filter {
    padding: 1.2em 2em !important;
  }
}
@media screen and (min-width: 1024px) {
  #header {
    padding: 15vh 7.5vw;
  }
  #header #presentation {
    width: 60%;
  }
  #header #contact {
    float: right;
    width: 30%;
    margin-left: 5%;
  }
}
@media screen and (min-width: 1440px) {
  #header #about {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1920px) {
  #header {
    padding: 15vh 5vw;
  }
  #header .logo {
    margin-left: 5vw;
  }
}
/* Headings
-------------------------------------------------- */
h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  border: 0 !important;
}
h1 {
  font-family: 'Alegreya Sans SC', sans-serif;
  line-height: 0.95 !important;
  font-weight: 100;
  text-transform: lowercase;
}
/* Strip
-------------------------------------------------- */
.strip {
  position: relative;
  width: 100vw;
  min-width: 320px;
  max-height: 100vh;
  list-style-type: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.strip__header {
  width: 100vw;
  padding: 2em 7.5vw 0;
  overflow: hidden;
  height: auto;
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  z-index: 12;
}
.strip__header .meta {
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  margin-bottom: 0.75em;
}
.strip__header .meta .tags {
  display: inline;
  list-style: none;
}
.strip__header .meta .tags .tag {
  display: inline;
}
.strip__header .meta .tags .tag:after {
  content: ', ';
}
.strip__header .meta .tags .tag:last-child:after {
  content: '';
}
.strip__header .title {
  font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 11.5vmin;
  line-height: 0.9 !important;
  font-weight: 100;
  text-transform: lowercase;
}
.strip__header .client {
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 500;
  margin-top: 0.75em;
  margin-bottom: 2em;
}
.strip__header--isHidden-left {
  -webkit-transform: translateX(-50vw);
  transform: translateX(-50vw);
}
.strip__description {
  margin-top: 1.5em;
  max-width: 35vmax;
  max-width: 64ch;
  margin-bottom: 3em;
}
.strip__description a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.strip__description a:hover,
.strip__description a:focus,
.strip__description a:active {
  opacity: 1;
  border-color: #fff;
}
.strip--isOpen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 80vw;
  min-width: 16em;
  padding-top: 10vh;
  cursor: auto;
  overflow-y: auto;
}
.strip--isClosed {
  height: auto;
  width: 100vw;
  padding-top: 2em;
  cursor: pointer;
}
.strip--project {
  border-bottom: 1px solid #373636;
}
.strip--project > .strip__header {
  color: #373636;
  background-color: #f8f8f8;
}
.strip--project > .strip__header a {
  color: #373636;
  border-bottom-color: rgba(0,0,0,0.25);
}
.strip--project > .strip__header a:hover {
  border-bottom-color: rgba(0,0,0,0.5);
}
.strip--news {
  border-bottom: 1px solid #7c7c7c;
}
.strip--news > .strip__header {
  color: #f8f8f8;
  background-color: #373636;
}
.strip--news > .strip__header a {
  color: #f8f8f8;
  border-bottom-color: rgba(255,255,255,0.25);
}
.strip--news > .strip__header a:hover {
  border-bottom-color: rgba(255,255,255,0.5);
}
.carousel {
  position: relative;
  width: 100vw !important;
  z-index: 10;
  -webkit-transition: height 0.5s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: height 0.5s cubic-bezier(0, 1, 0.5, 1);
  -ms-transition: height 0.5s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: height 0.5s cubic-bezier(0, 1, 0.5, 1);
  transition: height 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.carousel__image {
  width: 100vw !important;
  height: 100vh !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.carousel__video {
  overflow: hidden;
}
.carousel__video .video-container {
  width: 100vw;
  height: 100vh;
}
.carousel__video .video-container video:hover + .btn {
  opacity: 0.5;
}
.carousel--isClosed {
  display: none;
  height: 0px;
}
.carousel--isOpen {
  display: block !important;
  height: 100vh !important;
}
@media screen and (min-width: 320px) {
  .strip__header--isHidden-left {
    -webkit-transform: translateX(-80vw);
    transform: translateX(-80vw);
  }
  .strip--isOpen {
    width: 80vw;
  }
}
@media screen and (min-width: 640px) {
  .strip__header--isHidden-left {
    -webkit-transform: translateX(-80vw);
    transform: translateX(-80vw);
  }
  .strip--isOpen {
    width: 50vw;
    min-width: 32em;
  }
}
@media screen and (min-width: 768px) {
  .strip__header .title {
    font-size: 8.25vmin;
  }
  .strip--isOpen {
    max-width: calc(15vw + 64ch);
  }
}
@media screen and (min-width: 1024px) {
  .strip__header--isHidden-left {
    -webkit-transform: translateX(-50vw);
    transform: translateX(-50vw);
  }
}
@media screen and (min-width: 1920px) {
  .strip__header {
    padding: 2em 5vw 0;
  }
  .strip--isOpen {
    max-width: calc(12vw + 64ch);
    padding: 10vh 5vw 0;
  }
}
/* Slick custom style
-------------------------------------------------- */
.slick-track {
  background-color: #000;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: 16px;
}
.slick-dots li button:before {
  font-size: 10px;
  line-height: 22px;
  color: #fff;
  content: "\2022" !important;
}
.slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-arrow {
  z-index: 13;
  width: 44px;
  height: 44px;
  opacity: 0.75;
  background: url("") 50% 55%/16px no-repeat;
  transition: 0.3s opacity;
}
.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
  opacity: 1;
  background: url("") 50% 55%/16px no-repeat;
}
.slick-arrow:before {
  content: '';
}
.slick-prev,
.slick-prev:hover,
.slick-prev:active,
.slick-prev:focus {
  left: 6px;
  background-image: url("../images/icons/chevron-left.png");
  background-image: url("../images/icons/chevron-left.svg");
}
.slick-next,
.slick-next:hover,
.slick-next:active,
.slick-next:focus {
  right: 6px;
  background-image: url("../images/icons/chevron-right.png");
  background-image: url("../images/icons/chevron-right.svg");
}
@media screen and (min-width: 375px) {
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    left: 12px;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus {
    right: 12px;
  }
}
@media screen and (min-width: 480px) {
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    left: 24px;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus {
    right: 24px;
  }
}
@media screen and (min-width: 600px) {
  .slick-arrow,
  .slick-arrow:hover,
  .slick-arrow:active,
  .slick-arrow:focus {
    width: 60px;
    height: 60px;
    background-size: 22px;
  }
  .slick-prev,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    left: 32px;
  }
  .slick-next,
  .slick-next:hover,
  .slick-next:active,
  .slick-next:focus {
    right: 32px;
  }
}
/* Buttons
-------------------------------------------------- */
.btn {
  cursor: pointer;
  text-align: center;
  transition: 0.3s background-color, 0.3s opacity;
}
.btn--info,
.btn--close,
.btn--help {
  position: absolute;
  margin-top: 12px;
  z-index: 11;
  width: 44px;
  height: 44px;
  opacity: 0.75;
}
.btn--info:hover,
.btn--close:hover,
.btn--help:hover {
  opacity: 1;
}
.btn--close,
.btn--help {
  padding: 6px;
  right: 0;
  margin-right: 12px;
}
.btn--info {
  padding: 3px;
  left: 0;
  margin-left: 12px;
}
.btn--large {
  font-size: 0.875em;
  padding: 0.5em 0.75em;
}
.btn--active {
  box-shadow: 0 3px 0 #1c1b1b;
  background-color: #f8f8f8 !important;
}
@media screen and (min-width: 480px) {
  .btn--large {
    font-size: 1em;
    padding: 0.75em 1em;
  }
}
@media screen and (min-width: 600px) {
  .btn--close,
  .btn--info,
  .btn--help {
    width: 60px;
    height: 60px;
    margin-top: 32px;
  }
  .btn--close,
  .btn--help {
    padding: 8px;
    margin-right: 32px;
  }
  .btn--info {
    padding: 4px;
    margin-left: 32px;
  }
}
/* Datalegreya
-------------------------------------------------- */
.legendX {
  color: #f54f29;
}
.legendY {
  color: #f58729;
}
.letter {
  color: #fff;
}
.value {
  color: #ffd393;
}
.startVal {
  color: #1be2ab;
}
.minmax {
  color: #ad8f64;
}
.afterSpace {
  color: #1be2ab;
}
.neutral {
  color: #f00;
}
.io {
  min-height: 50px;
  padding: 2rem 7.5vw 0;
  margin: 0 auto;
  background-color: #373636;
}
.input,
.output {
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  white-space: pre;
}
.input {
  font-family: 'Alegreya Sans';
  font-size: 3.4vw;
  font-weight: 100;
  background-color: transparent;
  height: 6vw;
  pointer-events: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
  word-break: break-all;
}
.input::-webkit-autofill,
.input::-webkit-autofill:hover,
.input::-webkit-autofill:focus,
.input::-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px #323131 inset;
}
.input::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: none;
  -webkit-text-fill-color: initial;
}
#srcLegend {
  pointer-events: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 2px;
}
.output {
  margin-left: -0.15em;
  font-size: 8.5vmax;
}
#io .input,
#io #srcLegend {
  position: absolute;
  top: 160px;
  max-width: calc(100vw - 7.5vw * 2);
}
#io:after {
  content: 'Try it!';
  opacity: 0.5;
  position: relative;
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  left: 0;
  top: 5vw;
}
#i {
  border-bottom: 1px solid rgba(248,248,248,0.5);
}
#i:hover,
#i:focus,
#i:active {
  background-color: #323131;
}
#o {
  min-height: 18vw;
}
#o:before {
  content: '▼';
  opacity: 0.5;
  position: relative;
  font-size: 1rem;
  display: block;
  top: 0;
  padding-left: 2rem;
}
@media screen and (min-width: 425px) {
  #io .input,
  #io #srcLegend {
    position: relative;
    height: 6vw;
  }
  #io .input {
    top: 1.2vw;
  }
  #io #srcLegend {
    top: -4.3vw;
    margin-top: 0;
  }
  #io:after {
    font-size: 0.875rem;
    top: -4vw;
  }
  #o {
    font-size: 10.75vw;
  }
  #o:before {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  #datalegreya #header {
    padding: 10vh 7.5vw;
  }
}
@media screen and (min-width: 1920px) {
  #datalegreya #header {
    padding: 10vh 5vw;
  }
  #datalegreya .io {
    padding: 2rem 5vw 0;
  }
}
#datalegreya {
  padding-top: 100px;
}
#datalegreya #header {
  margin-top: -100px;
  height: 100px;
  padding: 0 7.5vw;
}
#datalegreya .menu {
  max-height: 100px;
}
#datalegreya #demo-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 7.5vw;
}
#datalegreya #demo-btn > .btn {
  flex-grow: 1;
  border-radius: 2px;
  background-color: rgba(248,248,248,0.75);
}
#datalegreya #demo-btn > .btn:hover,
#datalegreya #demo-btn > .btn:focus,
#datalegreya #demo-btn > .btn:active,
#datalegreya #demo-btn > .btn box-shadow 0 3px 0 darken($dark-color,
#datalegreya #demo-btn > .btn 50%) {
  background-color: #f8f8f8;
}
#datalegreya #demo-btn #demo2 {
  margin: 0 0.75rem;
}
#datalegreya .row {
  width: 100vw;
  padding: 0 7.5vw;
  margin: 2rem auto;
}
#datalegreya .col-1 {
  position: relative;
  float: left;
  left: 0;
  width: 100%;
}
#datalegreya .col-2 {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
}
#datalegreya .text {
  color: rgba(248,248,248,0.5);
}
#datalegreya .text a {
  color: rgba(248,248,248,0.75);
  border-bottom: 1px solid rgba(248,248,248,0.5);
}
#datalegreya .text > div {
  padding-left: 2rem;
}
@media screen and (min-width: 480px) {
  #datalegreya #demo-btn > .btn {
    max-width: 150px;
  }
  #datalegreya #demo-btn #demo2 {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 640px) {
  #datalegreya .col-1 {
    padding: 0 1.5rem;
  }
  #datalegreya .col-2 {
    margin-bottom: 4rem;
  }
  #datalegreya .col-2 .text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2rem;
    -webkit-column-gap: 2rem;
    column-gap: 2rem;
  }
  #datalegreya .text > div {
    padding-left: 0;
  }
}
@media screen and (min-width: 720px) {
  #datalegreya .col-1 {
    left: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  #datalegreya .row {
    padding: 0 20vw;
  }
}
.subtitle {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875em;
  text-align: left;
  margin-bottom: 0 !important;
}
.walkthrough {
  width: 100vw;
  min-height: 320px;
  margin-bottom: 2em !important;
}
.walkthrough .slick-track {
  background-color: #2f2e2e;
}
.walkthrough__slide {
  position: relative;
  padding: 2rem 7.5vw;
  min-width: 100vw;
  background-color: #2f2e2e;
}
.slide__header {
  position: relative;
  width: 100%;
  min-height: 165px;
}
.slide__header .subtitle {
  position: absolute;
  padding: 0;
  left: 0;
}
.slide__header .info {
  position: absolute;
  color: rgba(248,248,248,0.5);
  font-size: 0.875em;
  left: 0;
  width: 100%;
  margin-top: 2em;
}
.slide__header .info__tuto,
.slide__header .info__remember {
  float: left;
  width: 93%;
  max-width: 30em;
  line-height: 1.5;
  padding: 0;
  margin-top: -0.25em;
}
.slide__header .info__tuto > p,
.slide__header .info__remember > p {
  margin-bottom: 0;
}
.slide__header .info__tuto > ul,
.slide__header .info__remember > ul {
  margin-left: 1rem;
}
.slide__demo {
  min-height: 200px;
  margin-bottom: 2rem;
}
.slide__demo .input,
.slide__demo .output {
  float: left;
  width: 100%;
  text-align: center;
  color: rgba(248,248,248,0.5);
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  -o-user-select: text !important;
  user-select: text !important;
}
.slide__demo .input {
  margin-top: 1rem;
  font-size: 6.5vw;
  height: 60px;
}
.slide__demo .input:after {
  content: '▼';
  font-family: 'Arial', sans-serif;
  position: relative;
  font-size: 1rem;
  display: block;
  top: 1.5em;
}
.slide__demo .output {
  font-size: 20vw;
  height: 100px;
  margin-bottom: 3.5rem;
}
#fontinuse {
  margin: 2rem 0 4rem;
}
#fontinuse .carousel__image {
  max-height: 62vw;
}
#download {
  margin-bottom: 2rem;
}
#download #paywithatweet a {
  text-transform: uppercase;
  padding: 0.5em 0.75em;
  border-radius: 2px;
  background-color: rgba(248,248,248,0.75);
  border-bottom-width: 0px;
  color: #373636;
}
#download #paywithatweet a:hover,
#download #paywithatweet a:focus,
#download #paywithatweet a:active {
  box-shadow: 0 3px 0 #1c1b1b;
  background-color: #f8f8f8;
}
#download #files ul {
  list-style: none;
  margin-bottom: 1.5rem;
}
.file__size {
  margin-left: 0.25em;
  border-bottom: none;
  color: rgba(248,248,248,0.5);
}
@media screen and (min-width: 568px) {
  .slide__header {
    min-height: 144px;
  }
}
@media screen and (min-width: 768px) {
  .slide__header .subtitle {
    padding: 0 1rem;
  }
  .slide__header .info {
    padding: 0 1rem;
  }
  .slide__header .info__tuto,
  .slide__header .info__remember {
    width: 50%;
  }
  .slide__header .info__tuto {
    padding-right: 1rem;
  }
  .slide__header .info__remember {
    display: block !important;
    padding-left: 1rem;
  }
  .slide__demo .input {
    height: 100px;
    font-size: 3rem;
    margin-top: 3.125rem;
  }
  .slide__demo .output {
    font-size: 6em;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .slide__header .subtitle {
    text-align: right;
    right: 75%;
  }
  .slide__header .info {
    left: 25%;
    width: 75%;
    margin-top: 0;
  }
  .slide__header .info__tuto,
  .slide__header .info__remember {
    padding: 0 1.5rem;
  }
  .slide__header .info__tuto {
    width: 33.333%;
  }
  .slide__demo {
    min-height: 150px;
    margin: 2rem 0;
  }
  .slide__demo .input,
  .slide__demo .output {
    width: 50%;
  }
  .slide__demo .input {
    text-align: right;
    padding-right: 0.75rem;
  }
  .slide__demo .input:after {
    content: '►';
    font-family: 'Arial', sans-serif;
    font-size: 1rem;
    display: inline-block;
    top: 0;
    padding-left: 1.5rem;
    vertical-align: middle;
  }
  .slide__demo .output {
    text-align: left;
    padding-left: 0.75rem;
    margin-bottom: 1rem;
  }
}
/* Icons
-------------------------------------------------- */
.icon {
  float: left;
  width: 18px;
  opacity: 0.33;
  transition: opacity 0.3s;
}
.icon--left {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 640px) {
  .icon--left {
    left: -1rem;
  }
}
@media screen and (min-width: 1440px) {
  .icon {
    width: 20px;
  }
}
/* Footer
-------------------------------------------------- */
.footer {
  float: left;
  width: 100vw;
  padding: 1.5rem 7.5vw 1rem;
  font-size: 0.875rem;
  background-color: #2f2e2e;
}
.footer__copyright {
  float: left;
}
.footer__credits {
  float: right;
}
.footer__credits #love {
  display: inline;
  vertical-align: sub;
  width: 1em;
  margin-left: 0.1em;
  transition: 0.3s opacity;
}
@media screen and (min-width: 1920px) {
  .footer {
    padding: 1.5rem 5vw 1rem;
  }
}

