@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1,
.is-h1, h2, .is-h2, h3, .is-h3, h4, .is-h4, h5, .is-h5, h6, .is-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; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, 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; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/*-------------------------
  Colors
---------------------------*/
/*-------------------------
  Tools
---------------------------*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Black.eot");
  src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/hinted-ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Black.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Black.woff") format("woff"), url("../fonts/hinted-ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNovaT-Thin.eot");
  src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/hinted-ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/hinted-ProximaNovaT-Thin.woff") format("woff"), url("../fonts/hinted-ProximaNovaT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Regular.eot");
  src: local("Proxima Nova"), local("ProximaNova-Regular"), url("../fonts/hinted-ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Regular.woff") format("woff"), url("../fonts/hinted-ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Semibold.eot");
  src: local("Proxima Nova Semibold"), local("ProximaNova-Semibold"), url("../fonts/hinted-ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Semibold.woff") format("woff"), url("../fonts/hinted-ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Bold.eot");
  src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/hinted-ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Bold.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Bold.woff") format("woff"), url("../fonts/hinted-ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Light.eot");
  src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/hinted-ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Light.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Light.woff") format("woff"), url("../fonts/hinted-ProximaNova-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/hinted-ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/hinted-ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/hinted-ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/hinted-ProximaNova-Extrabld.woff") format("woff"), url("../fonts/hinted-ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
h1, .is-h1 {
  font-size: 2.6em; }

h2, .is-h2 {
  font-size: 2.2em; }

h3, .is-h3 {
  font-size: 1.857em; }

h4, .is-h4 {
  font-size: 1.571em; }

h5, .is-h5 {
  font-size: 1.286em; }

h6, .is-h6 {
  font-size: 1em; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 10000;
  height: 80px;
  -webkit-transition: background-color 0.18s cubic-bezier(0.55, 0, 0.1, 1), height 0.18s cubic-bezier(0.55, 0, 0.1, 1), line-height 0.18s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.18s cubic-bezier(0.55, 0, 0.1, 1), height 0.18s cubic-bezier(0.55, 0, 0.1, 1), line-height 0.18s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.18s cubic-bezier(0.55, 0, 0.1, 1), height 0.18s cubic-bezier(0.55, 0, 0.1, 1), line-height 0.18s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.18s cubic-bezier(0.55, 0, 0.1, 1), height 0.18s cubic-bezier(0.55, 0, 0.1, 1), line-height 0.18s cubic-bezier(0.55, 0, 0.1, 1), box-shadow 0.18s cubic-bezier(0.55, 0, 0.1, 1), -webkit-box-shadow 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  header.transparent {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent; }
    header.transparent nav .information-menu > li.active {
      -webkit-box-shadow: none;
              box-shadow: none; }
      header.transparent nav .information-menu > li.active a {
        opacity: 0.7; }
        header.transparent nav .information-menu > li.active a:hover {
          opacity: 1; }
    header.transparent nav .login-menu li:first-child a {
      opacity: 0.7; }
      header.transparent nav .login-menu li:first-child a:hover {
        opacity: 1; }
  header nav {
    line-height: 80px; }
    header nav .sqreen-logo {
      display: inline-block;
      vertical-align: middle;
      line-height: normal;
      margin-right: 20px; }
      header nav .sqreen-logo img {
        width: 130px;
        max-height: 29px; }
    header nav .items-ctn {
      display: inline-block;
      width: calc(100% - 170px); }
      header nav .items-ctn ul {
        display: inline-block;
        vertical-align: middle; }
        header nav .items-ctn ul > li {
          display: inline-block;
          vertical-align: middle;
          margin: 0 15px; }
          header nav .items-ctn ul > li.active {
            -webkit-box-shadow: inset 0 -2px 0 #5074fb;
                    box-shadow: inset 0 -2px 0 #5074fb; }
            header nav .items-ctn ul > li.active a {
              color: #5074fb; }
      header nav .items-ctn .login-menu {
        float: right; }
        header nav .items-ctn .login-menu .or {
          font-size: 0.85714rem;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 1.1px;
          color: #333333;
          margin: 0; }
    header nav a {
      text-decoration: none;
      display: inline-block;
      line-height: normal;
      padding: 10px 5px;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      font-size: 1.14286rem;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      color: #949494; }
      header nav a.link {
        font-size: 1.07143rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        color: #5074fb;
        padding: 4px 0;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #6c6c6c), color-stop(20%, rgba(255, 255, 255, 0)));
        background-image: linear-gradient(to right, #6c6c6c 40%, rgba(255, 255, 255, 0) 20%);
        background-position: bottom;
        background-size: 4px 1px;
        background-repeat: repeat-x; }
      header nav a:hover {
        color: #5074fb; }
    header nav .burger {
      display: none;
      float: right;
      vertical-align: middle;
      padding: 5px;
      border: 0;
      width: 30px;
      height: 30px;
      background-color: transparent;
      margin-top: 15px;
      margin-right: 0; }
      header nav .burger img {
        width: 100%;
        height: 100%;
        display: block; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    header nav .items-ctn ul > li {
      margin: 0 5px; } }
  @media screen and (max-width: 768px) {
    header {
      height: 60px; }
      header.open.transparent {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
      header.open .items-ctn {
        display: block;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100vh - 60px);
        background-color: #fff;
        padding: 20px 0; }
        header.open .items-ctn ul {
          display: block;
          float: none; }
          header.open .items-ctn ul > li {
            display: block;
            margin: 0; }
            header.open .items-ctn ul > li:first-child a {
              opacity: 1; }
            header.open .items-ctn ul > li a {
              padding: 20px;
              display: block;
              opacity: 1;
              font-size: 1.1em;
              font-weight: 500; }
              header.open .items-ctn ul > li a.button {
                display: inline-block;
                margin-left: 20px;
                padding: 15px 20px; }
            header.open .items-ctn ul > li.active {
              -webkit-box-shadow: none;
                      box-shadow: none;
              background-color: #5074fb; }
              header.open .items-ctn ul > li.active a {
                color: #fff;
                opacity: 1; }
      header nav {
        line-height: 60px; }
        header nav .sqreen-logo {
          margin-top: 5px; }
        header nav .items-ctn {
          display: none; }
        header nav .or {
          display: none !important; }
        header nav .link {
          background: none !important; }
        header nav .burger {
          display: inline-block; } }

.header {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  padding: 162px 20px 76px;
  text-align: center; }
  .header h1, .header .is-h1 {
    font-size: 2.85714rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    color: #4c4c4c;
    margin-bottom: 12px; }
  .header .subtitle {
    font-size: 1.35714rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    text-align: center;
    color: #8f8f8f;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    display: block; }
  .header .place {
    margin-top: 10px;
    font-size: 1em;
    color: #342C3E;
    display: block; }
  .header .button {
    margin: 30px 15px 0; }
  @media screen and (max-width: 768px) {
    .header {
      padding: 140px 20px 90px; }
      .header h1, .header .is-h1 {
        font-size: 2.2em; }
      .header .subtitle {
        font-size: 1.8em; }
      .header .button {
        margin-top: 20px; } }

footer {
  background-image: linear-gradient(109deg, #4760bf, #5074fb);
  position: relative;
  z-index: 10; }
  footer .ready {
    padding: 45px 20px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.13); }
    footer .ready .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    footer .ready h4, footer .ready .is-h4 {
      font-size: 1.5rem;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.5;
      color: #ffffff; }
    footer .ready .or {
      opacity: 0.5;
      font-size: 0.92857rem;
      font-weight: 600;
      font-style: normal;
      font-stretch: normal;
      color: #ffffff;
      margin: 0 24px; }
    footer .ready .subtitle {
      font-size: 1.28571rem;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.11;
      color: rgba(255, 255, 255, 0.7); }
  footer nav {
    padding: 55px 20px 100px; }
    footer nav .wrapper > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer nav .wrapper > ul > li:last-child {
        width: 40%; }
      footer nav .wrapper > ul > li h4, footer nav .wrapper > ul > li .is-h4 {
        font-size: 0.85714rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px; }
      footer nav .wrapper > ul > li > ul > li a {
        font-size: 1.07143rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
      footer nav .wrapper > ul .copyright {
        font-size: 1.07143rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 2.0;
        color: rgba(255, 255, 255, 0.7); }
      footer nav .wrapper > ul .sns {
        padding: 15px 0 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.24); }
        footer nav .wrapper > ul .sns li {
          display: inline-block;
          vertical-align: middle;
          opacity: 0.4;
          -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
          margin-right: 20px; }
          footer nav .wrapper > ul .sns li:last-child {
            margin-right: 0; }
          footer nav .wrapper > ul .sns li:hover {
            opacity: 1; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    footer .ready {
      text-align: center; }
      footer .ready .wrapper {
        display: block; }
      footer .ready .subtitle {
        margin-bottom: 20px; } }
  @media screen and (max-width: 768px) {
    footer .ready {
      text-align: center; }
      footer .ready .wrapper {
        display: block; }
      footer .ready .or {
        display: block;
        margin: 20px auto 15px; }
      footer .ready .subtitle {
        margin-bottom: 30px; }
    footer nav .wrapper {
      padding: 0; }
      footer nav .wrapper > ul {
        display: block; }
        footer nav .wrapper > ul > li {
          margin-bottom: 30px;
          display: inline-block;
          vertical-align: top;
          width: 100%;
          max-width: 160px; }
          footer nav .wrapper > ul > li:last-child {
            width: 100%; } }

.button {
  font-size: 1.07143rem;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #d3d6db;
  color: #69707a;
  -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
  text-decoration: none;
  white-space: nowrap;
  line-height: normal; }
  @media screen and (max-width: 768px) {
    .button {
      font-size: 1em; } }
  .button:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2);
            box-shadow: inset 0 1px 2px rgba(17, 17, 17, 0.2); }
  .button:hover {
    background-color: #c5c9d0; }
  .button.is-dark-blue {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff; }
    .button.is-dark-blue:hover {
      background-color: rgba(0, 0, 0, 0.2); }
  .button.is-blue {
    background-color: #5074fb;
    color: #fff; }
    .button.is-blue:hover {
      background-color: #3760fa; }
  .button.is-red {
    background-color: #ed6c63;
    color: #fff; }
    .button.is-red:hover {
      background-color: #ea564c; }
  .button.is-violet {
    background-color: #7949f2;
    color: #fff; }
    .button.is-violet:hover {
      background-color: #6731f0; }
  .button.is-white {
    background-color: #fff;
    color: #5074fb; }
    .button.is-white:hover {
      background-color: #f2f2f2; }
  .button.is-grey {
    background-color: #e9e9e9;
    color: #333; }
    .button.is-grey:hover {
      background-color: gainsboro; }
  .button.is-grey-light {
    background-color: #e9e9e9;
    color: #919191; }
    .button.is-grey-light:hover {
      background-color: gainsboro; }
  .button.link {
    background-color: transparent;
    font-size: 1.07143rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    color: #5074fb;
    padding: 4px 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #5074fb), color-stop(20%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #5074fb 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x; }
    .button.link.white {
      color: #ffffff;
      background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ffffff), color-stop(20%, rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to right, #ffffff 40%, rgba(255, 255, 255, 0) 20%); }
  .button.is-upper {
    text-transform: uppercase; }
  .button.is-bold {
    font-weight: bold; }
  .button.is-block {
    display: block; }
  .button.is-inline-block {
    display: inline-block; }
  .button.is-medium {
    font-size: 1.28571rem;
    font-weight: 600;
    padding: 13px 21px;
    display: inline-block; }
  .button.is-big {
    font-size: 1.1em;
    letter-spacing: 1px;
    padding: 15px 20px; }
    @media screen and (max-width: 768px) {
      .button.is-big {
        font-size: 1em; } }

.register {
  background-color: #5074fb;
  padding: 30px 0; }
  .register .wrapper {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .register h2, .register .is-h2 {
    color: #fff; }
  .register p {
    font-size: 1.2em;
    color: #fff;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  @media screen and (max-width: 768px) {
    .register h2, .register .is-h2 {
      display: block; }
    .register p {
      display: block; }
    .register .button {
      display: inline-block;
      margin-top: 20px; } }

.cookies-warning {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: right;
  color: #fff;
  padding: 10px 10px 20px;
  border-top-right-radius: 5px; }
  .cookies-warning a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    .cookies-warning a:hover {
      text-decoration: underline; }
  .cookies-warning .close {
    color: #CCCCCC;
    display: inline-block;
    padding: 5px;
    font-size: 1.2em;
    position: relative;
    top: 2px;
    -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
    .cookies-warning .close:hover {
      color: #fff; }

.code-preview {
  display: block;
  position: relative; }
  .code-preview nav ul {
    display: block;
    margin-bottom: 80px; }
    .code-preview nav ul li {
      padding: 8px 0;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      position: relative;
      text-align: center;
      margin-right: 30px; }
      .code-preview nav ul li.ruby.selected path, .code-preview nav ul li.ruby:hover path {
        fill: #C6327E; }
      .code-preview nav ul li.ruby.selected span, .code-preview nav ul li.ruby:hover span {
        color: #C6327E; }
      .code-preview nav ul li.ruby.selected span::after {
        background-color: #C6327E; }
      .code-preview nav ul li.python.selected path.path-1, .code-preview nav ul li.python:hover path.path-1 {
        fill: #6092BC; }
      .code-preview nav ul li.python.selected path.path-2, .code-preview nav ul li.python:hover path.path-2 {
        fill: #FBDC37; }
      .code-preview nav ul li.python.selected span, .code-preview nav ul li.python:hover span {
        color: #6092BC; }
      .code-preview nav ul li.python.selected span::after {
        background-color: #6092BC; }
      .code-preview nav ul li.node.selected path, .code-preview nav ul li.node:hover path {
        fill: #93D84F; }
      .code-preview nav ul li.node.selected span, .code-preview nav ul li.node:hover span {
        color: #93D84F; }
      .code-preview nav ul li.node.selected span::after {
        background-color: #93D84F; }
      .code-preview nav ul li svg {
        display: block;
        margin: 0 auto 13px; }
        .code-preview nav ul li svg path {
          fill: #d9d9d9;
          -webkit-transition: .2s ease;
          transition: .2s ease; }
      .code-preview nav ul li span {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        color: #d9d9d9;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        position: relative; }
        .code-preview nav ul li span::after {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: -6px;
          right: 0; }
  .code-preview .highlight {
    display: none;
    width: 512px;
    height: 100%;
    background-color: #3D3D3D;
    position: relative;
    padding-bottom: 30px; }
    .code-preview .highlight::before {
      content: "";
      display: block;
      width: 100%;
      height: 37px;
      position: absolute;
      top: -37px;
      left: 0;
      background-color: #e1e1e1;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .code-preview .highlight::after {
      content: "";
      display: block;
      position: absolute;
      top: -25px;
      left: 13px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: #b9b9b9;
      -webkit-box-shadow: 20px 0 0 #b9b9b9, 41px 0 0 #b9b9b9;
              box-shadow: 20px 0 0 #b9b9b9, 41px 0 0 #b9b9b9; }
    .code-preview .highlight [data-chars]:before {
      content: attr(data-chars);
      margin-right: 18px;
      -moz-user-select: none;
       -ms-user-select: none;
           user-select: none;
      -webkit-user-select: none; }
    .code-preview .highlight pre {
      padding: 20px;
      text-align: left;
      white-space: normal;
      line-height: 1.6em;
      color: #fff;
      font-family: 'Source Code Pro', monospace;
      font-size: 1.07143rem; }
      .code-preview .highlight pre .o {
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.67;
        color: #959595;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
        -webkit-user-select: none; }
      .code-preview .highlight pre .s2 {
        color: #db5757; }
        .code-preview .highlight pre .s2 a {
          color: #db5757; }
      .code-preview .highlight pre.text {
        background-color: #2A2A2A; }
        .code-preview .highlight pre.text .o {
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.67;
          color: #959595;
          -moz-user-select: none;
           -ms-user-select: none;
               user-select: none;
          -webkit-user-select: none; }
        .code-preview .highlight pre.text .s2 {
          color: #77c549; }
        .code-preview .highlight pre.text .s3 {
          color: #f8e71c; }
        .code-preview .highlight pre.text .s2 a {
          color: #db5757; }
    .code-preview .highlight.selected {
      display: block; }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .code-preview .highlight {
      width: 472px; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .code-preview .highlight {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .code-preview .highlight {
      margin: 0 auto;
      max-width: 512px;
      width: 100%; }
    .code-preview nav ul {
      margin-bottom: 60px; }
      .code-preview nav ul li {
        margin: 0 15px; } }

.testimonials {
  background-color: #eaeef0;
  padding-bottom: 30px; }
  .testimonials ul.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .testimonials ul .slick-dots {
    bottom: -15px; }
    .testimonials ul .slick-dots li button:before {
      font-size: 10px; }
  .testimonials ul li {
    outline: none; }
    .testimonials ul li > div {
      padding: 70px 300px; }
    .testimonials ul li .photo {
      display: inline-block;
      vertical-align: middle;
      width: 145px;
      height: 145px;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 30px; }
      .testimonials ul li .photo img {
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        height: 100%;
        width: 100%; }
    .testimonials ul li .content {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 180px); }
      .testimonials ul li .content img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 17px;
        margin-bottom: 12px; }
      .testimonials ul li .content .title-ctn {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 12px; }
        .testimonials ul li .content .title-ctn h5, .testimonials ul li .content .title-ctn .is-h5 {
          font-size: 1.5rem;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          color: #4c4c4c;
          margin-bottom: 5px; }
        .testimonials ul li .content .title-ctn .subtitle {
          font-size: 1.35714rem;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          color: rgba(76, 76, 76, 0.45); }
      .testimonials ul li .content p {
        font-size: 1.21429rem;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        line-height: 1.35;
        color: #4c4c4c;
        display: block; }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .testimonials ul li > div {
      padding: 70px 200px; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .testimonials ul li > div {
      padding: 70px 10%; } }
  @media screen and (max-width: 768px) {
    .testimonials {
      padding-bottom: 40px; }
      .testimonials ul li > div {
        padding: 40px 30px; }
      .testimonials ul li .photo {
        display: block;
        margin: 0 auto 20px;
        width: 100px;
        height: 100px; }
      .testimonials ul li .content {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center; }
        .testimonials ul li .content img {
          display: none; }
        .testimonials ul li .content .title-ctn {
          display: block;
          margin-bottom: 12px; }
          .testimonials ul li .content .title-ctn h5, .testimonials ul li .content .title-ctn .is-h5 {
            margin-bottom: 5px; } }

body,
html {
  height: 100%;
  min-height: 100%;
  position: relative;
  font-size: 14px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif; }

.wrapper {
  width: 100%;
  max-width: 1180px;
  display: block;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .wrapper {
      max-width: 769px; } }
  @media screen and (max-width: 768px) {
    .wrapper {
      max-width: 100%; } }

.tagline {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
  background: linear-gradient(to bottom, #ffffff, #f7f7f7);
  display: block;
  padding-top: calc(12vh + 80px);
  padding-bottom: 12vh;
  position: relative;
  overflow: hidden; }
  .tagline .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tagline h1, .tagline .is-h1 {
    display: block;
    margin-bottom: 15px;
    font-size: 2.85714rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    color: #4c4c4c; }
  .tagline .subtitle {
    display: block;
    margin-bottom: 30px;
    font-size: 1.35714rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    color: #8f8f8f; }
  .tagline .or {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #222324;
    margin: 0 20px; }
  .tagline .button {
    display: inline-block; }
    .tagline .button i {
      vertical-align: middle;
      display: inline;
      font-size: 1.57143rem;
      margin-right: 5px;
      position: relative;
      top: -1px; }
  .tagline .languages {
    margin-top: 5vh; }
    .tagline .languages .wrapper {
      width: 100%;
      max-width: 1180px;
      display: block;
      margin: 0 auto; }
    .tagline .languages h6, .tagline .languages .is-h6 {
      font-size: 0.85714rem;
      color: #342C3E;
      margin-bottom: 20px;
      text-transform: uppercase;
      font-weight: bold; }
    .tagline .languages ul li {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-right: 20px; }
      .tagline .languages ul li img {
        display: block;
        margin: 0 auto 10px;
        height: 34px;
        max-width: 38px;
        width: auto; }
      .tagline .languages ul li span {
        display: block;
        font-size: 0.85714rem;
        color: #342C3E;
        text-transform: uppercase;
        font-weight: 700; }
  .tagline .live-number {
    position: relative;
    background-color: #111834;
    padding: 30px 30px 52px 30px;
    -webkit-box-shadow: 0 37px 49px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 37px 49px 0 rgba(0, 0, 0, 0.24);
    font-family: 'Source Code Pro', monospace;
    max-width: 536px;
    width: 100%; }
    .tagline .live-number::before {
      content: "";
      display: block;
      width: 100%;
      height: 37px;
      position: absolute;
      top: -37px;
      left: 0;
      background-color: #2d3969;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .tagline .live-number::after {
      content: "";
      display: block;
      position: absolute;
      top: -25px;
      left: 13px;
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background-color: rgba(254, 254, 254, 0.15);
      -webkit-box-shadow: 20px 0 0 rgba(254, 254, 254, 0.15), 41px 0 0 rgba(254, 254, 254, 0.15);
              box-shadow: 20px 0 0 rgba(254, 254, 254, 0.15), 41px 0 0 rgba(254, 254, 254, 0.15); }
    .tagline .live-number .command {
      font-size: 1.14286rem;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.47;
      font-style: normal;
      color: #5074fb;
      display: block; }
      .tagline .live-number .command::before {
        content: '$';
        margin-right: 10px;
        display: inline-block;
        vertical-align: baseline; }
    .tagline .live-number .comment {
      font-size: 1.14286rem;
      font-weight: normal;
      font-stretch: normal;
      line-height: 1.47;
      font-style: italic;
      color: #ffffff;
      display: block;
      margin-bottom: 15px; }
      .tagline .live-number .comment::before {
        content: '#';
        margin-right: 10px;
        display: inline-block;
        vertical-align: baseline; }
    .tagline .live-number table {
      width: 100%; }
      .tagline .live-number table tbody {
        padding-top: 10px; }
        .tagline .live-number table tbody tr:first-child td {
          padding-top: 10px; }
      .tagline .live-number table tr > td:first-child,
      .tagline .live-number table tr > th:first-child {
        border-right: 35px solid #111834; }
      .tagline .live-number table tr > td:last-child,
      .tagline .live-number table tr > th:last-child {
        text-align: right;
        min-width: 135px; }
      .tagline .live-number table th, .tagline .live-number table td {
        font-size: 1.14286rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.47;
        color: #ffffff;
        text-align: left; }
      .tagline .live-number table th {
        border-bottom: 1px solid #fff;
        padding-bottom: 10px; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .tagline {
      text-align: center;
      padding-top: calc(7vh + 80px);
      padding-bottom: 7vh; }
      .tagline .wrapper {
        display: block; }
        .tagline .wrapper > div:first-of-type {
          position: relative;
          z-index: 20; }
      .tagline .or {
        display: block;
        font-size: 1.6em;
        line-height: 1.8em;
        margin: 0 20px; }
      .tagline .languages ul li {
        margin: 0 10px; }
      .tagline .live-number {
        margin: 100px auto 0; } }
  @media screen and (max-width: 768px) {
    .tagline {
      text-align: center;
      padding-top: calc(2vh + 80px);
      padding-bottom: 2vh; }
      .tagline .wrapper {
        display: block;
        height: 100%; }
        .tagline .wrapper > div:first-of-type {
          position: relative;
          z-index: 20; }
      .tagline h1, .tagline .is-h1 {
        font-size: 2.1em; }
      .tagline .subtitle {
        font-size: 1.1em;
        line-height: 1.3em; }
      .tagline .or {
        display: block;
        font-size: 1.2em;
        line-height: 1.4em;
        margin: 10px auto; }
      .tagline .languages {
        margin-top: 5vh; }
        .tagline .languages h6, .tagline .languages .is-h6 {
          font-size: 0.8em;
          margin-bottom: 20px; }
        .tagline .languages ul {
          text-align: center; }
          .tagline .languages ul li {
            margin: 0 1vw;
            min-width: 60px; }
            .tagline .languages ul li img {
              margin: 0 auto 10px;
              width: 40px; }
      .tagline .live-number {
        margin: 70px auto 30px;
        padding: 15px 20px 20px;
        max-width: 370px;
        text-align: left; }
        .tagline .live-number::before {
          height: 25px;
          top: -25px; }
        .tagline .live-number::after {
          top: -17px;
          left: 9px;
          width: 10px;
          height: 10px;
          -webkit-box-shadow: 16px 0 0 rgba(254, 254, 254, 0.15), 33px 0 0 rgba(254, 254, 254, 0.15);
                  box-shadow: 16px 0 0 rgba(254, 254, 254, 0.15), 33px 0 0 rgba(254, 254, 254, 0.15); }
        .tagline .live-number .command {
          font-size: 0.92857rem;
          line-height: 1.2; }
          .tagline .live-number .command::before {
            margin-right: 8px; }
        .tagline .live-number .comment {
          font-size: 0.92857rem;
          line-height: 1.2;
          margin-bottom: 10px; }
          .tagline .live-number .comment::before {
            margin-right: 8px; }
        .tagline .live-number table tbody {
          padding-top: 10px; }
          .tagline .live-number table tbody tr:first-child td {
            padding-top: 10px; }
        .tagline .live-number table tr > td:first-child,
        .tagline .live-number table tr > th:first-child {
          border-right: 15px solid #111834; }
        .tagline .live-number table tr > td:last-child,
        .tagline .live-number table tr > th:last-child {
          text-align: right;
          min-width: 0; }
        .tagline .live-number table th, .tagline .live-number table td {
          font-size: 0.92857rem;
          line-height: 1.2; }
        .tagline .live-number table th {
          border-bottom: 1px solid #fff;
          padding-bottom: 10px; } }

.logos {
  -webkit-box-shadow: 0 1px 0 0 #ececec;
          box-shadow: 0 1px 0 0 #ececec;
  padding: 50px 0;
  position: relative; }
  .logos .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .logos span {
    font-size: 0.85714rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1.1px;
    color: #b9b9b9;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
  .logos img {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .logos img.visual-middle {
      top: 5px; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .logos {
      padding: 100px 0 50px; }
      .logos span {
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 100%;
        display: block;
        position: absolute;
        top: 50px;
        left: 0; } }
  @media screen and (max-width: 768px) {
    .logos {
      padding: 30px 0;
      text-align: center; }
      .logos .wrapper {
        display: block; }
      .logos span {
        display: block;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        width: auto; }
      .logos img {
        display: block;
        margin: 0 auto; }
        .logos img + img {
          margin-top: 20px; }
        .logos img.visual-middle {
          top: 5px; } }

.different {
  padding: 70px 0 0;
  position: relative;
  z-index: 2; }
  .different .wrapper {
    text-align: center; }
  .different h2, .different .is-h2 {
    font-size: 2.57143rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    text-align: center;
    color: #4c4c4c;
    display: block;
    margin-bottom: 13px; }
  .different .subtitle {
    font-size: 1.71429rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    text-align: center;
    color: #959595;
    max-width: 440px;
    display: block;
    margin: 0 auto 44px; }
  .different ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 110px; }
    .different ul li {
      position: relative;
      padding-left: 70px; }
      .different ul li img {
        position: absolute;
        top: 5px;
        left: 0; }
      .different ul li h3, .different ul li .is-h3 {
        font-size: 1.57143rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.59;
        color: #333333;
        text-align: left;
        margin-bottom: 10px;
        display: block; }
      .different ul li p {
        font-size: 1.21429rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.59;
        color: #646464;
        text-align: left; }
  .different .pic-container {
    display: block;
    position: relative;
    bottom: -60px;
    max-height: 437px; }
    .different .pic-container a {
      display: inline-block;
      vertical-align: top; }
      .different .pic-container a img {
        background-color: #f5f7fa;
        -webkit-box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.19);
                box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.19);
        width: 100%;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .different .pic-container a.first {
        max-width: 600px;
        position: relative;
        z-index: 2;
        left: -30px;
        -webkit-transition: left 1s ease;
        transition: left 1s ease; }
        .different .pic-container a.first.active {
          left: 30px; }
        .different .pic-container a.first:hover img {
          -webkit-box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.5);
                  box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.5); }
      .different .pic-container a.second {
        max-width: 460px;
        position: relative;
        z-index: 1;
        top: 65px;
        left: 30px;
        -webkit-transition: left 1s ease;
        transition: left 1s ease; }
        .different .pic-container a.second.active {
          left: -30px; }
          .different .pic-container a.second.active:hover img {
            -webkit-box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.5);
                    box-shadow: 0 18px 43px 0 rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .different ul {
      margin-bottom: 40px;
      padding: 0 55px; }
    .different .pic-container {
      max-height: 370px; }
      .different .pic-container a.first {
        max-width: 540px; }
      .different .pic-container a.second {
        max-width: 400px; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .different ul {
      margin-bottom: 40px;
      padding: 0; }
    .different .pic-container {
      max-height: 340px; }
      .different .pic-container a.first {
        max-width: 50%; }
      .different .pic-container a.second {
        max-width: 45%; } }
  @media screen and (max-width: 768px) {
    .different {
      padding: 70px 0; }
      .different h2, .different .is-h2 {
        font-size: 2.57143rem;
        line-height: 1.31;
        margin-bottom: 13px; }
      .different .subtitle {
        font-size: 1.71429rem;
        line-height: 1.33;
        max-width: 100%;
        margin: 0 auto 44px; }
      .different ul {
        display: block;
        margin-bottom: 40px;
        padding: 0; }
        .different ul li {
          position: relative;
          padding-left: 70px;
          margin-bottom: 30px; }
          .different ul li img {
            position: absolute;
            top: 5px;
            left: 0; }
          .different ul li h3, .different ul li .is-h3 {
            font-size: 1.28571rem;
            line-height: 1.59; }
          .different ul li p {
            font-size: 1.21429rem;
            line-height: 1.59; }
      .different .pic-container {
        display: none; } }

.focus {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  background: radial-gradient(circle at 30% 22%, #43528e, #29335c); }
  .focus .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .focus .wrapper > img {
      position: relative;
      right: -28px; }
  .focus h2, .focus .is-h2 {
    font-size: 2.57143rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    display: block;
    color: #ffffff;
    margin-bottom: 13px; }
  .focus .subtitle {
    font-size: 1.71429rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    color: #fff;
    opacity: 0.71;
    display: block;
    margin: 0 auto 44px; }
  .focus ul li {
    display: block;
    margin-bottom: 20px;
    text-align: left; }
    .focus ul li img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 26px; }
    .focus ul li p {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.21429rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.41;
      color: #ffffff;
      width: calc(100% - 75px); }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .focus .wrapper > img {
      right: 0;
      width: 50%; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .focus .wrapper {
      display: block;
      text-align: center; }
      .focus .wrapper > img {
        right: 0;
        margin: 20px auto 0;
        display: block;
        width: 70%; } }
  @media screen and (max-width: 768px) {
    .focus .wrapper {
      display: block;
      text-align: center; }
      .focus .wrapper > img {
        right: 0;
        margin: 20px auto 0;
        display: block;
        width: 90%; } }

.for-developer {
  padding: 70px 0 0;
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .for-developer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .for-developer .wrapper > div:first-of-type {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%;
      margin-top: 20px; }
  .for-developer h2, .for-developer .is-h2 {
    display: block;
    font-size: 2.57143rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    color: #333333; }
  .for-developer .is-bold {
    margin-right: 30px; }
  .for-developer .subtitle {
    font-size: 1.71429rem;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.96;
    color: #8e8e8e;
    display: block;
    margin-bottom: 10px; }
  .for-developer p {
    font-size: 1.21429rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.65;
    color: #333333;
    display: block;
    margin-bottom: 40px; }
  .for-developer .code-title {
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 3.36;
    letter-spacing: 0.4px;
    color: #333333;
    text-transform: uppercase; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .for-developer .is-bold {
      margin-right: 30px;
      margin-bottom: 20px; }
    .for-developer p {
      width: 95%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .for-developer {
      padding: 70px 0 0; }
      .for-developer .wrapper {
        display: block;
        text-align: center; }
        .for-developer .wrapper > div:first-of-type {
          width: 100%;
          margin-top: 0; }
      .for-developer h2, .for-developer .is-h2 {
        display: block;
        font-size: 2.57143rem;
        line-height: 1.31; }
      .for-developer .is-bold,
      .for-developer .link {
        margin: 0 15px 20px; }
      .for-developer .subtitle {
        font-size: 1.71429rem;
        line-height: 1.96;
        margin-bottom: 10px; }
      .for-developer p {
        font-size: 1.21429rem;
        line-height: 1.65;
        margin-bottom: 40px; }
      .for-developer .code-title {
        font-size: 1rem;
        line-height: 3.36;
        letter-spacing: 0.4px;
        margin-top: 30px;
        display: block; } }

.featured {
  padding: 50px 0;
  background-color: #f5f7fa; }
  .featured .wrapper {
    width: 100%;
    max-width: 1180px;
    display: block;
    margin: 0 auto;
    text-align: center; }
  .featured h4, .featured .is-h4 {
    font-size: 0.92857rem;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #939393;
    text-transform: uppercase;
    display: block;
    margin: 0 auto 20px; }
  .featured ul {
    display: inline-block;
    vertical-align: middle; }
    .featured ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 10px 30px; }
      .featured ul li a {
        display: block; }
        .featured ul li a:hover img {
          opacity: 1; }
        .featured ul li a img {
          height: 40px;
          opacity: 0.7;
          -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
          transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (max-width: 768px) {
    .featured ul li {
      margin: 10px 0;
      display: block; }
      .featured ul li a img {
        height: 30px;
        max-width: 100%; } }

.pricing {
  padding-bottom: 26px; }
  .pricing .pricing-header {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f7f7f7));
    background: linear-gradient(to bottom, #ffffff, #f7f7f7);
    padding-top: 162px;
    padding-bottom: 200px;
    text-align: center; }
    .pricing .pricing-header h1, .pricing .pricing-header .is-h1 {
      font-size: 2.85714rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      color: #4c4c4c;
      margin-bottom: 12px; }
    .pricing .pricing-header .subtitle {
      font-size: 1.35714rem;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.47;
      text-align: center;
      color: #8f8f8f; }
  .pricing .pricing-content {
    position: relative;
    top: -128px; }
    .pricing .pricing-content .plan-list {
      position: relative; }
      .pricing .pricing-content .plan-list .box {
        -webkit-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.06);
                box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.06);
        display: inline-block;
        vertical-align: top;
        width: calc((23.8% * 3) - 28px);
        float: left;
        margin-right: 28px; }
      .pricing .pricing-content .plan-list .growth,
      .pricing .pricing-content .plan-list .seed,
      .pricing .pricing-content .plan-list .startup {
        background-color: #fff;
        display: inline-block;
        vertical-align: top;
        width: calc(100% / 3);
        min-height: 557px;
        float: left;
        position: relative; }
        .pricing .pricing-content .plan-list .growth .plan-header,
        .pricing .pricing-content .plan-list .seed .plan-header,
        .pricing .pricing-content .plan-list .startup .plan-header {
          text-align: center;
          padding: 34px 0 30px;
          border-bottom: solid 1px #e8e8e8; }
          .pricing .pricing-content .plan-list .growth .plan-header .plan-title,
          .pricing .pricing-content .plan-list .seed .plan-header .plan-title,
          .pricing .pricing-content .plan-list .startup .plan-header .plan-title {
            font-size: 0.92857rem;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            display: block;
            text-transform: uppercase;
            margin-bottom: 15px; }
          .pricing .pricing-content .plan-list .growth .plan-header .price,
          .pricing .pricing-content .plan-list .seed .plan-header .price,
          .pricing .pricing-content .plan-list .startup .plan-header .price {
            font-size: 2.57143rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            text-align: center;
            color: #6672a0;
            margin: 0 7px 0 0; }
          .pricing .pricing-content .plan-list .growth .plan-header .grey,
          .pricing .pricing-content .plan-list .seed .plan-header .grey,
          .pricing .pricing-content .plan-list .startup .plan-header .grey {
            font-size: 1.21429rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            color: #a2a2a2; }
        .pricing .pricing-content .plan-list .growth .plan-content,
        .pricing .pricing-content .plan-list .seed .plan-content,
        .pricing .pricing-content .plan-list .startup .plan-content {
          padding: 30px; }
          .pricing .pricing-content .plan-list .growth .plan-content .section,
          .pricing .pricing-content .plan-list .seed .plan-content .section,
          .pricing .pricing-content .plan-list .startup .plan-content .section {
            padding-left: 47px;
            position: relative; }
            .pricing .pricing-content .plan-list .growth .plan-content .section + .section,
            .pricing .pricing-content .plan-list .seed .plan-content .section + .section,
            .pricing .pricing-content .plan-list .startup .plan-content .section + .section {
              margin-top: 24px; }
            .pricing .pricing-content .plan-list .growth .plan-content .section.one-line p,
            .pricing .pricing-content .plan-list .seed .plan-content .section.one-line p,
            .pricing .pricing-content .plan-list .startup .plan-content .section.one-line p {
              top: 7px; }
            .pricing .pricing-content .plan-list .growth .plan-content .section img,
            .pricing .pricing-content .plan-list .seed .plan-content .section img,
            .pricing .pricing-content .plan-list .startup .plan-content .section img {
              position: absolute;
              top: 5px;
              left: 0; }
            .pricing .pricing-content .plan-list .growth .plan-content .section p,
            .pricing .pricing-content .plan-list .seed .plan-content .section p,
            .pricing .pricing-content .plan-list .startup .plan-content .section p {
              font-size: 1rem;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              color: #696969;
              margin-bottom: 14px;
              position: relative; }
              .pricing .pricing-content .plan-list .growth .plan-content .section p strong,
              .pricing .pricing-content .plan-list .seed .plan-content .section p strong,
              .pricing .pricing-content .plan-list .startup .plan-content .section p strong {
                font-size: 1.14286rem;
                font-weight: 600;
                font-style: normal;
                font-stretch: normal;
                color: #333333;
                display: block;
                margin-bottom: 4px; }
        .pricing .pricing-content .plan-list .growth a,
        .pricing .pricing-content .plan-list .seed a,
        .pricing .pricing-content .plan-list .startup a {
          border-radius: 5px;
          background-color: #5074fb;
          font-size: 0.92857rem;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          color: #ffffff;
          padding: 15px 24px;
          cursor: pointer;
          position: absolute;
          bottom: 30px;
          left: 30px;
          right: 30px;
          -webkit-transition: .2s ease;
          transition: .2s ease;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center; }
          .pricing .pricing-content .plan-list .growth a:hover,
          .pricing .pricing-content .plan-list .seed a:hover,
          .pricing .pricing-content .plan-list .startup a:hover {
            background-color: #3760fa; }
          .pricing .pricing-content .plan-list .growth a:active,
          .pricing .pricing-content .plan-list .seed a:active,
          .pricing .pricing-content .plan-list .startup a:active {
            bottom: 28px; }
      .pricing .pricing-content .plan-list .seed .plan-title {
        color: #8197e8; }
      .pricing .pricing-content .plan-list .startup {
        border-left: solid 1px #e8e8e8; }
        .pricing .pricing-content .plan-list .startup .plan-title {
          color: #5074fb; }
      .pricing .pricing-content .plan-list .growth {
        border-left: solid 1px #e8e8e8; }
        .pricing .pricing-content .plan-list .growth .plan-title {
          color: #a250fb; }
      .pricing .pricing-content .plan-list .enterprise {
        display: inline-block;
        vertical-align: top;
        width: 28.6%;
        min-height: 557px;
        position: relative;
        background: linear-gradient(153deg, #43528e, #29335c);
        -webkit-box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 0 13px 15px 0 rgba(0, 0, 0, 0.11); }
        .pricing .pricing-content .plan-list .enterprise .plan-header {
          text-align: center;
          padding: 34px 0 30px;
          border-bottom: solid 1px rgba(255, 255, 255, 0.19); }
          .pricing .pricing-content .plan-list .enterprise .plan-header .plan-title {
            font-size: 0.92857rem;
            font-weight: 600;
            font-style: normal;
            font-stretch: normal;
            display: block;
            text-transform: uppercase;
            margin-bottom: 15px;
            color: #fff; }
          .pricing .pricing-content .plan-list .enterprise .plan-header .price {
            font-size: 2.57143rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            text-align: center;
            color: #fff;
            margin: 0 7px; }
          .pricing .pricing-content .plan-list .enterprise .plan-header .grey {
            font-size: 1.21429rem;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            color: rgba(255, 255, 255, 0.4); }
        .pricing .pricing-content .plan-list .enterprise .plan-content {
          padding: 30px 35px; }
          .pricing .pricing-content .plan-list .enterprise .plan-content .section {
            padding-left: 47px;
            position: relative; }
            .pricing .pricing-content .plan-list .enterprise .plan-content .section + .section {
              margin-top: 18px; }
            .pricing .pricing-content .plan-list .enterprise .plan-content .section.one-line {
              margin-top: 14px;
              margin-bottom: 20px; }
              .pricing .pricing-content .plan-list .enterprise .plan-content .section.one-line p {
                top: 8px; }
            .pricing .pricing-content .plan-list .enterprise .plan-content .section img {
              position: absolute;
              top: 5px;
              left: 0; }
            .pricing .pricing-content .plan-list .enterprise .plan-content .section p {
              font-size: 1.07143rem;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              color: rgba(255, 255, 255, 0.7);
              margin-bottom: 14px;
              line-height: 1.2;
              position: relative; }
              .pricing .pricing-content .plan-list .enterprise .plan-content .section p strong {
                font-weight: 600; }
        .pricing .pricing-content .plan-list .enterprise a {
          border-radius: 5px;
          background-color: #5befff;
          font-size: 0.92857rem;
          font-weight: bold;
          font-style: normal;
          font-stretch: normal;
          color: #2f3a67;
          padding: 15px 24px;
          cursor: pointer;
          position: absolute;
          bottom: 30px;
          left: 30px;
          right: 30px;
          -webkit-transition: .2s ease;
          transition: .2s ease;
          text-transform: uppercase;
          text-decoration: none;
          text-align: center; }
          .pricing .pricing-content .plan-list .enterprise a:hover {
            background-color: #42edff; }
          .pricing .pricing-content .plan-list .enterprise a:active {
            bottom: 28px; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .pricing .pricing-content .plan-list .box {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 28px; }
    .pricing .pricing-content .plan-list .enterprise {
      display: block;
      width: 326px;
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .pricing .pricing-header {
      padding: 120px 20px 150px 20px; }
      .pricing .pricing-header h1, .pricing .pricing-header .is-h1 {
        font-size: 2.14286rem;
        line-height: 1.17;
        margin-bottom: 12px; }
      .pricing .pricing-header .subtitle {
        font-size: 1.07143rem;
        line-height: 1.47; }
    .pricing .pricing-content {
      top: -102px; }
      .pricing .pricing-content .plan-list .box {
        display: block;
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px; }
      .pricing .pricing-content .plan-list .growth,
      .pricing .pricing-content .plan-list .seed,
      .pricing .pricing-content .plan-list .startup {
        display: block;
        width: 100%;
        min-height: auto;
        float: none;
        border: solid 1px #e8e8e8;
        margin-bottom: 20px; }
        .pricing .pricing-content .plan-list .growth .plan-header,
        .pricing .pricing-content .plan-list .seed .plan-header,
        .pricing .pricing-content .plan-list .startup .plan-header {
          padding: 24px 0 20px; }
          .pricing .pricing-content .plan-list .growth .plan-header .plan-title,
          .pricing .pricing-content .plan-list .seed .plan-header .plan-title,
          .pricing .pricing-content .plan-list .startup .plan-header .plan-title {
            font-size: 0.92857rem;
            margin-bottom: 15px; }
          .pricing .pricing-content .plan-list .growth .plan-header .price,
          .pricing .pricing-content .plan-list .seed .plan-header .price,
          .pricing .pricing-content .plan-list .startup .plan-header .price {
            font-size: 2.14286rem;
            margin: 0 7px 0 0; }
          .pricing .pricing-content .plan-list .growth .plan-header .grey,
          .pricing .pricing-content .plan-list .seed .plan-header .grey,
          .pricing .pricing-content .plan-list .startup .plan-header .grey {
            font-size: 1.21429rem; }
        .pricing .pricing-content .plan-list .growth .plan-content,
        .pricing .pricing-content .plan-list .seed .plan-content,
        .pricing .pricing-content .plan-list .startup .plan-content {
          padding: 30px 30px 100px 30px; }
      .pricing .pricing-content .plan-list .enterprise {
        display: block;
        width: 100%;
        min-height: auto; }
        .pricing .pricing-content .plan-list .enterprise .plan-content {
          padding: 30px 35px 100px; } }

.all-plan {
  text-align: center;
  padding-top: 26px;
  margin-top: -128px;
  margin-bottom: 60px; }
  .all-plan h2, .all-plan .is-h2 {
    font-size: 2rem;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.68;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 60px; }
  .all-plan .include-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .all-plan .include-list li {
      text-align: left;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 23%; }
      .all-plan .include-list li .title {
        font-size: 1.57143rem;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.14;
        color: #4c4c4c;
        margin-bottom: 18px;
        min-height: 50px;
        display: block; }
      .all-plan .include-list li p {
        font-size: 1.14286rem;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        color: #737373; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .all-plan .include-list li {
      text-align: left;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 48%;
      margin-bottom: 30px; }
      .all-plan .include-list li .title {
        margin-bottom: 10px;
        min-height: auto; } }
  @media screen and (max-width: 768px) {
    .all-plan {
      padding-top: 46px;
      margin-top: -102px; }
      .all-plan h2, .all-plan .is-h2 {
        margin-bottom: 30px; }
      .all-plan .include-list {
        display: block; }
        .all-plan .include-list li {
          text-align: center;
          width: 100%;
          margin-bottom: 30px; }
          .all-plan .include-list li .title {
            margin-bottom: 10px;
            min-height: auto; } }

.hacker-plan {
  padding: 0 20px; }
  .hacker-plan .wrapper {
    background-color: #ffffff;
    border: solid 1px #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 0 0; }
    @media screen and (max-width: 768px) {
      .hacker-plan .wrapper {
        display: block;
        text-align: center;
        padding: 30px 20px; }
        .hacker-plan .wrapper img {
          display: none; }
        .hacker-plan .wrapper .free, .hacker-plan .wrapper .text-ctn {
          display: block;
          margin: 0 auto 20px; }
        .hacker-plan .wrapper .free {
          margin-bottom: 30px; }
        .hacker-plan .wrapper .button {
          margin-right: 0;
          display: inline-block;
          margin-bottom: 0; } }
  .hacker-plan img {
    margin-right: 20px; }
  .hacker-plan .text-ctn {
    margin-bottom: 15px; }
    .hacker-plan .text-ctn h3, .hacker-plan .text-ctn .is-h3 {
      font-size: 1.07143rem;
      font-weight: 600;
      color: #5074fb;
      text-transform: uppercase;
      display: block;
      margin-bottom: 10px; }
    .hacker-plan .text-ctn p {
      font-size: 1.71429rem;
      color: #636363;
      line-height: normal;
      display: block; }
  .hacker-plan .free {
    font-size: 2.57143rem;
    color: #5074fb;
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: 15px; }
  .hacker-plan .button {
    border-radius: 5px;
    background-color: #5074fb;
    font-size: 0.92857rem;
    font-weight: bold;
    line-height: normal;
    font-style: normal;
    font-stretch: normal;
    color: #ffffff;
    padding: 15px 24px;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 15px; }
    .hacker-plan .button:hover {
      background-color: #3760fa; }
    .hacker-plan .button:active {
      bottom: 28px; }

.pricing-questions {
  padding: 110px 20px;
  text-align: center; }
  .pricing-questions h2, .pricing-questions .is-h2 {
    display: block;
    font-size: 2rem;
    line-height: 1.68;
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 60px; }
  .pricing-questions > p {
    font-size: 1.2em;
    color: #342C3E;
    line-height: normal;
    margin-bottom: 50px; }
    .pricing-questions > p a {
      color: #5074fb; }
  .pricing-questions .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .pricing-questions .question-col {
    padding: 0 20px;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50%; }
  .pricing-questions li:not(:first-child) {
    margin-top: 40px; }
  .pricing-questions .question-container {
    margin-bottom: 24px;
    display: block; }
    .pricing-questions .question-container h3, .pricing-questions .question-container .is-h3 {
      font-size: 1.35714rem;
      font-weight: 600;
      line-height: 1.32;
      color: #4c4c4c;
      display: block;
      margin-bottom: 12px; }
    .pricing-questions .question-container .description {
      font-size: 1.14286rem;
      line-height: 1.5;
      color: #737373; }
      .pricing-questions .question-container .description a {
        color: #5074fb; }
  @media screen and (max-width: 768px) {
    .pricing-questions {
      padding: 60px 0;
      text-align: center; }
      .pricing-questions h2, .pricing-questions .is-h2 {
        font-size: 2em;
        margin-bottom: 10px; }
      .pricing-questions p {
        font-size: 1em;
        margin-bottom: 30px; }
      .pricing-questions .flex-container {
        display: block; }
      .pricing-questions .question-col {
        padding: 0;
        width: 100%; }
      .pricing-questions .question-container h3, .pricing-questions .question-container .is-h3 {
        font-size: 1.3em; }
      .pricing-questions .question-container p {
        font-size: 1em;
        line-height: 1.2em; } }

.open-source {
  background-color: #f9f9f9;
  font-size: 1.35714rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.47;
  text-align: center;
  color: #4c4c4c;
  padding: 40px 0; }
  .open-source a {
    display: inline-block;
    font-weight: 600;
    color: #5074fb;
    text-decoration: none;
    margin-left: 5px; }
    .open-source a:hover {
      text-decoration: underline; }

.press-about {
  padding: 110px 0;
  text-align: center;
  color: #342C3E; }
  .press-about h2, .press-about .is-h2 {
    margin-bottom: 50px; }
  .press-about .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .press-about .flex-container > div {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%;
      padding: 0 20px;
      text-align: left; }
    .press-about .flex-container p {
      font-size: 1.2em;
      line-height: 1.4em;
      margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .press-about {
      padding: 60px 0; }
      .press-about h2, .press-about .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; }
      .press-about .flex-container {
        display: block; }
        .press-about .flex-container > div {
          width: 100%;
          padding: 0 20px; } }

.press-kit {
  padding: 110px 0;
  text-align: center;
  background-color: #5074fb;
  color: #fff; }
  .press-kit h2, .press-kit .is-h2 {
    color: #fff;
    margin-bottom: 10px; }
  .press-kit .subtitle {
    font-size: 1.2em;
    margin-bottom: 50px; }
  .press-kit .logo-list {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff; }
    .press-kit .logo-list .logo {
      color: #3b3d40;
      background-color: #fff;
      padding: 20px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -ms-flex-item-align: center;
          align-self: center;
      text-align: center; }
      .press-kit .logo-list .logo img {
        width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-image: url(/img/light.png); }
      .press-kit .logo-list .logo.dark img {
        background-image: url(/img/dark.png); }
  .press-kit .kits .btn-press {
    background-color: #fff;
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative; }
    .press-kit .kits .btn-press:hover {
      -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.2); }
    .press-kit .kits .btn-press:active {
      top: 3px; }
    .press-kit .kits .btn-press img {
      display: block;
      margin: 0 auto 20px; }
    .press-kit .kits .btn-press span {
      font-size: 1.2em;
      color: #5074fb;
      line-height: normal; }
      .press-kit .kits .btn-press span strong {
        display: block;
        font-weight: 600; }
  @media screen and (max-width: 768px) {
    .press-kit {
      padding: 60px 0; }
      .press-kit h2, .press-kit .is-h2 {
        font-size: 2em; }
      .press-kit .subtitle {
        line-height: 1.4em;
        margin-bottom: 30px; }
      .press-kit .logo-list {
        margin-bottom: 40px;
        display: block; }
        .press-kit .logo-list .logo {
          max-width: 320px;
          display: block;
          margin: 0 auto; }
      .press-kit .kits .btn-press {
        background-color: #fff;
        display: inline-block;
        padding: 20px;
        border-radius: 3px; }
        .press-kit .kits .btn-press img {
          display: block;
          margin: 0 auto 20px; }
        .press-kit .kits .btn-press span {
          font-size: 1.2em;
          color: #5074fb; } }

.press-releases {
  padding: 110px 0;
  text-align: center;
  background-color: #f5f7fa; }
  .press-releases h2, .press-releases .is-h2 {
    margin-bottom: 10px; }
  .press-releases h3, .press-releases .is-h3 {
    margin-bottom: 50px; }
  .press-releases ul li {
    text-align: left;
    display: list-item;
    margin-bottom: 20px; }
    .press-releases ul li a {
      display: block;
      font-size: 1.2em;
      line-height: 1.4em;
      color: #342C3E; }
  @media screen and (max-width: 768px) {
    .press-releases {
      padding: 60px 0; }
      .press-releases h2, .press-releases .is-h2 {
        font-size: 2em; }
      .press-releases h3, .press-releases .is-h3 {
        font-size: 1.6em;
        margin-bottom: 30px; } }

.job {
  padding: 110px 0;
  text-align: center; }
  .job .position {
    color: #342C3E;
    text-align: left; }
    .job .position .group {
      display: block;
      margin-bottom: 50px; }
      .job .position .group.flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .job .position .group.flex-container > div:first-child {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none;
          width: 50%; }
    .job .position h2, .job .position .is-h2, .job .position h4, .job .position .is-h4, .job .position ul {
      margin-bottom: 20px; }
    .job .position p {
      font-size: 1.2em;
      line-height: 1.4em;
      display: block;
      margin-bottom: 20px; }
    .job .position a {
      color: #5074fb; }
    .job .position ul {
      list-style-type: disc;
      list-style-position: inside; }
      .job .position ul li {
        font-size: 1.1em;
        line-height: 1.2em;
        display: block;
        margin-bottom: 10px;
        padding-right: 10%;
        display: list-item;
        text-align: -webkit-match-parent; }
  @media screen and (max-width: 768px) {
    .job {
      padding: 60px 0; }
      .job h2, .job .is-h2 {
        font-size: 2em; }
      .job .position h2, .job .position .is-h2 {
        font-size: 2em; }
      .job .position .group {
        margin-bottom: 30px; }
        .job .position .group.flex-container {
          display: block; }
          .job .position .group.flex-container > div:first-child {
            width: 100%; } }

.positions {
  padding: 110px 0;
  text-align: center;
  color: #342C3E; }
  .positions h2, .positions .is-h2 {
    margin-bottom: 10px; }
  .positions .subtitle {
    font-size: 1.2em;
    margin-bottom: 50px; }
  .positions #job-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .positions #job-list > div {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%; }
    .positions #job-list h3, .positions #job-list .is-h3 {
      margin-bottom: 20px; }
    .positions #job-list li {
      margin-bottom: 10px; }
      .positions #job-list li a {
        display: block;
        color: #5074fb;
        font-size: 1.2em;
        padding: 5px;
        border-radius: 3px;
        -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
        .positions #job-list li a:hover {
          color: #49a1f2; }
  @media screen and (max-width: 768px) {
    .positions {
      padding: 60px 0; }
      .positions h2, .positions .is-h2 {
        font-size: 2em; }
      .positions .subtitle {
        font-size: 1em;
        margin-bottom: 30px; }
      .positions #job-list {
        display: block; }
        .positions #job-list > div {
          width: 100%; }
          .positions #job-list > div:first-of-type {
            margin-bottom: 40px; }
        .positions #job-list h3, .positions #job-list .is-h3 {
          margin-bottom: 20px; } }

.culture {
  padding: 110px 0;
  text-align: center;
  background: #f5f7fa; }
  .culture h2, .culture .is-h2 {
    margin-bottom: 10px;
    color: #342C3E; }
  .culture .subtitle {
    font-size: 1.2em;
    color: #342C3E;
    margin-bottom: 50px; }
  .culture .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .culture .flex-container > div {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%;
      text-align: left; }
    .culture .flex-container p {
      font-size: 1.2em;
      line-height: 1.4em;
      color: #342C3E;
      margin-bottom: 20px; }
  .culture img {
    width: 100%;
    max-width: 400px; }
  @media screen and (max-width: 768px) {
    .culture {
      padding: 60px 0; }
      .culture h2, .culture .is-h2 {
        font-size: 2em; }
      .culture .subtitle {
        font-size: 1.2em;
        margin-bottom: 30px; }
      .culture .flex-container {
        display: block; }
        .culture .flex-container > div {
          width: 100%; }
        .culture .flex-container p {
          font-size: 1.2em;
          line-height: 1.4em; }
          .culture .flex-container p:last-of-type {
            margin-bottom: 0; }
      .culture img {
        margin-bottom: 30px; } }

.automated, .actionable, .account {
  padding: 100px 0 50px;
  overflow: hidden;
  position: relative; }
  .automated h2, .automated .is-h2, .actionable h2, .actionable .is-h2, .account h2, .account .is-h2 {
    display: block;
    color: #342C3E;
    line-height: normal;
    margin-bottom: 50px;
    position: relative;
    z-index: 20;
    text-align: center; }
  .automated h3, .automated .is-h3, .actionable h3, .actionable .is-h3, .account h3, .account .is-h3 {
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.3rem; }
  .automated .flex-ctn, .actionable .flex-ctn, .account .flex-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .automated .flex-ctn.txt-right, .actionable .flex-ctn.txt-right, .account .flex-ctn.txt-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .automated .flex-ctn.txt-right .right, .actionable .flex-ctn.txt-right .right, .account .flex-ctn.txt-right .right {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%;
        padding: 30px 30px 30px 50px; }
      .automated .flex-ctn.txt-right .pic, .actionable .flex-ctn.txt-right .pic, .account .flex-ctn.txt-right .pic {
        left: -35%;
        bottom: -53px; }
    .automated .flex-ctn.txt-left, .actionable .flex-ctn.txt-left, .account .flex-ctn.txt-left {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .automated .flex-ctn.txt-left .left, .actionable .flex-ctn.txt-left .left, .account .flex-ctn.txt-left .left {
        -webkit-box-flex: 0;
            -ms-flex: none;
                flex: none;
        width: 50%;
        padding: 30px 50px 30px 30px; }
      .automated .flex-ctn.txt-left .pic, .actionable .flex-ctn.txt-left .pic, .account .flex-ctn.txt-left .pic {
        bottom: -53px;
        right: -35%; }
  .automated .pic, .actionable .pic, .account .pic {
    display: block;
    position: absolute; }
    .automated .pic img, .actionable .pic img, .account .pic img {
      width: 890px; }
  .automated ul, .actionable ul, .account ul {
    display: inline-block;
    text-align: left;
    width: 100%; }
    .automated ul li, .actionable ul li, .account ul li {
      text-align: left;
      margin-bottom: 20px;
      padding-left: 20px;
      position: relative; }
      .automated ul li .title, .actionable ul li .title, .account ul li .title {
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.5; }
        .automated ul li .title::before, .actionable ul li .title::before, .account ul li .title::before {
          display: block;
          position: absolute;
          content: "›";
          font-size: 1.3rem;
          left: -15px;
          top: -4px;
          color: #8d8d91; }
      .automated ul li p, .actionable ul li p, .account ul li p {
        font-size: 1rem;
        font-weight: 400;
        color: #5d5e65;
        line-height: 1.3; }
    .automated ul a, .actionable ul a, .account ul a {
      color: #5074fb; }
  @media screen and (max-width: 1179px) {
    .automated, .actionable, .account {
      padding: 60px 0; }
      .automated .flex-ctn, .actionable .flex-ctn, .account .flex-ctn {
        display: block;
        text-align: center; }
        .automated .flex-ctn.txt-right .right, .actionable .flex-ctn.txt-right .right, .account .flex-ctn.txt-right .right {
          width: 100%;
          padding: 30px 0; }
        .automated .flex-ctn.txt-right .pic, .actionable .flex-ctn.txt-right .pic, .account .flex-ctn.txt-right .pic {
          bottom: 0;
          left: 0;
          display: inline-block; }
        .automated .flex-ctn.txt-left .left, .actionable .flex-ctn.txt-left .left, .account .flex-ctn.txt-left .left {
          width: 100%;
          padding: 30px 0; }
        .automated .flex-ctn.txt-left .pic, .actionable .flex-ctn.txt-left .pic, .account .flex-ctn.txt-left .pic {
          bottom: 0;
          right: 0;
          display: inline-block; }
      .automated h2, .automated .is-h2, .actionable h2, .actionable .is-h2, .account h2, .account .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; }
      .automated .pic, .actionable .pic, .account .pic {
        position: relative;
        left: 0;
        height: 420px !important; }
        .automated .pic img, .actionable .pic img, .account .pic img {
          width: auto;
          height: 100%; }
      .automated ul, .actionable ul, .account ul {
        display: inline-block;
        text-align: center;
        width: 100%; }
        .automated ul li, .actionable ul li, .account ul li {
          text-align: center;
          padding-left: 0;
          position: relative; }
          .automated ul li .title, .actionable ul li .title, .account ul li .title {
            font-size: 1.3rem;
            font-weight: 500;
            line-height: 1.5;
            position: relative; }
          .automated ul li p, .actionable ul li p, .account ul li p {
            font-size: 1rem;
            font-weight: 400;
            color: #5d5e65;
            line-height: 1.3; }
        .automated ul a, .actionable ul a, .account ul a {
          color: #5074fb;
          font-size: 1.2em; } }
  @media screen and (max-width: 768px) {
    .automated, .actionable, .account {
      padding: 30px 0; }
      .automated .pic, .actionable .pic, .account .pic {
        height: auto !important; }
        .automated .pic img, .actionable .pic img, .account .pic img {
          width: 100%;
          height: auto; } }

.account {
  background-color: #f7f7f7; }

.actionable {
  padding: 100px 0 230px; }
  .actionable .flex-ctn.txt-right .left .pic {
    bottom: -230px; }
  @media screen and (max-width: 1179px) {
    .actionable {
      padding: 60px 0; }
      .actionable .flex-ctn.txt-right .left .pic {
        bottom: 0; } }
  @media screen and (max-width: 768px) {
    .actionable {
      padding: 30px 0; } }

.tools {
  padding: 110px 0;
  text-align: center;
  color: #342C3E; }
  .tools h2, .tools .is-h2 {
    display: block;
    color: #342C3E;
    line-height: normal;
    margin-bottom: 50px; }
  .tools p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: #342C3E; }
  .tools ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .tools ul li {
      padding: 20px 40px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 30%; }
    .tools ul img {
      margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .tools {
      padding: 0 0 60px 0; }
      .tools h2, .tools .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; }
      .tools p {
        font-size: 1.2em;
        line-height: 1.4em; }
      .tools ul {
        display: block; }
        .tools ul li {
          display: block;
          width: 100%;
          padding: 20px 0; }
          .tools ul li img {
            width: 42px; } }

.team {
  padding: 110px 0;
  position: relative;
  text-align: center; }
  .team h2, .team .is-h2 {
    margin-bottom: 50px;
    color: #342C3E; }
  .team ul {
    font-size: 0;
    margin-top: 50px; }
    .team ul .profile {
      background-color: #fff;
      position: relative;
      padding: 95px 20px 20px;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin: 75px 1% 20px;
      min-width: 262px; }
      .team ul .profile img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        position: absolute;
        top: -75px;
        left: 50%;
        margin-left: -75px; }
      .team ul .profile h3, .team ul .profile .is-h3 {
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 1px;
        font-size: 12px;
        font-size: 0.8rem;
        line-height: 16px;
        line-height: 1rem;
        text-transform: uppercase; }
        .team ul .profile h3 span, .team ul .profile .is-h3 span {
          display: block;
          margin-top: 5px;
          color: #858487;
          font-size: 16px;
          font-size: 1rem;
          line-height: 16px;
          line-height: 1rem;
          text-transform: capitalize; }
      .team ul .profile p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        line-height: 1.3rem;
        color: #3b3d40;
        text-align: justify; }
      .team ul .profile .sns {
        margin-top: auto;
        font-size: 20px;
        text-align: center;
        padding-top: 10px; }
        .team ul .profile .sns li {
          display: inline-block; }
          .team ul .profile .sns li + li {
            margin-left: 10px; }
        .team ul .profile .sns a {
          color: #a7a7a9; }
          .team ul .profile .sns a:hover {
            color: #3d7acb; }
  @media screen and (max-width: 768px) {
    .team {
      padding: 60px 0; }
      .team h2, .team .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; }
      .team ul .profile {
        width: 100%;
        margin: 75px 1% 20px;
        min-width: 0;
        max-width: 280px; } }

.demo {
  padding: 40px 0 80px; }
  .demo #bookingjs {
    min-height: 597px; }
    .demo #bookingjs .loader {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      min-height: 597px; }
      .demo #bookingjs .loader i {
        color: #aeb1b5; }

.recruitment {
  background-color: #f5f7fa;
  padding: 110px 0;
  text-align: center; }
  .recruitment h2, .recruitment .is-h2 {
    display: block;
    color: #342C3E;
    line-height: normal;
    margin-bottom: 10px; }
  .recruitment .subtitle {
    font-size: 1.2em;
    color: #342C3E;
    line-height: normal;
    margin-bottom: 20px; }

.advisors {
  padding: 110px 0;
  text-align: center; }
  .advisors h2, .advisors .is-h2 {
    display: block;
    margin-bottom: 50px; }
  .advisors .profile {
    background-color: #fff;
    position: relative;
    padding: 95px 20px 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 75px 1% 20px;
    min-width: 262px; }
    .advisors .profile img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      position: absolute;
      top: -75px;
      left: 50%;
      margin-left: -75px; }
    .advisors .profile h3, .advisors .profile .is-h3 {
      text-align: center;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-size: 12px;
      font-size: 0.8rem;
      line-height: 16px;
      line-height: 1rem;
      text-transform: uppercase; }
      .advisors .profile h3 span, .advisors .profile .is-h3 span {
        display: block;
        margin-top: 5px;
        color: #858487;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        line-height: 1rem;
        text-transform: capitalize; }
    .advisors .profile p {
      font-size: 16px;
      font-size: 1rem;
      line-height: 20px;
      line-height: 1.3rem;
      color: #3b3d40;
      text-align: justify; }
    .advisors .profile .sns {
      margin-top: auto;
      font-size: 20px;
      text-align: center;
      padding-top: 10px; }
      .advisors .profile .sns li {
        display: inline-block; }
        .advisors .profile .sns li + li {
          margin-left: 10px; }
      .advisors .profile .sns a {
        color: #a7a7a9; }
        .advisors .profile .sns a:hover {
          color: #3d7acb; }
  @media screen and (max-width: 768px) {
    .advisors {
      padding: 60px 0; }
      .advisors h2, .advisors .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; }
      .advisors .profile {
        width: 100%;
        margin: 75px 0 20px;
        min-width: 0;
        max-width: 280px; } }

.who-we-are {
  background-color: #fff;
  padding: 110px 0;
  text-align: center; }
  .who-we-are h2, .who-we-are .is-h2 {
    display: block;
    margin-bottom: 10px; }
  .who-we-are .subtitle {
    font-size: 1.2em;
    color: #342C3E;
    margin-bottom: 50px; }
  .who-we-are ul {
    overflow: hidden; }
    .who-we-are ul li {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      text-align: left;
      margin-bottom: 30px;
      float: left;
      padding-right: 20px; }
      .who-we-are ul li img {
        width: 60px;
        height: 60px;
        float: left; }
      .who-we-are ul li h3, .who-we-are ul li .is-h3 {
        margin-bottom: 5px;
        padding-left: 80px; }
      .who-we-are ul li p {
        font-size: 1.2em;
        color: #69707a;
        line-height: 1.4em;
        padding-left: 80px; }
  @media screen and (max-width: 768px) {
    .who-we-are {
      padding: 60px 0; }
      .who-we-are h2, .who-we-are .is-h2 {
        font-size: 2em;
        margin-bottom: 10px; }
      .who-we-are .subtitle {
        font-size: 1.2em;
        margin-bottom: 30px; }
      .who-we-are ul li {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 30px;
        float: none;
        padding-right: 20px; }
        .who-we-are ul li img {
          width: 40px;
          height: 40px;
          float: left; }
        .who-we-are ul li h3, .who-we-are ul li .is-h3 {
          font-size: 1.4em;
          padding-left: 60px; }
        .who-we-are ul li p {
          font-size: 1em;
          padding-left: 60px; } }

.developer-dna {
  padding: 110px 0;
  background-color: #5074fb;
  color: #fff;
  text-align: center; }
  .developer-dna h2, .developer-dna .is-h2 {
    margin-bottom: 10px; }
  .developer-dna .subtitle {
    font-size: 1.2em;
    margin-bottom: 50px; }
  .developer-dna .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .developer-dna .flex-container li {
      padding: 0 20px; }
    .developer-dna .flex-container li:first-child {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 50%;
      text-align: left; }
      .developer-dna .flex-container li:first-child p {
        font-size: 1.2em;
        line-height: 1.4em;
        margin-bottom: 20px; }
    .developer-dna .flex-container .btn-press {
      background-color: #fff;
      color: #5074fb;
      display: block;
      border-radius: 3px;
      margin-bottom: 20px;
      padding: 20px;
      text-decoration: none;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
      .developer-dna .flex-container .btn-press:hover {
        background-color: #f2f2f2; }
      .developer-dna .flex-container .btn-press img {
        width: 80px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
      .developer-dna .flex-container .btn-press p {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.4em;
        text-align: left;
        width: calc(100% - 140px); }
  @media screen and (max-width: 768px) {
    .developer-dna {
      padding: 60px 0; }
      .developer-dna h2, .developer-dna .is-h2 {
        font-size: 2em; }
      .developer-dna .subtitle {
        font-size: 1.2em;
        margin-bottom: 30px; }
      .developer-dna .flex-container {
        display: block; }
        .developer-dna .flex-container li {
          padding: 0; }
        .developer-dna .flex-container li:first-child {
          width: 100%;
          margin-bottom: 40px;
          display: block; }
          .developer-dna .flex-container li:first-child p {
            font-size: 1.2em;
            line-height: 1.4em;
            margin-bottom: 20px;
            font-weight: 100; }
        .developer-dna .flex-container .btn-press {
          padding: 20px; }
          .developer-dna .flex-container .btn-press img {
            width: 60px; }
          .developer-dna .flex-container .btn-press p {
            font-size: 1.2em;
            width: calc(100% - 90px); } }

.investors {
  background-color: #f5f7fa;
  padding: 110px 0;
  text-align: center; }
  .investors ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .investors ul li a {
      border-radius: 3px;
      padding: 30px 45px;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      display: block; }
      .investors ul li a:hover {
        background-color: #e4e9f2; }
  .investors h2, .investors .is-h2 {
    color: #342C3E;
    margin-bottom: 50px; }
  .investors img {
    width: 100%;
    max-width: 200px;
    position: relative; }
  @media screen and (max-width: 768px) {
    .investors {
      padding: 60px 0; }
      .investors ul {
        display: block; }
        .investors ul li {
          display: block; }
      .investors h2, .investors .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; } }

.security-content {
  padding: 100px 0;
  max-width: 1040px;
  margin: 0 auto; }
  .security-content .wrapper {
    overflow: hidden; }
  .security-content .left {
    float: left;
    width: 30%;
    padding-right: 20px;
    max-width: 250px; }
    .security-content .left .table-of-contents {
      padding: 30px 20px;
      border: 1px solid #e8edf2;
      font-size: 0.875rem;
      border-radius: 4px; }
      .security-content .left .table-of-contents.fixed {
        position: fixed;
        top: 125px;
        width: 230px; }
      .security-content .left .table-of-contents h4, .security-content .left .table-of-contents .is-h4 {
        text-transform: uppercase;
        color: #474747;
        line-height: 1.4;
        font-weight: 600;
        padding-bottom: 8px;
        font-size: 1rem; }
      .security-content .left .table-of-contents ul li {
        margin-top: 15px; }
        .security-content .left .table-of-contents ul li.active a, .security-content .left .table-of-contents ul li:hover a {
          color: #5074fb; }
          .security-content .left .table-of-contents ul li.active a:before, .security-content .left .table-of-contents ul li:hover a:before {
            border-color: #5074fb; }
        .security-content .left .table-of-contents ul li a {
          color: #878787;
          position: relative;
          padding-left: 20px;
          display: inline-block;
          line-height: 1.4;
          text-decoration: none;
          font-size: 1rem; }
          .security-content .left .table-of-contents ul li a::before {
            content: ' ';
            display: block;
            width: 6px;
            height: 6px;
            border: 2px solid #dedede;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 4px;
            -webkit-box-sizing: content-box;
                    box-sizing: content-box; }
  .security-content .right {
    float: right;
    width: 70%;
    max-width: 690px;
    padding-left: 20px; }
    .security-content .right h2, .security-content .right .is-h2 {
      font-size: 2rem;
      line-height: 1.4;
      color: #333538;
      font-weight: 600; }
    .security-content .right .block + .block {
      margin-top: 65px; }
    .security-content .right h3, .security-content .right .is-h3 {
      font-size: 1.28571rem;
      line-height: 1.4;
      color: #333538;
      font-weight: 600;
      margin-top: 25px; }
    .security-content .right a {
      color: #5074fb;
      text-decoration: none; }
      .security-content .right a:hover {
        text-decoration: underline; }
    .security-content .right p {
      margin-top: 15px;
      color: #757575;
      font-size: 1.14286rem;
      line-height: 27px; }
    .security-content .right ul {
      display: block; }
      .security-content .right ul li {
        color: #757575;
        font-size: 1.14286rem;
        line-height: 27px;
        padding-left: 28px;
        position: relative;
        margin-top: 15px;
        display: block; }
        .security-content .right ul li::before {
          content: ' ';
          display: block;
          background: #dadada;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 10px; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .security-content .left .table-of-contents.fixed {
      width: 210px; } }
  @media screen and (max-width: 768px) {
    .security-content {
      padding: 50px 0;
      max-width: 1040px;
      margin: 0 auto; }
      .security-content .left {
        float: none;
        width: 100%;
        padding-right: 0;
        max-width: 100%;
        margin-bottom: 30px; }
        .security-content .left .table-of-contents.fixed {
          position: relative;
          top: 0;
          width: 100%; }
      .security-content .right {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0; } }

.tos-title {
  background: #283469;
  background: linear-gradient(135deg, #283469 0%, #6cc4e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283469', endColorstr='#6cc4e9',GradientType=1 );
  display: block;
  padding: 90px 20px; }
  .tos-title h1, .tos-title .is-h1 {
    display: block;
    color: #fff;
    line-height: normal; }
  .tos-title p {
    display: block;
    color: #fff;
    line-height: normal;
    margin-bottom: 20px; }

.tos-content {
  text-align: left;
  padding: 110px 0; }
  .tos-content h2, .tos-content .is-h2, .tos-content h3, .tos-content .is-h3, .tos-content h5, .tos-content .is-h5 {
    margin-bottom: 1em; }
  .tos-content h3, .tos-content .is-h3 {
    margin-top: 1.5em; }
  .tos-content h4, .tos-content .is-h4 {
    margin-top: 20px; }
  .tos-content h5, .tos-content .is-h5 {
    margin-top: 15px; }
  .tos-content a {
    color: #5074fb; }
  .tos-content p, .tos-content ul, .tos-content ol {
    font-size: 1.2rem;
    line-height: 1.4rem; }
    .tos-content p li, .tos-content ul li, .tos-content ol li {
      margin-bottom: 5px; }
  .tos-content strong {
    font-weight: 600; }
  .tos-content p {
    margin-top: 1em; }
  .tos-content ul, .tos-content ol {
    margin-top: 1em;
    margin-left: 2em; }
  .tos-content ul {
    list-style-type: disc; }
    .tos-content ul ul {
      margin-top: 0; }
  .tos-content h5 + ol, .tos-content .is-h5 + ol {
    margin-top: 0.2em; }
  @media screen and (max-width: 768px) {
    .tos-content {
      padding: 60px 0; } }

.tos-contact {
  background-color: #f5f7fa;
  padding: 70px 0;
  color: #333;
  position: relative;
  z-index: 10; }
  .tos-contact h2, .tos-contact .is-h2 {
    margin-bottom: 10px; }
  .tos-contact a {
    color: #5074fb !important; }
  .tos-contact p {
    font-size: 19px;
    font-size: 1.2rem;
    line-height: 22px;
    line-height: 1.4rem; }
  .tos-contact span {
    font-weight: 300; }

.schema {
  padding: 60px 0 0; }
  .schema svg {
    display: block;
    width: 86%;
    margin: 0 auto 50px; }
    .schema svg #in-app {
      opacity: 0.3;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      cursor: pointer; }
      .schema svg #in-app .st23 {
        fill: #6892CC; }
      .schema svg #in-app .st24 {
        fill: #9EB9E1; }
      .schema svg #in-app .st25 {
        fill: #4378BB; }
      .schema svg #in-app .st26 {
        fill: #70B9E7; }
      .schema svg #in-app .st27 {
        fill: none;
        stroke: #6892CC;
        stroke-width: 2; }
      .schema svg #in-app .st28 {
        fill: #E6E5EB; }
      .schema svg #in-app .st29 {
        fill: #F4F6F9; }
      .schema svg #in-app .st30 {
        opacity: 0.7; }
      .schema svg #in-app .st31 {
        fill: #222222; }
      .schema svg #in-app .st32 {
        fill: #FDFCFC; }
      .schema svg #in-app:hover, .schema svg #in-app.active, .schema svg #in-app.click {
        opacity: 1; }
      .schema svg #in-app.click #block_1 {
        -webkit-animation: move 3s ease-in-out infinite;
                animation: move 3s ease-in-out infinite; }
@-webkit-keyframes move {
  0%,100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }
@keyframes move {
  0%,100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }
    .schema svg #sqreen {
      opacity: 0.3;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      cursor: pointer; }
      .schema svg #sqreen .st23 {
        fill: #6892CC; }
      .schema svg #sqreen .st24 {
        fill: #9EB9E1; }
      .schema svg #sqreen .st25 {
        fill: #4378BB; }
      .schema svg #sqreen .st26 {
        fill: #70B9E7; }
      .schema svg #sqreen .st5 {
        fill: #FFFFFF; }
      .schema svg #sqreen:hover, .schema svg #sqreen.active, .schema svg #sqreen.click {
        opacity: 1; }
      .schema svg #sqreen.click #Shape_69 {
        -webkit-animation: light ease-in-out 0.5s infinite 0.1s;
                animation: light ease-in-out 0.5s infinite 0.1s; }
      .schema svg #sqreen.click #Shape_70 {
        -webkit-animation: light ease-in-out 0.5s infinite 0.3s;
                animation: light ease-in-out 0.5s infinite 0.3s; }
      .schema svg #sqreen.click #Shape_71 {
        -webkit-animation: light ease-in-out 0.5s infinite;
                animation: light ease-in-out 0.5s infinite; }
      .schema svg #sqreen.click #Shape_72 {
        -webkit-animation: light ease-in-out 0.5s infinite 0.4s;
                animation: light ease-in-out 0.5s infinite 0.4s; }
@-webkit-keyframes light {
  0%,100% {
    fill: #70B9E7; }
  50% {
    fill: #b1e1ff; } }
@keyframes light {
  0%,100% {
    fill: #70B9E7; }
  50% {
    fill: #b1e1ff; } }
    .schema svg #monitoring {
      opacity: 0.3;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      cursor: pointer; }
      .schema svg #monitoring .st0 {
        fill: #E7E6EB; }
      .schema svg #monitoring .st1 {
        fill: #FDD37A; }
      .schema svg #monitoring .st2 {
        fill: #F39D6A; }
      .schema svg #monitoring .st3 {
        fill: #F9BC73; }
      .schema svg #monitoring .st4 {
        fill: #ECECEC; }
      .schema svg #monitoring .st5 {
        fill: #FFFFFF; }
      .schema svg #monitoring .st6 {
        fill: #B6CCEA; }
      .schema svg #monitoring .st7 {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 4.243; }
      .schema svg #monitoring .st8 {
        fill: #27AF91; }
      .schema svg #monitoring .st9 {
        fill: #CAE5E2; }
      .schema svg #monitoring .st10 {
        fill: #71BAE7; }
      .schema svg #monitoring .st11 {
        opacity: 0.3; }
      .schema svg #monitoring .st12 {
        fill: #EA5E65; }
      .schema svg #monitoring .st13 {
        fill: none;
        stroke: #9C9B9B;
        stroke-width: 1.4143; }
      .schema svg #monitoring .st14 {
        opacity: 0.5; }
      .schema svg #monitoring .st15 {
        fill: none;
        stroke: #3D77BB;
        stroke-width: 2.8287; }
      .schema svg #monitoring .st16 {
        fill: #3D77BB; }
      .schema svg #monitoring .st17 {
        fill: #DE4C55; }
      .schema svg #monitoring .st18 {
        fill: #9EBAE2; }
      .schema svg #monitoring .st19 {
        fill: none; }
      .schema svg #monitoring .st20 {
        fill: none;
        stroke: #E8E3E2;
        stroke-width: 2; }
      .schema svg #monitoring:hover, .schema svg #monitoring.active, .schema svg #monitoring.click {
        opacity: 1; }
      .schema svg #monitoring.click #Shape_8_ {
        -webkit-animation: flash 0.2s ease-in-out infinite;
                animation: flash 0.2s ease-in-out infinite; }
@-webkit-keyframes flash {
  0%,100% {
    fill: #ECECEC; }
  50% {
    fill: #e9e9e9; } }
@keyframes flash {
  0%,100% {
    fill: #ECECEC; }
  50% {
    fill: #e9e9e9; } }
    .schema svg #filet-1, .schema svg #filet-2 {
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      opacity: 0.3; }
      .schema svg #filet-1 .st21, .schema svg #filet-2 .st21 {
        fill: none;
        stroke: #62C5EB;
        stroke-width: 3;
        stroke-dasharray: 11.6056,11.6056; }
      .schema svg #filet-1 .st22, .schema svg #filet-2 .st22 {
        fill: none;
        stroke: #62C5EB;
        stroke-width: 3;
        stroke-dasharray: 12; }
    .schema svg #filet-1.click {
      -webkit-animation: filet-1 infinite .5s linear;
              animation: filet-1 infinite .5s linear;
      opacity: 1; }
@-webkit-keyframes filet-1 {
  from {
    stroke-dashoffset: 23px; }
  to {
    stroke-dashoffset: 0px; } }
@keyframes filet-1 {
  from {
    stroke-dashoffset: 23px; }
  to {
    stroke-dashoffset: 0px; } }
    .schema svg #filet-2.click {
      -webkit-animation: filet-2 infinite .5s linear;
              animation: filet-2 infinite .5s linear;
      opacity: 1; }
@-webkit-keyframes filet-2 {
  from {
    stroke-dashoffset: 0px; }
  to {
    stroke-dashoffset: 23px; } }
@keyframes filet-2 {
  from {
    stroke-dashoffset: 0px; }
  to {
    stroke-dashoffset: 23px; } }
  .schema ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .schema ul li {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: 28%;
      text-align: center;
      -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
      cursor: pointer; }
      .schema ul li:hover h4, .schema ul li:hover .is-h4, .schema ul li:hover p, .schema ul li.active h4, .schema ul li.active .is-h4, .schema ul li.active p, .schema ul li.click h4, .schema ul li.click .is-h4, .schema ul li.click p {
        opacity: 1; }
      .schema ul li .number {
        background-color: #5074fb;
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 27px;
        border-radius: 25px;
        font-size: 1em;
        font-weight: 600;
        display: inline-block;
        margin-right: 10px; }
      .schema ul li h4, .schema ul li .is-h4 {
        display: inline-block;
        margin-bottom: 20px;
        opacity: 0.3;
        -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
      .schema ul li p {
        font-size: 1.2em;
        line-height: 1.4em;
        color: #342C3E;
        text-align: justify;
        opacity: 0.3;
        -webkit-transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1);
        transition: 0.18s cubic-bezier(0.55, 0, 0.1, 1); }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .schema ul li {
      width: 30%; }
      .schema ul li h4, .schema ul li .is-h4 {
        font-size: 1.471em; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .schema ul li {
      width: 30%; }
      .schema ul li h4, .schema ul li .is-h4 {
        font-size: 1.471em; } }
  @media screen and (max-width: 768px) {
    .schema {
      padding: 60px 0 0; }
      .schema svg {
        width: 100%;
        margin: 0 auto 30px; }
      .schema ul {
        display: block; }
        .schema ul li {
          width: 100%;
          text-align: left;
          margin-bottom: 20px; }
          .schema ul li:last-child {
            margin-bottom: 0; }
          .schema ul li .number {
            width: 20px;
            height: 20px;
            line-height: 21px;
            border-radius: 20px;
            font-size: 0.8em;
            text-align: center; }
          .schema ul li h4, .schema ul li .is-h4 {
            font-size: 1.4em;
            margin-bottom: 10px; }
          .schema ul li p {
            font-size: 1.1em;
            line-height: 1.3em;
            text-align: left; } }

.how-it-works-ctn {
  padding: 110px 0; }
  .how-it-works-ctn .caracteristique .flex-container > div {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 20px;
    margin-bottom: 30px; }
  .how-it-works-ctn .caracteristique h2, .how-it-works-ctn .caracteristique .is-h2 {
    margin-bottom: 50px;
    text-align: center;
    display: block; }
  .how-it-works-ctn .caracteristique h4, .how-it-works-ctn .caracteristique .is-h4 {
    font-size: 1.2em;
    font-weight: 600;
    display: inline; }
  .how-it-works-ctn .caracteristique p {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 40px;
    display: inline; }
  @media screen and (max-width: 768px) {
    .how-it-works-ctn {
      padding: 60px 0; }
      .how-it-works-ctn .caracteristique .flex-container > div {
        display: block;
        width: 100%;
        padding: 0; }
      .how-it-works-ctn .caracteristique h2, .how-it-works-ctn .caracteristique .is-h2 {
        font-size: 2em;
        margin-bottom: 30px; } }

.ebooks {
  padding: 62px 20px;
  text-align: center;
  border-bottom: solid 1px #dddddd; }
  .ebooks h2, .ebooks .is-h2 {
    font-size: 2.57143rem;
    font-weight: normal;
    line-height: 1.31;
    color: #333333;
    margin-bottom: 50px;
    display: block; }
  .ebooks ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left; }
    .ebooks ul li {
      display: inline-block;
      margin: 0 20px 50px;
      text-align: center; }
      .ebooks ul li .cover {
        display: inline-block;
        line-height: 0;
        text-decoration: none;
        position: relative;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        margin-bottom: 40px; }
        .ebooks ul li .cover .front {
          position: relative;
          z-index: 10;
          -webkit-transition: .2s ease;
          transition: .2s ease;
          -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28);
                  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.28); }
        .ebooks ul li .cover .back {
          position: absolute;
          top: 0;
          left: 0;
          z-index: 5;
          -webkit-transition: .2s ease;
          transition: .2s ease; }
        .ebooks ul li .cover:hover .front {
          -webkit-transform: translateY(-2px);
                  transform: translateY(-2px);
          -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.56);
                  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.56); }
        .ebooks ul li .cover:hover .back {
          -webkit-transform: rotateZ(-5deg);
                  transform: rotateZ(-5deg); }
      .ebooks ul li h3, .ebooks ul li .is-h3 {
        font-size: 1.57143rem;
        font-weight: 600;
        line-height: 1.05;
        color: #333333;
        margin-bottom: 13px; }
      .ebooks ul li .link {
        font-size: 1.28571rem;
        font-weight: 600;
        line-height: 1.28;
        color: #5074fb;
        text-decoration: none;
        position: relative;
        padding-bottom: 5px;
        display: inline-block; }
        .ebooks ul li .link::after {
          content: "";
          width: 80%;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 3px;
          -webkit-transition: .2s ease;
          transition: .2s ease;
          opacity: 0;
          background-color: #5074fb; }
        .ebooks ul li .link:hover::after {
          width: 100%;
          opacity: 1; }
  @media screen and (max-width: 768px) {
    .ebooks {
      padding: 30px 0; }
      .ebooks ul li {
        margin: 0 0 30px; }
        .ebooks ul li .cover {
          margin-bottom: 30px; }
          .ebooks ul li .cover img {
            width: 120px;
            height: 170px; }
        .ebooks ul li h3, .ebooks ul li .is-h3 {
          font-size: 1.28571rem;
          line-height: 1.05;
          margin-bottom: 13px; }
        .ebooks ul li .link {
          font-size: 1rem;
          line-height: normal; }
      .ebooks h2, .ebooks .is-h2 {
        font-size: 2.14286rem;
        margin-bottom: 30px; } }

.ebook {
  padding-top: 190px;
  padding-bottom: 73px; }
  .ebook .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .ebook .wrapper > div {
      margin-left: 41px;
      padding-top: 37px; }
  .ebook img {
    width: 374px;
    height: 526px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .ebook .type {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #5074fb;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .ebook h1, .ebook .is-h1 {
    font-size: 2.57143rem;
    font-weight: normal;
    line-height: 1.31;
    color: #4c4c4c;
    display: block;
    margin-bottom: 21px; }
  .ebook h3, .ebook .is-h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.1;
    color: #333333;
    display: block;
    margin-bottom: 15px; }
  .ebook p {
    font-size: 1.21429rem;
    font-weight: normal;
    line-height: 1.65;
    color: #7e7e7e;
    display: block;
    margin-bottom: 34px; }
  .ebook ul {
    -webkit-columns: 300px 2;
            columns: 300px 2;
    -webkit-column-gap: 0;
            column-gap: 0; }
    .ebook ul li {
      font-size: 1.21429rem;
      font-weight: normal;
      line-height: 2.24;
      color: #7e7e7e;
      display: block;
      vertical-align: middle; }
      .ebook ul li::before {
        content: "✔";
        font-size: 17px;
        font-weight: normal;
        line-height: 2.24;
        color: #5074fb;
        display: inline-block;
        vertical-align: middle;
        margin-right: 13px; }
  @media screen and (min-width: 980px) and (max-width: 1179px) {
    .ebook {
      padding-top: 190px;
      padding-bottom: 73px; }
      .ebook .wrapper > div {
        margin-left: 30px;
        padding-top: 0; }
      .ebook img {
        min-width: 0;
        min-height: 0;
        width: 300px;
        height: 421px; }
      .ebook .type {
        font-size: 1.28571rem;
        margin-bottom: 10px; }
      .ebook h1, .ebook .is-h1 {
        font-size: 2.14286rem;
        margin-bottom: 15px; }
      .ebook h3, .ebook .is-h3 {
        font-size: 1.28571rem;
        margin-bottom: 15px; }
      .ebook p {
        font-size: 1.14286rem;
        line-height: 1.65;
        margin-bottom: 30px; }
      .ebook ul {
        -webkit-columns: 200px 2;
                columns: 200px 2; }
        .ebook ul li {
          font-size: 1.14286rem;
          line-height: 2.24; }
          .ebook ul li::before {
            font-size: 1.21429rem;
            line-height: 2.24;
            margin-right: 13px; } }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .ebook {
      padding-top: 190px;
      padding-bottom: 73px; }
      .ebook .wrapper > div {
        margin-left: 30px;
        padding-top: 0; }
      .ebook img {
        min-width: 0;
        min-height: 0;
        width: 200px;
        height: 281px; }
      .ebook .type {
        font-size: 1.28571rem;
        margin-bottom: 10px; }
      .ebook h1, .ebook .is-h1 {
        font-size: 2.14286rem;
        margin-bottom: 15px; }
      .ebook h3, .ebook .is-h3 {
        font-size: 1.28571rem;
        margin-bottom: 15px; }
      .ebook p {
        font-size: 1.14286rem;
        line-height: 1.65;
        margin-bottom: 30px; }
      .ebook ul {
        -webkit-columns: 150px 2;
                columns: 150px 2; }
        .ebook ul li {
          font-size: 1.14286rem;
          line-height: 2.24; }
          .ebook ul li::before {
            font-size: 1.21429rem;
            line-height: 2.24;
            margin-right: 13px; } }
  @media screen and (max-width: 768px) {
    .ebook {
      padding-top: 90px;
      padding-bottom: 73px; }
      .ebook .wrapper {
        display: block;
        text-align: center; }
        .ebook .wrapper > div {
          margin-left: 0;
          padding-top: 0; }
      .ebook img {
        min-width: 0;
        min-height: 0;
        width: 120px;
        height: 168px;
        display: block;
        margin: 0 auto 30px; }
      .ebook .type {
        font-size: 1.28571rem;
        margin-bottom: 10px; }
      .ebook h1, .ebook .is-h1 {
        font-size: 2.14286rem;
        margin-bottom: 15px; }
      .ebook h3, .ebook .is-h3 {
        font-size: 1.28571rem;
        margin-bottom: 15px; }
      .ebook p {
        font-size: 1.14286rem;
        line-height: 1.65;
        margin-bottom: 30px; }
      .ebook ul {
        -webkit-columns: 200px 2;
                columns: 200px 2; }
        .ebook ul li {
          font-size: 1.14286rem;
          line-height: 2.24; }
          .ebook ul li::before {
            font-size: 1.21429rem;
            line-height: 2.24;
            margin-right: 13px; } }

.download-ebook {
  background-color: #f9f9f9;
  text-align: center;
  padding: 72px 0; }
  .download-ebook h2, .download-ebook .is-h2 {
    font-size: 2.57143rem;
    font-weight: normal;
    line-height: 1.31;
    color: #4c4c4c;
    display: block;
    margin-bottom: 40px; }
  .download-ebook .button {
    border-radius: 4px;
    background-color: #4a5ca3;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    padding: 14px 24px;
    border: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    position: relative;
    cursor: pointer;
    outline: none; }
    .download-ebook .button:hover {
      background-color: #4f62ae; }
    .download-ebook .button:active {
      top: 2px; }
  @media screen and (max-width: 768px) {
    .download-ebook {
      padding: 50px 0; }
      .download-ebook h2, .download-ebook .is-h2 {
        font-size: 2rem;
        margin-bottom: 30px; } }

.websites-projects {
  padding: 62px 20px;
  text-align: center; }
  .websites-projects h2, .websites-projects .is-h2 {
    font-size: 2.57143rem;
    font-weight: normal;
    line-height: 1.31;
    color: #333333;
    margin-bottom: 50px;
    display: block; }
  .websites-projects ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .websites-projects ul li {
      padding: 10px;
      margin-bottom: 10px;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: calc(50% - 20px);
      min-width: 345px;
      border-radius: 10px;
      -webkit-transition: .2s ease;
      transition: .2s ease;
      display: block; }
      .websites-projects ul li:hover {
        background-color: #f7f8f8; }
      .websites-projects ul li a {
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-line-pack: center;
            align-content: center; }
        .websites-projects ul li a img {
          margin-right: 25px; }
        .websites-projects ul li a div {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .websites-projects ul li a h4, .websites-projects ul li a .is-h4 {
          font-size: 1.28571rem;
          font-weight: 600;
          line-height: 1;
          color: #333333;
          display: block;
          margin-bottom: 5px;
          text-align: left; }
        .websites-projects ul li a .link {
          font-size: 1.14286rem;
          font-weight: 600;
          line-height: 1;
          color: #acacac;
          display: block;
          text-align: left;
          word-break: break-all; }
  @media screen and (max-width: 768px) {
    .websites-projects {
      padding: 30px 0; }
      .websites-projects h2, .websites-projects .is-h2 {
        font-size: 2.14286rem;
        margin-bottom: 30px; }
      .websites-projects ul li {
        padding: 0;
        margin-bottom: 20px;
        width: 100%;
        min-width: 0; }
        .websites-projects ul li a img {
          width: 50px;
          height: 50px; }
        .websites-projects ul li a h4, .websites-projects ul li a .is-h4 {
          font-size: 1.14286rem;
          margin-bottom: 5px; }
        .websites-projects ul li a .link {
          font-size: 1rem; } }

.newsletter {
  background: radial-gradient(circle at 34% 42%, #505050, #424242);
  padding: 45px 0; }
  .newsletter .title {
    font-size: 1.35714rem;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    display: block;
    margin-bottom: 30px; }
  .newsletter form {
    display: block;
    width: 100%;
    text-align: center; }
    .newsletter form #mc_embed_signup_scroll {
      display: block; }
    .newsletter form .email {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background-color: #ffffff;
      font-size: 1.35714rem;
      font-weight: normal;
      line-height: normal;
      color: #333;
      padding: 11px 13px;
      border: none;
      outline: none;
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      max-width: 325px;
      font-family: "Proxima Nova", sans-serif; }
      @media screen and (max-width: 768px) {
        .newsletter form .email {
          width: calc(100% - 115px); } }
    .newsletter form .clear {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      left: -5px; }
      .newsletter form .clear input {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        background-color: #5074fb;
        font-size: 1rem;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0.4px;
        text-align: center;
        color: #ffffff;
        height: 41px;
        padding: 0 25px;
        border: none;
        outline: none;
        cursor: pointer;
        text-transform: uppercase;
        float: left;
        font-family: "Proxima Nova", sans-serif;
        -webkit-transition: .2s ease;
        transition: .2s ease; }
        @media screen and (max-width: 768px) {
          .newsletter form .clear input {
            padding: 0 10px; } }
        .newsletter form .clear input:hover {
          background-color: #4168fb; }

.social {
  background-color: #f9f9f9;
  padding: 50px 0; }
  .social h2, .social .is-h2 {
    font-size: 2.14286rem;
    font-weight: normal;
    line-height: 1.57;
    text-align: center;
    color: #333333;
    display: block;
    margin-bottom: 32px; }
  .social ul {
    display: block;
    text-align: center; }
    .social ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px; }
      .social ul li img {
        height: 40px; }
  @media screen and (max-width: 768px) {
    .social {
      padding: 30px 0; }
      .social h2, .social .is-h2 {
        font-size: 2.14286rem;
        line-height: normal;
        margin-bottom: 30px; }
      .social ul li {
        margin: 0 20px; }
        .social ul li img {
          height: 30px; } }

.enrich {
  background: linear-gradient(306deg, #4f6ffb, #6fa8ef);
  padding: 70px 0; }
  .enrich .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .enrich .left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 50%;
    width: 100%; }
    .enrich .left h2, .enrich .left .is-h2 {
      font-size: 2.28571rem;
      line-height: 1.25;
      color: #ffffff;
      display: block;
      margin-bottom: 20px; }
    .enrich .left p {
      font-size: 1.28571rem;
      line-height: 1.61;
      color: #ffffff;
      display: block;
      margin-bottom: 50px; }
    .enrich .left ul {
      display: block;
      margin-bottom: 56px; }
      .enrich .left ul li {
        font-family: "Source Code Pro", sans-serif;
        display: inline-block;
        vertical-align: middle;
        margin: 0 12px 15px 0;
        border-radius: 4px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
        font-size: 1.21429rem;
        letter-spacing: -0.6px;
        text-align: center;
        color: #474747;
        padding: 6px 13px; }
        .enrich .left ul li.more {
          background-color: rgba(255, 255, 255, 0.2);
          color: #ffffff; }
    .enrich .left .button.is-blue {
      margin-right: 30px; }
  .enrich .right .tabs {
    position: relative;
    z-index: 20; }
    .enrich .right .tabs li {
      font-size: 1.14286rem;
      font-weight: 600;
      color: #535353;
      text-align: center;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      background-color: rgba(255, 255, 255, 0.72);
      -webkit-box-shadow: inset 0 -5px 4px 0 rgba(0, 0, 0, 0.08);
              box-shadow: inset 0 -5px 4px 0 rgba(0, 0, 0, 0.08);
      -webkit-transition: .1s ease;
      transition: .1s ease;
      display: inline-block;
      vertical-align: middle; }
      .enrich .right .tabs li a {
        padding: 14px 0;
        width: 120px;
        text-decoration: none;
        color: inherit;
        display: block;
        outline: none; }
      .enrich .right .tabs li:hover {
        background-color: white; }
      .enrich .right .tabs li.ui-state-active {
        background-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #333; }
  .enrich .right .field {
    position: relative;
    z-index: 10;
    display: block;
    margin-bottom: 15px; }
    .enrich .right .field input {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      background-color: #ffffff;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
      padding: 21px 63px 21px 23px;
      font-size: 1.14286rem;
      border: none;
      -webkit-appearance: none;
      display: block;
      width: 100%;
      min-width: 430px;
      outline: none;
      margin-top: 0; }
    .enrich .right .field button {
      width: 35px;
      height: 35px;
      border-radius: 3.4px;
      background-color: #5074fb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      position: absolute;
      right: 13px;
      top: 13px;
      cursor: pointer;
      border: none;
      outline: none;
      -webkit-appearance: none;
      -webkit-transition: .1s ease;
      transition: .1s ease; }
      .enrich .right .field button:hover {
        background-color: #4168fb; }
      .enrich .right .field button:active {
        -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3); }
  .enrich .right .response {
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    min-height: 418px;
    position: relative; }
    .enrich .right .response .error-ctn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: center;
          align-content: center;
      height: 100%;
      width: 100%;
      background-color: #fff;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      z-index: 10; }
      .enrich .right .response .error-ctn img {
        margin-bottom: 10px; }
      .enrich .right .response .error-ctn p {
        font-size: 1.14286rem;
        line-height: 1.2;
        display: block;
        margin: 0 auto;
        max-width: 80%; }
    .enrich .right .response .counter-lines {
      padding: 19px 21px; }
      .enrich .right .response .counter-lines li {
        font-size: 1.14286rem;
        line-height: 1.3;
        color: #a4a4a4;
        display: block;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
    .enrich .right .response pre {
      font-family: "Source Code Pro", sans-serif;
      font-size: 1.07143rem;
      line-height: 1.35;
      color: #4c65c0;
      padding: 19px 21px 19px 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: left; }
      .enrich .right .response pre.loading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        min-height: 418px;
        padding: 0;
        text-align: center; }
        .enrich .right .response pre.loading::before {
          content: '';
          height: 30px;
          width: 30px;
          position: relative;
          border-radius: 50px;
          border: 3px solid transparent;
          border-top-color: #4c65c0;
          opacity: 0.8;
          -webkit-animation: spinreverse 1.5s linear infinite;
                  animation: spinreverse 1.5s linear infinite; }
        .enrich .right .response pre.loading::after {
          content: '';
          height: 30px;
          width: 30px;
          border-radius: 50px;
          border: 3px solid transparent;
          border-top-color: #4c65c0;
          opacity: 0.8;
          left: -30px;
          position: relative;
          -webkit-animation: spinreverse 2s linear infinite;
                  animation: spinreverse 2s linear infinite; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes spinreverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
  @media screen and (max-width: 979px) {
    .enrich {
      padding: 40px 0; }
      .enrich .wrapper {
        display: block; }
      .enrich .left {
        max-width: 100%;
        margin-bottom: 40px; }
        .enrich .left ul {
          margin-bottom: 26px; }
        .enrich .left .button {
          margin-bottom: 10px; }
      .enrich .right .field input {
        min-width: 0; }
      .enrich .right .counter-lines {
        display: none; }
      .enrich .right .response {
        min-height: 0; }
        .enrich .right .response pre {
          padding: 19px 21px;
          width: 100%;
          word-wrap: break-word;
          word-break: break-all;
          display: block;
          white-space: pre-wrap;
          font-size: 1rem;
          line-height: 1.35; } }

.protect-fix {
  padding: 60px 0; }
  .protect-fix h2, .protect-fix .is-h2 {
    font-size: 2.28571rem;
    color: #333333;
    display: block;
    margin-bottom: 46px; }
  .protect-fix .flex-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .protect-fix .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(33.333% - 25px); }
    .protect-fix .point img {
      margin-right: 25px; }
    .protect-fix .point h3, .protect-fix .point .is-h3 {
      font-size: 1.5rem;
      line-height: 1.19;
      color: #333333;
      display: block;
      margin-bottom: 13px; }
    .protect-fix .point p {
      font-size: 1.14286rem;
      line-height: 1.5;
      color: #707070;
      display: block; }
  @media screen and (max-width: 979px) {
    .protect-fix {
      padding: 40px 0; }
      .protect-fix .flex-ctn {
        display: block; }
      .protect-fix .point {
        width: 100%;
        margin-bottom: 20px; }
        .protect-fix .point img {
          max-width: 47px; } }

.further {
  background-color: #f5f7f9;
  padding: 60px 0; }
  .further .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .further .wrapper > div {
      margin-right: 10vw; }
  .further h2, .further .is-h2 {
    font-size: 2.28571rem;
    color: #333333;
    display: block;
    margin-bottom: 20px; }
  .further p {
    font-size: 1.28571rem;
    line-height: 1.39;
    color: #4c4c4c; }
  @media screen and (max-width: 979px) {
    .further {
      padding: 40px 0; }
      .further .wrapper {
        display: block; }
        .further .wrapper > div {
          margin-right: 0; }
      .further h2, .further .is-h2 {
        display: block; }
      .further p {
        display: block;
        margin-bottom: 40px; } }

.hero-animation {
  position: relative;
  width: 400px;
  height: 400px;
  display: block;
  z-index: 40; }
  @media screen and (min-width: 769px) and (max-width: 979px) {
    .hero-animation {
      position: absolute;
      right: calc(50vw - 200px);
      bottom: 26vh;
      opacity: 0.4;
      z-index: 10;
      -webkit-filter: blur(4px);
              filter: blur(4px); } }
  @media screen and (max-width: 768px) {
    .hero-animation {
      display: none; } }

.hero-animation #cube-structure,
.hero-animation #pop-line-svg {
  height: 400px;
  width: 400px;
  display: block;
  margin: 0 auto;
  position: relative; }

.hero-animation #cube-structure .inner-cube {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }

.hero-animation #cube-structure .inner-cube.shown {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.hero-animation-popup {
  width: 350px;
  display: inline-block;
  position: absolute;
  border-radius: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .hero-animation-popup.shown {
    opacity: 1; }
  .hero-animation-popup.right {
    left: -100px; }
  .hero-animation-popup.left {
    right: 340px; }
    .hero-animation-popup.left .pop-header {
      float: right; }
  .hero-animation-popup.top {
    top: -20px; }
  .hero-animation-popup.bottom {
    top: 340px; }
  .hero-animation-popup .pop-header {
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    line-height: 2;
    border-radius: 40px;
    width: auto;
    display: inline-block;
    padding: 8px 21px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07); }
    .hero-animation-popup .pop-header i {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      background: transparent;
      border-radius: 30px;
      border: 2px solid #3761CF;
      position: relative;
      margin-right: 9px;
      -webkit-animation-duration: 0.65s;
              animation-duration: 0.65s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-name: pop-circle-pulse;
              animation-name: pop-circle-pulse; }
      .hero-animation-popup .pop-header i::after {
        position: absolute;
        width: 12px;
        height: 12px;
        left: 2px;
        top: 2px;
        background: #3761CF;
        content: ' ';
        border-radius: 14px; }

.hero-animation #pop-line {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.hero-animation #pop-line.shown {
  opacity: 1; }

.hero-animation .dot {
  position: absolute;
  top: 200px;
  left: 500px;
  background: transparent;
  border: 1px solid #fff;
  width: 1px;
  height: 1px;
  opacity: 0;
  border-radius: 50%; }

.hero-animation .dot.animate {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: border-pulse;
          animation-name: border-pulse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* While testing */
  /*animation-iteration-count: infinite;*/ }

