@import "http://fonts.googleapis.com/css?family=Roboto+Mono";
@import "http://fonts.googleapis.com/css?family=Roboto:100,200,300,400,400italic,500,600,700";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

@-webkit-keyframes bouncy {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bouncy {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

textarea:focus,
input:focus {
  outline: 0; }

input {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none; }

.button-line {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background: transparent;
  box-shadow: inset 0 0 0 1px #AAE1FF;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 100px;
  color: #28AFFA; }

.button-line:hover {
  color: #fff;
  background: #28AFFA;
  box-shadow: none; }

.button-fill {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  cursor: pointer;
  text-align: center;
  color: #FFF;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  min-width: 100px; }

.button-fill.blue,
input.blue {
  background: #28AFFA; }

.button-fill.green {
  background: #7DDD11; }

.button-fill.blue:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #5ac2fb; }

.button-fill.green:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #96ef32; }

pre {
  display: block;
  overflow: hidden;
  padding: 16px;
  padding-bottom: 14px;
  padding-left: 21px;
  word-wrap: break-word;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 0 0 0 1px #E8E8EB, inset 49px 0 0 #FDFDFD, inset 50px 0 0 #E8E8EB;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

pre ol {
  margin-top: 0;
  margin-bottom: 0; }

pre ol li {
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased; }

pre,
code {
  font-family: "Roboto Mono", "Menlo", "Monaco", Courier, monospace; }

.with-illustration {
  position: relative;
  overflow: hidden; }

.with-full-illustration {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 3px; }

.square pre {
  min-height: 300px; }

.dragging pre {
  min-height: 200px; }

.dragging-events pre {
  min-height: 200px; }

.with-illustration .highlight pre {
  border-radius: 3px 0 0 3px; }

.code-illustration {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 16px;
  border-radius: 0 3px 3px 0;
  box-shadow: inset 0 0 0 1px #E8E8EB; }

.code-illustration.no-border {
  padding: 0;
  box-shadow: none; }

.three-lines .code-illustration {
  max-width: 92px; }

.four-lines .code-illustration {
  max-width: 112px;
  padding: 26px; }

.eight-lines .code-illustration {
  max-width: 300px; }

.nine-lines .code-illustration {
  max-width: 212px; }

.ten-lines .code-illustration {
  max-width: 232px; }

.layer-positioning-minmax img {
  max-width: 160px; }

.with-illustration.layer-positioning-minmax pre {
  min-height: 160px; }

.code-illustration-states,
.code-illustration-dragging,
.code-illustration-scrolling {
  position: absolute;
  top: 0;
  right: 0; }

.code-illustration-states {
  max-width: 274px;
  max-height: 274px; }

.code-illustration-dragging {
  max-width: 300px; }

.code-illustration-scrolling {
  max-width: 232px; }

.subpre {
  margin-bottom: 24px; }

.with-illustration + p,
.with-full-illustration + p,
.highlight + p {
  margin-top: 32px; }

.with-illustration + h4,
.with-illustration + h5,
.with-full-illustration + h4,
.with-full-illustration + h5,
.highlight + h4,
.highlight + h5 {
  margin-top: 64px; }

p code,
.inline {
  font-family: "Roboto Mono", "Menlo", "Monaco", Courier, monospace;
  font-size: 13px;
  font-weight: 400;
  margin-right: 2px;
  margin-left: 2px;
  padding: 1px 4px;
  color: #62626B;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #DDD;
  -webkit-font-smoothing: subpixel-antialiased; }

.o,
.nf,
.nv,
.wrapper pre ol li {
  color: #808088; }

.k,
.kc,
.k + .nx {
  color: #F8B000; }

.c,
.cm,
.cp,
.c1,
.cs {
  color: #B8B8BF; }

.mi,
.mf {
  color: #9B85EB; }

.s,
.s + .si,
.si + .nx,
.si + .s,
.nx + .si {
  color: #7DDD11; }

.nf {
  color: #F95FAA; }

.p + .nx {
  color: #28AFFA; }

.p + .nx + .p {
  color: #808088; }

.wrapper pre ol {
  counter-reset: linenumbers; }

.wrapper pre ol li {
  line-height: 1.6;
  text-align: left; }

.is-firefox .wrapper pre ol li {
  line-height: 1.55; }

.wrapper pre ol li:before {
  font-size: 10px;
  font-weight: 400;
  position: relative;
  top: 3px;
  float: left;
  margin-right: 40px;
  content: counter(linenumbers);
  counter-increment: linenumbers;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: right;
  color: #D1D1DA; }

.wrapper pre ol li:before {
  left: -4px;
  width: 12px;
  white-space: nowrap; }

.without-linenumbers pre {
  margin-top: -5px;
  padding: 14px;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 0 0 1px #E4EBF2; }

.without-linenumbers pre ol li:before {
  margin-right: 0;
  content: ""; }

.animation pre {
  border-radius: 0 0 3px 3px; }

.animation.spring pre {
  white-space: nowrap; }

.animation-curves .col-4 {
  overflow: hidden;
  border-radius: 3px; }

img.curve-animation {
  position: relative;
  z-index: 10; }

img.curve {
  margin-top: -5px; }

@media screen and (max-width: 1080px) {
  .without-linenumbers pre {
    margin-top: 20px;
    padding: 0;
    box-shadow: none; } }

@media screen and (max-width: 720px) {
  .with-illustration,
  .with-full-illustration {
    text-align: center; }
  .code-illustration,
  .code-illustration-states,
  .code-illustration-dragging,
  .code-illustration-scrolling {
    position: relative; }
  .basics .code-illustration {
    position: absolute; }
  .code-illustration-states {
    max-width: 274px; }
  .with-illustration pre,
  .with-full-illustration pre {
    margin-top: 0; }
  .with-illustration figure,
  .with-full-illustration figure {
    position: relative;
    z-index: 100;
    overflow: hidden;
    margin-bottom: -1px;
    border-radius: 3px 3px 0 0;
    background: #28AFFA; }
  .wrapper pre ol li:before {
    content: ""; }
  pre {
    box-shadow: inset 0 0 0 1px #E4EBF2; } }

@media screen and (max-width: 560px) {
  pre {
    box-shadow: inset 0 0 0 1px #E4EBF2; }
  .dragging pre,
  .dragging-events pre {
    min-height: initial; } }

@media screen and (max-width: 440px) {
  .basics .code-illustration {
    display: none; }
  pre ol li {
    font-size: 11px; }
  .with-illustration.layer-positioning-minmax pre {
    min-height: 40px; } }

.footer {
  overflow: hidden;
  height: 312px;
  padding-top: 64px;
  background: #151517;
  position: relative;
  z-index: 100; }

.footer hr {
  border-bottom-color: #36363A;
  margin: 40px auto; }

.footer a:hover {
  color: #FFF; }

.footer .pivots {
  position: relative;
  padding-bottom: 0; }
  .footer .pivots:after {
    content: "";
    display: table;
    clear: both; }

.footer .pivots section:first-child {
  float: left;
  width: 100%;
  max-width: 600px; }

.footer .pivots section:nth-child(2) {
  float: right;
  padding-top: 20px; }

.footer .pivots section:last-child a {
  margin-left: 12px; }

.footer .pivots img {
  position: relative;
  top: -8px;
  float: left;
  width: 70px;
  height: 77px;
  margin-right: 32px; }

.footer .pivots h6 {
  color: #62626B; }

.footer .pivots h3 {
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #FFF; }

.footer .links-email {
  padding-top: 8px;
  padding-bottom: 48px; }
  .footer .links-email:after {
    content: "";
    display: table;
    clear: both; }

.footer .links-email li {
  font-weight: 600;
  float: left; }

.footer .links-email li + li {
  margin-left: 24px; }

.footer .links-email nav {
  display: inline-block; }

.footer .links-email nav li {
  line-height: 1;
  margin-top: -2px;
  margin-bottom: 4px; }

.footer .links-email nav li a {
  font-size: 13px; }

.footer .links-email section:first-child {
  float: left; }

.footer .links-email section:nth-child(2) {
  float: right; }

.footer .links-email a {
  color: #A6A6AF;
  font-size: 13px;
  font-weight: 500; }

.footer .links-email a:hover {
  color: #dcdcdf; }

.footer .links-email .small-links {
  float: none;
  clear: both; }
  .footer .links-email .small-links:after {
    content: "";
    display: table;
    clear: both; }

.footer .links-email .small-links li + li {
  margin-left: 16px; }

.footer .links-email .small-links li,
.footer .links-email .small-links li a {
  font-size: 13px;
  font-weight: 400;
  color: #62626B; }

.footer .links-email .small-links li a:hover {
  color: #A6A6AF; }

.footer .links-email form {
  position: relative;
  display: block;
  width: 234px;
  height: 34px;
  margin-top: 0px; }

.footer .links-email form figure {
  position: absolute;
  top: 9px;
  left: 10px; }

.footer .links-email input {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  float: left;
  width: 234px;
  height: 34px;
  padding: 4px 14px 3px 14px;
  vertical-align: middle;
  color: #FFF;
  border: none;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08); }

.footer .links-email button {
  line-height: 1;
  position: absolute;
  z-index: 30;
  right: 0;
  display: inline-block;
  width: 34px;
  height: 34px;
  padding: 0;
  padding-left: 12px;
  cursor: pointer;
  cursor: hand;
  border: none;
  background: transparent; }

.footer input.focus::-webkit-input-placeholder {
  color: #A6A6AF; }

.footer input.focus:-moz-placeholder {
  color: #A6A6AF; }

.footer input.focus::-moz-placeholder {
  color: #A6A6AF; }

.footer input.focus:-ms-input-placeholder {
  color: #A6A6AF; }

@media screen and (max-width: 996px) {
  .footer .pivots img {
    position: relative;
    top: -6px;
    display: none;
    width: 60px;
    height: auto;
    margin-right: 0; }
  .footer .pivots section:first-child {
    max-width: 400px; } }

@media screen and (max-width: 750px) {
  .footer {
    height: 490px;
    padding-top: 48px; }
  .footer li,
  .footer li a {
    text-align: center; }
  .footer .pivots {
    margin-bottom: 0; }
  .footer .pivots section:first-child {
    max-width: 100%; }
  .footer .pivots section:first-child,
  .footer .pivots section:nth-child(2),
  .footer .links-email section:first-child,
  .footer .links-email section:nth-child(2) {
    float: none;
    text-align: center; }
  .footer .pivots img {
    display: inline-block;
    float: none;
    margin-bottom: 16px; }
  .footer .links-email form {
    margin: 0 auto;
    margin-bottom: 8px; }
  .footer .links-email section:first-child {
    margin-bottom: 16px; }
  .footer .links-email nav {
    margin-bottom: 0; }
  .footer .links-email .small-links {
    display: block;
    margin: 0 auto;
    max-width: 324px;
    margin-bottom: 32px; }
    .footer .links-email .small-links:after {
      content: "";
      display: table;
      clear: both; } }

@media screen and (max-width: 560px) {
  .footer {
    height: 464px; }
  .footer .pivots {
    padding-top: 0; }
  .footer .pivots h3 {
    font-size: 23px; }
  .footer .pivots img {
    top: 0;
    margin-bottom: 8px; }
  .footer .links-email li + li {
    margin-left: 16px; }
  .footer .links-email li.copyright {
    display: block; }
  .footer .links-email .small-links {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    text-align: center; }
  .footer .links-email .small-links li,
  .footer .links-email .small-links li a {
    font-size: 12px;
    font-weight: 400; } }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  min-width: 320px;
  overflow-x: hidden;
  color: #19191B; }

.full-height {
  height: 100%; }

a {
  font-weight: 400;
  color: #28AFFA; }

.home p a {
  position: relative;
  z-index: 50; }

.home p a:after {
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  content: "";
  background: #AAE1FF; }

img {
  max-width: 100%; }

.clearfix:after {
  display: table;
  clear: both;
  content: ""; }

input {
  line-height: normal; }

.examples .container,
.teach .container,
.pricing .container,
.jobs .container {
  padding: 64px 0 128px 0; }

.learn .container {
  padding: 0 0 128px 0; }

.docs .container,
.resources .container {
  padding: 128px 0 128px 0; }

.wrapper {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

[class*="col-"] {
  float: left;
  width: 100%;
  margin-right: 60px; }

[class*="col-"]:last-of-type {
  margin-right: 0; }

.col-2 {
  max-width: 480px; }

.col-4 {
  max-width: 210px; }

.wrapper:after {
  content: "";
  display: table;
  clear: both; }

hr {
  display: block;
  width: 100%;
  margin: 72px auto;
  border: none;
  border-bottom: 1px solid #E8E8EB; }

.block {
  margin: 72px 0;
  padding: 72px 0;
  background: #222; }

.align-right {
  float: right;
  clear: both;
  width: 100%;
  max-width: 750px; }

.align-right p {
  width: 100%;
  max-width: 580px;
  text-align: left; }

.full-width {
  width: 100%;
  max-width: 580px;
  text-align: left; }

@media screen and (max-width: 1096px) {
  .wrapper {
    max-width: 980px; }
  .col-2 {
    max-width: 420px; }
  .col-4 {
    max-width: 200px;
    margin-right: 40px; }
  .layer-types .col-4 {
    margin-right: 20px; }
  .three-feature-list .col-4 {
    margin-right: 30px; }
  .three-feature-list .col-4:last-of-type {
    margin-right: 0; }
  .examples .container {
    padding-bottom: 48px; }
  .align-right {
    max-width: 660px; } }

@media screen and (max-width: 996px) {
  .wrapper {
    max-width: 720px; }
  .col-2 {
    max-width: 300px; }
  .jobs h2.col-2,
  .pricing h2.col-2 {
    max-width: 360px; }
  .col-4 {
    max-width: 300px;
    margin-right: 0; }
  .col-4:nth-child(2n) {
    margin-left: 60px; }
  .col-4:nth-child(2) {
    margin-bottom: 40px; }
  .three-feature-list .col-4 {
    max-width: 200px;
    margin-right: 30px; }
  .three-feature-list .col-4:nth-child(2n) {
    margin-left: 0; }
  .three-feature-list .col-4:nth-child(2) {
    margin-bottom: 0; }
  hr {
    margin: 56px auto; }
  .sidebar {
    display: none; } }

@media screen and (max-width: 736px) {
  .wrapper {
    max-width: 560px; }
  .col-2 {
    max-width: 100%; }
  .teach h2.col-2,
  .jobs h2.col-2,
  .pricing h2.col-2 {
    float: none;
    max-width: 400px;
    margin: 0 auto; }
  .col-2 + .col-2 {
    margin-top: 48px; }
  .col-4 {
    max-width: 220px;
    margin-right: 0; }
  .col-4:nth-child(2n) {
    margin-left: 60px; }
  .three-feature-list .col-4 {
    float: none;
    max-width: 100%;
    margin-right: 0; }
  .three-feature-list .col-4:nth-child(2n) {
    margin-left: 0; }
  hr {
    margin: 48px auto; } }

@media screen and (max-width: 560px) {
  .examples .container,
  .docs .container,
  .teach .container,
  .pricing .container,
  .jobs .container,
  .resources .container {
    padding: 48px 0 48px 0; }
  .learn .container {
    padding-top: 32px;
    padding-bottom: 48px; }
  .wrapper {
    padding: 0 24px; }
  .col-2,
  .col-4 {
    max-width: 100%; }
  .col-4:nth-child(2n) {
    margin-left: 0; }
  .col-4:nth-child(2) {
    margin-bottom: 0; }
  .col-2 + .col-2 {
    margin-top: 32px; }
  .col-4 + .col-4 {
    margin-top: 32px; }
  hr {
    margin: 40px auto; } }

@media screen and (max-width: 440px) {
  .wrapper {
    padding: 0 16px; }
  .examples .container,
  .docs .container,
  .teach .container,
  .pricing .container,
  .jobs .container {
    padding-bottom: 32px; }
  .subpage hr {
    margin: 32px auto; }
  hr {
    margin: 32px auto; } }

.page-header {
  position: relative;
  height: 440px;
  padding-top: 144px;
  background: #151517; }

.page-header .wrapper {
  position: relative;
  height: 296px; }

.page-header img {
  position: absolute;
  z-index: 400;
  right: 176px;
  bottom: 0;
  max-width: 340px;
  max-height: 420px;
  z-index: 200; }

.page-header h1 {
  font-size: 64px;
  margin-bottom: 8px;
  color: #fff; }

.page-header h2 {
  font-weight: 300;
  color: #62626B;
  margin-bottom: 0; }

.teach .page-header img,
.jobs .page-header img {
  z-index: 0;
  right: 0;
  max-width: 1482px;
  max-height: 440px; }

@media screen and (max-width: 1096px) {
  .teach .page-header,
  .jobs .page-header,
  .pricing .page-header {
    height: 320px;
    padding-top: 104px; }
  .teach .page-header img,
  .jobs .page-header img,
  .pricing .page-header img {
    display: none; }
  .page-header h2 {
    font-size: 30px; }
  .page-header img {
    right: 130px; } }

@media screen and (max-width: 995px) {
  .page-header h1 {
    font-size: 3em; }
  .page-header img {
    right: 0px; } }

@media screen and (max-width: 960px) {
  .page-header img {
    right: 24px;
    max-width: 300px; } }

@media screen and (max-width: 736px) {
  .page-header {
    height: 220px;
    padding-top: 24px;
    text-align: center; }
  .page-header h2 {
    line-height: 1.1; }
  .page-header img {
    right: 50%;
    max-width: 210px;
    margin-right: -125px; }
  .teach .page-header,
  .jobs .page-header,
  .pricing .page-header {
    padding-top: 92px;
    height: 280px; } }

@media screen and (max-width: 600px) {
  .page-header {
    height: 440px;
    margin-top: 0; }
  .teach .page-header,
  .jobs .page-header,
  .pricing .page-header {
    height: 208px;
    padding-top: 24px; }
  .page-header h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 24px;
    padding-left: 24px;
    letter-spacing: 0; } }

@media screen and (max-width: 440px) {
  .page-header h2 {
    padding: 0;
    letter-spacing: 0; } }

ul,
ol {
  margin-bottom: 32px; }

ol li {
  font-size: 17px; }

.wrapper ul li {
  font-size: 15px;
  font-weight: 400;
  position: relative;
  left: 24px;
  padding-left: 8px;
  list-style-type: circle;
  color: #62626B; }

.wrapper .highlight ol li {
  left: 0;
  padding-left: 0;
  list-style-type: none; }

.wrapper ul li + li {
  margin-top: 4px; }

ul.numbered {
  margin-top: 32px;
  counter-reset: linenumbers; }

ul.numbered li {
  line-height: 1.6;
  list-style: none;
  color: #62626B; }

ul.numbered li strong {
  color: #19191B; }

ul.numbered li + li {
  margin-top: 4px; }

ul.numbered li:before {
  font-size: 11px;
  font-weight: 600;
  line-height: 19px;
  position: relative;
  top: -1px;
  left: -20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: -10px;
  content: counter(linenumbers);
  counter-increment: linenumbers;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center;
  color: #19191B;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #ddd; }

.wrapper li ul li {
  left: 0;
  margin-top: 8px;
  padding: 0;
  list-style-type: none; }

nav.primary {
  position: absolute;
  z-index: 300;
  top: 0;
  width: 100%;
  height: 64px;
  padding: 24px 32px 0;
  vertical-align: middle;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 1; }

nav.primary ul {
  margin-bottom: 0; }

nav.primary section:after {
  content: "";
  display: table;
  clear: both; }

nav.primary.sticky {
  position: fixed;
  z-index: 300;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #FFF;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

nav.primary.sticky.fade {
  opacity: 0; }

nav.primary.sticky a {
  color: #B8B8BF; }

nav.primary.sticky a:hover {
  color: #19191B; }

nav.primary.sticky .active a {
  color: #19191B; }

nav.primary.sticky .focus.active {
  color: #19191B; }

nav.primary.sticky .dropdown a:hover {
  color: #FFF; }

nav.primary li {
  font-size: 15px;
  line-height: inherit;
  position: relative;
  z-index: 100;
  float: left;
  margin-right: 24px; }

nav.primary li:last-child {
  margin-right: 0; }

nav.primary a {
  font-weight: 500;
  color: #62626B; }

nav.primary a:hover {
  color: #FFF;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

nav.primary .active a {
  color: #FFF; }

nav.primary .cta {
  float: right; }

nav.primary li.download a {
  font-weight: 600;
  color: #7DDD11; }

nav.primary li.download a:hover {
  color: #aef361;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

nav.primary li.buy a {
  font-weight: 600;
  color: #28AFFA; }

nav.primary li.buy a:hover {
  color: #8cd4fc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

nav.primary .submenu {
  position: relative; }

nav.primary .focus {
  display: inline-block;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

nav.primary .focus.active {
  color: #FFF; }

nav.primary .focus,
nav.primary .dropdown {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

nav.primary .dropdown {
  position: absolute;
  z-index: 1000;
  top: 28px;
  left: -22px;
  width: 80px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

nav.primary .dropdown.appear {
  visibility: visible;
  opacity: 1;
  -webkit-animation: bouncy .3s 1;
  -moz-animation: bouncy .3s 1;
  -o-animation: bouncy .3s 1;
  animation: bouncy .3s 1; }

nav.primary .dropdown:before {
  position: absolute;
  top: -5px;
  left: 38px;
  width: 0;
  height: 0;
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent;
  opacity: 0.1; }

nav.primary .dropdown:after {
  position: absolute;
  top: -4px;
  left: 38px;
  width: 0;
  height: 0;
  content: "";
  border-right: 4px solid transparent;
  border-bottom: 4px solid #FFF;
  border-left: 4px solid transparent; }

nav.primary .dropdown.on-hover:after {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

nav.primary .dropdown a {
  font-size: 13px;
  font-weight: 500;
  z-index: 1000;
  display: block;
  float: none;
  padding: 10px 0;
  background: #FFF; }

nav.primary .dropdown a:first-child {
  border-radius: 3px 3px 0 0; }

nav.primary .dropdown a {
  border-bottom: 1px solid #E8E8EB; }

nav.primary .dropdown a:last-child {
  border-bottom: none;
  border-radius: 0 0 3px 3px; }

nav.primary .dropdown a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
  background: #28AFFA; }

nav.primary .dropdown.on-hover:before {
  border-bottom-color: #28AFFA; }

nav.primary .dropdown.on-hover:after {
  border-bottom-color: #28AFFA; }

@media screen and (max-width: 800px) {
  nav.primary .download,
  nav.primary .buy {
    display: none; }
  nav.primary li:last-child,
  nav.primary li.submenu {
    margin-right: 0; } }

@media screen and (max-width: 630px) {
  nav.primary,
  nav.primary.sticky,
  nav.primary.fade-out {
    line-height: 1;
    position: relative;
    text-align: center; }
  nav.primary li {
    margin-right: 16px;
    display: inline-block;
    float: none; }
  nav.primary li.submenu {
    margin-right: 0; }
  nav.primary .framer a {
    color: #FFF; }
  nav.primary.sticky .framer a {
    color: #19191B; }
  nav.primary {
    height: 92px;
    padding-top: 0;
    background: #151517; }
  nav.primary .framer {
    width: 100%;
    height: 44px;
    padding-top: 16px;
    margin-bottom: 16px;
    margin-left: 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1); }
  nav.primary.sticky .framer {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }
  nav.primary .right {
    float: none;
    margin-top: 16px; }
  nav.primary .download,
  nav.primary .github,
  nav.primary .community,
  nav.primary .buy {
    display: none; } }

@media screen and (max-width: 440px) {
  nav.primary {
    padding: 0 24px 0; }
  nav.primary li {
    font-size: 13px;
    margin-right: 14px; }
  nav.primary .blog {
    display: none; } }

@media screen and (max-width: 320px) {
  nav.primary {
    padding: 0 16px 0; } }

.sidebar {
  position: absolute;
  float: left;
  width: 100%;
  max-width: 210px;
  height: 400px;
  margin-top: 0; }

.sidebar.sticky,
.learn .sidebar.sticky {
  position: fixed;
  top: 96px;
  margin-top: 0; }

.sidebar ul a li {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  left: 0;
  margin-bottom: 8px;
  padding: 12px 8px 8px 16px;
  list-style: none;
  letter-spacing: 0.3px;
  color: #19191B;
  border-radius: 3px; }

.sidebar a li {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.sidebar a:hover li {
  color: #28AFFA; }

table {
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  margin-bottom: 24px;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #E4EBF2; }

table a {
  font-weight: 400; }

td {
  position: relative;
  padding: 8px 16px;
  padding-bottom: 4px;
  color: #62626B; }

td,
th {
  border: 1px solid #E8E8EB; }

thead th,
th {
  font-size: 13px;
  font-weight: 600;
  padding: 12px 15px 9px;
  cursor: default;
  text-align: left;
  white-space: nowrap;
  border-radius: 3px 3px 0 0;
  background: #FFF;
  color: #A6A6AF; }

table .dim {
  color: #999; }

table.compatibility td:first-child {
  color: #666; }

table td.group,
table.compatibility td.group {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  bottom: -2px;
  padding: 16px;
  color: #19191B; }

tbody {
  position: relative; }

th.examples {
  position: absolute;
  right: 0; }

td.examples {
  width: auto;
  text-align: right;
  white-space: nowrap; }

td a + a:before {
  font-weight: 500;
  display: inline-block;
  margin-right: 4px;
  content: "\b7";
  opacity: 0.5; }

@media screen and (max-width: 440px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    font-size: 13px;
    line-height: 1.4;
    display: block;
    border: none;
    box-shadow: none; }
  .pricing td {
    display: inline-block; }
  th,
  th.examples,
  td.examples,
  tr:first-child,
  td:after {
    display: none; }
  .docs table td {
    position: relative;
    padding: 0;
    padding-left: 0;
    border: none; }
  .pricing table td {
    padding-top: 0;
    padding-bottom: 0; }
  .pricing table td:first-child {
    width: 25%;
    padding-left: 0; }
  table:first-child {
    margin-top: -32px; }
  table td.group,
  table.compatibility td.group {
    position: static;
    padding: 8px 0;
    padding-bottom: 6px; }
  table td:first-child {
    color: #19191B; }
  tr > td {
    border-top: none; }
  tr {
    padding: 12px 0 8px 0;
    border-bottom: 1px solid #EEE; }
  tr:last-child {
    padding-bottom: 0;
    border-bottom: none; } }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
  color: #36363A; }

p.title {
  font-size: 19px;
  font-weight: 500;
  color: #19191B; }

p.subtitle {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 24px; }

p a {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

p a:hover {
  opacity: 0.8; }

p a.underline {
  border-bottom: 1px solid #AAE1FF; }

p a:active {
  opacity: 1; }

p strong {
  font-weight: 400;
  overflow: hidden; }

p em {
  font-style: italic; }

h1,
h2,
h3,
h4,
h5,
h6,
li {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #19191B; }

h1 {
  font-size: 64px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: -1.5px; }

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 16px; }

h3 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 24px; }

h4 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 16px; }

h5 {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 16px; }

h6 {
  font-size: 17px;
  font-weight: 400; }

.small {
  font-size: 15px;
  font-weight: 300; }

.extra-small {
  font-size: 13px; }

blockquote p {
  font-size: 16px;
  padding-left: 24px;
  opacity: 0.8;
  border-left: 2px solid #E8E8EB; }

p.copy {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #62626B; }

p + h5 {
  margin-top: 32px; }

table + h5 {
  margin-top: 64px; }

@media screen and (max-width: 996px) {
  h1 {
    font-size: 56px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 28px; } }

@media screen and (max-width: 600px) {
  p {
    margin-bottom: 16px; }
  h1 {
    font-size: 44px;
    max-width: 100%; }
  h2 {
    font-size: 24px; }
  h3 {
    margin-bottom: 16px; }
  h4 {
    margin-bottom: 8px; }
  h5 {
    font-size: 17px; }
  .subtitle {
    margin-bottom: 16px; }
  .specs p.title + p {
    margin-top: 0; }
  .subpage h3 {
    margin-bottom: 16px; } }

@media screen and (max-width: 480px) {
  p {
    font-size: 15px; }
  h1 {
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0; }
  body {
    font-size: 14px; } }

@media screen and (max-width: 440px) {
  h4 {
    line-height: 1.5; }
  .subtitle {
    font-size: 15px; } }

body.beta {
  background: #151517;
  height: 100%; }

.beta .container {
  padding: 0 24px;
  min-height: 720px;
  height: 100%; }

.beta .wrapper {
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 20%; }

.beta .center {
  max-width: 480px;
  margin: 0 auto; }

.beta h1 {
  color: #fff;
  margin-top: 40px;
  line-height: 1;
  margin-bottom: 24px; }

.beta p {
  color: #B8B8BF;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.beta .col-4 {
  text-align: left; }

.beta h5,
.beta p a {
  color: #fff; }

.beta p.subtitle {
  margin-bottom: 32px; }

.beta .col-4 p {
  font-size: 15px;
  color: #A6A6AF; }

.beta hr {
  border-bottom: 1px solid #36363A;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }

@media screen and (max-height: 800px) {
  .beta .container {
    height: auto; }
  .beta .wrapper {
    position: static;
    margin-top: 96px; }
  .beta hr {
    margin: 48px auto; }
  .beta p.subtitle {
    margin-top: 16px;
    margin-bottom: 24px; } }

@media screen and (max-width: 1096px) {
  .beta .col-4 {
    max-width: 210px;
    margin-right: 60px; }
  .beta .col-4:nth-child(2) {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 996px) {
  .beta .col-4 {
    max-width: 210px; } }

@media screen and (max-width: 736px) {
  .beta .container {
    padding: 0 16px;
    height: auto; }
  .beta .wrapper {
    position: static;
    margin-top: 104px; }
  .beta .col-4 {
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  .beta .wrapper {
    margin-top: 56px; } }

@media screen and (max-width: 560px) {
  .beta .col-4 + .col-4 {
    margin-top: 0; }
  .beta p {
    max-width: 100%; }
  .beta p.subtitle {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 24px; } }

.docs .sidebar {
  top: 64px;
  overflow: auto;
  max-width: 223px;
  height: calc(100% - 192px);
  margin-top: 64px; }

.docs .sidebar a {
  display: inline-block;
  float: left;
  clear: both; }

.docs .sidebar ul a li {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.docs .sidebar a.active {
  color: #28AFFA; }

.docs .sidebar ul a:hover li {
  color: #28AFFA; }

.docs .sidebar,
.docs nav.top {
  position: fixed; }

.docs .sidebar ul {
  margin-bottom: 24px; }
  .docs .sidebar ul:after {
    content: "";
    display: table;
    clear: both; }

.docs .sidebar ul a li {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 8px;
  line-height: 1; }

.docs .sidebar a.section li {
  margin-bottom: 8px; }

.docs .sidebar a.sub-section li {
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #B8B8BF;
  box-shadow: none; }

.docs footer {
  display: none; }

.docs h6 {
  font-size: 21px;
  margin-bottom: 8px;
  color: #19191B; }

.docs a[id] {
  position: relative;
  top: -160px;
  display: block;
  height: 0; }

.docs a[name] {
  position: relative;
  top: -190px;
  display: block;
  height: 0; }

.docs p.small {
  font-size: 15px;
  font-weight: 500;
  margin-top: -24px;
  color: #B8B8BF; }

.docs h3 {
  margin-top: -10px; }

.docs h6 span {
  color: #B8B8BF; }

.docs h6 span:before {
  content: "<"; }

.docs h6 span:after {
  content: ">"; }

.docs p + h6,
.docs p + h3,
.docs table + h6,
.docs table + h3,
.docs .highlight + h3,
.docs .highlight + h6 {
  margin-top: 80px; }

.docs .sidebar::-webkit-scrollbar {
  width: 6px;
  background: #fff; }

.docs .sidebar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #E8E8EB; }

.docs .sidebar::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #E8E8EB; }

@media screen and (max-height: 700px) {
  .docs .sidebar {
    top: 32px;
    height: calc(100% - 128px);
    padding-bottom: 0; }
  .docs a[id] {
    top: -126px; }
  .docs a[name] {
    top: -166px; } }

@media screen and (max-width: 600px) {
  .docs h6 {
    font-size: 20px; } }

@media screen and (max-width: 560px) {
  .docs nav.primary {
    position: relative; }
  .docs p + h6,
  .docs p + h3,
  .docs table + h6,
  .docs table + h3,
  .docs .highlight + h3,
  .docs .highlight + h6 {
    margin-top: 48px; }
  .docs .highlight + h5 {
    margin-top: 48px; } }

@media screen and (max-width: 440px) {
  .docs h6 {
    font-size: 18px; }
  .docs p.small {
    font-size: 10px; } }

html.full-height {
  height: 100%; }

body.download {
  min-width: 720px;
  height: 100%;
  min-height: 500px;
  background: #151517; }

.download .container {
  position: relative;
  height: 100%; }

.download .wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  text-align: center;
  min-width: 600px; }

.download .wrapper.thank-you {
  height: 300px;
  margin-top: -150px; }

.download img {
  margin-bottom: 32px; }

.download h3 {
  margin-bottom: 0;
  color: #FFF; }

.download p {
  margin-bottom: 40px;
  color: #A6A6AF; }

.download p a {
  color: #FFF; }

.full-height {
  height: 100%; }

body.error {
  background: #151517;
  height: 100%;
  min-width: 720px;
  min-height: 500px; }

.error .container {
  height: 100%;
  position: relative; }

.error .message {
  text-align: center;
  height: 120px;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto; }

.error h2 {
  color: #fff;
  margin-bottom: 24px; }

.error p {
  color: #B8B8BF;
  margin-bottom: 40px;
  margin-top: -20px; }

.error p a {
  color: #fff; }

.error footer {
  display: none; }

.examples {
  background: #151517; }

.examples .container {
  padding-bottom: 40px; }

.examples .col-4:nth-child(4n) {
  margin-right: 0; }

.examples-header {
  position: relative;
  margin-top: 64px;
  padding-top: 40px;
  color: #FFF;
  background: #151517; }

.examples-header section {
  float: left; }

.examples h3 {
  color: #FFF;
  margin-bottom: -4px; }

.examples p {
  margin-bottom: 0;
  color: #A6A6AF; }

.examples figure img {
  width: 210px;
  height: 210px;
  border-radius: 3px; }

.examples figure p,
.examples figure strong
.examples figure.author {
  letter-spacing: 0.1px; }

.examples figure p {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 4px;
  margin-bottom: 2px;
  margin-bottom: 4px; }

.examples figure strong {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 4px;
  color: #FFF; }

.examples figure .author,
.examples figure a {
  font-size: 13px;
  font-weight: 500;
  color: #28AFFA; }

.examples figure a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.examples figure a:hover {
  opacity: 0.8; }

.examples .col-4 {
  margin-bottom: 48px; }

.examples .submit {
  float: right;
  margin-top: 26px;
  color: #FFF;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }

.examples .submit img {
  position: relative;
  top: 3px;
  float: left;
  max-width: 8px;
  max-height: 8px;
  margin-right: 8px; }

.examples .submit:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none; }

.examples .submit:active {
  background: rgba(255, 255, 255, 0.1); }

@media screen and (max-width: 1096px) {
  .examples .wrapper {
    max-width: 980px; }
  .examples .col-4 {
    max-width: 210px;
    margin-right: 26px; }
  .examples .col-4:nth-child(4n) {
    margin-right: 0; } }

@media screen and (max-width: 996px) {
  .examples .wrapper {
    max-width: 810px; }
  .examples .col-4 {
    max-width: 210px;
    margin-right: 60px; }
  .examples .col-4:nth-child(2n) {
    margin-left: 0; }
  .examples .col-4:nth-child(4n) {
    margin-right: 60px; }
  .examples .col-4:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 880px) {
  .examples .wrapper {
    max-width: 750px; }
  .examples .col-4 {
    margin-right: 30px; }
  .examples .col-4:nth-child(2n) {
    margin-left: 0; }
  .examples .col-4:nth-child(4n) {
    margin-right: 30px; }
  .examples .col-4:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 750px) {
  .examples .wrapper,
  .examples nav.top .wrapper {
    max-width: 540px; }
  .examples .gallery .col-4 {
    margin-right: 60px; }
  .examples .gallery.col-4:nth-child(4n) {
    margin-right: 0; }
  .examples .col-4:nth-child(2n) {
    margin-right: 0;
    margin-left: 0; }
  .examples .col-4:nth-child(3) {
    margin-right: 60px; }
  .examples .container {
    margin-bottom: -48px;
    padding-bottom: 0; } }

@media screen and (max-width: 600px) {
  .examples-header {
    display: none;
    margin-top: 0; }
  .examples .container {
    margin-bottom: -40px;
    padding-bottom: 0; } }

@media screen and (max-width: 560px) {
  .examples .col-4 + .col-4 {
    margin-top: 0; }
  .examples .wrapper {
    max-width: 500px; }
  .examples .gallery .col-4 {
    margin-right: 30px; }
  .examples .gallery.col-4:nth-child(4n) {
    margin-right: 0; }
  .examples .col-4:nth-child(2n) {
    margin-right: 0;
    margin-left: 0; }
  .examples .col-4:nth-child(3) {
    margin-right: 30px; } }

@media screen and (max-width: 500px) {
  .examples .gallery .col-4,
  .examples .col-4:nth-child(3) {
    float: none;
    margin: 0 auto;
    margin-bottom: 24px; } }

.frontpage .header {
  position: relative;
  overflow: hidden;
  height: 860px;
  margin-bottom: 64px;
  padding-top: 104px;
  text-align: center;
  color: #FFF;
  background: #151517; }

.frontpage .header h1 {
  max-width: 800px;
  margin: 0 auto 40px;
  color: #FFF; }

.frontpage .header a:first-child {
  margin-right: 12px; }

.frontpage .header .extra-small {
  margin-top: 8px;
  font-weight: 400;
  color: #62626B; }

.frontpage .ss-framer {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1024px;
  max-height: 440px;
  margin-left: -512px; }

.frontpage .ss-video {
  position: absolute;
  top: calc(50% - 96px);
  left: calc(75% - 70px);
  width: 140px;
  height: auto; }

.frontpage .key-pivots {
  margin-bottom: 96px; }
  .frontpage .key-pivots:after {
    content: "";
    display: table;
    clear: both; }

.frontpage .key-pivots h2 {
  margin: 96px 0;
  max-width: 900px;
  line-height: 1.4; }

.frontpage .summary:after {
  content: "";
  display: table;
  clear: both; }

.frontpage .summary figure {
  display: block;
  margin-bottom: 24px; }

.frontpage .summary section h5 {
  margin-bottom: 16px; }

.frontpage .summary section:nth-of-type(1) h5 {
  color: #877DD7; }

.frontpage .summary section:nth-of-type(2) h5 {
  color: #28AFFA; }

.frontpage .summary section:nth-of-type(3) h5 {
  color: #2DD7AA; }

.frontpage .summary section:nth-of-type(4) h5 {
  color: #7DDD11; }

.frontpage .examples {
  position: relative;
  height: 570px;
  margin: 80px 0 144px 0;
  padding: 0;
  background: #F1F1F4; }

.frontpage .examples .devices {
  position: relative;
  left: 50%;
  width: 1080px;
  height: 560px;
  margin: 0 auto 0 -550px; }

.frontpage .examples a.device-macbook,
.frontpage .examples a.device-htc,
.frontpage .examples a.device-iphone6,
.frontpage .examples a.device-iphone5c,
.frontpage .examples a.device-nexus9 {
  position: absolute;
  height: auto;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.frontpage a.device-macbook {
  top: 120px;
  left: -33px; }

.frontpage a.device-htc {
  z-index: 20;
  top: 47px;
  left: 170px; }

.frontpage a.device-iphone6 {
  z-index: 100;
  top: -88px;
  left: 50%;
  margin-left: -184px; }

.frontpage a.device-iphone5c {
  z-index: 50;
  top: 46px;
  right: 158px; }

.frontpage a.device-nexus9 {
  top: 132px;
  right: 0; }

.frontpage .device-video {
  position: absolute;
  left: 50%; }

.frontpage .device-video.mid {
  top: 85px;
  width: 320px;
  margin-left: -159px; }

.frontpage a.device-macbook img {
  width: 581px; }

.frontpage a.device-htc img {
  width: 232px; }

.frontpage a.device-iphone6 img {
  width: 369px; }

.frontpage a.device-iphone5c img {
  width: 228px; }

.frontpage a.device-nexus9 img {
  width: 470px; }

.frontpage a.device-iphone6:hover {
  top: -94px; }

.frontpage a.device-macbook:hover,
.frontpage a.device-htc:hover {
  -moz-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px); }

.frontpage a.device-iphone5c:hover,
.frontpage a.device-nexus9:hover {
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px); }

.frontpage .docs-pivot {
  margin-bottom: 80px; }
  .frontpage .docs-pivot:after {
    content: "";
    display: table;
    clear: both; }

.frontpage .stripe-video {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 440px;
  margin-bottom: 64px;
  padding: 0 40px;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  background: #151517 url("/static/images/home/video-bg.png") no-repeat; }

.frontpage .stripe-video:after {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background: #151517 url("/static/images/home/video-bg-blurred.png") no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.frontpage .stripe-video:hover:after {
  opacity: 1; }

.frontpage .stripe-video section {
  position: relative;
  z-index: 50;
  max-width: 480px;
  margin: 0 auto;
  padding-top: 100px; }

.frontpage .stripe-video h4 {
  color: #FFF; }

.frontpage .stripe-video p {
  padding-right: 32px;
  padding-left: 32px;
  color: #A6B5CB;
  -webkit-font-smoothing: antialiased; }

.frontpage .stripe-video .stripe-badge {
  position: absolute;
  z-index: 50;
  bottom: 24px;
  left: 50%;
  margin-left: -50px; }

.frontpage .video-overlay {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.95); }

.frontpage .video-position {
  position: relative;
  top: 30%;
  display: block;
  max-width: 880px;
  margin: 0 auto; }

.frontpage .video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.frontpage .video-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.frontpage .video-overlay img {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.frontpage .video-overlay.show {
  display: block; }

.frontpage .import-mirror-pivots {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #E8E8EB; }
  .frontpage .import-mirror-pivots:after {
    content: "";
    display: table;
    clear: both; }

.frontpage .import-mirror-pivots img {
  margin-bottom: 32px; }

.frontpage .specs {
  margin-bottom: 80px; }
  .frontpage .specs:after {
    content: "";
    display: table;
    clear: both; }

.frontpage .specs p {
  font-size: 13px; }

.frontpage .specs p.title {
  margin-bottom: 4px; }

.frontpage .specs ul {
  margin-bottom: 0; }

.frontpage .specs ul li {
  left: 0;
  padding: 0;
  list-style: none; }

.frontpage .specs figure {
  display: block;
  margin-bottom: 18px; }

.frontpage .specs section h5 {
  margin-bottom: 24px; }

.frontpage .specs section:nth-of-type(1) h5 {
  color: #877DD7; }

.frontpage .specs section:nth-of-type(2) h5 {
  color: #28AFFA; }

.frontpage .specs section:nth-of-type(3) h5 {
  color: #2DD7AA; }

.frontpage .specs section:nth-of-type(4) h5 {
  color: #7DDD11; }

.frontpage .customers {
  text-align: center;
  margin-bottom: 80px; }
  .frontpage .customers:after {
    content: "";
    display: table;
    clear: both; }

.frontpage .customers figure {
  position: relative;
  display: inline-block;
  margin-bottom: 16px; }

.frontpage .customers figure + figure {
  margin-left: 72px; }

.frontpage .logo-google {
  top: 4px; }

.frontpage .logo-twitter {
  top: 2px; }

.frontpage .logo-facebook {
  top: -2px; }

.frontpage .logo-apple {
  top: 2px; }

.frontpage .logo-instagram {
  top: 5px; }

.frontpage .logo-spotify {
  top: 2px; }

.frontpage .logo-adobe {
  top: 2px; }

.frontpage .logo-groupon {
  top: -4px; }

.frontpage .logo-pinterest {
  top: 2px; }

.frontpage .logo-slack {
  top: 5px; }

.frontpage .logo-soundcloud {
  top: 4px; }

.frontpage .logo-uber {
  top: 3px; }

@media screen and (max-width: 1030px) {
  .frontpage .header {
    height: 820px; }
  .frontpage .ss-framer {
    max-width: 980px;
    margin-left: -490px;
    padding: 0 16px;
    box-shadow: none; }
  .frontpage .ss-video {
    top: calc(50% - 88px);
    left: calc(75% - 73px);
    width: 130px; }
  .frontpage .ss-framer img {
    position: relative;
    bottom: -4px; } }

@media screen and (max-width: 980px) {
  .frontpage .header {
    height: 700px; }
  .frontpage .ss-framer {
    max-width: 720px;
    margin-left: -360px; }
  .frontpage .ss-video {
    display: none; }
  .frontpage .key-pivots h2 {
    margin: 64px 0; }
  .frontpage .examples {
    height: 428px;
    margin-top: 48px;
    margin-bottom: 124px; }
  .frontpage .examples .devices {
    top: -64px;
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .frontpage .stripe-video {
    height: 400px; }
  .frontpage .stripe-video,
  .frontpage .stripe-video:after {
    background-position: 45% 50%;
    background-size: cover; }
  .frontpage .stripe-video section {
    padding-top: 80px; }
  .frontpage .customers {
    margin-bottom: 40px; }
  .frontpage .import-mirror-pivots {
    margin-bottom: 64px; }
  .frontpage .customers figure {
    margin-bottom: 24px; }
  .frontpage .customers figure + figure {
    margin-left: 30px; } }

@media screen and (max-width: 996px) {
  .frontpage .key-pivots h3 {
    font-size: 24px; }
  .frontpage p.subtitle {
    font-size: 17px; } }

@media screen and (max-width: 820px) {
  .header .wrapper.center {
    padding: 0 16px; } }

@media screen and (max-width: 736px) {
  .frontpage .header {
    height: auto;
    margin-bottom: 48px;
    padding-bottom: 45%; }
  .frontpage .ss-framer {
    left: 0;
    max-width: 100%;
    margin-left: 0; }
  .frontpage .ss-video {
    display: none; }
  .frontpage a.device-macbook,
  .frontpage a.device-nexus9 {
    display: none; }
  .frontpage .device-video {
    display: none; }
  .frontpage .docs-pivot {
    margin-bottom: 48px; }
  .wrapper ul.icon-list .small {
    font-size: 14px; }
  .frontpage .stripe-video {
    max-width: 480px;
    height: 340px;
    margin: 0 auto 48px;
    padding: 0 32px; }
  .frontpage .stripe-video section {
    padding-top: 56px; }
  .frontpage .stripe-video h5 {
    margin-bottom: 32px; }
  .frontpage .specs {
    margin-bottom: 64px; }
  .frontpage .import-mirror-pivots {
    margin: 0 auto 64px; } }

@media screen and (max-width: 660px) {
  .frontpage .examples {
    height: 280px;
    margin-top: 132px;
    margin-bottom: 132px; }
  .frontpage .examples .devices {
    top: -140px;
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  .frontpage .specs .col-4 + .col-4 {
    margin-top: 8px;
    margin-bottom: 0; } }

@media screen and (max-width: 630px) {
  .frontpage .header {
    margin-top: 0;
    margin-bottom: 32px;
    padding-top: 24px; } }

@media screen and (max-width: 560px) {
  .frontpage .ss-framer {
    left: 0;
    margin-left: 0; }
  .frontpage .summary section + section {
    margin-top: 24px; }
  .frontpage .summary figure {
    margin-bottom: 16px; }
  .frontpage .summary h5 {
    margin-bottom: 8px; }
  .frontpage h5 figure {
    margin-right: 12px;
    margin-bottom: -2px; }
  .frontpage .examples {
    height: 280px;
    margin-top: 108px;
    margin-bottom: 108px; }
  .frontpage .docs-pivot {
    margin-bottom: 48px; }
  .frontpage .examples .devices {
    top: -140px;
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  .frontpage .stripe-video {
    height: auto;
    margin-bottom: 24px;
    padding: 0 16px; }
  .frontpage .stripe-video section {
    padding-top: 48px;
    padding-bottom: 104px; }
  .frontpage .stripe-video p {
    padding-right: 16px;
    padding-left: 16px; }
  .frontpage .customers figure {
    margin-bottom: 8px;
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .frontpage .customers figure + figure {
    margin-left: 0; }
  .frontpage .import-mirror-pivots {
    margin-bottom: 32px; } }

@media screen and (max-width: 480px) {
  .frontpage .header .button {
    margin-bottom: 8px; }
  .frontpage .header p.copy {
    font-size: 8px;
    margin-bottom: 16px; }
  .frontpage .stripe-video section {
    padding-top: 32px;
    padding-bottom: 80px; }
  .frontpage .specs h5 {
    margin-bottom: 16px; }
  .frontpage .examples {
    margin-top: 80px;
    margin-bottom: 96px; }
  .frontpage .examples .devices {
    left: 0;
    width: 100%;
    margin-left: 0; }
  .frontpage a.device-htc {
    left: -132px; }
  .frontpage a.device-iphone5c {
    right: -132px; }
  .frontpage .specs li + li {
    margin-top: 8px; }
  .frontpage .customers figure {
    margin-bottom: 4px;
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  .frontpage .customers figure + figure {
    margin-left: -4px; } }

.jobs .current-openings:after,
.jobs .about-location:after,
.jobs .address:after {
  content: "";
  display: table;
  clear: both; }

.jobs .address {
  margin-top: 24px; }

.learn-pages-navigation {
  margin-bottom: 80px;
  padding-top: 40px;
  border-bottom: 1px solid #E8E8EB; }

.learn-pages-navigation a {
  position: relative;
  padding-bottom: 48px;
  color: #B8B8BF; }

.learn-pages-navigation .active {
  z-index: 200;
  height: 180px;
  margin-bottom: -1px;
  border-bottom: 1px solid #28AFFA; }

.learn-pages-navigation .active.importing {
  border-color: #7DDD11; }

.learn-pages-navigation .active.mirror {
  border-color: #877DD7; }

.learn-pages-navigation .active.coffeescript {
  border-color: #2DD7AA; }

.learn-pages-navigation a * {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.learn-pages-navigation .nav-title {
  font-size: 14px;
  font-weight: 500;
  margin: 24px 0 16px 0; }

.learn-pages-navigation .active .nav-title {
  color: #222; }

.learn-pages-navigation a:hover .nav-title {
  color: #28AFFA; }

.learn-pages-navigation .importing:hover .nav-title {
  color: #7DDD11; }

.learn-pages-navigation .mirror:hover .nav-title {
  color: #877DD7; }

.learn-pages-navigation .coffeescript:hover .nav-title {
  color: #2DD7AA; }

.learn-pages-navigation span {
  line-height: 1.5;
  opacity: 0.8; }

.learn-pages-navigation a:hover,
.learn-pages-navigation a:hover span {
  opacity: 1; }

.learn-pages-navigation .active span {
  opacity: 1; }

.learn-pages-navigation-icons {
  position: relative;
  display: inline-block; }

.learn-pages-navigation figure {
  display: inline-block; }

.learn-pages-navigation .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.learn-pages-navigation a:hover figure {
  opacity: 0; }

.learn-pages-navigation a:hover .hover {
  opacity: 1; }

.learn .container .wrapper {
  position: relative; }

.learn .sidebar.from-bottom {
  position: absolute;
  top: auto;
  bottom: 48px; }

.learn .sidebar .active {
  color: #FFF;
  background: #28AFFA; }

.learn .sidebar .extra-small {
  font-weight: 400;
  margin-top: 2px;
  color: #B8B8BF; }

.learn .sidebar .active .extra-small {
  color: rgba(255, 255, 255, 0.9); }

.learn .sketch-templates-pivots,
.learn .preview-app-pivots {
  width: 100%; }

.learn .sketch-pivot-icon,
.learn .preview-pivot-icon {
  float: left;
  margin-top: -2px;
  margin-right: 24px;
  margin-bottom: 8px; }

.learn .sketch-templates-pivots p,
.learn .preview-app-pivots p {
  float: left;
  max-width: 300px;
  margin-top: -4px; }
  .learn .sketch-templates-pivots p:after,
  .learn .preview-app-pivots p:after {
    content: "";
    display: table;
    clear: both; }

.learn .sketch-templates-pivots .extra-small,
.learn .preview-app-pivots .extra-small {
  font-size: 15px;
  font-weight: 400;
  color: #62626B; }

.learn .sketch-templates-pivots a.button-line,
.learn .preview-app-pivots a.button-line {
  position: relative;
  top: -16px;
  float: right; }

.learn .inline-image ~ .sketch-templates-pivots,
.learn .inline-image ~ .preview-app-pivots {
  margin-top: 64px; }

.learn h5 + ul {
  margin-top: 16px; }

.learn .inline-image + p,
.learn .inline-image + ul,
.learn .inline-image + h4 {
  margin-top: 24px; }

.learn .inline-image + h3 {
  margin-top: 40px; }

.learn .inline-image + h5 {
  margin-top: 48px; }

.learn hr {
  margin: 48px auto; }

.align-right img + p,
.align-right img + ol,
.align-right img + ul {
  max-width: 660px; }

.learn .layer-type-illustration {
  position: relative;
  width: 100%;
  height: 120px;
  padding-top: 34px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background: #28AFFA; }

.learn .layer-type-illustration figure {
  display: inline-block; }

.learn .layer-type-illustration img {
  width: 60px;
  height: 48px; }

.learn .layer-type-illustration.video {
  padding-top: 34px;
  background: #2DD7AA; }

.learn .layer-type-illustration.video img {
  width: 54px;
  height: 54px; }

.learn .layer-type-illustration.html {
  padding-top: 36px;
  background: #7DDD11; }

.learn .layer-type-illustration.html img {
  width: 60px;
  height: 43px; }

.learn .animation-curves .curve {
  width: 210px;
  height: 124px;
  border: 1px solid #E4EBF2; }

.learn .summary {
  margin: 80px 0 0; }

.learn .summary figure,
.learn .summary h3 {
  display: inline-block; }

.learn .summary figure {
  position: relative;
  top: -3px;
  margin-right: 16px; }

.learn .summary h3 {
  margin-bottom: 24px; }

.learn .summary ul {
  margin-bottom: 0; }

.learn .summary ul li {
  font-size: 15px;
  line-height: 1.6;
  left: 0;
  padding-left: 0;
  list-style: none; }

.learn .summary ul li:before {
  position: relative;
  top: 4px;
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  margin-bottom: 8px;
  content: "";
  background: url("/static/images/learn/icon-learn-checklist.png") no-repeat;
  background-size: contain; }

.learn .summary.extra-small {
  margin: 24px 0; }

.learn .summary.extra-small ul li:before {
  top: 3px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .learn .summary ul li:before {
    content: "";
    background: url("/static/images/learn/icon-learn-checklist@2x.png") no-repeat;
    background-size: 100%; } }

.learn .subpage-navigation .previous {
  float: left; }

.learn .subpage-navigation .next {
  float: right; }

.learn .subpage-navigation .previous h6 {
  color: #B8B8BF; }

.learn .subpage-navigation .next h6 {
  color: #28AFFA; }

.learn .subpage-navigation h6.last {
  color: #28AFFA; }

.learn .subpage-navigation a h6,
.learn .subpage-navigation a figure {
  display: inline-block; }

.learn .subpage-navigation figure {
  position: relative;
  top: 6px; }

.learn .subpage-navigation .next figure {
  margin-left: 8px; }

.learn .subpage-navigation .previous figure {
  margin-right: 8px; }

.learn .subpage-navigation a,
.learn .subpage-navigation a figure {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }

.learn .subpage-navigation a:hover,
.learn .subpage-navigation a:hover figure {
  opacity: 0.8; }

.learn .subpage-navigation .next:hover figure {
  right: -3px; }

.learn .subpage-navigation .previous:hover figure {
  left: -3px; }

@media screen and (max-width: 1096px) {
  .learn .layer-type-illustration {
    border-radius: 3px; } }

@media screen and (max-width: 995px) {
  .learn-pages-navigation {
    margin-bottom: 48px; }
  .learn-pages-navigation a {
    padding-bottom: 0; }
  .learn-pages-navigation .active {
    height: auto;
    margin-bottom: 0;
    border-bottom: none; }
  .learn-pages-navigation .col-4 {
    max-width: 150px;
    margin-right: 0; }
  .learn-pages-navigation .col-4:nth-child(2n) {
    margin-left: 0px; }
  .learn-pages-navigation .col-4 + .col-4 {
    margin-left: 20px; }
  .learn-pages-navigation .col-4 {
    margin-bottom: 40px; }
  .learn .layer-types .col-4,
  .learn .animation-curves .col-4 {
    max-width: 210px;
    margin: 0; }
  .learn .layer-types .col-4:nth-child(2n),
  .learn .animation-curves .col-4:nth-child(2n) {
    margin-left: 0; }
  .learn .layer-types .col-4 + .col-4,
  .learn .animation-curves .col-4 + .col-4 {
    margin-left: 10px; } }

@media screen and (max-width: 736px) {
  .learn .page-header {
    height: 520px;
    padding-top: 84px;
    text-align: center; }
  .learn .page-header .wrapper {
    height: 436px; }
  .learn-pages-navigation .col-4 {
    max-width: 210px; }
  .learn-pages-navigation .col-4 + .col-4 {
    margin-left: 0; }
  .learn-pages-navigation .col-4:nth-child(2n) {
    margin-left: 60px; }
  .learn-pages-navigation .col-4 {
    margin-bottom: 40px; }
  .learn .layer-types .col-4 {
    float: none;
    max-width: 100%;
    height: 100px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #E4EBF2; }
  .learn .layer-types .col-4 + .col-4,
  .learn .animation-curves .col-4 + .col-4 {
    margin-top: 16px;
    margin-left: 0; }
  .learn .layer-types pre {
    display: inline-block;
    padding-left: 20px; }
  .learn .layer-type-illustration {
    float: left;
    width: 100px;
    height: 100px;
    padding-top: 24px;
    border-radius: 3px 0 0 3px; }
  .learn .layer-type-illustration.video {
    padding-top: 24px; }
  .learn .layer-type-illustration.html {
    padding-top: 28px; }
  .learn .animation-curves .col-4 {
    float: none;
    max-width: 100%; }
  .learn .animation-curves .col-4 div {
    float: left; }
  .learn .animation-curves pre {
    margin-top: 2px;
    margin-bottom: 0;
    padding: 20px; }
  .learn .animation-curves .curve-animation {
    float: left;
    max-width: 210px;
    border-radius: 3px 0 0 3px; }
  .learn .animation-curves .col-4 {
    height: 120px;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #E4EBF2; }
  .learn .animation-curves .curve {
    display: none;
    max-width: 210px; }
  .learn .inline-left {
    margin-top: 0px;
    margin-right: 24px; }
  .learn .sketch-templates-pivots p {
    margin-bottom: 8px; }
  .learn .right-button {
    top: 0;
    float: none;
    margin-bottom: 32px;
    margin-left: 72px; }
  .learn .sketch-templates-pivots h5 {
    margin-bottom: 4px; }
  .inline-image ~ .sketch-templates-pivots,
  .inline-image ~ .preview-app-pivots {
    margin-top: 64px; }
  .learn .align-right p.left-to-button {
    float: none;
    max-width: 540px; }
  .learn .right .button {
    top: 0;
    float: none; } }

@media screen and (max-width: 600px) {
  .learn .page-header {
    height: 460px;
    padding-top: 40px; }
  .learn .page-header .wrapper {
    height: 420px; }
  .learn .page-header h2 {
    padding-left: 32px;
    padding-right: 32px; }
  .learn .sketch-pivot-icon,
  .learn .preview-pivot-icon {
    float: none;
    display: block;
    margin-top: 0;
    margin-left: -4px; }
  .learn .sketch-templates-pivots p,
  .learn .preview-app-pivots p {
    float: none;
    display: block;
    max-width: 100%;
    margin-bottom: 12px; }
  .learn .sketch-templates-pivots a.button-line,
  .learn .preview-app-pivots a.button-line {
    top: 0;
    float: none;
    margin-bottom: 24px; }
  .learn .inline-image ~ .sketch-templates-pivots,
  .learn .inline-image ~ .preview-app-pivots {
    margin-top: 40px; } }

@media screen and (max-width: 560px) {
  .learn-pages-navigation {
    margin-bottom: 24px;
    padding-top: 0;
    padding-bottom: 32px; }
  .learn-pages-navigation .nav-title {
    line-height: 1.3;
    position: relative;
    top: 0px;
    display: inline-block;
    max-width: 60px;
    margin: 0 0 0 16px; }
  .learn-pages-navigation a span {
    display: none; }
  .learn-pages-navigation .col-4 {
    max-width: 50%;
    margin: 0; }
  .learn-pages-navigation .col-4 + .col-4 {
    margin-top: 0;
    margin-right: 0; }
  .learn-pages-navigation .col-4:nth-child(2n) {
    margin-left: 0; }
  .learn-pages-navigation .col-4:nth-child(3),
  .learn-pages-navigation .col-4:nth-child(4) {
    margin-top: 32px; }
  .learn .animation-curves .curve-animation {
    max-width: 105px; }
  .learn .animation-curves .col-4 {
    height: 60px; }
  .learn .animation-curves pre {
    padding: 8px 0 8px 16px;
    background: transparent; }
  .learn .animation-curves .curve {
    display: none; }
  .learn .icon-mirror {
    display: none; }
  .learn .inline-image + h5 {
    margin-top: 24px; } }

@media screen and (max-width: 440px) {
  .learn .page-header h2 {
    padding-left: 0;
    padding-right: 0; }
  .learn-pages-navigation .nav-title {
    font-size: 13px;
    top: -2px;
    margin: 0 0 0 12px; }
  .learn .learn .summary ul li {
    font-size: 14px; }
  .learn .learn .summary ul li:before {
    top: 3px;
    margin-right: 8px;
    margin-right: 16px; }
  .learn .learn .summary.extra-small ul li:before {
    top: 3px;
    margin-right: 24px; } }

.resources .wrapper {
  position: relative; }

.resources .align-right hr {
  margin: 56px auto; }

.resources .col-4 h6 {
  line-height: 1.3; }

.resources a[id] {
  position: relative;
  top: -172px;
  display: block;
  height: 0; }

.resources h4 {
  margin-bottom: 16px; }

.resources h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.resources .sidebar {
  top: 68px;
  overflow: hidden;
  max-width: 223px;
  height: auto;
  margin-top: 64px; }

.resources .sidebar.from-bottom {
  position: absolute;
  top: auto;
  bottom: 0; }

.resources .sidebar a {
  display: inline-block;
  float: left;
  clear: both; }

.resources .sidebar ul a li {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.resources .sidebar a.active {
  color: #28AFFA; }

.resources .sidebar ul a:hover li {
  color: #28AFFA; }

.resources .sidebar {
  position: fixed; }

.resources .sidebar h6 {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .resources .sidebar h6:after {
    content: "";
    display: table;
    clear: both; }

.resources .sidebar a li {
  line-height: 1;
  width: 140px;
  margin-bottom: 12px;
  padding: 0;
  letter-spacing: 0;
  text-transform: none;
  color: #B8B8BF;
  box-shadow: none; }

.resources section:after {
  content: "";
  display: table;
  clear: both; }

.resources section.second-row {
  margin-top: 56px; }

.resources section.coffeescript-book h6 {
  margin-top: -3px; }

.resources .col-4 h6 + p:not(.author) {
  margin-top: 16px; }

.resources .col-4 img {
  margin-bottom: 24px; }

.resources .col-2 img,
.resources .col-4 img {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.resources .col-2 img:hover,
.resources .col-4 img:hover {
  opacity: 0.9; }

.resources p.small {
  margin-bottom: 16px; }

.resources p.author {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #B8B8BF; }

.resources section + h4 {
  margin-top: 64px; }

.resources .more-tutorials {
  margin-top: 56px;
  margin-bottom: 56px; }

.resources .more-tutorials a {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E8E8EB;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.resources .more-tutorials section:last-child a {
  margin-bottom: 0; }

.resources .more-tutorials a:hover {
  border-bottom-color: #28AFFA; }

.resources .more-tutorials a:hover h6 {
  color: #28AFFA; }

.resources .more-tutorials h5 {
  margin-bottom: 24px; }

.resources .more-tutorials h6 {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
  max-width: 210px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #19191B;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.resources .more-tutorials h6 span.author {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-top: 2px;
  color: #B8B8BF; }

.resources .more-tutorials a:last-child p.small {
  margin-bottom: 0; }

@media screen and (max-width: 1096px) {
  .resources .col-2 {
    max-width: 430px;
    margin-right: 30px; }
  .resources .col-4 {
    margin-right: 30px; }
  .resources .col-4:last-child {
    margin-right: 0; } }

@media screen and (max-width: 996px) {
  .resources .wrapper,
  .resources .align-right {
    max-width: 810px; }
  .resources .col-2 {
    max-width: 480px;
    margin-right: 60px; }
  .resources .col-4 {
    max-width: 210px;
    margin-right: 60px;
    margin-left: 0; }
  .resources .col-4:nth-child(2) {
    margin-bottom: 0; }
  .resources .more-tutorials .col-4:nth-child(2) {
    margin-bottom: 16px; }
  .resources .more-tutorials section:last-child .col-4:last-child {
    margin-bottom: 0; }
  .resources .col-4:last-child {
    margin-right: 0; } }

@media screen and (max-width: 880px) {
  .resources .wrapper {
    max-width: 750px; }
  .resources .col-2 {
    max-width: 450px;
    margin-right: 30px; }
  .resources .col-4 {
    margin-right: 30px; } }

@media screen and (max-width: 750px) {
  .resources .wrapper {
    max-width: 540px; }
  .resources .more-tutorials {
    margin-top: 32px;
    margin-bottom: 48px; }
  .resources .more-tutorials section:last-child a {
    margin-bottom: 16px; }
  .resources .more-tutorials h6 {
    max-width: 100%; }
  .resources h6 {
    font-size: 19px; }
  .resources p.author {
    margin-bottom: 16px; }
  .resources p.small {
    margin-bottom: 20px; }
  .resources .col-4 {
    max-width: 100%;
    margin-right: 0; }
  .resources .col-4 img {
    float: left;
    margin-right: 40px; }
  .resources .coffeescript-book img {
    margin-bottom: 24px; } }

@media screen and (max-width: 600px) {
  .resources .container {
    padding: 48px 0 48px 0; } }

@media screen and (max-width: 560px) {
  .resources section + h4 {
    margin-top: 40px; }
  .resources section.second-row {
    margin-top: 0; }
  .resources h6 {
    font-size: 17px; }
  .resources .col-4 img {
    margin-right: 24px; }
  .resources .col-4 + .col-4 {
    margin-top: 0; }
  .resources .coffeescript-book .col-2 {
    float: left;
    max-width: 210px; }
  .resources .coffeescript-book .col-4 {
    float: left;
    max-width: calc(100% - 240px); } }

@media screen and (max-width: 470px) {
  .resources h4 {
    display: block;
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 16px; }
  .resources .col-4,
  .resources .col-4:last-child,
  .resources .col-4:nth-child(2) {
    float: none;
    max-width: 210px;
    margin: 0 auto; }
  .resources .col-4 + .col-4 {
    margin-top: 24px; }
  .resources .col-4 img {
    float: none;
    margin-right: 0; }
  .resources .more-tutorials {
    max-width: 210px;
    margin-right: auto;
    margin-left: auto; }
  .resources .more-tutorials .col-4 {
    float: left; }
  .resources .more-tutorials .col-4 + .col-4 {
    margin-top: 0; }
  .resources .more-tutorials .col-4:nth-child(2),
  .resources .more-tutorials .col-4 {
    margin-bottom: 16px; }
  .resources section.second-row {
    margin-top: 16px; }
  .resources .coffeescript-book img {
    margin-bottom: 24px; }
  .resources p.author {
    margin-bottom: 14px; }
  .resources p.small {
    margin-bottom: 16px; }
  .resources .coffeescript-book .col-2 {
    float: none;
    max-width: 210px;
    margin: 0 auto; }
  .resources .coffeescript-book .col-4 {
    float: none;
    max-width: 210px;
    margin: 0 auto; } }

body.subscribe {
  height: 100%;
  background: #151517; }

.subscribe .container {
  height: 100%;
  min-height: 720px;
  padding: 0 24px; }

.subscribe .wrapper {
  position: relative;
  top: 20%;
  margin: 0 auto;
  text-align: center; }

.subscribe .center {
  max-width: 480px;
  margin: 40px auto 40px auto; }
  .subscribe .center:after {
    content: "";
    display: table;
    clear: both; }

.subscribe h1 {
  line-height: 1;
  margin-top: 40px;
  margin-bottom: 24px;
  color: #fff; }

.subscribe p {
  max-width: 520px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  color: #B8B8BF; }

.subscribe p.subtitle {
  margin-bottom: 32px; }

.subscribe section.col-4 {
  min-width: 232px; }

.subscribe section.col-4:first-child {
  margin-right: 16px; }

.subscribe input.email {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  float: left;
  width: 100%;
  height: 38px;
  margin: 8px 0;
  padding: 0 12px;
  vertical-align: middle;
  color: #fff;
  border: none;
  border-radius: 3px;
  background: #36363A; }

.subscribe input.icon-subscribe-checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 6px 0;
  vertical-align: middle;
  border: 1px solid #36363A;
  border-radius: 3px;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.subscribe label {
  font-size: 13px;
  padding-left: 4px;
  width: 100%;
  color: #62626B;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.subscribe input.icon-subscribe-checkmark:checked {
  background-image: none;
  opacity: 0.4; }

.subscribe input.icon-subscribe-checkmark:checked + label {
  opacity: 0.4; }

@media screen and (max-height: 800px) {
  .subscribe .container {
    height: auto; }
  .subscribe .wrapper {
    position: static;
    margin-top: 96px; }
  .subscribe p.subtitle {
    margin-top: 16px;
    margin-bottom: 24px; } }

@media screen and (max-width: 1096px) {
  .subscribe .col-4:nth-child(2) {
    margin: 0; } }

@media screen and (max-width: 996px) {
  .subscribe .col-4 {
    max-width: 210px; } }

@media screen and (max-width: 736px) {
  .subscribe .container {
    height: auto;
    padding: 0 16px; }
  .subscribe .wrapper {
    position: static;
    margin-top: 104px; }
  .subscribe .col-4 {
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  .subscribe .wrapper {
    margin-top: 56px; } }

@media screen and (max-width: 560px) {
  .subscribe .col-4 + .col-4 {
    margin-top: 0; }
  .subscribe p {
    max-width: 100%; }
  .subscribe p.subtitle {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 24px; } }

.teach h4 + .button {
  margin-top: 8px; }

.teach .teach .resources h4 {
  margin-bottom: 32px; }

.teach .teaching-places {
  margin-top: 8px; }
  .teach .teaching-places:after {
    content: "";
    display: table;
    clear: both; }

.teach .teaching-places figure {
  margin-bottom: 16px; }

.teach .teaching-places section:nth-of-type(1) h4 {
  color: #877DD7; }

.teach .teaching-places section:nth-of-type(2) h4 {
  color: #28AFFA; }

.teach .teaching-places section:nth-of-type(3) h4 {
  color: #2DD7AA; }

.teach .teaching-places section:nth-of-type(4) h4 {
  color: #7DDD11; }

.teach .contact-pivot {
  margin: 0 auto;
  margin-top: 48px;
  text-align: center; }

.teach .contact-pivot {
  margin-bottom: 8px; }

.teach .prototyping-classes {
  margin-bottom: 64px; }
  .teach .prototyping-classes:after {
    content: "";
    display: table;
    clear: both; }

.teach .prototyping-classes .col-2:last-child {
  margin-top: 47px; }

.teach .class-logos:after,
.teach .class-logos div:after {
  content: "";
  display: table;
  clear: both; }

.teach .class-logos div + div {
  margin-top: 32px; }

.teach .class-logos section a.logo {
  float: left;
  max-width: 210px;
  height: 104px;
  margin-right: 32px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 0 0 1px #eaecef;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.teach .class-logos section a.logo:hover {
  opacity: 0.7; }

.teach .class-logos section img {
  max-width: 210px; }

.teach .class-logos section aside {
  display: inline-block;
  max-width: 210px;
  padding-top: 0; }

.teach .class-logos section aside h6 {
  margin-bottom: 8px; }

.teach .wrapper ul li {
  font-size: 15px;
  font-weight: 300;
  left: 16px;
  padding-left: 0px;
  color: #62626B; }

.teach p {
  margin-bottom: 0; }

.teach p + ul {
  margin-top: 16px; }

.teach .resources h6 {
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  margin-bottom: 4px; }

.teach .resources h6:hover {
  color: #28AFFA; }

.teach .resources p {
  max-width: 375px; }

.teach .resources a:hover h6 {
  color: #28AFFA; }

.teach .author {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
  margin-left: 0;
  color: #B8B8BF;
  letter-spacing: 0.2px; }

.teach .resources a {
  float: left;
  clear: both;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease; }

.teach .resources a + a {
  margin-top: 48px; }

@media screen and (max-width: 1096px) {
  .teach .class-logos section a.logo {
    overflow: hidden;
    max-width: 190px;
    margin-right: 24px; }
  .teach .class-logos section img {
    position: relative;
    left: -10px; }
  .teach .class-logos section aside {
    max-width: 200px;
    padding-top: 2px; } }

@media screen and (max-width: 995px) {
  .teach .class-logos section a.logo {
    max-width: 210px;
    margin-bottom: 24px; }
  .teach .class-logos section img {
    position: static; }
  .teach .class-logos section aside {
    max-width: 210px; }
  .teach .resources a {
    font-size: 16px; } }

@media screen and (max-width: 736px) {
  .teach .prototyping-classes .col-2:last-child {
    margin-top: 24px; }
  .teach .class-logos .col-2 + .col-2 {
    margin-top: 24px; }
  .teach .class-logos div + div {
    margin-top: 24px; }
  .teach .class-logos section a.logo {
    margin-bottom: 0; } }

@media screen and (max-width: 560px) {
  .teach .prototyping-classes {
    margin-bottom: 40px; }
  .teach .prototyping-classes .col-2:last-child {
    margin-top: 16px; }
  .teach h4 {
    line-height: 1.4; }
  .contact-pivot {
    margin-top: 32px; }
  .teach .class-logos section {
    text-align: center; }
  .teach .class-logos section a.logo {
    display: inline-block;
    float: none;
    margin-right: 0;
    margin-bottom: 24px; }
  .teach .class-logos section aside {
    display: block;
    clear: both;
    margin: 0 auto;
    text-align: center; }
  .teach .class-logos {
    margin-bottom: 48px; }
  .teach .resources section:first-child {
    padding-bottom: 40px;
    border-bottom: 1px solid #E8E8EB; } }

@media screen and (max-width: 440px) {
  .contact-pivot {
    max-width: 200px;
    margin: 0 auto; }
  .teach .prototyping-classes {
    margin-bottom: 24px; }
  .teach .class-logos section {
    text-align: left; }
  .teach .class-logos section aside {
    margin: 0;
    text-align: left; } }

.pricing .col-2 figure {
  margin-bottom: 24px; }

.pricing .col-2 .button-fill {
  margin-bottom: 48px; }

.pricing .license {
  padding-top: 8px; }

.pricing p + table {
  margin-top: 24px; }

@media screen and (max-width: 736px) {
  .pricing .col-2 .button-fill {
    margin-top: 0; } }

/* glue: 0.11.1 hash: 4d90f2784a */
/* 1x */
.logo-instagram, .logo-facebook, .logo-groupon, .stripe-badge, .logo-google, .logo-soundcloud, .logo-stripe, .logo-slack, .logo-twitter, .logo-dropbox, .icon-universities, .logo-pinterest, .logo-apple, .logo-adobe, .icon-workflow, .icon-viewer, .icon-preview, .icon-learn-wifi, .icon-learn-mirror, .icon-learn-mirror-active, .icon-learn-browser, .icon-learn-apps, .icon-effects, .icon-editor, .icon-conferences, .icon-companies, .icon-code, .icon-code copy, .icon-animation, .icon-volumelicenses, .icon-meetups, .icon-learn-importing, .icon-learn-importing-active, .icon-learn-coffeescript, .icon-learn-coffeescript-active, .icon-learn-basics, .icon-learn-basics-active, .icon-educationpricing, .logo-uber, .logo-spotify, .icon-interaction, .icon-learn-previous, .icon-learn-previous-active, .icon-learn-next, .icon-learn-next-active, .icon-subscribe-checkmark, .icon-learn-checklist, .icon-learn-checklist-purple, .icon-footer-twitter, .icon-footer-email, .icon-dropdown-arrow, .icon-arrow {
  background-image: url("/static/images/sprites/sprite1x.png?4d90f2784a");
  background-repeat: no-repeat;
  -webkit-background-size: 268px 248px;
  -moz-background-size: 268px 248px;
  background-size: 268px 248px; }

.logo-instagram {
  background-position: 0 0;
  width: 114px;
  height: 32px; }

.logo-facebook {
  background-position: 0 -32px;
  width: 114px;
  height: 23px; }

.logo-groupon {
  background-position: 0 -55px;
  width: 108px;
  height: 18px; }

.stripe-badge {
  background-position: 0 -73px;
  width: 100px;
  height: 40px; }

.logo-google {
  background-position: -114px 0;
  width: 90px;
  height: 32px; }

.logo-soundcloud {
  background-position: -114px -32px;
  width: 70px;
  height: 33px; }

.logo-stripe {
  background-position: -114px -65px;
  width: 66px;
  height: 27px; }

.logo-slack {
  background-position: 0 -113px;
  width: 40px;
  height: 40px; }

.logo-twitter {
  background-position: -40px -113px;
  width: 37px;
  height: 30px; }

.logo-dropbox {
  background-position: 0 -153px;
  width: 34px;
  height: 32px; }

.icon-universities {
  background-position: -34px -153px;
  width: 34px;
  height: 31px; }

.logo-pinterest {
  background-position: -204px 0;
  width: 32px;
  height: 33px; }

.logo-apple {
  background-position: -204px -33px;
  width: 27px;
  height: 32px; }

.logo-adobe {
  background-position: -204px -65px;
  width: 32px;
  height: 29px; }

.icon-workflow {
  background-position: -204px -94px;
  width: 32px;
  height: 32px; }

.icon-viewer {
  background-position: -204px -126px;
  width: 32px;
  height: 32px; }

.icon-preview {
  background-position: 0 -185px;
  width: 32px;
  height: 32px; }

.icon-learn-wifi {
  background-position: -32px -185px;
  width: 32px;
  height: 32px; }

.icon-learn-mirror {
  background-position: -68px -153px;
  width: 32px;
  height: 31px; }

.icon-learn-mirror-active {
  background-position: -100px -153px;
  width: 32px;
  height: 31px; }

.icon-learn-browser {
  background-position: -64px -185px;
  width: 32px;
  height: 32px; }

.icon-learn-apps {
  background-position: -96px -185px;
  width: 32px;
  height: 32px; }

.icon-effects {
  background-position: -128px -185px;
  width: 32px;
  height: 32px; }

.icon-editor {
  background-position: -160px -185px;
  width: 32px;
  height: 32px; }

.icon-conferences {
  background-position: -132px -153px;
  width: 32px;
  height: 31px; }

.icon-companies {
  background-position: -164px -153px;
  width: 32px;
  height: 31px; }

.icon-code {
  background-position: -192px -185px;
  width: 32px;
  height: 32px; }

.icon-code copy {
  background-position: -236px 0;
  width: 32px;
  height: 32px; }

.icon-animation {
  background-position: -236px -32px;
  width: 32px;
  height: 32px; }

.icon-volumelicenses {
  background-position: -236px -64px;
  width: 31px;
  height: 31px; }

.icon-meetups {
  background-position: -236px -95px;
  width: 31px;
  height: 31px; }

.icon-learn-importing {
  background-position: -236px -126px;
  width: 30px;
  height: 31px; }

.icon-learn-importing-active {
  background-position: -236px -157px;
  width: 30px;
  height: 31px; }

.icon-learn-coffeescript {
  background-position: 0 -217px;
  width: 31px;
  height: 31px; }

.icon-learn-coffeescript-active {
  background-position: -31px -217px;
  width: 31px;
  height: 31px; }

.icon-learn-basics {
  background-position: -62px -217px;
  width: 31px;
  height: 31px; }

.icon-learn-basics-active {
  background-position: -93px -217px;
  width: 31px;
  height: 31px; }

.icon-educationpricing {
  background-position: -124px -217px;
  width: 31px;
  height: 31px; }

.logo-uber {
  background-position: -77px -113px;
  width: 30px;
  height: 30px; }

.logo-spotify {
  background-position: -107px -113px;
  width: 30px;
  height: 30px; }

.icon-interaction {
  background-position: -137px -113px;
  width: 30px;
  height: 30px; }

.icon-learn-previous {
  background-position: -236px -188px;
  width: 10px;
  height: 23px; }

.icon-learn-previous-active {
  background-position: -246px -188px;
  width: 10px;
  height: 23px; }

.icon-learn-next {
  background-position: -256px -188px;
  width: 10px;
  height: 23px; }

.icon-learn-next-active {
  background-position: -204px -158px;
  width: 10px;
  height: 23px; }

.icon-subscribe-checkmark {
  background-position: -214px -158px;
  width: 16px;
  height: 16px; }

.icon-learn-checklist {
  background-position: -184px -32px;
  width: 16px;
  height: 16px; }

.icon-learn-checklist-purple {
  background-position: -184px -48px;
  width: 16px;
  height: 16px; }

.icon-footer-twitter {
  background-position: -180px -65px;
  width: 16px;
  height: 14px; }

.icon-footer-email {
  background-position: -180px -79px;
  width: 16px;
  height: 11px; }

.icon-dropdown-arrow {
  background-position: -214px -174px;
  width: 11px;
  height: 7px; }

.icon-arrow {
  background-position: -230px -158px;
  width: 6px;
  height: 10px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* glue: 0.11.1 hash: d78227e1ee */
  /* 2x */
  .logo-instagram, .logo-facebook, .logo-groupon, .stripe-badge, .logo-google, .logo-soundcloud, .logo-stripe, .logo-slack, .logo-twitter, .logo-dropbox, .icon-universities, .logo-pinterest, .logo-apple, .logo-adobe, .icon-workflow, .icon-viewer, .icon-preview, .icon-learn-wifi, .icon-learn-mirror, .icon-learn-mirror-active, .icon-learn-browser, .icon-learn-apps, .icon-effects, .icon-editor, .icon-conferences, .icon-companies, .icon-code, .icon-code copy, .icon-animation, .icon-volumelicenses, .icon-meetups, .icon-learn-importing, .icon-learn-importing-active, .icon-learn-coffeescript, .icon-learn-coffeescript-active, .icon-learn-basics, .icon-learn-basics-active, .icon-educationpricing, .logo-uber, .logo-spotify, .icon-interaction, .icon-learn-previous, .icon-learn-previous-active, .icon-learn-next, .icon-learn-next-active, .icon-subscribe-checkmark, .icon-learn-checklist, .icon-learn-checklist-purple, .icon-footer-twitter, .icon-footer-email, .icon-dropdown-arrow, .icon-arrow {
    background-image: url("/static/images/sprites/sprite2x.png?d78227e1ee");
    background-repeat: no-repeat;
    -webkit-background-size: 268px 248px;
    -moz-background-size: 268px 248px;
    background-size: 268px 248px; } }
