/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/*  Color varibles  */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
template {
  display: none; }
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none; }
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-moz-placeholder {
  color: inherit;
  opacity: 1; }
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1; }
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type=number] {
  -moz-appearance: textfield; }
input::-webkit-input-placeholder {
  opacity: 1 !important; }
input::-moz-placeholder {
  opacity: 1 !important; }
input:-ms-input-placeholder {
  opacity: 1 !important; }
input::-ms-input-placeholder {
  opacity: 1 !important; }
input::placeholder {
  opacity: 1 !important; }
select::-ms-expand {
  display: none; }
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent; }
textarea {
  border-radius: 0; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: #040e24; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
    text-decoration: none; }
a[href^="tel"] {
    text-decoration: none; }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.3em / 2);
  font-weight: 400; }
.h1,
h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1; }
.h2,
h2 {
  font-size: 48px;
  font-family: "Barlow Condensed", sans-serif;
  /*  Tablet  */ }
@media (max-width: 1023px) {
    .h2,
    h2 {
      font-size: 42px; } }
.h3,
h3 {
  font-size: 36px;
  font-family: "Barlow Condensed", sans-serif;
  /*  Tablet  */ }
@media (max-width: 1023px) {
    .h3,
    h3 {
      font-size: 30px; } }
.h4,
h4 {
  font-size: 28px;
  text-transform: uppercase;
  color: #f0c94d;
  font-family: "Barlow", sans-serif; }
.h5,
h5 {
  font-size: 21px; }
.h6,
h6 {
  font-size: 18px; }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.3em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both; }
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline {
    display: inline !important; }
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline {
    display: inline !important; }
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline {
    display: inline !important; }
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline {
    display: inline !important; }
  .visible-lg-inline-block {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  max-width: 31.5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.5%;
          flex: 0 0 31.5%;
  height: inherit;
  position: relative;
  padding-top: 104px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .article {
      max-width: 32.5%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32.5%;
              flex: 0 0 32.5%;
      padding-top: 120px; } }
