/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body, html {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 14px;
  line-height: 1.6em;
  background-color: black;
  color: white;
}

h1 {
  font-weight: 400;
  font-size: 1.6em;
  color: rgba(0,0,0,.85);
}

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

a {
  transition: all .15s ease-in-out;
  color: #FFC107;
}

a:hover {
  color: #FFC107;
  text-decoration: none;
}

a:visited {
  color: #FFC107;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0 32px;
}

@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.row::before, .row::after {
  display: table;
  content: " ";
}

.row::after {
  clear: both;
}

.color-purple {
  color: #5E35B1;
}

.color-teal {
  color: #00897B;
}

.color-pink {
  color: #D81B60;
}

.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* HOMEPAGE
   ========================================================================== */
.padding-a-n { padding: 0 !important; }
.padding-a-s { padding: 7px !important; }
.padding-a-m { padding: 16px !important; }
.padding-a-l { padding: 32px !important; }
.padding-a-xl { padding: 64px !important; }

.margin-a-n { margin: 0 !important; }
.margin-a-s { margin: 7px !important; }
.margin-a-m { margin: 16px !important; }
.margin-a-l { margin: 32px !important; }
.margin-a-xl { margin: 64px !important; }

/* -v-ertical */

.padding-v-n { padding-top: 0 !important; padding-bottom: 0 !important; }
.padding-v-s { padding-top: 7px !important; padding-bottom: 7px !important; }
.padding-v-m { padding-top: 16px !important; padding-bottom: 16px !important; }
.padding-v-l { padding-top: 32px !important; padding-bottom: 32px !important; }
.padding-v-xl { padding-top: 64px !important; padding-bottom: 64px !important; }

.margin-v-n { margin-top: 0 !important; margin-bottom: 0 !important; }
.margin-v-s { margin-top: 7px !important; margin-bottom: 7px !important; }
.margin-v-m { margin-top: 16px !important; margin-bottom: 16px !important; }
.margin-v-l { margin-top: 32px !important; margin-bottom: 32px !important; }
.margin-v-xl { margin-top: 64px !important; margin-bottom: 64px !important; }

/* -h-orizontal */

.padding-h-n { padding-left: 0 !important; padding-right: 0 !important; }
.padding-h-s { padding-left: 7px !important; padding-right: 7px !important; }
.padding-h-m { padding-left: 16px !important; padding-right: 16px !important; }
.padding-h-l { padding-left: 32px !important; padding-right: 32px !important; }
.padding-h-xl { padding-left: 64px !important; padding-right: 64px !important; }

.margin-h-n { margin-left: 0 !important; margin-right: 0 !important; }
.margin-h-s { margin-left: 7px !important; margin-right: 7px !important; }
.margin-h-m { margin-left: 16px !important; margin-right: 16px !important; }
.margin-h-l { margin-left: 32px !important; margin-right: 32px !important; }
.margin-h-xl { margin-left: 64px !important; margin-right: 64px !important; }

/* -t-op */

.padding-t-n { padding-top: 0 !important; }
.padding-t-s { padding-top: 7px !important; }
.padding-t-m { padding-top: 16px !important; }
.padding-t-l { padding-top: 32px !important; }
.padding-t-xl { padding-top: 64px !important; }

.margin-t-n { margin-top: 0 !important; }
.margin-t-s { margin-top: 7px !important; }
.margin-t-m { margin-top: 16px !important; }
.margin-t-l { margin-top: 32px !important; }
.margin-t-xl { margin-top: 64px !important; }

/* -b-ottom */

.padding-b-n { padding-bottom: 0 !important; }
.padding-b-s { padding-bottom: 7px !important; }
.padding-b-m { padding-bottom: 16px !important; }
.padding-b-l { padding-bottom: 32px !important; }
.padding-b-xl { padding-bottom: 64px !important; }

.margin-b-n { margin-bottom: 0 !important; }
.margin-b-s { margin-bottom: 7px !important; }
.margin-b-m { margin-bottom: 16px !important; }
.margin-b-l { margin-bottom: 32px !important; }
.margin-b-xl { margin-bottom: 64px !important; }

/* -l-eft */

