@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.alert-success {
  z-index: 9;
  font-family: "Lato", sans-serif; }

.alert-dismissible .close {
  top: -13px; }

.alert {
  padding: .75rem 3.25rem;
  border-radius: 0; }
  @media only screen and (max-width: 991px) {
    .alert {
      padding: 10px; } }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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; }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

/* Home page specific styles */

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.footer {
  border-top: 1px solid #e8eaec;
  padding: 25px 0 55px; }
  .footer_items {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 770px) {
      .footer_items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .footer_items .copyright {
      color: #868686;
      font-family: "Lato", sans-serif;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.4px; }
    .footer_items nav {
      margin-left: auto; }
      @media only screen and (max-width: 770px) {
        .footer_items nav {
          margin-left: initial;
          margin-top: 15px; } }
      .footer_items nav ul {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; }
        .footer_items nav ul li {
          list-style: none;
          margin-right: 10px;
          padding-right: 10px;
          border-right: 1px solid #cdcdcd; }
          .footer_items nav ul li:last-child {
            margin-right: 0;
            border-right: 0; }
          .footer_items nav ul li a {
            color: #868686;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0.44px; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

button.primary, a.primary {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  height: 48px;
  border-radius: 3px;
  background-color: #499bff;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  transition: 0.3s all;
  border: 0;
  min-width: 218px;
  cursor: pointer; }
  button.primary:hover, a.primary:hover {
    -ms-transform: translateY(-1px);
        transform: translateY(-1px);
    text-decoration: none; }

a.primary {
  display: inline-block;
  line-height: 48px;
  text-align: center; }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

h2 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 44px;
  letter-spacing: 1px;
  margin-bottom: 0; }

h3 {
  color: #2c2c2c;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 29px; }

p {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

ul li, ol li {
  color: #616161;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.home-hero {
  position: relative;
  width: 100%;
  height: 850px;
  overflow: hidden;
  background-image: linear-gradient(147deg, #021b79 0%, #0575e6 100%); }
  @media only screen and (max-width: 991px) {
    .home-hero {
      overflow: visible;
      height: auto; } }
  .home-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 120px;
    background: #f7fafe;
    bottom: -40px;
    display: block;
    -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .home-hero:before {
        height: 160px;
        background: #f7fafe;
        bottom: -20px; } }
  .hero-bg {
    width: 100%;
    height: 100%;
    right: 0;
    position: absolute;
    top: 0; }
    @media only screen and (max-width: 991px) {
      .hero-bg {
        display: none; } }
    .hero-bg span {
      position: absolute;
      top: -180px;
      right: 148px;
      display: block;
      width: 392px;
      height: 1055px;
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
      background-image: linear-gradient(270deg, rgba(3, 77, 182, 0), #044fb7); }
      .hero-bg span:last-child {
        right: -17px;
        top: -170px; }
  .hero-content {
    position: relative;
    padding-top: 180px;
    z-index: 9; }
    @media only screen and (max-width: 991px) {
      .hero-content {
        z-index: 99;
        padding-top: 80px; } }
    @media only screen and (max-width: 770px) {
      .hero-content {
        padding-top: 110px; } }
    .hero-content h1 {
      margin-top: 0;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 47px;
      line-height: 54px;
      max-width: 480px; }
      @media only screen and (max-width: 1200px) {
        .hero-content h1 {
          font-size: 42px;
          line-height: 45px; } }
      @media only screen and (max-width: 770px) {
        .hero-content h1 {
          text-align: center;
          font-size: 28px;
          font-weight: 900;
          line-height: 38px; } }
    .hero-content p {
      max-width: 518px;
      color: #ffffff;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 27px; }
      @media only screen and (max-width: 770px) {
        .hero-content p {
          text-align: center; } }
      .hero-content p span {
        font-weight: 700; }
    .hero-content-buttons {
      margin-top: 40px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      flex-wrap: wrap;
      gap: 15px; }
      @media only screen and (max-width: 770px) {
        .hero-content-buttons {
          -ms-flex-direction: column;
              flex-direction: column;
          width: 100%; } }
      .hero-content-buttons span {
        display: inline-block;
        margin: 0 15px;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 19px; }
        @media only screen and (max-width: 770px) {
          .hero-content-buttons span {
            padding: 15px 0; } }
      .hero-content-buttons .btn {
        min-width: 320px;
        height: auto;
        min-height: 60px;
        border-radius: 6px;
        background: linear-gradient(135deg, #1e88e5 0%, #42a5f5 50%, #64b5f6 100%);
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.4;
        transition: all 0.3s ease;
        padding: 18px 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 6px 20px rgba(30, 136, 229, 0.5), 0 0 30px rgba(100, 181, 246, 0.3);
        text-decoration: none;
        border: 2px solid rgba(255, 255, 255, 0.4);
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
        position: relative;
        overflow: hidden; }
        .hero-content-buttons .btn:before {
          content: '';
          position: absolute;
          top: -50%;
          left: -50%;
          width: 200%;
          height: 200%;
          background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
          transform: rotate(45deg);
          animation: shimmer 3s infinite; }
        @keyframes shimmer {
          0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
          100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
        }
        @media only screen and (max-width: 770px) {
          .hero-content-buttons .btn {
            min-width: 100%;
            font-size: 16px;
            padding: 16px 24px; } }
        .hero-content-buttons .btn:last-child {
          border: 2px solid rgba(255, 255, 255, 0.8);
          box-shadow: none;
          text-shadow: none; }
        .hero-content-buttons .btn:last-child:before {
          display: none; }
        .hero-content-buttons .btn:hover {
          -ms-transform: translateY(-3px) scale(1.02);
              transform: translateY(-3px) scale(1.02);
          box-shadow: 0 8px 25px rgba(30, 136, 229, 0.6), 0 0 40px rgba(100, 181, 246, 0.4);
          background: linear-gradient(135deg, #2196f3 0%, #4fc3f7 50%, #81d4fa 100%); }
        .hero-content-buttons .btn:last-child:hover {
          background: rgba(255, 255, 255, 0.1);
          box-shadow: none;
          transform: translateY(-2px); }
  .hero-image {
    position: relative;
    padding-top: 160px; }
    @media only screen and (max-width: 1500px) {
      .hero-image img {
        max-width: 100%; } }
    @media only screen and (max-width: 991px) {
      .hero-image {
        z-index: 9; } }
    @media only screen and (max-width: 770px) {
      .hero-image {
        padding-top: 40px; } }
    .hero-image img {
      position: relative; }
      @media only screen and (max-width: 991px) {
        .hero-image img {
          max-width: 100%; } }

.features {
  margin-top: 10px; }
  @media only screen and (max-width: 991px) {
    .features {
      margin-top: 50px; } }
  .features--items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .features--items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .features--items_item {
      position: relative;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%; }
      @media only screen and (max-width: 770px) {
        .features--items_item {
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
          text-align: center;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          .features--items_item:last-child {
            margin-bottom: 0;
            padding-bottom: 0; } }
      .features--items_item:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        top: -15px;
        background: url(../img/line.png) no-repeat;
        right: -40px; }
        @media only screen and (max-width: 770px) {
          .features--items_item:before {
            top: 0;
            background: url(../img/line.png) no-repeat;
            right: 0;
            left: 0;
            margin: auto;
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            content: none; } }
      .features--items_item:last-child:before {
        content: none; }
      .features--items_item p {
        color: #616161;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 23px; }

.how-it-works {
  width: 100%;
  background-color: #f7fafe;
  padding: 90px 0;
  margin-top: 35px;
  position: relative; }
  .how-it-works:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 85px;
    background: #fff;
    top: -40px;
    display: block;
    -ms-transform: skewY(-2deg);
        transform: skewY(-2deg);
    z-index: 1; }
  .how-it-works__content {
    padding-top: 65px; }
    @media only screen and (max-width: 991px) {
      .how-it-works__content {
        padding-top: 30px; } }
    @media only screen and (max-width: 770px) {
      .how-it-works__content {
        text-align: center;
        margin-bottom: 40px; } }
  .how-it-works__image {
    padding-top: 15px; }
    .how-it-works__image img {
      max-width: 100%; }

.stats {
  width: 100%;
  min-height: 260px;
  position: relative;
  background-image: linear-gradient(156deg, #021b79 0%, #0575e6 100%); }
  .stats:before {
    content: "";
    background: url("../img/line_01.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute; }
  .stats_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 260px; }
    @media only screen and (max-width: 991px) {
      .stats_items {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px; } }
    .stats_items__item {
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
      border-right: 1px solid rgba(255, 255, 255, 0.25);
      position: relative; }
      @media only screen and (max-width: 991px) {
        .stats_items__item {
          border-right: 0;
          margin-bottom: 15px;
          padding-bottom: 15px;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
          .stats_items__item:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            width: 72px;
            height: 2px;
            background-color: #ffffff;
            opacity: 0.2;
            top: -10px; }
          .stats_items__item:first-child:before {
            content: none; }
          .stats_items__item:last-child {
            margin-bottom: 0;
            padding-bottom: 0; } }
      .stats_items__item:last-child {
        border-right: 0; }
      .stats_items__item h1 {
        margin-top: 0;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 48px;
        font-weight: 600;
        line-height: 63px;
        text-align: center;
        letter-spacing: 1.5px;
        margin-bottom: 10px; }
      .stats_items__item p {
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 0.5px; }

.try {
  margin-top: 125px; }
  @media only screen and (max-width: 991px) {
    .try {
      margin-top: 45px; } }
  @media only screen and (max-width: 991px) {
    .try_content {
      margin-bottom: 35px; } }
  @media only screen and (max-width: 770px) {
    .try_content {
      text-align: center; } }
  .try pre {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    background-color: #ffffff; }
  .try .line-numbers .line-numbers-rows {
    top: -18px;
    background-color: #f5fef2;
    padding-top: 16px;
    padding-bottom: 16px;
    border-right: 0; }
  .try .line-numbers-rows > span:before {
    color: #9ad886; }
  @media only screen and (max-width: 770px) {
    .try ul#pills-tab {
      display: -ms-flexbox;
      display: flex; } }
  .try .nav-item {
    margin-right: 7px;
    margin-bottom: 7px; }
    .try .nav-item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 770px) {
      .try .nav-item {
        -ms-flex: 0 1 47%;
            flex: 0 1 47%;
        margin-bottom: 10px; } }
    .try .nav-item a {
      min-width: 95px;
      height: 40px;
      border-radius: 3px;
      text-align: left;
      background-color: #f6f9fc;
      color: #a5b1be;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      font-weight: 600; }
      @media only screen and (max-width: 1200px) {
        .try .nav-item a {
          min-width: 100px; } }
      .try .nav-item a.active {
        box-shadow: 0 3px 6px rgba(44, 44, 44, 0.1);
        background-color: #ffffff;
        color: #499bff; }

.subscribe {
  margin-top: 120px; }
  @media only screen and (max-width: 991px) {
    .subscribe {
      margin-top: 80px; } }
  .subscribe_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 991px) {
      .subscribe_items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .subscribe_items__item {
      position: relative;
      overflow: hidden;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
      min-height: 225px;
      box-shadow: 0 2px 16px rgba(44, 44, 44, 0.12);
      transition: 0.6s all;
      border-radius: 3px;
      background-color: #ffffff;
      padding: 32px 25px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .subscribe_items__item:hover {
        box-shadow: 0 2px 16px rgba(44, 44, 44, 0.25); }
      @media only screen and (max-width: 991px) {
        .subscribe_items__item {
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
          margin-bottom: 30px; }
          .subscribe_items__item:last-child {
            margin-bottom: 0; } }
      .subscribe_items__item:before {
        content: "";
        position: absolute;
        width: 242px;
        height: 130%;
        background-color: rgba(73, 155, 255, 0.08);
        left: -150px;
        border-radius: 8rem / 10rem; }
        @media only screen and (max-width: 770px) {
          .subscribe_items__item:before {
            left: -160px; } }
      .subscribe_items__item a {
        color: #499bff;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 19px; }
        .subscribe_items__item a span {
          margin-left: 10px; }
        .subscribe_items__item a:hover {
          text-decoration: none; }
      .subscribe_items__item div:first-child {
        -ms-flex: 0 1 65%;
            flex: 0 1 65%; }
        @media only screen and (max-width: 1200px) {
          .subscribe_items__item div:first-child {
            -ms-flex: 0 1 85%;
                flex: 0 1 85%; } }
        @media only screen and (max-width: 991px) {
          .subscribe_items__item div:first-child {
            -ms-flex: 0 1 35%;
                flex: 0 1 35%; } }
        @media only screen and (max-width: 770px) {
          .subscribe_items__item div:first-child {
            -ms-flex: 0 1 75%;
                flex: 0 1 75%; } }
      .subscribe_items__item div:last-child {
        -ms-flex: 0 1 245%;
            flex: 0 1 245%; }
      .subscribe_items__item:last-child:before {
        background-color: rgba(220, 95, 92, 0.08); }
      .subscribe_items__item:last-child a {
        color: #dc5f5c; }

.contact-us {
  margin-top: 105px;
  margin-bottom: 70px; }
  .contact-us_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 770px) {
      .contact-us_items {
        -ms-flex-direction: column;
            flex-direction: column; } }
    .contact-us_items .content {
      -ms-flex: 0 1 40%;
          flex: 0 1 40%; }
      @media only screen and (max-width: 991px) {
        .contact-us_items .content {
          -ms-flex: 0 1 80%;
              flex: 0 1 80%; } }
      @media only screen and (max-width: 770px) {
        .contact-us_items .content {
          text-align: center; } }
      .contact-us_items .content a {
        color: #67a7f5; }
    .contact-us_items .buttons {
      margin-left: auto; }
      @media only screen and (max-width: 991px) {
        .contact-us_items .buttons {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: end;
              justify-content: flex-end;
          -ms-flex-direction: column;
              flex-direction: column; } }
      @media only screen and (max-width: 770px) {
        .contact-us_items .buttons {
          -ms-flex-pack: center;
              justify-content: center;
          margin-left: initial; } }
      .contact-us_items .buttons a {
        border: 1px solid transparent; }
        .contact-us_items .buttons a:last-child {
          margin-left: 10px;
          background: #FFF;
          border: 1px solid #499bff;
          color: #499bff; }
          @media only screen and (max-width: 991px) {
            .contact-us_items .buttons a:last-child {
              margin-left: 0; } }
