/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  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; }
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-LightItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../fonts/SourceSansPro-BlackItalic.woff2") format("woff2"), url("../fonts/SourceSansPro-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  color: #000; }
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.6em / 2); }
.h1, h1 {
  font-size: 78px;
  line-height: 0.87;
  font-weight: 700; }
.h2, h2 {
  font-size: 76px;
  line-height: 1.2; }
.h3, h3 {
  font-size: 70px;
  line-height: 1.11;
  font-weight: 600; }
.h4, h4 {
  font-size: 60px;
  font-weight: 700; }
.h5, h5 {
  font-size: 54px;
  font-weight: 400; }
.h6, h6 {
  font-size: 32px;
  line-height: 1.2; }
.fsz-7 {
  font-size: 36px; }
@media (max-width: 1399px) {
  .h1, h1 {
    font-size: 54px; }
  .h2, h2 {
    font-size: 50px; }
  .h3, h3 {
    font-size: 48px; }
  .h4, h4 {
    font-size: 42px; }
  .h5, h5 {
    font-size: 38px; }
  .h6, h6 {
    font-size: 22px; }
  .fsz-7 {
    font-size: 24px; }
  body {
    font-size: 18px; } }
@media (max-width: 1199px) {
  .h3, h3 {
    font-size: 45px; }
  .fsz-7 {
    font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1, h1 {
    font-size: 48px; }
  .h2, h2 {
    font-size: 42px; }
  .h3, h3 {
    font-size: 38px; }
  .h4, h4 {
    font-size: 34px; }
  .h5, h5 {
    font-size: 30px; }
  .h6, h6 {
    font-size: 20px; }
  .fsz-7 {
    font-size: 20px; }
  body {
    font-size: 16px; } }
@media (max-width: 374px) {
  .h1, h1 {
    font-size: 45px; }
  .h2, h2 {
    font-size: 40px; }
  .h3, h3 {
    font-size: 36px; }
  .h4, h4 {
    font-size: 32px; }
  .h5, h5 {
    font-size: 28px; }
  .h6, h6 {
    font-size: 18px; }
  .fsz-7 {
    font-size: 18px; }
  body {
    font-size: 14px; } }
@media (max-width: 1199px) {
  br {
    display: none; } }
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.6em; }
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
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Btn alt
\* ------------------------------------------------------------ */
.btn-alt {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 310px;
  border-radius: 40px;
  background: #666;
  color: #fff;
  font-size: 32px;
  padding: 15px 10px 14px;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  font-weight: 400; }
@media (min-width: 1023.02px) {
    .btn-alt:hover {
      background: #e58724; } }
@media (max-width: 1199px) {
    .btn-alt {
      font-size: 24px;
      min-width: 240px; } }
@media (max-width: 1023px) {
    .btn-alt {
      font-size: 22px;
      min-width: 220px;
      padding: 10px 5px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .btn-alt {
      min-width: 190px;
      font-size: 18px; } }
.btn-alt span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.btn-alt img {
    margin-left: 15px; }
@media (max-width: 1023px) {
      .btn-alt img {
        max-width: 18px; } }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  color: #000; }
.card .card__inner {
    background: #fff;
    padding: 0 50px 42px;
    height: 100%; }
@media (max-width: 1399px) {
      .card .card__inner {
        padding: 0 20px 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__inner {
        padding: 0 15px 25px; } }
.card .card__title {
    color: #0a4594;
    font-size: 26px;
    font-weight: 900;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    padding: 44px 0 18px;
    line-height: 1.3; }
@media (max-width: 1199px) {
      .card .card__title {
        font-size: 22px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__title {
        font-size: 20px;
        padding: 30px 0 15px; } }
.card .card__title:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #567fb5;
      height: 2px; }
.card .card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -14px 32px; }
@media (max-width: 1023px) {
      .card .card__images {
        margin: 0 -7px 20px; } }
@media (max-width: 575px) {
      .card .card__images {
        display: block;
        margin: 0; } }
.card .card__images .card__image {
    padding: 0 14px;
    background: none;
    margin-bottom: 0; }
@media (max-width: 1023px) {
      .card .card__images .card__image {
        padding: 0 7px; } }
@media (max-width: 575px) {
      .card .card__images .card__image {
        padding: 0;
        margin-bottom: 10px; } }
.card .card__images--small {
    margin: 0 -14px 11px; }
@media (max-width: 1023px) {
      .card .card__images--small {
        margin: 0 -7px 11px; } }
.card .card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    position: relative;
    background: #e6e6e6;
    margin-bottom: 30px; }
.card .card__image--size1 {
    margin-bottom: 18px; }
.card .card__image-inner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 100%; }
.card .card__image-inner--size1 {
    padding-top: 55.08%; }
.card .card__image-inner--size2 {
    padding-top: 72.03%; }
.card .card__image-inner--size3 {
    padding-top: 75%; }
.card .card__image-caption {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.3;
    padding: 13px 15px 14px; }
.card .card__content p {
    position: relative;
    padding-left: 30px;
    margin: 0 -7px 20px 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .card .card__content p {
        padding-left: 20px;
        margin: 0 0 15px; } }
.card .card__content p:last-child {
      margin-bottom: 0; }
.card .card__content p:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 0;
      width: 19px;
      height: 19px;
      background-image: url(../images/ico-cross.svg);
      background-size: cover;
      background-position: 0 0;
      background-repeat: no-repeat; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .card .card__content p:before {
          width: 14px;
          height: 14px;
          top: 6px; } }