.padding-l-n { padding-left: 0 !important; }
.padding-l-s { padding-left: 7px !important; }
.padding-l-m { padding-left: 16px !important; }
.padding-l-l { padding-left: 32px !important; }
.padding-l-xl { padding-left: 64px !important; }

.margin-l-n { margin-left: 0 !important; }
.margin-l-s { margin-left: 7px !important; }
.margin-l-m { margin-left: 16px !important; }
.margin-l-l { margin-left: 32px !important; }
.margin-l-xl { margin-left: 64px !important; }

/* -r-ight */

.padding-r-n { padding-right: 0 !important; }
.padding-r-s { padding-right: 7px !important; }
.padding-r-m { padding-right: 16px !important; }
.padding-r-l { padding-right: 32px !important; }
.padding-r-xl { padding-right: 64px !important; }

.margin-r-n { margin-right: 0 !important; }
.margin-r-s { margin-right: 7px !important; }
.margin-r-m { margin-right: 16px !important; }
.margin-r-l { margin-right: 32px !important; }
.margin-r-xl { margin-right: 64px !important; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  white-space: nowrap;
  background-image: none;
  text-decoration: none;
}

.btn.focus, .btn:focus, .btn:hover {
  color: #d4dde0;
  text-decoration: none;
}

.btn-info {
  color: #000 !important;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.btn-primary {
  color: #212121 !important;
  background-color: #FFC107;
  border-color: #FFC107;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
  color: #000;
  background-color: #008fa1;
  border-color: #008697;
}

.ant-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn, .ant-btn:active, .ant-btn:focus {
  outline: 0
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 3px;
  height: 22px;
}
.ant-btn-primary {
  color: #fff;
  background-color: #49a9ee;
  border-color: #49a9ee;
}
nav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
}

#nav-container {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #nav-container {
    max-width: 736px;
  }
}

@media (min-width: 992px) {
  #nav-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #nav-container {
    max-width: 1200px;
  }
}

#nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav-menu > li {
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 32px 0 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

ul#nav-menu > li > a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: block;
  width: 100%;
}

ul#nav-menu > li > a:hover {
  color: white;
}

ul#nav-menu > li > a:visited {
  color: white;
}

#nav-logo {
  height: 15px;
  line-height: 15px;
  float: left;
  margin-left: 32px;
  margin-top: 32px;
  vertical-align: middle;
}

a.nav-inverted-button {
  display: inline !important;
  border: 1px solid white;
  color: white;
  border-radius: 25px;
  padding: 4px 24px;
}

a.nav-inverted-button:hover {
  background-color: #55B7E0;
  border-color: #55B7E0;
}

#nav-menu-button {
  display: none;
  float: right;
  color: white;
  font-size: 18px;
  cursor: pointer;
  padding: 24px;
}

@media (max-width: 768px) {
  nav {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);    
  }

  #nav-menu {
    width: 100%;
    max-height: 0;
    transition: max-height .15s ease-in;
    overflow: hidden;
  }

  #nav-menu.opened {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  }

  ul#nav-menu > li {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 12px 0;
  }

  #nav-menu-button {
    display: block;
  }
}

