/*! 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
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  /* 1 */
  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; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/**
 * 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 {
  border-style: solid;
  -webkit-box-sizing: content-box;
          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 */
  outline: none; }

/**
 * 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"],
[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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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,
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; }

/* MEDIA QUERIES ----------- */
/* MIXINS FOR MEDIA QUERIES ----------- */
.clear {
  clear: both; }

.clearfix:before, .clearfix:after {
  content: '';
  display: table; }

.clearfix:after {
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%; }
  .container--sm {
    max-width: 760px; }
  .container--md {
    max-width: 960px; }
  .container--lg {
    max-width: 1240px; }

.grid {
  display: inline-block;
  position: relative;
  width: 100%; }
  .grid--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid--with-gutters {
    margin-left: -8px;
    width: calc(100% + 16px); }

.grid__column {
  float: left; }
  .grid__column--12 {
    width: 100%; }
  .grid__column--11 {
    width: 91.66667%; }
  .grid__column--10 {
    width: 83.33333%; }
  .grid__column--9 {
    width: 75%; }
  .grid__column--8 {
    width: 66.66667%; }
  .grid__column--7 {
    width: 58.33333%; }
  .grid__column--6 {
    width: 50%; }
  .grid__column--5 {
    width: 41.66667%; }
  .grid__column--4 {
    width: 33.33333%; }
  .grid__column--3 {
    width: 25%; }
  .grid__column--20 {
    width: 20%; }
  .grid__column--2 {
    width: 16.66667%; }
  .grid__column--1 {
    width: 8.33333%; }
  .grid__column--relative {
    position: relative; }
  .grid__column--centered {
    float: none;
    margin: 0 auto; }
  .grid--with-gutters .grid__column {
    padding-left: 8px;
    padding-right: 8px; }
  .grid--flex .grid__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .grid__column--offset-3 {
    margin-left: 25%; }

@media screen and (max-width: 600px) {
  .grid__column {
    width: 100%; }
    .grid__column--4-s {
      width: 33.33333%; }
    .grid__column--5-s {
      width: 41.66667%; }
    .grid__column--6-s {
      width: 50%; }
    .grid__column--7-s {
      width: 58.33333%; } }

.setup-step-item__number {
  position: absolute; }

@font-face {
  font-family: 'Circular';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/circular/circular-book.ttf");
  src: url("../fonts/circular/circular-book.ttf") format("truetype"); }

@font-face {
  font-family: 'Circular_bold';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/circular/circular-bold.ttf");
  src: url("../fonts/circular/circular-bold.ttf") format("truetype"); }

a {
  color: inherit;
  text-decoration: none; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 600px) {
    html {
      font-size: 58%; } }