@media (max-width: 1023px) {
    .article {
      max-width: 100%;
      border-radius: 0;
      padding: 43px 32px 72px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .article {
      padding: 35px  32px 26px; } }
.article * {
    position: relative; }
.article .article__background {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #e9f1fa;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    border-top-right-radius: 82px;
    border-bottom-right-radius: 91px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .article .article__background {
        border-top-right-radius: 52px;
        border-bottom-right-radius: 58px; } }
@media (max-width: 1023px) {
      .article .article__background {
        border-radius: 0; } }
.article:nth-child(odd) .article__content {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .article:nth-child(odd) .article__content {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
.article:nth-child(even) .article__content {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .article:nth-child(even) .article__content {
        padding-left: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article:nth-child(even) .article__content {
        padding-left: 0; } }
.article .article__title {
    text-align: right;
    margin-bottom: 221px;
    max-width: 320px;
    margin-left: auto;
    letter-spacing: -0.35px;
    z-index: 3;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article .article__title {
        margin-bottom: 157px; } }
@media (max-width: 1023px) {
      .article .article__title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 61px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article .article__title {
        font-size: 36px;
        text-align: left;
        padding-right: 10px;
        margin-bottom: 40px; } }
.article .article__body {
    z-index: 2;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .article .article__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article .article__body {
        display: block; } }
.article .article__content {
    max-width: 340px;
    width: 100%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article .article__content {
        max-width: 280px; } }
@media (max-width: 1023px) {
      .article .article__content {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article .article__content {
        max-width: 100%;
        padding-right: 4px; } }
.article .h3 {
    margin-bottom: 20px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article .h3 {
        margin-bottom: 14px; } }
.article p {
    line-height: 1.8; }
.article img {
    margin: 0  0 53px 25px;
    max-width: 450px;
    width: 29vw;
    height: auto;
    z-index: 2;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article img {
        width: 34.5vw;
        margin: 0  0 41px 0px; } }
@media (max-width: 1023px) {
      .article img {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 47%;
                flex: 0 0 47%;
        margin: -14px  0 0 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article img {
        max-width: 100%;
        width: 100%;
        margin: 0 auto 24px; } }
.article--middle {
    padding-top: 334px;
    max-width: 36%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36%;
            flex: 0 0 36%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article--middle {
        max-width: 34.5%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 34.5%;
                flex: 0 0 34.5%;
        padding-top: 313px; } }
@media (max-width: 1023px) {
      .article--middle {
        max-width: 100%;
        padding: 84px 30px 76px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article--middle {
        padding: 39px 30px 35px; } }
.article--middle .article__background {
    background-color: #ffa400; }
.article--middle img {
    margin: 0 0 87px 16px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article--middle img {
        margin: 0 0 110px -4px; } }
@media (max-width: 1023px) {
      .article--middle img {
        margin: -14px 0 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article--middle img {
        margin: 0 auto 31px; } }
.article--middle .article__content {
    margin: 0 auto;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article--middle .article__content {
        padding-right: 0; } }
.article--last {
    background-color: #f2cb4d;
    max-width: 32.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.5%;
            flex: 0 0 32.5%;
    padding-top: 78px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article--last {
        max-width: 33%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33%;
                flex: 0 0 33%;
        padding-top: 106px; } }
@media (max-width: 1023px) {
      .article--last {
        max-width: 100%;
        padding: 71px 32px 74px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article--last {
        padding: 40px 32px 34px; } }
.article--last .article__background {
    background-color: #f2cb4d; }
.article--last img {
    position: relative;
    margin: 0 0 84px -81px;
    width: 31vw;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .article--last img {
        width: 36vw;
        margin: 0 0 116px -55px; } }
@media (max-width: 1023px) {
      .article--last img {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .article--last img {
        width: 100%;
        margin: 0 auto 35px; } }
.article--last .article__body {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .article--last .article__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
.article--last .article__content {
    margin: 0 auto 0 2.5vw;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .article--last .article__content {
        margin: 0 auto 0 2vw;
        max-width: 300px; } }
@media (max-width: 1023px) {
      .article--last .article__content {
        margin: 0;
        max-width: 340px; } }
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles {
  margin-bottom: 109px;
  background-color: #f2cb4d;
  position: relative;
  /*  Tablet  */
  /*  Mobile  */ }
.articles:after, .articles:before {
    content: "";
    width: calc((100vw - 1150px) / 2);
    height: 100%;
    background-color: #e9f1fa;
    position: absolute;
    left: 0;
    top: 0;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .articles:after, .articles:before {
        width: 20vw; } }
.articles:after {
    background-color: #ffa400;
    left: calc((100vw - 1150px)/2 + 5px);
    width: 30vw;
    z-index: 0;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .articles:after {
        left: 50px; } }
@media (max-width: 1023px) {
    .articles {
      margin-bottom: 59px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .articles {
      margin-bottom: 0; } }
.articles .articles__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 1192px;
    height: 1192px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .articles .articles__inner {
        min-height: 1159px;
        height: 1159px; } }
@media (max-width: 1023px) {
      .articles .articles__inner {
        display: block;
        margin: 0 -32px;
        height: auto; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffa400;
  color: #fff;
  min-width: 216px;
  min-height: 57px;
  padding: 14px 15px 16px;
  border-radius: 5px;
  font-size: 21px;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  /*  Mobile  */ }
.btn:hover {
    background-color: #0f6abe; }
.btn--alt {
    padding: 14px 37px 16px; }
.btn--xs {
    min-width: 144px; }
.btn--small {
    min-width: 176px; }
.btn--xl {
    min-width: 496px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn {
      font-size: 18px;
      min-width: 185px;
      min-height: 48px;
      padding: 12px 10px 10px !important; } }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  padding-right: 19px;
  padding-left: 10px;
  position: relative;
  /*  Small Desktop  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .card {
      padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card {
      padding-bottom: 4px; } }
.card + .card {
    margin-top: 46px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card + .card {
        margin-top: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card + .card {
        margin-top: 23px; } }
.card img {
    margin-bottom: 18px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card img {
        margin-bottom: 25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card img {
        margin-bottom: 17px; } }
.card .h3 {
    color: #0f6abe;
    margin-bottom: 18px;
    letter-spacing: -0.2px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .h3 {
        margin-bottom: 6px; } }
.card p {
    line-height: 1.8; }
.card strong {
    font-weight: 600; }
.card mark {
    background-color: #f2cb4d;
    font-weight: 600; }
.card .card__content + .btn {
    margin-top: 30px;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .card .card__content + .btn {
        margin-top: 43px; } }
.card--inline {
    padding: 0 35px 71px 250px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .card--inline {
        padding: 0 16px 38px 202px; } }
@media (max-width: 1023px) {
      .card--inline {
        padding: 0 21px 64px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline {
        padding: 0 19px 36px; } }
.card--inline img {
    position: absolute;
    left: 65px;
    top: 10px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .card--inline img {
        left: 18px; } }
@media (max-width: 1023px) {
      .card--inline img {
        position: static;
        width: 36%;
        margin-left: -14px;
        margin-bottom: -15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline img {
        width: 43.7%;
        margin-bottom: -13px; } }
.card--inline .h3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--inline .h3 {
        margin-bottom: 13px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline .h3 {
        margin-bottom: 11px; } }
.card--inline-2 img {
    top: 10px;
    left: 37px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .card--inline-2 img {
        left: 16px; } }
@media (max-width: 1023px) {
      .card--inline-2 img {
        margin-left: 0; } }
.card--inline-2, .card--inline-4 {
    padding-left: 245px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .card--inline-2, .card--inline-4 {
        padding-left: 215px; } }
@media (max-width: 1023px) {
      .card--inline-2, .card--inline-4 {
        padding-left: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline-2, .card--inline-4 {
        padding: 0 22px 25px 19px; } }
.card--inline-3 {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline-3 {
        padding-bottom: 23px; } }
.card--inline-3 img {
    top: 5px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--inline-3 img {
        margin-bottom: 3px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline-3 img {
        margin-bottom: 6px; } }
.card--inline-4 img {
    top: 5px;
    left: 37px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .card--inline-4 img {
        left: 16px; } }
@media (max-width: 1023px) {
      .card--inline-4 img {
        margin-bottom: 3px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--inline-4 img {
        margin-bottom: 8px; } }
.card--flex-tablet {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--flex-tablet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--flex-tablet {
        display: block; } }
.card--flex-tablet .card__content {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--flex-tablet .card__content {
        max-width: 64%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 64%;
                flex: 0 0 64%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--flex-tablet .card__content {
        max-width: 100%; } }
.card--flex-tablet .btn {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--flex-tablet .btn {
        min-width: 216px;
        padding: 14px 10px 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--flex-tablet .btn {
        min-width: 179px; } }
.card--flex-tablet .btn--small {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--flex-tablet .btn--small {
        min-width: 136px; } }
.card--flex-tablet .card__content + .btn {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .card--flex-tablet .card__content + .btn {
        margin-top: 53px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card--flex-tablet .card__content + .btn {
        margin-top: 18px; } }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  padding: 0 0 120px;
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .cards {
      padding-bottom: 71px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards {
      padding-bottom: 40px; } }
.cards .cards__inner {
    margin: 0 -10px;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .cards .cards__inner {
        margin: 0; } }
.cards .card {
    padding-right: 0; }
.cards .grid {
    margin-bottom: 93px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .cards .grid {
        margin-bottom: 54px; } }
@media (max-width: 1023px) {
      .cards .grid {
        margin-bottom: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .grid {
        margin-bottom: 6px; } }
.cards .cards__actions {
    text-align: center; }
.cards .btn {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .btn {
        font-size: 21px;
        padding: 13px 10px 14px !important; } }
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
.field {
  min-height: 50px;
  width: 326px;
  border: none;
  border-radius: 5px;
  color: #040e24;
  padding: 9px 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .field {
      max-width: 326px;
      width: 100%; } }
.field::-webkit-input-placeholder {
    color: rgba(4, 14, 36, 0.5); }
.field::-moz-placeholder {
    color: rgba(4, 14, 36, 0.5); }
.field:-ms-input-placeholder {
    color: rgba(4, 14, 36, 0.5); }
.field::-ms-input-placeholder {
    color: rgba(4, 14, 36, 0.5); }
.field::placeholder {
    color: rgba(4, 14, 36, 0.5); }
.field:focus {
    -webkit-box-shadow: 0 0 1px 2px #f0c94d;
            box-shadow: 0 0 1px 2px #f0c94d; }
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #003678;
  position: relative;
  z-index: 2; }
.footer .footer__inner {
    padding: 148px 0 64px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .footer .footer__inner {
        display: block;
        padding: 139px 0 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__inner {
        display: block;
        padding: 27px 0; } }
.footer .footer__logo,
  .footer .footer__btn {
    position: absolute;
    left: 3px;
    top: 57px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .footer .footer__logo,
      .footer .footer__btn {
        top: 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo,
      .footer .footer__btn {
        position: static; } }
.footer .footer__logo {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__logo {
        width: 113px;
        height: auto;
        margin-bottom: 25px; } }
.footer .footer__btn {
    left: auto;
    right: 0;
    top: 48px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .footer .footer__btn {
        top: 38px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer .footer__btn {
        font-size: 18px;
        max-width: 184px;
        width: 100%;
        min-height: 48px;
        padding: 12px 15px 13px;
        margin-bottom: 34px;
        position: static;
        display: block; } }
.footer .h4 {
    margin-bottom: 19px;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .footer .h4 {
        margin-bottom: 11px; } }
.footer p {
    font-size: 16px;
    margin-bottom: 13px;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: right;
    color: #c5daf0;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .footer p {
        text-align: left;
        max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .footer p {
        max-width: 175px;
        line-height: 1.4; } }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .form {
      margin-bottom: 31px;
      max-width: 100%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .form {
      margin-bottom: 47px; } }
.form .form__field,
  .form .form__actions {
    display: inline-block;
    vertical-align: bottom;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__field,
      .form .form__actions {
        width: 100%; } }
.form .form__controls {
    padding: 14px 15px 0 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .form .form__controls {
        width: 100%;
        padding: 14px 0; } }
.form .form__btn {
    border: none;
    min-height: 50px;
    min-width: 112px;
    padding: 14px;
    font-size: 18px; }
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -24px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
  /*  Grid col 1of2  */ }
@media (max-width: 1199px) {
    .grid {
      margin: -17px; } }
@media (max-width: 1023px) {
    .grid {
      margin: -16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .grid {
      display: block; } }
.grid .grid__col {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.grid .grid__col--1of2 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of2 {
        max-width: 100%; } }
.grid .grid__col--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 24px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .grid .grid__col--1of3 {
        padding: 17px; } }
@media (max-width: 1023px) {
      .grid .grid__col--1of3 {
        padding: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of3 {
        max-width: 100%; } }
.grid .grid__col--1of2-tablet {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .grid .grid__col--1of2-tablet {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .grid .grid__col--1of2-tablet {
        max-width: 100%; } }
.grid .grid__col--1of1-tablet {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .grid .grid__col--1of1-tablet {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: #003678;
  padding: 49px 0 44px;
  position: relative;
  z-index: 2;
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .header {
      padding: 44px 0 37px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .header {
      padding: 38px 0 27px; } }
.header .header__inner {
    position: relative;
    text-align: center;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .header .header__inner {
        text-align: right; } }
.header .header__btn,
  .header .header__logo {
    position: absolute;
    top: 27%;
    left: 3px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header .header__btn,
      .header .header__logo {
        top: 16%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__btn,
      .header .header__logo {
        left: 0;
        -webkit-transform: translate(0, -45%);
            -ms-transform: translate(0, -45%);
                transform: translate(0, -45%); } }
.header .header__btn {
    left: auto;
    right: 0;
    top: 45%;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .header .header__btn {
        font-size: 18px;
        min-width: 185px;
        min-height: 48px;
        padding: 12px 10px 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__btn {
        position: static;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
        min-width: 168px; } }
.header .header__nav {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header .header__nav {
        background-color: #003678;
        width: 100vw;
        position: absolute;
        left: -24px;
        top: 44px;
        padding: 0 24px 40px;
        -webkit-transform: translateY(-200%);
            -ms-transform: translateY(-200%);
                transform: translateY(-200%);
        -webkit-transition: -webkit-transform 0.4s;
        transition: -webkit-transform 0.4s;
        -o-transition: transform 0.4s;
        transition: transform 0.4s;
        transition: transform 0.4s, -webkit-transform 0.4s;
        -webkit-box-shadow: 0 30px 100px -15px rgba(4, 14, 36, 0.32);
                box-shadow: 0 30px 100px -15px rgba(4, 14, 36, 0.32); } }
/* ------------------------------------------------------------ *\
	is-open
\* ------------------------------------------------------------ */
.header.is-open .header__nav {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }
.header.is-open .nav-btn {
  height: 14px; }
.header.is-open .nav-btn span {
    border-radius: 2px;
    background-color: #fff; }
.header.is-open .nav-btn span:first-child {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: -4px; }
.header.is-open .nav-btn span:nth-child(2) {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    margin-bottom: -6px;
    opacity: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .header.is-open .nav-btn span:nth-child(2) {
        margin-bottom: -4px; } }
.header.is-open .nav-btn span:last-child {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 115px 0 280px;
  position: relative;
  min-height: 760px;
  /*  Large Desktop  */
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (min-width: 1499.02px) {
    .hero {
      padding-bottom: 13vw; } }
@media (max-width: 1199px) {
    .hero {
      padding: 93px 0;
      min-height: 530px; } }
@media (max-width: 1023px) {
    .hero {
      padding: 60px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero {
      background: #c5daf0;
      padding: 24px 0 0; } }
.hero .hero__image {
    position: absolute;
    top: -119px;
    right: 0;
    width: 59.5vw;
    height: auto;
    max-width: 857px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero .hero__image {
        top: -54px;
        width: calc(50% + 17px); } }
@media (max-width: 1023px) {
      .hero .hero__image {
        height: 100%;
        width: auto;
        left: 48%;
        top: -87px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image {
        display: none; } }
.hero .hero__image + .hero__image {
    top: 24px;
    width: calc(59.8vw - 107px);
    right: 3.9%;
    max-width: 756px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero .hero__image + .hero__image {
        top: 32px;
        max-width: calc(59vw - 134px);
        right: 3%; } }
@media (max-width: 1023px) {
      .hero .hero__image + .hero__image {
        height: 104%;
        max-width: 61vw;
        width: auto;
        left: 51.6%;
        top: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__image + .hero__image {
        display: block;
        position: static;
        max-width: 85% !important;
        width: 100% !important;
        height: auto;
        margin: 0 auto 24px; } }
.hero .hero__inner {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__inner {
        background-color: #fff; } }
.hero .hero__content {
    max-width: 395px;
    width: 100%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero .hero__content {
        max-width: 50%;
        padding-right: 10px; } }
@media (max-width: 1023px) {
      .hero .hero__content {
        padding-right: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content {
        max-width: 100% !important;
        padding-top: 24px;
        padding-right: 0; } }
.hero h1 {
    color: #0f6abe;
    margin-bottom: 26px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero h1 {
        font-size: 48px;
        line-height: 1.12;
        margin-bottom: 50px; } }
@media (max-width: 1023px) {
      .hero h1 {
        font-size: 42px;
        line-height: 1.15;
        margin-bottom: 26px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero h1 {
        font-size: 36px;
        line-height: 1.12;
        margin-bottom: 15px; } }
.hero .hero__subtitle {
    color: #0f6abe;
    font-family: "Barlow", sans-serif;
    font-size: 42px;
    margin-bottom: 49px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero .hero__subtitle {
        font-size: 36px;
        line-height: 1.35;
        margin-bottom: 42px; } }
@media (max-width: 1023px) {
      .hero .hero__subtitle {
        font-size: 30px;
        margin-bottom: 23px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__subtitle {
        font-size: 24px; } }
.hero p {
    padding-right: 0px;
    line-height: 1.8; }
/* ------------------------------------------------------------ *\
	Hero--product
\* ------------------------------------------------------------ */
.hero.hero--product {
  padding-bottom: 12vw;
  /*  Large Desktop  */
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (min-width: 1499.02px) {
    .hero.hero--product {
      padding-bottom: 9.1vw; } }
@media (max-width: 1199px) {
    .hero.hero--product {
      padding-bottom: 10.9vw; } }
@media (max-width: 1023px) {
    .hero.hero--product {
      padding-bottom: 8.6vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero.hero--product {
      padding-bottom: 0; } }
.hero.hero--product h1 {
    margin-bottom: 17px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero.hero--product h1 {
        margin-bottom: 13px; } }
@media (max-width: 1023px) {
      .hero.hero--product h1 {
        margin-bottom: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero.hero--product h1 {
        margin-bottom: 15px; } }
.hero.hero--product .hero__content {
    max-width: 485px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .hero.hero--product .hero__content {
        max-width: 475px; } }
@media (max-width: 1023px) {
      .hero.hero--product .hero__content {
        max-width: 51.6%; } }
.hero.hero--product .hero__image {
    width: 60.6vw;
    top: -122px;
    max-width: 875px;
    height: auto;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .hero.hero--product .hero__image {
        width: 60vw;
        top: -75px;
        right: -10px; } }
@media (max-width: 1023px) {
      .hero.hero--product .hero__image {
        left: 44%;
        width: 67vw;
        top: -21px; } }
.hero.hero--product .hero__image + .hero__image {
    top: 37px;
    width: calc(61.5vw - 107px);
    right: -1.4%;
    max-width: 782px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero.hero--product .hero__image + .hero__image {
        width: calc(62.6vw - 107px);
        right: -1.3%;
        top: 50px; } }
@media (max-width: 1023px) {
      .hero.hero--product .hero__image + .hero__image {
        left: 52.5%;
        width: calc(76.6vw - 107px);
        top: 55px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero.hero--product .hero__image + .hero__image {
        margin-bottom: 33px; } }
/* ------------------------------------------------------------ *\
	Hero Academy
\* ------------------------------------------------------------ */
.hero--academy {
  padding-bottom: 180px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .hero--academy {
      padding-bottom: 87px; } }
@media (max-width: 1023px) {
    .hero--academy {
      padding-bottom: 46px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .hero--academy {
      padding: 32px 0 0; } }
.hero--academy .hero__content {
    max-width: 425px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .hero--academy .hero__content {
        max-width: 410px; } }
@media (max-width: 1023px) {
      .hero--academy .hero__content {
        max-width: 50%; } }
.hero--academy h1 {
    margin-bottom: 12px;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .hero--academy h1 {
        margin-bottom: 9px; } }
.hero--academy .hero__subtitle {
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero--academy .hero__subtitle {
        margin-bottom: 35px; } }
@media (max-width: 1023px) {
      .hero--academy .hero__subtitle {
        margin-bottom: 41px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--academy .hero__subtitle {
        margin-bottom: 21px; } }
.hero--academy p {
    margin-bottom: 30px; }
.hero--academy .hero__image {
    top: -128px;
    right: -5px;
    width: 56.7vw;
    max-width: 815px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .hero--academy .hero__image {
        top: -82px;
        right: -20px;
        width: 56.2vw; } }
@media (max-width: 1023px) {
      .hero--academy .hero__image {
        width: 63vw;
        top: -117px; } }
.hero--academy .hero__image + .hero__image {
    top: 81px;
    width: calc(53vw - 107px);
    right: 4.8%;
    max-width: 656px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .hero--academy .hero__image + .hero__image {
        top: 72px;
        width: calc(54vw - 107px);
        right: 5%; } }
@media (max-width: 1023px) {
      .hero--academy .hero__image + .hero__image {
        top: -103px;
        width: calc(65vw - 107px);
        right: 0;
        left: 54.6%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero--academy .hero__image + .hero__image {
        max-width: 100% !important;
        margin: 0 -25px 33px 25px; } }
/* ------------------------------------------------------------ *\
	List palette
\* ------------------------------------------------------------ */
.list-palette {
  list-style-type: none; }
.list-palette li {
    width: 24px;
    height: 24px;
    display: inline-block; }
.list-palette li + li {
    margin-left: 4px; }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.logo:hover {
    opacity: 0.85; }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav ul {
  margin-left: -57px;
  text-align: center;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .nav ul {
      margin-left: -48px; } }
@media (max-width: 1023px) {
    .nav ul {
      margin-left: -29px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav ul {
      margin-left: 0;
      border-top: 2px solid #abbdd3;
      padding: 20px 0 16px; } }
.nav li {
  display: inline-block;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav li {
      display: block;
      text-align: right;
      margin-bottom: 7px; } }
.nav li + li {
  margin-left: 32px;
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .nav li + li {
      margin-left: 27px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav li + li {
      margin-left: 0; } }
.nav a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  /*  Tablet  */ }
@media (max-width: 1023px) {
    .nav a {
      font-size: 18px; } }
.nav a:hover {
  color: #f0c94d; }
/* ------------------------------------------------------------ *\
	Nav Button
\* ------------------------------------------------------------ */
.nav-btn {
  display: none;
  width: 16px;
  height: 16px;
  position: relative;
  z-index: 2;
  /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .nav-btn {
      display: inline-block; } }
.nav-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    margin-bottom: 2px;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
hea
.nav-btn span:last-child {
      margin-bottom: 0; }
/* ------------------------------------------------------------ *\
	Overlay
\* ------------------------------------------------------------ */
.overlay {
  background-color: #c5daf0;
  padding: 40px 56px 48px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 100vh;
  width: 57.6vw;
  color: #003778;
  -webkit-box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0);
          box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0);
  visibility: visible;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  overflow-y: auto;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .overlay {
      width: 80.7vw;
      padding-right: 60px; } }
@media (max-width: 1023px) {
    .overlay {
      width: 88.8vw; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .overlay {
      width: 100vw;
      padding: 40px 24px 27px; } }
.overlay .overlay__content {
    position: relative;
    padding: 85px 0;
    height: 100%;
    overflow-y: auto;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .overlay .overlay__content {
        padding-top: 65px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__content {
        padding-top: 58px; } }
.overlay .overlay__image {
    text-align: center;
    margin: 0 auto 62px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .overlay .overlay__image {
        margin: 0px auto 43px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__image {
        margin-bottom: 35px; } }
.overlay .overlay__image img {
    margin-left: 15px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .overlay .overlay__image img {
        margin-left: 25px; } }
@media (max-width: 1023px) {
      .overlay .overlay__image img {
        margin: 0; } }
.overlay .overlay__logo {
    position: absolute;
    top: 0;
    left: 0; }
.overlay .overlay__logo img {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__logo img {
        width: 120px;
        height: auto; } }
.overlay h1 {
    margin-bottom: 11px;
    font-size: 48px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay h1 {
        font-size: 24px; } }
.overlay .overlay__subtitle {
    font-size: 42px;
    line-height: 1.35;
    font-weight: 400;
    margin-bottom: 35px;
    /*  Mobile  */
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__subtitle {
        font-size: 24px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__subtitle {
        margin-bottom: 30px; } }
.overlay p {
    color: #040e24;
    padding-right: 40px;
    line-height: 1.8;
    letter-spacing: -0.23px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .overlay p {
        padding-right: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay p {
        display: none; } }
.overlay .overlay__actions {
    padding-right: 17.2%;
    text-align: right;
    padding-top: 20.3vh;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .overlay .overlay__actions {
        padding-right: 16.8%;
        padding-top: 20.3vh; } }
@media (max-width: 1023px) {
      .overlay .overlay__actions {
        padding-right: 6.2%;
        padding-top: 19px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__actions {
        position: static;
        padding-right: 0; } }
.overlay .overlay__actions p {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    margin-left: 12px;
    line-height: 1.2; }
.overlay .overlay__btn {
    width: 16px;
    height: 12px;
    display: none;
    position: absolute;
    right: 0;
    top: 12px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .overlay .overlay__btn {
        display: inline-block; } }
.overlay .btn {
    /*  Mobile Small  */ }
@media (max-width: 374px) {
      .overlay .btn {
        min-width: 150px;
        font-size: 22px;
        letter-spacing: -0.2px;
        word-spacing: 1px;
        padding: 12px 10px 16px !important; } }
.overlay .overlay__btn span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #0f6abe;
    margin-bottom: 2px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-bottom: -4px; }
.overlay .overlay__btn span:last-child {
      margin-bottom: 0;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      margin-bottom: -6px; }
/* ------------------------------------------------------------ *\
	Section About
\* ------------------------------------------------------------ */
.section-about {
  position: relative;
  padding: 0 0 94px;
  /*  Large Desktop  */
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (min-width: 1499.02px) {
    .section-about {
      padding-bottom: 20vw; } }
@media (max-width: 1199px) {
    .section-about {
      padding-bottom: 76px; } }
@media (max-width: 1023px) {
    .section-about {
      padding-bottom: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-about {
      background-color: #c5daf0;
      padding: 43px 0 0; } }
.section-about .section__image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 47.2vw;
    width: 100%;
    height: auto;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-about .section__image {
        max-width: 49vw;
        top: 32px;
        left: -6px; } }
@media (max-width: 1023px) {
      .section-about .section__image {
        max-width: 65.7vw;
        top: 23px;
        left: -18%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .section__image {
        position: static;
        display: none; } }
.section-about .section__image + .section__image {
    max-width: 34.6vw;
    top: 8.3%;
    left: 4.1%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-about .section__image + .section__image {
        max-width: 35.9vw;
        top: 8.3%;
        left: 3.5%; } }
@media (max-width: 1023px) {
      .section-about .section__image + .section__image {
        max-width: 49vw;
        top: 78px;
        left: -12.8%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .section__image + .section__image {
        display: block;
        max-width: 85%;
        margin: 0 auto 53px; } }
.section-about .section__inner {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .section__inner {
        background-color: #fff; } }
.section-about .section__body {
    max-width: 610px;
    width: 50vw;
    padding: 14px 24px 0 40px;
    margin-left: auto;
    /*  Small Desktop  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-about .section__body {
        padding: 14px 0 0 48px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .section__body {
        max-width: 100%;
        width: 100%;
        padding: 30px 0 0; } }
.section-about .section__content {
    margin-bottom: 45px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-about .section__content {
        margin-bottom: 35px; } }
@media (max-width: 1023px) {
      .section-about .section__content {
        margin-bottom: 27px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .section__content {
        margin-bottom: 26px; } }
.section-about h2 {
    margin-bottom: 17px;
    color: #0f6abe;
    letter-spacing: -0.2px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-about h2 {
        margin-bottom: 23px;
        line-height: 1.15; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about h2 {
        font-size: 36px; } }
.section-about .h3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-about .h3 {
        font-size: 36px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .h3 {
        font-size: 30px;
        line-height: 1.3; } }
.section-about p {
    margin-bottom: 36px;
    line-height: 1.8;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section-about p {
        margin-bottom: 32px; } }
.section-about .section__content p:last-child {
    margin-bottom: 0; }
.section-about .list-palette {
    margin-bottom: 118px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-about .list-palette {
        margin-bottom: 94px; } }
@media (max-width: 1023px) {
      .section-about .list-palette {
        margin-bottom: 39px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-about .list-palette {
        margin-bottom: 36px; } }
/* ------------------------------------------------------------ *\
	Section Stat
\* ------------------------------------------------------------ */
.section-stat {
  padding-bottom: 103px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .section-stat {
      padding-bottom: 97px; } }
@media (max-width: 1023px) {
    .section-stat {
      padding-bottom: 57px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section-stat {
      background-color: #f7f8f9;
      padding-bottom: 0; } }
.section-stat .section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__inner {
        display: block; } }
.section-stat .section__body,
  .section-stat .section__aside {
    position: relative; }
.section-stat .section__aside *,
  .section-stat .section__body * {
    position: relative;
    z-index: 6; }
.section-stat .section__items--primary ul li:last-child:before,
  .section-stat .section__body:after,
  .section-stat .section__aside:before {
    content: '';
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: inherit;
    background-color: #003778;
    z-index: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary ul li:last-child:before,
      .section-stat .section__body:after,
      .section-stat .section__aside:before {
        display: none; } }
.section-stat .section__body:after {
    background-color: #f7f8f9;
    right: auto;
    left: 0; }
.section-stat .section__items--primary ul li:last-child {
    min-height: 73px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-stat .section__items--primary ul li:last-child {
        min-height: 66px;
        padding: 10px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary ul li:last-child {
        padding: 16px 0 20px;
        border-bottom: none; } }
.section-stat .section__items--primary ul li:last-child:after {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary ul li:last-child:after {
        content: "";
        position: absolute;
        left: -30px;
        right: -30px;
        top: -1px;
        bottom: 0;
        background-color: rgba(4, 14, 36, 0.15); } }
.section-stat .section__items--primary ul li:last-child .h5 {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary ul li:last-child .h5 {
        margin-bottom: 15px; } }
.section-stat .section__items--primary ul li:last-child div .h5 {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary ul li:last-child div .h5 {
        margin-bottom: 0;
        color: #040e24;
        text-transform: none; } }
.section-stat .section__items--primary ul li:last-child:before {
    background-color: #01316b; }
.section-stat .section__body .section__items--primary ul li:last-child:before {
    background-color: #d3d5d9; }
.section-stat .section__aside {
    color: #f7f8f9;
    max-width: 28.7%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28.7%;
            flex: 0 0 28.7%;
    /*  Small Desktop  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__aside {
        max-width: 31%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31%;
                flex: 0 0 31%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__aside {
        display: none; } }
.section-stat .section__body {
    max-width: 71.3%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 71.3%;
            flex: 0 0 71.3%;
    padding-left: 32px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__body {
        max-width: 69%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 69%;
                flex: 0 0 69%;
        padding-left: 30px; } }
@media (max-width: 1023px) {
      .section-stat .section__body {
        padding-left: 26px;
        padding-right: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body {
        max-width: 100%;
        padding: 0; } }
.section-stat .section__items--primary li {
    padding: 17px 0 15px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    position: relative;
    line-height: 1.35;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__items--primary li {
        padding: 18px 0 13px; } }
@media (max-width: 1023px) {
      .section-stat .section__items--primary li {
        padding: 20px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary li {
        border-bottom: 2px solid #dde3eb;
        padding: 16px 0 20px; } }
.section-stat .section__items li div + div {
    text-align: right;
    max-width: 100%;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section-stat .section__items li div + div {
        text-align: left; } }
.section-stat .section__body .section__items--primary ul li:nth-child(2) div + div {
    max-width: 275px; }
.section-stat .section__items--primary li:before {
    content: '';
    width: 100vw;
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #267dc8;
    z-index: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary li:before {
        display: none; } }
.section-stat .section__items--primary li div {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 220px;
    /*  Small Desktop  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__items--primary li div {
        max-width: 30%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary li div {
        max-width: 100%;
        margin-bottom: 8px; } }
.section-stat .section__items--primary li div:last-child {
    margin-bottom: 0; }
.section-stat .section__items--primary li div + div {
    /*  Small Desktop  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__items--primary li div + div {
        max-width: 70%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
                flex: 0 0 70%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary li div + div {
        max-width: 100%; } }
.section-stat .section__body .section__items--primary li .h5 {
    text-transform: uppercase;
    color: #040e24;
    font-weight: 600;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__items--primary li .h5 {
        font-family: "Barlow Condensed", sans-serif;
        margin-bottom: 17px;
        line-height: 1.2;
        font-weight: 400; } }
.section-stat .section__body .section__items--primary li .h5.visible-xs-block {
    color: #0f6abe; }
.section-stat .section__aside .section__items--primary ul li:last-child .h5 {
    font-weight: 500; }
.section-stat .section__items--primary li .h6,
  .section-stat .section__items--primary li p {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--primary li .h6,
      .section-stat .section__items--primary li p {
        font-family: "Barlow Condensed", sans-serif;
        font-size: 21px;
        line-height: 1.15; } }
.section-stat .section__items--primary li .h5 em {
    text-transform: none;
    display: block;
    line-height: 1.2; }
.section-stat .section__items--top {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items--top {
        display: none; } }
.section-stat .section__items--top li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.section-stat .section__items--top p {
    max-width: 265px;
    width: 100%; }
.section-stat .section__items div {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-stat .section__items div {
        max-width: 50% !important;
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 50% !important;
                flex: 0 0 50% !important; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items div {
        max-width: 100% !important; } }
.section-stat .section__items div + div {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-stat .section__items div + div {
        max-width: 50% !important;
        -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 50% !important;
                flex: 0 0 50% !important;
        padding-left: 18px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__items div + div {
        max-width: 100% !important;
        padding-left: 0; } }
.section-stat .section__aside li p {
    max-width: 270px;
    letter-spacing: 0.1px;
    padding-right: 10px;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section-stat .section__aside li p {
        padding-right: 25px; } }
.section-stat .section__aside li p i {
    letter-spacing: -0.2px; }
.section-stat .section__aside .section__content img {
    position: absolute;
    bottom: 30px;
    left: 0;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .section-stat .section__aside .section__content img {
        width: 84%;
        bottom: 32px; } }
.section-stat .section__body .section__items li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__items li {
        display: block; } }
.section-stat .section__body .section__items--primary li:before {
    background-color: #dde3eb;
    right: auto;
    left: -32px;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .section-stat .section__body .section__items--primary li:before {
        left: -30px; } }
@media (max-width: 1023px) {
      .section-stat .section__body .section__items--primary li:before {
        left: -26px; } }
.section-stat .section__body .section__content h2 {
    color: #0f6abe;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__content h2 {
        font-size: 36px; } }
.section-stat .section__body .section__content--head .section__title {
    color: #ffa600;
    line-height: 1.2;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__content--head .section__title {
        margin-bottom: 4px; } }
.section-stat .section__body .section__content--head {
    margin-bottom: 59px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-stat .section__body .section__content--head {
        margin-bottom: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__content--head {
        margin-bottom: 0; } }
.section-stat .section__body .section__content--head img {
    width: 71.4%;
    margin-bottom: 22px; }
.section-stat .section__body .section__items .section__title {
    padding-bottom: 35px;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section-stat .section__body .section__items .section__title {
        display: inline-block;
        padding-bottom: 34px;
        font-size: 36px; } }
.section-stat .section__body .section__content .section__items .section__title:after {
    content: '';
    width: 64px;
    height: 4px;
    background-color: #267dc8;
    position: absolute;
    left: 0;
    bottom: 10px; }
.section-stat .section__body .section__content .section__items .section__title--alt:after {
    background-color: #f2cb4d;
    left: auto;
    right: 0;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section-stat .section__body .section__content .section__items .section__title--alt:after {
        left: 0; } }
.section-stat .section__body .section__items--primary ul li:first-child:after {
    content: '';
    top: 0;
    left: -31px;
    -webkit-transform: translate(0, -9%);
        -ms-transform: translate(0, -9%);
            transform: translate(0, -9%);
    position: absolute;
    width: calc(100% + 35px);
    height: 491px;
    background-image: url("images/svg/wave.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section-stat .section__body .section__items--primary ul li:first-child:after {
        background-image: url("images/temp/wave-tablet.png");
        background-size: 100% 94%;
        -webkit-transform: translate(0%, -3.5%);
            -ms-transform: translate(0%, -3.5%);
                transform: translate(0%, -3.5%); } }
@media (max-width: 1023px) {
      .section-stat .section__body .section__items--primary ul li:first-child:after {
        background-image: url("images/temp/wave-narrow-tablet.png");
        background-size: 100% 81%;
        -webkit-transform: translate(1%, 6.5%);
            -ms-transform: translate(1%, 6.5%);
                transform: translate(1%, 6.5%);
        width: calc(100% + 74px); } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__items--primary ul li:first-child:after {
        display: none; } }
.section-stat .section__body .section__content {
    padding: 49px 0 37px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section-stat .section__body .section__content {
        padding: 38px 0 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .section__body .section__content {
        padding: 31px 0;
        border-bottom: 2px solid #dde3eb; } }
.section-stat .h6 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    line-height: 1.35;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .h6 {
        font-weight: 400; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat .h6 {
        margin-bottom: 3px;
        text-transform: none; } }
.section-stat .h6 span {
    font-weight: 400;
    text-transform: none; }
.section-stat .h5 {
    font-family: "Barlow", sans-serif; }
.section-stat strong {
    font-weight: 600;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat strong {
        font-weight: 400; } }
.section-stat h2:before,
  .section-stat p:before {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section-stat h2:before,
      .section-stat p:before {
        content: attr(data-text);
        text-transform: none; } }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 0 0 110px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .section {
      padding-bottom: 119px; } }
@media (max-width: 1023px) {
    .section {
      padding-bottom: 71px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 46px 0 32px; } }
.section .section__title {
    text-align: center;
    color: #0f6abe;
    margin-bottom: 45px;
    letter-spacing: -0.4px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section .section__title {
        font-size: 47px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__title {
        font-size: 36px;
        text-align: left;
        margin-bottom: 25px; } }
.section .section__head {
    margin-bottom: 59px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section .section__head {
        margin-bottom: 45px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head {
        margin-bottom: 23px; } }
.section .section__head p {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.7;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section .section__head p {
        text-align: left;
        margin: 0;
        max-width: 100%; } }
.section .section__head .section__title {
    margin-bottom: 18px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section .section__head .section__title {
        text-align: left;
        font-size: 42px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head .section__title {
        font-size: 36px;
        line-height: 1.32;
        margin-bottom: 15px; } }
.section .section__body {
    margin: 0 -14px 0 -10px;
    /*  Small Desktop  */ }
@media (max-width: 1199px) {
      .section .section__body {
        margin: 0; } }
.section--cards {
    padding-bottom: 35px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section--cards {
        padding-bottom: 95px; } }
@media (max-width: 1023px) {
      .section--cards {
        padding-bottom: 29px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--cards {
        padding: 35px 0 25px; } }
.section--cards .section__title {
    margin-bottom: 90px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section--cards .section__title {
        margin-bottom: 83px; } }
@media (max-width: 1023px) {
      .section--cards .section__title {
        font-size: 42px;
        margin-bottom: 77px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--cards .section__title {
        font-size: 36px;
        margin-bottom: 45px; } }
.section--cards .section__body {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section--cards .section__body {
        margin: 0 -4px 0 -4px; } }
.section .grid .grid__col--1of3 {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section .grid .grid__col--1of3 {
        padding: 15px; } }
/* ------------------------------------------------------------ *\
	Section Info
\* ------------------------------------------------------------ */
.section.section--info {
  background-color: #f7f8f9;
  padding-top: 111px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .section.section--info {
      padding-bottom: 100px; } }
@media (max-width: 1023px) {
    .section.section--info {
      padding: 58px 0 44px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section.section--info {
      padding: 26px 0 6px; } }
.section.section--info .section__content {
    padding-bottom: 63px;
    border-bottom: 1px solid #c5daf0;
    margin: 0 -12px 0 -8px;
    position: relative;
    z-index: 1;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section.section--info .section__content {
        margin: 0; } }
@media (max-width: 1023px) {
      .section.section--info .section__content {
        padding-bottom: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__content {
        padding-bottom: 21px; } }
.section.section--info .section__content .grid {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section.section--info .section__content .grid {
        display: block; } }
.section.section--info .section__content .grid__col--1of3 {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section.section--info .section__content .grid__col--1of3 {
        max-width: 100%; } }
.section.section--info .section__body {
    padding: 51px 0 15px;
    position: relative;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body {
        padding: 49px 2px 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__body {
        padding: 26px 0 15px; } }
.section.section--info .section__body .grid {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body .grid {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
.section.section--info .section__body .grid__col--1of3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body .grid__col--1of3 {
        max-width: 38%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38%;
                flex: 0 0 38%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__body .grid__col--1of3 {
        max-width: 100%; } }
.section.section--info .section__body .grid__col--1of3 + .grid__col--1of3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body .grid__col--1of3 + .grid__col--1of3 {
        text-align: right; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__body .grid__col--1of3 + .grid__col--1of3 {
        text-align: left; } }
.section.section--info .section__image {
    position: absolute;
    top: -153px;
    right: 7.3%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section.section--info .section__image {
        right: 2.9%; } }
@media (max-width: 1023px) {
      .section.section--info .section__image {
        width: 186px;
        top: -116px;
        right: 36.9%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__image {
        display: none; } }
.section.section--info .card {
    padding-right: 20px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .section.section--info .card {
        padding-right: 0; } }
@media (max-width: 1023px) {
      .section.section--info .card {
        margin-bottom: 12px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .card {
        margin-bottom: 6px; } }
.section.section--info .card .h3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section.section--info .card .h3 {
        margin-bottom: 14px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .card .h3 {
        margin-bottom: 6px; } }
.section.section--info .section__body .card .h3 {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body .card .h3 {
        margin-bottom: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section.section--info .section__body .card .h3 {
        margin-bottom: 13px;
        padding-right: 25px; } }
.section.section--info .section__body .card {
    padding-right: 0; }
.section.section--info .section__body .card p {
    padding: 0 11px 0 0;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .section.section--info .section__body .card p {
        padding-right: 0; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1202px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%;
  /*  Small Desktop  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .shell {
      padding-left: 31px;
      padding-right: 31px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
      padding-left: 24px;
      padding-right: 24px; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slider__slides {
  padding-left: 325px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .slider .slider__slides {
      padding-left: 240px; } }
@media (max-width: 1023px) {
    .slider .slider__slides {
      padding: 0 87px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider .slider__slides {
      padding: 0 25px; } }
.slider .slider__slide {
  padding-right: 130px;
  /*  Small Desktop  */
  /*  Tablet  */ }
@media (max-width: 1199px) {
    .slider .slider__slide {
      padding-right: 90px; } }
@media (max-width: 1023px) {
    .slider .slider__slide {
      padding-right: 0; } }
.slider .slider__paging {
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82.5%;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */
  /*  Mobile  medium*/
  /*  Mobile Small  */ }
@media (max-width: 1199px) {
    .slider .slider__paging {
      width: 83.5%;
      top: 47%; } }
@media (max-width: 1023px) {
    .slider .slider__paging {
      width: 100%;
      top: 45%; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider .slider__paging {
      width: 96vw;
      top: 40%;
      right: 0;
      left: -2%; } }
@media (max-width: 575px) {
    .slider .slider__paging {
      width: 95vw;
      top: 40%;
      right: 0;
      left: -4%; } }
@media (max-width: 374px) {
    .slider .slider__paging {
      width: 109%;
      left: -4%; } }
.slider .slider__btn {
  background: none;
  border: none; }
.slider .slider__btn img {
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .slider .slider__btn img {
      width: 40px;
      height: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .slider .slider__btn img {
      width: 25px; } }
/* ------------------------------------------------------------ *\
	Testimonial 
\* ------------------------------------------------------------ */
.testimonial {
  max-width: 73%;
  width: 100%;
  position: relative;
  z-index: 2;
  color: #fff;
  margin-left: auto;
  padding: 78px 0 68px 5px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .testimonial {
      max-width: 75%;
      padding-left: 8px; } }
@media (max-width: 1023px) {
    .testimonial {
      padding: 47px 0 56px 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial {
      max-width: 100%;
      padding: 26px 0 20px; } }
.testimonial .testimonial__content p {
    font-family: "Barlow Condensed", sans-serif;
    font-size: 42px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.45;
    letter-spacing: -0.05px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonial .testimonial__content p {
        font-size: 36px;
        line-height: 1.67;
        padding-right: 31px; } }
@media (max-width: 1023px) {
      .testimonial .testimonial__content p {
        font-size: 30px;
        line-height: 1.6;
        padding-right: 10px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__content p {
        font-size: 24px;
        line-height: 1.35;
        padding-right: 0; } }
.testimonial .testimonial__content .h4 {
    margin-bottom: 20px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .testimonial .testimonial__content .h4 {
        margin-bottom: 8px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__content .h4 {
        font-size: 20px;
        margin-bottom: 20px; } }
.testimonial .testimonial__content {
    padding-bottom: 62px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonial .testimonial__content {
        padding-bottom: 31px; } }
@media (max-width: 1023px) {
      .testimonial .testimonial__content {
        padding-bottom: 21px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__content {
        padding-bottom: 15px; } }
.testimonial .testimonial__foot .h4 {
    color: #fff;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__foot .h4 {
        font-size: 20px; } }
.testimonial .testimonial__foot {
    position: relative;
    padding-top: 43px;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .testimonial .testimonial__foot {
        padding-top: 36px; } }
.testimonial .testimonial__foot:before {
    content: '';
    width: 480px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .testimonial .testimonial__foot:before {
        width: 335px;
        height: 2px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__foot:before {
        width: 46%; } }
.testimonial .testimonial__icon {
    position: absolute;
    right: 0;
    top: 0;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonial .testimonial__icon {
        top: -8px; } }
@media (max-width: 1023px) {
      .testimonial .testimonial__icon {
        width: 90px;
        height: auto;
        top: auto;
        bottom: -25px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial .testimonial__icon {
        bottom: -2px; } }
.testimonial--slider {
    margin: 0;
    max-width: 100%;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .testimonial--slider {
        padding: 62px 0 98px 7px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider {
        padding: 32px 0 43px; } }
.testimonial--slider .testimonial__content {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__content {
        padding-bottom: 17px; } }
.testimonial--slider .testimonial__content .h4 {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__content .h4 {
        font-size: 24px;
        margin-bottom: 15px; } }
.testimonial--slider .testimonial__foot {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__foot {
        padding-top: 33px; } }
.testimonial--slider .testimonial__foot:before {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__foot:before {
        width: 51%; } }
.testimonial--slider .testimonial__foot .h4 {
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__foot .h4 {
        font-size: 24px; } }
.testimonial--slider .testimonial__content p {
    padding-right: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial--slider .testimonial__content p {
        line-height: 1.5; } }
/* ------------------------------------------------------------ *\
	Testimonials 
\* ------------------------------------------------------------ */
.testimonials {
  padding-bottom: 115px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .testimonials {
      padding-bottom: 118px; } }
@media (max-width: 1023px) {
    .testimonials {
      padding-bottom: 72px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonials {
      background-color: #0f6abe;
      padding-bottom: 14px; } }
.testimonials .testimonials__inner {
    min-height: 644px;
    position: relative;
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .testimonials .testimonials__inner {
        min-height: 618px; } }
@media (max-width: 1023px) {
      .testimonials .testimonials__inner {
        min-height: 415px; } }
.testimonials .testimonials__inner:after {
    content: '';
    height: 100%;
    width: 50vw;
    background: #0f6abe;
    position: absolute;
    right: -48vw;
    top: 0;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials .testimonials__inner:after {
        display: none; } }
.testimonials .testimonials__background {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    height: 100%;
    /*  Small Desktop  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonials .testimonials__background {
        left: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials .testimonials__background {
        display: none; } }
.testimonials .testimonials__icon {
    position: absolute;
    right: 0;
    bottom: 68px;
    z-index: 1;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonials .testimonials__icon {
        bottom: 83px; } }
@media (max-width: 1023px) {
      .testimonials .testimonials__icon {
        right: 92px;
        bottom: 72px;
        width: 90px;
        height: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials .testimonials__icon {
        right: -2px;
        width: 88px;
        bottom: 50px; } }
.testimonials--slider .testimonials__background {
    left: 0;
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .testimonials--slider .testimonials__background {
        display: none; } }
.testimonials--slider {
    padding-bottom: 123px;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .testimonials--slider {
        padding-bottom: 117px; } }
@media (max-width: 1023px) {
      .testimonials--slider {
        background-color: #0f6abe;
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials--slider {
        margin-bottom: 0; } }
.testimonials--slider .testimonials__inner:after {
    /*  Tablet  */ }
@media (max-width: 1023px) {
      .testimonials--slider .testimonials__inner:after {
        display: none; } }
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  background-color: #003778;
  color: #fff;
  text-align: center;
  padding: 28px;
  min-height: 368px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  /*  Small Desktop  */
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1199px) {
    .tile {
      padding: 27px; } }
@media (max-width: 1023px) {
    .tile {
      padding: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tile {
      padding: 32px 17px;
      min-height: 351px; } }
.tile h2 {
    color: #ffa400;
    margin-bottom: 9px;
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .tile h2 {
        font-size: 32px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile h2 {
        font-size: 30px;
        margin-bottom: 2px; } }
.tile p {
    max-width: 240px;
    margin: 0 auto 39px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile p {
        margin-bottom: 31px; } }
.tile img {
    position: absolute;
    bottom: -15%;
    left: 0;
    min-width: 150%;
    -o-object-fit: none;
       object-fit: none;
    height: 50%;
    /*  Small Desktop  */
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1199px) {
      .tile img {
        left: -90px; } }
@media (max-width: 1023px) {
      .tile img {
        min-width: 110%;
        left: 4px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile img {
        left: -13px !important; } }
.tile .btn {
    min-width: 192px;
    /*  Mobile  */ }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile .btn {
        font-size: 21px;
        padding-top: 9px !important; } }
.tile--blue h2 {
    color: #71b0dc; }
.tile--blue .btn {
    background-color: #71b0dc; }
.tile--blue .btn:hover {
      background-color: #0f6abe; }
.tile--blue img {
    /*  Small Desktop  */
    /*  Tablet  */ }
@media (max-width: 1199px) {
      .tile--blue img {
        left: -58px; } }
@media (max-width: 1023px) {
      .tile--blue img {
        left: -5px; } }
.tile--yellow {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .tile--yellow {
        min-height: 344px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile--yellow {
        min-height: 330px; } }
.tile--yellow h2 {
    color: #f0c94d; }
.tile--yellow .btn {
    background-color: #f0c94d; }
.tile--yellow .btn:hover {
      background-color: #0f6abe; }
.tile--yellow img {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .tile--yellow img {
        left: -3px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile--yellow img {
        bottom: -14%; } }
.tile--yellow p {
    /*  Tablet  */
    /*  Mobile  */ }
@media (max-width: 1023px) {
      .tile--yellow p {
        margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .tile--yellow p {
        margin-bottom: 9px; } }
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles {
  padding: 79px 0 120px;
  /*  Tablet  */
  /*  Mobile  */ }
@media (max-width: 1023px) {
    .tiles {
      padding: 46px 0 72px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .tiles {
      padding: 26px 0 33px; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden; }
.wrapper:after {
    content: "";
    width: 100vw;
    height: 999999px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(4, 14, 36, 0.55);
    z-index: 6;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
.wrapper--overlay:after {
    visibility: visible;
    opacity: 1; }
.wrapper--overlay .overlay {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 100px -20px rgba(0, 0, 0, 0.5); }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
