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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  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; }

html {
  font: 400 100% / 1.5em "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

body {
  color: #3d3039;
  height: 100%;
  line-height: 1.5em;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700; }

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.25em;
  line-height: 1.35em;
  margin-bottom: 0.66667em; }

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.3125em;
  line-height: 1.14286em;
  margin-bottom: 1.14286em; }

h5 {
  font-size: 1.125em;
  line-height: 1.35em;
  margin-bottom: 1.33333em; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

p.lead {
  font-size: 1.5em; }

p, ul, ol, dl, blockquote {
  margin-bottom: 1.5em; }

ul {
  list-style: disc outside;
  margin-left: 1.25em; }

ol {
  list-style: decimal outside;
  margin-left: 1.25em; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
  margin-left: 2.75em; }

ul ul, ol ul {
  list-style: circle outside; }

ul ol, ol ol {
  list-style: lower-roman outside; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

small {
  font-size: .75em; }

hr {
  border: solid #3d3039;
  border-width: 0 0 1px;
  height: 0;
  margin: calc(3em - 1px) auto 3em; }

a {
  color: #7b3ea3;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

blockquote {
  border-left: 0.75em solid #d463a8;
  font-style: italic;
  margin: 0 0 1.5em;
  padding-left: 1.5em; }
  blockquote p:last-of-type {
    margin: 0; }
  blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 700; }

body {
  overflow-x: hidden; }
  body.search--open {
    overflow: hidden; }

pre {
  background: #f5f8fb;
  color: #3d3039;
  margin: 0 0 1.5em;
  padding: 1.5em;
  width: 100%; }
  pre code {
    padding: 0; }

code {
  background: #f5f8fb;
  border-radius: .15em;
  font-family: "Operator Mono Book", "Operator Mono", "Source Code Pro", "Courier", monospace;
  line-height: 0;
  padding: .125em .25em; }

@media (max-width: 32em) {
  .code-window {
    font-size: .75em;
    line-height: 1.5em; } }

.code-window pre {
  background: #f5f8fb;
  border-radius: .25em;
  max-width: 100%;
  overflow-x: auto;
  padding: 3em 1.5em 1.5em 4.5em;
  position: relative; }
  .code-window pre::before {
    background: url("/img/browser-buttons.svg") left center/contain no-repeat;
    content: 'my-app.zunit';
    left: .75em;
    position: absolute;
    right: .75em;
    text-align: center;
    top: .25em; }
  .code-window pre code {
    line-height: 1.5em; }
    .code-window pre code::before {
      color: #D6A7C9;
      content: '1 \000A 2 \000A 3 \000A 4 \000A 5 \000A 6 \000A 7 \000A 8';
      left: 1.5em;
      line-height: 1.575em;
      position: absolute;
      top: 3em; }

.hljs-comment,
.hljs-quote,
.hljs-punctuation {
  color: #D6A7C9; }

.hljs-comment {
  font-style: italic; }

.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
  color: #fb757c; }

.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
  color: #d463a8; }

.hljs-attribute {
  color: #d463a8; }

.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
  color: #d463a8; }

.hljs-title,
.hljs-section {
  color: #7b3ea3; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-hook {
  color: #672492; }

.hljs {
  display: block;
  overflow-x: auto;
  background: white;
  color: #3d3039;
  padding: 0.5em; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

.button {
  background: #d463a8;
  border-radius: .15em;
  color: #fff;
  display: inline-block;
  font-size: .75em;
  padding: 0.375em 0.75em;
  position: relative;
  transition: background .25s; }
  .button:hover {
    background: #fb757c;
    text-decoration: none; }
  @media (min-width: 32em) {
    .button {
      font-size: 1em;
      padding: 0.75em 1.5em; } }

.icon {
  width: 1.5em; }
  .icon--inline {
    display: inline;
    vertical-align: middle; }

.nav--main {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background-image: linear-gradient(to bottom right, #672492, #7b3ea3);
  box-shadow: 0 3px 5px rgba(61, 48, 57, 0.3);
  display: flex;
  flex-wrap: wrap;
  font-smoothing: antialiased;
  justify-content: space-between;
  padding: 0 1.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999; }
  .search--open .nav--main {
    background-image: linear-gradient(to bottom right, #4a1a69, #5f307e); }
  body:not(.page--home) .nav--main > *,
  .page--home.scrolled .nav--main > *,
  .page--home.docs--open .nav--main > * {
    position: relative;
    z-index: 1; }
  body:not(.page--home) .nav--main::after,
  .page--home.scrolled .nav--main::after,
  .page--home.docs--open .nav--main::after {
    background: url("/img/polygon-background5.png") bottom center/cover no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color .25s;
    transform: rotate(180deg);
    z-index: 0; }
  .page--home:not(.scrolled):not(.docs--open) .nav--main {
    background: transparent;
    box-shadow: none;
    color: #3d3039; }
  .nav--main::before {
    background: url("/img/logo-mark.svg") right center/contain no-repeat;
    content: '';
    height: 1em;
    left: 1.5em;
    position: absolute;
    top: 1em;
    transform: translateX(-100%) translateX(-0.125em);
    transition: height .25s, top .25s, width .25s;
    width: 1em;
    z-index: 1; }
    .docs--open .nav--main::before {
      top: 3.25em; }
    @media (min-width: 32em) {
      .nav--main::before {
        height: 1.5em;
        left: 3em;
        top: .75em;
        transform: translateX(-100%) translateX(-0.375em);
        width: 1.5em; }
        .docs--open .nav--main::before {
          top: 3em; } }
    @media (min-width: 50em) {
      .nav--main::before {
        height: 3em;
        top: 2.25em;
        width: 3em; }
        .docs--open .nav--main::before {
          top: 2.25em; }
        .scrolled:not(.docs--open) .nav--main::before {
          height: 1.5em;
          top: .75em;
          width: 1.5em; } }
    @media (min-width: 64em) {
      .nav--main::before {
        left: 6em; } }
  @media (min-width: 32em) {
    .nav--main {
      padding: 0 3em; } }
  @media (min-width: 50em) {
    .nav--main + * {
      margin-top: 6em; } }
  @media (min-width: 64em) {
    .nav--main {
      padding: 0 6em; } }
  .nav--main a {
    color: #fff; }
  .nav--main-mobile-nav-link {
    display: inline;
    padding: 0.75em 0; }
    @media (min-width: 50em) {
      .nav--main-mobile-nav-link {
        display: none; } }
  .nav--main-install-version {
    font-weight: 700;
    margin-left: .5ch; }
  .nav--main-logo, .nav--main-links {
    height: auto;
    transition: padding .25s;
    will-change: padding; }
    @media (min-width: 50em) {
      .nav--main-logo, .nav--main-links {
        padding: 3em 0; } }
  .nav--main-links {
    display: none; }
    .nav--main-links a:not(:first-of-type) {
      margin-left: 1.5em; }
    .docs--open .nav--main-links {
      padding: 0.75em 0; }
    @media (min-width: 50em) {
      .nav--main-links {
        display: block; } }
    @media (max-width: 50em) {
      .nav--main-links {
        flex: 0 0 100%; } }
  .nav--main-logo {
    flex: 1 1 50%; }
    .nav--main-logo a {
      color: #fff; }
    .docs--open .nav--main-logo {
      padding: 3em 0; }
    @media (max-width: 50em) {
      .docs--open .nav--main-logo {
        padding-right: 3em; } }
    .nav--main-logo > a > strong {
      display: inline-block;
      font-size: 1.5em;
      line-height: 1em;
      top: -0.5em; }
    @media (max-width: 32em) {
      .nav--main-logo > a > span {
        display: none; }
        .docs--open .nav--main-logo > a > span {
          display: block; } }
    @media (min-width: 50em) {
      .nav--main-logo > a > span {
        display: inline-block;
        left: -3.6375em;
        top: 0.75em; }
        .site--next .nav--main-logo > a > span {
          left: -6.375em; }
        .scrolled:not(.docs--open) .nav--main-logo > a > span {
          left: 0;
          top: 0; } }
    .nav--main-logo_next {
      background: #fb757c;
      border-radius: .15em;
      display: inline-block;
      font-size: .75rem;
      line-height: 1.5em;
      margin-left: .75em;
      padding: 0 .375em;
      text-transform: uppercase;
      vertical-align: middle; }
    .nav--main-logo > a > strong,
    .nav--main-logo > a > span {
      position: relative;
      transition: font-size .25s, left .25s, line-height .25s, margin-right .25s, top .25s;
      will-change: font-size, left, line-height, margin-right, top; }
  .scrolled:not(.docs--open) .nav--main-logo, .scrolled:not(.docs--open) .nav--main-links {
    padding: 0.75em 0; }
  .scrolled:not(.docs--open) .nav--main-logo > a > strong {
    font-size: inherit;
    line-height: inherit;
    margin-right: 1ch;
    top: 0; }
  @media (max-width: 50em) {
    .nav--main-logo > a > strong {
      font-size: inherit;
      line-height: inherit;
      margin-right: 1ch;
      top: 0; } }

.nav--docs {
  color: #fff;
  align-content: flex-start;
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: -1.5em;
  transition: height .25s, opacity .25s, padding .25s, top .25s;
  width: 100%;
  will-change: height, opacity, padding, top; }
  .nav--docs > div {
    flex: 0 0 100%; }
    @media (min-width: 32em) {
      .nav--docs > div {
        flex: 0 0 50%; } }
    @media (min-width: 54em) {
      .nav--docs > div {
        flex: 0 0 25%; } }
  .nav--docs ul {
    list-style: none;
    margin: 0 0 1.5em; }
  .nav--docs a {
    color: #fff;
    padding: 0 !important; }
  .docs--open:not(.search--open) .nav--docs {
    height: calc(100vh - 15em);
    opacity: 1;
    overflow: auto;
    padding: 0 0 0.75em;
    top: 0; }
    @media (min-width: 32em) {
      .docs--open:not(.search--open) .nav--docs {
        height: 18.75em;
        overflow: hidden; } }
    @media (min-width: 54em) {
      .docs--open:not(.search--open) .nav--docs {
        height: 9.75em;
        overflow: hidden; } }
  .nav--docs-search {
    flex: 0 0 100%;
    height: 0;
    overflow: hidden;
    transition: height .25s; }
    .docs--open .nav--docs-search {
      height: 6em; }
    @media (max-width: 32em) {
      .docs--open:not(.search--open) .nav--docs-search {
        padding-top: 1.5em; } }
    .nav--docs-search input {
      border: 0;
      border-radius: .15em;
      box-sizing: border-box;
      display: inline-block;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1em;
      line-height: 1.5em;
      margin: 0 0 0.75em;
      padding: 0.75em 1.5em;
      width: 100%; }
    .nav--docs-search-results {
      color: #fff;
      flex: 0 0 100%;
      height: 0;
      margin: 0;
      overflow: hidden;
      transition: height .25s; }
      .search--open .nav--docs-search-results {
        height: calc(100vh - 12em);
        overflow: auto;
        padding: 0 0 3em; }
      .nav--docs-search-results h3:not(:last-child) {
        margin: 0; }
      .nav--docs-search-results a:hover {
        text-decoration: none;
        color: #D6A7C9; }

.bottom {
  align-items: flex-start;
  background: #fff;
  background-image: linear-gradient(to bottom right, #d463a8, #fb757c);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6em 1.5em;
  position: relative; }
  .bottom::before {
    background: url("/img/polygon-background5.png") center/cover no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0; }
  @media (min-width: 32em) {
    .bottom {
      padding: 6em 3em; } }
  @media (min-width: 64em) {
    .bottom {
      padding: 6em; } }
  .bottom > div {
    position: relative;
    z-index: 1; }
  .bottom--branding {
    flex: 0 0 100%;
    margin: 0 0 3em; }
    @media (min-width: 72em) {
      .bottom--branding {
        flex: 0 0 20%;
        margin: 0; } }
    @media (min-width: 80em) {
      .bottom--branding {
        flex: 0 0 25%; } }
    .bottom--branding-logo {
      width: 2.25em; }
      @media (min-width: 72em) {
        .bottom--branding-logo {
          margin: 0 0 7.5em; } }
  .bottom--docs {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap; }
    @media (min-width: 72em) {
      .bottom--docs {
        flex: 0 0 80%; } }
    @media (min-width: 80em) {
      .bottom--docs {
        flex: 0 0 75%; } }
    .bottom--docs > div {
      flex: 0 0 100%; }
      @media (min-width: 32em) {
        .bottom--docs > div {
          flex: 0 0 50%; } }
      @media (min-width: 50em) {
        .bottom--docs > div {
          flex: 0 0 25%; } }
    .bottom--docs ul {
      list-style: none;
      margin: 0 0 3em; }
    .bottom--docs a {
      color: #fff; }
  .bottom--misc {
    display: flex;
    flex: 0 0 100% !important;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between; }
    .bottom--misc-affiliate img {
      height: 41px;
      margin-left: 1.5em; }
    @media (max-width: 32em) {
      .bottom--misc-affiliate, .bottom--misc-legal {
        flex: 0 0 100%;
        margin: 0 0 1.5em; } }
    .bottom--misc p {
      margin: 0; }
    .bottom--misc a {
      color: #fff;
      font-weight: 700; }
    .bottom--misc .icon path {
      stroke: #7b3ea3;
      stroke-width: 1px;
      fill: transparent; }

.chat {
  align-items: center;
  background-image: linear-gradient(to bottom right, #672492, #7b3ea3);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 3em 1.5em;
  position: relative; }
  @media (min-width: 32em) {
    .chat {
      padding: 3em 3em; } }
  @media (min-width: 64em) {
    .chat {
      padding: 3em 6em; } }
  @media (min-width: 32em) {
    .chat {
      justify-content: space-between; } }
  .chat::before {
    background: url("/img/polygon-background5.png") center/cover no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .7;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 0; }
  .chat--copy, .chat--cta {
    position: relative;
    z-index: 1; }
    @media (max-width: 32em) {
      .chat--copy, .chat--cta {
        flex: 0 0 100%; } }
  .chat--copy h3, .chat--copy p {
    margin: 0; }
  @media (max-width: 42em) {
    .chat--copy p {
      margin: 0 0 1.5em; } }
  .chat--cta {
    flex-shrink: 0; }

.intro {
  background-image: linear-gradient(to bottom right, #672492, #7b3ea3);
  color: #fff;
  padding: 12em 1.5em 6em;
  position: relative;
  margin-top: 0; }
  .intro::before {
    background: url("/img/polygon-background5.png") bottom center/cover no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    opacity: .7;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(180deg);
    z-index: 0; }
  .intro > * {
    position: relative;
    z-index: 1; }
  @media (min-width: 32em) {
    .intro {
      padding: 12em 3em 6em; } }
  @media (min-width: 42em) {
    .intro {
      padding: 12em 0 6em; } }
  .intro h1 {
    font-weight: 300;
    text-align: center; }
    @media (max-width: 32em) {
      .intro h1 {
        font-size: 1.5em; } }
    @media (min-width: 48em) {
      .intro h1 {
        padding: 0 3em; } }
  .intro pre {
    margin: 3em auto;
    max-width: 42em; }
  .intro .buttons {
    text-align: center; }
    .intro .buttons .button {
      margin: 0 0.375em 0.75em; }
      @media (min-width: 32em) {
        .intro .buttons .button {
          margin: 0 0.75em 1.5em; } }

.docs {
  background: #fff;
  padding: 6em 1.5em; }
  @media (min-width: 32em) {
    .docs {
      padding: 6em 3em; } }
  @media (min-width: 42em) {
    .docs {
      padding: 6em 0; } }
  .docs--content {
    align-content: stretch;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 42em) {
      .docs--content {
        padding-left: 3em; } }
    @media (min-width: 64em) {
      .docs--content {
        padding-left: 6em; } }
    .docs--content > h1:first-child {
      flex: 0 0 100%; }
    .docs--content > section, .docs--content > feature {
      flex: 0 0 100%;
      width: 100%; }
    @media (min-width: 42em) {
      .docs--content > section {
        flex: 0 0 60%;
        padding-right: 3em;
        width: 60%; }
      .docs--content > feature {
        flex: 0 0 40%;
        width: 40%; } }
    @media (min-width: 64em) {
      .docs--content > section, .docs--content > feature {
        flex: 0 0 50%;
        width: 50%; } }
    .docs--content > feature {
      background: #f5f8fb;
      box-sizing: border-box;
      margin: 0 0 1.5em;
      padding: 1.5em; }
      @media (min-width: 42em) {
        .docs--content > feature {
          margin-top: -1.5em; }
          .docs--content > feature.bump {
            padding-top: 4.5em; }
          .docs--content > feature:first-of-type {
            position: relative; }
            .docs--content > feature:first-of-type::before {
              background: #f5f8fb;
              bottom: calc(100% - 1px);
              content: '';
              height: 100vh;
              left: 0;
              position: absolute;
              right: 0; }
          .docs--content > feature:last-of-type {
            position: relative; }
            .docs--content > feature:last-of-type::after {
              background: #f5f8fb;
              content: '';
              height: 7.5em;
              left: 0;
              position: absolute;
              right: 0;
              top: 100%; } }
      .docs--content > feature pre {
        border: 0;
        margin: 0;
        max-width: 100%;
        overflow-x: auto;
        padding: 0; }
    .docs--content [class^='nav--docs-'] {
      list-style: none;
      margin: 0 0 1.5em; }

.news {
  padding: 6em; }
  .news--list {
    list-style: none;
    margin: 0 0 1.5em; }
    .news--list-item {
      margin: 0 0 1.5em; }
      .news--list-item h2 {
        margin: 0; }
  .news--content {
    max-width: 36em; }
  .news--author {
    align-items: flex-start;
    background: #f5f8fb;
    display: flex;
    max-width: 36em;
    padding: 1.5em; }
    .news--author-image {
      flex: 0 0 6em;
      height: 6em;
      margin-right: 1.5em;
      width: 6em; }
    .news--author-details {
      flex: 1 1 100%; }
      .news--author-details-links a {
        display: inline-block;
        margin-right: 1.5em; }

 /*# sourceMappingURL=main.css.map */