body {
  color: #484848;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6rem; }

h1,
h2,
h3,
h4,
h5 {
  color: #484848;
  margin-bottom: 0;
  font-family: "circular", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

.dc-font-thin {
  font-weight: 100; }

.dc-font-normal {
  font-weight: normal; }

.dc-font-bold {
  font-weight: bold; }

.dc-text-center {
  text-align: center; }

@media screen and (max-width: 600px) {
  .dc-text-center-s {
    text-align: center; } }

.dc-text-left {
  text-align: left; }

.dc-text-right {
  text-align: right; }

.dc-text-center {
  text-align: center; }

.dc-body-title {
  font-size: 1.7rem; }

.dc-body-text {
  font-size: 1.5rem;
  line-height: 1.3; }

.dc-body-excerpt {
  font-size: 1.7rem;
  line-height: 1.3; }

.dc-header-inverted {
  color: white; }

.global-nav {
  font-size: 1.5rem;
  height: 70px;
  left: 0;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100; }
  @media screen and (max-width: 600px) {
    .global-nav {
      padding-top: 15px; } }
  .global-nav__item {
    color: white;
    display: inline-block;
    position: relative; }
    .global-nav__item a {
      display: inline-block;
      padding: 15px; }
  .global-nav__button {
    display: inline-block;
    padding-right: 0;
    position: relative; }
  .global-nav__left {
    float: left; }
  .global-nav__light {
    color: #1d1d1f !important; }
  .global-nav__logo {
    display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    font-size: 2rem; }
    .global-nav__logo span {
      float: left;
      line-height: 40px;
      padding-left: 10px;
      font-weight: 500; }
      @media screen and (max-width: 600px) {
        .global-nav__logo span {
          font-size: 14px;
          line-height: 20px; } }
    .global-nav__logo img {
      height: 40px;
      float: left; }
    @media screen and (max-width: 600px) {
      .global-nav__logo img {
        height: 20px; } }
  .global-nav__menu {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 5px; }
    @media screen and (max-width: 600px) {
      .global-nav__menu {
        display: none; } }
  .global-nav__right {
    float: right; }
  .global-nav__login {
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 6px; }
    .global-nav__login:hover {
      background: #1FA0E0;
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }

.global-nav__item--has-dropdown {
  padding-right: 19px; }
  .global-nav__item--has-dropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #7999B8;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 22px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
  .global-nav__item--has-dropdown:hover .global-dropdown-menu {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.global-dropdown-menu {
  background: #3C485E;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  pointer-events: none;
  top: 100%;
  -webkit-transition: opacity .3s, transform .3s;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%); }
  .global-dropdown-menu:before {
    border: solid transparent;
    border-color: none;
    border-bottom-color: #3C485E;
    border-width: 6px;
    bottom: 100%;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -6px;
    pointer-events: none;
    position: absolute;
    width: 0; }

.global-dropdown-menu__divider {
  background-color: rgba(255, 255, 255, 0.05);
  height: 1px;
  margin: 5px 0;
  width: 100%; }

.global-dropdown-menu__item {
  color: white;
  font-size: 1.5rem;
  padding: 2.5px 10px;
  margin: 0;
  text-transform: capitalize;
  -webkit-transition: color .3s;
  transition: color .3s; }
  .global-dropdown-menu__item.wide {
    width: 180px; }
  .global-dropdown-menu__item a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    padding: 0; }
  .global-dropdown-menu__item--muted {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem; }
  .global-dropdown-menu__item:hover {
    color: #1FA0E0; }
  .global-dropdown-menu__item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .global-dropdown-menu__item:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }

.global-mobile-nav {
  display: none;
  float: right; }
  @media screen and (max-width: 600px) {
    .global-mobile-nav {
      display: block; } }
  .global-mobile-nav__trigger {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 10px 5px; }
    .global-mobile-nav__trigger.is-active span:nth-child(2) {
      opacity: 0; }
    .global-mobile-nav__trigger.is-active span:first-child {
      top: 0.438em;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .global-mobile-nav__trigger.is-active span:last-child {
      top: -0.313em;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .global-mobile-nav__trigger span {
      background-color: white;
      display: block;
      height: 0.125em;
      margin-bottom: .250em;
      position: relative;
      top: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 1.25em; }
      .global-mobile-nav__trigger span:last-child {
        margin-bottom: 0; }

.global-mobile-nav-menu {
  animation: fade-in 1s;
  -webkit-animation: fade-in 1s;
  background: #3C485E;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.05);
  display: none;
  left: 20px;
  padding: 10px 30px 30px;
  position: absolute;
  top: 60px;
  right: 20px; }
  .global-mobile-nav-menu__item a {
    color: white;
    display: block;
    font-size: 2rem;
    line-height: 2.2; }
  .global-mobile-nav-menu__label {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.3rem;
    margin: 30px 0 10px; }

button,
.button {
  background-color: #1FA0E0;
  border: none;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: inline-block;
  font-family: "Circular_bold", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  height: 77px;
  outline: none;
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-property: background, box-shadow, color, transform;
  -webkit-transition-property: background, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background, color, -webkit-box-shadow, -webkit-transform;
  transition-property: background, box-shadow, color, transform;
  transition-property: background, box-shadow, color, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (max-width: 600px) {
    button,
    .button {
      padding-left: 2em;
      padding-right: 2em;
      height: 60px; } }
  button:hover,
  .button:hover {
    -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px); }

.button--rounded {
  border-radius: 100px; }

.button--full {
  text-align: center;
  width: 100%; }

.button--ghost {
  height: 50px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 14px;
  font-weight: 400;
  background: none;
  border: 1px solid #1FA0E0; }

.button--default, .button--default-white {
  color: #3C485E;
  position: relative; }

.button--default-white {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }

.button--light {
  border: solid 1px whitesmoke;
  color: #121738; }

.button--green {
  color: white;
  background-color: #25A568;
  border-color: #25A568;
  -webkit-box-shadow: none;
          box-shadow: none; }

.button--primary {
  color: #fff;
  background-color: #0090f7;
  border-color: #0090f7; }

.button--text {
  background: none;
  border: none;
  color: #3C485E;
  line-height: auto;
  height: auto;
  padding: 0; }
  .button--text:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-decoration: underline; }

.button--sm {
  padding: 15px; }

.button--small {
  height: 50px;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 14px;
  font-weight: 400; }

.button--large {
  border-radius: 6px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 2em;
  padding-right: 2em; }

button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65; }

.project-estimate {
  margin-top: 50px;
  margin-bottom: -3px;
  padding-bottom: 50px;
  background: white; }
  .project-estimate .project-estimate_left {
    float: left;
    font-size: 44px !important;
    line-height: 53px; }
    @media screen and (max-width: 600px) {
      .project-estimate .project-estimate_left {
        font-size: 30px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      .project-estimate .project-estimate_left br {
        display: none; } }
  .project-estimate .project-estimate_right {
    padding-top: 10px;
    float: left;
    text-align: right; }
    @media screen and (max-width: 600px) {
      .project-estimate .project-estimate_right {
        text-align: left; } }

.global-footer {
  background: #1B1D1C;
  border-top: solid 1px #efefef;
  color: white;
  margin-top: 0;
  z-index: 1; }
  .global-footer__header {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  .global-footer__grid {
    padding: 50px 0; }
  .global-footer__menu a {
    line-height: 1.6;
    font-size: 1.4rem;
    color: white; }
    .global-footer__menu a:hover {
      color: #61BFAD; }
  .global-footer__divider {
    border-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }
  .global-footer__contact {
    color: white;
    display: block;
    margin-top: 5px; }
  .global-footer__address {
    line-height: 1.3;
    font-size: 1.4rem;
    padding-right: 20%; }
  .global-footer__copyright {
    font-size: 1.3rem;
    margin-top: 40px;
    text-align: center; }
  .global-footer__logo {
    height: 60px;
    margin-top: 20px; }
  .global-footer .footer-logo {
    height: 300px;
    margin-bottom: 0; }
    @media screen and (max-width: 600px) {
      .global-footer .footer-logo {
        height: 100px; } }
  .global-footer .copyright {
    margin-bottom: 0; }

.global-hero_landing {
  width: 100%;
  height: 800px;
  background: #121738;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 600px) {
    .global-hero_landing {
      height: 500px;
      line-height: normal;
      text-align: center; }
      .global-hero_landing br {
        display: none; } }
  .global-hero_landing .arrow-down {
    width: 30px;
    position: absolute;
    margin: 0 auto;
    bottom: 50px;
    right: 0;
    left: 0;
    cursor: pointer; }
    @media screen and (max-width: 600px) {
      .global-hero_landing .arrow-down {
        width: 20px;
        bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .global-hero_landing .copy {
      width: 100%; } }
  .global-hero_landing .copy p {
    width: 60%;
    color: #C7EAF2;
    font-size: 2rem;
    line-height: 36px;
    margin: 30px auto;
    font-family: 'Roboto'; }
    @media screen and (max-width: 600px) {
      .global-hero_landing .copy p {
        width: 90%;
        font-size: 16px;
        line-height: normal; } }
  .global-hero_landing button {
    margin-right: 20px;
    z-index: 9999; }
    @media screen and (max-width: 600px) {
      .global-hero_landing button {
        margin-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .global-hero_landing .background {
      display: none; } }
  .global-hero_landing .background img {
    height: 60%;
    position: absolute;
    top: 20%;
    right: 0; }
  .global-hero_landing h1 {
    color: #C7EAF2;
    margin: 0;
    font-size: 7rem;
    font-weight: normal;
    font-family: 'Circular_bold';
    z-index: 2;
    padding-top: 200px;
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .global-hero_landing h1 {
        width: 80%;
        font-size: 3rem;
        padding-top: 130px; } }

.app-illustrations {
  display: block;
  position: relative;
  right: 0;
  top: 0;
  left: 0; }
  .app-illustrations .devices-header {
    width: 1090px;
    height: 1090px;
    position: absolute;
    opacity: 1;
    left: 20px;
    top: 80px;
    -webkit-transform: none;
            transform: none;
    left: calc(-10px + (100vw - 670px) * .081081);
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0; }
    .app-illustrations .devices-header .screen {
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      border-radius: 8px;
      overflow: hidden; }
    .app-illustrations .devices-header div {
      position: absolute;
      width: 1090px;
      height: 1090px;
      background-size: 100% 100%; }
    .app-illustrations .devices-header .tablet {
      -webkit-clip-path: url(https://stripe.com/img/v3/payments/devices-header/tablet-mask.svg#clip);
      clip-path: url(https://stripe.com/img/v3/payments/devices-header/tablet-mask.svg#clip);
      -webkit-mask: url(https://stripe.com/img/v3/payments/devices-header/tablet-mask.svg#clip);
      mask: url(https://stripe.com/img/v3/payments/devices-header/tablet-mask.svg#clip);
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: transform 0.5s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: transform 0.5s cubic-bezier(0.22, 0.51, 0.38, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.51, 0.38, 1); }
      .app-illustrations .devices-header .tablet .screen {
        width: 720px;
        height: 540px;
        -webkit-transform: matrix3d(0.60596, 0.08249, 0, -0.00013, -0.16947, 0.74842, 0, -0.00001, 0, 0, 1, 0, 276, 261, 0, 1);
                transform: matrix3d(0.60596, 0.08249, 0, -0.00013, -0.16947, 0.74842, 0, -0.00001, 0, 0, 1, 0, 276, 261, 0, 1);
        -webkit-box-shadow: 1px 1px 4px rgba(107, 124, 147, 0.5);
                box-shadow: 1px 1px 4px rgba(107, 124, 147, 0.5); }
    .app-illustrations .devices-header .phone {
      -webkit-clip-path: url(https://stripe.com/img/v3/payments/devices-header/phone-mask.svg#clip);
      clip-path: url(https://stripe.com/img/v3/payments/devices-header/phone-mask.svg#clip);
      -webkit-mask: url(https://stripe.com/img/v3/payments/devices-header/phone-mask.svg);
      mask: url(https://stripe.com/img/v3/payments/devices-header/phone-mask.svg);
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      -webkit-transition: -webkit-transform 1s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: -webkit-transform 1s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: transform 1s cubic-bezier(0.22, 0.51, 0.38, 1);
      transition: transform 1s cubic-bezier(0.22, 0.51, 0.38, 1), -webkit-transform 1s cubic-bezier(0.22, 0.51, 0.38, 1); }
      .app-illustrations .devices-header .phone .screen {
        width: 270px;
        height: 480px;
        -webkit-transform: matrix3d(0.8305, -0.01672, 0, 0.00011, 0.05153, 0.83577, 0, 0.00004, 0, 0, 1, 0, 59, 90, 0, 1);
                transform: matrix3d(0.8305, -0.01672, 0, 0.00011, 0.05153, 0.83577, 0, 0.00004, 0, 0, 1, 0, 59, 90, 0, 1);
        -webkit-box-shadow: -1px 1px 4px rgba(107, 124, 147, 0.5);
                box-shadow: -1px 1px 4px rgba(107, 124, 147, 0.5); }
  .app-illustrations .phone-big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    height: 553px; }
  .app-illustrations .phone-small {
    width: 225px;
    height: 467px;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 50px 50px 0 0; }
  .app-illustrations .tablet-portrait {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: 675px;
    margin-top: 50px; }

.global-hero_sm {
  width: 100%;
  height: 250px;
  background: #121738;
  text-align: center;
  line-height: 300px; }
  .global-hero_sm h1 {
    color: #ffffff;
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Circular_bold'; }
    @media screen and (max-width: 600px) {
      .global-hero_sm h1 {
        font-size: 3rem; } }
  @media screen and (max-width: 600px) {
    .global-hero_sm {
      height: 300px;
      line-height: 300px; } }

.global-hero_about {
  width: 100%;
  height: 450px;
  background: #121738;
  text-align: center;
  line-height: 450px; }
  .global-hero_about h1 {
    color: #ffffff;
    margin: 0;
    font-weight: bold;
    font-size: 6rem; }
    @media screen and (max-width: 600px) {
      .global-hero_about h1 {
        font-size: 3rem; } }
  @media screen and (max-width: 600px) {
    .global-hero_about {
      height: 300px;
      line-height: 300px; } }

.global-hero_resources {
  width: 100%;
  height: 450px;
  background: none;
  text-align: left;
  padding-top: 150px; }
  .global-hero_resources h1 {
    color: #121738;
    margin: 0; }
    @media screen and (max-width: 600px) {
      .global-hero_resources h1 {
        font-size: 5rem; } }
  .global-hero_resources p {
    font-size: 28px;
    color: #484848;
    margin-top: 20px; }
  @media screen and (max-width: 600px) {
    .global-hero_resources {
      height: 300px;
      line-height: 300px; } }

.svg {
  display: inline-block;
  height: 48px;
  width: 48px; }
  .svg--small {
    height: 12px;
    width: 12px; }
  .svg--large {
    height: 72px;
    width: 72px; }

.svg--calculator {
  background: url("../images/icons/sprite.svg") 0 60% no-repeat; }

.svg--calculator-dims {
  width: 48px;
  height: 48px; }

.svg--card {
  background: url("../images/icons/sprite.svg") 40% 80% no-repeat; }

.svg--card-dims {
  width: 48px;
  height: 48px; }

.svg--card-small {
  background: url("../images/icons/sprite.svg") 47.82609% 30.43478% no-repeat; }

.svg--card-small-dims {
  width: 12px;
  height: 12px; }

.svg--cards {
  background: url("../images/icons/sprite.svg") 100% 60% no-repeat; }

.svg--cards-dims {
  width: 48px;
  height: 48px; }

.svg--check {
  background: url("../images/icons/sprite.svg") 99.17355% 99.17355% no-repeat; }

.svg--check-dims {
  width: 46px;
  height: 46px; }

.svg--cheers {
  background: url("../images/icons/sprite.svg") 60% 20% no-repeat; }

.svg--cheers-dims {
  width: 48px;
  height: 48px; }

.svg--custom {
  background: url("../images/icons/sprite.svg") 60% 40% no-repeat; }

.svg--custom-dims {
  width: 48px;
  height: 48px; }

.svg--cv {
  background: url("../images/icons/sprite.svg") 0 0 no-repeat; }

.svg--cv-dims {
  width: 72px;
  height: 72px; }

.svg--date {
  background: url("../images/icons/sprite.svg") 20% 60% no-repeat; }

.svg--date-dims {
  width: 48px;
  height: 48px; }

.svg--date-small {
  background: url("../images/icons/sprite.svg") 43.47826% 30.43478% no-repeat; }

.svg--date-small-dims {
  width: 12px;
  height: 12px; }

.svg--decision-tree {
  background: url("../images/icons/sprite.svg") 60% 60% no-repeat; }

.svg--decision-tree-dims {
  width: 48px;
  height: 48px; }

.svg--easy-integration {
  background: url("../images/icons/sprite.svg") 80% 0 no-repeat; }

.svg--easy-integration-dims {
  width: 48px;
  height: 48px; }

.svg--export {
  background: url("../images/icons/sprite.svg") 80% 20% no-repeat; }

.svg--export-dims {
  width: 48px;
  height: 48px; }

.svg--infrastructure {
  background: url("../images/icons/sprite.svg") 80% 40% no-repeat; }

.svg--infrastructure-dims {
  width: 48px;
  height: 48px; }

.svg--libraries {
  background: url("../images/icons/sprite.svg") 80% 60% no-repeat; }

.svg--libraries-dims {
  width: 48px;
  height: 48px; }

.svg--magic-hat {
  background: url("../images/icons/sprite.svg") 33.33333% 0 no-repeat; }

.svg--magic-hat-dims {
  width: 72px;
  height: 72px; }

.svg--multi-business {
  background: url("../images/icons/sprite.svg") 20% 80% no-repeat; }

.svg--multi-business-dims {
  width: 48px;
  height: 48px; }

.svg--multicurrency {
  background: url("../images/icons/sprite.svg") 30% 30% no-repeat; }

.svg--multicurrency-dims {
  width: 48px;
  height: 48px; }

.svg--network {
  background: url("../images/icons/sprite.svg") 60% 80% no-repeat; }

.svg--network-dims {
  width: 48px;
  height: 48px; }

.svg--next-day-payouts {
  background: url("../images/icons/sprite.svg") 80% 80% no-repeat; }

.svg--next-day-payouts-dims {
  width: 48px;
  height: 48px; }

.svg--people {
  background: url("../images/icons/sprite.svg") 100% 0 no-repeat; }

.svg--people-dims {
  width: 48px;
  height: 48px; }

.svg--play-small {
  background: url("../images/icons/sprite.svg") 47.82609% 26.08696% no-repeat; }

.svg--play-small-dims {
  width: 12px;
  height: 12px; }

.svg--plugins {
  background: url("../images/icons/sprite.svg") 100% 40% no-repeat; }

.svg--plugins-dims {
  width: 48px;
  height: 48px; }

.svg--price-tag {
  background: url("../images/icons/sprite.svg") 0 33.33333% no-repeat; }

.svg--price-tag-dims {
  width: 72px;
  height: 72px; }

.svg--recurring {
  background: url("../images/icons/sprite.svg") 100% 80% no-repeat; }

.svg--recurring-dims {
  width: 48px;
  height: 48px; }

.svg--reporting {
  background: url("../images/icons/sprite.svg") 0 100% no-repeat; }

.svg--reporting-dims {
  width: 48px;
  height: 48px; }

.svg--retry {
  background: url("../images/icons/sprite.svg") 20% 100% no-repeat; }

.svg--retry-dims {
  width: 48px;
  height: 48px; }

.svg--safe {
  background: url("../images/icons/sprite.svg") 40% 100% no-repeat; }

.svg--safe-dims {
  width: 48px;
  height: 48px; }

.svg--security {
  background: url("../images/icons/sprite.svg") 60% 100% no-repeat; }

.svg--security-dims {
  width: 48px;
  height: 48px; }

.svg--security-small {
  background: url("../images/icons/sprite.svg") 43.47826% 26.08696% no-repeat; }

.svg--security-small-dims {
  width: 12px;
  height: 12px; }

.svg--split {
  background: url("../images/icons/sprite.svg") 100% 20% no-repeat; }

.svg--split-dims {
  width: 48px;
  height: 48px; }

.svg--subscribe {
  background: url("../images/icons/sprite.svg") 40% 60% no-repeat; }

.svg--subscribe-dims {
  width: 48px;
  height: 48px; }

.svg--ussd {
  background: url("../images/icons/sprite.svg") 60% 0 no-repeat; }

.svg--ussd-dims {
  width: 48px;
  height: 48px; }

.svg--webhooks {
  background: url("../images/icons/sprite.svg") 0 80% no-repeat; }

.svg--webhooks-dims {
  width: 48px;
  height: 48px; }

.svg--zero-setup {
  background: url("../images/icons/sprite.svg") 80% 100% no-repeat; }

.svg--zero-setup-dims {
  width: 48px;
  height: 48px; }

.landing-page_intro {
  padding-top: 50px;
  padding-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .landing-page_intro {
      padding-top: 70px; } }
  .landing-page_intro h2 {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    font-family: 'circular';
    color: #121738; }
    @media screen and (max-width: 600px) {
      .landing-page_intro h2 {
        width: 100%;
        font-size: 3rem; } }
  .landing-page_intro p {
    line-height: 26px; }
    @media screen and (max-width: 600px) {
      .landing-page_intro p {
        width: 100%; } }
  .landing-page_intro .fields {
    width: 80%;
    height: 400px;
    display: block;
    margin: 50px auto 0; }
    .landing-page_intro .fields .grid__column--12 {
      padding-left: 140px; }
      @media screen and (max-width: 600px) {
        .landing-page_intro .fields .grid__column--12 {
          padding-left: 0; } }
    @media screen and (max-width: 600px) {
      .landing-page_intro .fields {
        width: 100%; } }
    .landing-page_intro .fields p {
      text-align: center;
      font-weight: bold; }
      @media screen and (max-width: 600px) {
        .landing-page_intro .fields p {
          float: left; } }
    .landing-page_intro .fields .field {
      height: 130px;
      background-color: #81D2EB;
      margin: 10px;
      margin-bottom: 30px;
      padding: 20px 10px 20px;
      text-align: center;
      color: #121738;
      font-size: 12px;
      font-weight: bold; }
      .landing-page_intro .fields .field img {
        height: 40px; }
  .landing-page_intro .clients__logos {
    min-height: 100px;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .landing-page_intro .clients__logos {
        display: none; } }
    .landing-page_intro .clients__logos .clients__logo {
      height: 100px;
      line-height: 100px; }
      .landing-page_intro .clients__logos .clients__logo img {
        width: 97%; }

.talent {
  width: 100%;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #121738;
  min-height: 300px;
  height: auto;
  float: left;
  position: relative; }
  @media screen and (max-width: 600px) {
    .talent {
      padding-top: 50px; } }
  @media screen and (max-width: 600px) {
    .talent .background {
      display: none; } }
  .talent .background img {
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1; }
  .talent .pull-right {
    z-index: 9999;
    position: relative; }
  .talent h2 {
    font-size: 4rem;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #C7EAF2; }
    @media screen and (max-width: 600px) {
      .talent h2 {
        margin-top: 40px; } }
  .talent .button--small {
    z-index: 9999; }
  .talent .button--ghost {
    z-index: 9999;
    margin-left: 20px; }
    @media screen and (max-width: 600px) {
      .talent .button--ghost {
        margin-top: 20px;
        margin-left: 0; } }
  .talent .talent-title_sub {
    font-size: 1.8rem;
    margin-bottom: 100px;
    width: 400px;
    line-height: 25px;
    color: #C7EAF2;
    font-weight: 300;
    font-family: 'Roboto';
    z-index: 9999; }
    @media screen and (max-width: 600px) {
      .talent .talent-title_sub {
        width: 100%;
        margin-bottom: 50px; } }
  .talent .talent-stats {
    padding: 40px;
    text-align: center;
    border: 3px dashed #1FA0E0; }
    .talent .talent-stats img {
      margin-top: 20px;
      margin-bottom: 20px; }
    .talent .talent-stats .talent-count {
      font-size: 3em;
      font-weight: 400;
      margin: 0;
      color: #1FA0E0;
      text-align: center; }
    .talent .talent-stats .talent-count_title {
      color: #ffffff;
      text-align: center; }

.process {
  width: 100%;
  float: left;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #ffffff;
  min-height: 300px;
  height: auto;
  position: relative; }
  .process h3 {
    font-size: 28px;
    color: #121738; }
  .process p {
    font-size: 16px;
    width: 400px; }
    @media screen and (max-width: 600px) {
      .process p {
        width: 100%; } }
  .process .process-step {
    padding-left: 155px; }
    @media screen and (max-width: 600px) {
      .process .process-step {
        margin-top: 50px;
        padding-left: 0; }
        .process .process-step:nth-of-type(1) {
          margin-top: 0; } }
    .process .process-step:nth-of-type(even) {
      margin-top: 100px;
      padding-left: 50px; }
      @media screen and (max-width: 600px) {
        .process .process-step:nth-of-type(even) {
          margin-top: 50px; } }
    .process .process-step .process-step_screenshot {
      width: 400px;
      height: 400px;
      display: block;
      background: #f4f4f4;
      -webkit-box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
              box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
      border-radius: 4px;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 600px) {
        .process .process-step .process-step_screenshot {
          width: 100%; } }
      .process .process-step .process-step_screenshot img {
        height: 100%; }

.clients {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FBFBFB;
  min-height: 300px;
  float: left; }
  .clients h2 {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    color: #121738; }
    @media screen and (max-width: 600px) {
      .clients h2 {
        font-size: 2.5rem; } }
  .clients .clients-title_sub {
    font-size: 2rem;
    margin-bottom: 100px;
    margin: 1.75em auto 30px;
    width: 550px;
    color: #121738; }
    @media screen and (max-width: 600px) {
      .clients .clients-title_sub {
        width: 100%;
        margin-bottom: 50px; } }
  .clients .testimonial-container {
    padding: 15px; }
    @media screen and (max-width: 600px) {
      .clients .testimonial-container {
        width: 100%;
        padding: 15px 0; } }
    .clients .testimonial-container .testimonial {
      height: 320px;
      background: none;
      text-align: center;
      line-height: 25px;
      padding: 60px 30px 60px; }
      @media screen and (max-width: 600px) {
        .clients .testimonial-container .testimonial {
          height: auto;
          padding: 15px; } }
      .clients .testimonial-container .testimonial p {
        text-align: left; }
      .clients .testimonial-container .testimonial img {
        margin-left: 0;
        width: 100%; }
  .clients .what-clients-say {
    color: #ffffff;
    margin-top: 50px; }
    .clients .what-clients-say h3 {
      font-size: 2.5rem;
      color: #121738;
      margin-bottom: 30px; }
    .clients .what-clients-say p {
      color: #121738; }
    .clients .what-clients-say .clients-tabs {
      width: 60%;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 600px) {
        .clients .what-clients-say .clients-tabs {
          width: 100%; } }
      .clients .what-clients-say .clients-tabs .word {
        padding: 0 20%;
        line-height: 1.47;
        font-size: 18px; }
        @media screen and (max-width: 600px) {
          .clients .what-clients-say .clients-tabs .word {
            padding: 0 10%; } }
      .clients .what-clients-say .clients-tabs .thumbnails {
        width: 50%;
        height: 80px;
        margin: 30px auto;
        border-bottom: 3px solid #e8e9ed;
        display: block; }
        @media screen and (max-width: 600px) {
          .clients .what-clients-say .clients-tabs .thumbnails {
            width: 80%; } }
        .clients .what-clients-say .clients-tabs .thumbnails li {
          list-style-type: none;
          display: block;
          width: 60px;
          height: 60px;
          border: 1px solid #ffffff;
          border-radius: 50%;
          float: left;
          cursor: pointer;
          position: relative; }
          .clients .what-clients-say .clients-tabs .thumbnails li .active:after {
            content: "";
            width: 100%;
            height: 22px;
            display: block;
            margin-top: -8px;
            border-bottom: 3px solid #0090f7; }
          .clients .what-clients-say .clients-tabs .thumbnails li .name {
            width: 120px;
            display: block;
            color: #2c2c2c;
            font-weight: bold;
            text-align: left;
            position: absolute;
            left: -20px;
            bottom: -58px;
            margin: 0; }
            .clients .what-clients-say .clients-tabs .thumbnails li .name:nth-of-type(1) {
              text-align: center;
              left: -30px; }
            .clients .what-clients-say .clients-tabs .thumbnails li .name b {
              color: #1FA0E0;
              text-align: center; }
          .clients .what-clients-say .clients-tabs .thumbnails li .company {
            width: 120px;
            display: block;
            color: #1FA0E0;
            font-weight: bolder;
            text-align: center;
            position: absolute;
            left: -30px;
            bottom: -78px;
            margin: 0;
            text-transform: uppercase;
            font-size: 12px; }
          .clients .what-clients-say .clients-tabs .thumbnails li img {
            width: 100%;
            border-radius: 50%; }
          .clients .what-clients-say .clients-tabs .thumbnails li:nth-of-type(2) {
            margin-left: 25%; }
            @media screen and (max-width: 600px) {
              .clients .what-clients-say .clients-tabs .thumbnails li:nth-of-type(2) {
                margin-left: 18%; } }
          .clients .what-clients-say .clients-tabs .thumbnails li:nth-of-type(3) {
            float: right; }

.block-title {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  margin-bottom: 0;
  float: left; }
  .block-title h2 {
    font-size: 3rem;
    margin: 0;
    margin-bottom: 10px;
    color: #121738;
    font-weight: bold; }
    @media screen and (max-width: 600px) {
      .block-title h2 {
        padding: 0px 30px;
        font-size: 2.5rem;
        margin-bottom: 0; } }
  .block-title h3 {
    font-weight: normal;
    font-size: 2rem;
    color: #121738;
    margin-bottom: 80px; }
    @media screen and (max-width: 600px) {
      .block-title h3 {
        margin-bottom: 30px; } }
  .block-title img {
    width: 50px;
    display: inline-block;
    margin-bottom: 26px; }

.bounce {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  60% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px); } }

.text-shadow {
  text-shadow: 0px 0px 0 #1e2138,-1px 1px 0 #1e2138,-2px 2px 0 #1e2138,-3px 3px 0 #1e2138,-4px 4px 0 #1e2138,-5px 5px 0 #1e2138,-6px 6px 0 #1e2138,-7px 7px 0 #1e2138,-8px 8px 0 #1e2138,-9px 9px 0 #1e2138,-10px 10px 0 #1e2138,-11px 11px 0 #1e2138,-12px 12px 0 #1e2138,-13px 13px 0 #1e2138,-14px 14px 0 #1e2138,-15px 15px 0 #1e2138,-16px 16px 0 #1e2138,-17px 17px 0 #1e2138,-18px 18px 0 #1e2138,-19px 19px 0 #1e2138,-20px 20px 0 #1e2138,-21px 21px 0 #1e2138,-22px 22px 0 #1e2138,-23px 23px 0 #1e2138,-24px 24px 0 #1e2138,-25px 25px 0 #1e2138,-26px 26px 0 #1e2138,-27px 27px 0 #1e2138,-28px 28px 0 #1e2138,-29px 29px 0 #1e2138,-30px 30px 0 #1e2138,-31px 31px 0 #1e2138,-32px 32px 0 #1e2138,-33px 33px 0 #1e2138,-34px 34px 0 #1e2138,-35px 35px 0 #1e2138,-36px 36px 0 #1e2138,-37px 37px 0 #1e2138,-38px 38px 0 #1e2138,-39px 39px 0 #1e2138,-40px 40px 0 #1e2138,-41px 41px 0 #1e2138,-42px 42px 0 #1e2138,-43px 43px 0 #1e2138,-44px 44px 0 #1e2138,-45px 45px 0 #1e2138,-46px 46px 0 #1e2138,-47px 47px 0 #1e2138,-48px 48px 0 #1e2138,-49px 49px 0 #1e2138,-50px 50px 0 #1e2138,-51px 51px 0 #1e2138,-52px 52px 0 #1e2138,-53px 53px 0 #1e2138,-54px 54px 0 #1e2138,-55px 55px 0 #1e2138,-56px 56px 0 #1e2138,-57px 57px 0 #1e2138,-58px 58px 0 #1e2138,-59px 59px 0 #1e2138,-60px 60px 0 #1e2138,-61px 61px 0 #1e2138,-62px 62px 0 #1e2138,-63px 63px 0 #1e2138,-64px 64px 0 #1e2138,-65px 65px 0 #1e2138,-66px 66px 0 #1e2138,-67px 67px 0 #1e2138,-68px 68px 0 #1e2138,-69px 69px 0 #1e2138,-70px 70px 0 #1e2138,-71px 71px 0 #1e2138,-72px 72px 0 #1e2138,-73px 73px 0 #1e2138,-74px 74px 0 #1e2138,-75px 75px 0 #1e2138,-76px 76px 0 #1e2138,-77px 77px 0 #1e2138,-78px 78px 0 #1e2138,-79px 79px 0 #1e2138,-80px 80px 0 #1e2138,-81px 81px 0 #1e2138,-82px 82px 0 #1e2138,-83px 83px 0 #1e2138,-84px 84px 0 #1e2138,-85px 85px 0 #1e2138,-86px 86px 0 #1e2138,-87px 87px 0 #1e2138,-88px 88px 0 #1e2138,-89px 89px 0 #1e2138,-90px 90px 0 #1e2138,-91px 91px 0 #1e2138,-92px 92px 0 #1e2138,-93px 93px 0 #1e2138,-94px 94px 0 #1e2138,-95px 95px 0 #1e2138,-96px 96px 0 #1e2138,-97px 97px 0 #1e2138,-98px 98px 0 #1e2138,-99px 99px 0 #1e2138,-100px 100px 0 #1e2138,-101px 101px 0 #1e2138,-102px 102px 0 #1e2138,-103px 103px 0 #1e2138,-104px 104px 0 #1e2138,-105px 105px 0 #1e2138,-106px 106px 0 #1e2138,-107px 107px 0 #1e2138,-108px 108px 0 #1e2138,-109px 109px 0 #1e2138,-110px 110px 0 #1e2138,-111px 111px 0 #1e2138,-112px 112px 0 #1e2138,-113px 113px 0 #1e2138,-114px 114px 0 #1e2138,-115px 115px 0 #1e2138,-116px 116px 0 #1e2138,-117px 117px 0 #1e2138,-118px 118px 0 #1e2138,-119px 119px 0 #1e2138,-120px 120px 0 #1e2138,-121px 121px 0 #1e2138,-122px 122px 0 #1e2138,-123px 123px 0 #1e2138,-124px 124px 0 #1e2138,-125px 125px 0 #1e2138,-126px 126px 0 #1e2138,-127px 127px 0 #1e2138,-128px 128px 0 #1e2138,-129px 129px 0 #1e2138,-130px 130px 0 #1e2138,-131px 131px 0 #1e2138,-132px 132px 0 #1e2138,-133px 133px 0 #1e2138,-134px 134px 0 #1e2138,-135px 135px 0 #1e2138,-136px 136px 0 #1e2138,-137px 137px 0 #1e2138,-138px 138px 0 #1e2138,-139px 139px 0 #1e2138,-140px 140px 0 #1e2138,-141px 141px 0 #1e2138,-142px 142px 0 #1e2138,-143px 143px 0 #1e2138,-144px 144px 0 #1e2138,-145px 145px 0 #1e2138,-146px 146px 0 #1e2138,-147px 147px 0 #1e2138,-148px 148px 0 #1e2138,-149px 149px 0 #1e2138,-150px 150px 0 #1e2138,-151px 151px 0 #1e2138,-152px 152px 0 #1e2138,-153px 153px 0 #1e2138,-154px 154px 0 #1e2138,-155px 155px 0 #1e2138,-156px 156px 0 #1e2138,-157px 157px 0 #1e2138,-158px 158px 0 #1e2138,-159px 159px 0 #1e2138,-160px 160px 0 #1e2138,-161px 161px 0 #1e2138,-162px 162px 0 #1e2138,-163px 163px 0 #1e2138,-164px 164px 0 #1e2138,-165px 165px 0 #1e2138,-166px 166px 0 #1e2138,-167px 167px 0 #1e2138,-168px 168px 0 #1e2138,-169px 169px 0 #1e2138,-170px 170px 0 #1e2138,-171px 171px 0 #1e2138,-172px 172px 0 #1e2138,-173px 173px 0 #1e2138,-174px 174px 0 #1e2138,-175px 175px 0 #1e2138,-176px 176px 0 #1e2138,-177px 177px 0 #1e2138,-178px 178px 0 #1e2138,-179px 179px 0 #1e2138,-180px 180px 0 #1e2138,-181px 181px 0 #1e2138,-182px 182px 0 #1e2138,-183px 183px 0 #1e2138,-184px 184px 0 #1e2138,-185px 185px 0 #1e2138,-186px 186px 0 #1e2138,-187px 187px 0 #1e2138,-188px 188px 0 #1e2138,-189px 189px 0 #1e2138,-190px 190px 0 #1e2138,-191px 191px 0 #1e2138,-192px 192px 0 #1e2138,-193px 193px 0 #1e2138,-194px 194px 0 #1e2138,-195px 195px 0 #1e2138,-196px 196px 0 #1e2138,-197px 197px 0 #1e2138,-198px 198px 0 #1e2138,-199px 199px 0 #1e2138,-200px 200px 0 #1e2138,-201px 201px 0 #1e2138,-202px 202px 0 #1e2138,-203px 203px 0 #1e2138,-204px 204px 0 #1e2138,-205px 205px 0 #1e2138,-206px 206px 0 #1e2138,-207px 207px 0 #1e2138,-208px 208px 0 #1e2138,-209px 209px 0 #1e2138,-210px 210px 0 #1e2138,-211px 211px 0 #1e2138,-212px 212px 0 #1e2138,-213px 213px 0 #1e2138,-214px 214px 0 #1e2138,-215px 215px 0 #1e2138,-216px 216px 0 #1e2138,-217px 217px 0 #1e2138,-218px 218px 0 #1e2138,-219px 219px 0 #1e2138,-220px 220px 0 #1e2138,-221px 221px 0 #1e2138,-222px 222px 0 #1e2138,-223px 223px 0 #1e2138,-224px 224px 0 #1e2138,-225px 225px 0 #1e2138,-226px 226px 0 #1e2138,-227px 227px 0 #1e2138,-228px 228px 0 #1e2138,-229px 229px 0 #1e2138,-230px 230px 0 #1e2138,-231px 231px 0 #1e2138,-232px 232px 0 #1e2138,-233px 233px 0 #1e2138,-234px 234px 0 #1e2138,-235px 235px 0 #1e2138,-236px 236px 0 #1e2138,-237px 237px 0 #1e2138,-238px 238px 0 #1e2138,-239px 239px 0 #1e2138,-240px 240px 0 #1e2138,-241px 241px 0 #1e2138,-242px 242px 0 #1e2138,-243px 243px 0 #1e2138,-244px 244px 0 #1e2138,-245px 245px 0 #1e2138,-246px 246px 0 #1e2138,-247px 247px 0 #1e2138,-248px 248px 0 #1e2138,-249px 249px 0 #1e2138,-250px 250px 0 #1e2138,-251px 251px 0 #1e2138,-252px 252px 0 #1e2138,-253px 253px 0 #1e2138,-254px 254px 0 #1e2138,-255px 255px 0 #1e2138,-256px 256px 0 #1e2138,-257px 257px 0 #1e2138,-258px 258px 0 #1e2138,-259px 259px 0 #1e2138,-260px 260px 0 #1e2138,-261px 261px 0 #1e2138,-262px 262px 0 #1e2138,-263px 263px 0 #1e2138,-264px 264px 0 #1e2138,-265px 265px 0 #1e2138,-266px 266px 0 #1e2138,-267px 267px 0 #1e2138,-268px 268px 0 #1e2138,-269px 269px 0 #1e2138,-270px 270px 0 #1e2138,-271px 271px 0 #1e2138,-272px 272px 0 #1e2138,-273px 273px 0 #1e2138,-274px 274px 0 #1e2138,-275px 275px 0 #1e2138,-276px 276px 0 #1e2138,-277px 277px 0 #1e2138,-278px 278px 0 #1e2138,-279px 279px 0 #1e2138,-280px 280px 0 #1e2138,-281px 281px 0 #1e2138,-282px 282px 0 #1e2138,-283px 283px 0 #1e2138,-284px 284px 0 #1e2138,-285px 285px 0 #1e2138,-286px 286px 0 #1e2138,-287px 287px 0 #1e2138,-288px 288px 0 #1e2138,-289px 289px 0 #1e2138,-290px 290px 0 #1e2138,-291px 291px 0 #1e2138,-292px 292px 0 #1e2138,-293px 293px 0 #1e2138,-294px 294px 0 #1e2138,-295px 295px 0 #1e2138,-296px 296px 0 #1e2138,-297px 297px 0 #1e2138,-298px 298px 0 #1e2138,-299px 299px 0 #1e2138,-300px 300px 0 #1e2138,-301px 301px 0 #1e2138,-302px 302px 0 #1e2138,-303px 303px 0 #1e2138,-304px 304px 0 #1e2138,-305px 305px 0 #1e2138,-306px 306px 0 #1e2138,-307px 307px 0 #1e2138,-308px 308px 0 #1e2138,-309px 309px 0 #1e2138,-310px 310px 0 #1e2138,-311px 311px 0 #1e2138,-312px 312px 0 #1e2138,-313px 313px 0 #1e2138,-314px 314px 0 #1e2138,-315px 315px 0 #1e2138,-316px 316px 0 #1e2138,-317px 317px 0 #1e2138,-318px 318px 0 #1e2138,-319px 319px 0 #1e2138,-320px 320px 0 #1e2138,-321px 321px 0 #1e2138,-322px 322px 0 #1e2138,-323px 323px 0 #1e2138,-324px 324px 0 #1e2138,-325px 325px 0 #1e2138,-326px 326px 0 #1e2138,-327px 327px 0 #1e2138,-328px 328px 0 #1e2138,-329px 329px 0 #1e2138,-330px 330px 0 #1e2138,-331px 331px 0 #1e2138,-332px 332px 0 #1e2138,-333px 333px 0 #1e2138,-334px 334px 0 #1e2138,-335px 335px 0 #1e2138,-336px 336px 0 #1e2138,-337px 337px 0 #1e2138,-338px 338px 0 #1e2138,-339px 339px 0 #1e2138,-340px 340px 0 #1e2138,-341px 341px 0 #1e2138,-342px 342px 0 #1e2138,-343px 343px 0 #1e2138,-344px 344px 0 #1e2138,-345px 345px 0 #1e2138,-346px 346px 0 #1e2138,-347px 347px 0 #1e2138,-348px 348px 0 #1e2138,-349px 349px 0 #1e2138,-350px 350px 0 #1e2138,-351px 351px 0 #1e2138,-352px 352px 0 #1e2138,-353px 353px 0 #1e2138,-354px 354px 0 #1e2138,-355px 355px 0 #1e2138,-356px 356px 0 #1e2138,-357px 357px 0 #1e2138,-358px 358px 0 #1e2138,-359px 359px 0 #1e2138,-360px 360px 0 #1e2138,-361px 361px 0 #1e2138,-362px 362px 0 #1e2138,-363px 363px 0 #1e2138,-364px 364px 0 #1e2138,-365px 365px 0 #1e2138,-366px 366px 0 #1e2138,-367px 367px 0 #1e2138,-368px 368px 0 #1e2138,-369px 369px 0 #1e2138,-370px 370px 0 #1e2138,-371px 371px 0 #1e2138,-372px 372px 0 #1e2138,-373px 373px 0 #1e2138,-374px 374px 0 #1e2138,-375px 375px 0 #1e2138,-376px 376px 0 #1e2138,-377px 377px 0 #1e2138,-378px 378px 0 #1e2138,-379px 379px 0 #1e2138,-380px 380px 0 #1e2138,-381px 381px 0 #1e2138,-382px 382px 0 #1e2138,-383px 383px 0 #1e2138,-384px 384px 0 #1e2138,-385px 385px 0 #1e2138,-386px 386px 0 #1e2138,-387px 387px 0 #1e2138,-388px 388px 0 #1e2138,-389px 389px 0 #1e2138,-390px 390px 0 #1e2138,-391px 391px 0 #1e2138,-392px 392px 0 #1e2138,-393px 393px 0 #1e2138,-394px 394px 0 #1e2138,-395px 395px 0 #1e2138,-396px 396px 0 #1e2138,-397px 397px 0 #1e2138,-398px 398px 0 #1e2138,-399px 399px 0 #1e2138,-400px 400px 0 #1e2138,-401px 401px 0 #1e2138,-402px 402px 0 #1e2138,-403px 403px 0 #1e2138,-404px 404px 0 #1e2138,-405px 405px 0 #1e2138,-406px 406px 0 #1e2138,-407px 407px 0 #1e2138,-408px 408px 0 #1e2138,-409px 409px 0 #1e2138,-410px 410px 0 #1e2138,-411px 411px 0 #1e2138,-412px 412px 0 #1e2138,-413px 413px 0 #1e2138,-414px 414px 0 #1e2138,-415px 415px 0 #1e2138,-416px 416px 0 #1e2138,-417px 417px 0 #1e2138,-418px 418px 0 #1e2138,-419px 419px 0 #1e2138,-420px 420px 0 #1e2138,-421px 421px 0 #1e2138,-422px 422px 0 #1e2138,-423px 423px 0 #1e2138,-424px 424px 0 #1e2138,-425px 425px 0 #1e2138,-426px 426px 0 #1e2138,-427px 427px 0 #1e2138,-428px 428px 0 #1e2138,-429px 429px 0 #1e2138,-430px 430px 0 #1e2138,-431px 431px 0 #1e2138,-432px 432px 0 #1e2138,-433px 433px 0 #1e2138,-434px 434px 0 #1e2138,-435px 435px 0 #1e2138,-436px 436px 0 #1e2138,-437px 437px 0 #1e2138,-438px 438px 0 #1e2138,-439px 439px 0 #1e2138,-440px 440px 0 #1e2138,-441px 441px 0 #1e2138,-442px 442px 0 #1e2138,-443px 443px 0 #1e2138,-444px 444px 0 #1e2138,-445px 445px 0 #1e2138,-446px 446px 0 #1e2138,-447px 447px 0 #1e2138,-448px 448px 0 #1e2138,-449px 449px 0 #1e2138,-450px 450px 0 #1e2138,-451px 451px 0 #1e2138,-452px 452px 0 #1e2138,-453px 453px 0 #1e2138,-454px 454px 0 #1e2138,-455px 455px 0 #1e2138,-456px 456px 0 #1e2138,-457px 457px 0 #1e2138,-458px 458px 0 #1e2138,-459px 459px 0 #1e2138,-460px 460px 0 #1e2138,-461px 461px 0 #1e2138,-462px 462px 0 #1e2138,-463px 463px 0 #1e2138,-464px 464px 0 #1e2138,-465px 465px 0 #1e2138,-466px 466px 0 #1e2138,-467px 467px 0 #1e2138,-468px 468px 0 #1e2138,-469px 469px 0 #1e2138,-470px 470px 0 #1e2138,-471px 471px 0 #1e2138,-472px 472px 0 #1e2138,-473px 473px 0 #1e2138,-474px 474px 0 #1e2138,-475px 475px 0 #1e2138,-476px 476px 0 #1e2138,-477px 477px 0 #1e2138,-478px 478px 0 #1e2138,-479px 479px 0 #1e2138,-480px 480px 0 #1e2138,-481px 481px 0 #1e2138,-482px 482px 0 #1e2138,-483px 483px 0 #1e2138,-484px 484px 0 #1e2138,-485px 485px 0 #1e2138,-486px 486px 0 #1e2138,-487px 487px 0 #1e2138,-488px 488px 0 #1e2138,-489px 489px 0 #1e2138,-490px 490px 0 #1e2138,-491px 491px 0 #1e2138,-492px 492px 0 #1e2138,-493px 493px 0 #1e2138,-494px 494px 0 #1e2138,-495px 495px 0 #1e2138,-496px 496px 0 #1e2138,-497px 497px 0 #1e2138,-498px 498px 0 #1e2138,-499px 499px 0 #1e2138,-500px 500px 0 #1e2138,-501px 501px 0 #1e2138,-502px 502px 0 #1e2138,-503px 503px 0 #1e2138,-504px 504px 0 #1e2138,-505px 505px 0 #1e2138,-506px 506px 0 #1e2138,-507px 507px 0 #1e2138,-508px 508px 0 #1e2138,-509px 509px 0 #1e2138,-510px 510px 0 #1e2138,-511px 511px 0 #1e2138,-512px 512px 0 #1e2138,-513px 513px 0 #1e2138,-514px 514px 0 #1e2138,-515px 515px 0 #1e2138,-516px 516px 0 #1e2138,-517px 517px 0 #1e2138,-518px 518px 0 #1e2138,-519px 519px 0 #1e2138,-520px 520px 0 #1e2138,-521px 521px 0 #1e2138,-522px 522px 0 #1e2138,-523px 523px 0 #1e2138,-524px 524px 0 #1e2138,-525px 525px 0 #1e2138,-526px 526px 0 #1e2138,-527px 527px 0 #1e2138,-528px 528px 0 #1e2138,-529px 529px 0 #1e2138,-530px 530px 0 #1e2138,-531px 531px 0 #1e2138,-532px 532px 0 #1e2138,-533px 533px 0 #1e2138,-534px 534px 0 #1e2138,-535px 535px 0 #1e2138,-536px 536px 0 #1e2138,-537px 537px 0 #1e2138,-538px 538px 0 #1e2138,-539px 539px 0 #1e2138,-540px 540px 0 #1e2138,-541px 541px 0 #1e2138,-542px 542px 0 #1e2138,-543px 543px 0 #1e2138,-544px 544px 0 #1e2138,-545px 545px 0 #1e2138,-546px 546px 0 #1e2138,-547px 547px 0 #1e2138,-548px 548px 0 #1e2138,-549px 549px 0 #1e2138,-550px 550px 0 #1e2138,-551px 551px 0 #1e2138,-552px 552px 0 #1e2138,-553px 553px 0 #1e2138,-554px 554px 0 #1e2138,-555px 555px 0 #1e2138,-556px 556px 0 #1e2138,-557px 557px 0 #1e2138,-558px 558px 0 #1e2138,-559px 559px 0 #1e2138,-560px 560px 0 #1e2138,-561px 561px 0 #1e2138,-562px 562px 0 #1e2138,-563px 563px 0 #1e2138,-564px 564px 0 #1e2138,-565px 565px 0 #1e2138,-566px 566px 0 #1e2138,-567px 567px 0 #1e2138,-568px 568px 0 #1e2138,-569px 569px 0 #1e2138,-570px 570px 0 #1e2138,-571px 571px 0 #1e2138,-572px 572px 0 #1e2138,-573px 573px 0 #1e2138,-574px 574px 0 #1e2138,-575px 575px 0 #1e2138,-576px 576px 0 #1e2138,-577px 577px 0 #1e2138,-578px 578px 0 #1e2138,-579px 579px 0 #1e2138,-580px 580px 0 #1e2138,-581px 581px 0 #1e2138,-582px 582px 0 #1e2138,-583px 583px 0 #1e2138,-584px 584px 0 #1e2138,-585px 585px 0 #1e2138,-586px 586px 0 #1e2138,-587px 587px 0 #1e2138,-588px 588px 0 #1e2138,-589px 589px 0 #1e2138,-590px 590px 0 #1e2138,-591px 591px 0 #1e2138,-592px 592px 0 #1e2138,-593px 593px 0 #1e2138,-594px 594px 0 #1e2138,-595px 595px 0 #1e2138,-596px 596px 0 #1e2138,-597px 597px 0 #1e2138,-598px 598px 0 #1e2138,-599px 599px 0 #1e2138,-600px 600px 0 #1e2138,-601px 601px 0 #1e2138,-602px 602px 0 #1e2138,-603px 603px 0 #1e2138,-604px 604px 0 #1e2138,-605px 605px 0 #1e2138,-606px 606px 0 #1e2138,-607px 607px 0 #1e2138,-608px 608px 0 #1e2138,-609px 609px 0 #1e2138,-610px 610px 0 #1e2138,-611px 611px 0 #1e2138,-612px 612px 0 #1e2138,-613px 613px 0 #1e2138,-614px 614px 0 #1e2138,-615px 615px 0 #1e2138,-616px 616px 0 #1e2138,-617px 617px 0 #1e2138,-618px 618px 0 #1e2138,-619px 619px 0 #1e2138,-620px 620px 0 #1e2138,-621px 621px 0 #1e2138,-622px 622px 0 #1e2138,-623px 623px 0 #1e2138,-624px 624px 0 #1e2138,-625px 625px 0 #1e2138,-626px 626px 0 #1e2138,-627px 627px 0 #1e2138,-628px 628px 0 #1e2138,-629px 629px 0 #1e2138,-630px 630px 0 #1e2138,-631px 631px 0 #1e2138,-632px 632px 0 #1e2138,-633px 633px 0 #1e2138,-634px 634px 0 #1e2138,-635px 635px 0 #1e2138,-636px 636px 0 #1e2138,-637px 637px 0 #1e2138,-638px 638px 0 #1e2138,-639px 639px 0 #1e2138,-640px 640px 0 #1e2138,-641px 641px 0 #1e2138,-642px 642px 0 #1e2138,-643px 643px 0 #1e2138,-644px 644px 0 #1e2138,-645px 645px 0 #1e2138,-646px 646px 0 #1e2138,-647px 647px 0 #1e2138,-648px 648px 0 #1e2138,-649px 649px 0 #1e2138,-650px 650px 0 #1e2138,-651px 651px 0 #1e2138,-652px 652px 0 #1e2138,-653px 653px 0 #1e2138,-654px 654px 0 #1e2138,-655px 655px 0 #1e2138,-656px 656px 0 #1e2138,-657px 657px 0 #1e2138,-658px 658px 0 #1e2138,-659px 659px 0 #1e2138,-660px 660px 0 #1e2138,-661px 661px 0 #1e2138,-662px 662px 0 #1e2138,-663px 663px 0 #1e2138,-664px 664px 0 #1e2138,-665px 665px 0 #1e2138,-666px 666px 0 #1e2138,-667px 667px 0 #1e2138,-668px 668px 0 #1e2138,-669px 669px 0 #1e2138,-670px 670px 0 #1e2138,-671px 671px 0 #1e2138,-672px 672px 0 #1e2138,-673px 673px 0 #1e2138,-674px 674px 0 #1e2138,-675px 675px 0 #1e2138,-676px 676px 0 #1e2138,-677px 677px 0 #1e2138,-678px 678px 0 #1e2138,-679px 679px 0 #1e2138,-680px 680px 0 #1e2138,-681px 681px 0 #1e2138,-682px 682px 0 #1e2138,-683px 683px 0 #1e2138,-684px 684px 0 #1e2138,-685px 685px 0 #1e2138,-686px 686px 0 #1e2138,-687px 687px 0 #1e2138,-688px 688px 0 #1e2138,-689px 689px 0 #1e2138,-690px 690px 0 #1e2138,-691px 691px 0 #1e2138,-692px 692px 0 #1e2138,-693px 693px 0 #1e2138,-694px 694px 0 #1e2138,-695px 695px 0 #1e2138,-696px 696px 0 #1e2138,-697px 697px 0 #1e2138,-698px 698px 0 #1e2138,-1px 1px 0 rgba(30, 33, 56, 0.998571),-2px 2px 0 rgba(30, 33, 56, 0.997143),-3px 3px 0 rgba(30, 33, 56, 0.995714),-4px 4px 0 rgba(30, 33, 56, 0.994286),-5px 5px 0 rgba(30, 33, 56, 0.992857),-6px 6px 0 rgba(30, 33, 56, 0.991429),-7px 7px 0 rgba(30, 33, 56, 0.99),-8px 8px 0 rgba(30, 33, 56, 0.988571),-9px 9px 0 rgba(30, 33, 56, 0.987143),-10px 10px 0 rgba(30, 33, 56, 0.985714),-11px 11px 0 rgba(30, 33, 56, 0.984286),-12px 12px 0 rgba(30, 33, 56, 0.982857),-13px 13px 0 rgba(30, 33, 56, 0.981429),-14px 14px 0 rgba(30, 33, 56, 0.98),-15px 15px 0 rgba(30, 33, 56, 0.978571),-16px 16px 0 rgba(30, 33, 56, 0.977143),-17px 17px 0 rgba(30, 33, 56, 0.975714),-18px 18px 0 rgba(30, 33, 56, 0.974286),-19px 19px 0 rgba(30, 33, 56, 0.972857),-20px 20px 0 rgba(30, 33, 56, 0.971429),-21px 21px 0 rgba(30, 33, 56, 0.97),-22px 22px 0 rgba(30, 33, 56, 0.968571),-23px 23px 0 rgba(30, 33, 56, 0.967143),-24px 24px 0 rgba(30, 33, 56, 0.965714),-25px 25px 0 rgba(30, 33, 56, 0.964286),-26px 26px 0 rgba(30, 33, 56, 0.962857),-27px 27px 0 rgba(30, 33, 56, 0.961429),-28px 28px 0 rgba(30, 33, 56, 0.96),-29px 29px 0 rgba(30, 33, 56, 0.958571),-30px 30px 0 rgba(30, 33, 56, 0.957143),-31px 31px 0 rgba(30, 33, 56, 0.955714),-32px 32px 0 rgba(30, 33, 56, 0.954286),-33px 33px 0 rgba(30, 33, 56, 0.952857),-34px 34px 0 rgba(30, 33, 56, 0.951429),-35px 35px 0 rgba(30, 33, 56, 0.95),-36px 36px 0 rgba(30, 33, 56, 0.948571),-37px 37px 0 rgba(30, 33, 56, 0.947143),-38px 38px 0 rgba(30, 33, 56, 0.945714),-39px 39px 0 rgba(30, 33, 56, 0.944286),-40px 40px 0 rgba(30, 33, 56, 0.942857),-41px 41px 0 rgba(30, 33, 56, 0.941429),-42px 42px 0 rgba(30, 33, 56, 0.94),-43px 43px 0 rgba(30, 33, 56, 0.938571),-44px 44px 0 rgba(30, 33, 56, 0.937143),-45px 45px 0 rgba(30, 33, 56, 0.935714),-46px 46px 0 rgba(30, 33, 56, 0.934286),-47px 47px 0 rgba(30, 33, 56, 0.932857),-48px 48px 0 rgba(30, 33, 56, 0.931429),-49px 49px 0 rgba(30, 33, 56, 0.93),-50px 50px 0 rgba(30, 33, 56, 0.928571),-51px 51px 0 rgba(30, 33, 56, 0.927143),-52px 52px 0 rgba(30, 33, 56, 0.925714),-53px 53px 0 rgba(30, 33, 56, 0.924286),-54px 54px 0 rgba(30, 33, 56, 0.922857),-55px 55px 0 rgba(30, 33, 56, 0.921429),-56px 56px 0 rgba(30, 33, 56, 0.92),-57px 57px 0 rgba(30, 33, 56, 0.918571),-58px 58px 0 rgba(30, 33, 56, 0.917143),-59px 59px 0 rgba(30, 33, 56, 0.915714),-60px 60px 0 rgba(30, 33, 56, 0.914286),-61px 61px 0 rgba(30, 33, 56, 0.912857),-62px 62px 0 rgba(30, 33, 56, 0.911429),-63px 63px 0 rgba(30, 33, 56, 0.91),-64px 64px 0 rgba(30, 33, 56, 0.908571),-65px 65px 0 rgba(30, 33, 56, 0.907143),-66px 66px 0 rgba(30, 33, 56, 0.905714),-67px 67px 0 rgba(30, 33, 56, 0.904286),-68px 68px 0 rgba(30, 33, 56, 0.902857),-69px 69px 0 rgba(30, 33, 56, 0.901429),-70px 70px 0 rgba(30, 33, 56, 0.9),-71px 71px 0 rgba(30, 33, 56, 0.898571),-72px 72px 0 rgba(30, 33, 56, 0.897143),-73px 73px 0 rgba(30, 33, 56, 0.895714),-74px 74px 0 rgba(30, 33, 56, 0.894286),-75px 75px 0 rgba(30, 33, 56, 0.892857),-76px 76px 0 rgba(30, 33, 56, 0.891429),-77px 77px 0 rgba(30, 33, 56, 0.89),-78px 78px 0 rgba(30, 33, 56, 0.888571),-79px 79px 0 rgba(30, 33, 56, 0.887143),-80px 80px 0 rgba(30, 33, 56, 0.885714),-81px 81px 0 rgba(30, 33, 56, 0.884286),-82px 82px 0 rgba(30, 33, 56, 0.882857),-83px 83px 0 rgba(30, 33, 56, 0.881429),-84px 84px 0 rgba(30, 33, 56, 0.88),-85px 85px 0 rgba(30, 33, 56, 0.878571),-86px 86px 0 rgba(30, 33, 56, 0.877143),-87px 87px 0 rgba(30, 33, 56, 0.875714),-88px 88px 0 rgba(30, 33, 56, 0.874286),-89px 89px 0 rgba(30, 33, 56, 0.872857),-90px 90px 0 rgba(30, 33, 56, 0.871429),-91px 91px 0 rgba(30, 33, 56, 0.87),-92px 92px 0 rgba(30, 33, 56, 0.868571),-93px 93px 0 rgba(30, 33, 56, 0.867143),-94px 94px 0 rgba(30, 33, 56, 0.865714),-95px 95px 0 rgba(30, 33, 56, 0.864286),-96px 96px 0 rgba(30, 33, 56, 0.862857),-97px 97px 0 rgba(30, 33, 56, 0.861429),-98px 98px 0 rgba(30, 33, 56, 0.86),-99px 99px 0 rgba(30, 33, 56, 0.858571),-100px 100px 0 rgba(30, 33, 56, 0.857143),-101px 101px 0 rgba(30, 33, 56, 0.855714),-102px 102px 0 rgba(30, 33, 56, 0.854286),-103px 103px 0 rgba(30, 33, 56, 0.852857),-104px 104px 0 rgba(30, 33, 56, 0.851429),-105px 105px 0 rgba(30, 33, 56, 0.85),-106px 106px 0 rgba(30, 33, 56, 0.848571),-107px 107px 0 rgba(30, 33, 56, 0.847143),-108px 108px 0 rgba(30, 33, 56, 0.845714),-109px 109px 0 rgba(30, 33, 56, 0.844286),-110px 110px 0 rgba(30, 33, 56, 0.842857),-111px 111px 0 rgba(30, 33, 56, 0.841429),-112px 112px 0 rgba(30, 33, 56, 0.84),-113px 113px 0 rgba(30, 33, 56, 0.838571),-114px 114px 0 rgba(30, 33, 56, 0.837143),-115px 115px 0 rgba(30, 33, 56, 0.835714),-116px 116px 0 rgba(30, 33, 56, 0.834286),-117px 117px 0 rgba(30, 33, 56, 0.832857),-118px 118px 0 rgba(30, 33, 56, 0.831429),-119px 119px 0 rgba(30, 33, 56, 0.83),-120px 120px 0 rgba(30, 33, 56, 0.828571),-121px 121px 0 rgba(30, 33, 56, 0.827143),-122px 122px 0 rgba(30, 33, 56, 0.825714),-123px 123px 0 rgba(30, 33, 56, 0.824286),-124px 124px 0 rgba(30, 33, 56, 0.822857),-125px 125px 0 rgba(30, 33, 56, 0.821429),-126px 126px 0 rgba(30, 33, 56, 0.82),-127px 127px 0 rgba(30, 33, 56, 0.818571),-128px 128px 0 rgba(30, 33, 56, 0.817143),-129px 129px 0 rgba(30, 33, 56, 0.815714),-130px 130px 0 rgba(30, 33, 56, 0.814286),-131px 131px 0 rgba(30, 33, 56, 0.812857),-132px 132px 0 rgba(30, 33, 56, 0.811429),-133px 133px 0 rgba(30, 33, 56, 0.81),-134px 134px 0 rgba(30, 33, 56, 0.808571),-135px 135px 0 rgba(30, 33, 56, 0.807143),-136px 136px 0 rgba(30, 33, 56, 0.805714),-137px 137px 0 rgba(30, 33, 56, 0.804286),-138px 138px 0 rgba(30, 33, 56, 0.802857),-139px 139px 0 rgba(30, 33, 56, 0.801429),-140px 140px 0 rgba(30, 33, 56, 0.8),-141px 141px 0 rgba(30, 33, 56, 0.798571),-142px 142px 0 rgba(30, 33, 56, 0.797143),-143px 143px 0 rgba(30, 33, 56, 0.795714),-144px 144px 0 rgba(30, 33, 56, 0.794286),-145px 145px 0 rgba(30, 33, 56, 0.792857),-146px 146px 0 rgba(30, 33, 56, 0.791429),-147px 147px 0 rgba(30, 33, 56, 0.79),-148px 148px 0 rgba(30, 33, 56, 0.788571),-149px 149px 0 rgba(30, 33, 56, 0.787143),-150px 150px 0 rgba(30, 33, 56, 0.785714),-151px 151px 0 rgba(30, 33, 56, 0.784286),-152px 152px 0 rgba(30, 33, 56, 0.782857),-153px 153px 0 rgba(30, 33, 56, 0.781429),-154px 154px 0 rgba(30, 33, 56, 0.78),-155px 155px 0 rgba(30, 33, 56, 0.778571),-156px 156px 0 rgba(30, 33, 56, 0.777143),-157px 157px 0 rgba(30, 33, 56, 0.775714),-158px 158px 0 rgba(30, 33, 56, 0.774286),-159px 159px 0 rgba(30, 33, 56, 0.772857),-160px 160px 0 rgba(30, 33, 56, 0.771429),-161px 161px 0 rgba(30, 33, 56, 0.77),-162px 162px 0 rgba(30, 33, 56, 0.768571),-163px 163px 0 rgba(30, 33, 56, 0.767143),-164px 164px 0 rgba(30, 33, 56, 0.765714),-165px 165px 0 rgba(30, 33, 56, 0.764286),-166px 166px 0 rgba(30, 33, 56, 0.762857),-167px 167px 0 rgba(30, 33, 56, 0.761429),-168px 168px 0 rgba(30, 33, 56, 0.76),-169px 169px 0 rgba(30, 33, 56, 0.758571),-170px 170px 0 rgba(30, 33, 56, 0.757143),-171px 171px 0 rgba(30, 33, 56, 0.755714),-172px 172px 0 rgba(30, 33, 56, 0.754286),-173px 173px 0 rgba(30, 33, 56, 0.752857),-174px 174px 0 rgba(30, 33, 56, 0.751429),-175px 175px 0 rgba(30, 33, 56, 0.75),-176px 176px 0 rgba(30, 33, 56, 0.748571),-177px 177px 0 rgba(30, 33, 56, 0.747143),-178px 178px 0 rgba(30, 33, 56, 0.745714),-179px 179px 0 rgba(30, 33, 56, 0.744286),-180px 180px 0 rgba(30, 33, 56, 0.742857),-181px 181px 0 rgba(30, 33, 56, 0.741429),-182px 182px 0 rgba(30, 33, 56, 0.74),-183px 183px 0 rgba(30, 33, 56, 0.738571),-184px 184px 0 rgba(30, 33, 56, 0.737143),-185px 185px 0 rgba(30, 33, 56, 0.735714),-186px 186px 0 rgba(30, 33, 56, 0.734286),-187px 187px 0 rgba(30, 33, 56, 0.732857),-188px 188px 0 rgba(30, 33, 56, 0.731429),-189px 189px 0 rgba(30, 33, 56, 0.73),-190px 190px 0 rgba(30, 33, 56, 0.728571),-191px 191px 0 rgba(30, 33, 56, 0.727143),-192px 192px 0 rgba(30, 33, 56, 0.725714),-193px 193px 0 rgba(30, 33, 56, 0.724286),-194px 194px 0 rgba(30, 33, 56, 0.722857),-195px 195px 0 rgba(30, 33, 56, 0.721429),-196px 196px 0 rgba(30, 33, 56, 0.72),-197px 197px 0 rgba(30, 33, 56, 0.718571),-198px 198px 0 rgba(30, 33, 56, 0.717143),-199px 199px 0 rgba(30, 33, 56, 0.715714),-200px 200px 0 rgba(30, 33, 56, 0.714286),-201px 201px 0 rgba(30, 33, 56, 0.712857),-202px 202px 0 rgba(30, 33, 56, 0.711429),-203px 203px 0 rgba(30, 33, 56, 0.71),-204px 204px 0 rgba(30, 33, 56, 0.708571),-205px 205px 0 rgba(30, 33, 56, 0.707143),-206px 206px 0 rgba(30, 33, 56, 0.705714),-207px 207px 0 rgba(30, 33, 56, 0.704286),-208px 208px 0 rgba(30, 33, 56, 0.702857),-209px 209px 0 rgba(30, 33, 56, 0.701429),-210px 210px 0 rgba(30, 33, 56, 0.7),-211px 211px 0 rgba(30, 33, 56, 0.698571),-212px 212px 0 rgba(30, 33, 56, 0.697143),-213px 213px 0 rgba(30, 33, 56, 0.695714),-214px 214px 0 rgba(30, 33, 56, 0.694286),-215px 215px 0 rgba(30, 33, 56, 0.692857),-216px 216px 0 rgba(30, 33, 56, 0.691429),-217px 217px 0 rgba(30, 33, 56, 0.69),-218px 218px 0 rgba(30, 33, 56, 0.688571),-219px 219px 0 rgba(30, 33, 56, 0.687143),-220px 220px 0 rgba(30, 33, 56, 0.685714),-221px 221px 0 rgba(30, 33, 56, 0.684286),-222px 222px 0 rgba(30, 33, 56, 0.682857),-223px 223px 0 rgba(30, 33, 56, 0.681429),-224px 224px 0 rgba(30, 33, 56, 0.68),-225px 225px 0 rgba(30, 33, 56, 0.678571),-226px 226px 0 rgba(30, 33, 56, 0.677143),-227px 227px 0 rgba(30, 33, 56, 0.675714),-228px 228px 0 rgba(30, 33, 56, 0.674286),-229px 229px 0 rgba(30, 33, 56, 0.672857),-230px 230px 0 rgba(30, 33, 56, 0.671429),-231px 231px 0 rgba(30, 33, 56, 0.67),-232px 232px 0 rgba(30, 33, 56, 0.668571),-233px 233px 0 rgba(30, 33, 56, 0.667143),-234px 234px 0 rgba(30, 33, 56, 0.665714),-235px 235px 0 rgba(30, 33, 56, 0.664286),-236px 236px 0 rgba(30, 33, 56, 0.662857),-237px 237px 0 rgba(30, 33, 56, 0.661429),-238px 238px 0 rgba(30, 33, 56, 0.66),-239px 239px 0 rgba(30, 33, 56, 0.658571),-240px 240px 0 rgba(30, 33, 56, 0.657143),-241px 241px 0 rgba(30, 33, 56, 0.655714),-242px 242px 0 rgba(30, 33, 56, 0.654286),-243px 243px 0 rgba(30, 33, 56, 0.652857),-244px 244px 0 rgba(30, 33, 56, 0.651429),-245px 245px 0 rgba(30, 33, 56, 0.65),-246px 246px 0 rgba(30, 33, 56, 0.648571),-247px 247px 0 rgba(30, 33, 56, 0.647143),-248px 248px 0 rgba(30, 33, 56, 0.645714),-249px 249px 0 rgba(30, 33, 56, 0.644286),-250px 250px 0 rgba(30, 33, 56, 0.642857),-251px 251px 0 rgba(30, 33, 56, 0.641429),-252px 252px 0 rgba(30, 33, 56, 0.64),-253px 253px 0 rgba(30, 33, 56, 0.638571),-254px 254px 0 rgba(30, 33, 56, 0.637143),-255px 255px 0 rgba(30, 33, 56, 0.635714),-256px 256px 0 rgba(30, 33, 56, 0.634286),-257px 257px 0 rgba(30, 33, 56, 0.632857),-258px 258px 0 rgba(30, 33, 56, 0.631429),-259px 259px 0 rgba(30, 33, 56, 0.63),-260px 260px 0 rgba(30, 33, 56, 0.628571),-261px 261px 0 rgba(30, 33, 56, 0.627143),-262px 262px 0 rgba(30, 33, 56, 0.625714),-263px 263px 0 rgba(30, 33, 56, 0.624286),-264px 264px 0 rgba(30, 33, 56, 0.622857),-265px 265px 0 rgba(30, 33, 56, 0.621429),-266px 266px 0 rgba(30, 33, 56, 0.62),-267px 267px 0 rgba(30, 33, 56, 0.618571),-268px 268px 0 rgba(30, 33, 56, 0.617143),-269px 269px 0 rgba(30, 33, 56, 0.615714),-270px 270px 0 rgba(30, 33, 56, 0.614286),-271px 271px 0 rgba(30, 33, 56, 0.612857),-272px 272px 0 rgba(30, 33, 56, 0.611429),-273px 273px 0 rgba(30, 33, 56, 0.61),-274px 274px 0 rgba(30, 33, 56, 0.608571),-275px 275px 0 rgba(30, 33, 56, 0.607143),-276px 276px 0 rgba(30, 33, 56, 0.605714),-277px 277px 0 rgba(30, 33, 56, 0.604286),-278px 278px 0 rgba(30, 33, 56, 0.602857),-279px 279px 0 rgba(30, 33, 56, 0.601429),-280px 280px 0 rgba(30, 33, 56, 0.6),-281px 281px 0 rgba(30, 33, 56, 0.598571),-282px 282px 0 rgba(30, 33, 56, 0.597143),-283px 283px 0 rgba(30, 33, 56, 0.595714),-284px 284px 0 rgba(30, 33, 56, 0.594286),-285px 285px 0 rgba(30, 33, 56, 0.592857),-286px 286px 0 rgba(30, 33, 56, 0.591429),-287px 287px 0 rgba(30, 33, 56, 0.59),-288px 288px 0 rgba(30, 33, 56, 0.588571),-289px 289px 0 rgba(30, 33, 56, 0.587143),-290px 290px 0 rgba(30, 33, 56, 0.585714),-291px 291px 0 rgba(30, 33, 56, 0.584286),-292px 292px 0 rgba(30, 33, 56, 0.582857),-293px 293px 0 rgba(30, 33, 56, 0.581429),-294px 294px 0 rgba(30, 33, 56, 0.58),-295px 295px 0 rgba(30, 33, 56, 0.578571),-296px 296px 0 rgba(30, 33, 56, 0.577143),-297px 297px 0 rgba(30, 33, 56, 0.575714),-298px 298px 0 rgba(30, 33, 56, 0.574286),-299px 299px 0 rgba(30, 33, 56, 0.572857),-300px 300px 0 rgba(30, 33, 56, 0.571429),-301px 301px 0 rgba(30, 33, 56, 0.57),-302px 302px 0 rgba(30, 33, 56, 0.568571),-303px 303px 0 rgba(30, 33, 56, 0.567143),-304px 304px 0 rgba(30, 33, 56, 0.565714),-305px 305px 0 rgba(30, 33, 56, 0.564286),-306px 306px 0 rgba(30, 33, 56, 0.562857),-307px 307px 0 rgba(30, 33, 56, 0.561429),-308px 308px 0 rgba(30, 33, 56, 0.56),-309px 309px 0 rgba(30, 33, 56, 0.558571),-310px 310px 0 rgba(30, 33, 56, 0.557143),-311px 311px 0 rgba(30, 33, 56, 0.555714),-312px 312px 0 rgba(30, 33, 56, 0.554286),-313px 313px 0 rgba(30, 33, 56, 0.552857),-314px 314px 0 rgba(30, 33, 56, 0.551429),-315px 315px 0 rgba(30, 33, 56, 0.55),-316px 316px 0 rgba(30, 33, 56, 0.548571),-317px 317px 0 rgba(30, 33, 56, 0.547143),-318px 318px 0 rgba(30, 33, 56, 0.545714),-319px 319px 0 rgba(30, 33, 56, 0.544286),-320px 320px 0 rgba(30, 33, 56, 0.542857),-321px 321px 0 rgba(30, 33, 56, 0.541429),-322px 322px 0 rgba(30, 33, 56, 0.54),-323px 323px 0 rgba(30, 33, 56, 0.538571),-324px 324px 0 rgba(30, 33, 56, 0.537143),-325px 325px 0 rgba(30, 33, 56, 0.535714),-326px 326px 0 rgba(30, 33, 56, 0.534286),-327px 327px 0 rgba(30, 33, 56, 0.532857),-328px 328px 0 rgba(30, 33, 56, 0.531429),-329px 329px 0 rgba(30, 33, 56, 0.53),-330px 330px 0 rgba(30, 33, 56, 0.528571),-331px 331px 0 rgba(30, 33, 56, 0.527143),-332px 332px 0 rgba(30, 33, 56, 0.525714),-333px 333px 0 rgba(30, 33, 56, 0.524286),-334px 334px 0 rgba(30, 33, 56, 0.522857),-335px 335px 0 rgba(30, 33, 56, 0.521429),-336px 336px 0 rgba(30, 33, 56, 0.52),-337px 337px 0 rgba(30, 33, 56, 0.518571),-338px 338px 0 rgba(30, 33, 56, 0.517143),-339px 339px 0 rgba(30, 33, 56, 0.515714),-340px 340px 0 rgba(30, 33, 56, 0.514286),-341px 341px 0 rgba(30, 33, 56, 0.512857),-342px 342px 0 rgba(30, 33, 56, 0.511429),-343px 343px 0 rgba(30, 33, 56, 0.51),-344px 344px 0 rgba(30, 33, 56, 0.508571),-345px 345px 0 rgba(30, 33, 56, 0.507143),-346px 346px 0 rgba(30, 33, 56, 0.505714),-347px 347px 0 rgba(30, 33, 56, 0.504286),-348px 348px 0 rgba(30, 33, 56, 0.502857),-349px 349px 0 rgba(30, 33, 56, 0.501429),-350px 350px 0 rgba(30, 33, 56, 0.5),-351px 351px 0 rgba(30, 33, 56, 0.498571),-352px 352px 0 rgba(30, 33, 56, 0.497143),-353px 353px 0 rgba(30, 33, 56, 0.495714),-354px 354px 0 rgba(30, 33, 56, 0.494286),-355px 355px 0 rgba(30, 33, 56, 0.492857),-356px 356px 0 rgba(30, 33, 56, 0.491429),-357px 357px 0 rgba(30, 33, 56, 0.49),-358px 358px 0 rgba(30, 33, 56, 0.488571),-359px 359px 0 rgba(30, 33, 56, 0.487143),-360px 360px 0 rgba(30, 33, 56, 0.485714),-361px 361px 0 rgba(30, 33, 56, 0.484286),-362px 362px 0 rgba(30, 33, 56, 0.482857),-363px 363px 0 rgba(30, 33, 56, 0.481429),-364px 364px 0 rgba(30, 33, 56, 0.48),-365px 365px 0 rgba(30, 33, 56, 0.478571),-366px 366px 0 rgba(30, 33, 56, 0.477143),-367px 367px 0 rgba(30, 33, 56, 0.475714),-368px 368px 0 rgba(30, 33, 56, 0.474286),-369px 369px 0 rgba(30, 33, 56, 0.472857),-370px 370px 0 rgba(30, 33, 56, 0.471429),-371px 371px 0 rgba(30, 33, 56, 0.47),-372px 372px 0 rgba(30, 33, 56, 0.468571),-373px 373px 0 rgba(30, 33, 56, 0.467143),-374px 374px 0 rgba(30, 33, 56, 0.465714),-375px 375px 0 rgba(30, 33, 56, 0.464286),-376px 376px 0 rgba(30, 33, 56, 0.462857),-377px 377px 0 rgba(30, 33, 56, 0.461429),-378px 378px 0 rgba(30, 33, 56, 0.46),-379px 379px 0 rgba(30, 33, 56, 0.458571),-380px 380px 0 rgba(30, 33, 56, 0.457143),-381px 381px 0 rgba(30, 33, 56, 0.455714),-382px 382px 0 rgba(30, 33, 56, 0.454286),-383px 383px 0 rgba(30, 33, 56, 0.452857),-384px 384px 0 rgba(30, 33, 56, 0.451429),-385px 385px 0 rgba(30, 33, 56, 0.45),-386px 386px 0 rgba(30, 33, 56, 0.448571),-387px 387px 0 rgba(30, 33, 56, 0.447143),-388px 388px 0 rgba(30, 33, 56, 0.445714),-389px 389px 0 rgba(30, 33, 56, 0.444286),-390px 390px 0 rgba(30, 33, 56, 0.442857),-391px 391px 0 rgba(30, 33, 56, 0.441429),-392px 392px 0 rgba(30, 33, 56, 0.44),-393px 393px 0 rgba(30, 33, 56, 0.438571),-394px 394px 0 rgba(30, 33, 56, 0.437143),-395px 395px 0 rgba(30, 33, 56, 0.435714),-396px 396px 0 rgba(30, 33, 56, 0.434286),-397px 397px 0 rgba(30, 33, 56, 0.432857),-398px 398px 0 rgba(30, 33, 56, 0.431429),-399px 399px 0 rgba(30, 33, 56, 0.43),-400px 400px 0 rgba(30, 33, 56, 0.428571),-401px 401px 0 rgba(30, 33, 56, 0.427143),-402px 402px 0 rgba(30, 33, 56, 0.425714),-403px 403px 0 rgba(30, 33, 56, 0.424286),-404px 404px 0 rgba(30, 33, 56, 0.422857),-405px 405px 0 rgba(30, 33, 56, 0.421429),-406px 406px 0 rgba(30, 33, 56, 0.42),-407px 407px 0 rgba(30, 33, 56, 0.418571),-408px 408px 0 rgba(30, 33, 56, 0.417143),-409px 409px 0 rgba(30, 33, 56, 0.415714),-410px 410px 0 rgba(30, 33, 56, 0.414286),-411px 411px 0 rgba(30, 33, 56, 0.412857),-412px 412px 0 rgba(30, 33, 56, 0.411429),-413px 413px 0 rgba(30, 33, 56, 0.41),-414px 414px 0 rgba(30, 33, 56, 0.408571),-415px 415px 0 rgba(30, 33, 56, 0.407143),-416px 416px 0 rgba(30, 33, 56, 0.405714),-417px 417px 0 rgba(30, 33, 56, 0.404286),-418px 418px 0 rgba(30, 33, 56, 0.402857),-419px 419px 0 rgba(30, 33, 56, 0.401429),-420px 420px 0 rgba(30, 33, 56, 0.4),-421px 421px 0 rgba(30, 33, 56, 0.398571),-422px 422px 0 rgba(30, 33, 56, 0.397143),-423px 423px 0 rgba(30, 33, 56, 0.395714),-424px 424px 0 rgba(30, 33, 56, 0.394286),-425px 425px 0 rgba(30, 33, 56, 0.392857),-426px 426px 0 rgba(30, 33, 56, 0.391429),-427px 427px 0 rgba(30, 33, 56, 0.39),-428px 428px 0 rgba(30, 33, 56, 0.388571),-429px 429px 0 rgba(30, 33, 56, 0.387143),-430px 430px 0 rgba(30, 33, 56, 0.385714),-431px 431px 0 rgba(30, 33, 56, 0.384286),-432px 432px 0 rgba(30, 33, 56, 0.382857),-433px 433px 0 rgba(30, 33, 56, 0.381429),-434px 434px 0 rgba(30, 33, 56, 0.38),-435px 435px 0 rgba(30, 33, 56, 0.378571),-436px 436px 0 rgba(30, 33, 56, 0.377143),-437px 437px 0 rgba(30, 33, 56, 0.375714),-438px 438px 0 rgba(30, 33, 56, 0.374286),-439px 439px 0 rgba(30, 33, 56, 0.372857),-440px 440px 0 rgba(30, 33, 56, 0.371429),-441px 441px 0 rgba(30, 33, 56, 0.37),-442px 442px 0 rgba(30, 33, 56, 0.368571),-443px 443px 0 rgba(30, 33, 56, 0.367143),-444px 444px 0 rgba(30, 33, 56, 0.365714),-445px 445px 0 rgba(30, 33, 56, 0.364286),-446px 446px 0 rgba(30, 33, 56, 0.362857),-447px 447px 0 rgba(30, 33, 56, 0.361429),-448px 448px 0 rgba(30, 33, 56, 0.36),-449px 449px 0 rgba(30, 33, 56, 0.358571),-450px 450px 0 rgba(30, 33, 56, 0.357143),-451px 451px 0 rgba(30, 33, 56, 0.355714),-452px 452px 0 rgba(30, 33, 56, 0.354286),-453px 453px 0 rgba(30, 33, 56, 0.352857),-454px 454px 0 rgba(30, 33, 56, 0.351429),-455px 455px 0 rgba(30, 33, 56, 0.35),-456px 456px 0 rgba(30, 33, 56, 0.348571),-457px 457px 0 rgba(30, 33, 56, 0.347143),-458px 458px 0 rgba(30, 33, 56, 0.345714),-459px 459px 0 rgba(30, 33, 56, 0.344286),-460px 460px 0 rgba(30, 33, 56, 0.342857),-461px 461px 0 rgba(30, 33, 56, 0.341429),-462px 462px 0 rgba(30, 33, 56, 0.34),-463px 463px 0 rgba(30, 33, 56, 0.338571),-464px 464px 0 rgba(30, 33, 56, 0.337143),-465px 465px 0 rgba(30, 33, 56, 0.335714),-466px 466px 0 rgba(30, 33, 56, 0.334286),-467px 467px 0 rgba(30, 33, 56, 0.332857),-468px 468px 0 rgba(30, 33, 56, 0.331429),-469px 469px 0 rgba(30, 33, 56, 0.33),-470px 470px 0 rgba(30, 33, 56, 0.328571),-471px 471px 0 rgba(30, 33, 56, 0.327143),-472px 472px 0 rgba(30, 33, 56, 0.325714),-473px 473px 0 rgba(30, 33, 56, 0.324286),-474px 474px 0 rgba(30, 33, 56, 0.322857),-475px 475px 0 rgba(30, 33, 56, 0.321429),-476px 476px 0 rgba(30, 33, 56, 0.32),-477px 477px 0 rgba(30, 33, 56, 0.318571),-478px 478px 0 rgba(30, 33, 56, 0.317143),-479px 479px 0 rgba(30, 33, 56, 0.315714),-480px 480px 0 rgba(30, 33, 56, 0.314286),-481px 481px 0 rgba(30, 33, 56, 0.312857),-482px 482px 0 rgba(30, 33, 56, 0.311429),-483px 483px 0 rgba(30, 33, 56, 0.31),-484px 484px 0 rgba(30, 33, 56, 0.308571),-485px 485px 0 rgba(30, 33, 56, 0.307143),-486px 486px 0 rgba(30, 33, 56, 0.305714),-487px 487px 0 rgba(30, 33, 56, 0.304286),-488px 488px 0 rgba(30, 33, 56, 0.302857),-489px 489px 0 rgba(30, 33, 56, 0.301429),-490px 490px 0 rgba(30, 33, 56, 0.3),-491px 491px 0 rgba(30, 33, 56, 0.298571),-492px 492px 0 rgba(30, 33, 56, 0.297143),-493px 493px 0 rgba(30, 33, 56, 0.295714),-494px 494px 0 rgba(30, 33, 56, 0.294286),-495px 495px 0 rgba(30, 33, 56, 0.292857),-496px 496px 0 rgba(30, 33, 56, 0.291429),-497px 497px 0 rgba(30, 33, 56, 0.29),-498px 498px 0 rgba(30, 33, 56, 0.288571),-499px 499px 0 rgba(30, 33, 56, 0.287143),-500px 500px 0 rgba(30, 33, 56, 0.285714),-501px 501px 0 rgba(30, 33, 56, 0.284286),-502px 502px 0 rgba(30, 33, 56, 0.282857),-503px 503px 0 rgba(30, 33, 56, 0.281429),-504px 504px 0 rgba(30, 33, 56, 0.28),-505px 505px 0 rgba(30, 33, 56, 0.278571),-506px 506px 0 rgba(30, 33, 56, 0.277143),-507px 507px 0 rgba(30, 33, 56, 0.275714),-508px 508px 0 rgba(30, 33, 56, 0.274286),-509px 509px 0 rgba(30, 33, 56, 0.272857),-510px 510px 0 rgba(30, 33, 56, 0.271429),-511px 511px 0 rgba(30, 33, 56, 0.27),-512px 512px 0 rgba(30, 33, 56, 0.268571),-513px 513px 0 rgba(30, 33, 56, 0.267143),-514px 514px 0 rgba(30, 33, 56, 0.265714),-515px 515px 0 rgba(30, 33, 56, 0.264286),-516px 516px 0 rgba(30, 33, 56, 0.262857),-517px 517px 0 rgba(30, 33, 56, 0.261429),-518px 518px 0 rgba(30, 33, 56, 0.26),-519px 519px 0 rgba(30, 33, 56, 0.258571),-520px 520px 0 rgba(30, 33, 56, 0.257143),-521px 521px 0 rgba(30, 33, 56, 0.255714),-522px 522px 0 rgba(30, 33, 56, 0.254286),-523px 523px 0 rgba(30, 33, 56, 0.252857),-524px 524px 0 rgba(30, 33, 56, 0.251429),-525px 525px 0 rgba(30, 33, 56, 0.25),-526px 526px 0 rgba(30, 33, 56, 0.248571),-527px 527px 0 rgba(30, 33, 56, 0.247143),-528px 528px 0 rgba(30, 33, 56, 0.245714),-529px 529px 0 rgba(30, 33, 56, 0.244286),-530px 530px 0 rgba(30, 33, 56, 0.242857),-531px 531px 0 rgba(30, 33, 56, 0.241429),-532px 532px 0 rgba(30, 33, 56, 0.24),-533px 533px 0 rgba(30, 33, 56, 0.238571),-534px 534px 0 rgba(30, 33, 56, 0.237143),-535px 535px 0 rgba(30, 33, 56, 0.235714),-536px 536px 0 rgba(30, 33, 56, 0.234286),-537px 537px 0 rgba(30, 33, 56, 0.232857),-538px 538px 0 rgba(30, 33, 56, 0.231429),-539px 539px 0 rgba(30, 33, 56, 0.23),-540px 540px 0 rgba(30, 33, 56, 0.228571),-541px 541px 0 rgba(30, 33, 56, 0.227143),-542px 542px 0 rgba(30, 33, 56, 0.225714),-543px 543px 0 rgba(30, 33, 56, 0.224286),-544px 544px 0 rgba(30, 33, 56, 0.222857),-545px 545px 0 rgba(30, 33, 56, 0.221429),-546px 546px 0 rgba(30, 33, 56, 0.22),-547px 547px 0 rgba(30, 33, 56, 0.218571),-548px 548px 0 rgba(30, 33, 56, 0.217143),-549px 549px 0 rgba(30, 33, 56, 0.215714),-550px 550px 0 rgba(30, 33, 56, 0.214286),-551px 551px 0 rgba(30, 33, 56, 0.212857),-552px 552px 0 rgba(30, 33, 56, 0.211429),-553px 553px 0 rgba(30, 33, 56, 0.21),-554px 554px 0 rgba(30, 33, 56, 0.208571),-555px 555px 0 rgba(30, 33, 56, 0.207143),-556px 556px 0 rgba(30, 33, 56, 0.205714),-557px 557px 0 rgba(30, 33, 56, 0.204286),-558px 558px 0 rgba(30, 33, 56, 0.202857),-559px 559px 0 rgba(30, 33, 56, 0.201429),-560px 560px 0 rgba(30, 33, 56, 0.2),-561px 561px 0 rgba(30, 33, 56, 0.198571),-562px 562px 0 rgba(30, 33, 56, 0.197143),-563px 563px 0 rgba(30, 33, 56, 0.195714),-564px 564px 0 rgba(30, 33, 56, 0.194286),-565px 565px 0 rgba(30, 33, 56, 0.192857),-566px 566px 0 rgba(30, 33, 56, 0.191429),-567px 567px 0 rgba(30, 33, 56, 0.19),-568px 568px 0 rgba(30, 33, 56, 0.188571),-569px 569px 0 rgba(30, 33, 56, 0.187143),-570px 570px 0 rgba(30, 33, 56, 0.185714),-571px 571px 0 rgba(30, 33, 56, 0.184286),-572px 572px 0 rgba(30, 33, 56, 0.182857),-573px 573px 0 rgba(30, 33, 56, 0.181429),-574px 574px 0 rgba(30, 33, 56, 0.18),-575px 575px 0 rgba(30, 33, 56, 0.178571),-576px 576px 0 rgba(30, 33, 56, 0.177143),-577px 577px 0 rgba(30, 33, 56, 0.175714),-578px 578px 0 rgba(30, 33, 56, 0.174286),-579px 579px 0 rgba(30, 33, 56, 0.172857),-580px 580px 0 rgba(30, 33, 56, 0.171429),-581px 581px 0 rgba(30, 33, 56, 0.17),-582px 582px 0 rgba(30, 33, 56, 0.168571),-583px 583px 0 rgba(30, 33, 56, 0.167143),-584px 584px 0 rgba(30, 33, 56, 0.165714),-585px 585px 0 rgba(30, 33, 56, 0.164286),-586px 586px 0 rgba(30, 33, 56, 0.162857),-587px 587px 0 rgba(30, 33, 56, 0.161429),-588px 588px 0 rgba(30, 33, 56, 0.16),-589px 589px 0 rgba(30, 33, 56, 0.158571),-590px 590px 0 rgba(30, 33, 56, 0.157143),-591px 591px 0 rgba(30, 33, 56, 0.155714),-592px 592px 0 rgba(30, 33, 56, 0.154286),-593px 593px 0 rgba(30, 33, 56, 0.152857),-594px 594px 0 rgba(30, 33, 56, 0.151429),-595px 595px 0 rgba(30, 33, 56, 0.15),-596px 596px 0 rgba(30, 33, 56, 0.148571),-597px 597px 0 rgba(30, 33, 56, 0.147143),-598px 598px 0 rgba(30, 33, 56, 0.145714),-599px 599px 0 rgba(30, 33, 56, 0.144286),-600px 600px 0 rgba(30, 33, 56, 0.142857),-601px 601px 0 rgba(30, 33, 56, 0.141429),-602px 602px 0 rgba(30, 33, 56, 0.14),-603px 603px 0 rgba(30, 33, 56, 0.138571),-604px 604px 0 rgba(30, 33, 56, 0.137143),-605px 605px 0 rgba(30, 33, 56, 0.135714),-606px 606px 0 rgba(30, 33, 56, 0.134286),-607px 607px 0 rgba(30, 33, 56, 0.132857),-608px 608px 0 rgba(30, 33, 56, 0.131429),-609px 609px 0 rgba(30, 33, 56, 0.13),-610px 610px 0 rgba(30, 33, 56, 0.128571),-611px 611px 0 rgba(30, 33, 56, 0.127143),-612px 612px 0 rgba(30, 33, 56, 0.125714),-613px 613px 0 rgba(30, 33, 56, 0.124286),-614px 614px 0 rgba(30, 33, 56, 0.122857),-615px 615px 0 rgba(30, 33, 56, 0.121429),-616px 616px 0 rgba(30, 33, 56, 0.12),-617px 617px 0 rgba(30, 33, 56, 0.118571),-618px 618px 0 rgba(30, 33, 56, 0.117143),-619px 619px 0 rgba(30, 33, 56, 0.115714),-620px 620px 0 rgba(30, 33, 56, 0.114286),-621px 621px 0 rgba(30, 33, 56, 0.112857),-622px 622px 0 rgba(30, 33, 56, 0.111429),-623px 623px 0 rgba(30, 33, 56, 0.11),-624px 624px 0 rgba(30, 33, 56, 0.108571),-625px 625px 0 rgba(30, 33, 56, 0.107143),-626px 626px 0 rgba(30, 33, 56, 0.105714),-627px 627px 0 rgba(30, 33, 56, 0.104286),-628px 628px 0 rgba(30, 33, 56, 0.102857),-629px 629px 0 rgba(30, 33, 56, 0.101429),-630px 630px 0 rgba(30, 33, 56, 0.1),-631px 631px 0 rgba(30, 33, 56, 0.0985714),-632px 632px 0 rgba(30, 33, 56, 0.0971429),-633px 633px 0 rgba(30, 33, 56, 0.0957143),-634px 634px 0 rgba(30, 33, 56, 0.0942857),-635px 635px 0 rgba(30, 33, 56, 0.0928571),-636px 636px 0 rgba(30, 33, 56, 0.0914286),-637px 637px 0 rgba(30, 33, 56, 0.09),-638px 638px 0 rgba(30, 33, 56, 0.0885714),-639px 639px 0 rgba(30, 33, 56, 0.0871429),-640px 640px 0 rgba(30, 33, 56, 0.0857143),-641px 641px 0 rgba(30, 33, 56, 0.0842857),-642px 642px 0 rgba(30, 33, 56, 0.0828571),-643px 643px 0 rgba(30, 33, 56, 0.0814286),-644px 644px 0 rgba(30, 33, 56, 0.08),-645px 645px 0 rgba(30, 33, 56, 0.0785714),-646px 646px 0 rgba(30, 33, 56, 0.0771429),-647px 647px 0 rgba(30, 33, 56, 0.0757143),-648px 648px 0 rgba(30, 33, 56, 0.0742857),-649px 649px 0 rgba(30, 33, 56, 0.0728571),-650px 650px 0 rgba(30, 33, 56, 0.0714286),-651px 651px 0 rgba(30, 33, 56, 0.07),-652px 652px 0 rgba(30, 33, 56, 0.0685714),-653px 653px 0 rgba(30, 33, 56, 0.0671429),-654px 654px 0 rgba(30, 33, 56, 0.0657143),-655px 655px 0 rgba(30, 33, 56, 0.0642857),-656px 656px 0 rgba(30, 33, 56, 0.0628571),-657px 657px 0 rgba(30, 33, 56, 0.0614286),-658px 658px 0 rgba(30, 33, 56, 0.06),-659px 659px 0 rgba(30, 33, 56, 0.0585714),-660px 660px 0 rgba(30, 33, 56, 0.0571429),-661px 661px 0 rgba(30, 33, 56, 0.0557143),-662px 662px 0 rgba(30, 33, 56, 0.0542857),-663px 663px 0 rgba(30, 33, 56, 0.0528571),-664px 664px 0 rgba(30, 33, 56, 0.0514286),-665px 665px 0 rgba(30, 33, 56, 0.05),-666px 666px 0 rgba(30, 33, 56, 0.0485714),-667px 667px 0 rgba(30, 33, 56, 0.0471429),-668px 668px 0 rgba(30, 33, 56, 0.0457143),-669px 669px 0 rgba(30, 33, 56, 0.0442857),-670px 670px 0 rgba(30, 33, 56, 0.0428571),-671px 671px 0 rgba(30, 33, 56, 0.0414286),-672px 672px 0 rgba(30, 33, 56, 0.04),-673px 673px 0 rgba(30, 33, 56, 0.0385714),-674px 674px 0 rgba(30, 33, 56, 0.0371429),-675px 675px 0 rgba(30, 33, 56, 0.0357143),-676px 676px 0 rgba(30, 33, 56, 0.0342857),-677px 677px 0 rgba(30, 33, 56, 0.0328571),-678px 678px 0 rgba(30, 33, 56, 0.0314286),-679px 679px 0 rgba(30, 33, 56, 0.03),-680px 680px 0 rgba(30, 33, 56, 0.0285714),-681px 681px 0 rgba(30, 33, 56, 0.0271429),-682px 682px 0 rgba(30, 33, 56, 0.0257143),-683px 683px 0 rgba(30, 33, 56, 0.0242857),-684px 684px 0 rgba(30, 33, 56, 0.0228571),-685px 685px 0 rgba(30, 33, 56, 0.0214286),-686px 686px 0 rgba(30, 33, 56, 0.02),-687px 687px 0 rgba(30, 33, 56, 0.0185714),-688px 688px 0 rgba(30, 33, 56, 0.0171429),-689px 689px 0 rgba(30, 33, 56, 0.0157143),-690px 690px 0 rgba(30, 33, 56, 0.0142857),-691px 691px 0 rgba(30, 33, 56, 0.0128571),-692px 692px 0 rgba(30, 33, 56, 0.0114286),-693px 693px 0 rgba(30, 33, 56, 0.01),-694px 694px 0 rgba(30, 33, 56, 0.00857143),-695px 695px 0 rgba(30, 33, 56, 0.00714286),-696px 696px 0 rgba(30, 33, 56, 0.00571429),-697px 697px 0 rgba(30, 33, 56, 0.00428571),-698px 698px 0 rgba(30, 33, 56, 0.00285714),700px 700px 0 rgba(30, 33, 56, 0); }

.pull-right {
  float: right; }

@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none; } }

h1 {
  font-size: 100px; }

.clip-bg-slant {
  -webkit-clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 41%, 100% 0, 100% 100%, 0% 100%);
  background-color: #FBFBFB;
  height: 1000px;
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 200px;
  left: 0;
  opacity: 0.9;
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s; }

.resource-links {
  margin-top: 100px; }
  .resource-links .resource-links_link {
    height: 500px;
    background-color: #ffffff;
    margin: 10px;
    color: grey;
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
    @media screen and (max-width: 600px) {
      .resource-links .resource-links_link {
        height: 300px; } }
    .resource-links .resource-links_link:hover {
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
    .resource-links .resource-links_link .resource-links_link_title {
      color: #121738;
      text-transform: uppercase;
      font-size: 52px;
      font-family: "Circular_bold", sans-serif;
      text-align: center;
      margin: 0;
      padding-top: 190px; }
      @media screen and (max-width: 600px) {
        .resource-links .resource-links_link .resource-links_link_title {
          padding-top: 120px;
          font-size: 30px; } }
    .resource-links .resource-links_link .resource-links_link_sub {
      font-size: 1.8rem;
      text-transform: capitalize;
      width: 70%;
      margin: 20px auto; }
      @media screen and (max-width: 600px) {
        .resource-links .resource-links_link .resource-links_link_sub {
          font-size: 1.5rem; } }

.resources-list {
  padding-top: 50px;
  padding-bottom: 100px;
  float: left; }
  .resources-list a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 2px solid #FBFBFB; }
  .resources-list .resource-header {
    font-size: 2.5rem;
    color: #3C485E;
    margin-bottom: 0; }
    .resources-list .resource-header:hover {
      color: #121738; }
  .resources-list .resource-count {
    margin-top: 10px; }

.resource-mission {
  text-align: left !important;
  text-align: center;
  width: 600px;
  margin-top: 100px; }
  @media screen and (max-width: 600px) {
    .resource-mission {
      width: 100%; } }
  .resource-mission h2 {
    font-size: 3rem;
    color: #3C485E; }

.clip-bg-triangle {
  -webkit-clip-path: polygon(50% 40%, 100% 21%, 100% 100%, 0 100%, 0 20%);
  clip-path: polygon(50% 40%, 100% 21%, 100% 100%, 0 100%, 0 20%);
  background-color: #FBFBFB;
  height: 1000px;
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 100px;
  left: 0; }

.about-mission {
  padding-bottom: 100px; }
  .about-mission h2 {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    color: #121738;
    text-transform: uppercase; }
  .about-mission .about-title_sub {
    text-align: center;
    font-size: 3rem;
    margin: 0 auto 50px;
    font-weight: bold;
    width: 600px; }
    @media screen and (max-width: 600px) {
      .about-mission .about-title_sub {
        width: 100%; } }
  .about-mission p {
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: justify;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #121738; }
    @media screen and (max-width: 600px) {
      .about-mission p {
        width: 100%;
        text-align: left; } }
  .about-mission .padder {
    padding-right: 5%; }
    @media screen and (max-width: 600px) {
      .about-mission .padder {
        padding-right: 0; } }

.mission {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 600px;
  margin-top: 100px; }
  @media screen and (max-width: 600px) {
    .mission {
      margin-top: 50px; } }
  .mission h2 {
    font-size: 3rem;
    color: #3C485E; }
  .mission .mission-body {
    font-size: 2rem;
    margin: 1.75em 0 0; }

.stats {
  width: 100%;
  background-color: #121738;
  padding: 50px 0;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .stats {
      padding-top: 25px; } }
  .stats .stats-numbers {
    font-size: 5rem;
    margin: 0;
    color: #25A568; }
  .stats .stats-body {
    margin-bottom: 50px;
    width: 70%; }
    @media screen and (max-width: 600px) {
      .stats .stats-body {
        width: 100%; } }
  .stats .stats-story {
    margin-top: 50px;
    width: 70%;
    font-size: 2rem; }
    @media screen and (max-width: 600px) {
      .stats .stats-story {
        width: 100%;
        margin-top: 0px; } }
  .stats .right {
    padding-left: 150px; }
    @media screen and (max-width: 600px) {
      .stats .right {
        padding-left: 0;
        padding-top: 30px; } }
    .stats .right i {
      display: inline-block; }
  .stats hr {
    width: 20%;
    margin: 0 0 50px 0;
    border-width: 1;
    border-bottom: 0;
    border-color: rgba(255, 255, 255, 0.1); }

.team {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FBFBFB; }
  .team h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3C485E; }
  .team .team-title_sub {
    font-size: 2rem;
    margin-bottom: 100px;
    margin: 1.75em auto 100px;
    width: 600px; }
    @media screen and (max-width: 600px) {
      .team .team-title_sub {
        width: 100%; } }
  .team .team-member {
    height: auto;
    position: relative; }
    .team .team-member img {
      width: 100%;
      vertical-align: top; }
    .team .team-member .team-member_info {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #61BFAD;
      color: #ffffff;
      opacity: 0;
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      padding: 30px;
      text-align: left; }
      .team .team-member .team-member_info .team-member_name {
        margin: 0;
        font-size: 20px; }
      .team .team-member .team-member_info .team-member_role {
        margin: 0;
        margin-top: 8px;
        font-size: 14px; }
      .team .team-member .team-member_info .team-member_social {
        margin: 0;
        font-size: 14px;
        position: absolute;
        bottom: 30px;
        left: 30px; }
      .team .team-member .team-member_info:hover {
        opacity: 1; }

.investors {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #efefef; }
  .investors h2 {
    font-size: 3rem;
    margin-bottom: 15px;
    margin-top: 0;
    color: #3C485E; }
  .investors .team-title_sub {
    font-size: 2rem;
    margin-bottom: 100px;
    margin: 1.75em auto 100px;
    width: 600px; }
    @media screen and (max-width: 600px) {
      .investors .team-title_sub {
        width: 100%; } }
  .investors img {
    width: 200px; }

.clip-bg-parallelogram {
  -webkit-clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0 72%);
  clip-path: polygon(0 28%, 100% 0%, 100% 100%, 0 72%);
  background-color: #FBFBFB;
  height: 1700px;
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 87%;
  left: 0; }

.referral-steps {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px; }
  .referral-steps .referral-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 30px 50px 0; }
    @media screen and (max-width: 600px) {
      .referral-steps .referral-step {
        padding: 30px 10px 0; } }
  .referral-steps .referral-steps_icon img {
    width: 40px;
    margin-right: 10px; }
  .referral-steps h3 {
    margin-top: 0; }
  .referral-steps p {
    margin-top: 5px;
    line-height: 1.3; }

.referral-form-container {
  background: #121738;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  height: auto;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .referral-form-container {
      padding-top: 0; } }
  .referral-form-container .referral-form_card {
    width: 80%;
    padding: 60px;
    padding-top: 50px;
    background-color: none;
    border: solid 1px #25A568;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-left: 20%;
    position: relative; }
    @media screen and (max-width: 600px) {
      .referral-form-container .referral-form_card {
        width: 100%;
        margin-left: 0;
        margin-top: 30px; } }
    .referral-form-container .referral-form_card input {
      width: 100%;
      padding: 15px;
      margin-bottom: 20px;
      margin-left: 0;
      background: none;
      border-radius: 3px;
      border: 0;
      border: 1px solid #25A568;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #ffffff; }
    .referral-form-container .referral-form_card .button {
      padding: 15px;
      height: auto;
      font-size: 16px;
      width: 100%;
      text-transform: capitalize;
      margin-top: 20px; }

.referral-title {
  font-size: 24px;
  margin-top: 60px;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .referral-title {
      margin-top: 50px; } }

.referral-body {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #EAEAEA;
  padding-right: 20%; }
  @media screen and (max-width: 600px) {
    .referral-body {
      padding-right: 0; } }

.referral-image {
  padding-top: 0;
  text-align: left;
  height: inherit; }
  .referral-image img {
    width: 80%; }
    @media screen and (max-width: 600px) {
      .referral-image img {
        width: 100%;
        display: block; } }
  @media screen and (max-width: 600px) {
    .referral-image {
      padding-top: 30px;
      text-align: left;
      height: 400px; } }

.terms-section_header {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    .terms-section_header {
      display: none; } }
  .terms-section_header h2 {
    font-size: 3rem; }
  .terms-section_header p {
    font-size: 1.5rem; }

.terms-section_body {
  margin-bottom: 100px; }
  @media screen and (max-width: 600px) {
    .terms-section_body {
      width: 100%; } }
  .terms-section_body img {
    width: 100%; }
  .terms-section_body h3 {
    margin: 35px 0 0;
    line-height: 1.4;
    font-size: 1.8rem; }
  .terms-section_body p {
    line-height: 1.6;
    font-size: 1.6rem; }
    .terms-section_body p.indent {
      padding-left: 30px; }
  .terms-section_body li.indent {
    padding-left: 30px;
    padding-bottom: 20px; }

.terms-section_navigation {
  padding-top: 30px;
  z-index: -9999; }
  @media screen and (max-width: 600px) {
    .terms-section_navigation {
      display: none; } }
  .terms-section_navigation li {
    margin-bottom: 30px;
    text-transform: normal;
    padding-right: 30%;
    cursor: pointer; }
    .terms-section_navigation li:hover {
      font-weight: bold; }

@media screen and (max-width: 600px) {
  #sticky {
    display: none; } }

#sticky.stick {
  position: fixed;
  top: 0;
  padding-top: 100px;
  padding-bottom: 300px;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  @media screen and (max-width: 600px) {
    #sticky.stick {
      padding-top: 0;
      display: none; } }

.payment-process {
  border-bottom: 1px solid #efefef; }
  .payment-process .grid {
    margin-top: 30px;
    margin-bottom: 70px; }
  .payment-process .grid__column {
    padding: 30px; }

.promise-steps img {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  padding-bottom: 50px; }

.promise-steps .step {
  padding-top: 20px;
  padding-bottom: 20px; }

.payment-container {
  background: #121738;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
  height: 500px;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .payment-container {
      padding-top: 0;
      height: 600px; } }
  .payment-container .button--small {
    margin-top: 50px; }
  .payment-container img {
    margin-top: -100px;
    float: right; }
    @media screen and (max-width: 600px) {
      .payment-container img {
        margin-top: 0;
        float: none; } }

.community-container {
  background: #121738;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 100px;
  height: 500px;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .community-container {
      padding-top: 0;
      height: auto; } }
  .community-container .button--small {
    margin-top: 50px; }
  .community-container img {
    margin-top: -100px; }
    @media screen and (max-width: 600px) {
      .community-container img {
        display: none; } }

.how-we-verify {
  background: #121738;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  height: 700px;
  color: #ffffff; }
  @media screen and (max-width: 600px) {
    .how-we-verify {
      padding-top: 0;
      padding-bottom: 50px;
      height: auto;
      margin-top: 30px;
      float: left; } }
  .how-we-verify .grid__column--6 {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .how-we-verify .grid__column--6 {
        padding: 0; } }
  .how-we-verify .verification-step {
    background: #FDFDFD;
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    height: 235px; }
    .how-we-verify .verification-step h1 {
      font-size: 24px;
      position: relative;
      z-index: 3;
      color: #121738; }
    .how-we-verify .verification-step p {
      color: #121738;
      position: relative;
      z-index: 3; }
    .how-we-verify .verification-step .verification-step-number {
      position: absolute;
      top: 10px;
      left: 10px;
      color: #121738;
      font-size: 90px;
      font-weight: bold;
      opacity: 0.11; }
    @media screen and (max-width: 600px) {
      .how-we-verify .verification-step {
        padding: 30px;
        height: 250px; } }
    @media screen and (max-width: 600px) {
      .how-we-verify .verification-step {
        height: auto; } }
  .how-we-verify .section-header {
    margin-top: 150px;
    color: #c7eaf2;
    width: 300px; }
    @media screen and (max-width: 600px) {
      .how-we-verify .section-header {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px; } }
    .how-we-verify .section-header h2 {
      color: #c7eaf2; }
    .how-we-verify .section-header p {
      line-height: 20px; }

.experts {
  float: left;
  padding: 100px 0 0;
  z-index: 10; }
  @media screen and (max-width: 600px) {
    .experts {
      padding: 50px 0 0; } }
  .experts .section-header {
    margin-top: 200px;
    margin-bottom: 50px; }
    @media screen and (max-width: 600px) {
      .experts .section-header {
        margin-top: 0; } }
    .experts .section-header h3 {
      font-size: 30px;
      line-height: 1.2em;
      color: #121738; }
      @media screen and (max-width: 600px) {
        .experts .section-header h3 {
          font-size: 24px; } }
    .experts .section-header p {
      font-weight: normal;
      font-size: 20px;
      line-height: 1.3em;
      color: #121738; }
      @media screen and (max-width: 600px) {
        .experts .section-header p {
          font-size: 18px; } }

@media screen and (max-width: 600px) {
  .what-clients-say {
    width: 100%; } }

.developers {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }
  .developers .grid__column--6 {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 600px) {
      .developers .grid__column--6 {
        width: 100% !important; } }
  .developers .developer-img img {
    width: 100%; }
  .developers .developer-info {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    text-align: center; }
    .developers .developer-info h3 {
      font-size: 16px;
      text-transform: uppercase; }
    .developers .developer-info p {
      font-size: 14px; }
  .developers .developer {
    margin-bottom: 30px;
    -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08); }
    .developers .developer:nth-of-type(2) {
      margin-right: 15px;
      margin-left: 15px; }

.portfolio {
  width: 100%;
  padding: 80px 0;
  display: block; }
  .portfolio .grid__column--6, .portfolio .grid__column--12 {
    padding: 15px; }
  .portfolio h3 {
    text-transform: uppercase;
    color: #121738; }
    .portfolio h3:before {
      content: "";
      width: 100px;
      display: block;
      margin-bottom: 10px;
      border-bottom: 2px solid #121738; }
  .portfolio .portfolio-descrition {
    color: #121738;
    width: 80%;
    line-height: 22px; }
    @media screen and (max-width: 600px) {
      .portfolio .portfolio-descrition {
        width: 100%;
        text-align: justify; } }

.portfolio-card {
  height: 500px;
  margin-bottom: 50px; }
  .portfolio-card.first {
    background: url("../images/screenshots/hanson.jpg");
    background-size: cover;
    background-position: -100px; }
  .portfolio-card.second {
    background: url("../images/screenshots/orange.jpg");
    background-size: cover;
    background-position: -160px; }
  .portfolio-card .portfolio-card__content {
    width: 50%;
    height: inherit;
    background: #121738;
    float: right;
    padding: 10px 30px; }
    @media screen and (max-width: 600px) {
      .portfolio-card .portfolio-card__content {
        width: 100%;
        background: rgba(18, 23, 56, 0.7); } }
    .portfolio-card .portfolio-card__content h3, .portfolio-card .portfolio-card__content p {
      color: #FFFFFF !important;
      line-height: 22px; }
    .portfolio-card .portfolio-card__content h3::after {
      content: "";
      width: 100px;
      display: block;
      margin-top: 10px;
      border-bottom: 2px solid #FFFFFF; }

.m-t-xs {
  margin-top: 8px; }

.m-t-sm {
  margin-top: 15px; }

.m-t-md {
  margin-top: 30px; }

.p-t-lg {
  padding-top: 50px !important; }

.p-b-lg {
  padding-bottom: 50px !important; }

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