/*  Card alt  */
.card--alt .card__title {
  margin-bottom: 25px; }
.card--alt .card__image {
  margin-bottom: 15px; }
/*  Card type 1  */
.card--type1 span {
  line-height: 1.55;
  display: block; }
.card--type1 .card__inner {
  padding: 32px 52px 44px; }
@media (max-width: 1199px) {
    .card--type1 .card__inner {
      padding: 25px 30px 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--type1 .card__inner {
      padding: 25px 20px 30px; } }
.card--type1 .card__content {
  text-align: center; }
.card--type1 .card__content > strong {
  display: block;
  font-size: 72px;
  color: #0a4594;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 9px; }
@media (max-width: 1199px) {
    .card--type1 .card__content > strong {
      font-size: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--type1 .card__content > strong {
      font-size: 52px; } }
/*  Card type 2  */
.card--type2 .card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 41px 50px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
@media (max-width: 1199px) {
    .card--type2 .card__inner {
      display: block; } }
@media (max-width: 1023px) {
    .card--type2 .card__inner {
      padding: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--type2 .card__inner {
      padding: 15px; } }
.card--type2 .card__image {
  max-width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  margin: 8px 32px 0 0; }
@media (max-width: 1199px) {
    .card--type2 .card__image {
      margin: 0 0 15px;
      max-width: none; } }
.card--type2 .card__image--size2 {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card--type2 .card__image--size2 {
      margin-bottom: 0; } }
.card--type2 .card__image-inner--size4 {
  padding-top: 106.87%; }
.card--type2 .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  margin-bottom: -10px; }
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px; }
@media (max-width: 1199px) {
    .cards {
      margin: 0 -8px -30px; } }
@media (max-width: 1023px) {
    .cards {
      margin: 0 -8px -30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards {
      display: block;
      margin: 0; } }
.cards .card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 32px; }
@media (max-width: 1199px) {
      .cards .card {
        padding: 0 8px; } }
@media (max-width: 1023px) {
      .cards .card {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .card {
        padding: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .cards .card:last-child {
        margin-bottom: 0; } }
.cards .card--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1023px) {
      .cards .card--1of3 {
        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) {
      .cards .card--1of3 {
        max-width: none; } }
.cards .card--2of3 {
    max-width: 66.66%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%; }
@media (max-width: 1023px) {
      .cards .card--2of3 {
        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) {
      .cards .card--2of3 {
        max-width: none; } }
.cards .card--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
@media (max-width: 1023px) {
      .cards .card--1of4 {
        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) {
      .cards .card--1of4 {
        max-width: none; } }
.cards .card--1of2 {
    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) {
      .cards .card--1of2 {
        max-width: none;
        padding: 0; } }
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 48px 0 41px; }
@media (max-width: 1399px) {
    .footer {
      padding: 30px 0;
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .footer {
      font-size: 16px; } }
.footer ul {
    list-style-type: none; }
@media (min-width: 767.02px) {
    .footer li {
      display: inline-block;
      vertical-align: middle; }
      .footer li + li:before {
        content: '|';
        display: inline-block;
        vertical-align: middle;
        color: currentcolor;
        margin: 0 18px; } }
.footer a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.footer a:hover {
      opacity: 0.8; }
/* ------------------------------------------------------------ *\
	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;
  /*  Grid col 1of2  */ }
.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%; }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11; }
@media (max-width: 1023px) {
    .header {
      text-align: right;
      padding: 16px 0; } }
@media (max-width: 1023px) {
    .header .nav {
      position: absolute;
      background-color: #000;
      top: 100%;
      right: -320px;
      width: 320px;
      height: calc(100vh - 100%);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      overflow-y: auto; } }
@media (max-width: 1023px) {
  .header--expanded .nav {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); } }
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative; }
.hero .hero__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: -1; }
.hero .hero__background:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }
@media (max-width: 1023px) {
        .hero .hero__background:after {
          width: 100%;
          height: 100%;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%); } }
