@charset "UTF-8";
/*#region Responsive Templates */
/*#endregion */
/*#region Mixins */
/*#endregion */
/*#region Keyframes*/
@-webkit-keyframes move {
  from {
    z-index: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    z-index: 4;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes move {
  from {
    z-index: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    z-index: 4;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@-webkit-keyframes timeline {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
@keyframes timeline {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
@-webkit-keyframes timeline2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes timeline2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*#endregion*/
/*#region Variables*/
/*endregion*/
/*#region Colors */
/*#endregion */
/*#region Font */
@font-face {
  font-family: "Montserrat Hairline";
  src: url("../font/Montserrat-Hairline.eot");
  src: url("../font/Montserrat-Hairline.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Hairline.woff2") format("woff2"), url("../font/Montserrat-Hairline.woff") format("woff"), url("../font/Montserrat-Hairline.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MicrosoftYaHei";
  src: url("../font/MicrosoftYaHei.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*#endregion */
/*#region Bootstrap */
/*#endregion */
/*#region BEM*/
/*#endregion */
@keyframes move {
  0% {
    top: 47%;
  }
  25% {
    top: 46%;
  }
  50% {
    top: 47%;
  }
  100% {
    top: 47%;
  }
}
@-webkit-keyframes move2 {
  0% {
    top: 63%;
  }
  25% {
    top: 62%;
  }
  50% {
    top: 63%;
  }
  100% {
    top: 63%;
  }
}
@keyframes move2 {
  0% {
    top: 63%;
  }
  25% {
    top: 62%;
  }
  50% {
    top: 63%;
  }
  100% {
    top: 63%;
  }
}
/*! Bootstrap v3.3.7 */
/*#region Responsive Templates */
/*#endregion */
/*#region Mixins */
/*#endregion */
/*#region Keyframes*/
@keyframes move {
  from {
    z-index: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    z-index: 4;
    -webkit-transform: scale(2.5);
            transform: scale(2.5);
  }
}
@keyframes timeline {
  0% {
    height: 0;
  }
  100% {
    height: 50%;
  }
}
@keyframes timeline2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*#endregion*/
/*#region Variables*/
/*endregion*/
/*#region Colors */
/*#endregion */
/*#region Font */
@font-face {
  font-family: "Montserrat Hairline";
  src: url("../font/Montserrat-Hairline.eot");
  src: url("../font/Montserrat-Hairline.eot?#iefix") format("embedded-opentype"), url("../font/Montserrat-Hairline.woff2") format("woff2"), url("../font/Montserrat-Hairline.woff") format("woff"), url("../font/Montserrat-Hairline.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MicrosoftYaHei";
  src: url("../font/MicrosoftYaHei.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*#endregion */
/*#region Bootstrap */
/*#endregion */
/*#region BEM*/
/*#endregion */
@keyframes move {
  0% {
    top: 47%;
  }
  25% {
    top: 46%;
  }
  50% {
    top: 47%;
  }
  100% {
    top: 47%;
  }
}
@keyframes move2 {
  0% {
    top: 63%;
  }
  25% {
    top: 62%;
  }
  50% {
    top: 63%;
  }
  100% {
    top: 63%;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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: bold;
}

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;
}

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;
  box-sizing: content-box;
}

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: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.428571429;
  color: #b3b3b3;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f6f6fa;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 44px;
}

h2, .h2 {
  font-size: 37px;
}

h3, .h3 {
  font-size: 25px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 15px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin: 0 0 12.5px;
}

.lead {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 27px;
  }
}

small,
.small {
  font-size: 88%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #f6f6fa;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 25px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f6f6fa;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 22.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #f6f6fa;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

@font-face {
  font-display: swap;
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: local("Quicksand Light"), local("Quicksand-Light"), url("/wp-content/themes/Protean Theme/fonts/6xKodSZaM9iE8KbpRA_pgHYYT8L6.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("/wp-content/themes/Protean Theme/fonts/JTUQjIg1_i6t8kCHKm45_QpRyS7j.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_aZA3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/wp-content/themes/Protean Theme/fonts/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_c5H3gnD-w.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("/wp-content/themes/Protean Theme/fonts/JTURjIg1_i6t8kCHKm45_epG3gnD-w.ttf") format("truetype");
}
/*#region Initial */
html {
  width: 100vw;
  overflow-x: hidden;
}

body {
  position: relative;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
  width: 100vw;
  overflow-x: hidden;
}

br {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

h1 {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.3;
}

h2 {
  font-size: 37px;
  letter-spacing: 0.065em;
  font-weight: 800;
}

h3 {
  font-size: 25px;
  letter-spacing: 0.035em;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 15px;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
p:lang(zh) {
  white-space: pre-wrap;
}

a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: none;
  color: #f2f2f2;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:before, a:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #7abce0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button.go-back {
  position: fixed;
  top: 115px;
  right: 15px;
  font-size: 20px;
  z-index: 99;
  border: none;
  background-color: transparent;
  color: #0047ba;
  outline: none;
}
button.go-back:before {
  content: "";
  font-family: "icomoon";
  font-size: 20px;
  color: #0047ba;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.open-positions li {
  color: #0047ba;
  font-weight: 500;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  ul.open-positions li {
    text-align: center;
  }
}
ul.open-positions li:first-child {
  padding-bottom: 50px;
}
ul.open-positions li h3.title {
  display: block;
  max-width: none;
  padding: 0;
  font-weight: 500;
}
ul.open-positions li h3.title:before {
  bottom: -5px;
}
ul.open-positions li a {
  color: #0047ba;
}
ul.open-positions li a:hover, ul.open-positions li a:focus {
  color: #7abce0;
}
ul.open-positions li strong {
  font-weight: 500;
  float: right;
}
@media (max-width: 767px) {
  ul.open-positions li strong {
    display: block;
    padding-top: 10px;
    float: none;
  }
}
ul.timeline {
  position: relative;
  margin: 50px auto 0 auto;
}
ul.timeline li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  ul.timeline li {
    display: block;
    padding: 25px 0;
  }
}
ul.timeline li .text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47%;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  padding-left: 40px;
  text-align: left;
  padding-top: 10px;
}
@media (max-width: 767px) {
  ul.timeline li .text {
    padding-top: 0;
    padding-left: 0;
    text-align: center;
  }
}
ul.timeline li .text h2 {
  padding-bottom: 15px;
  font-weight: 26px;
  font-weight: 700;
  color: #7abce0;
  line-height: 1.7;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.timeline li .text p {
  padding-bottom: 15px;
  max-width: 290px;
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #7abce0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  ul.timeline li .text p {
    max-width: none;
  }
}
ul.timeline li .circle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  ul.timeline li .circle {
    display: none;
  }
}
ul.timeline li .circle__box {
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7abce0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999;
}
ul.timeline li .circle__pole {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background-color: #7abce0;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.timeline li .circle__active {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 6px;
  height: 0;
  margin-left: -3px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}
ul.timeline li:first-child .circle__pole {
  height: 50%;
}
ul.timeline li:first-child .circle__active {
  height: 50%;
}
ul.timeline li:nth-child(even) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
ul.timeline li:nth-child(even) .text {
  text-align: right;
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  ul.timeline li:nth-child(even) .text {
    padding-right: 0;
    text-align: center;
  }
}
ul.timeline li:nth-child(even) .text p {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  ul.timeline li:nth-child(even) .text p {
    margin: 0;
  }
}
ul.timeline li.dashed .circle__pole {
  background-color: transparent;
  background-image: url(/f/2018/03/dash.png);
  background-size: 400%;
}
ul.timeline li.active h2,
ul.timeline li.active p {
  color: #ffffff;
}
ul.timeline li.active .circle__box {
  background-color: #ffffff;
}
ul.timeline li.active .circle__active {
  height: 100%;
  z-index: 9999;
}
ul.timeline li.active.dashed .circle__pole {
  background-image: url(/f/2018/03/dash-active.png);
}
ul.timeline li.active.dashed .circle__active {
  display: none;
}

form.register__form {
  text-align: left;
}
form.register__form br {
  display: none;
}
form.register__form .md-input {
  padding-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
form.register__form .md-input:last-child {
  padding-bottom: 0;
}
form.register__form .md-input label {
  color: #ffffff;
  font-weight: 300;
}
form.register__form .md-input input,
form.register__form .md-input select {
  line-height: 20px;
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  background-color: transparent;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 1px;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form.register__form .md-input input::-webkit-input-placeholder,
form.register__form .md-input select::-webkit-input-placeholder {
  font-weight: 300;
  color: #ffffff;
}
form.register__form .md-input input::-moz-placeholder,
form.register__form .md-input select::-moz-placeholder {
  font-weight: 300;
  color: #ffffff;
}
form.register__form .md-input input:-ms-input-placeholder,
form.register__form .md-input select:-ms-input-placeholder {
  font-weight: 300;
  color: #ffffff;
}
form.register__form .md-input input:-moz-placeholder,
form.register__form .md-input select:-moz-placeholder {
  font-weight: 300;
  color: #ffffff;
}
form.register__form .md-input input.submit,
form.register__form .md-input select.submit {
  display: inline-block;
  width: auto;
  border-bottom: transparent;
}
form.register__form .md-input input.submit:hover, form.register__form .md-input input.submit:focus,
form.register__form .md-input select.submit:hover,
form.register__form .md-input select.submit:focus {
  border-bottom: 1px solid #ffffff;
}
form.register__form .md-input input:hover, form.register__form .md-input input:focus,
form.register__form .md-input select:hover,
form.register__form .md-input select:focus {
  border-bottom: 1px solid #ffffff;
}
form.register__form .md-input select {
  cursor: pointer;
}
form.register__form .md-input option {
  border-radius: 0;
}
form.register__form .md-input select option {
  color: black !important;
}
form.register__form .md-input a.submit {
  position: relative;
  font-weight: 400;
}
form.register__form .md-input a.submit:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form.register__form .md-input a.submit:hover:before, form.register__form .md-input a.submit:focus:before {
  left: 0;
  right: 0;
  background-color: #ffffff;
}
form.register__form .md-input .submit {
  border: none !important;
}
form.register__form .md-input.hidden {
  visibility: hidden;
  opacity: 0;
}
form.register__form .inner-div {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
form.register__form .inner-div.open {
  max-height: 800px;
}
form.register__form .toggle-form {
  display: block;
  text-align: center;
  max-width: 800px;
}
form.register__form .toggle-form i {
  font-size: 30px;
  color: #ffffff;
}
form.register__form.open {
  max-height: 800px;
  overflow: visible;
}
form.register__form.open .inner-div {
  overflow: visible;
  max-height: 1000px;
}
form.register__form.open .toggle-form {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.flex__item {
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  -webkit-box-flex: 1;
          flex: 1 1 50%;
}

.container {
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .container {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .container {
    display: block;
    width: 100%;
  }
}

.lity {
  z-index: 9999999999;
  background: #000000;
}

.hidden {
  display: none !important;
}

.post__date,
.article__date {
  font-family: "Montserrat Hairline", sans-serif;
}

.article__wrapper .col-vid {
  width: 100%;
  height: auto;
}

.title {
  position: relative;
  max-width: 450px;
  padding: 30px 0 60px 0;
  font-weight: 700;
  line-height: 1.7;
  color: #0047ba;
}
.title:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 71, 186, 0.5);
}

.lity .lity-wrap .lity-container {
  max-width: none;
  height: 100%;
}
.lity .lity-wrap .lity-container .lity-content {
  width: 100%;
  margin: 0 auto;
}
.lity .lity-wrap .lity-container .lity-close {
  top: 30px;
  right: 30px;
  font-family: sans-serif;
  font-weight: 100;
}

.lity-iframe-container {
  height: 100vh;
}

.intro-video {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .intro-video {
    background-image: url(/f/2018/04/index-hero-bg-mobile.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}
.intro-video video {
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
@media (max-width: 767px) {
  .intro-video video {
    display: none;
  }
}
.intro-video p {
  max-width: none !important;
  margin: 0 !important;
}
.intro-video.end {
  opacity: 0;
}

/*#endregion */
/*#region Width*/
.w390 {
  max-width: 390px !important;
}

.w480 {
  max-width: 480px !important;
}

.w525 {
  max-width: 525px !important;
}

.w550 {
  max-width: 550px !important;
}

.w570 {
  max-width: 570px !important;
}

.w580 {
  max-width: 580px !important;
}

.w590 {
  max-width: 590px !important;
}

.w595 {
  max-width: 600px !important;
}

.w600 {
  max-width: 600px !important;
}

.w611 {
  max-width: 611px !important;
}

.w614 {
  max-width: 614px !important;
}

.w620 {
  max-width: 620px !important;
}

.w630 {
  max-width: 630px !important;
}

.w640 {
  max-width: 640px !important;
}

@media (min-width: 1300px) {
  .w1270 {
    max-width: 1270px !important;
    width: 100% !important;
  }

  .w1290 {
    max-width: 1290px !important;
    width: 100% !important;
  }
}
/*#endregion*/
/*#region Styles*/
.bg-blue {
  background-color: #0047ba !important;
}

.bg-gray {
  background-color: #f2f2f2 !important;
}

.bg-graylight {
  background-color: #f6f6fa !important;
}

.pt100 {
  padding-top: 100px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .pt100 {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 30px;
  }
}

/*#endregion*/
/*#region Layout */
.app-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999999999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
@media (max-width: 1075px) {
  .app-header {
    display: block;
    padding: 15px;
  }
}
.app-header .logo i {
  font-size: 35px;
  color: #ffffff;
}
@media (max-width: 1075px) {
  .app-header .logo i {
    font-size: 38px;
  }
}
.app-header ul li {
  position: relative;
  padding: 20px 25px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .app-header ul li {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-header ul li {
    padding: 20px 15px;
  }
}
@media (max-width: 1075px) {
  .app-header ul li {
    padding: 0;
  }
}
.app-header ul li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.app-header ul li a:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app-header ul li a:hover:before {
  width: 30px;
  background-color: #ffffff;
}
.app-header ul li a.carret {
  position: relative;
}
.app-header ul li a.carret:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
@media (min-width: 992px) {
  .app-header ul li a.carret:after {
    display: none;
  }
}
.app-header ul li a.active:before {
  width: 30px;
  background-color: #ffffff;
}
.app-header ul li:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .app-header ul li.abs {
    position: absolute;
    right: 60px;
  }
}
.app-header ul li.lang-item.current-lang a {
  font-weight: 600;
}
.app-header ul li.lang-item a:hover:before {
  width: 0;
}
.app-header ul li.lang-item.lang-item-first {
  position: relative;
}
@media (max-width: 1075px) {
  .app-header ul li.lang-item.lang-item-first {
    margin-left: 0;
  }
}
.app-header ul li.lang-item.lang-item-first:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 5px;
  top: 6px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
@media (max-width: 1075px) {
  .app-header ul li.lang-item.lang-item-first:after {
    display: none;
  }
}
@media (max-width: 1075px) {
  .app-header ul li.lang-item {
    margin: 15px 0;
    display: inline-block !important;
  }
  .app-header ul li.lang-item a {
    padding: 0 30px 0 0 !important;
  }
}
.app-header ul .dropdown {
  position: relative;
}
.app-header ul .dropdown:before {
  display: none;
}
.app-header ul .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-left: 45px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .app-header ul .dropdown .dropdown-menu {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-header ul .dropdown .dropdown-menu {
    padding: 20px;
  }
}
@media (max-width: 1075px) {
  .app-header ul .dropdown .dropdown-menu {
    padding-left: 15px;
  }
}
.app-header ul .dropdown .dropdown-menu li {
  padding: 0 0 15px 0;
}
@media (max-width: 1075px) {
  .app-header ul .dropdown .dropdown-menu li {
    padding-bottom: 5px;
  }
}
.app-header ul .dropdown .dropdown-menu li a {
  font-size: 16px;
  font-weight: 300;
}
.app-header ul .dropdown .dropdown-menu li:before {
  bottom: 10px;
}
.app-header ul .dropdown .dropdown-toggle:hover:before, .app-header ul .dropdown .dropdown-toggle:focus:before {
  display: none;
}
@media (min-width: 992px) {
  .app-header ul .dropdown:hover, .app-header ul .dropdown:focus {
    background-color: rgba(0, 71, 186, 0.9);
  }
}
.app-header ul .dropdown:hover a, .app-header ul .dropdown:focus a {
  color: #ffffff;
}
@media (max-width: 1075px) {
  .app-header ul .dropdown:hover a, .app-header ul .dropdown:focus a {
    color: #0047ba;
  }
}
.app-header ul .dropdown:hover .dropdown-menu, .app-header ul .dropdown:focus .dropdown-menu {
  display: block;
}
@media (min-width: 992px) {
  .app-header ul .dropdown:hover .dropdown-menu, .app-header ul .dropdown:focus .dropdown-menu {
    background-color: rgba(0, 71, 186, 0.9);
  }
}
.app-header__pages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1075px) {
  .app-header__pages {
    display: none;
  }
}
.app-header__pages li.active a:before {
  display: block;
  width: 30px;
}
.app-header__pages li.pr {
  padding-right: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-header__pages li.pr {
    padding-right: 30px;
  }
}
@media (max-width: 1075px) {
  .app-header__pages li.pr {
    padding-right: 0;
  }
}
.app-header__toggle {
  display: none;
  position: absolute;
  top: 27px;
  right: 30px;
}
@media (max-width: 1075px) {
  .app-header__toggle {
    display: inline-block;
  }
}
.app-header__toggle a {
  display: inline-block;
  padding: 0;
}
.app-header__toggle a .icon-bar {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.app-header__toggle a .icon-bar.top-bar {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.app-header__toggle a .icon-bar.middle-bar {
  opacity: 1;
}
.app-header__toggle a .icon-bar.bottom-bar {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.app-header__toggle a span + span {
  margin-top: 4px;
}
.app-header__toggle a.collapsed .top-bar {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 10% 10%;
  -webkit-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.app-header__toggle a.collapsed .middle-bar {
  opacity: 0;
}
.app-header__toggle a.collapsed .bottom-bar {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 10% 90%;
  -webkit-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  top: -1px;
}
@media (max-width: 1075px) {
  .app-header.mobilemenu {
    position: fixed;
    background-color: #0047ba;
  }
}
@media (max-width: 1075px) {
  .app-header.mobilemenu .app-header__pages {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1075px) {
  .app-header.mobilemenu .app-header__pages li {
    display: block;
  }
}
@media (max-width: 1075px) {
  .app-header.mobilemenu .app-header__pages li a {
    display: inline-block;
    color: #ffffff;
    padding: 15px 0;
  }
}
@media (max-width: 1075px) {
  .app-header.mobilemenu .app-header__pages li .dropdown-menu {
    position: initial;
  }
}
.app-header--sticky {
  background-color: #002e74;
}
@media (max-width: 767px) {
  .app-header--sticky {
    padding: 5px 15px;
  }
}
.app-header--sticky .logo img {
  width: 100px;
}
@media (max-width: 1075px) {
  .app-header--sticky .app-header__pages a {
    padding: 15px 0 !important;
  }
}
.app-header--sticky .app-header__toggle {
  top: 22px;
}
@media (max-width: 767px) {
  .app-header--sticky .app-header__toggle {
    top: 18px;
  }
}
@media (max-width: 1075px) {
  .app-header--sticky .wg-drop.country-selector a {
    padding: 0 35px 0 15px !important;
  }
}
.app-header .wg-drop {
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1075px) {
  .app-header .wg-drop {
    margin-left: 0;
  }
}
.app-header .wg-drop:after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: 15px;
  top: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-header .wg-drop:after {
    left: -15px;
  }
}
@media (max-width: 1075px) {
  .app-header .wg-drop:after {
    display: none;
  }
}
.app-header .wg-drop ul .wg-li.zh a {
  position: relative;
  color: transparent !important;
}
.app-header .wg-drop ul .wg-li.zh a:before {
  content: "CN";
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 10px;
}
@media (max-width: 767px) {
  .app-header .wg-drop ul .wg-li.zh a:before {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .app-header .wg-drop ul .wg-li.en a {
    top: -15px;
    left: 25px;
  }
}
.app-header .wg-drop .wgcurrent a {
  font-weight: 600;
}
.app-header .wg-drop .wgcurrent.wg-li.zh a {
  position: relative;
  color: transparent !important;
}
.app-header .wg-drop .wgcurrent.wg-li.zh a:before {
  content: "CN";
  position: absolute;
  color: #ffffff;
  top: 0;
  left: 10px;
}
.app-header .wg-drop.country-selector {
  top: 10px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .app-header .wg-drop.country-selector {
    position: initial;
  }
}
.app-header .wg-drop.country-selector .wg-li {
  padding: 0;
  min-height: 44px;
}
@media (max-width: 767px) {
  .app-header .wg-drop.country-selector .wg-li {
    position: initial;
  }
}
.app-header .wg-drop.country-selector .wg-li.zh a {
  position: relative;
  color: #ffffff;
}
@media (max-width: 1075px) {
  .app-header .wg-drop.country-selector .wg-li.zh a {
    padding: 0 0 10px 0 !important;
  }
}
@media (max-width: 767px) {
  .app-header .wg-drop.country-selector .wg-li.zh a {
    width: 40px;
  }
}
@media (max-width: 767px) {
  .app-header .wg-drop.country-selector .wg-li.en {
    top: -15px;
    left: 10px;
  }
}
.app-header .wg-drop.country-selector .wg-li a {
  padding-right: 10px !important;
}
.app-header .wg-drop.country-selector a {
  color: #ffffff;
}
.app-header .wg-drop:not(.closed) ul {
  background-color: transparent !important;
}
.app-header .current-menu-item > a:before {
  width: 30px;
}
.app-header .current_page_parent > a:before {
  width: 30px;
}

.app-footer {
  position: relative;
  padding: 80px 60px;
  background-color: #00072d;
}
@media (max-width: 767px) {
  .app-footer {
    padding: 50px 15px;
  }
}
.app-footer .flex {
  width: 100%;
}
@media (max-width: 1075px) {
  .app-footer .flex {
    display: block;
  }
}
.app-footer .rights {
  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: 1075px) {
  .app-footer .rights {
    display: block;
    text-align: center;
  }
}
.app-footer .rights a i {
  font-size: 120px;
  color: #ffffff;
}
.app-footer .links {
  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: 914px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-footer .links {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .app-footer .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 40px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .app-footer .links {
    display: block;
    width: auto;
    padding-top: 60px;
    text-align: center;
  }
}
.app-footer .links__col {
  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;
}
@media (max-width: 767px) {
  .app-footer .links__col {
    display: block;
    padding-bottom: 30px;
  }
}
.app-footer .links__col h4 {
  padding-bottom: 20px;
  color: #ffffff;
}
.app-footer .links__col a {
  display: block;
  padding-bottom: 13px;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.app-footer .links__col--bold a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 22px;
}
.app-footer .links__col:first-child {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .app-footer .links__col:first-child {
    padding-left: 0;
  }
}
.app-footer .links__col:last-child {
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .app-footer .links__col:last-child {
    padding-right: 0;
  }
}
.app-footer .copyright {
  position: absolute;
  bottom: 40px;
  right: 60px;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.5;
}
.app-footer .copyright a {
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .app-footer .copyright {
    position: initial;
    text-align: center;
  }
}
.app-footer .wg-drop.country-selector {
  display: none !important;
}

/*#endregion */
/*#region Elements */
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 75px;
  font-size: 20px;
  font-weight: 500 !important;
  box-shadow: 0 14px 44px 0 rgba(0, 0, 0, 0.2);
}
.btn--white {
  background-color: #ffffff !important;
  color: #0047ba !important;
}
.btn--white:hover, .btn--white:focus {
  background-color: #0047ba !important;
  color: #ffffff !important;
}

.intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px;
  opacity: 1;
  z-index: 999999;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.intro__logo {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.intro__logo img {
  width: 20vw;
  min-width: 250px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.hero {
  position: relative;
  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;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1075px) {
  .hero {
    padding: 150px 15px;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 400px;
    padding: 200px 0 100px 0;
  }
}
.hero .container {
  position: relative;
}
.hero h1 {
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 28px;
  }
}
.hero h3 {
  max-width: 500px;
  margin: 30px auto 0 auto;
  color: #ffffff;
  line-height: 35px;
}
@media (max-width: 767px) {
  .hero h3 {
    max-width: none;
    margin: 30px 0;
    font-size: 20px;
  }
}
.hero p {
  max-width: 450px;
  margin: 20px auto;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero p {
    max-width: none;
    margin: 20px 0;
  }
}
.hero a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 35px;
  height: 35px;
  padding-top: 2px;
  font-size: 23px;
  font-weight: 100;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .hero a {
    font-size: 16px;
  }
}
.hero a i {
  font-size: 14px;
  padding-left: 3px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero a.btn {
  font-size: 20px;
}
.hero a.pass {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .hero a.pass {
    margin-bottom: 40px;
  }
}
.hero a.pass:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero a.pass:hover, .hero a.pass:focus {
  background-color: transparent;
}
.hero a.pass:hover:before, .hero a.pass:focus:before {
  background-color: #ffffff;
}
.hero a:hover, .hero a:focus {
  background-color: #ffffff;
}
.hero a:hover i, .hero a:focus i {
  color: #000000;
}
.hero .register__form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .hero .register__form {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .hero .register__form {
    display: block;
    padding-right: 0;
  }
}
.hero__logo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 90%;
  height: 90%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 3000ms;
  transition: visibility 0s linear 0s, opacity 3000ms;
}
.hero__logo img {
  width: 330px;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hero__login h1 {
  font-weight: 800;
  letter-spacing: 3px;
}
.hero__login h3 {
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
.hero__login p {
  letter-spacing: 2px;
  max-width: 650px;
}
.hero__login .flex {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .hero__login .flex {
    display: block;
    padding-top: 50px;
  }
}
.hero__login .hero__form,
.hero__login .hero__redirect {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
}
.hero__login .hero__form .btn,
.hero__login .hero__redirect .btn {
  font-size: 19px;
  width: 100%;
}
.hero__login .hero__form .pass,
.hero__login .hero__redirect .pass {
  position: relative;
  padding-top: 40px;
  font-size: 14px;
}
.hero__login .hero__form .pass:before,
.hero__login .hero__redirect .pass:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.hero__login .hero__form .pass:hover:before, .hero__login .hero__form .pass:focus:before,
.hero__login .hero__redirect .pass:hover:before,
.hero__login .hero__redirect .pass:focus:before {
  background-color: #ffffff;
}
.hero__login .hero__form {
  padding-right: 75px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .hero__login .hero__form {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .hero__login .hero__form {
    display: block;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.hero__login .hero__redirect {
  padding-left: 80px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .hero__login .hero__redirect {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .hero__login .hero__redirect {
    display: block;
    padding-left: 0;
  }
}
.hero__login a {
  height: 75px;
  width: 100%;
  border: none;
  border-radius: 0;
}
.hero__register h1 {
  font-weight: 800;
  letter-spacing: 3px;
}
.hero__register p {
  letter-spacing: 2px;
  max-width: 650px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .hero__register p {
    max-width: none;
    padding-bottom: 50px;
  }
}
.hero__box {
  position: relative;
  min-height: 375px;
}
@media (max-width: 767px) {
  .hero__box {
    min-height: 1px;
  }
}
.hero__box .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .hero__box .btn {
    position: initial;
    width: 100%;
  }
}
.hero__wrapper--blue h1 {
  color: #0047ba;
  max-width: 900px;
}
.hero__wrapper--blue p {
  color: #0047ba;
  max-width: 650px;
}
.hero--vh100 {
  height: 100vh;
  overflow: hidden;
}

.box {
  padding: 0 15px;
}
.box h2 {
  color: #0047ba;
}
.box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box .row .text-left .title {
  font-weight: 500;
  color: #0047ba;
  padding-bottom: 30px;
  padding-top: 15px;
}
@media (max-width: 1075px) {
  .box .row .text-left .title {
    padding-bottom: 0;
  }
}
@media (max-width: 1075px) {
  .box .row .text-left .title:before {
    bottom: 0;
  }
}
.box .row .text-left p {
  margin: 30px 0 30px 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box .row .text-left p {
    margin: 30px 0 30px 50px;
  }
}
@media (max-width: 1075px) {
  .box .row .text-left p {
    margin: 30px 0;
  }
}
.box .row .col-sm-6 h3,
.box .row .col-sm-6 p,
.box .row .col-sm-6 ul {
  color: #0047ba;
}
.box__wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.box__wrapper ul li h2 {
  position: relative;
}
.box__wrapper ul li h2:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 71, 186, 0.5);
}
.box__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-right: 80px;
  text-align: left;
}
.box__item h3 {
  font-weight: 500;
  color: #0047ba;
  padding: 0;
}
@media (max-width: 767px) {
  .box__item h3 {
    padding-bottom: 15px;
  }
}
.box__item h3.title:before {
  bottom: -3px;
}
@media (max-width: 767px) {
  .box__item h3.title:before {
    bottom: 15px;
  }
}
.box__item p {
  margin: 0 !important;
  max-width: none !important;
}
.box__item:nth-child(even) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-right: 0;
  padding-bottom: 100px;
}
.box__media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.box--img {
  height: 950px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box--img {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .box--img {
    height: 400px;
  }
}
.box--text {
  padding: 150px 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .box--text {
    padding: 100px 15px;
  }
}
@media (max-width: 767px) {
  .box--text {
    padding: 50px 15px;
  }
}
.box--text h1 {
  max-width: 700px !important;
  width: 100%;
  margin: 0 auto 60px auto;
  color: #0047ba;
}
.box--text p {
  max-width: 650px;
  margin: 30px auto;
  color: #0047ba;
}
.box--blue {
  background-color: #0047ba;
}
.box--blue h1,
.box--blue p {
  color: #ffffff;
}
.box.noflex .container {
  display: block;
}

.cta {
  position: relative;
  background-color: #0047ba;
}
.cta .flex {
  display: table;
  width: 100%;
}
@media (max-width: 1075px) {
  .cta .flex {
    display: block;
    text-align: center;
  }
}
.cta .flex h3 {
  color: #ffffff;
  font-weight: 500;
}
.cta .flex__item {
  display: table-cell;
}
@media (max-width: 1075px) {
  .cta .flex__item {
    display: block;
  }
}
.cta .flex__item i {
  font-size: 100px;
  color: #ffffff;
}
.cta .flex__item h3 {
  max-width: 350px;
  padding-top: 20px;
  padding-left: 100px;
  line-height: 1.4;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta .flex__item h3 {
    padding-left: 50px;
  }
}
@media (max-width: 1075px) {
  .cta .flex__item h3 {
    max-width: none;
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.cta .flex__item .md-input input,
.cta .flex__item .md-input select {
  max-width: 800px;
  width: 100%;
}
.cta .flex__item:last-child {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-left: 100px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta .flex__item:last-child {
    padding-left: 50px;
  }
}
@media (max-width: 1075px) {
  .cta .flex__item:last-child {
    padding-left: 0;
  }
}
.cta__wrapper {
  display: table;
  min-height: 250px;
  height: 100px;
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta__wrapper {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .cta__wrapper {
    max-width: 750px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta__wrapper {
    display: block;
    text-align: center;
    height: auto;
  }
}
.cta__item {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 1075px) {
  .cta__item {
    display: block;
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .cta__item {
    padding: 15px 0;
  }
}
.cta__item i {
  font-size: 90px;
  color: #ffffff;
}
.cta__item p {
  max-width: 450px;
  padding-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 1075px) {
  .cta__item p {
    max-width: none !important;
  }
}
@media (max-width: 767px) {
  .cta__item p {
    max-width: none !important;
    padding-bottom: 15px;
  }
}
.cta__item a {
  display: block;
  font-weight: 800;
  padding-bottom: 20px;
}
.cta__links p {
  padding: 0;
}
.cta--small .cta__wrapper {
  min-height: 165px;
  display: table;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cta--small .cta__wrapper {
    min-height: auto;
    padding: 50px 15px;
  }
}
.cta--small .cta__wrapper .cta__icon i {
  font-size: 57px;
  padding-right: 15px;
}
.cta--small .cta__wrapper .tc {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cta--small .cta__wrapper h3 {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 1075px) {
  .cta--small .cta__wrapper h3 {
    line-height: 1.5;
  }
}
.cta--small .cta__wrapper h3 i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 40px;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cta--small .cta__wrapper h3 i {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.cta--small .cta__wrapper h3 a {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .cta--small .cta__wrapper h3 a {
    position: initial;
    display: block;
    max-width: 150px;
    margin: 15px auto 0 auto;
  }
}
.cta--small .cta__wrapper h3 a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.cta--small .cta__wrapper h3 a.download:hover, .cta--small .cta__wrapper h3 a.download:focus {
  color: #ffffff;
}
.cta--small .cta__wrapper h3 a.download:before {
  display: none;
}
.cta--small .cta__wrapper h3 a:hover, .cta--small .cta__wrapper h3 a:focus {
  color: #ffffff;
}
.cta--small .cta__wrapper h3 span {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
}
.cta--small .cta__wrapper p {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .cta--small .cta__wrapper p {
    display: block;
  }
}
.cta--small .cta__wrapper p a {
  font-weight: 700;
  font-size: 20px;
}
.cta--small .cta__wrapper .post__date {
  padding: 0;
}
.cta__box {
  display: inline-block;
  vertical-align: top;
  padding-right: 80px;
}
@media (max-width: 1075px) {
  .cta__box {
    display: block;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.cta__box:last-child {
  padding-right: 0;
}
html:lang(zh) .cta .register__form.cta__form p {
  white-space: unset;
}
.cta .register__form.cta__form .submitting-message {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.cta .register__form.cta__form.submitting .submitting-message {
  display: block;
}
.cta .register__form.cta__form.submitting .submit {
  display: none;
}
.cta .register__form.cta__form i {
  font-size: 30px;
}
.cta .register__form.cta__form .not-valid-tip {
  display: block;
  position: relative;
  top: 10px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ff0000 !important;
}
.cta .register__form.cta__form .response-output {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.cta .register__form.cta__form .privacy-policy {
  max-width: 100%;
}
.cta--company {
  text-align: center;
}
@media (max-width: 767px) {
  .cta--news .cta__wrapper h3 a {
    margin: 0;
    max-width: none;
    line-height: 1.5;
  }
}
.cta--news .tc b {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.cta--news .tc a {
  font-size: 20px;
}
.cta__block {
  display: inline-block;
  text-align: left;
  width: 100%;
}
@media (min-width: 1200px) {
  .cta__block {
    max-width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cta__block {
    max-width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .cta__block {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .cta__block {
    display: block;
    width: 100%;
  }
}

.layers h2.blue {
  color: #0047ba;
}
.layers .layer {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .layers .layer {
    padding: 50px 0;
  }
}
.layers .layer:nth-child(odd) {
  background-color: #f6f6fa;
}
@media (max-width: 767px) {
  .layers .layer .container {
    text-align: center;
  }
}
.layers .layer .container--title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .layers .layer .container--title {
    padding-bottom: 30px;
  }
}
.layers .layer .container--title h3 {
  position: relative;
  color: #0047ba;
  font-weight: 500;
}
@media (max-width: 767px) {
  .layers .layer .container--title h3 {
    display: inline-block;
  }
}
.layers .layer .container--title h3:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 71, 186, 0.5);
}
.layers .layer .container--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.layers .layer__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .layers .layer__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .layers .layer__item {
    padding-bottom: 40px;
  }
}
.layers .layer__item h3 {
  display: inline-block;
  padding-bottom: 50px;
  font-weight: 300;
  color: #0047ba;
}
@media (max-width: 767px) {
  .layers .layer__item h3 {
    padding-bottom: 30px;
  }
}
.layers .layer__item h3.title {
  font-weight: 500;
}
.layers .layer__item h2 {
  font-weight: 700;
  padding-bottom: 50px;
  line-height: 1.5;
  color: #0047ba;
}
@media (max-width: 767px) {
  .layers .layer__item h2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
.layers .layer__item h4 {
  color: #0047ba;
}
.layers .layer__item i {
  display: inline-block;
  padding-left: 80px;
  color: #0047ba;
}
@media (max-width: 767px) {
  .layers .layer__item i {
    padding-left: 15px;
  }
}
.layers .layer__item p {
  max-width: 330px;
  padding-bottom: 40px;
  color: #0047ba;
}
@media (max-width: 767px) {
  .layers .layer__item p {
    max-width: none;
    padding-bottom: 20px;
  }
}
.layers .layer__item a {
  font-weight: 800;
  color: #0047ba;
}
.layers .layer__item a:hover, .layers .layer__item a:focus {
  color: #7abce0;
}
.layers .layer__item a.view-article {
  display: block;
  padding-top: 40px;
}
.layers .layer__item .map {
  position: relative;
  width: 600px;
  height: 550px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layers .layer__item .map {
    width: 450px;
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .layers .layer__item .map {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .layers .layer__item .map {
    max-width: 500px;
    width: 100%;
    height: 400px;
    margin: 40px auto 0 auto;
  }
}
.layers .layer__item .map:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 71, 186, 0.2);
  z-index: 9;
}
.layers .layer__item .map:hover:before, .layers .layer__item .map:focus:before {
  display: none;
}
.layers .layer__item .map iframe {
  width: 100%;
  height: 100%;
}
.layers .layer__item .address h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 40px;
  color: #0047ba;
}
.layers .layer__item .address p {
  font-size: 16px;
}
.layers .layer__item--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;
}
.layers .layer__item--image a img {
  width: 150px;
}
.layers .layer__item--image a span {
  display: block;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .layers .layer__item .post {
    padding-bottom: 30px;
  }
}
.layers .layer__item .post__date {
  display: block;
  padding-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .layers .layer__item .post .title:before {
    bottom: 15px;
  }
}
.layers .layer__item .post p {
  max-width: 450px;
}
@media (max-width: 767px) {
  .layers .layer__item .post p {
    margin: 0 auto;
  }
}
.layers .layer__item .post p.list__title {
  padding-bottom: 0;
}
.layers .layer__item .post ul {
  color: #0047ba;
  padding-left: 10px;
}
.layers .layer__item .post ul li {
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}
.layers .layer__item .post ul li:before {
  content: "-";
  position: absolute;
  left: -10px;
}
.layers .layer__item .post img {
  max-width: 100%;
  width: auto;
}
.layers .layer--mid .layer__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .layers .layer--mid .layer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.layers .layer--big .layer__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.layers .layer--big .layer__item:nth-child(even) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.layers .layer .post video {
  max-width: 550px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .layers .layer .post video {
    display: none;
  }
}
.layers .layer .post img {
  max-width: 550px;
  width: 100%;
}
@media (min-width: 768px) {
  .layers .layer .post img {
    display: none;
  }
}

.paper__row {
  padding: 50px 0;
}
.paper__row:nth-child(even) {
  background-color: #f6f6fa;
}
.paper__row .container .title {
  max-width: 350px;
  padding: 0 0 30px 30px;
  font-weight: 500;
}
@media (max-width: 1075px) {
  .paper__row .container .title {
    padding: 0 0 30px 0;
    margin: 0 auto;
    text-align: center;
  }
}
.paper__row .container .title:before {
  left: 30px;
}
.paper__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .paper__wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paper__wrapper {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .paper__wrapper {
    display: block;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .paper__wrapper {
    display: block;
    width: 100%;
  }
}
.paper__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  padding: 0 25px;
}
@media (max-width: 1075px) {
  .paper__item {
    display: block;
    padding-bottom: 50px;
    text-align: center;
  }
}
.paper__item h3,
.paper__item h2,
.paper__item i {
  color: #0047ba;
}
.paper__item h3 {
  font-size: 20px;
}
.paper__item h3.title {
  display: inline-block;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 1075px) {
  .paper__item h3.title {
    margin: 0 auto 40px auto;
  }
}
.paper__item h3.title:before {
  bottom: -5px;
}
.paper__item h2 {
  padding-bottom: 40px;
  font-weight: 700;
  line-height: 1.3;
  font-size: 30px;
}
.paper__item p {
  font-size: 16px;
  color: #0047ba;
}
.paper__item a {
  display: block;
  padding-top: 30px;
  font-weight: 800;
  color: #0047ba;
}
.paper__item a img {
  display: block;
  width: 100px;
  margin: 0 auto;
}
.paper__item a span {
  display: block;
  padding-top: 20px;
  text-align: center;
}
.paper--flex2 .paper__row {
  background-color: #f6f6fa !important;
}
.paper--flex2 .paper__wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.paper--flex2 .paper__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
@media (max-width: 1075px) {
  .paper--flex2 .paper__item {
    display: block;
  }
}
.paper--flex2 .paper__item:nth-child(2) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.maps__row {
  padding: 120px 0 45px 0;
}
@media (max-width: 767px) {
  .maps__row {
    padding: 45px 0;
  }
}
.maps__wrapper {
  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;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .maps__wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .maps__wrapper {
    max-width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .maps__wrapper {
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .maps__wrapper {
    display: block;
    width: 100%;
  }
}
.maps .row {
  padding-bottom: 15px;
}
.maps__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.maps__item br {
  display: none;
}
@media (max-width: 767px) {
  .maps__item {
    position: initial;
    text-align: center;
  }
}
.maps__item:last-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.maps__item h3 {
  font-size: 20px;
  font-weight: 500;
  color: #0047ba;
}
.maps__item h3.title {
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .maps__item h3.title {
    position: static;
    max-width: none;
  }
}
.maps__item h3.title:before {
  bottom: 60px;
}
.maps__item img {
  max-width: 600px;
  width: 100%;
}
.maps__item .map {
  height: 400px;
  max-width: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .maps__item .map {
    margin: 0 auto;
    width: 100%;
  }
}
.maps__item .map .gmnoprint {
  display: none;
}
.maps__item .map .gm-style-cc {
  display: none;
}
.maps__item .map a {
  display: block;
  height: 400px;
  width: 100%;
}
.maps__item img + .map {
  display: none;
}
.maps__item iframe {
  width: 100%;
}
.maps__address {
  height: 400px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .maps__address {
    display: block;
    height: auto;
    padding: 30px;
  }
}
.maps__address h4,
.maps__address p,
.maps__address a {
  color: #0047ba;
}
.maps__address h4 {
  font-weight: 700;
  padding-bottom: 20px;
}
.maps__address p {
  padding-bottom: 10px;
}
.maps__address a {
  font-weight: 700;
}
.maps__address a:hover, .maps__address a:focus {
  color: #7abce0;
}
.maps .wrapper {
  padding: 85px 0;
  position: relative;
}
@media (max-width: 767px) {
  .maps .wrapper {
    padding: 45px;
  }
}
.maps .wrapper span {
  position: absolute;
  top: -98px;
}

.article {
  position: relative;
  padding: 150px 0;
  background-color: #f6f6fa;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .article {
    padding: 100px 0;
  }
}
.article .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .article .container {
    display: block;
  }
}
.article__sidebar {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 15%;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  text-align: center;
}
.article__sidebar a {
  color: #848484;
}
.article__sidebar a.share {
  padding-bottom: 20px;
  line-height: 30px;
}
.article__sidebar a:hover, .article__sidebar a:focus {
  color: #0047ba;
}
.article__sidebar ul {
  display: none;
  position: absolute;
  left: -15px;
  width: 200px;
  padding: 0 15px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #0047ba;
  z-index: 99;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .article__sidebar ul {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .article__sidebar ul {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.article__sidebar ul:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0047ba;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .article__sidebar ul:before {
    left: 65px;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.article__sidebar ul li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
}
.article__sidebar ul li a {
  color: #ffffff;
  font-size: 14px;
}
.article__sidebar ul li a:hover, .article__sidebar ul li a:focus {
  color: #7abce0;
}
.article__sidebar ul li a i {
  padding-right: 10px;
}
.article__sidebar ul li button {
  font-size: 14px;
  border: none;
  color: #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.article__sidebar ul li button:hover, .article__sidebar ul li button:focus {
  color: #7abce0;
}
.article__sidebar ul li button i {
  padding-right: 10px;
}
.article__sidebar--active ul {
  display: block;
}
.article__content h3,
.article__content span,
.article__content p {
  color: #0047ba;
}
.article__content p {
  font-size: 16px;
  padding-bottom: 30px;
}
.article__content ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  color: #0047ba;
  line-height: 1.7;
}
.article__content ul li {
  padding-bottom: 30px;
}
.article__content a {
  color: #0047ba;
}
.article__content a:hover, .article__content a:focus {
  color: #7abce0;
}
@media (max-width: 767px) {
  .article__content img {
    max-width: 100% !important;
    width: auto !important;
  }
}
.article__content .comments {
  padding-top: 50px;
}
.article__content .comments h2 {
  font-size: 30px;
  padding-bottom: 15px;
  color: #0047ba;
}
.article__content .comments ul {
  padding: 0;
  list-style-type: none;
}
.article__content .comments ul li .comment-body .comment-author .avatar {
  width: 60px;
  height: 60px;
}
.article__content .comments ul li .comment-body .comment-meta {
  padding: 20px 0;
}
.article__content .comment-form-comment label {
  display: block;
}
.article__content .comment-form-comment textarea {
  width: 100%;
}
.article__date {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .article__date {
    text-align: center;
    padding-top: 20px;
  }
}
.article .title {
  position: relative;
  max-width: 1300px;
  padding: 0 0 60px 0;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .article .title {
    text-align: center;
  }
}
.article .title a {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
}
.article .title:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(0, 71, 186, 0.5);
}
.article__text {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 1075px) {
  .article__text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.article__info {
  padding: 40px 0;
}
.article__info p {
  padding-bottom: 0;
}
.article__wrapper {
  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;
}
@media (max-width: 767px) {
  .article__wrapper {
    display: block;
  }
}
.article__wrapper--media .article__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 100px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .article__wrapper--media .article__text {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .article__wrapper--media .article__text {
    padding-right: 0;
  }
}
.article__wrapper--media .article__image {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px) {
  .article__wrapper--media .article__image {
    padding-top: 50px;
    text-align: center;
  }
}
.article__wrapper--media .article__image .sticky-phantom {
  visibility: hidden;
}
.article__wrapper--media .article__image img {
  position: relative;
  max-width: 480px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article__wrapper--media .article__image img.fixed {
  position: fixed;
  top: 160px;
}
@media (max-width: 767px) {
  .article__wrapper--media .article__image img.fixed {
    position: initial !important;
  }
}
.article__wrapper--media .article__image img.absolute {
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .article__wrapper--media .article__image img.absolute {
    position: initial !important;
  }
}
.article__video {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
@media (max-width: 767px) {
  .article__video {
    height: 300px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.article__video > .sidebar-video {
  height: 250px;
  width: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.article__video > .sidebar-video.fixed {
  position: fixed;
  top: 150px;
}
.article__video > .sidebar-video.absolute {
  position: absolute;
  bottom: 0;
}
.article__video > .sidebar-video video {
  height: 100%;
  width: 100%;
}
.article__video > .sidebar-video > a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 50%;
  height: 58px;
  width: 58px;
  border: 1px solid #ffffff;
}
.article__video > .sidebar-video > a i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  height: 14px;
  border-color: transparent transparent transparent white;
  cursor: pointer;
  border-style: solid;
  border-width: 7px 0 7px 11.34px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.article__video > .sidebar-video > a:hover {
  background-color: #ffffff;
}
.article__video > .sidebar-video > a:hover i:before {
  border-color: transparent transparent transparent #000000;
}
.article__video .play {
  position: relative;
  text-align: center;
  z-index: 999;
  font-family: "Montserrat Hairline", sans-serif;
  font-size: 30px;
  color: #ffffff;
}
.article__video .play i {
  display: block;
  padding-top: 25px;
  color: #ffffff;
}
.article__video .play:hover, .article__video .play:focus {
  color: rgba(255, 255, 255, 0.8);
}
.article__video .play:hover i, .article__video .play:focus i {
  color: rgba(255, 255, 255, 0.8);
}
.article__video a {
  width: 100%;
  height: auto;
}
.article__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 71, 186, 0.65);
}
.article .arrow {
  position: fixed;
  top: 50%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #0047ba;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .article .arrow {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .article .arrow {
    display: none;
  }
}
.article .arrow:hover, .article .arrow:focus {
  background-color: rgba(0, 71, 186, 0.8);
}
.article .arrow i {
  position: absolute;
  color: #ffffff;
  font-size: 35px;
}
@media (max-width: 767px) {
  .article .arrow i {
    font-size: 30px;
  }
}
.article .arrow a {
  position: absolute;
}
.article .arrow--prev {
  left: -50px;
}
@media (min-width: 992px) {
  .article .arrow--prev i {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .article .arrow--prev i {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .article .arrow--prev i {
    padding-left: 20px;
  }
}
.article .arrow--next {
  right: -50px;
}
@media (min-width: 992px) {
  .article .arrow--next i {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .article .arrow--next i {
    font-size: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .article .arrow--next i {
    padding-right: 20px;
  }
}
.article .arrow.wp a {
  opacity: 0;
}
.article table {
  font-size: 16px;
  font-weight: 500;
  border-color: #0047ba;
  color: #0047ba;
}
.article table caption {
  padding-bottom: 20px;
}
.article table tr td {
  padding: 10px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .article table tr td {
    display: block;
  }
}

.gallery__wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .gallery__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}
@media (max-width: 767px) {
  .gallery__wrapper {
    display: block;
  }
}
.gallery__media {
  width: 300px;
  height: 370px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .gallery__media {
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
.gallery__text {
  max-width: 300px;
  padding: 30px 0 60px 0;
}
@media (max-width: 767px) {
  .gallery__text {
    margin: 0 auto;
  }
}
.gallery__text h4,
.gallery__text p,
.gallery__text a {
  padding-bottom: 30px;
  font-size: 18px;
  color: #0047ba;
}
.gallery__text h4 {
  font-weight: 700;
}
.gallery__text a {
  font-weight: 700;
}
.gallery__text a:hover, .gallery__text a:focus {
  color: #7abce0;
}

.pages {
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .pages {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pages {
    padding-bottom: 50px;
  }
}
.pages .flex {
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 1600px) {
  .pages .flex {
    max-width: 1590px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pages .flex {
    max-width: 1170px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pages .flex {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .pages .flex {
    display: block;
    padding: 0 15px;
    width: 100%;
  }
}
.pages__wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  padding-right: 100px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pages__wrapper {
    padding-right: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pages__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .pages__wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .pages__wrapper {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .pages__wrapper:nth-child(5n+0) {
    padding-right: 0;
  }
}
.pages__wrapper .title {
  font-weight: 800;
  padding-bottom: 45px;
  color: #0047ba;
}
@media (max-width: 767px) {
  .pages__wrapper .title {
    max-width: none;
  }
}
.pages__wrapper .title a {
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.75px;
  padding: 0;
}
.pages__wrapper a {
  display: block;
  padding-bottom: 20px;
  color: #0047ba;
}
.pages__wrapper a:hover, .pages__wrapper a:focus {
  color: #7abce0;
}
.pages__wrapper p {
  line-height: 1;
}

.products {
  padding: 150px 0 100px 0;
  background-color: #0047ba;
  text-align: center;
}
@media (max-width: 767px) {
  .products {
    padding: 50px 15px;
  }
}
@media (min-width: 1200px) {
  .products .container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.products h1 {
  color: #ffffff;
}
@media (max-width: 767px) {
  .products h1 {
    font-size: 35px;
  }
}
.products h2 {
  font-weight: 800;
  color: #ffffff;
}
.products p {
  color: #ffffff;
  max-width: 600px;
  margin: 70px auto;
}
.products table {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
.products table tr td {
  position: relative;
  width: 33.33%;
  padding: 25px 0;
  font-weight: 100;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .products table tr td {
    padding: 20px 5px;
  }
}
.products table tr td h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .products table tr td h2 {
    font-size: 20px;
  }
}
.products table tr td h3 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .products table tr td h3 {
    font-size: 16px;
  }
}
.products table tr td h3 strong {
  font-weight: 700;
}
.products table tr td p {
  margin: 0;
  font-size: 16px;
  font-weight: 100;
}
.products table tr td .popup {
  display: none;
  width: 315px;
  padding: 30px;
  position: absolute;
  right: 90%;
  top: 50%;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: left;
  z-index: 99;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1550px) and (max-width: 1699px) {
  .products table tr td .popup {
    right: 75%;
  }
}
@media (min-width: 1400px) and (max-width: 1549px) {
  .products table tr td .popup {
    right: 50%;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .products table tr td .popup {
    right: 50%;
    top: -50%;
    -webkit-transform: translate(50%, -60%);
        -ms-transform: translate(50%, -60%);
            transform: translate(50%, -60%);
  }
}
@media (max-width: 767px) {
  .products table tr td .popup {
    display: none;
    width: 250px;
    padding: 20px;
    right: 0;
    top: -100%;
  }
}
.products table tr td .popup h4 {
  color: #0047ba;
}
.products table tr td .popup p {
  margin: 10px 0;
  font-size: 12px;
  color: #0047ba;
  font-weight: 500;
}
.products table tr td .popup:before {
  content: "";
  position: absolute;
}
@media (min-width: 1400px) and (max-width: 1549px) {
  .products table tr td .popup:before {
    top: 50%;
    right: -10px;
    width: 0;
    height: 0;
    margin-top: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .products table tr td .popup:before {
    bottom: -10px;
    right: 50%;
    width: 0;
    height: 0;
    margin-right: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
  }
}
.products table tr td img {
  max-width: 100%;
  width: auto;
  padding: 19px;
}
@media (max-width: 767px) {
  .products table tr td img {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .products table tr td img.second {
    padding-top: 31px;
    padding-bottom: 0;
  }
}
.products table tr td:last-child {
  border-right: none;
}
.products table tr td .table {
  display: table;
  width: 100%;
}
.products table tr td .table .td-half {
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .products table tr td .table .td-half {
    width: 59%;
  }
}
@media (max-width: 767px) {
  .products table tr td .table .td-half {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
}
.products table tr td .table .td-half p b {
  font-weight: 500;
}
.products table tr td .table .td-half:first-child:before {
  content: "";
  position: absolute;
  top: -25px;
  bottom: -25px;
  right: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .products table tr td .table .td-half:first-child:before {
    display: none;
  }
}
.products table tr:last-child td {
  border-bottom: none;
  vertical-align: top;
}
.products table tr .popup-wrapper:hover .popup, .products table tr .popup-wrapper:focus .popup, .products table tr .popup-wrapper:target .popup {
  display: block;
}
.products .download {
  padding: 80px 0 0 0;
}
@media (max-width: 767px) {
  .products .download {
    padding: 40px 0;
  }
}
.products .download i,
.products .download h3,
.products .download a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #7abce0;
}
.products .download img {
  width: 60px;
  margin-right: 20px;
}
.products .download i {
  font-size: 30px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .products .download i {
    padding-right: 0;
  }
}
.products .download h3 {
  font-weight: 500;
  letter-spacing: 1px;
}
.products .download a {
  font-weight: 800;
  padding-bottom: 3px;
}

.challenges {
  padding: 250px 15px 170px 15px;
  text-align: center;
  background-color: #f2f2f2;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .challenges {
    padding: 100px 15px;
  }
}
@media (max-width: 767px) {
  .challenges {
    padding: 50px 15px;
    text-align: left;
  }
}
.challenges h2,
.challenges p {
  color: #0047ba;
}
.challenges h2 {
  line-height: 1.3;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .challenges h2 {
    font-size: 30px;
  }
}
.challenges ul {
  position: relative;
  max-width: 525px;
  width: 100%;
  padding: 100px 0;
  left: 50%;
  margin-left: -100px;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .challenges ul {
    padding: 50px 0;
    margin-left: -150px;
  }
}
@media (max-width: 767px) {
  .challenges ul {
    padding: 30px 0;
    left: 0;
    margin-left: 30px;
  }
}
.challenges ul li {
  position: relative;
  padding: 35px 0;
  font-size: 26px;
  font-weight: 500;
  color: #b3b3b3;
}
@media (max-width: 767px) {
  .challenges ul li {
    padding: 15px 0;
  }
}
.challenges ul li:hover a, .challenges ul li:focus a {
  color: #0047ba;
}
@media (max-width: 767px) {
  .challenges ul li:hover a, .challenges ul li:focus a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .challenges ul li:hover .tab, .challenges ul li:focus .tab {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .challenges ul li:hover .tab p, .challenges ul li:focus .tab p {
    color: #0047ba;
  }
}
.challenges ul li:hover:before, .challenges ul li:focus:before {
  color: #0047ba;
}
.challenges ul li a {
  font-size: 26px;
  color: #b3b3b3;
}
@media (max-width: 767px) {
  .challenges ul li a {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .challenges ul li p {
    padding-right: 20px;
  }
}
.challenges ul li:before {
  content: "";
  position: absolute;
  left: -60px;
  font-family: "icomoon";
  color: #b3b3b3;
}
@media (max-width: 767px) {
  .challenges ul li:before {
    font-size: 18px;
    top: 24px;
    left: -30px;
  }
}
.challenges ul li .tab {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.challenges ul li .tab p {
  padding-top: 15px;
  font-size: 16px;
  color: #b3b3b3;
}
.challenges ul li.active a {
  color: #0047ba;
}
.challenges ul li.active .tab {
  display: block;
  visibility: visible;
  opacity: 1;
}
.challenges ul li.active .tab p {
  color: #0047ba;
}
.challenges ul li.active:before {
  color: #0047ba;
}
.challenges ul li.blue a {
  color: #0047ba;
}
.challenges p {
  max-width: 525px;
  margin: 0 auto;
}

.animated {
  padding: 100px 0 50px 0;
  background-color: #0047ba;
}
.animated h3 {
  position: relative;
  display: inline-block;
  max-width: 420px;
  width: 100%;
  padding-right: 20px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 767px) {
  .animated h3 {
    max-width: 350px;
    padding-left: 30px;
  }
}
.animated h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #ffffff;
}
.animated h3:after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}
.animated h3 a {
  font-size: 25px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .animated .cars {
    padding-top: 50px;
  }
}
.animated .cars__box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
      -ms-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .animated .cars__box {
    max-width: 600px;
    width: 100%;
    -webkit-transform: translate(-50%, -35%);
        -ms-transform: translate(-50%, -35%);
            transform: translate(-50%, -35%);
  }
}
.animated .cars__box p {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  opacity: 0.9;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated .cars__box img {
    max-width: 700px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .animated .cars__box img {
    max-width: 600px;
    width: 100%;
  }
}
.animated .cars__box--small.active {
  opacity: 1;
  visibility: visible;
}
.animated .cars__box--big.active {
  opacity: 1;
  visibility: visible;
}
.animated__media {
  padding: 100px 0 0 0;
  text-align: right;
}
@media (max-width: 767px) {
  .animated__media {
    padding: 50px 0;
  }
}
.animated__media .car {
  position: relative;
  margin: 0 auto 300px auto;
  width: 1700px;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .animated__media .car {
    width: 800px;
    margin-bottom: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .car {
    width: 100%;
    margin-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .car {
    width: 100%;
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .animated__media .car {
    width: 100%;
    margin-bottom: 0;
  }
}
.animated__media .car img,
.animated__media .car video {
  position: relative;
}
@media (max-width: 767px) {
  .animated__media .car img,
.animated__media .car video {
    max-width: 100%;
    width: auto;
  }
}
@media (min-width: 768px) {
  .animated__media .car .static-car {
    display: none;
  }
}
.animated__media .car video {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .animated__media .car video {
    display: none;
  }
}
.animated__media .animate {
  position: absolute;
  width: 12%;
  height: 33%;
  top: 12%;
  left: -6%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 767px) {
  .animated__media .animate {
    display: none;
    top: 20%;
    left: 15%;
  }
}
.animated__media .animate .mask {
  position: absolute;
  top: 0;
  display: none;
  -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: 200px;
  width: 200px;
  margin-top: -19px;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 99;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .animated__media .animate .mask {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .mask {
    width: 150px;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .animate .mask {
    width: 100px;
    height: 100px;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask {
    width: 100px;
    height: 80px;
    top: 10%;
  }
}
.animated__media .animate .mask .tooltip {
  position: absolute;
  left: 120%;
  top: 120%;
  display: block;
  width: 150px;
  padding: 5px;
  margin-top: -25px;
  border-radius: 15px;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .animated__media .animate .mask .tooltip {
    left: 125%;
    top: 120%;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .animated__media .animate .mask .tooltip {
    left: 120%;
    top: 120%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .mask .tooltip {
    left: 125%;
    top: 120%;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .animate .mask .tooltip {
    top: 150%;
    left: 150%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask .tooltip {
    left: 70%;
    top: 125%;
  }
}
@media (max-width: 376px) {
  .animated__media .animate .mask .tooltip {
    width: 100px;
    left: 70%;
    top: 95%;
  }
}
.animated__media .animate .mask .tooltip:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -10px;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1075px) {
  .animated__media .animate .mask .tooltip:before {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask .tooltip:before {
    display: none;
  }
}
.animated__media .animate .mask .tooltip:after {
  content: "";
  position: absolute;
  left: -48px;
  top: -59px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
@media (max-width: 1075px) {
  .animated__media .animate .mask .tooltip:after {
    left: -32px;
    top: -17px;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask .tooltip:after {
    display: none;
  }
}
.animated__media .animate .mask .tooltip h5 {
  font-size: 16px;
  font-weight: 700;
}
.animated__media .animate .mask .tooltip p {
  font-size: 12px;
  font-weight: 500;
}
.animated__media .animate .mask.mask-brake {
  left: -174%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .mask.mask-brake {
    left: -80%;
    top: 15%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-brake .tooltip {
    margin-top: -5px;
  }
}
.animated__media .animate .mask.mask-motor {
  top: 50%;
  left: -225%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .mask.mask-motor {
    top: 84%;
    left: -125%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-motor {
    top: 70%;
    left: -215%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-motor .tooltip {
    margin-top: -10px;
  }
}
.animated__media .animate .mask.mask-rimb {
  top: 90%;
  left: -270%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .mask.mask-rimb {
    top: 130%;
    left: -170%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-rimb {
    top: 110%;
    left: -250%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-rimb .tooltip {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-rimf .tooltip {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .mask.mask-tire .tooltip {
    margin-top: -20px;
  }
}
.animated__media .animate .mask:hover .tooltip, .animated__media .animate .mask:focus .tooltip {
  opacity: 1;
}
.animated__media .animate .part {
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 70%;
  height: 120%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.animated__media .animate .part.tire {
  left: 10%;
  top: 22%;
}
@media (min-width: 1200) and (max-width: 1599px) {
  .animated__media .animate .part.tire {
    width: 60%;
    height: 60%;
  }
}
.animated__media .animate .part.tire.front {
  left: 5%;
}
.animated__media .animate .part.rimf {
  top: 46%;
  left: 20%;
  width: 40%;
  height: 70%;
}
@media (min-width: 1200) and (max-width: 1599px) {
  .animated__media .animate .part.rimf {
    left: 0;
    width: 55%;
    height: 55%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .part.rimf {
    left: 19%;
    top: 58%;
    width: 40%;
    height: 40%;
  }
}
.animated__media .animate .part.rimb {
  left: -180%;
  top: 13px;
  width: 87%;
  height: 87%;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .animated__media .animate .part.rimb {
    left: -168%;
    width: 70%;
    height: 66%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .part.rimb {
    left: -90%;
    width: 82%;
    height: 82%;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .animate .part.rimb {
    width: 82%;
    height: 82%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate .part.rimb {
    left: -177%;
    width: 75%;
    height: 75%;
  }
}
.animated__media .animate .part.motor {
  left: -174%;
  top: 5px;
  width: 90%;
  height: 90%;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .animated__media .animate .part.motor {
    left: -162%;
    width: 70%;
    height: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .part.motor {
    left: -84%;
  }
}
.animated__media .animate .part.brake {
  left: -174%;
  width: 90%;
  height: 90%;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .animated__media .animate .part.brake {
    left: -162%;
    width: 70%;
    height: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate .part.brake {
    left: -84%;
  }
}
.animated__media .animate.active .mask {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.animated__media .animate.active .mask.mask-tire {
  left: -100%;
  top: 120%;
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask.mask-tire {
    left: -30%;
    top: 170%;
  }
}
.animated__media .animate.active .mask.mask-rimf {
  left: -30%;
  top: 75%;
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask.mask-rimf {
    left: 5%;
    top: 95%;
  }
}
.animated__media .animate.active .part.tire {
  left: -100%;
  top: 100%;
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .animated__media .animate.active .part.tire {
    left: -100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .part.tire {
    left: -90%;
  }
  .animated__media .animate.active .part.tire.back {
    left: -100%;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .animate.active .part.tire {
    left: -85%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .part.tire {
    left: -40%;
    top: 90%;
  }
}
.animated__media .animate.active .rimf {
  left: -35%;
  top: 85%;
}
@media (min-width: 1200px) and (max-width: 1699px) {
  .animated__media .animate.active .rimf {
    left: -25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .rimf {
    left: -30%;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media .animate.active .rimf {
    left: -30%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .rimf {
    left: -20px;
    top: 95%;
  }
}
.animated__media .animate.active .rimb {
  top: 90%;
  left: -270%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .rimb {
    top: 120%;
    left: -160%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .rimb {
    top: 100%;
    left: -220%;
  }
}
.animated__media .animate.active .motor {
  top: 50%;
  left: -225%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .motor {
    top: 65%;
    left: -125%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .motor {
    top: 55%;
    left: -200%;
  }
}
.animated__media .animate.active .mask-brake:hover + .part.brake {
  left: -154%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .mask-brake:hover + .part.brake {
    left: -64%;
  }
}
.animated__media .animate.active .mask-motor:hover + .part.motor {
  left: -205%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .mask-motor:hover + .part.motor {
    left: -105%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask-motor:hover + .part.motor {
    left: -185%;
  }
}
.animated__media .animate.active .mask-rimb:hover + .part.rimb {
  left: -250%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media .animate.active .mask-rimb:hover + .part.rimb {
    left: -140%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask-rimb:hover + .part.rimb {
    left: -200%;
  }
}
.animated__media .animate.active .mask-rimf:hover + .part.rimf {
  left: 0%;
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask-rimf:hover + .part.rimf {
    left: 20%;
  }
}
.animated__media .animate.active .mask-tire:hover + .part.tire {
  left: -60%;
}
.animated__media .animate.active .mask-tire:hover + .part.tire.back {
  left: -80%;
}
@media (max-width: 767px) {
  .animated__media .animate.active .mask-tire:hover + .part.tire {
    left: -20%;
  }
}
.animated__media .animate--front {
  top: 47%;
  left: 21%;
  width: 12%;
  height: 25%;
}
@media (max-width: 767px) {
  .animated__media .animate--front {
    top: 30%;
    left: 2%;
    width: 17%;
    height: 25%;
  }
}
.animated__media .animate--front .part.tire {
  height: 100%;
}
@media (min-width: 1200) and (max-width: 1599px) {
  .animated__media .animate--front .part.tire {
    width: 60%;
    height: 60%;
  }
}
.animated__media .animate--front .part.rimf {
  width: 50%;
  height: 50%;
}
@media (min-width: 1200) and (max-width: 1599px) {
  .animated__media .animate--front .part.rimf {
    left: 0;
    width: 55%;
    height: 55%;
  }
}
@media (max-width: 767px) {
  .animated__media .animate--front .part.rimf {
    left: 22%;
    top: 48%;
    width: 44%;
    height: 44%;
  }
}
.animated__media .animate--back {
  top: 63%;
  left: 47%;
  width: 16%;
  height: 30%;
}
@media (max-width: 767px) {
  .animated__media .animate--back {
    left: 46%;
    width: 20%;
  }
}
.animated__media--flnone {
  text-align: center;
  height: auto !important;
}
.animated__media--flnone img {
  width: auto;
  max-width: 100%;
  float: none;
}
.animated__media--expo {
  position: relative;
  text-align: center;
  max-width: 1500px;
  width: 100%;
  height: 850px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .animated__media--expo {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .animated__media--expo {
    max-width: 1100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .animated__media--expo {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .animated__media--expo {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .animated__media--expo {
    height: auto;
    padding-bottom: 0;
  }
}
.animated__media--expo img {
  max-width: 100%;
  width: auto;
}
.animated__media--expo img.static-image {
  max-width: 100%;
  width: auto;
  position: initial;
}
@media (min-width: 768px) {
  .animated__media--expo img.static-image {
    display: none;
  }
}
.animated__media--expo img {
  position: absolute;
  max-width: 100%;
  width: auto;
  left: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.animated__media--expo img.part1 {
  width: 28%;
  bottom: 0;
  left: 0;
  z-index: 999999999;
}
.animated__media--expo img.part2 {
  width: 17%;
  bottom: 23%;
  left: 20%;
  z-index: 99999999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part2 {
    bottom: 20%;
    left: 22%;
  }
}
.animated__media--expo img.part3 {
  width: 7%;
  bottom: 40%;
  left: 36%;
  z-index: 9999999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part3 {
    bottom: 33%;
  }
}
.animated__media--expo img.part4 {
  width: 14%;
  bottom: 37%;
  left: 38%;
  z-index: 999999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part4 {
    bottom: 34%;
  }
}
.animated__media--expo img.part5 {
  width: 17%;
  bottom: 47%;
  left: 47%;
  z-index: 99999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part5 {
    bottom: 43%;
  }
}
.animated__media--expo img.part6 {
  width: 13%;
  bottom: 55%;
  left: 56%;
  z-index: 9999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part6 {
    bottom: 50%;
  }
}
.animated__media--expo img.part7 {
  width: 15%;
  bottom: 60%;
  left: 62%;
  z-index: 999;
}
@media (max-width: 767px) {
  .animated__media--expo img.part7 {
    bottom: 58%;
    left: 64%;
  }
}
.animated__media--expo img.part8 {
  width: 13%;
  bottom: 77%;
  left: 76%;
  z-index: 99;
}
@media (max-width: 767px) {
  .animated__media--expo img.part8 {
    bottom: 69%;
  }
}
.animated__media--expo img.part9 {
  width: 20%;
  bottom: 70%;
  left: 77%;
  z-index: 9;
}
@media (max-width: 767px) {
  .animated__media--expo img.part9 {
    bottom: 68%;
  }
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover {
    display: none;
  }
}
.animated__media--expo .part-hover .tooltip {
  display: none;
  position: absolute;
  max-width: 200px;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 999999999;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover .tooltip {
    font-size: 12px;
  }
}
.animated__media--expo .part-hover .tooltip:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: -10px;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.animated__media--expo .part-hover .tooltip:after {
  content: "";
  position: absolute;
  left: -48px;
  top: -70px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
.animated__media--expo .part-hover:hover .part1, .animated__media--expo .part-hover:focus .part1 {
  left: 5%;
}
.animated__media--expo .part-hover:hover .part2, .animated__media--expo .part-hover:focus .part2 {
  left: 30%;
}
.animated__media--expo .part-hover:hover .part3, .animated__media--expo .part-hover:focus .part3 {
  left: 41%;
}
.animated__media--expo .part-hover:hover .part4, .animated__media--expo .part-hover:focus .part4 {
  left: 46%;
}
.animated__media--expo .part-hover:hover .part5, .animated__media--expo .part-hover:focus .part5 {
  left: 54%;
}
.animated__media--expo .part-hover:hover .part6, .animated__media--expo .part-hover:focus .part6 {
  left: 66%;
}
.animated__media--expo .part-hover:hover .part7, .animated__media--expo .part-hover:focus .part7 {
  left: 70%;
}
.animated__media--expo .part-hover:hover .part8, .animated__media--expo .part-hover:focus .part8 {
  left: 81%;
}
.animated__media--expo .part-hover:hover .part9, .animated__media--expo .part-hover:focus .part9 {
  left: 90%;
}
.animated__media--expo .part-hover:hover .tooltip, .animated__media--expo .part-hover:focus .tooltip {
  display: block;
  opacity: 1;
}
.animated__media--expo .part-hover:hover .tooltip.tip1, .animated__media--expo .part-hover:focus .tooltip.tip1 {
  bottom: 6%;
  left: 34%;
}
.animated__media--expo .part-hover:hover .tooltip.tip2, .animated__media--expo .part-hover:focus .tooltip.tip2 {
  bottom: 13%;
  left: 43%;
}
.animated__media--expo .part-hover:hover .tooltip.tip3, .animated__media--expo .part-hover:focus .tooltip.tip3 {
  bottom: 30%;
  left: 49%;
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip3, .animated__media--expo .part-hover:focus .tooltip.tip3 {
    bottom: 16%;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip4, .animated__media--expo .part-hover:focus .tooltip.tip4 {
  bottom: 27%;
  left: 58%;
}
.animated__media--expo .part-hover:hover .tooltip.tip5, .animated__media--expo .part-hover:focus .tooltip.tip5 {
  bottom: 38%;
  left: 65%;
}
.animated__media--expo .part-hover:hover .tooltip.tip6, .animated__media--expo .part-hover:focus .tooltip.tip6 {
  bottom: 47%;
  left: 79%;
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip6, .animated__media--expo .part-hover:focus .tooltip.tip6 {
    bottom: 42%;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip7, .animated__media--expo .part-hover:focus .tooltip.tip7 {
  bottom: 51%;
  left: 83%;
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip7, .animated__media--expo .part-hover:focus .tooltip.tip7 {
    bottom: 49%;
  }
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip7:after, .animated__media--expo .part-hover:focus .tooltip.tip7:after {
    top: -60px;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip8, .animated__media--expo .part-hover:focus .tooltip.tip8 {
  bottom: 67%;
  left: 91%;
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip8, .animated__media--expo .part-hover:focus .tooltip.tip8 {
    bottom: 52%;
    left: 88%;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip8:after, .animated__media--expo .part-hover:focus .tooltip.tip8:after {
  top: -69px;
}
@media (min-width: 768px) and (max-width: 1699px) {
  .animated__media--expo .part-hover:hover .tooltip.tip8:after, .animated__media--expo .part-hover:focus .tooltip.tip8:after {
    top: -57px;
  }
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip8:after, .animated__media--expo .part-hover:focus .tooltip.tip8:after {
    top: -59px;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip9, .animated__media--expo .part-hover:focus .tooltip.tip9 {
  bottom: 62%;
  left: 99%;
}
@media (max-width: 1199px) {
  .animated__media--expo .part-hover:hover .tooltip.tip9, .animated__media--expo .part-hover:focus .tooltip.tip9 {
    bottom: 58%;
    left: 89%;
  }
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip9, .animated__media--expo .part-hover:focus .tooltip.tip9 {
    bottom: 56%;
    left: 83%;
  }
}
@media (max-width: 1199px) {
  .animated__media--expo .part-hover:hover .tooltip.tip9:before, .animated__media--expo .part-hover:focus .tooltip.tip9:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 70px;
  }
}
.animated__media--expo .part-hover:hover .tooltip.tip9:after, .animated__media--expo .part-hover:focus .tooltip.tip9:after {
  left: -49px;
  top: -57px;
}
@media (max-width: 1199px) {
  .animated__media--expo .part-hover:hover .tooltip.tip9:after, .animated__media--expo .part-hover:focus .tooltip.tip9:after {
    left: 102px;
    top: -68px;
  }
}
@media (max-width: 767px) {
  .animated__media--expo .part-hover:hover .tooltip.tip9:after, .animated__media--expo .part-hover:focus .tooltip.tip9:after {
    top: -70px;
  }
}
.animated__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 80px;
}
@media (max-width: 767px) {
  .animated__link {
    display: block;
    padding: 0 15px;
    text-align: center;
  }
}
.animated__link i,
.animated__link h4,
.animated__link a {
  display: inline-block;
  vertical-align: middle;
  color: #7abce0;
}
.animated__link i {
  font-size: 30px;
  padding-right: 10px;
}
.animated__link h4 {
  padding-right: 5px;
}
@media (max-width: 767px) {
  .animated__link h4 {
    padding: 10px 0;
  }
}
.animated__link a {
  position: relative;
  bottom: 2px;
  font-weight: 700;
  font-size: 20px;
}
.animated__link a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #7abce0;
}
.animated__link a:hover, .animated__link a:focus {
  color: #ffffff;
}
.animated__link a:hover:before, .animated__link a:focus:before {
  background-color: #ffffff;
}

.features .slick {
  position: relative;
}
.features .slick li {
  position: relative;
  height: 100vh;
  padding: 100px 0 100px 140px;
  overflow: hidden;
  background-color: #f6f6fa;
}
@media (max-width: 1199px) {
  .features .slick li {
    height: auto;
  }
}
@media (max-width: 767px) {
  .features .slick li {
    padding: 50px 40px;
    min-height: 800px;
  }
}
.features .slick li h2 {
  padding-bottom: 50px;
  font-size: 30px;
  font-weight: 800;
  color: #0047ba;
}
.features .slick li h3 {
  font-size: 20px;
  color: #0047ba;
}
.features .slick li h3 strong {
  position: relative;
  margin-right: 25px;
}
.features .slick li h3 strong:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 2px;
  background-color: #0047ba;
}
.features .slick li p {
  position: relative;
  max-width: 490px;
  padding: 25px 0 0 0;
  font-size: 16px;
  color: #0047ba;
  z-index: 99;
}
.features .slick li img {
  position: absolute;
  right: -4%;
  bottom: 0;
  max-width: 100%;
  width: auto;
  height: 75vh;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .features .slick li img {
    width: 75vw;
    right: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .features .slick li img {
    position: initial;
    height: auto;
  }
}
@media (max-width: 1075px) {
  .features .slick li img {
    position: initial;
    height: auto;
  }
}
@media (max-width: 767px) {
  .features .slick li img {
    padding-top: 40px;
  }
}
.features .slick .slick-arrow {
  position: absolute;
  top: 50%;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -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;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #0047ba;
  z-index: 99999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 768px) and (max-width: 1075px) {
  .features .slick .slick-arrow {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .features .slick .slick-arrow {
    width: 80px;
    height: 80px;
  }
}
.features .slick .slick-arrow i {
  color: #ffffff;
  font-size: 35px;
}
@media (max-width: 767px) {
  .features .slick .slick-arrow i {
    font-size: 20px;
  }
}
.features .slick .slick-arrow:hover, .features .slick .slick-arrow:focus {
  background-color: rgba(0, 71, 186, 0.8);
}
.features .slick .slick-arrow.slick-prev {
  left: -50px;
}
@media (max-width: 767px) {
  .features .slick .slick-arrow.slick-prev {
    left: -35px;
  }
}
@media (min-width: 992px) {
  .features .slick .slick-arrow.slick-prev i {
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .features .slick .slick-arrow.slick-prev i {
    font-size: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .features .slick .slick-arrow.slick-prev i {
    padding-left: 20px;
  }
}
.features .slick .slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 767px) {
  .features .slick .slick-arrow.slick-next {
    right: -35px;
  }
}
@media (min-width: 992px) {
  .features .slick .slick-arrow.slick-next i {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1075px) {
  .features .slick .slick-arrow.slick-next i {
    font-size: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .features .slick .slick-arrow.slick-next i {
    padding-right: 20px;
  }
}

.pagination {
  padding: 15px;
  background-color: #f6f6fa;
  text-align: center;
}
.pagination .page-numbers {
  margin: 5px;
  color: #0047ba;
}
.pagination .page-numbers:hover, .pagination .page-numbers:focus {
  color: #0866ff;
}
.pagination .page-numbers.current {
  color: #002e74;
}

.archive .hero h1 {
  color: #0047ba;
}

.privacy,
.compliance-container {
  padding: 0 100px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .privacy,
.compliance-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .privacy,
.compliance-container {
    padding: 0 15px;
  }
}
.privacy .container,
.compliance-container .container {
  max-width: 100%;
  width: 100%;
}
.privacy .hero,
.compliance-container .hero {
  text-align: left;
}
.privacy .hero h1,
.privacy .hero h2,
.privacy .hero h3,
.privacy .hero h4,
.privacy .hero h5,
.privacy .hero p,
.privacy .hero a,
.privacy .hero b,
.compliance-container .hero h1,
.compliance-container .hero h2,
.compliance-container .hero h3,
.compliance-container .hero h4,
.compliance-container .hero h5,
.compliance-container .hero p,
.compliance-container .hero a,
.compliance-container .hero b {
  color: #0047ba;
}
.privacy .hero h1,
.compliance-container .hero h1 {
  text-align: center;
  padding-bottom: 100px;
}
.privacy .hero p,
.compliance-container .hero p {
  max-width: none;
}
.privacy .hero a,
.compliance-container .hero a {
  display: inline-block;
  position: initial;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 500;
}

.old-videos .container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .old-videos .container {
    display: block;
  }
}
.old-videos__item {
  display: inline-block;
  width: 24.5%;
  box-sizing: border-box;
  padding: 15px;
  overflow: hidden;
  vertical-align: top;
}
.old-videos__item img {
  width: 100%;
  height: auto;
  border: 3px solid #0047ba;
}
.old-videos__item p {
  margin-top: 10px;
  color: #0047ba;
  font-size: 0.5em;
  text-align: center;
}
.old-videos__item p.video-title {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 992px) {
  .old-videos__item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .old-videos__item {
    display: block;
    padding: 15px 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}

.video-bg {
  position: relative;
}
.video-bg.background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.video-bg video {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.video-bg button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*#endregion */
/*#region Pages */
.home .app-header ul .dropdown--lang:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.home .app-header ul .dropdown--lang:hover:after, .home .app-header ul .dropdown--lang:focus:after {
  display: none;
}

.login .hero {
  height: auto;
  padding: 300px 15px 150px 15px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .login .hero {
    padding: 150px 15px;
  }
}
@media (max-width: 767px) {
  .login .hero {
    padding: 150px 15px 50px 15px;
  }
}
.login .hero .register__form {
  max-height: none;
}

@media (min-width: 768px) {
  .thinking .hero {
    min-height: 450px;
    padding: 200px 0 100px 0;
  }
}
.thinking .cta {
  padding: 100px;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .thinking .cta {
    padding: 100px 50px;
  }
}
@media (max-width: 767px) {
  .thinking .cta {
    padding: 50px 30px;
  }
}
.thinking .cta .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .thinking .cta .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.thinking .cta .flex__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  vertical-align: top;
}
@media (max-width: 767px) {
  .thinking .cta .flex__item {
    margin-bottom: 30px;
  }
}
.thinking .cta .flex__item h3 {
  display: inline-block;
  max-width: 300px;
  padding-left: 50px;
  line-height: 1.4;
  font-size: 20px;
  padding-top: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .thinking .cta .flex__item h3 {
    display: block;
    padding-left: 0;
  }
}
@media (max-width: 1075px) {
  .thinking .cta .flex__item h3 {
    display: block;
    max-width: none !important;
    padding: 30px 0 80px 0;
  }
}
.thinking .cta .flex__item i {
  font-size: 30px;
}
.thinking .cta .flex__item:last-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .contact .hero {
    padding: 100px 0;
  }
}
.contact .layer .layer__item {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contact .layer .layer__item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .overview .hero {
    padding: 150px 15px 50px 15px;
  }
}
.overview .hero p {
  max-width: 600px;
}
.overview .layers h2 {
  padding-top: 140px;
  font-weight: 800;
  background-color: #f6f6fa;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .overview .layers h2 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .overview .layers h2 {
    padding-top: 50px;
  }
}
.overview .layers .layer:nth-child(odd) {
  background-color: #ffffff;
}
.overview .layers .layer:nth-child(even) {
  background-color: #f6f6fa;
}
@media (max-width: 767px) {
  .overview .layers .layer .container {
    text-align: left;
  }
}
.overview .layers .layer .container .col-sm-pull-6 p {
  max-width: none;
  padding: 0;
}
.overview .layers .layer .pl50 {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .overview .layers .layer .pl50 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .overview .layers .layer .post {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 40px auto;
  }
}
.overview .layers .layer .post h3,
.overview .layers .layer .post p,
.overview .layers .layer .post ul {
  color: #0047ba;
  font-weight: 500;
}
.overview .layers .layer .post .title {
  padding-top: 0;
  padding-bottom: 50px;
}
.overview .layers .layer .post p {
  max-width: 450px;
  padding-bottom: 40px;
}
.overview .layers .layer .post p.list__title {
  padding-bottom: 0;
}
.overview .layers .layer .post ul {
  padding-left: 10px;
}
.overview .layers .layer .post ul li {
  position: relative;
  line-height: 1.4;
}
.overview .layers .layer .post ul li:before {
  content: "-";
  position: absolute;
  left: -10px;
}
.overview .layers .layer .post img {
  max-width: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  .overview .cta {
    text-align: center;
  }
}
@media (max-width: 1075px) {
  .overview .cta__wrapper {
    min-height: 1px;
    padding: 50px 0;
  }
}
.overview .cta__wrapper h3 {
  display: block !important;
  font-size: 18px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.overview .cta__wrapper h3 p {
  display: block !important;
  text-align: center !important;
}
.overview .cta__wrapper h3 i {
  padding-right: 20px;
}
.overview .cta__wrapper h3 a {
  font-size: 18px;
}
.overview .cta__wrapper h3 a.download:hover, .overview .cta__wrapper h3 a.download:focus {
  color: #ffffff;
}
.overview .cta__wrapper h3 a.download:before {
  display: none;
}
.overview .cta__wrapper p {
  display: block !important;
  text-align: center !important;
}

.testing .cta .cta__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.testing .cta .cta__wrapper h3 i {
  font-size: 60px;
}

@media (min-width: 768px) {
  .news .hero,
.blog .hero {
    padding: 100px 0;
  }
}
.news .layers .layer__item .title,
.blog .layers .layer__item .title {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
}
.news .cta__wrapper,
.blog .cta__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories {
  padding-top: 200px;
  text-align: center;
}
.categories h1 {
  color: #0047ba;
}

.post .article__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 85%;
      -ms-flex: 0 0 85%;
          flex: 0 0 85%;
}
@media (max-width: 1199px) {
  .post .cta__item {
    padding: 15px 0;
  }
}
.post .cta__item h3 {
  padding: 15px 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .post .cta__item h3 {
    padding: 0;
  }
}
.post .cta__item h3 a {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}
@media (max-width: 1499px) {
  .post .cta__item h3 a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .post .cta__item h3 a {
    max-width: none;
    white-space: initial;
    line-height: 1.7;
  }
}
.post .cta__item h3 a:before {
  display: none;
}
.post .cta__item p {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .post .cta__item p {
    max-width: none;
  }
}
.post .cta i {
  font-size: 58px;
}
@media (min-width: 1500px) {
  .post .cta .cta__wrapper {
    max-width: 1470px;
  }
}
@media (max-width: 1199px) {
  .post .cta .cta__wrapper {
    display: block;
    text-align: center;
  }
}

.archives .hero h1 {
  color: #0047ba;
}

/*#endregion */
/*#region Wordpress*/
.app-header__pages li.menu-item-has-children {
  position: relative;
}
.app-header__pages li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 0;
  background-color: #0047ba;
  overflow: hidden;
}
@media (max-width: 1075px) {
  .app-header__pages li.menu-item-has-children .sub-menu {
    display: none;
    position: initial;
    background-color: #0047ba;
  }
}
.app-header__pages li.menu-item-has-children .sub-menu li {
  padding: 5px 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-header__pages li.menu-item-has-children .sub-menu li {
    padding: 5px 20px;
  }
}
@media (max-width: 1075px) {
  .app-header__pages li.menu-item-has-children .sub-menu li {
    padding: 5px 15px;
  }
}
.app-header__pages li.menu-item-has-children .sub-menu li a {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
.app-header__pages li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 20px;
}
@media (max-width: 1075px) {
  .app-header__pages li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 5px;
  }
}
.app-header__pages li.menu-item-has-children:hover, .app-header__pages li.menu-item-has-children:focus {
  background-color: #0047ba;
}
.app-header__pages li.menu-item-has-children:hover a, .app-header__pages li.menu-item-has-children:focus a {
  color: #ffffff;
}
.app-header__pages li.menu-item-has-children:hover .sub-menu, .app-header__pages li.menu-item-has-children:focus .sub-menu {
  max-height: 800px;
  -webkit-transition: max-height 0.8s ease-in;
  transition: max-height 0.8s ease-in;
}
@media (max-width: 1075px) {
  .app-header__pages li.menu-item-has-children:hover .sub-menu, .app-header__pages li.menu-item-has-children:focus .sub-menu {
    display: block;
  }
}
.app-header .wg-drop.country-selector .wgcurrent:after {
  content: "";
  top: 15px;
  font-size: 10px;
  font-family: "icomoon";
  background-image: none;
  color: #ffffff;
}

.app-header .wg-drop.country-selector .wg-li {
  border: none;
}
.app-header .wg-drop.country-selector .wg-li a {
  font-size: 16px;
  line-height: 2.4;
  padding-right: 20px;
}
@media (max-width: 1075px) {
  .app-header .wg-drop.country-selector .wg-li a {
    padding-left: 0;
  }
}
.app-header .wg-drop.country-selector .wg-li:after {
  display: none !important;
}

.wg-drop.country-selector ul {
  border: none !important;
}

span.wpcf7-not-valid-tip {
  position: relative;
  top: 10px;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #ff0000 !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #ff0000 !important;
}

div.wpcf7-response-output {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.logged-in .layers .layer__item p {
  max-width: 450px;
}
.logged-in .layers .layer--mid .layer__item {
  padding: 90px 0;
}
@media (min-width: 768px) and (max-width: 1075px) {
  .logged-in .layers .layer--mid .layer__item {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .logged-in .layers .layer--mid .layer__item {
    padding: 30px 0;
  }
}

@media (min-width: 768px) and (max-width: 1075px) {
  .blog .layers .layer__item {
    display: block;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 767px) {
  .blog .layers .layer__item {
    display: block;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .blog .layers .layer__item:nth-child(odd) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .blog .layers .layer__item:nth-child(even) {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 5%;
  }
}
.blog .layers .layer__item:nth-child(4n+3) {
  background-color: #ffffff;
}
.blog .layers .layer__item:nth-child(4n+4) {
  background-color: #ffffff;
}
.blog .layers .layer__item .post__date,
.blog .layers .layer__item p {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1075px) {
  .blog .layers .layer__item .post__date,
.blog .layers .layer__item p {
    max-width: none;
  }
}
@media (max-width: 1075px) {
  .blog .layers .layer__item .title {
    max-width: none;
  }
}
@media (max-width: 1075px) {
  .blog .layers .layer__item p {
    max-width: none;
  }
}
.blog .layers .layer h3 {
  font-size: 20px;
  color: #0047ba;
}
.blog .layers .layer p {
  padding-bottom: 40px;
  color: #0047ba;
}
.blog .layers .layer a {
  font-weight: 800;
  color: #0047ba;
}
.blog .layers .layer .post__item {
  min-height: 500px;
  padding-top: 80px;
}
@media (max-width: 1075px) {
  .blog .layers .layer .post__item {
    min-height: 1px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
.blog .layers .layer .post__item h3,
.blog .layers .layer .post__item p,
.blog .layers .layer .post__item a {
  color: #0047ba;
}
.blog .layers .layer .post__item h3 a {
  padding: 0;
}
.blog .layers .layer .post__item a {
  display: block;
  padding-top: 40px;
}
.blog .layers .layer .post__item .title {
  max-width: none;
  padding: 30px 0;
}
.blog .layers .layer .post__item .title:before {
  bottom: 15px;
}
.blog .layers .layer .post__item:nth-child(odd) {
  padding-left: 15%;
  padding-right: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog .layers .layer .post__item:nth-child(odd) {
    padding-left: 10%;
    padding-right: 25px;
  }
}
@media (max-width: 1075px) {
  .blog .layers .layer .post__item:nth-child(odd) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog .layers .layer .post__item:nth-child(even) {
  padding-right: 15%;
  padding-left: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog .layers .layer .post__item:nth-child(even) {
    padding-right: 10%;
    padding-left: 25px;
  }
}
@media (max-width: 1075px) {
  .blog .layers .layer .post__item:nth-child(even) {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.blog .layers .layer .post__item:nth-child(4n+3) {
  background-color: #ffffff;
}
.blog .layers .layer .post__item:nth-child(4n+4) {
  background: #ffffff;
}

.news.blog .layers .layer {
  padding: 0;
}
.news.blog .container {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .blog-post .cta__wrapper {
    display: table !important;
  }
}
.blog-post .cta__item {
  text-align: center;
}
.blog-post .cta__item h3 {
  display: inline-block;
}

/*#endregion*/
/*#region Start Page*/
.home main {
  position: relative;
}
.home .app-header {
  opacity: 0;
  z-index: -99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1075px) {
  .home .app-header {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
}
@media (min-width: 1075px) {
  .home .app-header.remove-transparency {
    background-color: #0047ba;
  }
}
.home .app-header .translate-social {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
.home .app-header .translate-social:after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 10px;
  top: 5px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) and (max-width: 1285px) {
  .home .app-header .translate-social:after {
    left: -15px;
  }
}
@media (max-width: 1075px) {
  .home .app-header .translate-social:after {
    display: none;
  }
}
.home .app-header .translate-social > li {
  padding: 0px;
}
.home .app-header .translate-social > li ul {
  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;
}
@media (max-width: 1075px) {
  .home .app-header .translate-social > li ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.home .app-header .translate-social > li ul > li {
  padding: 10px;
}
@media (max-width: 1075px) {
  .home .app-header .translate-social > li ul > li {
    padding: 0px;
  }
}
.home .app-header .translate-social .social-icons {
  margin-top: 10px;
}
.home .app-header .translate-social .social-icons > li {
  height: 36px;
  width: 36px;
  font-size: 0;
  margin-right: 10px;
  padding: 0;
  position: relative;
}
.home .app-header .translate-social .social-icons > li.social-linkedin {
  background-image: url(../../assets/img/logos/linkedin.svg);
}
.home .app-header .translate-social .social-icons > li.social-twitter {
  background-image: url(../../assets/img/logos/twitter.svg);
}
.home .app-header .translate-social .social-icons > li.social-wechat {
  background-image: url(../../assets/img/logos/wechat.svg);
  cursor: pointer;
}
.home .app-header .translate-social .social-icons > li.social-wechat > div {
  height: 150px;
  width: 150px;
  background-size: 130px;
  background-color: #0047ba;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.home .app-header .translate-social .social-icons > li.social-wechat > div.active {
  display: block;
}
@media (max-width: 1075px) {
  .home .app-header .translate-social .social-icons > li.social-wechat > div {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 2px solid #000000;
  }
}
.home .app-header .translate-social .social-icons > li.social-weibo {
  background-image: url(../../assets/img/logos/weibo.svg);
}
.home .app-header .translate-social .social-icons > li > a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.home .app-header .translate-social .social-icons > li > a:before {
  display: none;
}
.home .app-header .translate-social .social-icons > li:last-of-type {
  margin-right: 0;
}
.home .hero .container {
  max-width: 100%;
  width: 100%;
}
.home .hero h1,
.home .hero h3,
.home .hero a {
  opacity: 0;
  z-index: -99;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}
@media (max-width: 1075px) {
  .home .hero h1,
.home .hero h3,
.home .hero a {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.home .hero.hero--vh100 {
  padding: 0;
}
.home .hero.hero--vh100 > .container {
  text-align: left;
}
.home .hero.hero--vh100 h1,
.home .hero.hero--vh100 h3 {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9);
  margin: 0 auto 0 60px;
}

.intro {
  padding: 100px !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.app-header {
  opacity: 1 !important;
  z-index: 999 !important;
}

.hero h1,
.hero h3,
.hero a {
  opacity: 1 !important;
  z-index: 99 !important;
}
.hero .container {
  max-width: 100% !important;
  width: 100% !important;
}

body:not(.home) .app-header {
  background-color: #ffffff;
}
body:not(.home) .app-header .logo i {
  color: #0047ba;
}
body:not(.home) .app-header ul li a {
  color: #0047ba;
}
body:not(.home) .app-header ul li a:hover:before {
  background-color: #1b41a3;
}
body:not(.home) .app-header ul li a.active:before {
  background-color: #0047ba;
}
body:not(.home) .app-header ul li.lang-item-first:after {
  background-color: #1b41a3;
}
@media (min-width: 992px) {
  body:not(.home) .app-header ul .dropdown.open {
    background-color: rgba(27, 65, 163, 0.9);
  }
}
@media (min-width: 992px) {
  body:not(.home) .app-header ul .dropdown.open a {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  body:not(.home) .app-header ul .dropdown.open .dropdown-menu {
    background-color: rgba(27, 65, 163, 0.9);
  }
}
body:not(.home) .app-header ul .dropdown.open .dropdown-menu li a {
  font-weight: 300;
}
@media (min-width: 992px) {
  body:not(.home) .app-header ul .dropdown.open .dropdown-menu li a {
    color: #ffffff;
  }
}
body:not(.home) .app-header li.menu-item-has-children .sub-menu {
  background-color: rgba(27, 65, 163, 0.9);
}
@media (max-width: 1075px) {
  body:not(.home) .app-header li.menu-item-has-children .sub-menu {
    background-color: #ffffff;
  }
}
body:not(.home) .app-header li.menu-item-has-children .sub-menu li a {
  color: #ffffff;
}
@media (max-width: 1075px) {
  body:not(.home) .app-header li.menu-item-has-children .sub-menu li a {
    color: #0047ba;
  }
}
body:not(.home) .app-header li.menu-item-has-children:hover, body:not(.home) .app-header li.menu-item-has-children:focus {
  background-color: rgba(27, 65, 163, 0.9);
}
@media (max-width: 1075px) {
  body:not(.home) .app-header li.menu-item-has-children:hover, body:not(.home) .app-header li.menu-item-has-children:focus {
    background-color: #ffffff;
  }
}
body:not(.home) .app-header li.menu-item-has-children:hover a, body:not(.home) .app-header li.menu-item-has-children:focus a {
  color: #ffffff;
}
body:not(.home) .app-header li.menu-item-has-children:hover a:before, body:not(.home) .app-header li.menu-item-has-children:focus a:before {
  background-color: #ffffff;
}
@media (max-width: 1075px) {
  body:not(.home) .app-header li.menu-item-has-children:hover a:before, body:not(.home) .app-header li.menu-item-has-children:focus a:before {
    background-color: #1b41a3;
  }
}
body:not(.home) .app-header li.menu-item-has-children:hover .sub-menu li a:before, body:not(.home) .app-header li.menu-item-has-children:focus .sub-menu li a:before {
  background-color: transparent;
  width: 0;
}
body:not(.home) .app-header li.menu-item-has-children:hover .sub-menu li a:hover:before, body:not(.home) .app-header li.menu-item-has-children:hover .sub-menu li a:focus:before, body:not(.home) .app-header li.menu-item-has-children:focus .sub-menu li a:hover:before, body:not(.home) .app-header li.menu-item-has-children:focus .sub-menu li a:focus:before {
  background-color: #ffffff;
  width: 30px;
}
body:not(.home) .app-header.mobilemenu {
  background-color: #ffffff;
}
body:not(.home) .app-header.mobilemenu .app-header__pages li a {
  color: #0047ba;
}
body:not(.home) .app-header.mobilemenu .app-header__pages li a:hover, body:not(.home) .app-header.mobilemenu .app-header__pages li a:focus {
  color: #7abce0;
}
body:not(.home) .app-header .mobilemenu-toggle .icon-bar {
  background-color: #0047ba;
}
body:not(.home) .app-header .wg-drop:after {
  background-color: rgba(0, 71, 186, 0.8);
}
body:not(.home) .app-header .wg-drop.country-selector {
  background-color: #ffffff;
}
body:not(.home) .app-header .wg-drop.country-selector .wg-li a {
  font-size: 16px;
  color: #0047ba;
}
body:not(.home) .app-header .wg-drop.country-selector .wg-li a:after {
  display: none;
}
body:not(.home) .app-header .wg-drop.country-selector .wg-li.zh a {
  color: #0047ba;
}
body:not(.home) .app-header .wg-drop.country-selector a {
  color: #0047ba;
}
body:not(.home) .app-header .wg-drop:not(.closed) ul {
  background-color: #ffffff;
}
body:not(.home) .app-header .wg-drop ul .wg-li.zh a {
  color: transparent;
}
body:not(.home) .app-header .wg-drop ul .wg-li.zh a:before {
  color: #0047ba;
}
body:not(.home) .app-header .wg-drop .wgcurrent.wg-li.zh a:before {
  color: #0047ba;
}
body:not(.home) .app-header .wg-drop.country-selector .wgcurrent:after {
  color: #000000;
}
body:not(.home) .app-header .translate-social {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
body:not(.home) .app-header .translate-social:after {
  content: "";
  position: absolute;
  left: -25px;
  bottom: 10px;
  top: 5px;
  width: 1px;
  background-color: rgba(0, 71, 186, 0.8);
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.home) .app-header .translate-social:after {
    left: -15px;
  }
}
@media (max-width: 1075px) {
  body:not(.home) .app-header .translate-social:after {
    display: none;
  }
}
body:not(.home) .app-header .translate-social > li {
  padding: 0px;
}
body:not(.home) .app-header .translate-social > li ul {
  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;
}
@media (max-width: 1075px) {
  body:not(.home) .app-header .translate-social > li ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body:not(.home) .app-header .translate-social > li ul > li {
  padding: 10px;
}
@media (max-width: 1075px) {
  body:not(.home) .app-header .translate-social > li ul > li {
    padding: 0px;
  }
}
body:not(.home) .app-header .translate-social .social-icons {
  margin-top: 10px;
}
body:not(.home) .app-header .translate-social .social-icons > li {
  height: 36px;
  width: 36px;
  font-size: 0;
  margin-right: 10px;
  padding: 0;
}
body:not(.home) .app-header .translate-social .social-icons > li.social-linkedin {
  background-image: url(../../assets/img/logos/linkedin-blue.svg);
}
body:not(.home) .app-header .translate-social .social-icons > li.social-twitter {
  background-image: url(../../assets/img/logos/twitter-blue.svg);
}
body:not(.home) .app-header .translate-social .social-icons > li.social-wechat {
  background-image: url(../../assets/img/logos/wechat-blue.svg);
}
body:not(.home) .app-header .translate-social .social-icons > li.social-wechat > div {
  height: 150px;
  width: 150px;
  background-size: 130px;
  background-color: #0047ba;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
body:not(.home) .app-header .translate-social .social-icons > li.social-wechat > div.active {
  display: block;
}
@media (max-width: 1075px) {
  body:not(.home) .app-header .translate-social .social-icons > li.social-wechat > div {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border: 2px solid #000000;
  }
}
body:not(.home) .app-header .translate-social .social-icons > li.social-weibo {
  background-image: url(../../assets/img/logos/weibo-blue.svg);
}
body:not(.home) .app-header .translate-social .social-icons > li > a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
}
body:not(.home) .app-header .translate-social .social-icons > li > a:before {
  display: none;
}
body:not(.home) .app-header .translate-social .social-icons > li:last-of-type {
  margin-right: 0;
}
body:not(.home) .hero p {
  margin: 30px auto;
}
@media (max-width: 767px) {
  body:not(.home) .hero p {
    margin: 30px 0;
  }
}
body.lading .app-header .wg-drop:not(.closed) ul {
  background-color: transparent !important;
}

.landing .app-header {
  background-color: transparent !important;
}
.landing .app-header .logo i {
  color: #ffffff !important;
}
.landing .app-header .app-header__toggle .icon-bar {
  background-color: #ffffff !important;
}
.landing .app-header ul li a {
  color: #ffffff !important;
}
.landing .app-header ul li a:before {
  background-color: #ffffff !important;
}
.landing .app-header ul li.menu-item-has-children:hover, .landing .app-header ul li.menu-item-has-children:focus {
  background-color: #0047ba !important;
}
.landing .app-header ul li.menu-item-has-children .sub-menu {
  background-color: #0047ba !important;
}
.landing .app-header .wg-drop.country-selector {
  background-color: transparent !important;
}
.landing .app-header .wg-drop:after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.landing .app-header.mobilemenu {
  background-color: #0047ba !important;
}
.landing .app-header .wgcurrent.wg-li.en a {
  color: #ffffff !important;
}
.landing .app-header .wgcurrent.wg-li.zh a:before {
  color: #ffffff;
}
.landing .app-header .wg-li.zh:before {
  color: #ffffff;
}
.landing .app-header .wg-li a:before {
  background-color: transparent !important;
}
.landing .hero .container {
  max-width: 100%;
  width: 100%;
}
.landing .hero h1,
.landing .hero h3 {
  text-shadow: 2px 2px rgba(0, 0, 0, 0.9);
}

.sitemap .hero {
  padding: 100px 0;
}

.index .wgcurrent.wg-li.zh a:before,
.landing .wgcurrent.wg-li.zh a:before {
  color: #ffffff !important;
}
.index .wg-li.zh a:before,
.landing .wg-li.zh a:before {
  color: #ffffff !important;
}

.company .hero__wrapper--blue h1 {
  max-width: 700px;
}

@media (max-width: 767px) {
  .wg-drop.country-selector ul {
    left: -9px !important;
  }
}

@media (max-width: 767px) {
  .app-header .wg-drop .wgcurrent.wg-li.zh a:before {
    left: 1px !important;
  }
}

/*#endregion*/
.app-header .wg-drop.country-selector .wg-li {
  display: inline-block !important;
  vertical-align: middle !important;
}

.app-header .wg-drop ul .wg-li.zh a:before {
  background: none;
}

.app-header .wg-drop.country-selector .wg-li.en a:before {
  background: none;
}

.app-header .wg-drop.country-selector .wg-li:before {
  background: none;
}

.wg-drop.country-selector ul,
.wg-drop.country-selector.closed ul {
  display: inline-block !important;
  vertical-align: middle !important;
  min-width: 1px !important;
  position: relative !important;
  background: transparent !important;
}

.video-link {
  margin: 20px auto 20px 60px;
}

.modal {
  background-color: black;
  z-index: 999999999999;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal .modal-dialog .modal-backdrop.in {
  filter: alpha(opacity=7);
  opacity: 1;
}
.modal .modal-dialog .modal-content {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-body {
  padding: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-header {
  text-align: right;
  z-index: 999;
  position: absolute;
  right: 3%;
  top: 3%;
}
.modal .modal-dialog .modal-header,
.modal .modal-dialog .modal-footer {
  border: 0;
}
.modal .modal-dialog .modal-header .close {
  float: none;
  margin: 0;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  outline: inherit !important;
}
.modal .modal-dialog .modal-header .archive-close {
  color: #0047ba;
}
.modal .modal-dialog video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testing-validation .tc a,
.testing-validation .tc p {
  font-size: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .hero .hero__login p {
    max-width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero.kill-flex-IE {
    display: block;
  }
  .hero.kill-flex-IE .flex {
    display: block;
  }
  .hero.kill-flex-IE .flex .hero__redirect__inline__block {
    vertical-align: top;
    display: inline-block;
    width: 49%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .hero.kill-flex-IE .flex .hero__redirect__inline__block {
    display: block;
    width: 100%;
  }
  .hero.kill-flex-IE .flex .hero__redirect__inline__block .hero__box a {
    position: static;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero.kill-flex-IE .flex .form__inline__block {
    display: inline-block;
    width: 49%;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .hero.kill-flex-IE .flex .form__inline__block {
    display: block;
    width: 100%;
  }
  .hero.kill-flex-IE .flex .form__inline__block .hero__box a {
    position: static;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero.kill-archive-flex {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wpcf7-select option {
    color: black;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .arrow i {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .arrow a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.hero-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 500px;
}
.hero-background .launch-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-template-default main[role=main] {
  margin-top: 102px;
  min-height: calc(100vh - 320px);
}

.page-template-default .post-password-protected,
.page-template-default .post-password-required {
  max-width: 1200px;
  margin: 0 auto;
}

.page-template-default .post-password-protected .wp-video {
  width: 100% !important;
  height: 0px !important;
  padding-bottom: 56.25%;
  position: relative;
}

.page-template-default .post-password-protected .wp-video .mejs-container {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

.page-template-default .sidebar[role=complementary] form.search[role=search],
.page-template-default > main[role=main] > section > h1,
.page-template-default .post-edit-link,
.page-template-default .comments {
  display: none;
}

body.index main[role=index] article > .hero.hero--vh100 > .intro-video > p, body.homepage-cn main[role=index] article > .hero.hero--vh100 > .intro-video > p {
  width: 100%;
  height: 100%;
  font-size: 0;
}
body.index main[role=index] article > .hero.hero--vh100 > .intro-video > p video, body.homepage-cn main[role=index] article > .hero.hero--vh100 > .intro-video > p video {
  height: 100%;
  width: 177.777778vh;
  min-width: 100%;
  min-height: 56.25vw;
}
body.index main[role=index] article div.ul-content section.hero, body.homepage-cn main[role=index] article div.ul-content section.hero {
  padding: 60px 0;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.hero, body.homepage-cn main[role=index] article div.ul-content section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.index main[role=index] article div.ul-content section.hero div.hero__wrapper, body.homepage-cn main[role=index] article div.ul-content section.hero div.hero__wrapper {
  max-width: 693px;
  width: 100%;
}
body.index main[role=index] article div.ul-content section.hero div.hero__wrapper > *, body.homepage-cn main[role=index] article div.ul-content section.hero div.hero__wrapper > * {
  width: 100%;
  max-width: none;
}
body.index main[role=index] article div.ul-content section.hero div.hero__wrapper h1, body.homepage-cn main[role=index] article div.ul-content section.hero div.hero__wrapper h1 {
  font-size: 36px;
  line-height: 27px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.hero div.hero__wrapper h1, body.homepage-cn main[role=index] article div.ul-content section.hero div.hero__wrapper h1 {
    line-height: 1.1em;
  }
}
body.index main[role=index] article div.ul-content section.layers, body.homepage-cn main[role=index] article div.ul-content section.layers {
  background: #f3f6fb;
}
body.index main[role=index] article div.ul-content section.layers h2, body.homepage-cn main[role=index] article div.ul-content section.layers h2 {
  padding-top: 62px;
  font-size: 36px;
  max-width: 693px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.layers h2, body.homepage-cn main[role=index] article div.ul-content section.layers h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.index main[role=index] article div.ul-content section.layers div.layer, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer {
  padding: 80px 0;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.layers div.layer, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container {
  max-width: 693px;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child {
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child {
    padding-right: 0;
  }
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child p, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6:last-child p {
  font-size: 0;
  padding: 17px 12.5px;
  background: #f3f6fb;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post h3.title, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post h3.title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75em;
  padding-bottom: 30px;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post h3.title:before, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post h3.title:before {
  bottom: 15px;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post p, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 1em;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post p.list__title, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post p.list__title {
  padding-bottom: 0;
}
body.index main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post ul li, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer div.container div.row div.col-sm-6 div.post ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
body.index main[role=index] article div.ul-content section.layers div.layer:nth-child(even) div.container div.row div.col-sm-6:last-child p, body.homepage-cn main[role=index] article div.ul-content section.layers div.layer:nth-child(even) div.container div.row div.col-sm-6:last-child p {
  background: white;
}
body.index main[role=index] article div.ul-content section.popup, body.homepage-cn main[role=index] article div.ul-content section.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 10000000000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out, left 0s ease-in-out 0.2s;
}
body.index main[role=index] article div.ul-content section.popup.visible, body.homepage-cn main[role=index] article div.ul-content section.popup.visible {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0s ease-in-out, left 0s ease-in-out;
  transition: opacity 0s ease-in-out, left 0s ease-in-out;
}
body.index main[role=index] article div.ul-content section.popup .shadow, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner {
  position: absolute;
  width: 80%;
  max-width: 600px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border: 4px solid #0047ba;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .bg-image, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .close-button, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  color: white;
  cursor: pointer;
  font-size: 0;
  line-height: 0.8em;
  display: block;
  width: 36px;
  height: 36px;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .close-button:before, body.index main[role=index] article div.ul-content section.popup .shadow .inner .close-button:after, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .close-button:before, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .close-button:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background-color: white;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .close-button:before, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .close-button:before {
  width: 100%;
  height: 2px;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .close-button:after, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .close-button:after {
  height: 100%;
  width: 2px;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .content, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content {
  position: relative;
  width: 100%;
  padding: 24px 24px;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .content h1, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content h1 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 0.3em;
  color: #0047ba;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.popup .shadow .inner .content h1, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content h1 {
    font-size: 24px;
  }
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .content img, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content img {
  display: block;
  width: 100%;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .content p, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content p {
  text-align: center;
}
body.index main[role=index] article div.ul-content section.popup .shadow .inner .content p a, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content p a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  color: #0047ba;
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.index main[role=index] article div.ul-content section.popup .shadow .inner .content p a, body.homepage-cn main[role=index] article div.ul-content section.popup .shadow .inner .content p a {
    font-size: 18px;
  }
}

.news-carousel {
  position: absolute;
  bottom: 40px;
  left: calc(100vw - 750px);
  width: 750px;
  overflow: hidden;
}
@media (max-width: 1285px) {
  .news-carousel {
    width: calc(750px * 0.7);
    left: calc(100vw - calc(750px * 0.7));
  }
}
@media (max-width: 990px) {
  .news-carousel {
    display: none;
  }
}
.news-carousel .carousel-wrapper {
  position: relative;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-carousel .tile {
  width: 605px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  border-radius: 5px;
  height: 177px;
  overflow: hidden;
}
@media (max-width: 1285px) {
  .news-carousel .tile {
    height: calc(177px * 0.7);
    width: calc(605px * 0.7);
  }
}
.news-carousel .tile img {
  height: 177px;
  width: 177px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (max-width: 1285px) {
  .news-carousel .tile img {
    height: calc(177px * 0.7);
    width: calc(177px * 0.7);
  }
}
.news-carousel .tile .text-content {
  padding: 25px;
  background-color: #ffffff;
  text-align: left;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1285px) {
  .news-carousel .tile .text-content {
    padding: 15px;
  }
}
.news-carousel .tile .text-content p {
  font-size: 16px;
  font-weight: normal;
  color: #0047ba;
  margin: 0px;
}
@media (max-width: 1285px) {
  .news-carousel .tile .text-content p {
    font-size: 13px;
  }
}
.news-carousel .tile .text-content p:first-of-type {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1285px) {
  .news-carousel .tile .text-content p:first-of-type {
    font-size: 10px;
    margin-bottom: 7px;
  }
}
.news-carousel .tile .text-content a {
  display: none;
}

.news-carousel-navigation {
  position: absolute;
  right: 10px;
}
@media (max-width: 990px) {
  .news-carousel-navigation {
    display: none;
  }
}
.news-carousel-navigation > div {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin-right: 0px;
  display: inline-block;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media (max-width: 1285px) {
  .news-carousel-navigation > div {
    height: calc(60px * 0.7);
    width: calc(60px * 0.7);
  }
}
.news-carousel-navigation > div:before {
  height: 15px;
  width: 15px;
  content: "";
  border: 2px solid transparent;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 5px);
  border-bottom-color: #0047ba;
  border-left-color: #0047ba;
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media (max-width: 1285px) {
  .news-carousel-navigation > div:before {
    height: calc(15px * 0.7);
    width: calc(15px * 0.7);
  }
}
.news-carousel-navigation > div:first-of-type {
  margin-right: 10px;
}
@media (max-width: 1285px) {
  .news-carousel-navigation > div:first-of-type {
    margin-right: 5px;
  }
}
.news-carousel-navigation > div:first-of-type:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-top-color: #0047ba;
  border-right-color: #0047ba;
  left: calc(50% - 5px);
}
.news-carousel-navigation > div.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.solutions section.hero {
  padding: 135px 0 55px;
}
@media (max-width: 767px) {
  .solutions section.hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solutions section.hero div.hero__wrapper {
  width: 100%;
  max-width: 693px;
}
.solutions section.hero div.hero__wrapper h1 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
}
.solutions section.hero div.hero__wrapper p {
  max-width: none;
  font-weight: normal;
  font-size: 18px;
}
.solutions section.solution {
  padding: 160px 0 120px;
}
@media (max-width: 767px) {
  .solutions section.solution {
    padding: 50px 0;
  }
}
.solutions section.solution.bg-colour-white {
  background-color: white;
}
.solutions section.solution.bg-colour-lightBlue {
  background-color: #f3f6fb;
}
.solutions section.solution.bg-colour-blue {
  background-color: #0047ba;
}
.solutions section.solution.bg-colour-blue * {
  color: white !important;
}
.solutions section.solution > * {
  max-width: 693px;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.solutions section.solution > h2 {
  font-size: 36px;
  font-weight: bold;
  color: #0047ba;
  text-align: center;
  width: 100%;
  margin: 0 auto 1em;
  letter-spacing: -0.04em;
}
@media (max-width: 767px) {
  .solutions section.solution > h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .solutions section.solution > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.solutions section.solution > div.text {
  margin: 28px auto;
}
@media (max-width: 767px) {
  .solutions section.solution > div.text {
    padding: 0 15px;
  }
}
.solutions section.solution > div.text > div {
  color: #0047ba;
  display: block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
.solutions section.solution > div.text > div p {
  margin-bottom: 1.5em;
}
.solutions section.solution > div.text > div p:last-child {
  margin-bottom: 0;
}
.solutions section.solution > div.text > div p a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
}
.solutions section.solution > div.text > div.left {
  font-weight: bold;
}
.solutions section.solution > div.text > div.right {
  font-weight: normal;
  margin-top: 27px;
}
.solutions section.solution > div.text > div > ul > li {
  font-size: 14px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.solutions section.solution > div.text > div > ul > li:before {
  content: "—";
  display: inline;
  margin-right: 0.5em;
}
.solutions section.solution > div.text > div > ul:last-child li:last-child {
  margin-bottom: 0;
}
.solutions section.solution > div.customers {
  margin: 28px auto 0;
}
.solutions section.solution > div.customers > h3 {
  font-size: 16px;
  line-height: 20px;
  color: #0047ba;
  font-weight: bold;
  text-align: center;
  padding: 1em 0px;
  border-bottom: 1px solid #0047ba;
  margin: 2em auto;
}
.solutions section.solution > div.customers > .customer {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 5%;
}
.solutions section.solution > div.customers > .customer.count-3 {
  width: 30%;
  margin-right: 5%;
}
.solutions section.solution > div.customers > .customer.count-2 {
  width: 47.5%;
  margin-right: 5%;
}
.solutions section.solution > div.customers > .customer.count-1 {
  width: 100%;
  margin-right: 5%;
}
.solutions section.solution > div.customers > .customer:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .solutions section.solution > div.customers > .customer.count-3, .solutions section.solution > div.customers > .customer.count-2, .solutions section.solution > div.customers > .customer.count-1 {
    width: 100%;
    margin-right: 0;
    display: block;
    padding: 0 15px;
    margin-top: 18px;
  }
}
.solutions section.solution > div.customers > .customer * {
  width: 100%;
  display: block;
  text-align: center;
  color: #0047ba;
}
.solutions section.solution > div.customers > .customer > .desc > h1, .solutions section.solution > div.customers > .customer > .desc h2, .solutions section.solution > div.customers > .customer > .desc h3, .solutions section.solution > div.customers > .customer > .desc h4, .solutions section.solution > div.customers > .customer > .desc h5, .solutions section.solution > div.customers > .customer > .desc h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 2em 0 0;
}
.solutions section.solution > div.customers > .customer > .desc p {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.solutions section.solution > div.customers > .customer > .desc p > a {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
}
.solutions section.blue-hero-view {
  max-width: 100%;
  width: 100%;
  background: #0047ba;
}
.solutions section.blue-hero-view > .inner {
  max-width: 693px;
  margin: 0 auto;
  padding: 36px 0;
  display: block;
  font-size: 0;
}
.solutions section.blue-hero-view > .inner > * {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 767px) {
  .solutions section.blue-hero-view > .inner > * {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
}
.solutions section.blue-hero-view > .inner > *.left {
  box-sizing: border-box;
  padding: 24px 48px;
}
.solutions section.blue-hero-view > .inner > *.left img {
  width: 100%;
  display: block;
}
.solutions section.blue-hero-view > .inner > *.right > h3 {
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  color: white;
  border-bottom: 1px solid white;
  padding-bottom: 0.5em;
  margin-bottom: 0.25em;
}
.solutions section.blue-hero-view > .inner > *.right p {
  font-size: 16px;
  color: white;
}
.solutions section.blue-hero-view > .inner > *.right p a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  color: white;
  margin-top: 1em;
}

body.products {
  padding: 0;
  text-align: left;
}

div.overview.products {
  padding: 0;
  text-align: left;
}
div.overview.products section.container table {
  text-align: center;
}
div.overview.products section.container table tr td p {
  font-weight: 500;
}
div.overview.products section.container table tr td p:last-child {
  font-weight: 100;
}
div.overview.products section.container table tr td .popup {
  pointer-events: none;
}
div.overview.products section.container table tr td .popup h1, div.overview.products section.container table tr td .popup h2, div.overview.products section.container table tr td .popup h3, div.overview.products section.container table tr td .popup h4, div.overview.products section.container table tr td .popup h5, div.overview.products section.container table tr td .popup h6 {
  color: #0047ba;
  font-size: 18px;
  line-height: 1em;
}
div.overview.products section.container table tr td .popup p {
  font-weight: 500;
}
div.overview.products section.container table tr td .popup p:last-child {
  font-weight: 500;
  margin-bottom: 0;
}
div.overview.products section.container table tr:first-child td:nth-child(n+1) p {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.065em;
  line-height: 1.1;
}
div.overview.products section.container + section.animated {
  margin-top: 60px;
}
div.overview.products section.container + section.hero {
  margin-top: -80px;
}
@media (max-width: 767px) {
  div.overview.products section.container + section.hero {
    margin-top: 0;
  }
}
div.overview.products section.animated {
  text-align: left;
  padding-top: 0;
}
div.overview.products section.animated h3 {
  display: block;
  max-width: none;
  text-align: center;
  border-top: 1px solid white;
  padding-top: 2em;
}
div.overview.products section.animated h3:before, div.overview.products section.animated h3:after {
  display: none;
}
div.overview.products section.animated .animated__media .car .animate .mask .tooltip h1, div.overview.products section.animated .animated__media .car .animate .mask .tooltip h2, div.overview.products section.animated .animated__media .car .animate .mask .tooltip h3, div.overview.products section.animated .animated__media .car .animate .mask .tooltip h4, div.overview.products section.animated .animated__media .car .animate .mask .tooltip h5, div.overview.products section.animated .animated__media .car .animate .mask .tooltip h6 {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
div.overview.products section.animated .animated__media .car .animate .mask .tooltip p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: white;
}
div.overview.products section.hero:nth-child(n+2) {
  padding: 160px 0;
  min-height: 0;
}
@media (max-width: 767px) {
  div.overview.products section.hero:nth-child(n+2) {
    padding: 30px 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.overview.products section.hero:nth-child(n+2).text-blocks.bg-colour-white + section.hero.text-blocks.bg-colour-white, div.overview.products section.hero:nth-child(n+2).text-blocks.bg-colour-lightBlue + section.hero.text-blocks.bg-colour-lightBlue {
  padding-top: 0;
  margin-top: -60px;
}
@media (max-width: 767px) {
  div.overview.products section.hero:nth-child(n+2).text-blocks.bg-colour-white + section.hero.text-blocks.bg-colour-white, div.overview.products section.hero:nth-child(n+2).text-blocks.bg-colour-lightBlue + section.hero.text-blocks.bg-colour-lightBlue {
    margin-top: 0;
  }
}
div.overview.products section.hero:nth-child(n+2) h1[id]:first-child {
  margin-top: -160px;
  padding-top: 160px;
}
@media (max-width: 767px) {
  div.overview.products section.hero:nth-child(n+2) h1[id]:first-child {
    margin-top: 0;
    padding-top: 60px;
  }
}
div.overview.products section.hero:nth-child(n+2) h2[id]:first-child {
  margin-top: -160px;
  padding-top: 160px;
}
@media (max-width: 767px) {
  div.overview.products section.hero:nth-child(n+2) h2[id]:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
div.overview.products section.hero + section.container {
  margin-top: -80px;
}
@media (max-width: 767px) {
  div.overview.products section.hero + section.container {
    margin-top: 0;
  }
}
div.overview.products section.hero a {
  width: auto;
  height: auto;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  padding-top: 0;
  border-radius: 0;
  border: none;
  font-weight: inherit;
  -webkit-transition: none;
  transition: none;
}
div.overview.products section.hero a:hover {
  background-color: transparent;
}
div.overview.products section.hero a[data-video] {
  text-decoration: none;
  padding: 12px;
  border-radius: 100%;
  border: 1px solid white;
}
div.overview.products section.hero a[data-video] i.icon-right {
  width: 32px;
  height: 32px;
  display: block;
  padding-left: 0;
}
div.overview.products section.hero a[data-video] i.icon-right:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  box-sizing: border-box;
  height: 14px;
  border-color: transparent transparent transparent white;
  cursor: pointer;
  border-style: solid;
  border-width: 7px 0 7px 11.34px;
}
div.overview.products section.hero a[data-video]:hover {
  background-color: white;
}
div.overview.products section.hero a[data-video]:hover i.icon-right:before {
  border-color: transparent transparent transparent black;
}
div.overview.products section.hero.hero-background.hero-bg-image-contain {
  background-size: contain;
  background-color: white;
}
div.overview.products section.text-blocks {
  width: 100%;
  min-height: 0;
  padding: 48px 0px;
  font-size: 0;
  display: block;
}
div.overview.products section.text-blocks.bg-colour-white {
  background-color: white;
}
div.overview.products section.text-blocks.bg-colour-lightBlue {
  background-color: #f3f6fb;
}
div.overview.products section.text-blocks .inner {
  max-width: 693px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  div.overview.products section.text-blocks .inner {
    max-width: 100%;
    padding: 0 15px;
  }
}
div.overview.products section.text-blocks .inner .column:first-child, div.overview.products section.text-blocks .inner .column:last-child {
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
div.overview.products section.text-blocks .inner .column:last-child {
  margin-top: 18px;
}
div.overview.products section.text-blocks .inner .column:first-child:last-child {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
div.overview.products section.text-blocks .inner .column * {
  color: #0047ba;
  max-width: none;
}
div.overview.products section.text-blocks .inner .column *:first-child {
  margin-top: 0;
}
div.overview.products section.text-blocks .inner .column *:last-child {
  margin-bottom: 0;
}
div.overview.products section.text-blocks .inner .column * li {
  font-size: 14px;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
div.overview.products section.text-blocks .inner .column * li:last-child {
  margin-bottom: 0;
}
div.overview.products section.text-blocks .inner .column * li:before {
  content: "—";
  display: inline;
  margin-right: 0.5em;
}
div.overview.products section.text-blocks .inner .column a {
  width: auto;
  height: auto;
  display: inline;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration: underline;
  padding-top: 0;
  border-radius: 0;
  border: none;
  font-weight: inherit;
  -webkit-transition: none;
  transition: none;
}
div.overview.products section.text-blocks .inner .column a:hover {
  background-color: transparent;
}
div.overview.products section.text-blocks .inner .column p img.column-1-3rd {
  width: 33.333%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
div.overview.products section.hero-video {
  min-height: 0;
  padding: 0;
  width: 100%;
}
div.overview.products section.hero-video video {
  width: 100%;
}

div.overview.industry-standard > main > article > section.hero-video {
  min-height: 0;
  padding: 0;
  width: 100%;
}
div.overview.industry-standard > main > article > section.hero-video video {
  width: 100%;
}
div.overview.industry-standard > main > article > section.text-blocks {
  width: 100%;
  min-height: 0;
  padding: 55px 0px;
  font-size: 0;
  display: block;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.text-blocks {
    padding: 48px 15px;
  }
}
div.overview.industry-standard > main > article > section.text-blocks.bg-colour-white {
  background-color: white;
}
div.overview.industry-standard > main > article > section.text-blocks.bg-colour-blue {
  background-color: #0047ba;
}
div.overview.industry-standard > main > article > section.text-blocks.bg-colour-blue * {
  color: white !important;
}
div.overview.industry-standard > main > article > section.text-blocks .inner {
  max-width: 693px;
  width: 100%;
  margin: 0 auto;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column {
  width: 100%;
  display: block;
  margin: 0 auto;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column * {
  color: #0047ba;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column *:first-child {
  margin-top: 0;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column *:last-child {
  margin-bottom: 0;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column h1, div.overview.industry-standard > main > article > section.text-blocks .inner .column h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column h2[id]:first-child {
  margin-top: -160px;
  padding-top: 160px;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.text-blocks .inner .column h2[id]:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column p {
  max-width: none;
  font-size: 18px;
  font-weight: normal;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul {
  text-align: left;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul li {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul li:last-child {
  margin-bottom: 0;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul li:before {
  content: "—";
  display: inline;
  margin-right: 0.5em;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul.two-columns {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column ul.two-columns li {
  font-size: 14px;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column a {
  width: auto;
  height: auto;
  display: inline;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  border: none;
  border-radius: 0;
  text-decoration: underline;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column a:hover {
  background: transparent;
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column img.aligncenter.size-full {
  position: relative;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.text-blocks .inner .column img.aligncenter.size-full {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column .extra-wide {
  width: 150%;
  margin-left: -25%;
}
@media (max-width: 1024px) {
  div.overview.industry-standard > main > article > section.text-blocks .inner .column .extra-wide {
    width: 100%;
    margin-left: 0;
  }
}
div.overview.industry-standard > main > article > section.text-blocks .inner .column .extra-wide img.aligncenter.size-full {
  width: 100%;
  height: auto;
}
div.overview.industry-standard > main > article > section.container {
  background-color: #0047ba;
  max-width: none;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.container {
    padding: 0 15px;
  }
}
div.overview.industry-standard > main > article > section.container table {
  width: 100%;
  max-width: 693px;
  margin: 0 auto 48px;
}
div.overview.industry-standard > main > article > section.container table tbody tr {
  border-bottom: 1px solid white;
}
div.overview.industry-standard > main > article > section.container table tbody tr td {
  height: 3em;
  color: white;
  padding-right: 24px;
  font-weight: 500;
}
div.overview.industry-standard > main > article > section.container table tbody tr td:first-child {
  font-weight: normal;
}
div.overview.industry-standard > main > article > section.container table tbody tr:hover {
  background-color: white;
}
div.overview.industry-standard > main > article > section.container table tbody tr:hover td {
  color: #0047ba;
}
div.overview.industry-standard > main > article > section.challenges {
  padding: 24px 0;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.challenges {
    padding: 24px 15px;
  }
}
div.overview.industry-standard > main > article > section.challenges ul {
  margin: 0 auto;
  left: 0;
  max-width: 693px;
  padding: 0 0 0 100px;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section.challenges ul {
    padding: 0 0 0 32px;
  }
}
div.overview.industry-standard > main > article > section.challenges ul li div p {
  margin: 0;
}
div.overview.industry-standard > main > article > section:first-child {
  padding-top: 135px;
}
@media (max-width: 767px) {
  div.overview.industry-standard > main > article > section:first-child {
    padding-top: 120px;
  }
}

.page-template-contat-template .thinking .cta .flex__item .multi-block {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .page-template-contat-template .thinking .cta .flex__item .multi-block {
    padding-left: 20px;
  }
}
.page-template-contat-template .thinking .cta .flex__item .multi-block h3 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-contat-template .thinking .cta .flex__item .multi-block img {
  display: block;
  width: 100%;
  margin: 1em auto;
}

a.launch-modal[data-target] {
  padding-top: 0;
}
a.launch-modal[data-target] i {
  line-height: 1.1em;
}

.app-header ul.app-header__pages {
  display: block;
  font-size: 0;
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages {
    display: none;
  }
}
.app-header ul.app-header__pages > li.menu-item {
  display: inline-block;
  padding: 20px 53px 20px 25px;
}
@media (max-width: 1285px) {
  .app-header ul.app-header__pages > li.menu-item {
    padding: 20px 38px 20px 8px;
  }
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages > li.menu-item {
    display: block;
    padding: 0;
  }
}
.app-header ul.app-header__pages > li.menu-item ul.sub-menu li {
  padding: 5px 25px;
}
@media (max-width: 1285px) {
  .app-header ul.app-header__pages > li.menu-item ul.sub-menu li {
    padding: 5px 8px;
  }
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages > li.menu-item ul.sub-menu li {
    padding: 5px 15px;
  }
}
.app-header ul.app-header__pages > li.menu-item ul.sub-menu li:last-child {
  padding-bottom: 20px;
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages > li.menu-item ul.sub-menu li:last-child {
    padding-bottom: 5px;
  }
}
.app-header ul.app-header__pages > li.menu-item ul.sub-menu li a {
  display: inline-block;
}
.app-header ul.app-header__pages > li.lang-item {
  display: inline-block;
  padding: 20px 25px;
}
@media (max-width: 1285px) {
  .app-header ul.app-header__pages > li.lang-item {
    padding: 5px 8px;
  }
  .app-header ul.app-header__pages > li.lang-item:after {
    left: -15px;
  }
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages > li.lang-item {
    display: block;
    padding: 0;
  }
}
.app-header ul.app-header__pages > li.lang-item:last-child {
  padding-right: 0;
}
.app-header ul.app-header__pages > li.pr {
  padding-right: 70px;
}
@media (max-width: 1285px) {
  .app-header ul.app-header__pages > li.pr {
    padding-right: 30px;
  }
}
@media (max-width: 1075px) {
  .app-header ul.app-header__pages > li.pr {
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  section.hero.fix-align-items {
    height: 0;
  }
}

.page-template-template-privacy section.hero table {
  width: 100%;
}
.page-template-template-privacy section.hero table tr {
  border-bottom: 1px solid #0047ba;
}
.page-template-template-privacy section.hero table tr td {
  color: #0047ba !important;
  font-weight: normal !important;
  vertical-align: top;
  padding: 8px;
}
.page-template-template-privacy section.hero table tr td p {
  color: #0047ba !important;
  font-weight: normal !important;
}