/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

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

textarea {
  overflow: auto; }

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

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

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

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

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

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

@font-face {
  font-family: "HarmoniaSansProCyrRegular";
  src: url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyrRegular.eot");
  src: url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyrRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyrRegular.woff") format("woff"), url("../fonts/HarmoniaSansProCyrRegular/HarmoniaSansProCyrRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "HarmoniaSansProCyrBold";
  src: url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyrBold.eot");
  src: url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyrBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyrBold.woff") format("woff"), url("../fonts/HarmoniaSansProCyrBold/HarmoniaSansProCyrBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

*::-webkit-input-placeholder {
  color: #7e7e7e;
  font-size: 18px;
  opacity: 1; }

*:-moz-placeholder {
  color: #7e7e7e;
  font-size: 18px;
  opacity: 1; }

*::-moz-placeholder {
  color: #7e7e7e;
  font-size: 18px;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #7e7e7e;
  font-size: 18px;
  opacity: 1; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
  color: #393939;
  font-family: "HarmoniaSansProCyrRegular", sans-serif;
  padding-top: 68px; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

b, strong {
  font-family: "HarmoniaSansProCyrBold", sans-serif; }

a {
  text-decoration: none; }
  a.link-arrow {
    font-size: 18px;
    color: #ea5b0c;
    font-family: "HarmoniaSansProCyrBold", sans-serif;
    display: inline-block;
    position: relative;
    margin-top: 19px; }
    a.link-arrow:hover::after {
      right: -25px; }
    a.link-arrow::after {
      content: '';
      display: block;
      position: absolute;
      top: 12px;
      right: -20px;
      width: 4px;
      height: 8px;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      pointer-events: none; }
    a.link-arrow.blue::after {
      background-image: url(../img/link-arrow-right-blue.svg); }
    a.link-arrow.white::after {
      background-image: url(../img/link-arrow-right-white.svg); }

.container {
  max-width: 1140px;
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .container.big {
    max-width: 1370px; }

.row {
  width: 100%; }
  .row::after, .row::before {
    clear: both;
    content: '';
    display: table; }

.box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.btn {
  display: inline-block;
  line-height: 31px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  background-color: #ea5b0c;
  font-family: "HarmoniaSansProCyrBold", sans-serif;
  border: 2px solid transparent;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  .btn:hover {
    color: #ea5b0c;
    background-color: transparent;
    border-color: #ea5b0c; }

.main-header {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(122, 122, 122, 0.15);
  box-shadow: 0px 2px 8px 0px rgba(122, 122, 122, 0.15);
  z-index: 99;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  .main-header .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .main-header .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .main-header .left .logo-wrap {
      display: block;
      margin-right: 63px;
      padding-top: 4px; }
      .main-header .left .logo-wrap a {
        display: block; }
      .main-header .left .logo-wrap img {
        max-width: 100%;
        width: 57px; }
    .main-header .left .menu-wrap ul {
      padding: 0;
      margin: 0;
      font-size: 0; }
      .main-header .left .menu-wrap ul li {
        list-style-type: none;
        display: inline-block;
        margin: 0 7px; }
        .main-header .left .menu-wrap ul li.active a {
          border-bottom-color: #ea5b0c; }
        .main-header .left .menu-wrap ul li a {
          color: #364a9a;
          font-family: "HarmoniaSansProCyrBold", sans-serif;
          font-size: 18px;
          padding: 24px 28px 12px;
          display: block;
          border-bottom: 4px solid transparent;
          -webkit-transition: .25s;
          -o-transition: .25s;
          transition: .25s; }
          .main-header .left .menu-wrap ul li a.active {
            border-bottom-color: #ea5b0c; }
          .main-header .left .menu-wrap ul li a:hover {
            border-bottom-color: #ea5b0c; }
  .main-header .right .btn-wrap a {
    padding: 0 20px;
    color: #ffffff;
  }
  .main-header .right .btn-wrap a:hover {
    color: #ea5b0c;
  }
  /* .main-header .menu-btn-open {
    display: none;
    border: none;
    width: 30px;
    height: 25px;
    background-color: transparent;
    position: relative; }
    .main-header .menu-btn-open span {
      height: 3px;
      background-color: #ea5b0c;
      position: absolute;
      left: 0;
      right: 0; }
      .main-header .menu-btn-open span:nth-child(1) {
        top: 0px; }
      .main-header .menu-btn-open span:nth-child(2) {
        top: 11px; }
      .main-header .menu-btn-open span:nth-child(3) {
        bottom: 0px; }
  .main-header .menu-btn-close {
    position: fixed;
    top: -100px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background-color: transparent;
    z-index: 100;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .main-header .menu-btn-close.active {
      top: 18px; }
    .main-header .menu-btn-close .wrap {
      display: block;
      position: relative;
      width: 100%;
      height: 100%; }
      .main-header .menu-btn-close .wrap span {
        position: absolute;
        left: -3px;
        width: 120%;
        height: 3px;
        background-color: #fff; }
        .main-header .menu-btn-close .wrap span:nth-child(1) {
          top: 50%;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .main-header .menu-btn-close .wrap span:nth-child(2) {
          top: 50%;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); } */

  .sandwich {
    display: none;
    position: relative;
    cursor: pointer;
    float: right;
    width: 70px;
    height: 70px;
    padding: 20px;
    margin-right: -20px;
    z-index: 3; }
    .sandwich .piece {
      position: relative;
      width: 100%;
      height: 4px;
      -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #ea5a0e; }
      .sandwich .piece.top {
        top: 20%; }
      .sandwich .piece.middle {
        top: 40%; }
      .sandwich .piece.bottom {
        opacity: 1;
        top: 60%; }
    .sandwich.active .piece {
      background: #ffffff;
    }
    .sandwich.active .piece.top {
      top: 50%;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
    .sandwich.active .piece.middle {
      top: 36%;
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .sandwich.active .piece.bottom {
      top: 0;
      opacity: 0;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

  .main-header .left .menu-wrap .btn {
    display: none;
  }

.home-video .video-wrap {
  padding: 56.25% 0 0 0;
  position: relative; }
  .home-video .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.problem-solution {
  padding-bottom: 90px; }
  .problem-solution .box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 38px; }
    .problem-solution .box .item .text-wrapper {
      width: 61%; }
      .problem-solution .box .item .text-wrapper .title {
        font-size: 48px;
        color: #364a9a;
        font-family: "HarmoniaSansProCyrBold", sans-serif; }
      .problem-solution .box .item .text-wrapper p.text {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
        margin-top: 10px; }
    .problem-solution .box .item .img-wrap {
      width: 39%; }
      .problem-solution .box .item .img-wrap img {
        width: 100%;
        max-width: 247px; }
    .problem-solution .box .item:nth-child(odd) .img-wrap {
      padding-top: 43px;
      padding-left: 88px; }
    .problem-solution .box .item:nth-child(even) .img-wrap {
      padding-left: 75px; }

.how-it-work {
  background-color: #364a9a;
  color: #fff;
  padding-top: 111px;
  padding-bottom: 28px; }
  .how-it-work .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .how-it-work .left {
    width: 44%;
    padding-right: 70px; }
    .how-it-work .left h2 {
      font-size: 48px;
      font-family: "HarmoniaSansProCyrBold", sans-serif;
      margin: 0;
      padding-top: 57px; }
    .how-it-work .left p.text {
      font-size: 20px;
      line-height: 30px;
      margin: 0;
      margin-top: 10px; }
  .how-it-work .right {
    width: 56%; }
    .how-it-work .right .block {
      background-color: #4365bb;
      padding: 72px 50px;
      position: relative; }
      .how-it-work .right .block::after {
        content: '';
        display: block;
        position: absolute;
        bottom: -117px;
        left: -364px;
        width: 378px;
        height: 346px;
        /* background-image: url(../img/how-it-work-robot.png); */
        background-image: url(../img/how-it-work-robot.svg);
        -webkit-background-size: 630px 630px;
        background-size: 630px;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 3; }
      .how-it-work .right .block .item {
        position: relative;
        margin-bottom: 50px;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        .how-it-work .right .block .item:last-child {
          margin-bottom: 0; }
        .how-it-work .right .block .item .num {
          position: absolute;
          display: block;
          width: 50px;
          height: 50px;
          -webkit-border-radius: 50px;
          border-radius: 50px;
          text-align: center;
          line-height: 50px;
          border: 2px solid #ea5b0c;
          color: #97b3ff;
          font-size: 18px;
          text-align: center;
          padding-left: 3px;
          top: 50%;
          left: 10px;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .how-it-work .right .block .item p.text {
          font-family: "HarmoniaSansProCyrBold", sans-serif;
          font-size: 24px;
          line-height: 1.3;
          padding-left: 84px;
          padding-right: 15px;
          margin: 0; }

.get-involved {
  padding-top: 162px;
  position: relative;
  padding-bottom: 47px;
  overflow: hidden; }
  .get-involved::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #364a9a; }
  .get-involved::after {
    content: '';
    display: block;
    position: absolute;
    width: 2230px;
    height: 704px;
    background-image: url(../img/get-involved-shape.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 23px;
    left: 50%;
    -webkit-transform: translate(-1387px, 0);
    -ms-transform: translate(-1387px, 0);
    transform: translate(-1387px, 0); }
  .get-involved .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .get-involved .left {
    width: 44%;
    padding-top: 90px;
    position: relative;
    z-index: 2; }
    .get-involved .left h2 {
      font-family: "HarmoniaSansProCyrBold", sans-serif;
      color: #364a9a;
      font-size: 48px;
      position: relative;
      margin: 0; }
      .get-involved .left h2::after {
        content: '';
        display: block;
        position: absolute;
        top: -65px;
        right: 60px;
        width: 158px;
        height: 153px;
        background-image: url(../img/involed.svg);
        background-repeat: no-repeat; }
    .get-involved .left .blockquote {
      background-color: rgba(67, 101, 187, 0.08);
      border-left: 10px solid #7089cb;
      position: relative;
      margin-top: 35px;
      padding-top: 46px;
      padding-left: 22px;
      padding-bottom: 70px; }
      .get-involved .left .blockquote::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 29px;
        right: 58px;
        width: 80px;
        height: 10px;
        background-image: url(../img/blockquote-arrow-orange.svg); }
      .get-involved .left .blockquote .title {
        color: #4365bb;
        font-family: "HarmoniaSansProCyrBold", sans-serif;
        font-size: 24px;
        margin-bottom: 10px; }
      .get-involved .left .blockquote p.text {
        color: #577dde;
        font-family: "HarmoniaSansProCyrBold", sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin: 0;
        padding-right: 35px; }
  .get-involved .right {
    width: 56%;
    z-index: 2; }
    .get-involved .right .block {
      background-color: #dde6ff;
      padding: 95px 110px 65px; }

form.main-form input, form.main-form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

form.main-form input {
  height: 42px;
  padding: 0 15px;
  margin-bottom: 24px;
  position: relative;
  padding-top: 5px; }
  form.main-form input[required] {
    background-image: url(../img/required-input-ic.png);
    background-repeat: no-repeat;
    background-position: 98% 17px; }
  form.main-form input[aria-required="true"] {
    background-image: url(../img/required-input-ic.png);
    background-repeat: no-repeat;
    background-position: 98% 17px; }

form.main-form textarea {
  resize: none;
  height: 78px;
  padding: 12px 15px 0 15px; }

form.main-form .btn-wrap {
  text-align: center;
  margin-top: 30px; }
  form.main-form .btn-wrap a {
    padding: 0 50px; }

form.main-form input[type="submit"] {
  display: inline-block;
  line-height: 31px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  background-color: #ea5b0c;
  font-family: "HarmoniaSansProCyrBold", sans-serif;
  border: 2px solid transparent;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  max-width: 145px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  cursor: pointer;
  height: auto;
  padding-top: 0; }
  form.main-form input[type="submit"]:hover {
    color: #ea5b0c;
    background-color: transparent;
    border-color: #ea5b0c; }

.main-footer {
  border-top: 2px solid #dee7ff;
  padding: 20px 0; }
  .main-footer .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .main-footer .left span {
    font-size: 14px;
    color: #364a9a; }
    .main-footer .left span a {
      text-decoration: underline;
      color: inherit;
      margin-left: 20px; }
      .main-footer .left span a:hover {
        text-decoration: none; }
  .main-footer .right .soc-links {
    font-size: 0; }
    .main-footer .right .soc-links a {
      display: inline-block;
      width: 43px;
      height: 45px;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      -webkit-transition: .25s;
      -o-transition: .25s;
      transition: .25s;
      margin-right: 30px; }
      .main-footer .right .soc-links a:last-child {
        margin-right: 0; }
      .main-footer .right .soc-links a.fb {
        background-image: url(../img/fb-ic.svg); }
      .main-footer .right .soc-links a.tw {
        background-image: url(../img/tw-ic.svg); }
      .main-footer .right .soc-links a:hover {
        opacity: .8; }

.about-us {
  padding-bottom: 45px; }
  .about-us .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .about-us .left {
    width: 30%;
    padding-top: 45px; }
    .about-us .left h2 {
      font-size: 50px;
      font-family: "HarmoniaSansProCyrBold", sans-serif;
      color: #364a9a;
      margin: 0; }
    .about-us .left p {
      margin: 0;
      font-size: 18px;
      line-height: 1.2;
      margin-top: 82px;
      padding-right: 15px; }
      .about-us .left p span {
        font-family: "HarmoniaSansProCyrBold", sans-serif; }
    .about-us .left .img-wrap {
      margin-top: 51px;
      padding-left: 31px; }
      .about-us .left .img-wrap img {
        max-width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
  .about-us .right {
    width: 70%;
    padding-top: 120px; }
    .about-us .right .about-us-slider img {
      width: 100%; }
    .about-us .right .sub-text {
      font-size: 20px;
      line-height: 30px;
      position: relative;
      padding-left: 60px; }
      .about-us .right .sub-text::before {
        content: '';
        position: absolute;
        display: block;
        width: 42px;
        height: 5px;
        background-color: #ea5b0c;
        top: 12px;
        left: 0; }

.ceo-section {
  background-color: #f4f7ff;
  position: relative;
  padding-bottom: 55px; }
  .ceo-section::after {
    content: '';
    display: block;
    position: absolute;
    height: 75px;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1; }
  .ceo-section .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .ceo-section .left {
    width: 26%; }
    .ceo-section .left .img-wrap {
      position: relative;
      font-size: 0; }
      .ceo-section .left .img-wrap img {
        max-width: 100%;
        position: relative;
        z-index: 5; }
      .ceo-section .left .img-wrap .label {
        position: absolute;
        bottom: 15px;
        right: 10px;
        background-color: #fff;
        font-size: 18px;
        line-height: 24px;
        font-family: "HarmoniaSansProCyrBold", sans-serif;
        z-index: 6;
        padding: 6px 16px; }
  .ceo-section .right {
    width: 74%;
    padding-left: 60px;
    padding-top: 110px;
    padding-right: 20px; }
    .ceo-section .right p.text {
      font-size: 22px;
      line-height: 32px; }

.how-it-works-section {
  padding-top: 45px;
  padding-bottom: 25px; }
  .how-it-works-section h1 {
    font-size: 50px;
    color: #364a9a;
    font-family: "HarmoniaSansProCyrBold", sans-serif;
    margin: 0; }
  .how-it-works-section .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative; }
    .how-it-works-section .item:last-child::after {
      display: none; }
    .how-it-works-section .item::after {
      content: '';
      display: block;
      position: absolute;
      bottom: -21px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background-image: url(../img/tree-dots.svg);
      width: 46px;
      height: 6px;
      background-repeat: no-repeat; }
    .how-it-works-section .item .img-wrap {
      width: 26%; }
      .how-it-works-section .item .img-wrap img {
        width: 100%; }
    .how-it-works-section .item .text-wrapper {
      width: 74%;
      padding-top: 25px;
      padding-right: 25px; }
      .how-it-works-section .item .text-wrapper p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        margin-bottom: 30px; }
    .how-it-works-section .item.item1 .img-wrap {
      padding-top: 80px;
      padding-left: 50px; }
      .how-it-works-section .item.item1 .img-wrap img {
        max-width: 180px; }
    .how-it-works-section .item.item2 .img-wrap {
      padding-top: 5px;
      padding-left: 40px; }
      .how-it-works-section .item.item2 .img-wrap img {
        max-width: 142px; }
    .how-it-works-section .item.item3 .img-wrap {
      padding-top: 0px;
      padding-left: 53px; }
      .how-it-works-section .item.item3 .img-wrap img {
        max-width: 174px; }

.get-involved-section {
  padding-bottom: 150px;
  overflow: hidden; }
  .get-involved-section .box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .get-involved-section .left {
    width: 49%;
    padding-top: 45px; }
    .get-involved-section .left h1 {
      font-size: 50px;
      font-family: "HarmoniaSansProCyrBold", sans-serif;
      color: #364a9a;
      margin: 0;
      margin-bottom: 33px; }
    .get-involved-section .left p {
      margin: 0;
      padding-right: 15px; }
    .get-involved-section .left p.sub-title {
      color: #ea5b0c;
      font-family: "HarmoniaSansProCyrBold", sans-serif;
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 65px;
      padding-right: 75px; }
    .get-involved-section .left p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 45px; }
  .get-involved-section .right {
    width: 51%;
    padding-top: 70px;
    padding-right: 75px; }
    .get-involved-section .right .form-wrap {
      background: #dde6ff;
      padding: 75px 40px 85px;
      position: relative; }
      .get-involved-section .right .form-wrap::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 120px;
        /*right: -127px;*/
        right: -116px;
        background-image: url(../img/form-robot.png);
        background-image: url(../img/form-robot.svg);
        /* background-repeat: no-repeat;
        width: 127px;
        height: 172px;  */
        width: 220px;
        height: 190px;
        background-repeat: no-repeat;
        -webkit-background-size: 300px 300px;
        background-size: 300px;
      }

.solution-problem-section {
  background-color: #364a9a;
  color: #fff;
  padding-top: 75px;
  padding-bottom: 50px;
  min-height: -webkit-calc(100vh - 153px);
  min-height: calc(100vh - 153px); }
  .solution-problem-section h1 {
    font-size: 50px;
    font-family: "HarmoniaSansProCyrBold", sans-serif;
    margin: 0; }
  .solution-problem-section .text-wrapper {
    padding-left: 110px;
    padding-top: 15px; }
    .solution-problem-section .text-wrapper .blockquote {
      border-left: 2px solid #ea5b0c;
      padding: 25px 0 25px 50px; }
      .solution-problem-section .text-wrapper .blockquote p {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
        padding-right: 100px;
        margin-bottom: 30px; }
        .solution-problem-section .text-wrapper .blockquote p:last-child {
          margin-bottom: 0; }
    .solution-problem-section .text-wrapper > p {
      font-size: 24px;
      line-height: 36px;
      margin: 0;
      margin-top: 42px;
      max-width: 900px; }

.contact-us-section {
  padding-top: 45px;
  margin-bottom: 180px;
  overflow: hidden; }
  .contact-us-section .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .contact-us-section h1 {
    font-size: 50px;
    color: #364a9a;
    font-family: "HarmoniaSansProCyrBold", sans-serif;
    margin: 0;
    padding-left: 120px; }
  .contact-us-section .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 10px; }
    .contact-us-section .wrapper .left {
      background-color: #364a9a;
      color: #fff;
      width: 41%;
      padding-left: 120px;
      padding-top: 120px; }
      .contact-us-section .wrapper .left p.title {
        font-size: 36px;
        font-family: "HarmoniaSansProCyrBold", sans-serif;
        margin-bottom: 34px; }
      .contact-us-section .wrapper .left p {
        margin: 0;
        font-size: 24px;
        line-height: 30px; }
      .contact-us-section .wrapper .left a {
        color: #fff;
        text-decoration: underline; }
        .contact-us-section .wrapper .left a:hover {
          text-decoration: none; }
    .contact-us-section .wrapper .right {
      width: 59%; }
      .contact-us-section .wrapper .right .img-wrap {
        font-size: 0;
        height: 100%; }
        .contact-us-section .wrapper .right .img-wrap img {
          max-width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  opacity: .8; }
  .slick-arrow:hover {
    opacity: 1; }
  .slick-arrow.slick-prev {
    left: 0;
    background-image: url(../img/slider-arrow-left.svg); }
  .slick-arrow.slick-next {
    right: 0;
    background-image: url(../img/slider-arrow-right.svg); }

.wpcf7 .screen-reader-response {
  display: none; }

.wpcf7 .wpcf7-not-valid {
  -webkit-box-shadow: 0px 0px 3px 1px #fe1919;
  box-shadow: 0px 0px 3px 1px #fe1919;
  margin-top: 20px; }

.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #fe1919;
  font-size: 15px;
  line-height: 1.5; }

.wpcf7 .wpcf7-form-control-wrap {
  position: relative; }

.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  top: -36px;
  left: 0;
  font-size: 14px; }

section.page-section {
  min-height: -webkit-calc(100vh - 188px);
  min-height: calc(100vh - 188px); }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1400px) {
  /*  */ }

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .container,
  .container.big {
    padding: 0 15px;
    max-width: 962px; }
  .main-header .left .menu-wrap ul li a {
    padding: 24px 18px 12px; }
  .how-it-work .right .block::after {
    /* -webkit-background-size: contain;
    background-size: contain; */
    width: 300px;
    /* bottom: -180px;
    left: -294px;  */
    bottom: -150px;
    left: -294px;
    -webkit-background-size: 490px 490px;
    background-size: 490px;
  }
  .get-involved .right .block {
    padding: 70px 50px 40px; }
  .get-involved .left {
    width: 55%; }
  .get-involved .right {
    width: 45%; }
  .contact-us-section .wrapper .left {
    padding-left: 50px; }
  .contact-us-section h1 {
    padding-left: 0; }
  .get-involved-section .left p.sub-title {
    padding-right: 15px; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .container,
  .container.big {
    max-width: 738px; }
  .main-header .left .logo-wrap {
    margin-right: 30px; }
  .problem-solution .box .item .text-wrapper .title {
    font-size: 35px; }
  .problem-solution .box .item .text-wrapper p.text {
    font-size: 18px;
    line-height: 1.3; }
  .how-it-work .left h2 {
    font-size: 35px;
    line-height: 1.3;
    padding-top: 0px; }
  .how-it-work .left p.text {
    font-size: 18px; }
  .how-it-work .left {
    padding-right: 15px; }
  .how-it-work .right .block {
    padding: 50px 30px; }
  .how-it-work .right .block .item p.text {
    font-size: 20px; }
  .get-involved .left h2::after {
    -webkit-background-size: contain;
    background-size: contain;
    width: 80px;
    top: -15px; }
  .get-involved .left h2 {
    font-size: 35px; }
  .get-involved .left .blockquote .title {
    font-size: 20px;
    line-height: 1.3; }
  .get-involved .left {
    width: 50%; }
  .get-involved .right {
    width: 50%; }
  .get-involved .right .block {
    padding: 50px 15px; }
  .about-us .left h2 {
    font-size: 35px; }
  .about-us .left .img-wrap {
    padding: 0 15px; }
  .about-us .right .sub-text {
    font-size: 18px; }
    .about-us .right .sub-text br {
      display: none; }
  .about-us .right {
    padding-left: 15px; }
  .ceo-section .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .ceo-section .right p.text {
    font-size: 18px; }
  .contact-us-section .wrapper .left p {
    font-size: 18px;
    line-height: 1.5; }
  .contact-us-section .wrapper .left p.title {
    font-size: 35px;
    margin-bottom: 10px; }
  .contact-us-section h1 {
    font-size: 35px; }
  .get-involved-section .right .form-wrap {
    padding: 50px 15px; }
  .get-involved-section .left h1 {
    font-size: 35px; }
  .get-involved-section .left p.sub-title {
    font-size: 18px;
    margin-bottom: 20px; }
    .get-involved-section .left p.sub-title br {
      display: none; }
  .get-involved-section .left p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px; }
    .get-involved-section .left p br {
      display: none; }
  .get-involved-section .right {
    padding-right: 0; }
  .how-it-works-section h1 {
    font-size: 35px; }
  .how-it-works-section .item .text-wrapper p {
    padding-left: 15px; }
  .how-it-works-section .item .text-wrapper {
    width: 100%; }
  .how-it-works-section .item.item2 .text-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .how-it-works-section .item .img-wrap {
    width: 100% !important;
    text-align: center !important;
    padding: 20px 0 0 0 !important; }
  .solution-problem-section h1 {
    font-size: 35px; }
  .solution-problem-section .text-wrapper {
    padding-left: 30px; }
  .solution-problem-section .text-wrapper .blockquote {
    padding: 25px 0 25px 30px; }
  .solution-problem-section .text-wrapper > p {
    font-size: 20px;
    line-height: 1.5; }
  .contact-us-section .wrapper .left {
    padding-bottom: 20px; }
  .about-us .left p {
    margin-top: 15px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main-header .menu-btn-open {
    display: block; }
  .main-header .right {
    display: none;
  }
  .sandwich {
    display: block;
  }
  .main-header .left .menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(54, 74, 154, 0.95);
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
  }
  .main-header .left .menu-wrap .btn {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #ffffff;
    /* margin-top: 15px; */
  }
  .main-header .left .menu-wrap ul {
    width: 100%; }
  .main-header .left .menu-wrap ul li {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-header .left .menu-wrap ul li a {
    color: #fff;
    border: none;
    padding: 7px 0; }
  .main-header .left .menu-wrap {
    max-width: 100%;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
  }
    .main-header .left .menu-wrap.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      opacity: 1;
      visibility: visible;
    }
  .main-header .left .logo-wrap {
    margin-right: 0; }
  .problem-solution .box .item .text-wrapper {
    width: 100%; }
  .problem-solution .box .item {
    position: relative;
    padding-bottom: 0px;
    padding-top: 40px;   }
  .problem-solution .box .item .img-wrap img {
    /* position: absolute;
    top: 47px;
    right: 15px;
    width: 80px;  */
    display: none;
  }
  .problem-solution .box .item:nth-child(odd) .img-wrap,
  .problem-solution .box .item:nth-child(even) .img-wrap {
    padding: 0; }
  .how-it-work .left {
    width: 100%;
    padding-bottom: 50px; }
  .how-it-work .right {
    width: 100%; }
  .how-it-work {
    padding-top: 50px;
    padding-bottom: 50px; }
  .how-it-work .right .block::after {
    display: none; }
  .get-involved .left {
    width: 100%;
    padding-bottom: 30px; }
  .get-involved .right {
    width: 100%; }
  .get-involved .left h2::after {
    /* right: auto;
    left: 220px; */
    content: none;
  }
  .get-involved::before {
    display: none; }
  .get-involved {
    padding-top: 0; }
  .get-involved::after {
    top: -195px; }
  .get-involved .left .blockquote::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: none;
  }
  .get-involved .left .blockquote::after {
    bottom: 47px;
    right: -20px; }
  .get-involved .left .blockquote p.text {
    padding-right: 15px; }
  .about-us .left {
    width: 100%; }
  .about-us .right {
    width: 100%; }
  .about-us .left p {
    margin-top: 10px; }
  .about-us .left .img-wrap {
    margin-top: 20px; }
  .about-us .left {
    text-align: center; }
  .about-us .right {
    padding-top: 50px;
    padding-left: 0; }
  .ceo-section .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .ceo-section .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0; }
  .contact-us-section .wrapper .left {
    width: 100%;
    padding: 50px 15px;
    text-align: center; }
  .contact-us-section .wrapper .right {
    width: 100%; }
  .contact-us-section {
    margin-bottom: 50px; }
  .contact-us-section h1 {
    text-align: center; }
  .get-involved-section .left {
    width: 100%; }
  .get-involved-section .right {
    width: 100%;
    padding-top: 20px; }
  .get-involved-section .left h1 {
    margin-bottom: 10px; }
  .get-involved-section .right .form-wrap::after {
    display: none; }
  .get-involved-section .left p.sub-title {
    padding-right: 0; }
  .get-involved-section {
    padding-bottom: 100px; }
  .get-involved::after {
    content: none;
  }
  .how-it-works-section .item .text-wrapper p {
    padding-left: 0; }
  .how-it-works-section .item .text-wrapper {
    padding-left: 0;
    padding-right: 0; }
  .solution-problem-section .text-wrapper {
    padding-left: 0; }
  .solution-problem-section .text-wrapper .blockquote {
    padding-left: 15px; }
  .solution-problem-section .text-wrapper .blockquote p {
    padding: 0; }
  .get-involved-section .left p.sub-title {
    padding-right: 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .problem-solution .box .item .text-wrapper .title {
    font-size: 30px; }
  .problem-solution .box .item .text-wrapper p.text {
    font-size: 16px; }
  .problem-solution .box .item .img-wrap img {
    top: 36px; }
  .how-it-work .left h2 {
    font-size: 30px; }
  .how-it-work .left p.text {
    font-size: 16px;
    line-height: 1.3; }
  .how-it-work .right .block .item p.text {
    font-size: 18px; }
  .how-it-work .right .block {
    padding-left: 15px;
    padding-right: 15px; }
  .problem-solution {
    padding-bottom: 50px; }
  .get-involved .left h2 {
    font-size: 30px; }
  .get-involved .left {
    padding-top: 40px; }
  .main-footer .left {
    width: 100%;
    text-align: center; }
  .main-footer .right {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  .about-us .left h2 {
    font-size: 30px; }
  .about-us .left p {
    font-size: 16px; }
  .about-us .right .sub-text {
    font-size: 16px;
    line-height: 1.4; }
  .ceo-section .right p.text {
    font-size: 16px;
    line-height: 1.5; }
  .ceo-section {
    padding-bottom: 30px; }
  .contact-us-section h1 {
    font-size: 30px;
    padding: 20px 0; }
  .contact-us-section {
    padding-top: 20px; }
  .get-involved-section .left h1 {
    font-size: 30px;
    text-align: center;
    margin: 0;
    padding: 20px 0; }
  .get-involved-section .left {
    padding-top: 20px; }
  .get-involved-section .left p.sub-title {
    line-height: 1.5; }
  .get-involved-section .left p {
    font-size: 16px; }
  .get-involved-section {
    padding-bottom: 50px; }
  .how-it-works-section h1 {
    text-align: center;
    font-size: 30px;
    width: 100%;
    padding: 20px 0; }
  .how-it-works-section {
    padding-top: 20px; }
  .how-it-works-section .item .text-wrapper p {
    font-size: 16px;
    line-height: 1.5; }
  .how-it-works-section {
    padding-bottom: 0; }
  .solution-problem-section h1 {
    text-align: center;
    font-size: 30px;
    width: 100%;
    padding: 20px 0; }
  .solution-problem-section {
    padding-top: 20px; }
  .solution-problem-section .text-wrapper > p {
    font-size: 18px; }
  .solution-problem-section .text-wrapper .blockquote p {
    font-size: 16px;
    line-height: 1.5; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