.hero .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 110px 0 149px; }
@media (max-width: 1399px) {
      .hero .hero__inner {
        padding: 60px 0 80px; } }
@media (max-width: 1023px) {
      .hero .hero__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center; } }
.hero .hero__content {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-right: 40px;
    padding-bottom: 8px; }
@media (max-width: 1023px) {
      .hero .hero__content {
        padding-bottom: 0;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 0; } }
.hero .hero__content p {
    font-size: 36px;
    margin-bottom: 4px;
    font-weight: 400; }
@media (max-width: 1399px) {
      .hero .hero__content p {
        font-size: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content p {
        font-size: 22px;
        margin-bottom: 10px; } }
.hero .hero__content h1 {
    font-size: 76px; }
@media (max-width: 1399px) {
      .hero .hero__content h1 {
        font-size: 66px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .hero .hero__content h1 {
        font-size: 36px; } }
.hero .hero__image {
    margin-left: -5px; }
@media (max-width: 1023px) {
      .hero .hero__image {
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
.hero .hero__logo {
    display: inline-block;
    max-width: 590px; }
@media (max-width: 1199px) {
      .hero .hero__logo {
        max-width: 400px; } }
.hero .hero__logo img {
    width: 100%; }
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -60px; }
@media (max-width: 1599px) {
    .list-logos {
      margin: 0 -30px; } }
@media (max-width: 1399px) {
    .list-logos {
      margin: 0 -15px; } }
@media (max-width: 1023px) {
    .list-logos {
      text-align: center; } }
@media (max-width: 575px) {
    .list-logos {
      display: block;
      margin: 0; } }
.list-logos li {
    padding: 0 60px;
    margin-bottom: 39px;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 1599px) {
      .list-logos li {
        padding: 0 30px; } }
@media (max-width: 1399px) {
      .list-logos li {
        padding: 0 15px; } }
@media (max-width: 1023px) {
      .list-logos li {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin: 0 0 35px; } }
@media (max-width: 575px) {
      .list-logos li {
        max-width: none;
        padding: 0; } }
.list-logos a {
    display: inline-block;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s; }
@media (max-width: 1199px) {
      .list-logos a {
        width: 100%; } }
@media (max-width: 575px) {
      .list-logos a {
        max-width: 200px; } }
@media (min-width: 1023.02px) {
      .list-logos a:hover {
        opacity: .7; } }
/* ------------------------------------------------------------ *\
	List members
\* ------------------------------------------------------------ */
.list-members {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-members {
      display: block; } }
.list-members li {
    position: relative;
    padding: 10px 0 16px 30px;
    margin-right: 105px; }
@media (max-width: 1399px) {
      .list-members li {
        margin-right: 50px; } }
@media (max-width: 1199px) {
      .list-members li {
        margin-right: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members li {
        padding: 10px 0 10px 20px;
        margin: 0 0 20px; } }
.list-members li:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 100%;
      background: #e58724; }
.list-members li:last-child {
      margin: 0; }
.list-members strong {
    font-size: 24px;
    display: block;
    letter-spacing: -0.012em;
    margin-bottom: 7px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members strong {
        font-size: 22px; } }
.list-members p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .list-members p {
        font-size: 24px; } }
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
  color: #fff; }
@media (min-width: 1023.02px) {
    .nav-trigger {
      display: none; } }
.nav-trigger span {
    position: absolute;
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 2px;
    background: currentcolor;
    -webkit-transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    -o-transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s; }
.nav-trigger span:nth-child(1) {
      top: 0; }
.nav-trigger span:nth-child(2) {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
.nav-trigger span:nth-child(3) {
      top: 100%;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
.header--expanded .nav-trigger span {
  -webkit-transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, -webkit-transform .2s .25s;
  -o-transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s; }
.header--expanded .nav-trigger span:nth-child(2) {
    opacity: 0; }
.header--expanded .nav-trigger span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
.header--expanded .nav-trigger span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-align: center; }
@media (max-width: 1023px) {
    .nav {
      margin: 0;
      text-align: left; } }
.nav li {
    display: inline-block;
    background-color: #000;
    position: relative; }
@media (max-width: 1023px) {
      .nav li {
        width: 100%; } }
.nav li:hover ul {
      opacity: 1;
      pointer-events: auto; }
.nav a {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 0.05em; }
@media (max-width: 1399px) {
      .nav a {
        font-size: 20px; } }
@media (max-width: 1023px) {
      .nav a {
        font-size: 18px; } }
.nav > ul > li {
    padding: 40px 32px; }
@media (max-width: 1399px) {
      .nav > ul > li {
        padding: 20px 20px; } }
@media (max-width: 1023px) {
      .nav > ul > li {
        padding: 10px 20px; } }
.nav > ul > li > a {
    text-transform: uppercase;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.nav > ul > li > a:hover {
      opacity: 0.8; }
@media (min-width: 1023.02px) {
    .nav > ul > li + li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 26px;
      width: 1px;
      background-color: #fff; } }
@media (min-width: 1023.02px) {
    .nav li > ul {
      display: block !important;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      text-align: left;
      padding: 16px 0;
      background-color: #000;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; } }
@media (max-width: 1399px) {
    .nav li > ul {
      padding: 10px 0; } }
@media (max-width: 1023px) {
    .nav li > ul {
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: none;
      margin-bottom: 0; } }
@media (min-width: 1023.02px) {
    .nav .has-dd {
      padding-left: 36px;
      padding-right: 36px; } }
@media (max-width: 1023px) {
    .nav .has-dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
@media (max-width: 1023px) {
    .nav .has-dd > a:not(.has-dd__btn) {
      width: 10%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 10px; } }
.nav .has-dd__btn {
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: -2px;
    background-image: url(../images/ico-dd.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }
@media (max-width: 1023px) {
      .nav .has-dd__btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        pointer-events: auto; } }
.nav .has-dd ul li {
    width: 100%; }
.nav .has-dd ul a {
    font-size: 32px;
    letter-spacing: 0.6px;
    font-weight: 300;
    display: block;
    line-height: 1.65;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    padding: 1px 50px; }
@media (max-width: 1399px) {
      .nav .has-dd ul a {
        font-size: 18px;
        padding: 1px 20px; } }
@media (max-width: 1023px) {
      .nav .has-dd ul a {
        padding: 2px 10px; } }
.nav .has-dd ul a:hover {
      background-color: #fff;
      color: #000; }
@media (max-width: 1023px) {
    .nav .dd-expanded .has-dd__btn {
      -webkit-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1); } }
/* ------------------------------------------------------------ *\
	Quote
\* ------------------------------------------------------------ */
.quote {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
.quote:last-child {
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .quote {
      padding-left: 20px; } }
.quote:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: calc(100% - 7px);
    background: #e58724; }
.quote p {
    font-weight: 300;
    font-size: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .quote p {
        font-size: 16px; } }
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 191px 0 199px;
  position: relative; }
@media (max-width: 1399px) {
    .section {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
      padding: 40px 0; } }
.section .section__background-image {
    position: absolute;
    top: -7.7%;
    left: -2.7%;
    opacity: .05;
    z-index: 0;
    pointer-events: none; }
@media (max-width: 1399px) {
      .section .section__background-image {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
.section .section__background-image svg {
    width: 2538px;
    height: 2538px; }
@media (max-width: 1399px) {
      .section .section__background-image svg {
        width: auto;
        height: 100%; } }
@media all and (max-width: 1399px) and (-ms-high-contrast: none), (max-width: 1399px) and (-ms-high-contrast: active) {
    .section .section__background-image svg {
      width: 2200px;
      height: auto; } }
.section .section__background-image--alt {
    top: -49px;
    left: -42px;
    width: 100%;
    height: 100%; }
.section .section__background-image--alt svg {
    width: 1080px;
    height: 951px;
    display: block;
    margin-left: auto; }
@media (max-width: 1399px) {
      .section .section__background-image--alt svg {
        width: auto;
        height: 100%; } }
.section .section__inner {
    position: relative;
    z-index: 2; }
.section .section__head--alt h5 {
    font-size: 56px;
    letter-spacing: 0.056em; }
@media (max-width: 1399px) {
      .section .section__head--alt h5 {
        font-size: 48px; } }
@media (max-width: 1199px) {
      .section .section__head--alt h5 {
        font-size: 44px; } }
@media (max-width: 1023px) {
      .section .section__head--alt h5 {
        font-size: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--alt h5 {
        font-size: 26px; } }
.section .section__head--size1 {
    margin-bottom: 87px; }
@media (max-width: 1399px) {
      .section .section__head--size1 {
        margin-bottom: 60px; } }
@media (max-width: 1023px) {
      .section .section__head--size1 {
        margin-bottom: 30px; } }
.section .section__head--size1 h3 {
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--size1 h3 {
        font-size: 30px; } }
.section .section__head--size2 {
    margin-bottom: 80px; }
@media (max-width: 1399px) {
      .section .section__head--size2 {
        margin-bottom: 50px; } }
@media (max-width: 1023px) {
      .section .section__head--size2 {
        margin-bottom: 30px; } }
.section .section__head--size2 h3 {
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__head--size2 h3 {
        font-size: 30px; } }
.section .section__content h5 {
    color: #0a4594;
    line-height: 1;
    margin-bottom: 32px; }
@media (max-width: 1023px) {
      .section .section__content h5 {
        margin-bottom: 15px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content h5 {
        font-size: 26px; } }
.section .section__content p {
    margin-bottom: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__content p {
        margin-bottom: 10px; } }
.section .section__content p:last-child {
      margin-bottom: 0; }
.section .section__content p > a {
    color: #307d87; }
.section .section__content--alt {
    padding-bottom: 81px;
    margin-bottom: 93px;
    border-bottom: 2px solid  #c5c5c5; }
@media (max-width: 1399px) {
      .section .section__content--alt {
        margin-bottom: 60px;
        padding-bottom: 60px; } }
@media (max-width: 1023px) {
      .section .section__content--alt {
        padding-bottom: 30px;
        margin-bottom: 30px; } }
.section .section__content--alt:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
.section .section__boxes {
    padding-top: 8px;
    max-width: 569px;
    margin-left: auto; }
@media (max-width: 1023px) {
      .section .section__boxes {
        max-width: none;
        padding-top: 0;
        margin-top: 50px; } }
.section .section__box {
    background: #e58724;
    color: #000;
    padding: 37px 49px 43px;
    margin-bottom: 83px; }
@media (max-width: 1199px) {
      .section .section__box {
        padding: 37px 25px 43px; } }
@media (max-width: 1023px) {
      .section .section__box {
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box {
        padding: 20px 20px 30px; } }
.section .section__box:last-child {
      margin-bottom: 0; }
.section .section__box > span {
    font-size: 34px;
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box > span {
        font-size: 26px; } }
.section .section__box p {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box p {
        font-size: 18px; } }
.section .section__box p + p {
    margin-top: 15px; }
.section .section__box p > span {
    display: block;
    font-size: 24px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box p > span {
        font-size: 18px; } }
.section .section__box i {
    font-weight: 900; }
.section .section__box ul {
    list-style-type: none;
    font-size: 24px;
    line-height: 1.4;
    margin: 14px 0 0; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box ul {
        font-size: 18px; } }
.section .section__box ul > li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__box ul > li {
        padding-left: 20px; } }
.section .section__box ul > li:before {
      content: '';
      position: absolute;
      top: 16px;
      left: 2px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
        .section .section__box ul > li:before {
          top: 10px; } }
.section .section__box ul > li:last-child {
      margin-bottom: 0; }
.section .section__box--light {
    background: #fcfcfc;
    border: 1px solid  #d1d1d1; }
.section .section__box--light > span {
    line-height: 1.5;
    margin-bottom: 15px; }
.section .section__text {
    margin-bottom: 74px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__text {
        margin-bottom: 30px; } }
.section .section__text strong {
    font-size: 26px;
    font-weight: 600;
    margin: 33px 0 18px;
    display: block; }
.section .section__actions {
    text-align: center; }
.section .section__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
@media (max-width: 1023px) {
      .section .section__columns {
        margin: 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__columns {
        display: block; } }
.section .section__column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.section .section__column--size1 {
    max-width: 49%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%; }
@media (max-width: 1399px) {
      .section .section__column--size1 {
        margin-right: 40px;
        max-width: 65%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%; } }
@media (max-width: 1023px) {
      .section .section__column--size1 {
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-right: 0; } }
.section .section__column--1of4 {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
@media (max-width: 1023px) {
      .section .section__column--1of4 {
        max-width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 30px; } }
@media (max-width: 1023px) {
      .section .section__column--1of4 {
        max-width: none; } }
@media (max-width: 1023px) {
    .section .section__column--1of2 {
      max-width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0; } }
.section .section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 94px;
    padding-bottom: 90px;
    border-bottom: 2px solid  #d4d4d4; }
@media (max-width: 1199px) {
      .section .section__row {
        margin-bottom: 60px;
        padding-bottom: 60px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__row {
        margin-bottom: 35px;
        padding-bottom: 35px; } }
@media (max-width: 1023px) {
      .section .section__row {
        display: block; } }
.section .section__row:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
.section .section__row .section__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1; }
.section .section__row .section__content > a {
    color: #0a4594;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s; }
@media (min-width: 1023.02px) {
      .section .section__row .section__content > a:hover {
        color: #e58724; } }
.section .section__row .section__content > i {
    display: block;
    margin-top: 20px; }
.section .section__row .section__images {
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    margin: 6px 30px 0 0; }
@media (max-width: 1023px) {
      .section .section__row .section__images {
        max-width: none;
        margin: 0 0 20px; } }
.section .section__row .section__image {
    background: #e6e6e6;
    margin-bottom: 52px; }
@media (max-width: 1023px) {
      .section .section__row .section__image {
        max-width: none;
        margin: 0 0 30px; } }
.section .section__row .section__image-inner {
    padding-top: 52.22%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
.section .section__row .section__image-caption {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    padding: 14px 15px 15px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__row .section__image-caption {
        font-size: 14px; } }
.section .section__row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.section .section__row--reverse .section__image {
    margin: 6px 0 0 23px; }
@media (max-width: 1023px) {
      .section .section__row--reverse .section__image {
        margin: 0 0 30px; } }
.section .section__list-logos {
    margin-bottom: -39px; }
@media (max-width: 1023px) {
      .section .section__list-logos {
        margin-bottom: -35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section .section__list-logos {
        margin-bottom: 0; } }
/*  Section dark  */
.section--dark {
  background: #333;
  color: #fff; }
/*  Section lighter  */
.section--lighter {
  background: #404040;
  color: #fff; }
/*  Section blue  */
.section--orange {
  background: #e58724;
  color: #fff;
  border-bottom: 30px solid #f8ab52; }
/*  Section small  */
.section--small {
  padding: 189px 0 191px; }
@media (max-width: 1399px) {
    .section--small {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--small {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--small {
      padding: 40px 0; } }
/*  Section alt  */
.section--alt {
  padding: 177px 0 195px;
  position: relative;
  overflow: hidden; }
@media (max-width: 1399px) {
    .section--alt {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--alt {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt {
      padding: 40px 0; } }
.section--alt h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 88px; }
@media (max-width: 1199px) {
      .section--alt h3 {
        margin-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt h3 {
        font-size: 24px;
        margin-bottom: 30px; } }
.section--alt .section__head {
    text-align: center;
    margin-bottom: 35px; }
.section--alt .section__head--alt {
    margin-bottom: 39px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__head--alt {
        margin-bottom: 15px; } }
.section--alt .section__body--alt {
    border-bottom: 2px solid  #505050;
    padding-bottom: 81px;
    margin-bottom: 61px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__body--alt {
        padding-bottom: 35px;
        margin-bottom: 30px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt .section__foot {
      text-align: center; } }
.section--alt .section__foot h3 {
    margin-bottom: 80px; }
@media (max-width: 1199px) {
      .section--alt .section__foot h3 {
        margin-bottom: 50px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__foot h3 {
        margin-bottom: 30px; } }
.section--alt .section__columns--alt {
    margin: 0 -30px 72px 0; }
@media (max-width: 1399px) {
      .section--alt .section__columns--alt {
        margin: 0 -5px 50px; } }
@media (max-width: 1023px) {
      .section--alt .section__columns--alt {
        margin: 0 -5px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__columns--alt {
        margin: 0 0 40px; } }
@media (max-width: 1399px) {
    .section--alt .section__columns--alt .section__column {
      padding: 0 5px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--alt .section__columns--alt .section__column {
      padding: 0; } }
.section--alt .section__column p {
    margin-bottom: 29px; }
.section--alt .section__column span {
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-bottom: 5px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__column span {
        font-size: 16px; } }
.section--alt .section__column strong {
    font-size: 26px;
    font-weight: 900;
    display: block;
    line-height: 1; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__column strong {
        font-size: 20px; } }
.section--alt .section__image {
    text-align: center; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--alt .section__image {
        margin: 0 -20px; } }
/*  Section size1  */
.section--size1 {
  padding: 147px 0 199px; }
@media (max-width: 1399px) {
    .section--size1 {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--size1 {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size1 {
      padding: 40px 0; } }
.section--size1 .section__head {
    text-align: center;
    color: #000; }
.section--size1 .section__head--alt {
    margin-bottom: 34px; }
/*  Section size1  */
.section--size2 {
  padding: 182px 0 194px; }
@media (max-width: 1399px) {
    .section--size2 {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--size2 {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size2 {
      padding: 40px 0; } }
.section--size2 .section__head {
    text-align: center; }
.section--size2 .section__head--alt {
    margin-bottom: 34px; }
@media (max-width: 1023px) {
      .section--size2 .section__head--alt {
        margin-bottom: 35px; } }
.section--size2 .section__body {
    margin-bottom: 62px; }
@media (max-width: 1023px) {
      .section--size2 .section__body {
        margin-bottom: 40px; } }
.section--size2 .section__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__images {
        display: block; } }
.section--size2 .section__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    text-align: center;
    margin-right: 20px; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .section--size2 .section__image {
        margin: 0 0 20px; } }
.section--size2 .section__image:last-child {
      margin: 0; }
/*  Section size3  */
.section--size3 {
  padding: 190px 0 176px; }
@media (max-width: 1399px) {
    .section--size3 {
      padding: 110px 0; } }
@media (max-width: 1023px) {
    .section--size3 {
      padding: 70px 0; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section--size3 {
      padding: 40px 0; } }
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none; }
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 1410px + 60px * 2);
  padding-left: 60px;
  padding-right: 60px;
  margin: auto;
  width: 100%; }
@media (max-width: 1199px) {
    .shell {
      padding-left: 40px;
      padding-right: 40px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
      padding-left: 30px;
      padding-right: 30px; } }
/* Shell Fluid */
.shell--fluid {
  max-width: none; }
/* ------------------------------------------------------------ *\
	Submenu
\* ------------------------------------------------------------ */
.submenu {
  padding: 18px 0;
  background-color: #ccc;
  text-align: center; }
@media (max-width: 1199px) {
    .submenu {
      padding: 18px 0; } }
@media (max-width: 1023px) {
    .submenu {
      padding: 18px 0; } }
.submenu a {
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    padding: 0 4px;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
@media (max-width: 1399px) {
      .submenu a {
        font-size: 18px; } }
@media (max-width: 1199px) {
      .submenu a {
        font-size: 16px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .submenu a {
        font-size: 15px; } }
@media (max-width: 374px) {
      .submenu a {
        font-size: 13px; } }
.submenu a:hover {
      color: #0a4594; }
.submenu .active a {
    font-weight: 900;
    color: #0a4594; }
.submenu .submenu__inner {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -7px; }
.submenu h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0 20px 0 9px; }
@media (max-width: 1399px) {
      .submenu h6 {
        padding: 0 20px 0 0;
        font-size: 20px; } }
@media (max-width: 1199px) {
      .submenu h6 {
        font-size: 18px; } }
@media (max-width: 1023px) {
      .submenu h6 {
        display: none; } }
.submenu .submenu__nav {
    overflow-x: auto;
    overflow-y: hidden; }
@media (max-width: 1023px) {
      .submenu .submenu__nav {
        width: 100%; } }
.submenu ul li {
    display: inline-block;
    vertical-align: middle; }
.submenu ul li + li {
    position: relative;
    margin-left: 20px;
    padding-left: 23px; }
@media (max-width: 1399px) {
      .submenu ul li + li {
        margin-left: 10px;
        padding-left: 10px; } }
.submenu ul li + li:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 20px;
      width: 1px;
      background-color: #808080; }
.is-sticky .submenu {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 100%; }
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  font-size: 28px;
  line-height: 1.45;
  color: #000; }
@media (max-width: 1199px) {
    .testimonial {
      font-size: 24px; } }
@media (max-width: 1023px) {
    .testimonial {
      font-size: 20px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonial {
      font-size: 18px; } }
@media (max-width: 374px) {
    .testimonial {
      font-size: 16px; } }
.testimonial i {
    margin-bottom: 7px;
    display: block; }
.testimonial span {
    display: block;
    font-size: 22px;
    font-weight: 600; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonial span {
        font-size: 20px; } }
@media (max-width: 374px) {
      .testimonial span {
        font-size: 18px; } }
.testimonial .testimonial__inner {
    background: #f8ab52;
    height: 100%;
    border-left: 5px solid #fff;
    padding: 30px 28px 32px 35px; }
@media (max-width: 1023px) {
      .testimonial .testimonial__inner {
        padding: 25px 20px; } }
.testimonial .testimonial__inner--big {
    padding: 30px 28px 41px 35px; }
@media (max-width: 1023px) {
      .testimonial .testimonial__inner--big {
        padding: 25px 20px; } }
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px; }
@media (max-width: 1199px) {
    .testimonials {
      margin: 0 -8px -30px; } }
@media (max-width: 1023px) {
    .testimonials {
      margin: 0 -8px -35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .testimonials {
      display: block;
      margin: 0; } }
.testimonials .testimonial {
    padding: 0 15px;
    margin-bottom: 30px; }
@media (max-width: 1199px) {
      .testimonials .testimonial {
        padding: 0 8px; } }
@media (max-width: 1023px) {
      .testimonials .testimonial {
        margin-bottom: 35px; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials .testimonial {
        padding: 0; } }
.testimonials .testimonial--1of3 {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .testimonials .testimonial--1of3 {
        max-width: 80%;
        margin: 0 auto 20px; } }
@media (max-width: 575px) {
      .testimonials .testimonial--1of3 {
        max-width: none; } }
.testimonials .testimonial--1of2 {
    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) {
      .testimonials .testimonial--1of2 {
        max-width: 80%;
        margin: 0 auto 20px; } }
@media (max-width: 575px) {
      .testimonials .testimonial--1of2 {
        max-width: none; } }
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  padding-top: 120px;
  overflow: hidden; }
@media (max-width: 1399px) {
    .wrapper {
      padding-top: 71px; } }
@media (max-width: 1023px) {
    .wrapper {
      padding-top: 65px; } }
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
