/* RESET */

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;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* HTML5 display-role reset for older browsers */

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

/* Global */

@font-face {
  font-family: 'Blocks Edit';
  src: url("Blocks-Edit.ttf") format("truetype");
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  background-image: url("img/intro-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 110px;
  background-color: #efefef;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .4px;
  line-height: 1.2em;
  cursor: default;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}
@media (max-width: 800px) {
  body {
    font-size: 18px;
  }
}

a {
  color: #2895d9;
  text-decoration: none;
  transition: all 100ms ease;
  font-weight: 400;
}
strong, strong a {
  font-weight: 500;
}

h1 {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 100%;
  background: -webkit-linear-gradient(#ee434b, #e32f85);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 52px;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 980px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 46px;
  }
}
@media (max-width: 930px) {
  h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
  }
}
@media (max-width: 800px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  font-size: 46px;
  background: -webkit-linear-gradient(#984fd0, #2c7eca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 980px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
  font-size: 30px;
  background: -webkit-linear-gradient(#444, #777);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 300;
  line-height: 1.2em;
}
@media (max-width: 980px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 930px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  h3 {
    font-size: 22px;
  }
}

p, ul, ol {
  margin-bottom: 20px;
  font-size: 20px;
  color: #444;
  line-height: 1.4em;
}
ul, ol {
  margin-bottom: 30px;
}
ul li, ol li {
  margin-bottom: 10px;
  margin-left: 30px;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}
ul {
  list-style: square;
}
@media (max-width: 800px) {
  p, ul, ol {
    font-size: 18px;
  }
}

em {
  font-style: italic;
}

small {
  font-size: 15px;
}

/* Buttons */

.btn-header {
  display: inline-block;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 10px;
  line-height: 28px;
}
.btn-main, .btn-alt {
  display: inline-block;
  margin: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 0;
  border-bottom-width: 2px;
  background: -webkit-linear-gradient(#42c3e8, #2895d9);
  padding: 7px 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
}
.btn-main.disabled, .btn-alt.disabled {
  background: -webkit-linear-gradient(#aaa, #ddd);
  color: #777;
}
.btn-main.disabled:hover, .btn-alt.disabled:hover {
  cursor: default;
}
.btn-alt {
  background: -webkit-linear-gradient(#555, #333);
}
.btn-alt.disabled {
  background: none;
  color: #aaa;
}

/* Text Icons */

.btn-icon {
  font-weight: 400;
}
.btn-icon:before {
  font-family: 'Blocks Edit';
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-weight: 100;
}
.btn-icon.notify:before {
  content: 't';
}
.btn-icon.pin:before {
  content: 'p';
}
.btn-icon.add:before {
  content: '+';
}
.btn-icon.remove:before {
  content: 'x';
}
.btn-icon.check:before {
  content: 'y';
}
.btn-icon.new:before {
  content: 'd';
}
.btn-icon.copy:before {
  content: 'c';
}
.btn-icon.edit:before {
  content: 'e';
}
.btn-icon.link:before {
  content: 'l';
}
.btn-icon.export:before {
  content: 's';
}

/* Common elements */

.content-image {
  border: #eee 1px solid;
}

.person {
  display: inline-block;
  margin-right: 5px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: -webkit-linear-gradient(#D34B52, #D34A7E);
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
}

blockquote.testimonial {
  padding: 0;
  text-align: center;
}
blockquote.testimonial .photo {
  float: left;
}
blockquote.testimonial .quote {
  float: left;
  width: 780px;
  padding: 20px 50px;
}
blockquote.testimonial .quote p {
  margin-bottom: 10px;
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
}
blockquote.testimonial .quote cite {
  font-size: 16px;
}
@media (max-width: 990px) {
  blockquote.testimonial .photo {
    float: none;
    margin-top: 20px;
    border-radius: 100%;
    width: 100px;
  }
  blockquote.testimonial .quote {
    float: none;
    width: 100%;
    padding-top: 0;
  }
  blockquote.testimonial .quote p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  blockquote.testimonial .photo {
    width: 60px;
  }
  blockquote.testimonial .quote {
    padding-right: 30px;
    padding-left: 30px;
  }
  blockquote.testimonial .quote p {
    font-size: 18px;
  }
}

.video {
  border-radius: 2px;
}
@media (max-width: 990px) {
  .video {
    width: 720px;
    height: 406px;
  }
}
@media (max-width: 800px) {
  .video {
    width: 100%;
    height: 54.3vw;
  }
}
@media (max-width: 600px) {
  .video {
    height: 52vw;
  }
}

hr {
  display: inline-block;
  margin-bottom: 100px;
  border: 0;
  border-bottom: #ccc 1px solid;
  width: 100%;
  background: none;
}
@media (max-width: 980px) {
  hr {
    margin-bottom: 50px;
  }
}
@media (max-width: 800px) {
  hr {
    margin-bottom: 30px;
  }
}

.highlighter {
  display: inline;
  background-color: #fff49d;
  padding: 2px 0;
}

.box {
  display: inline-block;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: #D34B52 3px solid;
  background-color: #fff;
  padding: 30px;
}

.totop {
  float: right;
  margin-bottom: 0;
  font-size: 14px;
}

/* Code boxes */

.block-classes {
  list-style: none;
}
.block-classes > li {
  margin-left: 0;
}
.block-classes code {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 1px;
  background-color: #282828;
  padding: 0 10px;
  font-family: "Courier New", Courier, Helvetica, Arial, serif;
  font-size: 18px;
  font-weight: 600;
  color: #eee;
  line-height: 1.4em;
}
.block-classes code.window {
  display: block;
  margin-bottom: 20px;
  border-radius: 2px;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
}
.block-classes code.class:before, .block-classes code.style:before, .block-classes code.attribute:before {
  margin-right: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  color: #eee;
}
.block-classes code.class:before {
  content: 'class';
}
.block-classes code.style:before {
  content: 'style';
}
.block-classes code.attribute:before {
  content: 'attribute';
}
.block-classes code .green {
  color: #A4E405;
}
.block-classes code .yellow {
  color: #F5EE7F;
}
.block-classes code .blue {
  color: #59D9F1;
}
.block-classes code .red {
  color: #F43274;
}

/* Forms */

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea {
  display: inline-block;
  margin: 0;
  padding: 6px 8px;
  border: #ccc 1px solid;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 200;
}
input[type='submit'] {
  display: inline-block;
  margin: 0;
  font-size: 15px;
}
input[type='submit']:hover {
  cursor: pointer;
}

/* Header */

header {
  min-height: 110px;
  margin-bottom: 50px;
  background-color: #52418f;
  background-color: #444;
  background: linear-gradient(162deg, #8f4da8, #6271B6);
  padding-top: 25px;
  overflow: hidden;
}
@media (min-width: 870px) {
  header {
    padding-top: 40px;
  }
}

header .container {
  margin-bottom: 0;
}

a.logo {
  float: left;
  position: relative;
}
a.logo img {
  width: 152px;
}
@media (max-width: 375px) {
  a.logo {
    transform: scale(0.8, 0.8);
    left: -15px;
    top: 2px;
  }
}
@media (max-width: 340px) {
  a.logo {
    transform: scale(0.65, 0.65);
    left: -27px;
  }
}

header nav {
  display: inline-block;
  margin-top: 5px;
}
header nav a {
  font-weight: 400;
}
header nav ul {
  list-style: none;
  margin-bottom: 0;
  line-height: 30px;
}
header nav ul li {
  float: left;
  margin-bottom: 0;
}

header nav.primary {
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 870px) {
  header nav.primary {
    width: auto;
  }
}

header nav.primary ul {
  display: inline-block;
  line-height: 1.7em;
  padding-bottom: 5px;
  font-size: 16px;
}
@media (min-width: 900px) {
  header nav.primary ul {
    font-size: 18px;
  }
}
header nav.primary ul li {
  margin-left: 20px;
}
header nav.primary ul li:first-child {
  margin-left: 0;
}
@media (min-width: 870px) {
  header nav.primary ul {
    font-size: 17px;
  }
  header nav.primary ul li:first-child {
    margin-left: 30px;
  }
}
header nav.primary ul li:last-child {
  margin-right: 20px;
  margin-left: 0;
}
@media (min-width: 470px) {
  header nav.primary ul li:last-child {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (min-width: 900px) {
  header nav.primary ul li, header nav.primary ul li:last-child {
    margin-left: 30px;
  }
}
header nav.primary ul a {
  color: #bca6ec;
}
header nav.primary ul a:hover, header nav.primary ul a.on {
  color: #fff;
}

header nav.secondary {
  position: absolute;
  right: 15px;
}
@media (min-width: 600px) {
  header nav.secondary {
    position: absolute;
    right: 20px;
  }
}
@media (min-width: 980px) {
  header nav.secondary {
    position: relative;
    float: right;
    right: 0;
  }
}

header nav.secondary ul {
  font-size: 15px;
}
header nav.secondary ul li {
  margin-left: 5px;
}
header nav.secondary ul a {
  color: #BEC4DA;
}
header nav.secondary ul a:hover {
  color: #fff;
}
header nav.secondary ul a.signup {
  color: #6271B6;
}
header nav.secondary ul a.signin {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: saturate(240%);
  color: #6271B6;
}
header nav.secondary ul a.signin:hover {
  background-color: white;
}

#subnav {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  margin-top: -50px;
  margin-bottom: 0;
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(255,255,255, .7);
  text-align: center;
}
#subnav .container {
  display: inline-block;
}
#subnav nav {
  margin: 0 auto;
  margin-top: 7px;
  margin-bottom: 0;
  width: auto;
}
#subnav nav ul {
  list-style: none;
}
#subnav nav ul li {
  display: block;
  float: left;
  margin: 0 30px 0 0;
}
#subnav nav ul li:last-child {
  margin-right: 0;
}
#subnav nav ul li a.on {
  color: #444;
}

@media (max-width: 800px) {
  #subnav nav ul li {
    margin: 0 20px 0 0;
  }
  #subnav nav ul li a {
    line-height: 2em;
  }
}
@media (max-width: 500px) {
  #subnav nav ul li {
    margin: 0 15px 0 0;
  }
}