.hero-animation .dot.animate .inner-dot {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-name: innerpulse;
          animation-name: innerpulse;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  /* While testing */
  /*animation-iteration-count: infinite;*/ }

.hero-animation .dot.side-right {
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg); }

.hero-animation .dot.side-left {
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg); }

.hero-animation .dot.side-top {
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7); }

.hero-animation .dot .inner-dot {
  position: absolute;
  top: 0;
  left: 0;
  background: #5074fb;
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.hero-animation .dot.variation-1 {
  border-width: 2px;
  border-color: #5074fb; }

.hero-animation .dot.variation-1 .inner-dot {
  background: #fff; }

.hero-animation .dot.variation-2 {
  border: none; }

.hero-animation .dot.variation-2 .inner-dot {
  background: #5074fb;
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7); }

.hero-animation .dot.error .inner-dot {
  background: #DC414B; }

/* ANIMATION KEYFRAMES */
@-webkit-keyframes border-pulse {
  20% {
    width: 1px;
    height: 1px;
    margin-left: 0;
    margin-top: 0;
    opacity: 1; }
  60% {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px; }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px; } }
@keyframes border-pulse {
  20% {
    width: 1px;
    height: 1px;
    margin-left: 0;
    margin-top: 0;
    opacity: 1; }
  60% {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px; }
  100% {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px; } }
@-webkit-keyframes innerpulse {
  0% {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    opacity: 1; }
  40% {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    opacity: 0.95; }
  60% {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    opacity: 8; }
  80% {
    opacity: 0.6; }
  100% {
    width: 20%;
    height: 20%;
    margin-left: 40%;
    margin-top: 40%;
    opacity: 0; } }
@keyframes innerpulse {
  0% {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    opacity: 1; }
  40% {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    opacity: 0.95; }
  60% {
    width: 50%;
    height: 50%;
    margin-left: 25%;
    margin-top: 25%;
    opacity: 8; }
  80% {
    opacity: 0.6; }
  100% {
    width: 20%;
    height: 20%;
    margin-left: 40%;
    margin-top: 40%;
    opacity: 0; } }
@-webkit-keyframes pop-circle-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@keyframes pop-circle-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