.color-info { color: #00BCD4; }
.color-teal { color: #009688; }
.color-green { color: #8BC34A; }
.color-red { color: #FF5722; }
.color-pink { color: #E91E63; }
.color-purple { color: #673AB7; }
.color-brown { color: #795548; }

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.control-label { padding-right: 20px; }
.btn-rounded { border-radius: 18px; }

table.table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #CFD8DC;
}
.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #CFD8DC;
}
caption, th {
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #CFD8DC;
}
.Block1 {
  // background: #2C3E50;  /* fallback for old browsers */
  // background: -webkit-linear-gradient(to top left, #4CA1AF, #2C3E50);  /* Chrome 10-25, Safari 5.1-6 */
  // background: linear-gradient(to top left, #4CA1AF, #2C3E50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  // background-image: linear-gradient(135deg, #01193D 6%, #002F59 37%, #005183 70%, #0078B0 100%);
  background: #005C97;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top left, #363795, #005C97);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top left, #363795, #005C97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.Block2 {
  // background-image: linear-gradient(135deg, #152546 -1%, #152546 0%, #162546 0%, #793F7D 100%);  
background: #6441A5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom right, #2a0845, #6441A5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom right, #2a0845, #6441A5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


}

.Hero {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 130px;
}

h1 {
  font-size: 36px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 43px;
  margin: 0 0 30px 0;
}

h2 {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 24px;
  margin: 0 0 30px 0;
}

@media (max-width: 992px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
}

.Punchline {
  // font-family: Helvetica-LightOblique;
  font-style: italic;
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 29px;
  margin-bottom: 75px;
  padding: 0 30px;
}

@media (max-width: 992px) {
  .Punchline { 
    font-size: 20px;
  }
}

.CTA {
  margin-top: 60px;
}

.CTA-button {
  background: #00AFEC;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.50);
  border-radius: 3px;
  cursor: pointer;
  padding: 15px 30px;
  font-size: 15px;
  color: white;
  line-height: 18px;
  text-decoration: none;
}

.CTA-button:hover, .CTA-button:focus {
  background-color: #0091C3;
}

.Steps {
  display: table;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (max-width: 992px) {
  .Steps {
    display: block;
  }
}


.Step {
  display: table-row;
  color: white;
}

@media (max-width: 992px) {
  .Step {
    display: block;
    padding: 0 20px 100px 20px;
  }
}

.Step-left {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 100px 0;
  margin: 0;

  width: 45%;
  text-align: right;
}

@media (max-width: 992px) {
  .Step-left {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
}

.Step-right {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 100px 0;
  margin: 0;
  width: 45%;
  text-align: left;
}

@media (max-width: 992px) {
  .Step-right {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 0 30px 0;
  }
}


.Step-arrow {
  display: table-cell;
  padding: 0;
  margin: 0;

  text-align: center;
  line-height: 0;
  position: relative;
  width: 10%;
  padding: 0;
  margin: 0;
}


@media (max-width: 992px) {
  .Step-arrow { display: none; }
}

.Step-arrow-oval { 
  height: 18px;

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.Step-arrow-line {
  background-color: white;
  width: 2px;
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.Step-arrow-end {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.Step-title {
  font-size: 20px;
  color: #FFC107;
  margin-bottom: 30px;
}

.Step-description {
  font-weight: 300;
  font-size: 16px;
}

.Step-channel {
  height: 25px;
  margin: 0 20px 20px 20px;
}

.Step-template {
  text-align: left;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
  padding: 15px;
  width: 100%;
}

.code-background { background-color: #272822; }
.code-blue { color: #66d9ef; }
.code-green { color: #a6e22e; }
.code-magenta { color: #f92672; }
.code-text { 
  text-align: left;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; 
  color: #f8f8f2;
}

@media (max-width: 992px) {
  .code-text { font-size: 10px; }
}
pre[class*=language-] {
  margin: 0;
}
.code-comment { color: slategray; }
.code-yellow { color: #e6db74; }
.code-purple { color: #ae81ff; }

.Send {
  background-color: #272822;
}
.Send-menu {
  background-color: black;
  font-size: 12px;
  text-align: left;
}
.Send-menu-item {
  display: inline-block;
  cursor: pointer;
  line-height: 45px;
  padding: 0 20px;
  color: #9B9B9B;
}

.Send-menu-item:hover, .Send-menu-item.active {
  background-color: #272822;
  color: #D1D1D1;
}

.Send-code {
  padding: 0 20px 20px 20px;
}

.Features {
  text-align: center;
  color: white;
  padding: 150px 30px 0 30px;
  position: relative;
}

@media (max-width: 992px) {
  .Features {
    padding-top: 100px;
  }
}

.Features-arrow {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.Features-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 43px;
  margin: 0 0 75px 0;
}

.Feature {
  margin-bottom: 100px;
}

.Feature-left {
  float: left;
  width: 47%;
  text-align: right;
}

@media (max-width: 992px) {
  .Feature-left {
    float: left;
    width: 100%;
    text-align: center;
  }
}


.Feature-right {
  float: right;
  width: 47%;
  text-align: left;
}

@media (max-width: 992px) {
  .Feature-right {
    float: right;
    width: 100%;
    text-align: center;
  }
}

.Feature-title {
  font-size: 20px;
  color: #FFC107;
  margin-bottom: 30px;
}

.Feature-description {
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 992px) {
  .Feature-description {
    margin-bottom: 30px;
  }
}

.Feature-code {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.50);
  padding: 15px;
  width: 100%;
}

.Feature-segment {
  width: 100%;
  max-width: 415px;
}

.Footer {
  background-color: black;
  padding: 75px 30px;
  text-align: center;
  color: white;
}
.Footer-logo {
  padding-bottom: 30px;
}
.Footer img { height: 10px; }

.Footer-social {
  padding-bottom: 30px;
  font-size: 36px;
}
.Footer a {
  padding: 0 20px 0 20px;
}

.Docs {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fcfcfc;
}

.Docs-menu {
  display: table-cell;
  vertical-align: top;
  width: 180px;
  overflow: hidden;
  // background-color: #141414;
  background: -webkit-linear-gradient(bottom, #243b55, #141e30);
  background: -o-linear-gradient(bottom, #243b55, #141e30);
  background: linear-gradient(to top, #243b55, #141e30);
  color: white;
}
@media (max-width: 991px) {
  .Docs-menu { display: none; }
}

@media (min-width: 1201px) {
  .Docs-menu { width: 250px; }
}

.Docs-menu-top {
  height: 80px;
  line-height: 80px;
  padding: 0 30px;
  text-align: center;
  border-bottom: 1px solid #2e2e2e;
  margin-bottom: 15px;
}
.Docs-menu-top img { width: 120px; }

.Docs-menu-title {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 30px 15px 30px;
  color: #d9d9d9;
  cursor: pointer;
  border-bottom: 1px solid #2e2e2e;
}

.Docs-menu-title .fa {
  position: absolute;
  right: 15px;
  padding-top: 3px;
  color: #666;
}

.Docs-menu-title:hover {
  color: white;
}

.Docs-menu-title.active {
  color: #FFC107;
}
  
.Docs-menu-section {
  display: none;
  // background-color: #263238;
  background-color: rgba(255, 255, 255, 0.1)
}

.Docs-menu-item {
  display: block;
  padding: 0px 30px;
  line-height: 40px;
  color: #b3b3b3;
  // border-bottom: 1px solid #1c2429;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.Docs-menu-item:visited { color: #b3b3b3; }

.Docs-menu-item:hover, .Docs-menu-item.active {
  // color: white;
  color: #FFC107;
}

.Docs-content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  color: #212121;
}
@media (min-width: 1025px) {
  .Docs-content { width: 760px; }
}
    
.Docs-content a {
  color: #00BCD4;
}
.Docs-content a:visited { color: #00BCD4;}
.Docs-content a:hover, .Docs-content a.active { color: #212121; }

.Docs-content-topbar {
  position: relative;
  height: 80px;
  line-height: 81px;
  text-align: right;
  padding-right: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.Docs-content-topbar-select {
  display: none;
  background-color: white;
  border: 1px solid #FFC107;
  border-radius: 3px;
  width: 150px;
  height: 34px;
  line-height: 34px;
}

@media (max-width: 991px) {
  .Docs-content-topbar-select  {
    display: inline;
  }
}

.Docs-content-topbar-logo {
  display: none;
  position: absolute;
  left: 30px;
  top: 21px;
  width: 38px;
}

@media (max-width: 991px) {
  .Docs-content-topbar-logo {
    display: inline;
  }
}
  
.Docs-content-topbar-link {
  display: none;
  margin-right: 30px;
  text-decoration: none;
}

@media (min-width: 993px) {
  .Docs-content-topbar-link {
    display: inline-block;
  }
}
  
.Docs-content-topbar-btn {
  display: none;
}

@media (min-width: 993px) {
  .Docs-content-topbar-btn {
    display: inline-block;
  }
}

.Docs-content-topbar-beta {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #E91E63;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 10px;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 991px) {
  .Docs-content-topbar-beta {
    left: 100px;
  }
}

@media (max-width: 992px) {
  .Docs-content-topbar-beta {
    display: none;
  }
}

hr {
  margin: 20px 0;
  border-top: 1px solid #eee;
}

.Docs-content h1 {
  color: #212121;
  padding: 30px 30px 30px 30px;
  margin: 0;
}

.Docs-content h2 {
  color: #212121;
  padding: 30px 30px 30px 30px;
  margin: 0;
  font-weight: 400;
}

.Docs-content h3 {
  color: #212121;
  padding: 30px 30px 30px 30px;
  margin: 0;
}

.Docs-content h4 {
  color: #212121;
  padding: 15px 30px 15px 30px;
  margin: 0;
}

.Docs-content p {
  padding: 0 30px 15px 30px;
}

.Docs-content-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .Docs-content-table {
    display: block;
  }
}

.Docs-content-tr {
  display: table-row;
}

.Docs-content-text {
  display: table-cell;
  vertical-align: top;
  background-color: white;
}
@media (max-width: 992px) {
  .Docs-content-text { display: block; }

  .Docs-content-text h1 {
    margin-top: 80px;
  }

  .Docs-content-text hr { display: none; }
}

.Docs-content-code {
      display: table-cell;
      vertical-align: top;
      background-color: #171f26;
      color: #f2f2f2;
      min-width: 460px;
}
@media (max-width: 992px) {
  .Docs-content-code{ display: block; }
  .Docs-content-code hr { display: none; }
}

.Docs-content-code pre, code {
  min-width: 400px;
  white-space: pre-wrap !important;
} 
      
.Docs-content-code p a:hover {
  color: #007888 !important;
}
  
.Docs-content-code hr {
  border-color: #2a3946;
}
      
@media (max-width: 992px) {
  .Docs-content-code-spacer { display: none; }
}

.Docs-content-code-topbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: black;
}

@media (max-width: 992px) {
  .Docs-content-code-topbar {
    position: absolute;
    top: 80px;
  }
}

.Docs-content-code-topbar-item {
  display: inline-block;
  line-height: 80px;
  color: #b3b3b3 !important;
  cursor: pointer;
  padding: 0 0 0 30px;
}
.Docs-content-code-topbar-item:hover { color: white !important; }
.Docs-content-code-topbar-item.active {
  color: #FFC107 !important;
}

.Docs-content-code table th { 
  color: white !important;
  border-top: 1px solid #5c5c5c !important;
  font-weight: 400;
}

.Docs-content-code table td { 
  border-top: 1px solid #5c5c5c !important;
  font-weight: 300;
}

.Docs-content-code-title {
  font-size: 16px;
  padding: 0 30px;
}

.Docs-content-popup {
  display: inline-block;
  margin: 30px;
  width: 25%;
}
.Docs-content-popup img {
  width: 100%;
  padding: 15px;
  border: 1px solid #00BCD4;
  border-radius: 3px;
}
.Docs-content-popup img:hover {
  border: 1px solid #212121;
  cursor: zoom-in;
}

.Docs.api .Docs-content {
  width: 100%;
}

.Docs-void {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  background-color: #e6e6e6;
}
@media (max-width: 1023px) {
  .Docs-void { display: none; }
}

.Docs-note {
  margin: 0 30px 15px 30px;
  padding: 15px;
  background-color: #fbf8e9;
  border-left: 2px solid #f79e54;
}

.Docs-card {
  display: block;
  margin: 0 30px 15px 30px;
  padding: 20px;
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #212121 !important;
  text-decoration: none;
}

.Docs-card:hover {
  background-color: #ebebeb;
  // box-shadow: 0px 0px 5px 0px #00BCD4;
}

.Docs-card-icon {
  float: left;
  font-size: 36px;
  vertical-align: top;
  width: 60px;
  // color: darken(white, 50%);
}

.Docs-card-title {
  display: block;
  font-size: 16px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.Docs-card-description {
  display: block;
}

.Docs-channel {
  display: inline-block;
  width: 200px;
  background-color: #f2f2f2;
  border-radius: 3px;
  margin: 0 0 30px 30px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
}
.Docs-channel:hover {
  background-color: #ebebeb;
}
.Docs-channel img {
  vertical-align: middle;
}

.Label {
  background-color: black;
  color: black;
  border-radius: 14px;
  padding: 4px 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
}

.Label-xs { 
  border-radius: 9px;
  font-size: 10px;
  line-height: 10px;
  padding: 1px 6px 1px 6px;
  font-weight: 600;
}

.Label-info {
  background-color: #5BC0DE;
  color: white;
}

.Label-success {
  background-color: #8BC34A;
  color: white;
}

.Label-warning {
  background-color: #FF9800;
  color: black;
}

.Label-danger {
  background-color: #f44336;
  color: white;
}


.code {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

.required, .optional {
  font-size: 12px;
  font-weight: 400;
}

.required {
  color: #FF5722;
  // text-transform: uppercase;
}

.optional {
  color: #b3b3b3;
}

.HomeForm {
  text-align: left;
  padding: 0 15px;
  // display: table-cell;

  // @media (max-width: 992px) {
  //   display: block;
  // }
} 
.HomeForm-container {
  // display: table;
  // width: 100%;
  // max-width: 700px;
  // margin: 0 auto;

  // @media (max-width: 992px) {
  //   display: block;
  //   max-width: 480px;
  //   margin: 0 auto;
  // }
}

.HomeForm-details {
  // display: table-cell;
  // width: 200px;
  text-align: left;
  // padding-left: 15px;
  color: white;

  // @media (max-width: 992px) {
  //   display: block;
  //   width: 100%;
  //   margin-top: 100px;
  // }
}

.HomeForm-title {
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.HomeForm-result {
  margin: 0 auto;
  max-width: 480px;
  text-align: left;
}

.HomeForm label {
  color: #FFC107;
}

.HomeForm input, .HomeForm select, .HomeForm textarea {
  background-color: #e6e6e6;
  color: black;
}

.HomeForm .form-group { color: white}

.HomeForm .form-control[disabled], .HomeForm .form-control[readonly], .HomeForm fieldset[disabled] .form-control {
  background-color: darken(white, 40%);
}

.HomeForm textarea {
  height: 150px;
}

.Contact-left {
  float: left;
  width: 60%;
}
.Contact-right {
  float: right;
  width: 35%;
}

@media (max-width: 768px) {
  .Contact-right, .Contact-left {
    width: 100%;
  }
}

.About {
  width: 800px;
  margin: 0 auto 60px auto;
  padding: 0 30px;
  color: white;
}
@media (max-width: 768px) {
  .About { width: 100%; }
}


.Terms {
  width: 700px;
  margin: 0 auto 60px auto;
  padding: 0 30px;
  color: white;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.Terms h2 {
  margin: 60px 0 30px 0;
}

.Terms p { margin-bottom: 30px; }

@media (max-width: 768px) {
  .Terms { 
    width: 100%;
  }
}

.Team-member {
  display: table;
  color: white;
  width: 800px;
  margin: 0 auto 60px auto;
  text-align: left;
}
@media (max-width: 768px) {
  .Team-member {
    display: block;
    width: 100%;
  }
}

.Team-member-photo {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
  width: 180px;
}

.Team-member-photo img {
  height: 150px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .Team-member-photo {
    display: block;
    width: 100%;
    text-align: center;

    padding: 0 0 30px 0;
  }
}

.Team-member-text {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .Team-member-text { 
    display: block;
    width: 100%;
    text-align: center;
  }
}

.Team-member-name {
  font-size: 20px;
}

.Team-member-title {
  font-weight: 300;
  color: #e6e6e6;
}

.Team-member-about {
  padding-top: 30px;
}

.form-group {
  margin-bottom: 15px;
}
dt, label {
  font-weight: 700;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
.form-control, output {
  font-size: 14px;
  line-height: 1.42857143;
  color: #FFC107;
  display: block;
}
.form-control {
  width: 100%;
  height: 36px;
  padding: 7px 15px;
  background-color: #344454;
  border: 1px solid #161d24;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

.Plan {
  width: 220px;
  display: inline-block;
  background-color: white;
  box-shadow: 0 15px 35px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.64);
  margin: 2px 2px 32px 2px;
}

@media (max-width: 1200px) {
  .Plan {
    width: 170px;
  }
}

@media (max-width: 992px) {
  .Plan {
    width: 126px;
  }
}

@media (max-width: 768px) {
  .Plan {
    width: 100%;
  }
}

.Plan-title {
  font-size: 20px;
  color: #00BCD4;
  font-weight: bold;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}

.Plan-quota {
  font-size: 22px;
  font-weight: 400;
}

.Plan-quota-title {
  margin-bottom: 32px;
}

.Plan-then {
  font-size: 11px;
  color: rgba(0,0,0,0.5)
}

.Plan-price {
  font-size: 22px;
  padding: 32px 0;
}