/* Main container */

.container {
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
  border-radius: 2px;
  width: 960px;
  text-align: left;
}
@media (max-width: 980px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 800px) {
  .container {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

.container header {
  position: relative;
  display: inline-block;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 15px;
}

.container.introduce h1 {
  margin-bottom: 20px;
}

.container.introduce p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 980px) {
  .container.introduce p {
    font-size: 20px;
  }
}

.container.cta {
  text-align: center;
}
.container.cta p {
  margin-bottom: 0;
}
.container.cta span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}
@media (max-width: 980px) {
  .container.cta span {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
@media (max-width: 980px) {
  .container.cta .btn-main {
    font-size: 18px;
  }
}

.container hr {
  margin-bottom: 30px;
}

/* Doc frame */

.doc, .highlight {
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
  padding: 60px 65px 40px 65px;
}
.highlight {
  padding: 25px 30px;
}
.highlight p {
  margin-bottom: 0;
}
.doc .header, .highlight .header {
  margin: -60px -65px 40px -65px;
  background-color: #f9f9f9;
  padding: 40px 65px 35px 65px;
}
.doc .header h2, .highlight .header h2 {
  margin-bottom: 0;
}
.doc .header .description, .highlight .header .description {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 980px) {
  .doc, .highlight {
    border-radius: 0;
    padding: 20px;
  }
  .doc .header, .highlight .header {
    margin: -20px -20px 30px -20px;
    padding: 30px 20px 20px 20px;
  }
  .doc .header h2, .highlight .header h2 {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .doc, .highlight {
    padding: 15px;
  }
}
@media (min-width: 600px) {
  .doc .header .layout-example, .highlight .header .layout-example {
    position: absolute;
    top: 20px;
    right: 25px;
  }
}

/* Layout */

.col {
  display: flex;
  clear: left;
}
.col .col-x1, .col .col-x2, .col .col-x3, .col .col-x4, .col .col-x6, .col .col-x8, .col .col-x9 {
  margin: 0 10px;
}
.col > :first-child {
  margin-left: 0;
}
.col > :last-child {
  margin-right: 0;
}
.col .col-x1 {
  flex-basis: 8.3%;
}
.col .col-x2 {
  flex-basis: 16.7%;
}
.col .col-x3 {
  flex-basis: 25%;
}
.col .col-x4 {
  flex-basis: 33.3%;
}
.col .col-x6 {
  flex-basis: 50%;
}
.col .col-x8 {
  flex-basis: 66.7%;
}
.col .col-x9 {
  flex-basis: 75%;
}
@media (max-width: 960px) {
  .col .col-x1, .col .col-x2, .col .col-x3, .col .col-x4, .col .col-x6, .col .col-x8, .col .col-x9 {
    margin: 0 5px;
  }
}
@media (max-width: 800px) {
  .col {
    display: block;
  }
  .col .col-x1, .col .col-x2, .col .col-x3, .col .col-x4, .col .col-x6, .col .col-x8, .col .col-x9 {
    clear: left;
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* Footer */

footer {
  display: inline-block;
  float: left;
  width: 100%;
  background-color: #222222;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}
footer .container {
  margin-bottom: 20px;
}
footer a, footer p {
  color: #fff;
}
footer a {
  font-weight: 300;
}
footer a.logo img {
  width: 152px;
}
footer p {
  margin-bottom: 0;
}
footer ul {
  margin-bottom: 0;
  font-size: 16px;
  color: #fff;
  list-style: none;
}
footer ul li {
  margin-left: 0;
}
footer nav {
  float: left;
  margin-bottom: 20px;
}
footer nav h3 {
  margin-bottom: 10px;
  background: -webkit-linear-gradient(#dedede, #acacac);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 22px;
}
footer nav.main {
  width: 32%;
}
footer nav.contact {
  width: 30%;
}
footer nav.addl {
  width: 38%;
}
footer .copyright {
  display: inline-block;
  line-height: 35px;
  margin-bottom: 5px;
  width: 100%;
  font-size: 13px;
  line-height: 2.4em;
}
footer nav.social ul {
  display: inline-block;
  margin: 0 auto;
  margin-top: 5px;
  list-style: none;
}
footer nav.social ul li {
  float: left;
  margin: 0;
  margin-left: 7px;
}
footer nav.social ul li:first-child {
  margin-left: 0;
}
@media (max-width: 930px) {
  footer {
    padding-top: 30px;
  }
  footer nav.main, footer nav.contact, footer nav.addl {
    width: 50%;
  }
}
@media (max-width: 800px) {
  footer nav.social {
    float: right;
  }
}
@media (max-width: 700px) {
  footer {
    padding-top: 20px;
  }
}
@media (max-width: 800px) {
  footer a.logo img {
    margin-bottom: 20px;
  }
  footer .copyright {
    float: left;
    margin: 0 20px;
    width: auto;
    line-height: 1.6em;
  }
}
@media (max-width: 600px) {
  footer nav.main, footer nav.contact, footer nav.addl {
    width: 100%;
  }
}
@media (max-width: 500px) {
  footer a.logo img {
    margin-bottom: 5px;
  }
  footer .copyright {
    clear: left;
    margin-top: 2px;
    margin-left: 0;
  }
}
@media (max-width: 375px) {
  footer a.logo {
    margin-left: 15px;
    transform: scale(1, 1);
  }
}

/* Footer - CTA */

footer#cta {
  padding-bottom: 0;
}
footer#cta .logo, footer#cta .copyright, footer#cta nav.social {
  text-align: center;
}
footer#cta .cta {
  margin-bottom: 40px;
}
footer#cta .cta a {
  color: #2895d9;
  font-weight: 400;
}
footer#cta .logo, footer#cta .copyright {
  display: block;
  float: none;
  margin: 0;
}
footer#cta a.logo img {
  margin-bottom: 0;
}
footer#cta .copyright {
  margin-bottom: 10px;
}
footer#cta .social {
  width: 100%;
}

@media (max-width: 980px) {
  footer#cta {
    padding-top: 20px;
  }
  footer#cta .cta {
    margin-bottom: 30px;
  }
  footer#cta .cta a {
    display: block;
  }
}
@media (max-width: 375px) {
  footer#cta .logo {
    top: 0;
    left: 0;
    transform: scale(1, 1);
  }
}