/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500&subset=latin-ext&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,900&subset=latin-ext&display=swap');
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: 'nimbus';
  src: url('fonts/Nimbus-Sans-D-OT-Bold-Condensed_32744.ttf');
  font-display: swap;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 500;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.font-primary {
  font-family: 'Rubik', sans-serif;
}
.font-source-sans {
  font-family: 'Source Sans Pro', sans-serif;
}
.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
}
.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.align-self-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-padding {
  width: calc(100% + 30px);
  margin-left: -30px;
}
@media (max-width: 768px) {
  .flex-padding {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
@media (max-width: 640px) {
}
.flex-padding > * {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .flex-padding > * {
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
}
.flex-padding-mini {
  margin-left: -10px;
}
.flex-padding-mini > * {
  padding-left: 10px;
}
.flex-height {
  height: 100%;
}
.flex-auto {
  width: auto;
}
.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-align {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex-1 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
.flex-1-2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-1-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
  }
}
.flex-1-3 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .flex-1-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .flex-1-3 {
    -webkit-flex-basis: 33.3333%;
        -ms-flex-preferred-size: 33.3333%;
            flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
.flex-2-3 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .flex-2-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .flex-2-3 {
    -webkit-flex-basis: 66.6666%;
        -ms-flex-preferred-size: 66.6666%;
            flex-basis: 66.6666%;
  }
}
.flex-1-4 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 480px) {
  .flex-1-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
        -ms-flex: 1 50%;
            flex: 1 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .flex-1-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 25%;
        -ms-flex: 1 25%;
            flex: 1 25%;
    max-width: 25%;
  }
}
.flex-1-5 {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  width: 20%;
}
@media (max-width: 768px) {
  .flex-1-5 {
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
    width: 33.33333%;
  }
}
@media (max-width: 640px) {
  .flex-1-5 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
}
.flex-3-4 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-3-4 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
}
.flex-1-6 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-1-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1240px) {
  .flex-1-6 {
    -webkit-flex-basis: 16.66666666%;
        -ms-flex-preferred-size: 16.66666666%;
            flex-basis: 16.66666666%;
    max-width: 16.66666666%;
  }
}
.flex-1-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-1-12 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1240px) {
  .flex-1-12 {
    -webkit-flex-basis: 8.33333333%;
        -ms-flex-preferred-size: 8.33333333%;
            flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
.flex-5-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-5-12 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1240px) {
  .flex-5-12 {
    -webkit-flex-basis: 41.6666666%;
        -ms-flex-preferred-size: 41.6666666%;
            flex-basis: 41.6666666%;
    max-width: 41.6666666%;
  }
}
.flex-7-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .flex-7-12 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 1240px) {
  .flex-7-12 {
    -webkit-flex-basis: 58.3333333%;
        -ms-flex-preferred-size: 58.3333333%;
            flex-basis: 58.3333333%;
    max-width: 58.3333333%;
  }
}
@media (max-width: 768px) {
  .flex-sm-1-2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1280px) {
  .flex-mdx-1-2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .flex-md-1-2 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .flex-md-1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .flex-sm-1 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .flex-sm-hidden {
    display: none;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?pq33nf');
  src: url('fonts/icomoon.eot?pq33nf#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?pq33nf') format('truetype'), url('fonts/icomoon.woff?pq33nf') format('woff'), url('fonts/icomoon.svg?pq33nf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search:before {
  content: "\e94f";
}
.icon-calendar:before {
  content: "\e94d";
}
.icon-handshake:before {
  content: "\e94c";
}
.icon-engage-citizens .path1:before {
  content: "\e928";
  color: #ffffff;
}
.icon-engage-citizens .path2:before {
  content: "\e929";
  margin-left: -1em;
  color: #ffffff;
}
.icon-engage-citizens .path3:before {
  content: "\e92a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-engage-citizens .path4:before {
  content: "\e92b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-engage-citizens .path5:before {
  content: "\e92c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-engage-citizens .path6:before {
  content: "\e92d";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-engage-citizens .path7:before {
  content: "\e92e";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-reward-customers .path1:before {
  content: "\e92f";
  color: #f9ba48;
}
.icon-reward-customers .path2:before {
  content: "\e930";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-reward-customers .path3:before {
  content: "\e931";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-reward-customers .path4:before {
  content: "\e932";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-reward-customers .path5:before {
  content: "\e933";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-reward-customers .path6:before {
  content: "\e934";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path7:before {
  content: "\e935";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path8:before {
  content: "\e936";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path9:before {
  content: "\e937";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path10:before {
  content: "\e938";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path11:before {
  content: "\e939";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path12:before {
  content: "\e93a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path13:before {
  content: "\e93b";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path14:before {
  content: "\e93c";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path15:before {
  content: "\e93d";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path16:before {
  content: "\e93e";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path17:before {
  content: "\e93f";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path18:before {
  content: "\e940";
  margin-left: -1em;
  color: #ffffff;
}
.icon-reward-customers .path19:before {
  content: "\e941";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path1:before {
  content: "\e942";
  color: #ffffff;
}
.icon-work-with-your-partners .path2:before {
  content: "\e943";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path3:before {
  content: "\e944";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path4:before {
  content: "\e945";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path5:before {
  content: "\e946";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path6:before {
  content: "\e947";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path7:before {
  content: "\e948";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path8:before {
  content: "\e949";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path9:before {
  content: "\e94a";
  margin-left: -1em;
  color: #ffffff;
}
.icon-work-with-your-partners .path10:before {
  content: "\e94b";
  margin-left: -1em;
  color: #f9ba48;
}
.icon-desktop:before {
  content: "\e926";
}
.icon-mobile:before {
  content: "\e927";
}
.icon-puzzle .path1:before {
  content: "\e922";
  color: #7f4996;
}
.icon-puzzle .path2:before {
  content: "\e923";
  margin-left: -1em;
  color: #3f4160;
}
.icon-puzzle .path3:before {
  content: "\e924";
  margin-left: -1em;
  color: #3f4160;
}
.icon-puzzle .path4:before {
  content: "\e925";
  margin-left: -1em;
  color: #3f4160;
}
.icon-megaphone .path1:before {
  content: "\e91a";
  color: #000000;
}
.icon-megaphone .path2:before {
  content: "\e91b";
  margin-left: -1.2890625em;
  color: #000000;
  opacity: 0.5;
}
.icon-megaphone .path3:before {
  content: "\e91c";
  margin-left: -1.2890625em;
  color: #000000;
  opacity: 0.5;
}
.icon-megaphone .path4:before {
  content: "\e91d";
  margin-left: -1.2890625em;
  color: #000000;
}
.icon-megaphone .path5:before {
  content: "\e91e";
  margin-left: -1.2890625em;
  color: #000000;
}
.icon-megaphone .path6:before {
  content: "\e91f";
  margin-left: -1.2890625em;
  color: #000000;
}
.icon-megaphone .path7:before {
  content: "\e920";
  margin-left: -1.2890625em;
  color: #000000;
}
.icon-support:before {
  content: "\e921";
}
.icon-instagram:before {
  content: "\e94e";
}
.icon-android:before {
  content: "\e900";
}
.icon-apple:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-logo:before {
  content: "\e904";
}
.icon-scroll:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-windows:before {
  content: "\e907";
}
.icon-youtube:before {
  content: "\e908";
}
.icon-tailor .path1:before {
  content: "\e910";
  color: #000000;
}
.icon-tailor .path2:before {
  content: "\e911";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path3:before {
  content: "\e912";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path4:before {
  content: "\e913";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path5:before {
  content: "\e914";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path6:before {
  content: "\e915";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path7:before {
  content: "\e916";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path8:before {
  content: "\e917";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path9:before {
  content: "\e918";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-tailor .path10:before {
  content: "\e919";
  margin-left: -0.99511719em;
  color: #000000;
  opacity: 0.5;
}
.icon-reward:before {
  content: "\e90f";
}
.icon-play-button-full:before {
  content: "\e90e";
}
.icon-play-button:before {
  content: "\e90d";
}
.icon-brain .path1:before {
  content: "\e909";
  color: #000000;
}
.icon-brain .path2:before {
  content: "\e90a";
  margin-left: -0.87988281em;
  color: #000000;
}
.icon-brain .path3:before {
  content: "\e90b";
  margin-left: -0.87988281em;
  color: #000000;
}
.icon-brain .path4:before {
  content: "\e90c";
  margin-left: -0.87988281em;
  color: #000000;
  opacity: 0.5;
}
.text-white {
  color: #ffffff;
}
.text-lightgray {
  color: #8f8f8f;
}
.text-blue {
  color: #0064cf;
}
.text-center {
  text-align: center;
}
.text-xxlarge {
  font-size: 42px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .text-xxlarge {
    font-size: 24px;
  }
}
.text-xlarge {
  font-size: 36px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .text-xlarge {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .text-xlarge {
    font-size: 20px;
  }
}
.text-mlarge {
  font-size: 30px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .text-mlarge {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .text-mlarge {
    font-size: 22px;
  }
}
.text-large {
  font-size: 24px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .text-large {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .text-large {
    font-size: 18px;
  }
}
.text-medium {
  font-size: 20px;
  line-height: 130%;
}
.text-bigger {
  font-size: 18px;
  line-height: 130%;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-bold {
  font-weight: 500;
}
.mt-20 {
  margin-top: 20px;
}
.visible-tablet {
  display: none;
}
@media (max-width: 768px) {
  .visible-tablet {
    display: block;
  }
}
.visible-mobile {
  display: none !important;
}
@media (max-width: 640px) {
  .visible-mobile {
    display: block !important;
  }
}
@media (max-width: 640px) {
  .hidden-mobile {
    display: none !important;
  }
}
.numbers span {
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 640px) {
  .numbers {
    font-size: 12px;
  }
}
.numbers .num {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.numbers .num + .num {
  margin-left: 25px;
}
@media (max-width: 640px) {
  .numbers .num {
    padding-right: 0;
  }
  .numbers .num + .num {
    margin-left: 15px;
  }
}
.numbers .num:not(:last-child):after {
  position: absolute;
  width: 2px;
  top: 6px;
  right: -10px;
  bottom: 9px;
  background-image: -webkit-linear-gradient(#6378a7, #6378a7 66.66666667%, transparent 66.66666667%, transparent 100%);
  background-image: linear-gradient(#6378a7, #6378a7 66.66666667%, transparent 66.66666667%, transparent 100%);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  content: '';
}
.numbers .num-big {
  color: #f2ab01;
  font-size: 36px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .numbers .num-big {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .numbers .num-big {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .numbers .num-big {
    font-size: 24px;
    line-height: 125%;
  }
}
@media (max-width: 640px) and (max-width: 768px) {
  .numbers .num-big {
    font-size: 20px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  .numbers .num-big {
    font-size: 18px;
  }
}
.bgr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}
.bgr-overlay.bgr-shader {
  background-image: url("images/bgr-shader.png");
  z-index: 0;
}
@media (max-width: 640px) {
}
.bgr-overlay.bgr-about {
  background-image: url("images/bgr-about.png");
  background-position: center;
}
@media (max-width: 768px) {
  .bgr-overlay.bgr-about {
    background-image: url("images/bgr-about-mobile.png");
  }
}
.bgr-overlay.bgr-pricing {
  background-image: url("images/bgr-pricing.jpg");
  background-position: center;
}
@media (max-width: 640px) {
  .bgr-overlay.bgr-pricing {
    background-image: url("images/bgr-pricing-mobile.jpg");
    background-position: 0 -50px;
    background-repeat: no-repeat;
  }
}
.mt-30 {
  margin-top: 30px;
}
.bubble {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 120px;
  background: #0064cf;
  border-radius: 5px;
  color: #fff;
}
.bubble:after {
  position: absolute;
  bottom: -23px;
  right: 16px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 23px 23px 0;
  border-color: transparent #0064cf transparent transparent;
}
.bubble p:first-child {
  margin-top: 0;
}
.bubble p:last-child {
  margin-bottom: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background: white;
  color: #494c6d;
  font-size: 14px;
  line-height: 150%;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
	width:auto;
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
h1 {
  font-size: 42px;
  line-height: 140%;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 24px;
    line-height: 125%;
  }
}
@media (max-width: 640px) and (max-width: 768px) {
  h1 {
    font-size: 20px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  h1 {
    font-size: 18px;
  }
}
h2 {
  font-size: 36px;
  line-height: 125%;
  line-height: 135%;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 24px;
    line-height: 125%;
  }
}
@media (max-width: 640px) and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) and (max-width: 640px) {
  h2 {
    font-size: 18px;
  }
}
h3 {
  font-size: 24px;
  line-height: 125%;
  line-height: 130%;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 20px;
    line-height: 130%;
  }
}
hr {
  width: 75%;
  margin: 30px 0;
  border: none;
  border-top: 1px solid #bebdbd;
}
ul {
  margin: 20px 0;
  padding-left: 20px;
}
blockquote {
  position: relative;
  margin: 0;
  text-indent: 40px;
}
blockquote cite {
  display: block;
  text-indent: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
blockquote cite:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #494C6D;
    vertical-align: middle;
    margin-right: 16px;
}
blockquote:before,
blockquote:after {
  position: absolute;
  color: #0064cf;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
}
blockquote:before {
  content: '“';
  top: 0;
  left: -42px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
#skrollr-body {
  padding-top: 58px;
}
.wrapper-after-subheader {
  margin-top: 100px;
}
.svg {
  max-width: 100%;
  height: auto;
}
.svg--microsoft {
  width: 270px;
  height: auto;
}
.svg--salesforce {
  width: 115px;
  height: auto;
}
.wrapper {
  position: relative;
}
.wrapper-darkgray {
  background: #1e1e1e;
}
.wrapper-gray {
  background: #222222;
}
.wrapper-padding-bottom {
  padding-bottom: 100px;
}
.wrapper-more {
  margin: 30px auto;
  text-align: center;
}
.container {
  position: relative;
  width: 1450px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1450px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-content {
  width: 100%;
  padding-left: 30px;
}
.container-absolute {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
}
.container-404 {
  text-align: center;
}
.img-404 {
  width: 406px;
  height: 203px;
  margin: 60px 0;
}
@media (max-width: 640px) {
  .img-404 {
    width: 100%;
    height: auto;
  }
}
.acc-container {
  overflow: hidden;
}
.acc-btn {
  width: 100%;
}
.acc-btn:hover {
  cursor: pointer;
}
.acc-content {
  display: none;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 150%;
}
.acc-content-inner {
  padding: 10px 0;
}
.acc-content-inner h4 {
  font-size: 18px;
  line-height: 130%;
}
.acc-content-inner ul + p:empty {
  margin-top: -20px;
}
.acc-content-inner li {
  color: #252525;
}
.acc-content-inner li.Premier {
  color: #ff6000;
}
.acc-content-inner li a {
  display: inline-block;
  padding: 2px 0;
  color: inherit !important;
  text-decoration: none;
}
.acc-content-inner li a:hover {
  text-decoration: underline;
}
.acc-content-inner p:last-child {
  margin-bottom: 0;
}
/* Type Default */
.acc-blue {
  color: #035fce;
}
.acc-blue a {
  color: #035fce;
  text-decoration: underline;
  -webkit-transition: color .3s ease .1s;
  transition: color .3s ease .1s;
}
.acc-blue h3,
.acc-blue h4 {
  margin: 0 0 10px;
}
.acc-blue .acc {
  margin-bottom: 10px;
}
.acc-blue .acc.active .acc-title {
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  background: #035fce;
  color: #ffffff;
}
.acc-blue .acc.active .acc-title:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.acc-blue .acc.active .acc-content {
  border-top: 1px solid #2d7ad6;
  border-radius: 0 0 3px 3px;
}
.acc-blue .acc-title,
.acc-blue .acc-content {
  background: #ffffff;
  border: 1px solid #035fce;
  border-radius: 3px;
  -webkit-transition: background .3s ease .1s,
                    color .3s ease .1s;
  transition: background .3s ease .1s,
                    color .3s ease .1s;
}
.acc-blue .acc-title {
  position: relative;
  margin: 0;
  padding: 10px 35px 10px 15px;
}
.acc-blue .acc-title .fa-angle-down {
  display: none;
}
.acc-blue .acc-title:after {
  position: absolute;
  top: 11px;
  right: 20px;
  font-family: FontAwesome;
  font-size: 19px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: '\f107';
}
.acc-blue .acc-content {
  padding: 5px 15px;
  border-top: none;
}
/* Type White */
.acc-white {
  color: #ffffff;
}
.acc-white .acc.active .acc-title .fa {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.acc-white .acc-title {
  margin: 0;
  padding: 10px 0;
  font-size: 24px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .acc-white .acc-title {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .acc-white .acc-title {
    font-size: 18px;
  }
}
.acc-white .acc-content {
  opacity: .65;
}
.acc-white .fa {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.valued-partners {
  border-top: 1px dotted #b3b3b3;
  margin-top: 20px;
  padding-top: 20px;
}
.valued-partners .partner-premier,
.valued-partners .partner-professional {
  position: relative;
  padding-left: 20px;
  margin-right: 20px;
}
.valued-partners .partner-premier:before,
.valued-partners .partner-professional:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.valued-partners .partner-professional {
  color: #252525;
}
.valued-partners .partner-professional:before {
  background: #252525;
}
.valued-partners .partner-premier {
  color: #ff6000;
}
.valued-partners .partner-premier:before {
  background: #ff6000;
}
.banner {
  display: block;
  background: #0a60bf;
  overflow: hidden;
}
.banner__image {
  display: block;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .banner__image--desktop {
    display: none;
  }
}
.banner__image--mobile {
  display: none;
}
@media (max-width: 640px) {
  .banner__image--mobile {
    position: relative;
    display: block;
    width: 580px;
    max-width: none;
    -webkit-transform: translateX(-52%);
        -ms-transform: translateX(-52%);
            transform: translateX(-52%);
  }
}
.wrapper-button {
  text-align: center;
  margin-bottom: 60px;
}
.btn {
  display: inline-block;
  padding: 11px 16px;
  border-radius: 5px;
  color: #4e5481;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.btns .btn {
  margin-right: 15px;
  margin-bottom: 10px;
}
.btns .btn:last-child {
  margin-right: 0;
}
.btn-blue {
  border: 1px solid transparent;
  background: #0066cc;
  color: #ffffff;
}
.btn-blue:hover {
  border: 1px solid #0066cc;
  background: #ffffff;
  color: #0066cc;
}
.btn-white {
  background: #ffffff;
  color: #0064cf;
  border: 1px solid #ffffff;
}
.btn-white:hover {
  background: #0064cf;
  border: 1px solid #0064cf;
  color: #ffffff;
}
.btn-blank {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-blank:hover {
  background: #ffffff;
  color: #0064cf;
}
.btn-blank-blue {
  border: 1px solid #035fce;
  color: #035fce;
}
.btn-blank-blue:hover {
  background: #035fce;
  color: #ffffff;
}
.btn-link {
  border: none;
  color: #fff;
}
.btn-link:hover {
  text-decoration: underline;
}
.btn-green {
  border: 1px solid transparent;
  background: #16d017;
  color: #ffffff;
}
.btn-link-blue {
  border: none;
  color: #035fce;
}
.btn-link-blue:hover {
  color: #1c4385;
  text-decoration: underline;
}
.btn-block {
  width: 100%;
}
.btn-min {
  min-width: 235px;
}
.btn-min-2 {
  min-width: 275px;
  position: relative;
}
.btn-min-2 .fa {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .wrapper-page .btns .btn,
  .wrapper-skrollboxes .btns .btn {
    margin-bottom: 10px;
  }
  .wrapper-page .btns .btn + .btn,
  .wrapper-skrollboxes .btns .btn + .btn {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .wrapper-button {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.wrapper-columnboxes {
  border-bottom: 1px solid #e6e5e5;
}
.columnboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.columnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33333%;
  height: 800px;
  padding: 60px;
}
.columnbox + .columnbox {
  border-left: 1px solid #e6e5e5;
}
.columnbox h3 {
  margin-bottom: 20px;
  color: #0064cf;
  font-size: 36px;
  line-height: 125%;
}
@media (max-width: 768px) {
  .columnbox h3 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .columnbox h3 {
    font-size: 20px;
  }
}
.columnbox:hover [class*='icon-'] {
  color: #0064cf;
}
.columnbox:hover [class*='icon-'] :before {
  color: #0064cf;
}
.columnbox [class*='icon-'] {
  margin-bottom: 30px;
  color: #e9e8e8;
  font-size: 70px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.columnbox [class*='icon-'] :before {
  color: #e9e8e8;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
@media (max-width: 1024px) {
  .columnbox {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .columnbox {
    height: auto;
    width: 100%;
    padding: 60px 0;
  }
  .columnbox + .columnbox {
    border-left: none !important;
    border-top: 1px solid #e6e5e5;
  }
  .columnbox h3 {
    text-align: center;
  }
  .columnbox .ikon {
    text-align: center;
  }
  .columnbox [class*='icon-'] {
    color: #0064cf;
  }
  .columnbox [class*='icon-'] :before {
    color: #0064cf;
  }
}
.crm-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.crm-icon {
  margin-bottom: 15px;
}
.crm-icon--active .crm-icon--box,
.crm-icon:hover .crm-icon--box {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.crm-icon--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  padding: 10px;
  margin: 0 30px 10px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .76;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.crm-icon--image {
  width: 50px;
  height: auto;
}
.crm-icon--title {
  color: #333434;
}
.crm-icon--mobile-sales {
  margin-left: 18px;
}
.crm-icon--field-service {
  margin-left: 20px;
}
.crm-icon--device-security {
  margin-left: 16px;
}
.crm-icon--mobile-audit {
  margin-left: 24px;
}
.crm-icon--route-planning {
  margin-left: 25px;
}
.crm-icon-insp {
    margin-left: 12px;
}
.crm-icon--css {
    margin-left: 5px;
}
@media (max-width: 1024px) {
  .crm-icon--box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
button,
input {
  border: none;
}
button:active,
input:active,
button:focus,
input:focus {
  border: none;
  outline: none;
}
::-webkit-input-placeholder {
  color: #4e4c4c;
}
::-moz-placeholder {
  color: #4e4c4c;
}
:-ms-input-placeholder {
  color: #4e4c4c;
}
::placeholder {
  color: #4e4c4c;
}
#ninja_forms_form_33_wrap,
#ninja_forms_form_30_wrap,
#ninja_forms_form_5_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#ninja_forms_form_33_wrap #ninja_forms_form_5_response_msg,
#ninja_forms_form_30_wrap #ninja_forms_form_5_response_msg,
#ninja_forms_form_5_wrap #ninja_forms_form_5_response_msg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
#ninja_forms_form_33_wrap #ninja_forms_form_5_response_msg p,
#ninja_forms_form_30_wrap #ninja_forms_form_5_response_msg p,
#ninja_forms_form_5_wrap #ninja_forms_form_5_response_msg p {
  margin: 0;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap:first-child,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap:first-child,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap:first-child input,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap:first-child input,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap:first-child input {
  border-radius: 2px 0 0 2px;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap:last-child input,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap:last-child input,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap:last-child input {
  border-radius: 0 2px 2px 0;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap input,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap input,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap input {
  padding: 10px 15px;
  height: 43px;
  background: #191919;
  border: 1px solid #191919;
  font-size: 13px;
  line-height: 21px;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"],
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"],
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"] {
  border-width: 0;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 400;
  background: #0064cf;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap input[type="submit"]:hover {
  background: #4d4d4d;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input {
  border-color: #f00;
}
#ninja_forms_form_33 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error .ninja-forms-field-error,
#ninja_forms_form_30 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error .ninja-forms-field-error,
#ninja_forms_form_5 .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error .ninja-forms-field-error {
  display: none !important;
}
.ikon-center {
  text-align: center;
}
.icon-blue {
  color: #0064cf;
  font-size: 19px;
}
/* ICONS */
.i {
  display: inline-block;
  vertical-align: middle;
}
.i-danone {
  width: 69px;
  height: 32px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 500px 500px;
}
.i-autozone {
  width: 120px;
  height: 15px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -34px;
  background-size: 500px 500px;
}
.i-bridgestone {
  width: 110px;
  height: 26px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -51px;
  background-size: 500px 500px;
}
.i-heineken {
  width: 103px;
  height: 25px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -79px;
  background-size: 500px 500px;
}
.i-bayer {
  width: 194px;
  height: 35px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -106px;
  background-size: 500px 500px;
}
.i-appstore {
  width: 130px;
  height: 40px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: 0 -143px;
  background-size: 500px 500px;
}
.i-gstore {
  width: 130px;
  height: 40px;
  background-image: url("images/sprite.png");
  background-repeat: no-repeat;
  background-position: -132px -143px;
  background-size: 500px 500px;
}
.icon-animation-wrapper {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .i {
    background-image: url("images/sprite@2x.png") !important;
  }
  .icon-animation-wrapper {
    display: block;
    margin: 0 auto;
    width: 301px;
    height: 301px;
  }
}
@media (max-width: 640px) {
  .icon-animation-wrapper {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
  .icon-animation-wrapper img {
    margin: 0 auto!important;
    display: block;
    width: 200px;
    height: 200px;
  }
}
.list {
  width: 1070px;
  max-width: 100%;
  margin: 50px auto;
}
.list-wrapper {
  margin-top: 50px;
}
.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 23px;
  border: 1px solid #d7d7d7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.list-item:hover {
  background: #e4e4e4;
}
.list-item:hover .list-left {
  text-decoration: underline;
}
.list-item + .list-item {
  border-top: none;
}
.list-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0064cf;
}
@media (max-width: 640px) {
  .list-left {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.list-right {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-right .list-right-icon {
  font-size: 20px;
  margin-top: -4px;
  margin-left: 15px;
}
body .wrapper {
  opacity: 1;
}
body .load-from-left {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
body .load-from-top {
  margin-bottom: 0;
  opacity: 1;
}
body .load-fade-in {
  opacity: 1;
}
body .custom-logo-link img {
  opacity: 1;
}
body .animate-fade .animate-this {
  opacity: 1;
}
body.preloaded .wrapper {
  opacity: 1;
}
body.preloaded .load-from-left {
  margin-left: -30px;
  margin-right: 30px;
  opacity: 1;
}
body.preloaded .load-from-top {
  opacity: 1;
}
body.preloaded .load-fade-in {
  opacity: 1;
}
body.preloaded .custom-logo-link img {
  opacity: 1;
}
body.preloaded .animate-fade .animate-this {
  opacity: 1;
}
body.loaded .wrapper {
  opacity: 1;
}
body.loaded .load-from-left {
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
}
body.loaded .load-from-top {
  margin-bottom: 0;
  opacity: 1;
}
body.loaded .load-fade-in {
  opacity: 1;
}
body.loaded .custom-logo-link img {
  opacity: 1;
}
body.loaded .animate-fade .animate-this.animate-active {
  opacity: 1;
}
.members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0px 55px;
  margin: 30px 0;
}
.member {
  position: relative;
  display: inline-block;
  height: 300px;
  width: 380px;
}
.member h3 {
  margin: 0;
}
.member.active .member-content {
  opacity: 1;
}
.member.active .member-title {
  opacity: 0;
}
.member-image {
  width: 230px;
  height: 230px;
  border: 55px solid #ffffff;
  box-shadow: 0 0 0 1px #f5f5f5;
  border-radius: 50%;
}
.member-title {
  position: absolute;
  top: 200px;
  left: 50px;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.member-title h3 {
  font-weight: 500;
}
.member-title span {
  font-size: 17px;
}
.member-content-wrapper {
  display: none;
  position: absolute;
  top: 35px;
  left: 35px;
  z-index: 1000;
  width: 345px;
  padding: 40px 20px 30px;
  border-radius: 3px;
  background: rgba(0, 100, 207, 0.95);
  color: #fff;
}
.member-content {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 1024px) {
  .members {
    padding: 0;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .member {
    margin-left: 115px;
  }
}
@media (max-width: 640px) {
  .member {
    width: 100%;
    margin-left: 0;
  }
  .member-content-wrapper {
    left: -20px;
    right: -20px;
    width: initial;
    border-radius: 0;
    text-align: center;
  }
  .member-title {
    left: 0;
    right: 0;
    text-align: center;
  }
  .member-image {
    display: block;
    margin: 0 auto;
  }
}
.primary-menu,
.sub-menu,
.secondary-menu,
.footer-menu {
  margin: 0;
  padding: 0;
  font-size: 0;
  font-weight: 400;
}
.primary-menu li,
.sub-menu li,
.secondary-menu li,
.footer-menu li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  list-style: none;
}
.primary-menu a,
.sub-menu a,
.secondary-menu a,
.footer-menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.primary-menu > li > .sub-menu {
  display: none;
}
.primary-menu .sub-menu {
  background: #0064cf;
}
.primary-menu > li.active a:after,
.primary-menu > li.current-menu-item a:after,
.primary-menu > li.current-page-ancestor a:after {
  bottom: 0;
  opacity: 1;
}
.primary-menu > li.menu-item-has-children .menu-item-has-children {
  position: relative;
}
.primary-menu > li.menu-item-has-children .menu-item-has-children:after {
  position: absolute;
  top: 22px;
  right: 10px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 0;
  color: #3199fb;
  content: '\f105';
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
  pointer-events: none;
}
.primary-menu > li.menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  width: auto;
  opacity: 1;
  overflow: visible;
}
.primary-menu > li.menu-item-has-children .menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.primary-menu > li.menu-item-has-children:after {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 0;
  color: #0064cf;
  content: '\f107';
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
  pointer-events: none;
}
.primary-menu > li.menu-item-has-children.active:after {
  top: 55%;
}
.primary-menu > li.menu-item-has-children > ul {
  position: absolute;
  top: 100%;
  left: -35px;
  z-index: 1000;
  padding: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.primary-menu > li.menu-item-has-children > ul:before {
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #3199fb transparent transparent transparent;
  content: '';
}
.primary-menu > li.menu-item-has-children > ul a {
  display: block;
  width: 200px;
  padding: 9px 20px;
  background: #0064cf;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.primary-menu > li.menu-item-has-children > ul a:hover {
  background: #0159b7;
}
.primary-menu > li.menu-item-has-children > ul ul a {
  background: #004ea1;
}
.primary-menu > li.menu-item-has-children > ul ul ul a {
  background: #003e7f;
}
.primary-menu > li > a {
  width: 130px;
  padding: 18px 20px 19px;
  color: #0064cf;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.primary-menu > li > a:before {
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(#0064cf, #0064cf 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-image: linear-gradient(#0064cf, #0064cf 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-size: 1px 3px;
  background-repeat: repeat-y;
  opacity: .5;
  content: '';
  left: 0;
}
.primary-menu > li > a:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #3198fb;
  content: '';
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.primary-menu > li > a:hover {
  background: #eaf3fb;
}
.secondary-menu {
  white-space: nowrap;
}
.secondary-menu li:first-child a {
  margin-left: -10px;
}
.secondary-menu li:first-child a:after {
  left: 0;
}
.secondary-menu li.current-menu-item a {
  background: rgba(255, 255, 255, 0.09);
}
.secondary-menu li.current-menu-item a:after {
  bottom: 0;
  background: #ffffff;
}
.secondary-menu a {
  color: #ffffff;
  padding: 11px 10px 10px;
}
.secondary-menu a:hover:after {
  bottom: 0;
  background: #ffffff;
}
.secondary-menu a:after {
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  height: 4px;
  background: transparent;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (max-width: 1280px) {
  .primary-menu li a {
    min-width: initial;
    padding: 18px 20px;
  }
}
@media (min-width: 1100px) {
  .primary-menu {
    display: none !important;
  }
}
li.menu-item.divide {
    width: 100%;
    padding: 10px 20px 10px 30px;
    background: #004894;
    text-align: left;
    color: white;
    border-top: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
}
@media (max-width: 1100px) {
  .primary-menu {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #0064cf;
  }
  .primary-menu li {
    display: block;
  }
  .primary-menu li.menu-item-has-children .menu-item-has-children:after {
    font-size: 16px!important;
    content: '\f107' !important;
  }
  .primary-menu li.menu-item-has-children .menu-item-has-children .sub-menu {
    position: relative;
    left: initial;
    top: initial;
    width: auto;
    opacity: 1;
    overflow: auto;
  }
  .primary-menu li.menu-item-has-children.active:after {
    top: 31px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .primary-menu li.menu-item-has-children .menu-item-has-children:after,
  .primary-menu li.menu-item-has-children:after {
    top: 31px;
    right: 30px;
    color: #ffffff;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .primary-menu li.menu-item-has-children > ul {
    position: static;
    padding: 0;
    border: none;
  }
  .primary-menu li.menu-item-has-children > ul:before {
    content: normal;
  }
  .primary-menu li.menu-item-has-children > ul a {
    width: 100%;
    padding: 10px 20px 10px 30px;
    background: #0159b7;
    text-align: left;
  }
  .primary-menu li.current-menu-item:after,
  .primary-menu li.current-page-ancestor:after {
    background: transparent;
  }
  .primary-menu li.current-menu-item > a,
  .primary-menu li.current-page-ancestor > a {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none;
  }
  .primary-menu li a {
    display: block;
    width: 100%;
    padding: 18px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    text-align: left;
  }
  .primary-menu li a:hover {
    background: #0064cf;
  }
  .primary-menu li a:before,
  .primary-menu li a:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .primary-menu li a {
    padding: 18px 20px;
  }
  .primary-menu li.menu-item-has-children .menu-item-has-children:after,
  .primary-menu li.menu-item-has-children:after {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .primary-menu li.menu-item-has-children.active:after {
    top: 24px;
  }
  .primary-menu li.menu-item-has-children .menu-item-has-children:after,
  .primary-menu li.menu-item-has-children:after {
    top: 24px;
  }
  .primary-menu li a {
    padding: 12px 20px;
  }
}
.ui-menu {
  display: none;
  margin-right: 0;
  -webkit-transition: margin .1s ease;
  transition: margin .1s ease;
}
.ui-menu.active {
  margin-right: -4px;
}
.ui-menu.active .ui-menu-line {
  background: #ffffff;
}
.ui-menu.active .ui-menu-line-1 {
  -webkit-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.ui-menu.active .ui-menu-line-2 {
  opacity: 0;
}
.ui-menu.active .ui-menu-line-3 {
  -webkit-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
.ui-menu-content {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
}
.ui-menu-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -webkit-transition: background-color 0.35s, opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0) translateZ(0);
          transform: translateY(0) translateZ(0);
}
.ui-menu-line-1 {
  top: 0;
}
.ui-menu-line-2 {
  top: 8px;
}
.ui-menu-line-3 {
  top: 16px;
}
@media (max-width: 1100px) {
  .ui-menu {
    display: block;
  }
}
.js-log-file-email-wrap {
  display: none;
}
.ninja-form {
  max-width: 700px;
  margin: 0 auto;
  overflow: hidden;
  outline: none;
}
.ninja-form:focus {
  outline: none;
}
.ninja-form .ninja-forms-response-msg {
  text-align: center;
}
.ninja-form .ninja-forms-all-fields-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap:nth-child(2n) {
  padding-right: 0;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap:nth-child(2n + 1) {
  padding-left: 0;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap:nth-child(n + 5) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  width: 100%;
  padding: 0;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.g_recaptcha-wrap label {
  display: none;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap .g-recaptcha {
  margin-top: 30px;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap .g-recaptcha > div {
  margin: 0 auto;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap label {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: top 0.5s, font-size 0.5s, opacity 0.5s;
  transition: top 0.5s, font-size 0.5s, opacity 0.5s;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap textarea {
  padding: 20px 0 12px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  background-color: transparent;
  line-height: 125%;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input:not([type="submit"]),
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select:not([type="submit"]),
.ninja-form .ninja-forms-all-fields-wrap .field-wrap textarea:not([type="submit"]) {
  font-size: 18px;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input:focus,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select:focus,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap textarea:focus {
  border-bottom: 1px solid #ffffff;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select {
  position: relative;
  display: block;
  width: 100%;
  background-image: url("images/caret-down.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 10px center;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select::-ms-expand {
  display: none;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap select option {
  color: #035fce;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input[type="submit"] {
  width: 275px;
  max-width: 100%;
  margin-top: 30px;
  padding: 12px 10px;
  background-color: #fff;
  color: #035fce;
  border-radius: 5px;
  font-weight: 400;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input[type="checkbox"] {
  border: 1px solid #0064cf;
  width: 30px;
  height: 30px;
  padding: 0;
  background: no-repeat -50px center #fff;
  background-size: 22px auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap input[type="checkbox"]:checked {
  background-position: center center;
  background-image: url("images/checkbox-checked.png");
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.checkbox-wrap {
  margin-top: 10px;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.checkbox-wrap label {
  top: 6px;
  left: 40px;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.active:not(.checkbox-wrap) label {
  top: 0;
  font-size: 13px;
  opacity: .6;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-animation: shake .2s linear 2;
          animation: shake .2s linear 2;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error input,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error select,
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error textarea {
  border-color: #f00;
}
.ninja-form .ninja-forms-all-fields-wrap .field-wrap.ninja-forms-error .ninja-forms-field-error {
  display: none;
}
@-webkit-keyframes shake {
  25% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@keyframes shake {
  25% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  75% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.ninja-white-blue {
  color: #0064cf;
  max-width: 900px;
}
.ninja-white-blue h1 {
  font-weight: 300 !important;
  text-align: center;
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap {
  color: #464646;
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap input,
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap select,
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap textarea {
  border-bottom: 1px solid #0064cf;
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap input:focus,
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap select:focus,
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap textarea:focus {
  border-bottom: 1px solid #1c4385;
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap input[type="submit"],
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap select[type="submit"],
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap textarea[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #0064cf;
  color: #ffffff;
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap select {
  background-image: url("images/caret-down-blue.png");
}
.ninja-white-blue .ninja-forms-all-fields-wrap .field-wrap textarea {
  border-top: none;
  border-left: none;
  border-right: none;
}
.ninja-red {
  color: #920000;
}
.ninja-red .ninja-forms-all-fields-wrap .field-wrap {
  color: #464646;
}
.ninja-red .ninja-forms-all-fields-wrap .field-wrap input,
.ninja-red .ninja-forms-all-fields-wrap .field-wrap select,
.ninja-red .ninja-forms-all-fields-wrap .field-wrap textarea {
  border-bottom: 1px solid #920000;
}
.ninja-red .ninja-forms-all-fields-wrap .field-wrap input:focus,
.ninja-red .ninja-forms-all-fields-wrap .field-wrap select:focus,
.ninja-red .ninja-forms-all-fields-wrap .field-wrap textarea:focus {
  border-bottom: 1px solid #920000;
}
.ninja-red .ninja-forms-all-fields-wrap .field-wrap input[type="submit"],
.ninja-red .ninja-forms-all-fields-wrap .field-wrap select[type="submit"],
.ninja-red .ninja-forms-all-fields-wrap .field-wrap textarea[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #920000;
  color: #ffffff;
}
.ninja-offset {
  margin-top: -278px;
  background: #ffffff;
  padding: 50px 9%;
}
@media (max-width: 640px) {
  .ninja-offset {
    margin-top: -310px;
    padding: 30px 20px;
  }
  .ninja-form .ninja-forms-all-fields-wrap .field-wrap {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.entry .result:not(.btn) {
  display: block;
  position: relative;
  padding-right: 25px;
  margin-bottom: 40px;
}
.entry .result:not(.btn):hover {
  text-decoration: none;
}
.entry .result:not(.btn):hover:before {
  background: #f4f5f6;
}
.entry .result:not(.btn):hover:after {
  right: 0;
}
.entry .result:not(.btn):before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}
.entry .result:not(.btn):after {
  position: absolute;
  right: 10px;
  top: -4px;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 25px;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.entry .result__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 300;
  color: #0064cf;
}
.entry .result__content {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 300;
  color: #494c6d;
}
.entry .result__link {
  font-size: 14px;
  color: #494c6d;
  text-decoration: underline;
}
.scrolldown {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.scrolldown:hover .line-scroll {
  height: 30px;
}
.scrolldown .icon-scroll {
  position: relative;
  top: 0;
  -webkit-animation: bounce .5s linear 0s infinite alternate;
          animation: bounce .5s linear 0s infinite alternate;
}
@-webkit-keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: -7px;
  }
}
@keyframes bounce {
  from {
    top: 0;
  }
  to {
    top: -7px;
  }
}
.scrolldown .line-scroll {
  width: 1px;
  height: 20px;
  margin-top: 15px;
  margin-left: 1px;
  background: #ffffff;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
}
@media (max-width: 640px) {
  .scrolldown {
    padding: 30px 30px 0;
  }
  .scrolldown .icon-scroll {
    display: none;
  }
}
.search__h1 {
  margin-bottom: 40px!important;
}
.search-form {
  position: relative;
}
.search-form__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 38px;
}
@media (max-width: 1100px) {
  .search-form__icon {
    font-size: 24px;
  }
}
.search-form__input {
  width: 100%;
  padding-left: 70px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 42px;
  box-sizing: border-box;
}
.search-form__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1100px) {
  .search-form__input {
    padding-left: 40px;
    font-size: 18px;
  }
}
.search-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 58px;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 7000;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #0064cf;
  color: #fff;
  font-weight: 500;
  line-height: 140%;
  opacity: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: opacity .3s ease,
                -webkit-transform .3s ease;
  transition: opacity .3s ease,
                -webkit-transform .3s ease;
  transition: transform .3s ease,
                opacity .3s ease;
  transition: transform .3s ease,
                opacity .3s ease,
                -webkit-transform .3s ease;
}
.search-dropdown--active {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  box-shadow: 0 35px 35px rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
@media (max-width: 1100px) {
  .search-dropdown {
    height: 58px;
  }
}
.search-menu {
  position: relative;
  height: 100%;
  margin-left: -1px;
  background: transparent;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 1100px - 1) {
  .search-menu:hover {
    background: #eaf3fb;
  }
}
.search-menu:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-image: -webkit-linear-gradient(#0064cf, #0064cf 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-image: linear-gradient(#0064cf, #0064cf 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-size: 1px 3px;
  background-repeat: repeat-y;
  opacity: .5;
  content: '';
}
.search-menu:before {
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 100%;
  height: 5px;
  background: #3198fb;
  content: '';
  opacity: 0;
  -webkit-transition: bottom .3s ease,
                    opacity .3s ease;
  transition: bottom .3s ease,
                    opacity .3s ease;
}
@media (min-width: 1100px - 1) {
  .search-menu--active:before {
    opacity: 1;
    bottom: 0;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease;
  }
}
.search-menu__icon {
  padding: 0 23px 0 22px;
  color: #0064cf;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .search-menu__icon {
    color: #fff;
    font-size: 20px;
  }
}
.entry-sidebar-content {
  width: 100%;
  margin-top: 7px;
}
.entry-sidebar-content p {
  margin: 1.33em 0;
}
.entry-sidebar-content p:empty {
  display: none;
}
.entry-sidebar-content h4 {
  font-size: 18px;
  line-height: 130%;
  font-weight: 400;
}
.entry-sidebar-content .icon-handshake {
  font-size: 160px;
  color: #0064cf;
}
.entry-sidebar-content .icon-support {
  color: #0064cf;
  font-size: 130px;
}
.wrapper-skrollboxes {
  overflow: hidden;
}
.skrollbox {
  padding: 30px 0;
  color: #ffffff;
  background: #0064cf;
  background-size: cover;
  background-repeat: no-repeat;
}
.skrollbox .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 7%;
  padding-bottom: 7%;
}
.skrollbox [class*='icon-'] {
  color: #ffffff;
  font-size: 70px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.skrollbox [class*='icon-'].icon-puzzle :before {
  color: #ffffff;
}
.skrollbox [class*='icon-'] :before {
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}
.skrollbox-left {
  width: 40%;
}
.skrollbox-left h3 {
  margin: 30px 0;
}
.skrollbox-left-content {
  color: rgba(255, 255, 255, 0.67);
}
.skrollbox-left-content:not(.btn) {
  font-size: 16px;
}
.skrollbox-left-content img {
  margin: 5px 5px 5px;
  float: left;
}
.skrollbox-left-content img:nth-child(5) {
  clear: left;
}
@media (max-width: 360px) {
  .skrollbox-left-content img:nth-child(5) {
    clear: none;
  }
}
.skrollbox-right {
  position: relative;
  padding-left: 20px;
  width: 40%;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .skrollbox-left,
  .skrollbox-right {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .skrollbox .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .skrollbox .container .ikon {
    margin: 15px 0 30px;
    text-align: center;
  }
  .skrollbox-left {
    font-size: 13px;
  }
  .skrollbox-left h3 {
    margin: 10px 0;
  }
  .skrollbox-right {
    opacity: 1 !important;
  }
  .skrollbox-left,
  .skrollbox-right {
    width: 100%;
    padding-left: 0;
  }
}
.wrapper-swiper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper {
  position: relative;
  width: 100%;
}
.swiper-container {
  width: 100%;
}
.swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  top: 0;
  bottom: auto;
  bottom: initial;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 2px !important;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.swiper-pagination-bullet-active {
  background: #65a4e3;
}
.swiper-slide-prev:after,
.swiper-slide-next:before {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  content: '';
  z-index: 1000;
}
.swiper-slide-prev:after {
  right: -80px;
}
.swiper-slide-next:before {
  left: -80px;
}
.swiper-slide-next:hover .slide-arrow {
  width: 80px;
}
.swiper-slide-next:hover .slide-arrow-line-1 {
  -webkit-transform: translateY(-17px) translateX(20px) rotate(45deg);
      -ms-transform: translateY(-17px) translateX(20px) rotate(45deg);
          transform: translateY(-17px) translateX(20px) rotate(45deg);
}
.swiper-slide-next:hover .slide-arrow-line-3 {
  -webkit-transform: translateY(17px) translateX(20px) rotate(-45deg);
      -ms-transform: translateY(17px) translateX(20px) rotate(-45deg);
          transform: translateY(17px) translateX(20px) rotate(-45deg);
}
.swiper-slide-prev:hover .slide-arrow {
  width: 80px;
}
.swiper-slide-prev:hover .slide-arrow-line-1 {
  -webkit-transform: translateY(-17px) translateX(-20px) rotate(-45deg);
      -ms-transform: translateY(-17px) translateX(-20px) rotate(-45deg);
          transform: translateY(-17px) translateX(-20px) rotate(-45deg);
}
.swiper-slide-prev:hover .slide-arrow-line-3 {
  -webkit-transform: translateY(17px) translateX(-20px) rotate(45deg);
      -ms-transform: translateY(17px) translateX(-20px) rotate(45deg);
          transform: translateY(17px) translateX(-20px) rotate(45deg);
}
.slide-arrow-right .slide-arrow-line {
  right: 0;
}
.slide-arrow-left .slide-arrow-line {
  left: 0;
}
.slide-arrow-line {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 1px;
  background: #ccc;
  -webkit-transition: width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.513s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.513s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.513s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.513s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.513s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.slide-arrow-line.slide-arrow-line-1 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 50px;
}
.slide-arrow-line.slide-arrow-line-3 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  width: 50px;
}
@media (max-width: 1024px) {
  .slide-nav {
    display: none;
  }
}
/* SWIPER PRESENTATION */
.swiper-container-presentation {
  margin: 40px auto;
  /* SLIDE ARROW */
}
.swiper-container-presentation .container-content {
  padding: 0;
}
.swiper-container-presentation .swiper-slide {
  position: relative;
  width: 70%;
  padding: 70px 80px 20px;
  text-align: center;
}
.swiper-container-presentation .swiper-slide .swiper-slide-content {
  display: block;
  opacity: .07;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.swiper-container-presentation .swiper-slide .swiper-slide-content video {
  max-width: 100%;
}
.swiper-container-presentation .swiper-slide.swiper-slide-prev:hover,
.swiper-container-presentation .swiper-slide.swiper-slide-next:hover {
  cursor: pointer;
}
.swiper-container-presentation .swiper-slide:hover .swiper-slide-content,
.swiper-container-presentation .swiper-slide.hovered .swiper-slide-content,
.swiper-container-presentation .swiper-slide.swiper-slide-active .swiper-slide-content {
  opacity: 1;
}
@media (max-width: 768px) {
  .swiper-container-presentation .swiper-slide {
    width: 90%;
    padding: 50px 0 20px;
  }
}
@media (max-width: 640px) {
  .swiper-container-presentation .swiper-slide {
    width: 120%;
    padding: 50px 0 20px;
  }
}
.swiper-container-presentation .swiper-slide-active .slide-nav {
  display: none;
}
.swiper-container-presentation .slide-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.swiper-container-presentation .slide-nav-next {
  left: 0;
  margin-left: -40px;
}
.swiper-container-presentation .slide-nav-prev {
  right: 0;
  margin-right: -40px;
}
.swiper-container-presentation .slide-arrow {
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-transition: width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: width 0.317s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-container-presentation--page {
  margin: 0 auto;
  padding-bottom: 40px;
}
.swiper-container-presentation--page .swiper-slide {
  padding: 0 20px;
}
@media (max-width: 768px) {
  .swiper-container-presentation--page .swiper-slide {
    width: 90%;
    padding: 0 5%;
  }
}
@media (max-width: 640px) {
  .swiper-container-presentation--page .swiper-slide {
    width: 100%;
    padding: 0 5%;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  top: auto;
  bottom: -5px;
}
/* SWIPER TILES */
.swiper-container-twitter,
.swiper-container-tile {
  height: 100%;
}
.swiper-container-twitter .swiper-slide,
.swiper-container-tile .swiper-slide {
  padding: 25px;
}
.swiper-container-twitter .swiper-pagination,
.swiper-container-tile .swiper-pagination {
  width: initial;
  top: auto;
  right: 25px;
  bottom: 20px;
  left: initial;
}
.swiper-container-twitter .swiper-pagination-bullet,
.swiper-container-tile .swiper-pagination-bullet {
  background: #ffffff;
  opacity: .2;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.swiper-container-twitter .swiper-pagination-bullet-active,
.swiper-container-tile .swiper-pagination-bullet-active {
  opacity: 1;
}
.tile {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 330px;
  margin-bottom: 30px;
  color: #ffffff;
  border-radius: 2px;
  background-size: cover;
  overflow: hidden;
}
.tile-header {
  padding: 18px 25px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  text-transform: uppercase;
  font-weight: 400;
}
.tile-body a.swiper-slide,
a.tile-header {
  background-color: transparent;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}
.tile-body a.swiper-slide:hover,
a.tile-header:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.tile-body {
  position: relative;
  padding: 25px;
  z-index: 1;
}
.tile-body h3 {
  margin: 0 0 15px;
}
.tile-body blockquote:before,
.tile-body blockquote:after {
  color: #ffffff;
}
.tile-body blockquote cite {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
}
.tile-body-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 26px;
  overflow: hidden;
}
.tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.tile-theme-red {
  background-color: #9f1c33;
}
.tile-theme-blue {
  background-color: #1b4ea2;
}
.tile-theme-green {
  background-color: #24a8bc;
}
.tile-body-swiper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0 !important;
}
.tile-hover {
  box-shadow: 0 0 10px transparent;
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
.tile-hover:hover {
  cursor: pointer;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.tile-logo {
  max-width: 150px;
    height: auto;
    max-height: 100px;
}
@media (max-width: 768px) {
  .tile {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .tile-header {
    padding: 15px 20px;
  }
  .tile-body {
    padding: 20px;
  }
}
.wrapper-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.wrapper-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.st0 {
  fill: transparent;
}
#worldmap {
  width: 100%;
}
#world-map {
  fill: #CCC;
}
#europe:hover,
#asia:hover,
#north-central-america:hover,
#middle-east-africa:hover,
#south-pacific:hover,
#south-america:hover {
  fill: #0066CC;
  cursor: pointer;
}
.wrapper-about {
  height: 500px;
}
.addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  margin-top: -21px;
}
.address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  padding: 10px 15px;
  background: #2a2a2a;
  color: #ffffff;
  white-space: nowrap;
}
.address:after {
  font-family: FontAwesome;
  content: '\f041';
  color: #464545;
  font-size: 16px;
}
.address-title {
  padding-right: 20px;
}
.address-content {
  position: relative;
  width: 100%;
  font-size: 12px;
}
.address-content-out {
  position: absolute;
  top: 40px;
  left: 0;
  color: #2a2a2a;
}
@media (max-width: 768px) {
  .addresses {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: -88px;
    margin-bottom: 20px;
  }
  .addresses span:not(.address-divider) {
    display: block;
  }
  .address {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 20px;
  }
  .address:after {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .address-title {
    margin-bottom: 10px;
  }
  .address-divider {
    display: none;
  }
  .address-content-out {
    position: static;
    color: #ffffff;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .addresses {
    margin-top: -158px;
    margin-bottom: 0;
  }
  .address {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wrapper-blackwhite {
  height: 400px;
  overflow: hidden;
}
.wrapper-blackwhite #video-black-white {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.wrapper-blackwhite a {
  color: #2e3236;
}
@media (max-width: 640px) {
  .wrapper-blackwhite a {
    width: 100%;
  }
}
.wrapper-blackwhite .title {
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .wrapper-blackwhite {
    background: url("images/bgr-video-bw.png") no-repeat;
    background-size: cover;
    background-position: -500px;
  }
  .wrapper-blackwhite #video-black-white {
    display: none;
  }
}
.wrapper-blue {
  padding: 70px 0;
  background: #0064cf;
  color: #ffffff;
}
.wrapper-blue h2 {
  margin-bottom: 50px;
}
.wrapper-blue a {
  color: inherit;
}
.wrapper-blue .flex-1-4 {
  margin: 5px 0;
}
.img-case-study {
  width: 200px;
}
.container-centered {
  width: 1080px;
  margin: 50px auto;
  color: #8f8f8f;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.container-centered h1 {
  color: #0064cf;
}
.container-centered img {
  margin: 0 10px;
}
@media (max-width: 1100px) {
  .container-centered {
    width: 100%;
  }
}
.entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1070px;
  margin: 0 auto;
}
.entry a:not(.btn) {
  color: #035fce;
  font-weight: 400;
}
.entry a:not(.btn):hover {
  text-decoration: underline;
}
.entry .btn {
  font-size: initial;
  line-height: initial;
}
.entry-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 720px;
      -ms-flex: 0 0 720px;
          flex: 0 0 720px;
  max-width: 100%;
  padding-top: 1px;
  margin-top: -1px;
  font-size: 18px;
  line-height: 150%;
}
.entry-content > p:first-child,
.entry-content > blockquote *:first-child,
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child {
  margin-top: 0;
}
.entry-content > p:last-child,
.entry-content > blockquote *:last-child,
.entry-content > h1:last-child,
.entry-content > h2:last-child,
.entry-content > h3:last-child {
  margin-bottom: 0;
}
.entry-content h1 {
  font-size: 30px;
  line-height: 125%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-content h1 {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .entry-content h1 {
    font-size: 22px;
  }
}
.entry-content h2 {
  font-size: 24px;
  line-height: 125%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .entry-content h2 {
    font-size: 18px;
  }
}
.entry-content h3 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 500;
}
.entry-content blockquote {
    background: none;
    padding: 25px 0 25px 28px;
    text-indent: 0;
    color: #494c6d;
    font-style: italic;
}
.entry-content blockquote:before {
    color: #494c6d !important;
    left: 0px;
    top: 25px;
    opacity: 0.25;
	font-size: 80px;
}
.entry-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 275px;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  padding-left: 20px;
}
.entry-sidebar hr {
  width: 100%;
  height: 2px;
  margin: 40px 0;
  border: none;
  background-image: -webkit-linear-gradient(left, #b7b7b7, #b7b7b7 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-image: linear-gradient(to right, #b7b7b7, #b7b7b7 33.33333333%, transparent 33.33333333%, transparent 100%);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  opacity: .5;
}
.entry-sidebar blockquote {
  font-size: 18px;
  font-style: italic;
  line-height: 150%;
}
@media (max-width: 1070px) {
  .entry {
    width: 100%;
  }
  .entry-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
  .entry-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .entry {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .entry-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    word-wrap: break-word;
  }
  .entry-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .entry-sidebar-top,
  .entry-sidebar-middle {
    display: none;
  }
  .entry-sidebar-bottom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 640px) {
  .entry-content {
    font-size: 14px;
  }
  .entry-content .btn {
    width: 100%;
  }
}
footer {
  color: #838282;
  font-weight: 400;
}
footer a {
  color: inherit;
}
footer p {
  font-size: 13px;
}
footer .icon-logo {
  color: #ffffff;
  font-size: 13px;
}
.footer-fixed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-stores {
  margin-bottom: 10px;
}
.footer-stores a {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
}
.footer-socials a {
  margin-right: 5px;
  color: #6e6e6e;
  font-size: 30px;
  opacity: .43;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.footer-socials a:hover {
  opacity: 1;
}
.footer-credits {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #626161;
  font-size: 12px;
}
.footer-credits a {
  text-decoration: underline;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer-title {
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer {
  padding-top: 40px;
  padding-bottom: 30px;
}
.footer .flex-1-4 {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer {
    padding-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .footer {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s !important;
  transition: -webkit-transform .3s !important;
  transition: transform .3s !important;
  transition: transform .3s, -webkit-transform .3s !important;
}
header.hidden {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
header.smaller .header {
  box-shadow: inset 0 0 0 1px #e6e5e5;
}
header.smaller .subheader {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 19px;
  color: #0064cf;
}
.header {
  position: relative;
  background: #ffffff;
  z-index: 10000;
      border-bottom: 1px solid rgba(204,204,204,.3);
}
.header .container {
  height: 58px;
}
.header-secondary {
  background: #0064cf;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.header-secondary__active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.subheader {
  position: relative;
  background: rgba(255, 255, 255, 0.07);
  z-index: 6000;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
.subheader-blue {
  background: #0064cf;
}
.subheader-intro {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
}
.subheader-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 500;
  font-size: 42px;
  line-height: 140%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
@media (max-width: 768px) {
  .subheader-title {
    font-size: 24px;
  }
}
.subheader-dropdown {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  background: #0064cf;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 8000;
}
.subheader-dropdown.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1100px) {
  header.hidden {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header.smaller {
    position: absolute !important;
    border: none;
  }
  header.smaller .header {
    box-shadow: none;
  }
  header .logo {
    color: #ffffff;
  }
  .header {
    background: #0064cf;
    box-shadow: none;
  }
  .subheader-title {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    height: 58px;
    font-size: 24px;
    line-height: 125%;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .subheader-title {
    font-size: 20px;
  }
}
@media (max-width: 1100px) and (max-width: 640px) {
  .subheader-title {
    font-size: 18px;
  }
}
.wrapper-intro {
  height: 100%;
  padding-bottom: 30px;
  overflow: hidden;
}
.wrapper-intro .container {
  height: 100%;
}
.wrapper-intro h1 {
  padding: 20px 0;
  margin: 0;
  color: #ffffff;
}
.wrapper-intro h1 small {
  font-size: 60%;
}
.wrapper-intro p {
  margin-top: 0;
  margin-bottom: 30px;
  color: #ffffff;
  line-height: 175%;
}
@media (max-width: 768px) {
  .wrapper-intro p {
    width: 100%;
  }
}
.wrapper-intro blockquote,
.wrapper-intro blockquote p {
  margin-bottom: 20px;
  text-indent: 0;
  font-size: 42px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .wrapper-intro blockquote,
  .wrapper-intro blockquote p {
    font-size: 24px;
  }
}
.wrapper-intro blockquote:before,
.wrapper-intro blockquote p:before,
.wrapper-intro blockquote:after,
.wrapper-intro blockquote p:after {
  color: #ffffff;
}
.wrapper-intro blockquote:before,
.wrapper-intro blockquote p:before {
  top: -30px;
  left: -3px;
}
.wrapper-intro blockquote cite,
.wrapper-intro blockquote p cite {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.wrapper-intro .blockquote-after {
  display: inline-block;
  width: 0;
  color: #fff;
  font-size: 55px;
  font-style: normal;
  font-weight: 900;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 0;
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.wrapper-intro .blockquote-after:after {
  position: relative;
  left: -50px;
  content: '“';
}
.wrapper-intro .partners {
  position: relative;
  height: 35px;
}
.wrapper-intro .partners .partners-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
}
.wrapper-intro .partners .i {
  margin-right: 15px;
}
.intro-content {
  width: 700px;
  max-width: 100%;
}
.intro-flex-top {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro-flex-bottom {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#video-intro {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1100px) {
  .wrapper-intro blockquote,
  .wrapper-intro blockquote p {
    font-size: 36px;
    line-height: 125%;
  }
  .intro-flex-top {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .wrapper-intro blockquote,
  .wrapper-intro blockquote p {
    font-size: 24px;
  }
}
@media (max-width: 1100px) and (max-width: 640px) {
  .wrapper-intro blockquote,
  .wrapper-intro blockquote p {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .wrapper-intro {
    background-size: cover;
    background-position: right;
  }
  #video-intro {
    display: none;
  }
  .btns .btn {
    width: 100%;
    margin: 0 0 10px !important;
  }
}
@media (max-height: 768px) {
  .wrapper-intro:not(.wrapper-front-page) .intro-content {
    margin-top: 90px;
  }
}
.wrapper-page {
  margin: 60px 0;
}
.wrapper-fullpage .entry-content {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.wrapper-fullpage-header {
  height: 300px;
}
.wrapper-fullpage-header .bgr-overlay {
  background-position: center;
}
.wrapper-partners {
  background: url("images/backgrounds/valued-partners.jpg") no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 45px 0;
}
.wrapper-partners .entry-sidebar {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  background: #ffffff;
}
.wrapper-presentation > .container {
  width: 100%;
  padding: 0;
}
.wrapper-presentation .platforms {
  color: #b0b0b1;
  text-align: center;
}
.wrapper-presentation .platform {
  display: inline-block;
}
.wrapper-presentation .platform:not(:first-child) {
  margin-left: 30px;
}
.wrapper-presentation [class^="icon-"] {
  margin-right: 10px;
  color: #c6c6c7;
  font-size: 18px;
}
.resco-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.resco-next__tile-logo {
  width: 130px;
  margin-bottom: 10px;
}
.resco-next__title-logo {
  width: 240px;
}
@media (max-width: 1100px) {
  .resco-next__title-logo {
    width: 120px;
  }
}
#skrollr-body {
  width: 100%;
  height: 100%;
}
.wrapper-skrollr-bgr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-skrollr {
  padding: 130px 0;
}
.wrapper-skrollr .skrollr-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-skrollr.wrapper-skrollr-right > .container > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wrapper-skrollr.wrapper-skrollr-right .skrollr-box {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper-skrollr.wrapper-skrollr-right .skrollr-box:after {
  left: 150%;
}
.wrapper-skrollr.wrapper-skrollr-right .skrollr-box-bullet {
  left: 150%;
}
.skrollr-box-area {
  position: absolute;
  width: 10px;
  top: -50px;
  bottom: -50px;
}
.skrollr-wrapper {
  height: 100%;
}
.wrapper-skrollr .flex-1-2 {
  position: relative;
}
.wrapper-skrollr .skrollr-wrapper {
  position: static;
}
.skrollr-parent {
  position: relative;
  height: 100%;
}
.skrollr-wrapper-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.skrollr-box {
  position: relative;
  padding: 75px 0;
}
.skrollr-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50%;
  display: block;
  width: 1px;
  background: #e5e5e5;
  content: '';
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}
.skrollr-box:first-child {
  padding-top: 0;
}
.skrollr-box:first-child:after {
  top: 50%;
}
.skrollr-box:last-child {
  padding-bottom: 0;
}
.skrollr-box:last-child:after {
  bottom: 50%;
}
.skrollr-box h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0064cf;
}
.skrollr-box p {
  font-size: 16px;
  line-height: 175%;
}
.skrollr-box a {
  color: #0064cf;
  font-weight: 500;
}
.skrollr-box a:hover {
  text-decoration: underline;
}
.skrollr-box-header {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.skrollr-box-content {
  width: 550px;
  max-width: 100%;
  padding: 0 20px;
}
.skrollr-images {
  position: relative;
}
.skrollr-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 589px;
  height: 460px;
  max-width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.skrollr-box-bullet {
  position: absolute;
  top: 50%;
  left: -50%;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #e5e5e5;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
.skrollr-box-bullet:before {
  display: block;
  width: 7px;
  height: 7px;
  margin: -3px 0 0 -3px;
  background: #0064cf;
  border-radius: 50%;
  content: '';
}
@media (max-width: 1024px) {
  .wrapper-skrollr {
    padding: 80px 0;
  }
  .skrollr-image {
    width: 100%;
    height: auto;
  }
}
.skrollr-visible-mobile {
  display: none;
}
@media (max-width: 767px) {
  .skrollr-visible-mobile {
    display: block;
  }
  .skrollr-hidden-mobile {
    display: none;
  }
  .wrapper-skrollr {
    padding: 20px 0 0;
  }
  .skrollr-box {
    margin-bottom: 30px;
    padding: 25px 0 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .skrollr-box h3 {
    font-size: 26px;
  }
  .skrollr-box:after {
    content: none;
  }
  .skrollr-box-bullet {
    display: none;
  }
  .skrollr-box-content {
    width: 100%;
    padding: 0;
  }
  .skrollr-box-content img {
    margin: 0 auto;
  }
}
/* NEW STYLE */
.devices-white.device-box-content {
  color: #fff;
}
.devices-white.device-box-content a,
.devices-white.device-box-content h3 {
  color: #fff;
}
.device-box-header {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
.device-box-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.device-box-content {
  width: 550px;
  max-width: 100%;
  padding: 0 20px;
}
.device-box-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0064cf;
}
.device-box-content p {
  font-size: 16px;
  line-height: 175%;
}
.device-box-content a {
  color: #0064cf;
  font-weight: 500;
}
.device-box-content a:hover {
  text-decoration: underline;
}
.device-box-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.device-row {
  padding: 50px 0;
}
.wrapper-device-right .container > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.wrapper-device-right .container .device-box-content-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper-device-bgr {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -3;
  background-repeat: no-repeat;
  background-size: cover;
}
.wrapper-device {
  padding: 80px 0;
  overflow: hidden;
}
/* NEW STYLE */
@media (max-width: 1024px) {
  .wrapper-device {
    padding: 0 0;
  }
  .device-row {
    padding: 20px 0;
  }
  .skrollr-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .device-box-content {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .device-box-content h3 {
    font-size: 26px;
  }
  .device-box-content img {
    margin: 0 auto;
  }
}
.wrapper-tiles {
  padding: 90px 0 60px;
  background: #f2f2f2;
}
@media (max-width: 768px) {
  .wrapper-tiles {
    padding: 40px 0 20px;
  }
}
video {
  object-fit: cover;
}
.wrapper-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transition: height .5s;
  transition: height .5s;
  font-size: 0;
  line-height: 1;
}
@media screen and (min-width: 704px) {
  .wrapper-video {
    height: 396px;
  }
}
.wrapper-video iframe,
.wrapper-video video {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 704px) {
  .wrapper-video iframe,
  .wrapper-video video {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
  }
}
.wrapper-video .video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .wrapper-video .video-overlay {
    display: none;
  }
}
.wrapper-video .video-overlay .play-button {
  position: absolute;
  top: 55%;
  top: calc(50% + 25px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-size: 14px;
}
.wrapper-video .video-overlay .play-button .icon-play-button,
.wrapper-video .video-overlay .play-button .icon-play-button-full {
  position: absolute;
  left: 50%;
  bottom: 100%;
  padding: 10px 10px 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 50px;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.wrapper-video .video-overlay .play-button .icon-play-button-full {
  opacity: 0;
}
.wrapper-video .video-overlay:hover .play-button .icon-play-button {
  opacity: 0;
}
.wrapper-video .video-overlay:hover .play-button .icon-play-button-full {
  opacity: 1;
}
.wrapper-pricing-header {
  height: 380px;
}
@media (max-width: 640px) {
  .wrapper-pricing-header {
    height: 900px;
  }
}
.pricing-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -300px 0 80px;
}
@media (max-width: 640px) {
  .pricing-boxes {
    margin-top: -750px;
  }
}
.pricing-boxes .pricing-box {
  display: inline-block;
  width: 332px;
  margin: 0 15px;
  padding: 30px;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  background-color: #fff;
  color: #0064cf;
  font-size: 16px;
  text-align: center;
}
.pricing-boxes .pricing-box .pricing-box-header {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
}
.pricing-boxes .pricing-box .pricing-box-price-index {
  height: 40px;
  font-size: 30px;
  line-height: 120%;
  font-weight: 300;
}
.pricing-boxes .pricing-box .pricing-box-price {
  margin-bottom: 50px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
}
.pricing-boxes .pricing-box .pricing-box-price--double {
  margin-bottom: 105px;
}
.pricing-boxes .pricing-box .pricing-box-delimeter {
  margin: 0 -30px;
  border-top: 2px dotted #bed6f2;
}
.pricing-boxes .pricing-box .btn {
  margin: 5px 0;
}
.pricing-boxes .pricing-box .btn:first-of-type {
  margin-top: 20px;
}
.pricing-boxes .pricing-box .btn:last-of-type {
  margin-bottom: 20px;
}
.pricing-boxes .pricing-box ul {
  margin: 30px 0 0;
  padding: 0;
  color: #454545;
  font-size: 13px;
  line-height: 30px;
  text-align: left;
  list-style: none;
}
.pricing-boxes .pricing-box ul li {
  position: relative;
  margin-left: 10px;
}
.pricing-boxes .pricing-box ul li:before {
  position: absolute;
  left: -10px;
  top: 0;
  content: "•";
}
.pricing-boxes .pricing-box ul li.no-mark {
  margin: 0;
}
.pricing-boxes .pricing-box ul li.no-mark:before {
  content: none;
}
.pricing-boxes .pricing-box.pricing-box-blue,
.pricing-boxes .pricing-box.pricing-box-red,
.pricing-boxes .pricing-box.pricing-box-light {
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.pricing-boxes .pricing-box.pricing-box-blue ul,
.pricing-boxes .pricing-box.pricing-box-red ul,
.pricing-boxes .pricing-box.pricing-box-light ul {
  color: #fff;
}
.pricing-boxes .pricing-box.pricing-box-blue .pricing-box-delimeter,
.pricing-boxes .pricing-box.pricing-box-red .pricing-box-delimeter,
.pricing-boxes .pricing-box.pricing-box-light .pricing-box-delimeter {
  border-color: #e7f0fa;
}
.pricing-boxes .pricing-box.pricing-box-blue .btn-white,
.pricing-boxes .pricing-box.pricing-box-red .btn-white,
.pricing-boxes .pricing-box.pricing-box-light .btn-white {
  border-color: #fff;
}
.pricing-boxes .pricing-box.pricing-box-blue {
  background-image: url("images/bgr-box-blue.jpg");
}
.pricing-boxes .pricing-box.pricing-box-blue .btn-white {
  color: #0466ce;
}
.pricing-boxes .pricing-box.pricing-box-blue .btn-white:hover {
  color: #fff;
  background-color: #0466ce;
}
.pricing-boxes .pricing-box.pricing-box-light {
  background-image: url("images/bgr-box-light.jpg");
}
.pricing-boxes .pricing-box.pricing-box-light .btn-white {
  color: #27b2cf;
}
.pricing-boxes .pricing-box.pricing-box-light .btn-white:hover {
  color: #fff;
  background-color: #27b2cf;
}
.pricing-boxes .pricing-box.pricing-box-red {
  background-image: url("images/bgr-box-red.jpg");
}
.pricing-boxes .pricing-box.pricing-box-red .btn-white {
  color: #bc4d10;
}
.pricing-boxes .pricing-box.pricing-box-red .btn-white:hover {
  color: #fff;
  background-color: #bc4d10;
}
.wrapper-pricing {
  padding: 50px 0 140px;
  color: #0064cf;
  text-align: center;
}
.wrapper-pricing.with-form {
  padding-bottom: 60px;
  background-color: #035fce;
  color: #fff;
}
.wrapper-pricing-black {
  padding: 50px 0;
  background-color: #292929;
  color: #fff;
  text-align: center;
}
.wrapper-pricing-black .partners-container {
  margin-bottom: 30px;
  font-size: 0;
  opacity: .2;
}
.wrapper-pricing-black .partners-container > img {
  max-height: 45px;
  margin: 10px 12px;
  vertical-align: middle;
}
#ninja_forms_form_3 {
  display: none;
}
@media (max-width: 1280px) {
  .pricing-boxes {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .pricing-boxes .pricing-box {
    width: 48%;
    margin: 0 1% 2%;
  }
}
@media (max-width: 640px) {
  .pricing-boxes {
    display: block;
    margin-bottom: 40px;
  }
  .pricing-boxes .pricing-box {
    display: block;
    width: auto;
    margin: 20px 0 0;
    padding: 15px;
  }
  .pricing-boxes .pricing-box .pricing-box-price--double {
    margin-bottom: 50px;
  }
  .pricing-boxes .pricing-box:first-of-type {
    margin-top: 0;
  }
  .pricing-boxes .pricing-box .pricing-box-delimeter {
    margin: 0 -15px;
  }
  .wrapper-pricing {
    padding: 40px 0 60px;
    text-align: left;
  }
  .wrapper-pricing .btn {
    width: 100%;
  }
  .wrapper-pricing-black .partners-container > img {
    max-height: 35px;
  }
}
.swiper-container-twitter {
  word-break: break-all;
}
.swiper-container-twitter .fa {
  position: absolute;
  bottom: 20px;
  left: 25px;
}
.wrapper-section-bgr {
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 1px;
  margin-bottom: -1px;
}
.wrapper--gradient {
  background-image: -webkit-linear-gradient(top, #fff 0, #f3f3f3 100%);
  background-image: linear-gradient(to bottom, #fff 0, #f3f3f3 100%);
}
.wrapper--gray {
  background-color: #f5f5f5;
}
.section {
  padding-top: 100px;
  border-bottom: 1px solid #eae9e9;
  font-size: 16px;
  line-height: 150%;
}
.section .section-header {
  margin-bottom: 110px;
}
.section .section-header h1,
.section .section-header h2,
.section .section-header h3,
.section .section-header h4 {
  color: #0064cf;
}
.section .aligncenter {
  margin: 0 auto;
}
.section img {
  display: block;
}
.section-small {
  padding-top: 40px;
  margin-bottom: 60px;
  border: none;
}
.section-small .section-header {
  margin-bottom: 50px;
}
.column-content {
  padding: 0 90px;
}
@media (max-width: 1024px) {
  .column-content {
    padding: 0 40px;
  }
  .section {
    padding-top: 80px;
  }
  .section .section-header {
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .column-content {
    padding: 20px;
  }
  .section {
    padding-top: 40px;
  }
  .section .section-header {
    margin-bottom: 20px;
  }
}
.section--images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  border-bottom: none;
}
@media (max-width: 640px) {
  .section--images {
    padding: 15px 0;
  }
}
.section__object + .section__object {
  margin-left: 80px;
}
@media (max-width: 640px) {
  .section__object + .section__object {
    margin-left: 20px;
  }
}

.crm-cloud_pic {
    max-width: 80%;
}