@charset "UTF-8";
@font-face {
  font-family: "LaGiocondaOSTT";
  src: url("../fonts/la-gioconda-os-tt.eot");
  src: url("../fonts/la-gioconda-os-tt.eot?#iefix") format("embedded-opentype"), url("../fonts/la-gioconda-os-tt.woff2") format("woff2"), url("../fonts/la-gioconda-os-tt.woff") format("woff"), url("../fonts/la-gioconda-os-tt.ttf") format("truetype"), url("../fonts/la-gioconda-os-tt.svg#youworkforthem") format("svg");
  font-weight: normal;
  font-style: normal;
}
.black-background {
  background-color: #000000;
}

.black-color, .title--banner, h1 {
  color: #000000;
}

.black-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #000000;
          box-shadow: inset 0 123px 190px -30px #000000;
}

.white-background {
  background-color: #fff;
}

.white-color {
  color: #fff;
}

.white-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #fff;
          box-shadow: inset 0 123px 190px -30px #fff;
}

.blue-background, .column-content-block .divider, .teams-wrap .divider--3, .slick-dots li.slick-active button:before {
  background-color: #2B53A0;
}

.blue-color {
  color: #2B53A0;
}

.blue-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #2B53A0;
          box-shadow: inset 0 123px 190px -30px #2B53A0;
}

.green-background, .teams-wrap .divider--1, .slider__nav li button.slide-active:before, .banner__nav:before, .banner__nav:after {
  background-color: #009640;
}

.green-color, .banner__nav {
  color: #009640;
}

.green-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #009640;
          box-shadow: inset 0 123px 190px -30px #009640;
}

.red-background, .column-content-block:nth-of-type(even) .row > div:last-of-type .divider, .teams-wrap .divider--2 {
  background-color: #E40313;
}

.red-color {
  color: #E40313;
}

.red-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #E40313;
          box-shadow: inset 0 123px 190px -30px #E40313;
}

.grey-background {
  background-color: #4C545F;
}

.grey-color {
  color: #4C545F;
}

.grey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #4C545F;
          box-shadow: inset 0 123px 190px -30px #4C545F;
}

.lgrey-background {
  background-color: #dbe0e4;
}

.lgrey-color {
  color: #dbe0e4;
}

.lgrey-shadow {
  -webkit-box-shadow: inset 0 123px 190px -30px #dbe0e4;
          box-shadow: inset 0 123px 190px -30px #dbe0e4;
}

.pad-xl-top {
  padding-top: 10vh;
}
@media screen and (max-width: 767px) {
  .pad-xl-top {
    padding-top: 30px;
  }
}

.pad-lg-top {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pad-lg-top {
    padding-top: 30px;
  }
}

.pad-lg-btm {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pad-lg-btm {
    padding-bottom: 30px;
  }
}

.pad-lg-side {
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  .pad-lg-side {
    padding: 0 30px;
  }
}

.pad-lg {
  padding: 100px;
}
@media screen and (max-width: 767px) {
  .pad-lg {
    padding: 30px;
  }
}

.marg-lg-top {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .marg-lg-top {
    margin-top: 30px;
  }
}

.pad-med-top {
  padding-top: 40px;
}

.pad-med-btm {
  padding-bottom: 40px;
}

.pad-med-side {
  padding: 0 40px;
}

.pad-med {
  padding: 40px;
}

.pad-sm-top {
  padding-top: 30px;
}

.pad-sm-btm {
  padding-bottom: 30px;
}

.pad-sm-side {
  padding: 0 30px;
}

.pad-sm {
  padding: 30px;
}

.full-screen {
  height: 100vh;
  width: 100%;
  position: relative;
}

.centered {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100vw;
  width: 100%;
  text-align: left;
}

.two-columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-top: 26px;
}
.two-columns ul {
  margin-top: 0 !important;
}

@media screen and (min-width: 769px) {
  .pad-neg-btm {
    margin-bottom: -70vh;
  }
}
.gutter-reset {
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1024px) {
  .gutter-reset {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.pad-inside {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
@media screen and (max-width: 1024px) {
  .pad-inside {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.marg-neg-top {
  margin-top: -150px;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap__item {
  width: calc(100% / 6);
}

/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: black;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 650px;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 769px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-md-1, .column-content-block:nth-of-type(even) .row > div:first-of-type {
    margin-left: 8.3333333333%;
  }

  .offset-md-2, .page-template-tpl-why-us .animation__frame:nth-of-type(even) > div > div > div {
    margin-left: 16.6666666667%;
  }

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

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

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

  .offset-md-6, .page-template-tpl-why-us .animation__frame:nth-of-type(odd) > div > div > div {
    margin-left: 50%;
  }

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

  .offset-md-8, .centered-content-block__strip:nth-of-type(odd) .col-md-4 {
    margin-left: 66.6666666667%;
  }

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none;
}

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

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 769px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #05E5C8 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #04b39c !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #E40313 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #b2020f !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

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

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-right: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 2px;
  width: 80px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 10px;
  background: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #CBCBCD;
  content: "";
  width: 80px;
  height: 2px;
  opacity: 1;
}
@media (max-width: 768.98px) {
  .slick-dots {
    text-align: center;
  }
  .slick-dots li {
    width: 30px;
  }
  .slick-dots li button {
    width: 30px;
  }
  .slick-dots li button:before {
    width: 30px;
  }
}

.slider--publications .slick-dots {
  text-align: left;
  bottom: 30px;
}
.slider--publications .slick-dots li button:before {
  background-color: transparent;
  content: "";
}

.slider--feedback .slick-dots {
  text-align: center;
  bottom: 30px;
  left: 0;
}
.slider--feedback .slick-dots li button:before {
  background-color: transparent;
  content: "";
}
.slider--feedback .slick-dots button {
  background-color: white;
}

/* Magnific Popup CSS */
body {
  -webkit-overflow-scrolling: touch;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*!
 * fullPage 3.0.4
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html {
  font-size: 16px;
  font-family: "ingra", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f0f3f7;
}

#page-wrap {
  position: relative;
  width: 100vw;
}

#content-wrap {
  width: 100vw;
}

.page-template-tpl-why-us #page-wrap {
  overflow: inherit;
}

.base-theme-padding {
  padding: 100px 0;
}

.page-id-3023 .teasers--who-we-are .grid > div {
  width: 50%;
  margin: 15px;
}
@media (max-width: 991.98px) {
  .page-id-3023 .teasers--who-we-are .grid > div {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-id-3023 .grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-nav {
  width: 100vw;
  padding: 50px 80px 0;
  position: absolute;
  top: 0;
  z-index: 99;
  overflow: hidden;
}
.top-nav .container-fluid {
  max-width: unset !important;
}
@media (max-width: 768.98px) {
  .top-nav__logo {
    width: 100px;
  }
}
.top-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-nav ul > li {
  padding: 0;
  text-indent: 0;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a {
  font-family: "Roboto";
  color: #000000;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.top-nav ul li a:hover {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
.top-nav ul li a:hover:after {
  width: 100%;
}
.top-nav ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  background: black;
  left: 0;
  bottom: -5px;
  width: 0;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.top-nav ul li.current_page_item a:after, .top-nav ul li.current-page-ancestor a:after {
  width: 100%;
}
.top-nav .logo {
  width: 230px;
  margin-top: 31px;
}
.top-nav .logo--white {
  display: none;
}
.top-nav .logo--black {
  display: block;
}
@media (max-width: 991.98px) {
  .top-nav .logo {
    width: 150px;
  }
}
@media (max-width: 768.98px) {
  .top-nav .logo {
    width: 170px;
  }
}
.top-nav #menu-main-menu li {
  padding: 0 20px;
  position: relative;
}
.top-nav #menu-main-menu li .sub {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  width: 200px;
  right: 0;
  font-size: 11px;
  color: grey;
}
.top-nav #menu-main-menu li:hover .sub {
  opacity: 1;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-nav #menu-main-menu li:last-of-type {
  padding-right: 0px;
}
@media (max-width: 1024px) {
  .top-nav #menu-main-menu li {
    padding: 0 0px;
  }
}
.top-nav #menu-main-menu li:last-of-type {
  padding-right: 0px;
}
.top-nav .menu-main-menu-top-container {
  margin-bottom: 16px;
}
.top-nav .menu-main-menu-top-container ul li a {
  color: #818EA0;
  font-size: 0.8125rem;
}
.top-nav .menu-main-menu-top-container ul li a:after {
  background: #818EA0;
}
.top-nav .menu-main-menu-top-container ul li.current_page_item a:after {
  background: #818EA0;
}
.top-nav .menu-main-menu-top-container ul li:last-of-type {
  padding-right: 0px;
}
.top-nav .menu-main-menu-top-container li {
  padding: 0 12px;
}
.top-nav.sticky {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 13px 80px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-83px);
      -ms-transform: translateY(-83px);
          transform: translateY(-83px);
}
.top-nav.sticky .container-fluid {
  width: calc(100% - 154px);
  margin: 0;
  float: left;
}
.top-nav.sticky .container-fluid .text-right {
  text-align: left !important;
}
@media (min-width: 769px) {
  .top-nav.sticky .container-fluid .col-md-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-nav.sticky .container-fluid .col-md-10 .js-open-search {
    margin-top: 0 !important;
  }
}
.top-nav.sticky > a {
  float: right;
  display: inline-block;
}
.top-nav.sticky .contact-triangle {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Roboto";
  display: inline-block;
  font-size: 12px;
  position: relative;
  background-color: #28a745;
  color: #fff;
  margin: 0;
  color: #fff;
  padding: 11px 17px;
}
.top-nav.sticky .contact-triangle .category {
  margin: 0;
  color: #fff;
}
@media (max-width: 991.98px) {
  .top-nav.sticky .contact-triangle {
    display: none;
  }
}
.top-nav.sticky .menu-main-menu-top-container {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .top-nav.sticky .menu-main-menu-top-container {
    display: none;
  }
}
@media (min-width: 992px) {
  .top-nav.sticky .menu-main-menu-container {
    padding-top: 7px;
  }
}
.top-nav.sticky--reveal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-nav.sticky .logo {
  margin: 0px;
  padding-top: 11px;
  width: 150px;
}
.top-nav.sticky .sub {
  display: none;
}
@media (max-width: 991.98px) {
  .top-nav.sticky {
    padding: 13px 15px;
    background-color: #000000;
  }
  .top-nav.sticky .hamburger-wrap {
    top: 31px;
  }
  .top-nav.sticky .logo {
    padding-top: 6px;
    padding-bottom: 2px;
  }
  .top-nav.sticky .logo--white {
    display: block;
  }
  .top-nav.sticky .logo--black {
    display: none;
  }
}
.top-nav--dark .logo--white {
  display: block;
}
.top-nav--dark .logo--black {
  display: none;
}
.top-nav--dark ul li a {
  color: #fff;
}
.top-nav--dark ul li a:after {
  background: white;
}
.top-nav--dark .menu-main-menu-top-container #menu-main-menu-top li a {
  color: #fff;
  opacity: 0.8;
}
.top-nav--dark.sticky {
  background-color: #000000;
}
@media (max-width: 1199.98px) {
  .top-nav {
    padding: 40px 50px;
  }
}
@media (max-width: 991.98px) {
  .top-nav {
    padding: 0 15px;
  }
}

.menu-main-container {
  padding-top: 40px;
}

@media (max-width: 991.98px) {
  .nav-mobile {
    position: fixed;
    -webkit-transform: translate(50vw);
        -ms-transform: translate(50vw);
            transform: translate(50vw);
    width: 50vw;
    top: 0;
    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;
    right: 0;
    background-color: #000000;
    height: 100vh;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    z-index: 99;
    padding: 50px;
  }
  .nav-mobile .menu-main-menu-container,
.nav-mobile .menu-main-menu-top-container {
    width: 100%;
  }
  .nav-mobile .menu-main-menu-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 70px;
  }
  .nav-mobile .menu-main-menu-top-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    color: #ffffff9c;
  }
  .nav-mobile .menu-main-menu-top-container ul li a {
    color: #ffffff9c;
    font-size: 1.2rem;
  }
  .nav-mobile ul li {
    display: block;
    text-align: left;
    margin-bottom: 10px;
  }
  .nav-mobile ul li a {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: larger;
  }
  .nav-mobile ul li a:after {
    content: "";
    position: absolute;
    height: 6px;
    background: #009640;
    width: 0px;
    left: -5px;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  }
  .nav-mobile ul li a:hover:after {
    display: none;
  }
  .nav-mobile ul li.current_page_item a:after, .nav-mobile ul li.current-page-ancestor a:after {
    width: calc(100% - 10px);
    outline: none;
  }
  .nav-mobile.open {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 575.98px) {
  .nav-mobile {
    width: 100vw;
    -webkit-transform: translate(100vw);
        -ms-transform: translate(100vw);
            transform: translate(100vw);
  }
}
.top-nav:not(.sticky) .contact-triangle {
  background-color: #28a745;
  color: #fff;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg) translate(0px, -160px);
      -ms-transform: rotate(45deg) translate(0px, -160px);
          transform: rotate(45deg) translate(0px, -160px);
}
.top-nav:not(.sticky) .contact-triangle .category {
  color: #fff;
  padding: 0px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .top-nav:not(.sticky) .contact-triangle {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .js-open-search {
    display: none !important;
  }

  .top-nav {
    overflow: visible;
  }
}
.mobile-menu-links {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-menu-links {
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mobile-menu-links .js-open-search {
    margin-top: 0px !important;
    display: block !important;
  }
}

.post-type-archive-teams #menu-item-5202 a:after {
  width: 100%;
}

.post-type-archive-our-projects #menu-item-5203 a:after {
  width: 100%;
}

.single-post #menu-item-5204 a:after {
  width: 100%;
}

.footer {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: 75px;
}
.footer .logo {
  width: 190px;
}
.footer #menu-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.footer #menu-footer-menu > li {
  padding: 0;
  text-indent: 0;
}
.footer #menu-footer-menu li {
  margin-bottom: 5px;
}
.footer #menu-footer-menu a {
  font-family: "Roboto";
  color: #fff;
  font-size: 0.875rem;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer #menu-footer-menu a:hover {
  color: #28a745;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer .twitter-feed {
  position: relative;
  color: #fff;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.8235294118;
  /* 31px */
  letter-spacing: -0.2px;
}
.footer .twitter-feed a {
  color: #3AACDC;
}
.footer .twitter-feed:before {
  content: url(../img/icons/twitter-blue.svg);
  position: absolute;
  top: 0;
  left: -60px;
  width: 40px;
}
@media (max-width: 991.98px) {
  .footer .twitter-feed {
    padding-top: 50px;
  }
  .footer .twitter-feed:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.footer .social-media {
  margin-bottom: 20px;
}
.footer .social-media img {
  width: 35px;
}
.footer .social-media a:last-of-type img {
  width: 33px;
  margin-right: 7px;
}
.footer .social-media a:nth-of-type(3) img {
  width: 22px;
  margin-left: 10px;
  margin-right: 5px;
}
.footer .social-media a:nth-of-type(2) img {
  width: 22px;
  margin-left: 5px;
}
.footer__sub-footer {
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  padding-top: 100px;
  color: #fff;
}
.footer__sub-footer a {
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__sub-footer a:hover {
  color: #28a745;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.footer__sub-footer__links span {
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
  position: relative;
  display: inline-block;
}
.footer__sub-footer__links span:last-child {
  border-right: 0px;
}
@media (max-width: 768.98px) {
  .footer__sub-footer__links span {
    display: block;
    padding-bottom: 10px;
    border: 0px;
  }
}
@media (min-width: 769px) {
  .footer__sub-footer__links {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .footer__sub-footer {
    padding-top: 50px;
  }
  .footer__sub-footer__links {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .footer {
    text-align: center;
    padding: 45px 15px;
  }
  .footer > div > div > div {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .footer .container-fluid {
    margin: 0px;
    max-width: 100%;
  }
}

.title, h4, h3, h2, h1 {
  font-size: 36px;
  /* 36px */
  font-size: 2.25rem;
  /* 36px */
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.title--xs {
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.2941176471;
  /* 22px */
  font-weight: 700;
}
.title--small, h4 {
  font-size: 28px;
  /* 28px */
  font-size: 1.75rem;
  /* 28px */
  line-height: 1.1785714286;
  /* 33px */
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .title--small, h4 {
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
    line-height: 1.2333333333;
    /* 37px */
  }
}
@media (max-width: 575.98px) {
  .title--small, h4 {
    font-size: 22px;
    /* 22px */
    font-size: 1.375rem;
    /* 22px */
    line-height: 1.1818181818;
    /* 26px */
  }
}
.title--medium, h3 {
  font-size: 36px;
  /* 36px */
  font-size: 2.25rem;
  /* 36px */
  line-height: 1.1666666667;
  /* 42px */
  font-weight: 700;
  letter-spacing: -0.5px;
}
@media (max-width: 575.98px) {
  .title--medium, h3 {
    font-size: 25px;
    /* 25px */
    font-size: 1.5625rem;
    /* 25px */
    line-height: 1.08;
    /* 27px */
  }
}
.title--large {
  font-size: 48px;
  /* 48px */
  font-size: 3rem;
  /* 48px */
  line-height: 1;
  /* 48px */
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 768.98px) {
  .title--large {
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.15;
    /* 46px */
  }
}
@media (max-width: 575.98px) {
  .title--large {
    font-size: 30px;
    /* 30px */
    font-size: 1.875rem;
    /* 30px */
    line-height: 1.2;
    /* 36px */
  }
}
.title--xl {
  font-size: 64px;
  /* 64px */
  font-size: 4rem;
  /* 64px */
  line-height: 1;
  /* 64px */
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 768.98px) {
  .title--xl {
    font-size: 54px;
    /* 54px */
    font-size: 3.375rem;
    /* 54px */
    line-height: 1;
    /* 54px */
  }
}
@media (max-width: 575.98px) {
  .title--xl {
    font-size: 39px;
    /* 39px */
    font-size: 2.4375rem;
    /* 39px */
    line-height: 1;
    /* 39px */
  }
}
.title--xxl {
  font-size: 80px;
  /* 80px */
  font-size: 5rem;
  /* 80px */
  line-height: 1;
  /* 80px */
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: lowercase;
}
@media (max-width: 768.98px) {
  .title--xxl {
    font-size: 39px;
    /* 39px */
    font-size: 2.4375rem;
    /* 39px */
    line-height: 1;
    /* 39px */
  }
}
.title--banner, h1 {
  font-size: 80px;
  /* 80px */
  font-size: 5rem;
  /* 80px */
  line-height: 1.025;
  /* 82px */
  font-weight: 700;
  letter-spacing: -1.5px;
}
@media (max-width: 1024px) {
  .title--banner, h1 {
    font-size: 59px;
    /* 59px */
    font-size: 3.6875rem;
    /* 59px */
    line-height: 1;
    /* 59px */
  }
}
@media (max-width: 991.98px) {
  .title--banner, h1 {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .title--banner, h1 {
    font-size: 35px;
    /* 35px */
    font-size: 2.1875rem;
    /* 35px */
    line-height: 1.1142857143;
    /* 39px */
    letter-spacing: -1px;
  }
}
@media (max-width: 320px) {
  .title--banner, h1 {
    font-size: 31px;
    /* 31px */
    font-size: 1.9375rem;
    /* 31px */
    line-height: 1;
    /* 31px */
  }
}
.title--banner--loading {
  opacity: 0;
  position: relative;
  margin-top: 45px;
}
.title--banner--loading-2 {
  opacity: 0;
  padding-top: 11px;
}
.title--parallax {
  font-size: 120px;
  /* 120px */
  font-size: 7.5rem;
  /* 120px */
  line-height: 0.85;
  /* 102px */
  font-weight: 600;
  letter-spacing: -2px;
  color: #dbe0e4;
  text-transform: lowercase;
}
.title--parallax--small {
  font-size: 90px;
  /* 90px */
  font-size: 5.625rem;
  /* 90px */
  line-height: 1;
  /* 90px */
  width: 100%;
}
@media (max-width: 1280px) {
  .title--parallax {
    font-size: 99px;
    /* 99px */
    font-size: 6.1875rem;
    /* 99px */
    line-height: 1;
    /* 99px */
    text-align: center;
  }
}
@media (max-width: 768.98px) {
  .title--parallax {
    font-size: 60px;
    /* 60px */
    font-size: 3.75rem;
    /* 60px */
    line-height: 1.0333333333;
    /* 62px */
    letter-spacing: -1px;
    position: relative;
    right: unset;
    left: unset;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .title--parallax {
    font-size: 40px;
    /* 40px */
    font-size: 2.5rem;
    /* 40px */
    line-height: 1.05;
    /* 42px */
  }
}

h1 {
  text-transform: none !important;
}

.page-id-520 .banner--page .title, .page-id-520 .banner--page h2, .page-id-520 .banner--page h3, .page-id-520 .banner--page h4, .page-id-520 .banner--page h1, .page-id-520 .banner__title-wrap {
  max-width: 100%;
}

.page-id-6376 h1 {
  text-transform: capitalize;
}
@media (max-width: 800px) {
  .page-id-6376 h1 .title, .page-id-6376 h1 h1, .page-id-6376 h1 h2, .page-id-6376 h1 h3, .page-id-6376 h1 h4 {
    display: inline;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 92vw;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
    width: 100%;
  }
}
#content-wrap {
  position: relative;
}

.intro {
  font-size: 1.375rem;
  line-height: 1.3636363636;
}

p:not(.subtitle), li {
  font-size: 1.0625rem;
  line-height: 28px;
  font-family: "Montserrat", sans-serif;
}

::-moz-selection {
  background: black;
  color: white;
  padding: 10px;
}

::selection {
  background: black;
  color: white;
  padding: 10px;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex--5 > div {
  width: 20%;
}
.flex--4 > div {
  width: 25%;
}

@media screen and (min-width: 1441px) {
  .container-fluid {
    max-width: 1440px;
    margin: auto;
  }
}
.publications-item {
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 30px;
  display: block;
  height: 100%;
  overflow: hidden;
}
.publications-item .title, .publications-item h1, .publications-item h2, .publications-item h3, .publications-item h4 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 33px;
}
.publications-item__cat {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 7px 9px;
  background-color: #28a745;
  color: white;
  border-radius: 0px 5px 0px 0px;
}
.publications-item__hover {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: rgba(40, 167, 69, 0.95);
  padding: 30px;
  border-radius: 5px;
}
.publications-item__hover .title, .publications-item__hover h1, .publications-item__hover h2, .publications-item__hover h3, .publications-item__hover h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.71px;
  line-height: 21px;
  text-transform: uppercase;
  color: #fff;
}
.publications-item__hover p {
  color: #fff;
}
.publications-item__hover .button {
  background-color: #1e7e34;
}
.publications-item:hover .publications-item__hover {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.post-type-archive-publication .col-md-3 {
  margin-bottom: 30px;
}

#content-wrap .twitter-feed {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
#content-wrap .twitter-feed > a:before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url(../img/icons/twitter-blue.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (max-width: 768px) {
  #content-wrap .twitter-feed > a:before {
    top: -29px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#content-wrap .twitter-feed__slider {
  margin-top: 35px;
}
#content-wrap .twitter-feed__slider p {
  margin-bottom: 0;
  font-size: 19px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: normal;
  max-width: unset !important;
}
#content-wrap .twitter-feed__slider p a {
  color: #3AACDC;
}
#content-wrap .twitter-feed__slider small {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
#content-wrap .twitter-feed .slick-dots {
  text-align: right;
}
#content-wrap .twitter-feed .slick-slider {
  margin-bottom: 0;
}

.blog .section__wrap__2__box > div, .blog .section__wrap__3__box > div {
  padding: 40px 108px;
}
@media (max-width: 700px) {
  .blog .section__wrap__2__box > div, .blog .section__wrap__3__box > div {
    padding: 40px 20px;
  }
  .blog .section__wrap__2__box > div .slick-dots, .blog .section__wrap__3__box > div .slick-dots {
    text-align: center;
  }
}

.blog .section__wrap__3 .divider {
  top: 0px;
  right: -40px;
  background: #2B53A0;
}
@media (max-width: 700px) {
  .blog .twitter-feed .slick-dots {
    text-align: center !important;
  }
}

.asset {
  margin-bottom: 30px;
}
.asset__img {
  position: relative;
  background-size: cover;
  background-position: center;
}
.asset__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.3564356436%;
}
.asset__img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.asset__img--logos {
  background-size: contain;
  background: #fff;
  padding: 20px;
  background-repeat: no-repeat;
}
.asset__img--logos img {
  width: 70%;
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.asset__text {
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
}
.asset__text:before {
  content: url(../img/icons/download.svg);
  position: absolute;
  left: 0;
  top: 0;
}

.fact-sheets .asset {
  position: relative;
  position: relative;
  background: #fff;
}
.fact-sheets .asset:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.3564356436%;
}
.fact-sheets .asset > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fact-sheets .asset > div {
  margin-top: 0;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.page-id-5284 .title--parallax {
  text-align: left;
}

.instagram-feed {
  text-align: right;
  margin-top: 156px;
}
@media (max-width: 768.98px) {
  .instagram-feed {
    margin-top: 30px;
  }
}
.instagram-feed video {
  min-width: 100%;
  min-height: 100%;
  background: black;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.instagram-feed a {
  display: inline-block;
  width: calc((100% / 3) - 10px);
  margin-right: 10px;
}
.instagram-feed a:hover p {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.instagram-feed a:hover .shadow {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .instagram-feed a {
    width: 100%;
    margin-right: 0;
  }
}
.instagram-feed a > div {
  position: relative;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.instagram-feed a > div:before {
  content: url(../img/icons/instagram.svg);
  position: absolute;
  top: 15px;
  left: 15px;
}
.instagram-feed a > div p {
  position: absolute;
  color: #fff;
  bottom: 20px;
  left: 30px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-right: 20px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .instagram-feed a > div {
    margin-bottom: 30px;
  }
}
.instagram-feed .error-message {
  text-align: left;
  /* margin-bottom: 200px; */
  padding: 20px;
  background: #d7d7d7;
}
.instagram-feed .error-message a {
  display: inline;
  color: #28a745;
}
.instagram-feed .shadow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .twitter-feed-container .section__wrap__3__bottom {
    margin-top: -300px;
  }
}
@media (min-width: 769px) {
  .twitter-feed-container .section__wrap__3__bottom {
    right: unset;
    left: unset;
    width: 100%;
    height: 385px;
    max-width: 49%;
  }
}
@media (max-width: 991.98px) {
  .twitter-feed-container {
    padding-top: 0;
  }
  .twitter-feed-container .section__wrap__3__bottom {
    height: auto;
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .twitter-feed-container {
    height: auto;
  }
}
.twitter-feed-container .section__wrap__3 .divider {
  right: -40px;
  top: 200px;
}

.location-filter {
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 58px;
  max-width: 971px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.location-filter button {
  -webkit-appearance: none;
  text-align: left;
  padding: 0;
}
.location-filter button div {
  margin: 0;
}
.location-filter h3 {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.44px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.location-filter .category {
  margin-bottom: 7px;
  color: #fff;
}
.location-filter__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location-filter__columns {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  margin-right: 20px;
}
.location-filter .back-button {
  margin-top: 30px;
}
@media (min-width: 787px) {
  .location-filter__group {
    padding-right: 52px;
    /* display: inline-block; */
    width: calc(100% / 4);
  }
}
.location-filter__group:last-of-type {
  margin-bottom: 0;
}
.location-filter__group__seemore {
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  padding: 58px;
}
@media (max-width: 787px) {
  .location-filter__group h4, .location-filter__group h3 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }
}
.location-filter__toggle {
  background-color: rgba(0, 0, 0, 0.9);
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.49px;
  line-height: 34px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -66px;
  left: 0;
  padding: 16px 140px 16px 40px;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}
.location-filter__toggle:after {
  position: absolute;
  content: url(../img/icons/chevron-down.svg);
  right: 30px;
}
.location-filter.opened {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#input_8_14 > div {
  margin: auto;
}

@media (max-width: 800px) {
  .home .container {
    max-width: calc(100% - 50px);
  }
}
@media (max-width: 450px) {
  .home .container {
    max-width: 100%;
  }
}

.page-id-5667 .banner .title--medium, .page-id-5667 .banner h3 {
  max-width: 600px;
  margin: auto;
  line-height: 44px;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .page-id-5667 .banner .title--medium, .page-id-5667 .banner h3 {
    line-height: 1.3;
  }
}
@media (max-width: 575.98px) {
  .page-id-5667 .banner .title--xl {
    font-size: 31px;
    line-height: 32px;
  }
}
.page-id-5667 .banner .anchor {
  letter-spacing: 0;
  line-height: 30px;
  font-size: 26px;
  font-weight: 700;
  font-family: "Montserrat";
  text-align: center;
  color: #fff;
  text-transform: lowercase;
  margin: 0 18px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 4px solid #28a745;
}
.page-id-5667 .banner .anchor:last-of-type {
  border-bottom: 4px solid #E40313;
}
.page-id-5667 .banner__nav {
  padding-right: 0;
}
.page-id-5667 .banner__nav:before, .page-id-5667 .banner__nav:after {
  display: none;
}
.page-id-5667 h1 {
  text-transform: lowercase;
}
.page-id-5667 .banner__title-wrap:after {
  bottom: 10px;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .page-id-5667 .banner__title-wrap:after {
    bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .page-id-5667 .section__wrap__3__bottom .block-reveal-inner__content {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .page-id-5667 .title--parallax {
    font-size: 60px;
    line-height: 60px;
  }
}

.plan-steps {
  margin-top: 30px;
  overflow: hidden;
}
.plan-steps__item {
  -webkit-transform: translateX(calc(-100% - 50px));
      -ms-transform: translateX(calc(-100% - 50px));
          transform: translateX(calc(-100% - 50px));
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  position: relative;
  padding: 35px 30px 35px 40px;
  background: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  font-family: "Roboto";
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25.5px;
  max-width: 561px;
}
.plan-steps__item > span {
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.plan-steps__item__number {
  font-family: "Montserrat";
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.75px;
  line-height: 56px;
  text-align: center;
  color: #28a745;
  margin-right: 15px;
}
.plan-steps__item:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 63px solid transparent;
  border-bottom: 63px solid transparent;
  border-left: 50px solid #fff;
}
@media (max-width: 700px) {
  .plan-steps__item {
    margin-right: 0;
  }
  .plan-steps__item:before {
    display: none;
  }
}
.plan-steps.animate-active .plan-steps__item {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.plan-steps.animate-active .plan-steps__item > span {
  opacity: 1;
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.plan-steps__item:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.plan-steps__item:nth-child(1) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.plan-steps__item:nth-child(2) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.plan-steps__item:nth-child(3) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.plan-steps__item:nth-child(4) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
.plan-steps__item:nth-child(5) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.plan-steps__item:nth-child(6) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.plan-steps__item:nth-child(7) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(8) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.plan-steps__item:nth-child(8) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(9) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}
.plan-steps__item:nth-child(9) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.plan-steps__item:nth-child(10) {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.plan-steps__item:nth-child(10) > span {
  -webkit-transition-delay: calc(1s + (0.25s * $i));
       -o-transition-delay: calc(1s + (0.25s * $i));
          transition-delay: calc(1s + (0.25s * $i));
}

.svg-path text {
  display: none;
}

.careers-text {
  max-width: 900px;
  margin: 50px auto 0;
}

.sector-teaser {
  margin-bottom: 85px;
}
.sector-teaser .title--parallax {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1.25px;
  line-height: 42px;
  text-align: center;
}
@media (max-width: 900px) {
  .sector-teaser .title--parallax {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -0.7px;
    line-height: 52px;
  }
}
.sector-teaser__inner {
  padding: 40px 90px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media (max-width: 900px) {
  .sector-teaser__inner {
    padding: 40px 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sector-teaser__title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 42px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 3;
}
.sector-teaser__title:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 0px;
  height: 10px;
  background: #28a745;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sector-teaser__title:hover:before {
  width: 80%;
}
@media (max-width: 900px) {
  .sector-teaser {
    margin-top: 50px;
  }
}

.page .section--block {
  margin: 100px 0;
}
@media (max-width: 768.98px) {
  .page .section--block {
    margin: 30px 0;
  }
}

.downloads .asset {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  padding: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DBE0E7;
}
.downloads .asset img {
  height: 190px;
}
.downloads .asset__text {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  padding: 0 40px 0 50px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.downloads .asset__text:before {
  display: none;
}
@media (max-width: 700px) {
  .downloads .asset__text {
    font-size: 18px;
    line-height: 22px;
    padding: 0 20px;
  }
}

#content-wrap p:not(.subtitle) {
  font-family: "Montserrat", sans-serif;
}
#content-wrap p:not(.subtitle).large {
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}
#content-wrap .subtitle, #content-wrap .subtitle p {
  font-family: "Montserrat", sans-serif;
}
#content-wrap .subtitle--rounded, #content-wrap .subtitle p--rounded {
  font-family: "Montserrat", sans-serif;
}
#content-wrap .title-font {
  font-family: "Montserrat", sans-serif;
}

.subtitle {
  color: #000000;
  max-width: 490px;
  margin-top: 30px;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.7647058824;
  /* 30px */
}
.subtitle--rounded {
  font-family: "Montserrat", sans-serif;
}

.category, .category > p {
  font-size: 12px;
  /* 12px */
  font-size: 0.75rem;
  /* 12px */
  line-height: 1.8333333333;
  /* 22px */
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #818EA0;
  margin-bottom: 20px;
  font-family: "Roboto";
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .column-wrap {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 67px;
       -moz-column-gap: 67px;
            column-gap: 67px;
  }
}

.meta-title, p.meta-title {
  text-transform: uppercase;
  color: #2B53A0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.6923076923;
  /* 22px */
  font-weight: 500;
  letter-spacing: 0.5px;
}

.key-fact .category {
  font-weight: 500;
  color: #009e18;
}

.archive.category {
  text-transform: none;
}

.article p + h3, .article p + h2 {
  margin-top: 40px;
}
.article table {
  width: 100% !important;
  margin: 15px 0 30px;
  background-color: #fff;
}
.article table tr:first-of-type {
  font-size: 1.0625rem;
  text-transform: uppercase;
}
.article table tr th {
  background-color: #D9D9D9;
  font-weight: 500;
}
.article table tr td, .article table tr th {
  padding: 20px 30px;
  border: 1px solid #D9D9D9;
  font-size: 0.9375rem;
}
.article__video > div.video__text {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: unset;
  bottom: unset;
  width: 81%;
}

.single-vacancy .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1051px) {
  .single-vacancy .contact > div:first-of-type {
    display: none;
  }
  .single-vacancy .contact .contact-details {
    margin-left: 0px;
  }
}
.single-vacancy .share-icons {
  margin-left: 0px;
}

.button {
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-family: "Roboto";
  display: inline-block;
  font-size: 12px;
  position: relative;
  background-color: #28a745;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  margin-top: 20px;
  text-align: center;
}
.button:hover {
  background-color: transparent;
  color: #fff !important;
  background-color: #1e7e34;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button--linethrough {
  padding: 0;
  background: 0;
  margin-top: 0;
  color: #28a745;
}
.button--white {
  background-color: #fff;
  color: #2B53A0;
}
.button small {
  font-weight: 600;
  font-size: 0.875rem;
}
.button--short {
  padding: 12px 20px;
}
.button--outline {
  background: transparent;
  border: 1px solid #28a745;
  padding: 11px 19px;
  color: #28a745;
}
.button--icon {
  position: relative;
  background-color: #7F8C9D;
  color: #fff;
  padding: 20px 50px 20px 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button--icon:before {
  position: absolute;
  top: 17px;
  right: 17px;
}
.button--icon:hover {
  text-decoration: none;
  color: #fff;
  background-color: #657284;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.button--icon--noicon {
  padding: 12px 50px 12px;
  margin-bottom: 20px;
}
.button--icon--green {
  background-color: #28a745;
}
.button--icon--green:hover {
  background-color: #1e7e34;
}
.button--video:before {
  content: url("../img/icons/video-icon-projects.svg");
  width: 22px;
  height: 27px;
}
.button--video--green {
  background-color: #28a745;
}
.button--video--green:hover {
  background-color: #1e7e34;
}
.button--photo:before {
  top: 19px;
  width: 22px;
  height: 23px;
  content: url("../img/icons/photo-icon-projects.svg");
}
.button--linkedin {
  padding: 20px 20px 20px 50px;
  background: #0078B5;
}
.button--linkedin:before {
  position: absolute;
  top: 17px;
  left: 17px;
  content: url("../img/icons/linkedin.svg");
}
.button--twitter {
  padding: 20px 20px 20px 50px;
  background-color: #3AACDC;
}
.button--twitter:before {
  position: absolute;
  top: 13px;
  left: 14px;
  content: url("../img/icons/twitter.svg");
}
.button--instagram {
  padding: 20px 20px 20px 50px;
  background-color: #515BD4;
}
.button--instagram:before {
  position: absolute;
  top: 20px;
  left: 19px;
  content: url("../img/icons/instagram.svg");
}
@media (max-width: 768px) {
  .button--instagram, .button--twitter, .button--linkedin {
    width: 300px;
  }
}

@-webkit-keyframes button-hover {
  0% {
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}

@keyframes button-hover {
  0% {
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
button {
  background-color: transparent;
  border: 0px;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.logo-divider {
  max-width: 90%;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.responsive {
  width: 100%;
  height: auto;
}

.img-background--cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.img-background--contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.single-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
.single-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.4134615385%;
}
.single-image > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner {
  position: relative;
  background-size: cover;
  width: 100vw;
}
.banner__center {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner--full-screen {
  position: relative;
  height: 100vh;
  background-color: black;
}
.banner--full-screen > div {
  max-width: 1100px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .banner--full-screen > div {
    padding: 0 80px;
    width: 100%;
  }
  .banner--full-screen > div .title--large {
    font-size: 35px;
    /* 35px */
    font-size: 2.1875rem;
    /* 35px */
    line-height: 1.1428571429;
    /* 40px */
  }
}
@media (max-width: 991.98px) {
  .banner--full-screen > div {
    padding: 0 50px;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .banner--full-screen > div {
    padding: 0 20px;
    width: 100%;
  }
}
.banner--full-screen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.65;
}
.banner--full-screen .title, .banner--full-screen h1, .banner--full-screen h2, .banner--full-screen h3, .banner--full-screen h4 {
  text-align: center;
  overflow: hidden;
}
.banner--full-screen .title span, .banner--full-screen h1 span, .banner--full-screen h2 span, .banner--full-screen h3 span, .banner--full-screen h4 span {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.banner--full-screen .video-wrap video {
  position: absolute;
}
.banner--ar {
  padding-bottom: 42%;
}
.banner--home {
  background: #000;
  overflow: hidden;
}
.banner--home .centered {
  z-index: 2;
}
.banner--home .title, .banner--home h1, .banner--home h2, .banner--home h3, .banner--home h4 {
  font-size: 58px;
  font-weight: bold;
  letter-spacing: -1.16px;
  line-height: 65px;
  margin-bottom: 25px;
}
@media (max-width: 1300px) {
  .banner--home .title, .banner--home h1, .banner--home h2, .banner--home h3, .banner--home h4 {
    font-size: 46px;
    font-weight: bold;
    letter-spacing: -1.16px;
    line-height: 54px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768.98px) {
  .banner--home .title, .banner--home h1, .banner--home h2, .banner--home h3, .banner--home h4 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: -1.16px;
    line-height: 43px;
    margin-bottom: 25px;
  }
}
.banner--home p {
  font-size: 17px;
  letter-spacing: 0;
  line-height: 29.5px;
  font-family: "Roboto", sans-serif !important;
}
@media (max-width: 768.98px) {
  .banner--home p {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 25.5px;
  }
}
.banner--home .slick-slide:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 66%;
  content: "";
  background-image: url(../img/textures/banner-block.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1000px) {
  .banner--home .slick-slide:before {
    display: none;
  }
}
.banner--home .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 34%;
  bottom: 0;
}
.banner--home .centered {
  top: 45%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
}
.banner--home .slick-slide:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background: #000;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 1000px) {
  .banner--home .slick-slide:after {
    opacity: 0.5;
  }
}
.banner--home .slick-track, .banner--home .slick-list {
  height: 100%;
}
.banner--home video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.7;
  background: -o-linear-gradient(269.65deg, transparent 0%, #000000 100%);
  background: linear-gradient(180.35deg, transparent 0%, #000000 100%);
}
.banner__overlay--full {
  height: 100%;
}
.banner__bottom {
  position: absolute;
  bottom: 80px;
  left: 80px;
  right: 80px;
}
@media (max-width: 1199.98px) {
  .banner__bottom {
    left: 50px;
    right: 50px;
  }
  .banner__bottom .container-fluid {
    margin: 0px;
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .banner__bottom {
    bottom: 30px;
    left: 0px;
    right: 0px;
  }
}
.banner__nav {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.6923076923;
  /* 22px */
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.banner__nav:before, .banner__nav:after {
  content: "";
  position: absolute;
  top: 41%;
  right: 0;
  width: 12px;
  height: 2px;
}
@media (max-width: 768.98px) {
  .banner__nav:before, .banner__nav:after {
    top: 65%;
    right: 41%;
  }
}
.banner__nav:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 8px;
}
@media (max-width: 768.98px) {
  .banner__nav:before {
    right: 50%;
  }
}
.banner__nav:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.banner__nav--bottom {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner__nav {
    display: none;
  }
}
.banner__title-wrap {
  position: relative;
  margin: auto;
  display: inline-block;
}
.banner__title-wrap h1 {
  display: inline;
}
.banner__content--centered {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  max-width: 948px;
  width: 100%;
  z-index: 9;
}
.banner__content--centered .title, .banner__content--centered h1, .banner__content--centered h2, .banner__content--centered h3, .banner__content--centered h4 {
  line-height: 58px;
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  .banner__content--centered .title, .banner__content--centered h1, .banner__content--centered h2, .banner__content--centered h3, .banner__content--centered h4 {
    line-height: 1.3;
    font-size: 2.1875rem;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575.98px) {
  .banner__content--centered .title, .banner__content--centered h1, .banner__content--centered h2, .banner__content--centered h3, .banner__content--centered h4 {
    line-height: 1.3;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.banner__content--centered .title, .banner__content--centered h1, .banner__content--centered h2, .banner__content--centered h3, .banner__content--centered h4,
.banner__content--centered .category {
  color: #fff;
}
.banner__content--centered .category {
  margin: 0px;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  position: relative;
}
.banner__content--centered .category:before {
  content: "";
  position: absolute;
  bottom: -18px;
  width: 100%;
  height: 5px;
  background-color: #28a745;
}
.banner__content--centered svg {
  width: 80px;
}
.banner__content--centered svg circle {
  fill: white;
}
.banner__content--centered svg polygon {
  fill: black;
}
.banner--home .title div, .banner--home h1 div, .banner--home h2 div, .banner--home h3 div, .banner--home h4 div {
  overflow: hidden;
}
.banner--home .title div:last-of-type span, .banner--home h1 div:last-of-type span, .banner--home h2 div:last-of-type span, .banner--home h3 div:last-of-type span, .banner--home h4 div:last-of-type span {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.banner--home .title span, .banner--home h1 span, .banner--home h2 span, .banner--home h3 span, .banner--home h4 span {
  display: block;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner--home .title--small, .banner--home h4 {
  font-size: 1.75rem;
  letter-spacing: -0.25px;
}
.banner--home .subtitle {
  overflow: hidden;
}
.banner--home .subtitle span {
  display: block;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.banner--home .slide-up div:last-of-type span {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.banner--home .slide-up span {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.banner--home .slide-up .subtitle span {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.banner--page {
  padding-top: 230px;
  text-align: center;
  z-index: 2;
  position: relative;
}
.banner--page .title, .banner--page h1, .banner--page h2, .banner--page h3, .banner--page h4 {
  margin: auto;
  position: relative;
  z-index: 2;
  color: #000000;
  text-transform: lowercase;
}
.banner--page .subtitle {
  margin: auto;
  margin-top: 30px;
  color: #000000;
  max-width: 750px;
  font-weight: 500;
}
@media (max-width: 768.98px) {
  .banner--page {
    font-size: 39px;
    /* 39px */
    font-size: 2.4375rem;
    /* 39px */
    line-height: 1;
    /* 39px */
    padding: 130px 15px 30px;
  }
  .banner--page .subtitle {
    font-size: 19px;
    line-height: 1.5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }
}
.banner__animation_wrap {
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}
.banner__animation_wrap.loading-position {
  -webkit-transform: translate(-65%);
      -ms-transform: translate(-65%);
          transform: translate(-65%);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 1024px) {
  .banner__animation_wrap svg {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .banner__animation_wrap {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner__animation_wrap svg {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 320px) {
  .banner__animation_wrap svg {
    width: 200px;
    height: 200px;
  }
}
.banner .centered {
  max-width: 1240px;
  width: 100%;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .banner .centered {
    padding: 0 90px;
  }
}
@media (max-width: 1199.98px) {
  .banner .centered {
    padding: 0px 50px;
  }
}
@media (max-width: 768.98px) {
  .banner .centered {
    padding: 0px 20px;
  }
}

.anim-typewriter span {
  -webkit-animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
          animation: typewriter 4s steps(44) 1s 1 normal both, blinkTextCursor 500ms steps(44) infinite normal;
}

@-webkit-keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}

@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 24em;
  }
}
.split-text .type:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}

.split-text .type:nth-child(2) {
  -webkit-transition-delay: 0.06s;
       -o-transition-delay: 0.06s;
          transition-delay: 0.06s;
  opacity: 1;
}

.split-text .type:nth-child(3) {
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  opacity: 1;
}

.split-text .type:nth-child(4) {
  -webkit-transition-delay: 0.18s;
       -o-transition-delay: 0.18s;
          transition-delay: 0.18s;
  opacity: 1;
}

.split-text .type:nth-child(5) {
  -webkit-transition-delay: 0.24s;
       -o-transition-delay: 0.24s;
          transition-delay: 0.24s;
  opacity: 1;
}

.split-text .type:nth-child(6) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}

.split-text .type:nth-child(7) {
  -webkit-transition-delay: 0.36s;
       -o-transition-delay: 0.36s;
          transition-delay: 0.36s;
  opacity: 1;
}

.split-text .type:nth-child(8) {
  -webkit-transition-delay: 0.42s;
       -o-transition-delay: 0.42s;
          transition-delay: 0.42s;
  opacity: 1;
}

.split-text .type:nth-child(9) {
  -webkit-transition-delay: 0.48s;
       -o-transition-delay: 0.48s;
          transition-delay: 0.48s;
  opacity: 1;
}

.split-text .type:nth-child(10) {
  -webkit-transition-delay: 0.54s;
       -o-transition-delay: 0.54s;
          transition-delay: 0.54s;
  opacity: 1;
}

.split-text .type:nth-child(11) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
}

.split-text .type:nth-child(12) {
  -webkit-transition-delay: 0.66s;
       -o-transition-delay: 0.66s;
          transition-delay: 0.66s;
  opacity: 1;
}

.split-text .type:nth-child(13) {
  -webkit-transition-delay: 0.72s;
       -o-transition-delay: 0.72s;
          transition-delay: 0.72s;
  opacity: 1;
}

.split-text .type:nth-child(14) {
  -webkit-transition-delay: 0.78s;
       -o-transition-delay: 0.78s;
          transition-delay: 0.78s;
  opacity: 1;
}

.split-text .type:nth-child(15) {
  -webkit-transition-delay: 0.84s;
       -o-transition-delay: 0.84s;
          transition-delay: 0.84s;
  opacity: 1;
}

.split-text .type:nth-child(16) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
  opacity: 1;
}

.split-text .type:nth-child(17) {
  -webkit-transition-delay: 0.96s;
       -o-transition-delay: 0.96s;
          transition-delay: 0.96s;
  opacity: 1;
}

.split-text .type:nth-child(18) {
  -webkit-transition-delay: 1.02s;
       -o-transition-delay: 1.02s;
          transition-delay: 1.02s;
  opacity: 1;
}

.split-text .type:nth-child(19) {
  -webkit-transition-delay: 1.08s;
       -o-transition-delay: 1.08s;
          transition-delay: 1.08s;
  opacity: 1;
}

.split-text .type:nth-child(20) {
  -webkit-transition-delay: 1.14s;
       -o-transition-delay: 1.14s;
          transition-delay: 1.14s;
  opacity: 1;
}

.split-text .type:nth-child(21) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
  opacity: 1;
}

.split-text .type:nth-child(22) {
  -webkit-transition-delay: 1.26s;
       -o-transition-delay: 1.26s;
          transition-delay: 1.26s;
  opacity: 1;
}

.split-text .type:nth-child(23) {
  -webkit-transition-delay: 1.32s;
       -o-transition-delay: 1.32s;
          transition-delay: 1.32s;
  opacity: 1;
}

.split-text .type:nth-child(24) {
  -webkit-transition-delay: 1.38s;
       -o-transition-delay: 1.38s;
          transition-delay: 1.38s;
  opacity: 1;
}

.split-text .type:nth-child(25) {
  -webkit-transition-delay: 1.44s;
       -o-transition-delay: 1.44s;
          transition-delay: 1.44s;
  opacity: 1;
}

.split-text .type:nth-child(26) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
  opacity: 1;
}

.split-text .type:nth-child(27) {
  -webkit-transition-delay: 1.56s;
       -o-transition-delay: 1.56s;
          transition-delay: 1.56s;
  opacity: 1;
}

.split-text .type:nth-child(28) {
  -webkit-transition-delay: 1.62s;
       -o-transition-delay: 1.62s;
          transition-delay: 1.62s;
  opacity: 1;
}

.split-text .type:nth-child(29) {
  -webkit-transition-delay: 1.68s;
       -o-transition-delay: 1.68s;
          transition-delay: 1.68s;
  opacity: 1;
}

.split-text .type:nth-child(30) {
  -webkit-transition-delay: 1.74s;
       -o-transition-delay: 1.74s;
          transition-delay: 1.74s;
  opacity: 1;
}

.split-text .type:nth-child(31) {
  -webkit-transition-delay: 1.8s;
       -o-transition-delay: 1.8s;
          transition-delay: 1.8s;
  opacity: 1;
}

.split-text .type:nth-child(32) {
  -webkit-transition-delay: 1.86s;
       -o-transition-delay: 1.86s;
          transition-delay: 1.86s;
  opacity: 1;
}

.split-text .type:nth-child(33) {
  -webkit-transition-delay: 1.92s;
       -o-transition-delay: 1.92s;
          transition-delay: 1.92s;
  opacity: 1;
}

.split-text .type:nth-child(34) {
  -webkit-transition-delay: 1.98s;
       -o-transition-delay: 1.98s;
          transition-delay: 1.98s;
  opacity: 1;
}

.split-text .type:nth-child(35) {
  -webkit-transition-delay: 2.04s;
       -o-transition-delay: 2.04s;
          transition-delay: 2.04s;
  opacity: 1;
}

.split-text .type:nth-child(36) {
  -webkit-transition-delay: 2.1s;
       -o-transition-delay: 2.1s;
          transition-delay: 2.1s;
  opacity: 1;
}

.split-text .type:nth-child(37) {
  -webkit-transition-delay: 2.16s;
       -o-transition-delay: 2.16s;
          transition-delay: 2.16s;
  opacity: 1;
}

.split-text .type:nth-child(38) {
  -webkit-transition-delay: 2.22s;
       -o-transition-delay: 2.22s;
          transition-delay: 2.22s;
  opacity: 1;
}

.split-text .type:nth-child(39) {
  -webkit-transition-delay: 2.28s;
       -o-transition-delay: 2.28s;
          transition-delay: 2.28s;
  opacity: 1;
}

.split-text .type:nth-child(40) {
  -webkit-transition-delay: 2.34s;
       -o-transition-delay: 2.34s;
          transition-delay: 2.34s;
  opacity: 1;
}

.split-text .type:nth-child(41) {
  -webkit-transition-delay: 2.4s;
       -o-transition-delay: 2.4s;
          transition-delay: 2.4s;
  opacity: 1;
}

.split-text .type:nth-child(42) {
  -webkit-transition-delay: 2.46s;
       -o-transition-delay: 2.46s;
          transition-delay: 2.46s;
  opacity: 1;
}

.split-text .type:nth-child(43) {
  -webkit-transition-delay: 2.52s;
       -o-transition-delay: 2.52s;
          transition-delay: 2.52s;
  opacity: 1;
}

.split-text .type:nth-child(44) {
  -webkit-transition-delay: 2.58s;
       -o-transition-delay: 2.58s;
          transition-delay: 2.58s;
  opacity: 1;
}

.split-text .type:nth-child(45) {
  -webkit-transition-delay: 2.64s;
       -o-transition-delay: 2.64s;
          transition-delay: 2.64s;
  opacity: 1;
}

.split-text .type:nth-child(46) {
  -webkit-transition-delay: 2.7s;
       -o-transition-delay: 2.7s;
          transition-delay: 2.7s;
  opacity: 1;
}

.split-text .type:nth-child(47) {
  -webkit-transition-delay: 2.76s;
       -o-transition-delay: 2.76s;
          transition-delay: 2.76s;
  opacity: 1;
}

.split-text .type:nth-child(48) {
  -webkit-transition-delay: 2.82s;
       -o-transition-delay: 2.82s;
          transition-delay: 2.82s;
  opacity: 1;
}

.split-text .type:nth-child(49) {
  -webkit-transition-delay: 2.88s;
       -o-transition-delay: 2.88s;
          transition-delay: 2.88s;
  opacity: 1;
}

.split-text .type:nth-child(50) {
  -webkit-transition-delay: 2.94s;
       -o-transition-delay: 2.94s;
          transition-delay: 2.94s;
  opacity: 1;
}

.split-text .type:nth-child(51) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
  opacity: 1;
}

.split-text .type:nth-child(52) {
  -webkit-transition-delay: 3.06s;
       -o-transition-delay: 3.06s;
          transition-delay: 3.06s;
  opacity: 1;
}

.split-text .type:nth-child(53) {
  -webkit-transition-delay: 3.12s;
       -o-transition-delay: 3.12s;
          transition-delay: 3.12s;
  opacity: 1;
}

.split-text .type:nth-child(54) {
  -webkit-transition-delay: 3.18s;
       -o-transition-delay: 3.18s;
          transition-delay: 3.18s;
  opacity: 1;
}

.split-text .type:nth-child(55) {
  -webkit-transition-delay: 3.24s;
       -o-transition-delay: 3.24s;
          transition-delay: 3.24s;
  opacity: 1;
}

.split-text .type:nth-child(56) {
  -webkit-transition-delay: 3.3s;
       -o-transition-delay: 3.3s;
          transition-delay: 3.3s;
  opacity: 1;
}

.split-text .type:nth-child(57) {
  -webkit-transition-delay: 3.36s;
       -o-transition-delay: 3.36s;
          transition-delay: 3.36s;
  opacity: 1;
}

.split-text .type:nth-child(58) {
  -webkit-transition-delay: 3.42s;
       -o-transition-delay: 3.42s;
          transition-delay: 3.42s;
  opacity: 1;
}

.split-text .type:nth-child(59) {
  -webkit-transition-delay: 3.48s;
       -o-transition-delay: 3.48s;
          transition-delay: 3.48s;
  opacity: 1;
}

.split-text .type:nth-child(60) {
  -webkit-transition-delay: 3.54s;
       -o-transition-delay: 3.54s;
          transition-delay: 3.54s;
  opacity: 1;
}

.split-text .type:nth-child(61) {
  -webkit-transition-delay: 3.6s;
       -o-transition-delay: 3.6s;
          transition-delay: 3.6s;
  opacity: 1;
}

.split-text .type:nth-child(62) {
  -webkit-transition-delay: 3.66s;
       -o-transition-delay: 3.66s;
          transition-delay: 3.66s;
  opacity: 1;
}

.split-text .type:nth-child(63) {
  -webkit-transition-delay: 3.72s;
       -o-transition-delay: 3.72s;
          transition-delay: 3.72s;
  opacity: 1;
}

.split-text .type:nth-child(64) {
  -webkit-transition-delay: 3.78s;
       -o-transition-delay: 3.78s;
          transition-delay: 3.78s;
  opacity: 1;
}

.split-text .type:nth-child(65) {
  -webkit-transition-delay: 3.84s;
       -o-transition-delay: 3.84s;
          transition-delay: 3.84s;
  opacity: 1;
}

.split-text .type:nth-child(66) {
  -webkit-transition-delay: 3.9s;
       -o-transition-delay: 3.9s;
          transition-delay: 3.9s;
  opacity: 1;
}

.split-text .type:nth-child(67) {
  -webkit-transition-delay: 3.96s;
       -o-transition-delay: 3.96s;
          transition-delay: 3.96s;
  opacity: 1;
}

.split-text .type:nth-child(68) {
  -webkit-transition-delay: 4.02s;
       -o-transition-delay: 4.02s;
          transition-delay: 4.02s;
  opacity: 1;
}

.split-text .type:nth-child(69) {
  -webkit-transition-delay: 4.08s;
       -o-transition-delay: 4.08s;
          transition-delay: 4.08s;
  opacity: 1;
}

.split-text .type:nth-child(70) {
  -webkit-transition-delay: 4.14s;
       -o-transition-delay: 4.14s;
          transition-delay: 4.14s;
  opacity: 1;
}

.split-text .type:nth-child(71) {
  -webkit-transition-delay: 4.2s;
       -o-transition-delay: 4.2s;
          transition-delay: 4.2s;
  opacity: 1;
}

.split-text .type:nth-child(72) {
  -webkit-transition-delay: 4.26s;
       -o-transition-delay: 4.26s;
          transition-delay: 4.26s;
  opacity: 1;
}

.split-text .type:nth-child(73) {
  -webkit-transition-delay: 4.32s;
       -o-transition-delay: 4.32s;
          transition-delay: 4.32s;
  opacity: 1;
}

.split-text .type:nth-child(74) {
  -webkit-transition-delay: 4.38s;
       -o-transition-delay: 4.38s;
          transition-delay: 4.38s;
  opacity: 1;
}

.split-text .type:nth-child(75) {
  -webkit-transition-delay: 4.44s;
       -o-transition-delay: 4.44s;
          transition-delay: 4.44s;
  opacity: 1;
}

.split-text .type:nth-child(76) {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
  opacity: 1;
}

.split-text .type:nth-child(77) {
  -webkit-transition-delay: 4.56s;
       -o-transition-delay: 4.56s;
          transition-delay: 4.56s;
  opacity: 1;
}

.split-text .type:nth-child(78) {
  -webkit-transition-delay: 4.62s;
       -o-transition-delay: 4.62s;
          transition-delay: 4.62s;
  opacity: 1;
}

.split-text .type:nth-child(79) {
  -webkit-transition-delay: 4.68s;
       -o-transition-delay: 4.68s;
          transition-delay: 4.68s;
  opacity: 1;
}

.split-text .type:nth-child(80) {
  -webkit-transition-delay: 4.74s;
       -o-transition-delay: 4.74s;
          transition-delay: 4.74s;
  opacity: 1;
}

.split-text .type:nth-child(81) {
  -webkit-transition-delay: 4.8s;
       -o-transition-delay: 4.8s;
          transition-delay: 4.8s;
  opacity: 1;
}

.split-text .type:nth-child(82) {
  -webkit-transition-delay: 4.86s;
       -o-transition-delay: 4.86s;
          transition-delay: 4.86s;
  opacity: 1;
}

.split-text .type:nth-child(83) {
  -webkit-transition-delay: 4.92s;
       -o-transition-delay: 4.92s;
          transition-delay: 4.92s;
  opacity: 1;
}

.split-text .type:nth-child(84) {
  -webkit-transition-delay: 4.98s;
       -o-transition-delay: 4.98s;
          transition-delay: 4.98s;
  opacity: 1;
}

.split-text .type:nth-child(85) {
  -webkit-transition-delay: 5.04s;
       -o-transition-delay: 5.04s;
          transition-delay: 5.04s;
  opacity: 1;
}

.split-text .type:nth-child(86) {
  -webkit-transition-delay: 5.1s;
       -o-transition-delay: 5.1s;
          transition-delay: 5.1s;
  opacity: 1;
}

.split-text .type:nth-child(87) {
  -webkit-transition-delay: 5.16s;
       -o-transition-delay: 5.16s;
          transition-delay: 5.16s;
  opacity: 1;
}

.split-text .type:nth-child(88) {
  -webkit-transition-delay: 5.22s;
       -o-transition-delay: 5.22s;
          transition-delay: 5.22s;
  opacity: 1;
}

.split-text .type:nth-child(89) {
  -webkit-transition-delay: 5.28s;
       -o-transition-delay: 5.28s;
          transition-delay: 5.28s;
  opacity: 1;
}

.split-text .type:nth-child(90) {
  -webkit-transition-delay: 5.34s;
       -o-transition-delay: 5.34s;
          transition-delay: 5.34s;
  opacity: 1;
}

.split-text .type:nth-child(91) {
  -webkit-transition-delay: 5.4s;
       -o-transition-delay: 5.4s;
          transition-delay: 5.4s;
  opacity: 1;
}

.split-text .type:nth-child(92) {
  -webkit-transition-delay: 5.46s;
       -o-transition-delay: 5.46s;
          transition-delay: 5.46s;
  opacity: 1;
}

.split-text .type:nth-child(93) {
  -webkit-transition-delay: 5.52s;
       -o-transition-delay: 5.52s;
          transition-delay: 5.52s;
  opacity: 1;
}

.split-text .type:nth-child(94) {
  -webkit-transition-delay: 5.58s;
       -o-transition-delay: 5.58s;
          transition-delay: 5.58s;
  opacity: 1;
}

.split-text .type:nth-child(95) {
  -webkit-transition-delay: 5.64s;
       -o-transition-delay: 5.64s;
          transition-delay: 5.64s;
  opacity: 1;
}

.split-text .type:nth-child(96) {
  -webkit-transition-delay: 5.7s;
       -o-transition-delay: 5.7s;
          transition-delay: 5.7s;
  opacity: 1;
}

.split-text .type:nth-child(97) {
  -webkit-transition-delay: 5.76s;
       -o-transition-delay: 5.76s;
          transition-delay: 5.76s;
  opacity: 1;
}

.split-text .type:nth-child(98) {
  -webkit-transition-delay: 5.82s;
       -o-transition-delay: 5.82s;
          transition-delay: 5.82s;
  opacity: 1;
}

.split-text .type:nth-child(99) {
  -webkit-transition-delay: 5.88s;
       -o-transition-delay: 5.88s;
          transition-delay: 5.88s;
  opacity: 1;
}

.split-text .type:nth-child(100) {
  -webkit-transition-delay: 5.94s;
       -o-transition-delay: 5.94s;
          transition-delay: 5.94s;
  opacity: 1;
}

.split-text .type:nth-child(101) {
  -webkit-transition-delay: 6s;
       -o-transition-delay: 6s;
          transition-delay: 6s;
  opacity: 1;
}

.split-text .type:nth-child(102) {
  -webkit-transition-delay: 6.06s;
       -o-transition-delay: 6.06s;
          transition-delay: 6.06s;
  opacity: 1;
}

.split-text .type:nth-child(103) {
  -webkit-transition-delay: 6.12s;
       -o-transition-delay: 6.12s;
          transition-delay: 6.12s;
  opacity: 1;
}

.split-text .type:nth-child(104) {
  -webkit-transition-delay: 6.18s;
       -o-transition-delay: 6.18s;
          transition-delay: 6.18s;
  opacity: 1;
}

.split-text .type:nth-child(105) {
  -webkit-transition-delay: 6.24s;
       -o-transition-delay: 6.24s;
          transition-delay: 6.24s;
  opacity: 1;
}

.split-text .type:nth-child(106) {
  -webkit-transition-delay: 6.3s;
       -o-transition-delay: 6.3s;
          transition-delay: 6.3s;
  opacity: 1;
}

.split-text .type:nth-child(107) {
  -webkit-transition-delay: 6.36s;
       -o-transition-delay: 6.36s;
          transition-delay: 6.36s;
  opacity: 1;
}

.split-text .type:nth-child(108) {
  -webkit-transition-delay: 6.42s;
       -o-transition-delay: 6.42s;
          transition-delay: 6.42s;
  opacity: 1;
}

.split-text .type:nth-child(109) {
  -webkit-transition-delay: 6.48s;
       -o-transition-delay: 6.48s;
          transition-delay: 6.48s;
  opacity: 1;
}

.split-text .type:nth-child(110) {
  -webkit-transition-delay: 6.54s;
       -o-transition-delay: 6.54s;
          transition-delay: 6.54s;
  opacity: 1;
}

.split-text .type:nth-child(111) {
  -webkit-transition-delay: 6.6s;
       -o-transition-delay: 6.6s;
          transition-delay: 6.6s;
  opacity: 1;
}

.split-text .type:nth-child(112) {
  -webkit-transition-delay: 6.66s;
       -o-transition-delay: 6.66s;
          transition-delay: 6.66s;
  opacity: 1;
}

.split-text .type:nth-child(113) {
  -webkit-transition-delay: 6.72s;
       -o-transition-delay: 6.72s;
          transition-delay: 6.72s;
  opacity: 1;
}

.split-text .type:nth-child(114) {
  -webkit-transition-delay: 6.78s;
       -o-transition-delay: 6.78s;
          transition-delay: 6.78s;
  opacity: 1;
}

.split-text .type:nth-child(115) {
  -webkit-transition-delay: 6.84s;
       -o-transition-delay: 6.84s;
          transition-delay: 6.84s;
  opacity: 1;
}

.split-text .type:nth-child(116) {
  -webkit-transition-delay: 6.9s;
       -o-transition-delay: 6.9s;
          transition-delay: 6.9s;
  opacity: 1;
}

.split-text .type:nth-child(117) {
  -webkit-transition-delay: 6.96s;
       -o-transition-delay: 6.96s;
          transition-delay: 6.96s;
  opacity: 1;
}

.split-text .type:nth-child(118) {
  -webkit-transition-delay: 7.02s;
       -o-transition-delay: 7.02s;
          transition-delay: 7.02s;
  opacity: 1;
}

.split-text .type:nth-child(119) {
  -webkit-transition-delay: 7.08s;
       -o-transition-delay: 7.08s;
          transition-delay: 7.08s;
  opacity: 1;
}

.split-text .type:nth-child(120) {
  -webkit-transition-delay: 7.14s;
       -o-transition-delay: 7.14s;
          transition-delay: 7.14s;
  opacity: 1;
}

.split-text .type:nth-child(121) {
  -webkit-transition-delay: 7.2s;
       -o-transition-delay: 7.2s;
          transition-delay: 7.2s;
  opacity: 1;
}

.split-text .type:nth-child(122) {
  -webkit-transition-delay: 7.26s;
       -o-transition-delay: 7.26s;
          transition-delay: 7.26s;
  opacity: 1;
}

.split-text .type:nth-child(123) {
  -webkit-transition-delay: 7.32s;
       -o-transition-delay: 7.32s;
          transition-delay: 7.32s;
  opacity: 1;
}

.split-text .type:nth-child(124) {
  -webkit-transition-delay: 7.38s;
       -o-transition-delay: 7.38s;
          transition-delay: 7.38s;
  opacity: 1;
}

.split-text .type:nth-child(125) {
  -webkit-transition-delay: 7.44s;
       -o-transition-delay: 7.44s;
          transition-delay: 7.44s;
  opacity: 1;
}

.split-text .type:nth-child(126) {
  -webkit-transition-delay: 7.5s;
       -o-transition-delay: 7.5s;
          transition-delay: 7.5s;
  opacity: 1;
}

.split-text .type:nth-child(127) {
  -webkit-transition-delay: 7.56s;
       -o-transition-delay: 7.56s;
          transition-delay: 7.56s;
  opacity: 1;
}

.split-text .type:nth-child(128) {
  -webkit-transition-delay: 7.62s;
       -o-transition-delay: 7.62s;
          transition-delay: 7.62s;
  opacity: 1;
}

.split-text .type:nth-child(129) {
  -webkit-transition-delay: 7.68s;
       -o-transition-delay: 7.68s;
          transition-delay: 7.68s;
  opacity: 1;
}

.split-text .type:nth-child(130) {
  -webkit-transition-delay: 7.74s;
       -o-transition-delay: 7.74s;
          transition-delay: 7.74s;
  opacity: 1;
}

.split-text .type:nth-child(131) {
  -webkit-transition-delay: 7.8s;
       -o-transition-delay: 7.8s;
          transition-delay: 7.8s;
  opacity: 1;
}

.split-text .type:nth-child(132) {
  -webkit-transition-delay: 7.86s;
       -o-transition-delay: 7.86s;
          transition-delay: 7.86s;
  opacity: 1;
}

.split-text .type:nth-child(133) {
  -webkit-transition-delay: 7.92s;
       -o-transition-delay: 7.92s;
          transition-delay: 7.92s;
  opacity: 1;
}

.split-text .type:nth-child(134) {
  -webkit-transition-delay: 7.98s;
       -o-transition-delay: 7.98s;
          transition-delay: 7.98s;
  opacity: 1;
}

.split-text .type:nth-child(135) {
  -webkit-transition-delay: 8.04s;
       -o-transition-delay: 8.04s;
          transition-delay: 8.04s;
  opacity: 1;
}

.split-text .type:nth-child(136) {
  -webkit-transition-delay: 8.1s;
       -o-transition-delay: 8.1s;
          transition-delay: 8.1s;
  opacity: 1;
}

.split-text .type:nth-child(137) {
  -webkit-transition-delay: 8.16s;
       -o-transition-delay: 8.16s;
          transition-delay: 8.16s;
  opacity: 1;
}

.split-text .type:nth-child(138) {
  -webkit-transition-delay: 8.22s;
       -o-transition-delay: 8.22s;
          transition-delay: 8.22s;
  opacity: 1;
}

.split-text .type:nth-child(139) {
  -webkit-transition-delay: 8.28s;
       -o-transition-delay: 8.28s;
          transition-delay: 8.28s;
  opacity: 1;
}

.split-text .type:nth-child(140) {
  -webkit-transition-delay: 8.34s;
       -o-transition-delay: 8.34s;
          transition-delay: 8.34s;
  opacity: 1;
}

.split-text .type:nth-child(141) {
  -webkit-transition-delay: 8.4s;
       -o-transition-delay: 8.4s;
          transition-delay: 8.4s;
  opacity: 1;
}

.split-text .type:nth-child(142) {
  -webkit-transition-delay: 8.46s;
       -o-transition-delay: 8.46s;
          transition-delay: 8.46s;
  opacity: 1;
}

.split-text .type:nth-child(143) {
  -webkit-transition-delay: 8.52s;
       -o-transition-delay: 8.52s;
          transition-delay: 8.52s;
  opacity: 1;
}

.split-text .type:nth-child(144) {
  -webkit-transition-delay: 8.58s;
       -o-transition-delay: 8.58s;
          transition-delay: 8.58s;
  opacity: 1;
}

.split-text .type:nth-child(145) {
  -webkit-transition-delay: 8.64s;
       -o-transition-delay: 8.64s;
          transition-delay: 8.64s;
  opacity: 1;
}

.split-text .type:nth-child(146) {
  -webkit-transition-delay: 8.7s;
       -o-transition-delay: 8.7s;
          transition-delay: 8.7s;
  opacity: 1;
}

.split-text .type:nth-child(147) {
  -webkit-transition-delay: 8.76s;
       -o-transition-delay: 8.76s;
          transition-delay: 8.76s;
  opacity: 1;
}

.split-text .type:nth-child(148) {
  -webkit-transition-delay: 8.82s;
       -o-transition-delay: 8.82s;
          transition-delay: 8.82s;
  opacity: 1;
}

.split-text .type:nth-child(149) {
  -webkit-transition-delay: 8.88s;
       -o-transition-delay: 8.88s;
          transition-delay: 8.88s;
  opacity: 1;
}

.split-text .type:nth-child(150) {
  -webkit-transition-delay: 8.94s;
       -o-transition-delay: 8.94s;
          transition-delay: 8.94s;
  opacity: 1;
}

.split-text .type:nth-child(151) {
  -webkit-transition-delay: 9s;
       -o-transition-delay: 9s;
          transition-delay: 9s;
  opacity: 1;
}

.split-text .type:nth-child(152) {
  -webkit-transition-delay: 9.06s;
       -o-transition-delay: 9.06s;
          transition-delay: 9.06s;
  opacity: 1;
}

.split-text .type:nth-child(153) {
  -webkit-transition-delay: 9.12s;
       -o-transition-delay: 9.12s;
          transition-delay: 9.12s;
  opacity: 1;
}

.split-text .type:nth-child(154) {
  -webkit-transition-delay: 9.18s;
       -o-transition-delay: 9.18s;
          transition-delay: 9.18s;
  opacity: 1;
}

.split-text .type:nth-child(155) {
  -webkit-transition-delay: 9.24s;
       -o-transition-delay: 9.24s;
          transition-delay: 9.24s;
  opacity: 1;
}

.split-text .type:nth-child(156) {
  -webkit-transition-delay: 9.3s;
       -o-transition-delay: 9.3s;
          transition-delay: 9.3s;
  opacity: 1;
}

.split-text .type:nth-child(157) {
  -webkit-transition-delay: 9.36s;
       -o-transition-delay: 9.36s;
          transition-delay: 9.36s;
  opacity: 1;
}

.split-text .type:nth-child(158) {
  -webkit-transition-delay: 9.42s;
       -o-transition-delay: 9.42s;
          transition-delay: 9.42s;
  opacity: 1;
}

.split-text .type:nth-child(159) {
  -webkit-transition-delay: 9.48s;
       -o-transition-delay: 9.48s;
          transition-delay: 9.48s;
  opacity: 1;
}

.split-text .type:nth-child(160) {
  -webkit-transition-delay: 9.54s;
       -o-transition-delay: 9.54s;
          transition-delay: 9.54s;
  opacity: 1;
}

.split-text .type:nth-child(161) {
  -webkit-transition-delay: 9.6s;
       -o-transition-delay: 9.6s;
          transition-delay: 9.6s;
  opacity: 1;
}

.split-text .type:nth-child(162) {
  -webkit-transition-delay: 9.66s;
       -o-transition-delay: 9.66s;
          transition-delay: 9.66s;
  opacity: 1;
}

.split-text .type:nth-child(163) {
  -webkit-transition-delay: 9.72s;
       -o-transition-delay: 9.72s;
          transition-delay: 9.72s;
  opacity: 1;
}

.split-text .type:nth-child(164) {
  -webkit-transition-delay: 9.78s;
       -o-transition-delay: 9.78s;
          transition-delay: 9.78s;
  opacity: 1;
}

.split-text .type:nth-child(165) {
  -webkit-transition-delay: 9.84s;
       -o-transition-delay: 9.84s;
          transition-delay: 9.84s;
  opacity: 1;
}

.split-text .type:nth-child(166) {
  -webkit-transition-delay: 9.9s;
       -o-transition-delay: 9.9s;
          transition-delay: 9.9s;
  opacity: 1;
}

.split-text .type:nth-child(167) {
  -webkit-transition-delay: 9.96s;
       -o-transition-delay: 9.96s;
          transition-delay: 9.96s;
  opacity: 1;
}

.split-text .type:nth-child(168) {
  -webkit-transition-delay: 10.02s;
       -o-transition-delay: 10.02s;
          transition-delay: 10.02s;
  opacity: 1;
}

.split-text .type:nth-child(169) {
  -webkit-transition-delay: 10.08s;
       -o-transition-delay: 10.08s;
          transition-delay: 10.08s;
  opacity: 1;
}

.split-text .type:nth-child(170) {
  -webkit-transition-delay: 10.14s;
       -o-transition-delay: 10.14s;
          transition-delay: 10.14s;
  opacity: 1;
}

.split-text .type:nth-child(171) {
  -webkit-transition-delay: 10.2s;
       -o-transition-delay: 10.2s;
          transition-delay: 10.2s;
  opacity: 1;
}

.split-text .type:nth-child(172) {
  -webkit-transition-delay: 10.26s;
       -o-transition-delay: 10.26s;
          transition-delay: 10.26s;
  opacity: 1;
}

.split-text .type:nth-child(173) {
  -webkit-transition-delay: 10.32s;
       -o-transition-delay: 10.32s;
          transition-delay: 10.32s;
  opacity: 1;
}

.split-text .type:nth-child(174) {
  -webkit-transition-delay: 10.38s;
       -o-transition-delay: 10.38s;
          transition-delay: 10.38s;
  opacity: 1;
}

.split-text .type:nth-child(175) {
  -webkit-transition-delay: 10.44s;
       -o-transition-delay: 10.44s;
          transition-delay: 10.44s;
  opacity: 1;
}

.split-text .type:nth-child(176) {
  -webkit-transition-delay: 10.5s;
       -o-transition-delay: 10.5s;
          transition-delay: 10.5s;
  opacity: 1;
}

.split-text .type:nth-child(177) {
  -webkit-transition-delay: 10.56s;
       -o-transition-delay: 10.56s;
          transition-delay: 10.56s;
  opacity: 1;
}

.split-text .type:nth-child(178) {
  -webkit-transition-delay: 10.62s;
       -o-transition-delay: 10.62s;
          transition-delay: 10.62s;
  opacity: 1;
}

.split-text .type:nth-child(179) {
  -webkit-transition-delay: 10.68s;
       -o-transition-delay: 10.68s;
          transition-delay: 10.68s;
  opacity: 1;
}

.split-text .type:nth-child(180) {
  -webkit-transition-delay: 10.74s;
       -o-transition-delay: 10.74s;
          transition-delay: 10.74s;
  opacity: 1;
}

.split-text .type:nth-child(181) {
  -webkit-transition-delay: 10.8s;
       -o-transition-delay: 10.8s;
          transition-delay: 10.8s;
  opacity: 1;
}

.split-text .type:nth-child(182) {
  -webkit-transition-delay: 10.86s;
       -o-transition-delay: 10.86s;
          transition-delay: 10.86s;
  opacity: 1;
}

.split-text .type:nth-child(183) {
  -webkit-transition-delay: 10.92s;
       -o-transition-delay: 10.92s;
          transition-delay: 10.92s;
  opacity: 1;
}

.split-text .type:nth-child(184) {
  -webkit-transition-delay: 10.98s;
       -o-transition-delay: 10.98s;
          transition-delay: 10.98s;
  opacity: 1;
}

.split-text .type:nth-child(185) {
  -webkit-transition-delay: 11.04s;
       -o-transition-delay: 11.04s;
          transition-delay: 11.04s;
  opacity: 1;
}

.split-text .type:nth-child(186) {
  -webkit-transition-delay: 11.1s;
       -o-transition-delay: 11.1s;
          transition-delay: 11.1s;
  opacity: 1;
}

.split-text .type:nth-child(187) {
  -webkit-transition-delay: 11.16s;
       -o-transition-delay: 11.16s;
          transition-delay: 11.16s;
  opacity: 1;
}

.split-text .type:nth-child(188) {
  -webkit-transition-delay: 11.22s;
       -o-transition-delay: 11.22s;
          transition-delay: 11.22s;
  opacity: 1;
}

.split-text .type:nth-child(189) {
  -webkit-transition-delay: 11.28s;
       -o-transition-delay: 11.28s;
          transition-delay: 11.28s;
  opacity: 1;
}

.split-text .type:nth-child(190) {
  -webkit-transition-delay: 11.34s;
       -o-transition-delay: 11.34s;
          transition-delay: 11.34s;
  opacity: 1;
}

.split-text .type:nth-child(191) {
  -webkit-transition-delay: 11.4s;
       -o-transition-delay: 11.4s;
          transition-delay: 11.4s;
  opacity: 1;
}

.split-text .type:nth-child(192) {
  -webkit-transition-delay: 11.46s;
       -o-transition-delay: 11.46s;
          transition-delay: 11.46s;
  opacity: 1;
}

.split-text .type:nth-child(193) {
  -webkit-transition-delay: 11.52s;
       -o-transition-delay: 11.52s;
          transition-delay: 11.52s;
  opacity: 1;
}

.split-text .type:nth-child(194) {
  -webkit-transition-delay: 11.58s;
       -o-transition-delay: 11.58s;
          transition-delay: 11.58s;
  opacity: 1;
}

.split-text .type:nth-child(195) {
  -webkit-transition-delay: 11.64s;
       -o-transition-delay: 11.64s;
          transition-delay: 11.64s;
  opacity: 1;
}

.split-text .type:nth-child(196) {
  -webkit-transition-delay: 11.7s;
       -o-transition-delay: 11.7s;
          transition-delay: 11.7s;
  opacity: 1;
}

.split-text .type:nth-child(197) {
  -webkit-transition-delay: 11.76s;
       -o-transition-delay: 11.76s;
          transition-delay: 11.76s;
  opacity: 1;
}

.split-text .type:nth-child(198) {
  -webkit-transition-delay: 11.82s;
       -o-transition-delay: 11.82s;
          transition-delay: 11.82s;
  opacity: 1;
}

.split-text .type:nth-child(199) {
  -webkit-transition-delay: 11.88s;
       -o-transition-delay: 11.88s;
          transition-delay: 11.88s;
  opacity: 1;
}

.split-text .type:nth-child(200) {
  -webkit-transition-delay: 11.94s;
       -o-transition-delay: 11.94s;
          transition-delay: 11.94s;
  opacity: 1;
}

.split-text .type:nth-child(201) {
  -webkit-transition-delay: 12s;
       -o-transition-delay: 12s;
          transition-delay: 12s;
  opacity: 1;
}

.split-text .type:nth-child(202) {
  -webkit-transition-delay: 12.06s;
       -o-transition-delay: 12.06s;
          transition-delay: 12.06s;
  opacity: 1;
}

.split-text .type:nth-child(203) {
  -webkit-transition-delay: 12.12s;
       -o-transition-delay: 12.12s;
          transition-delay: 12.12s;
  opacity: 1;
}

.split-text .type:nth-child(204) {
  -webkit-transition-delay: 12.18s;
       -o-transition-delay: 12.18s;
          transition-delay: 12.18s;
  opacity: 1;
}

.split-text .type:nth-child(205) {
  -webkit-transition-delay: 12.24s;
       -o-transition-delay: 12.24s;
          transition-delay: 12.24s;
  opacity: 1;
}

.split-text .type:nth-child(206) {
  -webkit-transition-delay: 12.3s;
       -o-transition-delay: 12.3s;
          transition-delay: 12.3s;
  opacity: 1;
}

.split-text .type:nth-child(207) {
  -webkit-transition-delay: 12.36s;
       -o-transition-delay: 12.36s;
          transition-delay: 12.36s;
  opacity: 1;
}

.split-text .type:nth-child(208) {
  -webkit-transition-delay: 12.42s;
       -o-transition-delay: 12.42s;
          transition-delay: 12.42s;
  opacity: 1;
}

.split-text .type:nth-child(209) {
  -webkit-transition-delay: 12.48s;
       -o-transition-delay: 12.48s;
          transition-delay: 12.48s;
  opacity: 1;
}

.split-text .type:nth-child(210) {
  -webkit-transition-delay: 12.54s;
       -o-transition-delay: 12.54s;
          transition-delay: 12.54s;
  opacity: 1;
}

.split-text .type:nth-child(211) {
  -webkit-transition-delay: 12.6s;
       -o-transition-delay: 12.6s;
          transition-delay: 12.6s;
  opacity: 1;
}

.split-text .type:nth-child(212) {
  -webkit-transition-delay: 12.66s;
       -o-transition-delay: 12.66s;
          transition-delay: 12.66s;
  opacity: 1;
}

.split-text .type:nth-child(213) {
  -webkit-transition-delay: 12.72s;
       -o-transition-delay: 12.72s;
          transition-delay: 12.72s;
  opacity: 1;
}

.split-text .type:nth-child(214) {
  -webkit-transition-delay: 12.78s;
       -o-transition-delay: 12.78s;
          transition-delay: 12.78s;
  opacity: 1;
}

.split-text .type:nth-child(215) {
  -webkit-transition-delay: 12.84s;
       -o-transition-delay: 12.84s;
          transition-delay: 12.84s;
  opacity: 1;
}

.split-text .type:nth-child(216) {
  -webkit-transition-delay: 12.9s;
       -o-transition-delay: 12.9s;
          transition-delay: 12.9s;
  opacity: 1;
}

.split-text .type:nth-child(217) {
  -webkit-transition-delay: 12.96s;
       -o-transition-delay: 12.96s;
          transition-delay: 12.96s;
  opacity: 1;
}

.split-text .type:nth-child(218) {
  -webkit-transition-delay: 13.02s;
       -o-transition-delay: 13.02s;
          transition-delay: 13.02s;
  opacity: 1;
}

.split-text .type:nth-child(219) {
  -webkit-transition-delay: 13.08s;
       -o-transition-delay: 13.08s;
          transition-delay: 13.08s;
  opacity: 1;
}

.split-text .type:nth-child(220) {
  -webkit-transition-delay: 13.14s;
       -o-transition-delay: 13.14s;
          transition-delay: 13.14s;
  opacity: 1;
}

.split-text .type:nth-child(221) {
  -webkit-transition-delay: 13.2s;
       -o-transition-delay: 13.2s;
          transition-delay: 13.2s;
  opacity: 1;
}

.split-text .type:nth-child(222) {
  -webkit-transition-delay: 13.26s;
       -o-transition-delay: 13.26s;
          transition-delay: 13.26s;
  opacity: 1;
}

.split-text .type:nth-child(223) {
  -webkit-transition-delay: 13.32s;
       -o-transition-delay: 13.32s;
          transition-delay: 13.32s;
  opacity: 1;
}

.split-text .type:nth-child(224) {
  -webkit-transition-delay: 13.38s;
       -o-transition-delay: 13.38s;
          transition-delay: 13.38s;
  opacity: 1;
}

.split-text .type:nth-child(225) {
  -webkit-transition-delay: 13.44s;
       -o-transition-delay: 13.44s;
          transition-delay: 13.44s;
  opacity: 1;
}

.split-text .type:nth-child(226) {
  -webkit-transition-delay: 13.5s;
       -o-transition-delay: 13.5s;
          transition-delay: 13.5s;
  opacity: 1;
}

.split-text .type:nth-child(227) {
  -webkit-transition-delay: 13.56s;
       -o-transition-delay: 13.56s;
          transition-delay: 13.56s;
  opacity: 1;
}

.split-text .type:nth-child(228) {
  -webkit-transition-delay: 13.62s;
       -o-transition-delay: 13.62s;
          transition-delay: 13.62s;
  opacity: 1;
}

.split-text .type:nth-child(229) {
  -webkit-transition-delay: 13.68s;
       -o-transition-delay: 13.68s;
          transition-delay: 13.68s;
  opacity: 1;
}

.split-text .type:nth-child(230) {
  -webkit-transition-delay: 13.74s;
       -o-transition-delay: 13.74s;
          transition-delay: 13.74s;
  opacity: 1;
}

.split-text .type:nth-child(231) {
  -webkit-transition-delay: 13.8s;
       -o-transition-delay: 13.8s;
          transition-delay: 13.8s;
  opacity: 1;
}

.split-text .type:nth-child(232) {
  -webkit-transition-delay: 13.86s;
       -o-transition-delay: 13.86s;
          transition-delay: 13.86s;
  opacity: 1;
}

.split-text .type:nth-child(233) {
  -webkit-transition-delay: 13.92s;
       -o-transition-delay: 13.92s;
          transition-delay: 13.92s;
  opacity: 1;
}

.split-text .type:nth-child(234) {
  -webkit-transition-delay: 13.98s;
       -o-transition-delay: 13.98s;
          transition-delay: 13.98s;
  opacity: 1;
}

.split-text .type:nth-child(235) {
  -webkit-transition-delay: 14.04s;
       -o-transition-delay: 14.04s;
          transition-delay: 14.04s;
  opacity: 1;
}

.split-text .type:nth-child(236) {
  -webkit-transition-delay: 14.1s;
       -o-transition-delay: 14.1s;
          transition-delay: 14.1s;
  opacity: 1;
}

.split-text .type:nth-child(237) {
  -webkit-transition-delay: 14.16s;
       -o-transition-delay: 14.16s;
          transition-delay: 14.16s;
  opacity: 1;
}

.split-text .type:nth-child(238) {
  -webkit-transition-delay: 14.22s;
       -o-transition-delay: 14.22s;
          transition-delay: 14.22s;
  opacity: 1;
}

.split-text .type:nth-child(239) {
  -webkit-transition-delay: 14.28s;
       -o-transition-delay: 14.28s;
          transition-delay: 14.28s;
  opacity: 1;
}

.split-text .type:nth-child(240) {
  -webkit-transition-delay: 14.34s;
       -o-transition-delay: 14.34s;
          transition-delay: 14.34s;
  opacity: 1;
}

.split-text .type:nth-child(241) {
  -webkit-transition-delay: 14.4s;
       -o-transition-delay: 14.4s;
          transition-delay: 14.4s;
  opacity: 1;
}

.split-text .type:nth-child(242) {
  -webkit-transition-delay: 14.46s;
       -o-transition-delay: 14.46s;
          transition-delay: 14.46s;
  opacity: 1;
}

.split-text .type:nth-child(243) {
  -webkit-transition-delay: 14.52s;
       -o-transition-delay: 14.52s;
          transition-delay: 14.52s;
  opacity: 1;
}

.split-text .type:nth-child(244) {
  -webkit-transition-delay: 14.58s;
       -o-transition-delay: 14.58s;
          transition-delay: 14.58s;
  opacity: 1;
}

.split-text .type:nth-child(245) {
  -webkit-transition-delay: 14.64s;
       -o-transition-delay: 14.64s;
          transition-delay: 14.64s;
  opacity: 1;
}

.split-text .type:nth-child(246) {
  -webkit-transition-delay: 14.7s;
       -o-transition-delay: 14.7s;
          transition-delay: 14.7s;
  opacity: 1;
}

.split-text .type:nth-child(247) {
  -webkit-transition-delay: 14.76s;
       -o-transition-delay: 14.76s;
          transition-delay: 14.76s;
  opacity: 1;
}

.split-text .type:nth-child(248) {
  -webkit-transition-delay: 14.82s;
       -o-transition-delay: 14.82s;
          transition-delay: 14.82s;
  opacity: 1;
}

.split-text .type:nth-child(249) {
  -webkit-transition-delay: 14.88s;
       -o-transition-delay: 14.88s;
          transition-delay: 14.88s;
  opacity: 1;
}

.split-text .type:nth-child(250) {
  -webkit-transition-delay: 14.94s;
       -o-transition-delay: 14.94s;
          transition-delay: 14.94s;
  opacity: 1;
}

.single .banner__title-wrap:after {
  display: none;
}

.single .banner--page .title, .single .banner--page h1, .single .banner--page h2, .single .banner--page h3, .single .banner--page h4 {
  text-transform: none;
}

@media (min-width: 1000px) {
  .mr-50 {
    margin-right: 50px;
  }
  .mr-50 p {
    max-width: 500px;
  }
  .mr-50 .title, .mr-50 h1, .mr-50 h2, .mr-50 h3, .mr-50 h4 {
    margin-right: 50px;
  }
}
.section--parallax img {
  width: 100%;
}
@media (min-width: 576px) {
  .section--parallax img {
    max-width: 80vw;
  }
  .section--parallax .title--align--right {
    right: -30px;
    position: absolute;
  }
}
@media (min-width: 576px) and (max-width: 1280px) {
  .section--parallax .title--align--right {
    right: 30px;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .section--parallax .slider--secondary {
    margin-top: 100px;
  }
}
.section--parallax .slider--secondary .block-reveal-inner--slide > div {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}
.section--parallax .slider--secondary .block-reveal-inner--slide > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}
.section--parallax .slider--secondary .block-reveal-inner--slide > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .section--parallax .slider--secondary .block-reveal-inner--slide > div {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
@media (min-width: 769px) {
  .section--parallax .slider--secondary .section__card {
    position: absolute;
    bottom: -90px;
    left: 0px;
    max-width: 560px;
  }
}
@media (max-width: 991.98px) {
  .section--parallax .slider--secondary .section__card {
    z-index: 6;
    position: relative;
    bottom: unset;
  }
}
@media (max-width: 768.98px) {
  .section--parallax .slider--secondary .section__card {
    max-width: unset;
  }
}
.section--parallax .slider--secondary .slick-dots {
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 575.98px) {
  .section--parallax .slider--secondary .slick-dots {
    text-align: center;
  }
}
.section--parallax .slider--secondary .title, .section--parallax .slider--secondary h1, .section--parallax .slider--secondary h2, .section--parallax .slider--secondary h3, .section--parallax .slider--secondary h4 {
  margin-bottom: 30px;
}
.section--parallax .divider {
  bottom: 0px;
  left: -40px;
}

.divider {
  height: 233px;
  width: 40px;
  position: absolute;
}

.slick-slider {
  overflow: hidden;
}

.section--block p, .section--block .category {
  color: #fff;
}
.section--block .title, .section--block h1, .section--block h2, .section--block h3, .section--block h4 {
  margin-bottom: 20px;
}
.section--block a {
  background: #fff;
  color: #000000;
}
.section--block a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 991.98px) {
  .section--block {
    text-align: center;
  }
}
.section__card {
  background-color: white;
  max-width: 460px;
  padding: 50px 65px;
  /* bottom: 0; */
  z-index: auto;
}
@media (max-width: 768.98px) {
  .section__card {
    padding: 30px;
  }
}
.section__wrap__2, .section__wrap__3 {
  position: relative;
}
@media (max-width: 768.98px) {
  .section__wrap__2, .section__wrap__3 {
    text-align: center;
  }
}
.section__wrap__2__box, .section__wrap__3__box {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .section__wrap__2__box, .section__wrap__3__box {
    margin-left: 70px;
  }
}
.section__wrap__2__box > div, .section__wrap__3__box > div {
  padding: 90px 100px;
}
@media (max-width: 1199.98px) {
  .section__wrap__2__box > div, .section__wrap__3__box > div {
    padding: 80px 50px;
  }
}
@media (max-width: 768.98px) {
  .section__wrap__2__box > div, .section__wrap__3__box > div {
    padding: 30px;
  }
}
.section__wrap__2__box img, .section__wrap__3__box img {
  width: 50px;
  margin-bottom: 15px;
}
.section__wrap__2__box p, .section__wrap__3__box p {
  max-width: 130px;
  margin: 0 auto 60px;
}
.section__wrap__2 .divider, .section__wrap__3 .divider {
  right: -41px;
  top: 400px;
}
.section__wrap__2__bottom, .section__wrap__3__bottom {
  /* position: absolute; */
  left: 0;
  max-width: 611px;
}
@media (min-width: 992px) {
  .section__wrap__2__bottom, .section__wrap__3__bottom {
    margin-top: -350px;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .section__wrap__2__bottom, .section__wrap__3__bottom {
    margin-top: -200px;
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .section__wrap__2__bottom, .section__wrap__3__bottom {
    max-width: unset;
  }
}
.section__wrap__2 .post-container .category, .section__wrap__3 .post-container .category {
  margin-bottom: 8px;
}
.section__wrap__2 .post-container .title:before, .section__wrap__2 .post-container h1:before, .section__wrap__2 .post-container h2:before, .section__wrap__2 .post-container h3:before, .section__wrap__2 .post-container h4:before, .section__wrap__3 .post-container .title:before, .section__wrap__3 .post-container h1:before, .section__wrap__3 .post-container h2:before, .section__wrap__3 .post-container h3:before, .section__wrap__3 .post-container h4:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 148px;
  height: 10px;
  background: #28a745;
  z-index: -1;
}
.section__wrap__2 .slider-nav, .section__wrap__3 .slider-nav {
  margin-top: 22px;
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 29px;
  font-weight: 500;
}
.section__wrap__2 .slider-nav > div, .section__wrap__3 .slider-nav > div {
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.section__wrap__2 .slider-nav > div:before, .section__wrap__3 .slider-nav > div:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 13px;
  width: 0px;
  height: 2px;
  background: #28a745;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.section__wrap__2 .slider-nav > div.active, .section__wrap__3 .slider-nav > div.active {
  font-weight: 600;
}
.section__wrap__2 .slider-nav > div.active:before, .section__wrap__3 .slider-nav > div.active:before {
  width: 73px;
}
.section__wrap__3__bottom {
  height: auto !important;
  left: unset;
  width: 100%;
  height: 385px;
  max-width: 611px;
}
@media (min-width: 769px) {
  .section__wrap__3__bottom .button--instagram {
    bottom: 7.5px;
  }
}
@media (min-width: 992px) {
  .section__wrap__3__bottom {
    margin-top: -400px;
    position: absolute;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .section__wrap__3__bottom {
    margin-top: -200px;
    max-width: 450px;
  }
}
@media (min-width: 800px) {
  .section__wrap__3__bottom {
    right: 0;
  }
}
.section__wrap__3__bottom .block-reveal-inner__content {
  width: 100%;
  height: 385px;
  max-width: 611px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .section__wrap__3__bottom {
    max-width: unset;
  }
}
.section__wrap__3 .divider {
  right: -55px;
  left: unset;
}
@media (max-width: 991.98px) {
  .section__wrap__3 .divider {
    right: -40px;
  }
}
@media (min-width: 800px) {
  .section__wrap__3 a.button {
    position: absolute;
    top: -20px;
    right: 0px;
  }
}
.section--news {
  margin-top: 200px;
}
.section--news .divider {
  left: -24px;
  bottom: -400px;
}
@media (min-width: 576px) {
  .section--news .padding-left {
    padding-left: 50px;
    margin-top: 40vh;
  }
  .section--news .readjust-title {
    margin-top: -28vh;
    position: absolute;
    width: 100%;
  }
  .section--news h3.swipe-in span {
    color: #f0f3f7;
  }
  .section--news h3.swipe-in.active span {
    color: #000000;
  }
  .section--news__posts {
    margin-top: -7vh;
  }
}
@media (max-width: 768.98px) {
  .section--news {
    margin-top: 30px;
  }
}
@media (max-width: 768.98px) {
  .section--news .col-md-4 {
    margin-top: 30px;
  }
  .section--news .title--large,
.section--news .subtitle,
.section--news .button {
    text-align: center;
  }
  .section--news .title--large {
    color: #dbe0e4;
  }
}
@media (min-width: 576px) {
  .section--booklet {
    height: 80%;
  }
}
@media (max-width: 991.98px) {
  .section--booklet {
    margin: 30px 0;
  }
}
.section--booklet .border-wrap {
  border: 10px solid #28a745;
  position: relative;
}
.section--booklet .border-wrap__text {
  background-color: #f0f3f7;
  padding: 20px;
}
@media (min-width: 992px) {
  .section--booklet .border-wrap__text {
    position: absolute;
    max-width: 220px;
    right: -14%;
    top: 20%;
  }
}
@media (min-width: 769px) {
  .section--booklet .border-wrap__text {
    right: -180px;
    position: absolute;
    max-width: 220px;
    top: 20%;
  }
}
.section--booklet img {
  width: 100%;
}
@media (min-width: 769px) {
  .section--booklet img {
    max-width: 683px;
    left: -60px;
    position: relative;
  }
}
.section--booklet h2.swipe-in span {
  color: #f0f3f7;
}
.section--booklet h2.swipe-in.active span {
  color: #000000;
}
@media (min-width: 992px) {
  .section--sectors-slider .section__wrap__3__bottom {
    margin-top: -300px;
  }
}
.section--sectors-slider .title--parallax img {
  max-width: 80vw;
  max-height: 85px;
  width: auto;
  display: inline-block;
  margin-left: -25px;
}
@media (max-width: 700px) {
  .section--sectors-slider .title--parallax img {
    display: block;
    margin: auto;
    display: none;
  }
  .section--sectors-slider .slider-text img {
    display: block;
    margin: auto;
  }
}

.video-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-block:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.9558101473%;
}
.video-block > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url(../img/icons/play.svg);
}

.image-block {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-block:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.9558101473%;
}
.image-block > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.strategy-section {
  margin: 110px 0;
}
.strategy-section .subtitle {
  margin: 38px auto 0;
}

.logo-list img {
  width: 80%;
}
.logo-list .col {
  width: calc(100% / 5);
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.full-width-slider .slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.full-width-slider .slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}
.full-width-slider .slide > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loading-screen {
  position: fixed;
  z-index: 99999999;
}
.loading-screen .title--banner span, .loading-screen h1 span {
  opacity: 0;
  display: inline-block;
}
.loading-screen .title--small span, .loading-screen h4 span {
  display: inline-block;
  opacity: 0;
}
@media (max-width: 567px) {
  .loading-screen .title--small, .loading-screen h4 {
    display: none;
  }
}
.loading-screen.animate {
  color: black;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.loading-screen.animate:before {
  -webkit-animation: 1s slide-in-out forwards;
          animation: 1s slide-in-out forwards;
}
@media (max-width: 991.98px) {
  .loading-screen .centered {
    top: 30%;
  }
  .loading-screen .container {
    width: 100%;
    margin: 0;
    max-width: unset;
    text-align: center;
  }
}

.fade-in {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.fade-in--onload {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes slide-in-out {
  0% {
    width: 0%;
  }
  48% {
    right: -199px;
    width: calc(100% + 166px);
  }
  50% {
    left: auto;
    right: auto;
  }
  100% {
    width: 0%;
    left: 0;
    right: auto;
  }
}

@keyframes slide-in-out {
  0% {
    width: 0%;
  }
  48% {
    right: -199px;
    width: calc(100% + 166px);
  }
  50% {
    left: auto;
    right: auto;
  }
  100% {
    width: 0%;
    left: 0;
    right: auto;
  }
}
@-webkit-keyframes slide-in-out-explosions {
  0% {
    width: 0%;
  }
  48% {
    right: -194px;
    width: calc(100% + 166px);
  }
  50% {
    left: auto;
    right: auto;
  }
  100% {
    width: 0%;
    left: 0;
    right: auto;
  }
}
@keyframes slide-in-out-explosions {
  0% {
    width: 0%;
  }
  48% {
    right: -194px;
    width: calc(100% + 166px);
  }
  50% {
    left: auto;
    right: auto;
  }
  100% {
    width: 0%;
    left: 0;
    right: auto;
  }
}
.page-id-232 .loading-screen .title--banner:before,
.page-id-232 .loading-screen h1:before {
  top: -15px;
  right: -194px;
  height: 120px;
  width: 96.4px;
}
.page-id-232 .loading-screen .title--banner.animate:before, .page-id-232 .loading-screen h1.animate:before {
  -webkit-animation: 1s slide-in-out-explosions forwards;
          animation: 1s slide-in-out-explosions forwards;
}

.video-wrap:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.video-wrap video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.locations {
  background-color: #fff;
}
@media (min-width: 576px) {
  .locations .columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 80px;
  }
}
.locations .columns-2 > div {
  margin-bottom: 30px;
  width: calc(100% / 3);
  padding: 10px;
}
@media (max-width: 768.98px) {
  .locations .columns-2 > div {
    width: calc(100% / 2);
  }
}
@media (max-width: 575.98px) {
  .locations .columns-2 > div {
    width: calc(100% / 2);
  }
}
@media (max-width: 768.98px) {
  .locations .columns-2 {
    padding: 40px 25px;
  }
}
.locations img {
  padding: 20px;
}
.locations .divider {
  left: -40px;
  top: 30%;
}
@media (max-width: 768.98px) {
  .locations {
    margin: 0 50px 100px;
  }
}
@media (max-width: 575.98px) {
  .locations {
    margin: 0 20px 100px;
  }
}

.publications-title {
  margin-left: 28px;
}

.publications-wrap {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

.publications .slick-track:before {
  display: none !important;
}
.publications .flex-wrap__item {
  width: calc((100%/6) - 10px);
  height: 90%;
  padding: 15px;
  min-height: 425px;
  background-color: #fff;
}
.publications .flex-wrap__item img {
  margin-bottom: 10px;
}
.publications .slick-slide {
  padding: 5px;
}
.publications .title--xs {
  font-size: 1rem;
  font-weight: 600;
  font-size: larger;
}

section {
  position: relative;
}

@media (max-width: 991.98px) {
  *[data-scroll-speed-element] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 1024) and (max-height: 700px) {
  *[data-scroll-speed-element] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media screen and (min-width: 767px) {
  .parent-pageid-5 div[data-scroll-speed]:not(.divider) {
    margin-top: 55vh;
  }
  .parent-pageid-5.page-id-520 .centered-content-block div[data-scroll-speed]:not(.divider) {
    margin-top: 0;
  }
}
.page-id-10 .pad-neg-btm {
  margin-bottom: -30vh;
}
.page-id-10 .pad-neg-btm div[data-scroll-speed]:not(.divider) {
  margin-top: 15%;
}

.image-full-width {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-full-width:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 38.1944444444%;
}
.image-full-width > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-id-11 .banner .subtitle a, .category .banner .subtitle a, .archive .banner .subtitle a {
  color: #E40313;
}
.page-id-11 .skip-links__link, .category .skip-links__link, .archive .skip-links__link {
  padding: 35px 13px;
}
.page-id-11 .skip-links, .category .skip-links, .archive .skip-links {
  width: auto;
  margin: 50px 60px 0 60px;
  margin-left: 0px;
}
@media (max-width: 991.98px) {
  .page-id-11 .skip-links, .category .skip-links, .archive .skip-links {
    width: 100%;
    margin: 0;
  }
  .page-id-11 .skip-links__link, .category .skip-links__link, .archive .skip-links__link {
    padding: 18px 13px;
  }
}

@media (min-width: 576px) {
  body .article-loop .related-news .featured__post__content {
    margin-top: -170px;
  }
}
body .article-loop .related-news .featured__post__content--small {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 70px;
  background-color: transparent;
  padding: 30px 0;
}
@media (max-width: 768.98px) {
  body .article-loop .related-news .featured__post__content--small {
    margin-bottom: 30px;
  }
}
body .article-loop .col-md-8 {
  margin-bottom: 70px;
}
body .article-loop .contact {
  margin-top: 20px;
}
body .article-loop .contact__portrait {
  width: 48px;
  height: 48px;
  margin: auto;
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  body .article-loop .contact {
    text-align: left;
  }
  body .article-loop .contact .contact-details {
    text-align: left;
  }
  body .article-loop .contact .contact-details__name, body .article-loop .contact .contact-details__jobtitle {
    text-align: left;
  }
}
body .article-loop .divider {
  top: 150px;
  left: 55px;
}
@media (max-width: 768.98px) {
  body .article-loop .title--small, body .article-loop h4 {
    font-size: 1.5625rem;
    line-height: 1.08;
  }
}

.related-articles .featured__post__content--small {
  margin: 0px;
  margin-top: 0px;
  margin-bottom: 70px;
  background-color: transparent;
  padding: 30px 0;
}
@media (max-width: 768.98px) {
  .related-articles .subtitle {
    display: none;
  }
  .related-articles .title--small, .related-articles h4 {
    font-size: 1.5625rem;
    line-height: 1;
  }
}

.parent-pageid-5 .grid--teasers[data-scroll-speed]:not(.divider) {
  margin-top: 100px;
  margin-bottom: -100px;
}

.careers-loop > div > div > div {
  margin-bottom: 30px;
}
.careers-loop__card {
  background-color: #fff;
  padding: 40px 30px;
  margin-bottom: 30px;
  height: 100%;
}
.careers-loop__card .category {
  color: #28a745;
}
.careers-loop__card .date {
  color: #858788;
  font-style: italic;
  margin-bottom: 0px;
}
.careers-loop__card--green {
  background-color: #28a745;
  color: #fff;
}
.careers-loop__card--green > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.careers-loop__card--green .contact .contact-details {
  color: #fff;
}
.careers-loop__card--green .contact .contact-details__name, .careers-loop__card--green .contact .contact-details__email--other {
  color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-loop .grid,
.what-we-do .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card-loop .grid > div,
.what-we-do .grid > div {
    width: calc(25% - 40px);
  }
}

.page-id-1364 .image-full-width {
  background-position: top;
}

.embed-wrapper {
  margin: 50px 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .contact-profile-row {
    text-align: center;
  }
  .contact-profile-row > div {
    margin-left: 0 !important;
    display: block;
  }
  .contact-profile-row > div:last-child {
    margin-top: 5px;
    width: 100%;
  }

  .feature-box.contact {
    padding: 25px;
  }

  .contact > div > div {
    max-width: 100%;
  }
}
.fade-in-title-1, .fade-in-title-2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fade-in-title-1.loaded-in, .fade-in-title-2.loaded-in {
  opacity: 1;
}

.section--image-teaser {
  position: relative;
  margin-top: 50px;
}
.section--image-teaser .fixed-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section--image-teaser .fixed-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--image-teaser > .container {
  z-index: 2;
  position: relative;
}
.section--image-teaser:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

.featured__post {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.featured__post:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.4134615385%;
}
.featured__post > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured__post:after {
  top: 0;
  left: 0;
  right: 0;
  height: 63%;
  width: 100%;
  content: "";
  position: absolute;
  background: -o-linear-gradient(111.03deg, rgba(0, 0, 0, 0) 55%, #000000 109%);
  background: linear-gradient(338.97deg, rgba(0, 0, 0, 0) 55%, #000000 109%);
}
.featured__post .category {
  color: #fff;
  top: 30px;
  left: 30px;
  z-index: 9;
}
.featured__post .title, .featured__post h1, .featured__post h2, .featured__post h3, .featured__post h4 {
  text-transform: capitalize;
}
.featured__post__content {
  position: relative;
  z-index: 3;
  padding-top: 30px;
}
@media (min-width: 576px) {
  .featured__post__content {
    margin: 250px 40px 0;
    background-color: #fff;
    padding: 35px;
  }
  .featured__post__content--small {
    margin: 250px 20px 0;
  }
  .featured__post__content--large {
    margin: -150px 40px 0;
  }
}
@media (max-width: 768.98px) {
  .featured__post__content--small .subtitle {
    display: none;
  }
}
.featured__post__content .subtitle {
  margin-top: 10px;
}
@media (min-width: 576px) {
  .featured__post__content--full-width {
    max-width: 956px;
    margin-top: -122px;
    position: absolute;
    right: 0;
  }
}
.featured__post__content--full-width .subtitle {
  max-width: 100%;
}
.featured__post--full-width {
  position: relative;
}
.featured__post--full-width:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.6666666667%;
}
.featured__post--full-width > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.single .related_post .featured__post__content {
  margin-top: -100px;
}

@media (min-width: 992px) {
  .triangles-list {
    padding-left: 50px;
  }
}
.triangles-list__item {
  position: relative;
  padding: 20px 0;
}
.triangles-list__item .item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.15;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.triangles-list__item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
}
.triangles-list__item:hover .item-background {
  opacity: 0.6;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
}
.triangles-list__item .large {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: auto;
  max-width: 152px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  letter-spacing: -0.25px;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
}

.skip-links,
.filters {
  border: 1px solid #DFE0E2;
  margin: 23px auto 0;
  display: inline-block;
}
@media (max-width: 991.98px) {
  .skip-links,
.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-color: #4C545F;
    width: 100%;
    position: relative;
  }
  .skip-links:before, .skip-links:after,
.filters:before,
.filters:after {
    content: "";
    position: absolute;
    top: 28px;
    right: 17px;
    width: 12px;
    height: 2px;
    background-color: #4C545F;
  }
  .skip-links:before,
.filters:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 25px;
  }
  .skip-links:after,
.filters:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.skip-links__link,
.filters__link {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0px;
  display: inline-block;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 13px;
  /* 13px */
  font-size: 0.8125rem;
  /* 13px */
  line-height: 1.6923076923;
  /* 22px */
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 35px 17.5px;
}
.skip-links__link.active,
.filters__link.active {
  border-bottom: 2px solid #000000;
}
.skip-links__link:active, .skip-links__link:focus,
.filters__link:active,
.filters__link:focus {
  outline: 0px;
}
@media (max-width: 991.98px) {
  .skip-links__link,
.filters__link {
    padding: 15px 17.5px;
    display: block;
    text-align: left;
    width: 100%;
  }
  .skip-links__link:not(.active),
.filters__link:not(.active) {
    max-height: 0px;
    overflow: hidden;
    position: relative;
    padding: 0;
    padding-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .skip-links__link.active,
.filters__link.active {
    border-bottom: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    pointer-events: none;
  }
}
@media (max-width: 991.98px) {
  .skip-links .hide-on-mob,
.filters .hide-on-mob {
    display: none;
  }
  .skip-links.skip-links--open .skip-links__link:not(.active), .skip-links.skip-links--open .filters__link:not(.active),
.filters.skip-links--open .skip-links__link:not(.active),
.filters.skip-links--open .filters__link:not(.active) {
    padding: 10px 20px;
    max-height: 1000px;
  }
  .skip-links.skip-links--open:before,
.filters.skip-links--open:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 25px;
  }
  .skip-links.skip-links--open:after,
.filters.skip-links--open:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.contact {
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.2941176471;
  /* 22px */
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.contact__portrait {
  width: 75px;
  height: 75px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-right: 15px;
}
.contact .contact-details__jobtitle {
  margin-top: 2px;
  font-size: 0.6875rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 340px;
}
.contact .contact-details__name {
  font-weight: 500;
}
.contact .contact-details__email, .contact .contact-details__phone {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 575.98px) {
  .contact .contact-details__email, .contact .contact-details__phone {
    padding-left: 0px;
    position: relative;
    padding-top: 40px;
  }
}
.contact .contact-details__email:before, .contact .contact-details__phone:before {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 575.98px) {
  .contact .contact-details__email:before, .contact .contact-details__phone:before {
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.contact .contact-details__email:before {
  content: url(../img/icons/mail-black.svg);
}
.contact .contact-details__email--other {
  padding: 0px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  color: #28a745;
  font-size: 12px;
  margin-top: 5px;
}
.contact .contact-details__email--other:before {
  display: none;
}
.contact .contact-details__phone {
  padding-bottom: 15px;
}
.contact .contact-details__phone:before {
  content: url(../img/icons/phone-black.svg);
}
@media (min-width: 769px) {
  .contact--inline .contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact--inline .contact-details > * {
  padding: 0px 20px 10px 50px;
  font-weight: 500;
}
.contact--inline .contact-details > *:before {
  left: 16px;
  top: 3px;
}
.contact--inline .contact-details__phone {
  border-bottom: 2px solid #28a745;
}
@media (max-width: 575.98px) {
  .contact--inline .contact-details__phone {
    margin-bottom: 20px;
  }
}
.contact--inline .contact-details__email {
  margin-left: 20px;
  border-bottom: 2px solid #E40313;
}
@media (max-width: 575.98px) {
  .contact {
    margin: 20px 0;
    text-align: center;
  }
  .contact > div > div {
    max-width: 275px;
    text-align: left;
  }
  .contact .contact-details {
    text-align: center;
    margin: 15px 0;
  }
  .contact .contact-details__name, .contact .contact-details__email .contact .contact-details__jobtitle {
    margin-bottom: 10px;
    text-align: center;
  }
}

.feature-box .contact-details {
  position: relative;
}

.cards-block__card {
  background-color: #fff;
  text-align: center;
  padding: 50px 40px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
.cards-block__card__number {
  color: #000000;
  font-size: 60px;
  /* 60px */
  font-size: 3.75rem;
  /* 60px */
  line-height: 1.0833333333;
  /* 65px */
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .cards-block__card__number {
    font-size: 2.5rem;
    /* font-size: 3.75rem; */
    line-height: 1;
  }
}
.cards-block__card__text {
  font-weight: 600;
  max-width: 300px;
  margin: auto;
}
.cards-block__card:before {
  position: absolute;
  content: "";
  top: 0;
  left: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
}
@media (max-width: 991.98px) {
  .cards-block__card:before {
    left: 0;
  }
}
.cards-block > div > div:first-of-type > div {
  border-bottom: 3px solid #E40313;
}
.cards-block > div > div:first-of-type > div:before {
  border-color: #E40313 transparent transparent transparent;
}
.cards-block > div > div:nth-of-type(2) > div {
  border-bottom: 3px solid #2B53A0;
}
.cards-block > div > div:nth-of-type(2) > div:before {
  border-color: #2B53A0 transparent transparent transparent;
}
.cards-block > div > div:last-of-type > div {
  border-bottom: 3px solid #28a745;
}
.cards-block > div > div:last-of-type > div:before {
  border-color: #28a745 transparent transparent transparent;
}
@media (max-width: 991.98px) {
  .cards-block .col-lg-4 {
    margin-bottom: 30px;
    padding: 0px;
  }
}

.information-block {
  font-weight: 400;
}
.information-block p {
  font-family: "Montserrat", sans-serif;
}
.information-block a:not(.button) {
  color: #28a745;
}

.feature-box {
  background-color: #000000;
  padding: 30px 40px;
}
.feature-box .title, .feature-box h1, .feature-box h2, .feature-box h3, .feature-box h4 {
  color: #fff;
  margin-bottom: 30px;
}
.feature-box .contact-details__jobtitle {
  color: #fff;
}
.feature-box .contact-details__name {
  color: #fff;
}
.feature-box .row {
  margin-bottom: 25px;
}
.feature-box > div {
  margin-bottom: 20px;
}

.contact__portrait {
  width: 65px;
  height: 65px;
}
.contact > div > div {
  display: inline-block;
  vertical-align: middle;
}

.team-card {
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
}
.team-card .button {
  float: right;
  vertical-align: middle;
  margin-right: 19px;
  margin-top: 15px;
}
.team-card img {
  height: 22px;
  width: auto;
  margin: 25px;
}
.team-card.Wentworth-House-Partnership img {
  height: 40px;
}
.team-card.Wentworth-House-Partnership .button {
  margin-top: 26px;
}
.team-card:hover .button {
  text-decoration: none;
  color: #28a745;
}
.team-card:hover .button:after {
  -webkit-animation: 0.5s button-hover forwards;
          animation: 0.5s button-hover forwards;
}
@media (max-width: 1199.98px) {
  .team-card {
    padding: 40px 20px 20px;
    text-align: center;
  }
  .team-card img {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .team-card .button {
    float: none;
  }
}

.share-icons {
  margin-left: 30px;
}
.share-icons span {
  margin-right: 10px;
}
@media (max-width: 768.98px) {
  .share-icons {
    display: block;
    margin-top: 10px;
  }
}

.main-content .more-information {
  margin-top: 50px;
  position: relative;
  border: 5px solid #E40313;
  padding: 30px;
}
.main-content .more-information:before {
  content: "More Info";
  position: absolute;
  top: -29px;
  left: 15px;
  padding: 15px;
  color: #E40313;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: #f0f3f7;
}
.main-content a:not(.button) {
  color: #E40313;
}
.main-content blockquote {
  margin: 30px 0;
}
.main-content blockquote p {
  font-weight: normal;
}

.video {
  position: relative;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-bottom: 30px;
}
.video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.6666666667%;
}
.video > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.6;
}
.video > div {
  top: unset;
  bottom: 50px;
  left: 40px;
  right: 40px;
  padding-top: 80px;
  z-index: 2;
}
.video > div:before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-size: contain;
  background-image: url(../img/icons/play.svg);
}

.form {
  background-color: #fff;
  position: relative;
  padding: 40px 80px 80px;
}
.form .image-block {
  width: 60%;
  position: absolute;
  left: -15%;
  bottom: -15%;
}
@media (max-width: 1199.98px) {
  .form .image-block {
    display: none;
  }
}
.form .divider {
  right: -40px;
}
@media (max-width: 768.98px) {
  .form {
    margin: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .form {
    padding: 40px 15px;
    margin: 0 20px;
  }
}

.gform_wrapper .gform_body .gform__half {
  width: calc(50% - 20px);
  display: inline-block;
  position: relative;
  padding-right: 0px !important;
}
@media (min-width: 769px) {
  .gform_wrapper .gform_body .gform__half:nth-of-type(even) {
    margin-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .gform_wrapper .gform_body .gform__half--float-right {
    float: right;
    margin-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .gform_wrapper .gform_body .gform__half--float-right {
    width: 100%;
  }
}
@media (max-width: 768.98px) {
  .gform_wrapper .gform_body .gform__half {
    width: 100%;
  }
}
.gform_wrapper .gform_body .gfield input, .gform_wrapper .gform_body .gfield select, .gform_wrapper .gform_body .gfield textarea {
  width: 100% !important;
  color: #888C97;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 1 !important;
  padding: 15px !important;
  -webkit-appearance: none;
  border: 1px solid #dbe0e4;
}
.gform_wrapper .gform_body .gfield input::-webkit-input-placeholder, .gform_wrapper .gform_body .gfield select::-webkit-input-placeholder, .gform_wrapper .gform_body .gfield textarea::-webkit-input-placeholder {
  color: #888C97;
}
.gform_wrapper .gform_body .gfield input::-moz-placeholder, .gform_wrapper .gform_body .gfield select::-moz-placeholder, .gform_wrapper .gform_body .gfield textarea::-moz-placeholder {
  color: #888C97;
}
.gform_wrapper .gform_body .gfield input:-ms-input-placeholder, .gform_wrapper .gform_body .gfield select:-ms-input-placeholder, .gform_wrapper .gform_body .gfield textarea:-ms-input-placeholder {
  color: #888C97;
}
.gform_wrapper .gform_body .gfield input::-ms-input-placeholder, .gform_wrapper .gform_body .gfield select::-ms-input-placeholder, .gform_wrapper .gform_body .gfield textarea::-ms-input-placeholder {
  color: #888C97;
}
.gform_wrapper .gform_body .gfield input::placeholder, .gform_wrapper .gform_body .gfield select::placeholder, .gform_wrapper .gform_body .gfield textarea::placeholder {
  color: #888C97;
}
.gform_wrapper .gform_body .gfield label {
  display: none;
}
.gform_wrapper .button {
  width: 50%;
  text-align: center;
}
@media (min-width: 1200px) {
  .gform_wrapper .button {
    float: right;
  }
}
.gform_wrapper .gform_footer {
  text-align: center;
}

input.full-width {
  width: 100%;
  margin-bottom: 15px;
}

input {
  border: none;
  padding: 20px 25px;
  color: white;
  font-size: 1.125rem !important;
}
input:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  color: white;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
input:-ms-input-placeholder {
  color: white;
}

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: black;
  font-size: 0.875rem;
  border: none;
  padding: 10px 0;
  border-bottom: solid 1px #919295;
  padding-right: 0;
  border-radius: 0;
  max-width: 100%;
}
select:focus {
  outline: none;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

.gform_confirmation_message_1 {
  padding: 50px 0 200px !important;
}

.gform_confirmation_message_3, .gform_confirmation_message_7 {
  text-align: center;
  padding: 20px 0 0;
}

@media (min-width: 1200px) {
  #gform_submit_button_1 {
    margin-right: 10px;
    text-align: center;
    width: auto;
  }
}

@media (min-width: 1200px) {
  #input_1_14 {
    float: right;
    margin-right: -7px;
  }
}
@media (max-width: 1199.98px) {
  #input_1_14 {
    width: 100%;
  }
}

.gform_confirmation_message {
  text-align: center;
}

.slide__subtitle--2 {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slide__subtitle--2.fade {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991.98px) {
  .slide__subtitle--2 {
    display: none;
  }
}

.slider__nav li {
  position: relative;
  display: inline-block;
  height: 2px;
  width: 80px;
  margin-right: 10px;
  padding: 20px 0;
  cursor: pointer;
}
.slider__nav li button {
  border: 0;
  display: block;
  height: 2px;
  width: 80px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slider__nav li button:hover, .slider__nav li button:focus {
  outline: none;
}
.slider__nav li button:hover:before, .slider__nav li button:focus:before {
  opacity: 1;
}
.slider__nav li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #CBCBCD;
  content: "";
  width: 80px;
  height: 2px;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .slider__nav {
    text-align: center;
  }
  .slider__nav li {
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .slider__nav {
    text-align: center;
  }
  .slider__nav li,
.slider__nav li button,
.slider__nav li button:before {
    width: 30px;
  }
}

.arrow {
  cursor: pointer;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 11px;
}
.arrow--next {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768.98px) {
  .arrow--next {
    margin-right: 20px;
  }
}
.arrow--prev {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slider--secondary {
  height: 100%;
}

.slider-text .subtitle {
  max-width: 100%;
}
.slider-text img {
  height: 48px;
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

.js-banner-videos {
  height: 100vh;
}

.js-banner-text .slick-slide:before {
  display: none;
}
.js-banner-text .slick-dots li {
  height: 20px;
  width: 41px;
}
.js-banner-text .slick-dots li button {
  height: 20px;
  width: 41px;
  position: relative;
  background-color: transparent;
}
.js-banner-text .slick-dots li button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 2px;
  width: 41px;
}
.js-banner-text .slick-dots li.slick-active button:before {
  background-color: #28a745;
  opacity: 1;
}

.testimonial-slider {
  margin-bottom: 100px;
}
@media (max-width: 768.98px) {
  .testimonial-slider {
    margin-bottom: 50px;
  }
}
.testimonial-slider--logos .title--xxl {
  font-size: 48px;
  letter-spacing: -2px;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 550px) {
  .testimonial-slider--logos .title--xxl {
    font-size: 67px;
    letter-spacing: -2px;
    line-height: 50px;
  }
}
@media (min-width: 850px) {
  .testimonial-slider--logos .title--xxl {
    font-size: 120px;
    text-align: left;
    letter-spacing: -2px;
    line-height: 132px;
  }
}
.testimonial-slider--logos .slide__logo {
  margin-bottom: 20px;
}
@media (min-width: 1050px) {
  .testimonial-slider--logos .slide__logo {
    display: none;
  }
}
.testimonial-slider--logos .slider-logos {
  background: #fff;
  padding: 60px;
  margin: 0 7% 0 11%;
}
@media (max-width: 850px) {
  .testimonial-slider--logos .slider-logos {
    padding: 35px;
    margin: 0 20px 0 20px;
  }
}
.testimonial-slider--logos .slider-logos .title--small, .testimonial-slider--logos .slider-logos h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 42px;
  width: 70%;
  display: inline-block;
}
@media (max-width: 500px) {
  .testimonial-slider--logos .slider-logos .title--small, .testimonial-slider--logos .slider-logos h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.testimonial-slider--logos .slider-logos a.button {
  margin-top: 0;
}
.testimonial-slider--logos .slider-logos .slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* justify-content: center; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 850px) {
  .testimonial-slider--logos .slider-logos .slide {
    display: inline-block !important;
    text-align: center;
  }
  .testimonial-slider--logos .slider-logos .slide p {
    margin-bottom: 30px;
    width: 100%;
  }
  .testimonial-slider--logos .slider-logos .slide img {
    margin: auto;
  }
}
.testimonial-slider .logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-slider .logo-list img {
  width: 100%;
  height: 60px;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1350px) {
  .testimonial-slider .logo-list img {
    height: 44px;
  }
}
.testimonial-slider .logo-list div {
  opacity: 0.4;
}
.testimonial-slider .logo-list .slide-active {
  opacity: 1;
}
@media (max-width: 1050px) {
  .testimonial-slider .logo-list {
    display: none;
  }
}
.testimonial-slider .teaser-slider__counter {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.46px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px;
}
.testimonial-slider .slider-controls {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
}
.testimonial-slider .slider-controls__prev, .testimonial-slider .slider-controls__next {
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
}
.testimonial-slider .slider-controls__prev {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.testimonial-slider .slider-controls__next {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 1050px) {
  .testimonial-slider .slider-controls {
    margin-bottom: 0;
  }
}
@media (max-width: 850px) {
  .testimonial-slider .slider-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .related-news {
  position: relative;
}
body .related-news .divider {
  top: -10px;
  left: 35px;
}
@media (max-width: 768.98px) {
  body .related-news .divider {
    display: none;
  }
}
body .related-news .subtitle {
  font-weight: normal;
  max-width: 100%;
}
@media (min-width: 576px) {
  body .related-news .featured__post__content {
    margin-top: -50px;
  }
}
@media (max-width: 768.98px) {
  body .related-news {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.teasers--who-we-are {
  z-index: 8;
}
.teasers--who-we-are .title--xxl {
  text-align: center;
  width: 100%;
}
.teasers--who-we-are .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.teasers--who-we-are .grid__item {
  margin: 0px;
}
@media (max-width: 787px) {
  .teasers--who-we-are .grid__item {
    margin-bottom: 15px;
  }
}
.teasers--parallax {
  margin-top: -70vh;
  margin-bottom: -120vh;
}
.teasers--parallax div[data-scroll-speed]:not(.divider) {
  margin-top: 110vh;
}

.close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
}

.close:hover {
  opacity: 0.3;
}

.close:before, .close:after {
  position: absolute;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: black;
}

.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

i {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
i.right {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
i.left {
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
i.up {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
i.down {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#content-wrap .dropdown-menu, * .dropdown-menu {
  cursor: pointer;
  z-index: 999999;
  position: relative;
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  border: 1px solid #4C545F;
}
#content-wrap .dropdown-menu > li, * .dropdown-menu > li {
  padding: 0;
  text-indent: 0;
}
#content-wrap .dropdown-menu li, * .dropdown-menu li {
  padding: 18px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
}
#content-wrap .dropdown-menu li ul, * .dropdown-menu li ul {
  padding-top: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#content-wrap .dropdown-menu li ul > li, * .dropdown-menu li ul > li {
  padding: 0;
  text-indent: 0;
}
#content-wrap .dropdown-menu li ul.menu-open, * .dropdown-menu li ul.menu-open {
  max-height: 1000px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#content-wrap .dropdown-menu li ul li, * .dropdown-menu li ul li {
  padding: 5px 0;
}
#content-wrap .dropdown-menu li ul li:first-of-type, * .dropdown-menu li ul li:first-of-type {
  padding-top: 10px;
}
#content-wrap .dropdown-menu.turn-arrow:before, * .dropdown-menu.turn-arrow:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 25px;
}
#content-wrap .dropdown-menu.turn-arrow:after, * .dropdown-menu.turn-arrow:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#content-wrap .dropdown-menu:before, #content-wrap .dropdown-menu:after, * .dropdown-menu:before, * .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 28px;
  right: 17px;
  width: 12px;
  height: 2px;
  background-color: #4C545F;
}
#content-wrap .dropdown-menu:before, * .dropdown-menu:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 25px;
}
#content-wrap .dropdown-menu:after, * .dropdown-menu:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* -------------------------------- 

Primary style

-------------------------------- */
/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  width: 110%;
  overflow: hidden;
}

.cd-horizontal-timeline ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cd-horizontal-timeline ol > li {
  padding: 0;
  text-indent: 0;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  width: 100% !important;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #2B53A0;
  -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;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2B53A0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -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;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: -57px;
  z-index: 2;
  text-align: center;
  padding-bottom: 15px;
  color: #383838;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 15px;
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -21px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #2B53A0;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #2B53A0;
  border-color: #2B53A0;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #2B53A0;
  border-color: #2B53A0;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #2B53A0;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation {
  display: none;
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  display: none;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cd-arrow.svg) no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #2B53A0;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

@media (min-width: 992px) {
  .cd-horizontal-timeline .events-content {
    width: 820px !important;
  }
}
.cd-horizontal-timeline .events-content__img {
  position: relative;
  background-size: cover;
  background-position: center;
}

.cd-horizontal-timeline .events-content__img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 63%;
}

.cd-horizontal-timeline .events-content__img > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199.98px) {
  .cd-horizontal-timeline .events-content__img {
    max-width: 400px;
  }
}
.cd-horizontal-timeline .events-content--secondary {
  height: unset !important;
}

@media (min-width: 992px) {
  .cd-horizontal-timeline .events-content--secondary {
    position: absolute;
    right: -54%;
    max-width: 500px;
    top: -28%;
  }
}
@media (max-width: 1199.98px) {
  .cd-horizontal-timeline .events-content--secondary {
    max-width: 400px;
    top: -26%;
    right: -10%;
  }
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  max-width: 600px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
}

@media (max-width: 1199.98px) {
  .cd-horizontal-timeline .events-content li > * {
    max-width: 400px;
  }
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

.cd-horizontal-timeline .events-content p {
  font-size: 1.4rem;
  color: #959595;
}

.cd-horizontal-timeline .events-content em,
.cd-horizontal-timeline .events-content p {
  line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
  }

  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }

  .cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
  }
}
@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline-fixed {
  position: fixed;
  left: 80px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 7;
}

.timeline-fixed ul {
  position: relative;
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-fixed ul li {
  cursor: pointer;
  position: relative;
  margin-left: -26px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #B4BDC9;
}

.timeline-fixed ul li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 35px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 3px solid #B4BDC9;
  background-color: white;
  z-index: 9;
}

.timeline-fixed ul li.active {
  color: #28a745;
}

.timeline-fixed ul li.active:before {
  border: 3px solid #28a745;
}

.timeline-fixed__line, .timeline-fixed__line--active {
  position: absolute;
  top: 0;
  left: 15px;
  width: 3px;
}

.timeline-fixed__line {
  height: calc(100vh - 200px);
  background-color: #B4BDC9;
}

.timeline-fixed__line--active {
  background-color: #28a745;
}

@media (max-width: 991.98px) {
  .timeline-fixed {
    display: none !important;
  }
}
.timeline-wrap .full-height {
  height: 100vh;
}

@media (max-width: 991.98px) {
  .timeline-wrap .full-height .title--xl {
    font-size: 3.75rem;
  }

  .timeline-wrap .full-height .subtitle {
    max-width: 500px;
  }
}
@media (max-width: 768.98px) {
  .timeline-wrap .full-height .title--xl {
    font-size: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .timeline-wrap .full-height {
    height: 100%;
  }

  .timeline-wrap .full-height:first-of-type {
    height: 100vh;
  }
}
@media (max-width: 991.98px) {
  .timeline-wrap__year {
    margin: 70px 0;
  }
}
.timeline-wrap__intro__content {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-top: 0px;
  text-align: center;
}

.timeline-wrap__intro__content .get-started {
  cursor: pointer;
  color: #28a745;
  margin-top: 50px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .timeline-wrap__year__inner {
    position: absolute;
    top: 43%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
}
.timeline-wrap__year.visible {
  opacity: 1;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.timeline-wrap__year:first-of-type {
  opacity: 1;
}

.timeline-wrap__year > div {
  opacity: 1;
}

@media (min-width: 992px) {
  .timeline-wrap__date + .timeline-wrap__date {
    margin-left: 30px;
    margin-top: -40px;
  }
}
.timeline-wrap__date {
  max-width: 950px;
}

.timeline-wrap .timeline-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.timeline-wrap .timeline-flex .category {
  color: #E40313;
}

@media (max-width: 575.98px) {
  .timeline-wrap .timeline-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .timeline-wrap .timeline-flex li {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (min-width: 576px) {
  .timeline-wrap .title--parallax {
    position: absolute;
    left: 45px;
    font-size: 8.75rem;
  }
}
@media (min-width: 769px) {
  .timeline-wrap .title--parallax {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .timeline-wrap .title--parallax {
    font-size: 100px;
    text-align: left;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .timeline-wrap .featured__post__content {
    margin: -50px 20px 0;
  }
}
.timeline-wrap--overlay {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: #f0f3f7;
}

.timeline-wrap--overlay .get-started {
  cursor: pointer;
  color: #28a745;
  margin-top: 50px;
  font-weight: 600;
}

.timeline-wrap .block-reveal-inner {
  max-height: 52vh;
}

.timeline-wrap .featured__post:after {
  display: none;
}

.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.modal .subtitle {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.modal--contact .modal__wrap {
  max-width: 882px;
  height: auto;
}
.modal--contact .modal__wrap__inner {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .modal--contact .modal__wrap__inner {
    padding: 20px;
  }
}
.modal--contact .modal__wrap__inner .title, .modal--contact .modal__wrap__inner h1, .modal--contact .modal__wrap__inner h2, .modal--contact .modal__wrap__inner h3, .modal--contact .modal__wrap__inner h4 {
  text-align: center;
}
.modal--contact .title, .modal--contact h1, .modal--contact h2, .modal--contact h3, .modal--contact h4 {
  max-width: 100%;
  margin: 0px;
}
.modal--contact .gfield input,
.modal--contact .gfield select,
.modal--contact .gfield textarea {
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
.modal--contact .gform_wrapper .gform_footer {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.modal--contact .gform_wrapper .button {
  float: none;
  width: auto;
  margin-top: 10px;
}
@media (max-width: 768.98px) {
  .modal--contact .modal__wrap {
    padding: 40px 20px;
    height: 90vh;
  }
  .modal--contact .modal__wrap__inner {
    height: 81vh;
    overflow: scroll;
  }
}
.modal--services .subtitle {
  max-width: unset;
}
.modal--services .modal__slider__slide__content {
  margin: 72px 30px;
  padding: 0 30px 0;
  max-height: 66vh;
}
@media (max-width: 768.98px) {
  .modal--services .modal__slider__slide__content {
    margin: 54px 30px;
    padding: 0px;
  }
}
@media (min-width: 992px) {
  .modal--services .modal__wrap__inner {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 45% 55%;
    -ms-grid-columns: 45% 55%;
  }
  .modal--services .modal__wrap__inner > div:first-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .modal--services .modal__wrap__inner > div:last-of-type {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }
}
@media (max-width: 1199.98px) {
  .modal--services .modal__wrap__inner .modal__slider__slide__content {
    max-height: calc(80vh - 40px - 25vh - 108px);
    padding-right: 20px;
  }
}
@media (max-width: 768.98px) {
  .modal--services .modal__wrap__inner .modal__slider__slide__content {
    max-height: calc(100vh - 40px - 25vh - 108px);
    padding-right: 20px;
  }
}
.modal--card .modal__wrap {
  width: 100%;
  max-width: 1064px;
  height: auto;
}
@media (max-width: 768.98px) {
  .modal--card .modal__wrap {
    width: calc(100vw - 30px);
  }
}
.modal--card .modal__wrap__inner {
  -ms-grid-columns: 35% 80%;
  grid-template-columns: 35% 80%;
}
.modal--card .modal__wrap__inner--stretch {
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
@media (min-width: 576px) {
  .modal--card .modal__wrap__inner--stretch {
    padding: 30px 60px;
  }
}
.modal--card .modal__wrap__inner--stretch .subtitle,
.modal--card .modal__wrap__inner--stretch .subtitle p {
  max-width: unset;
  font-family: "Montserrat", sans-serif;
}
.modal--card .modal__wrap__inner .subtitle {
  margin-top: 0px;
}
.modal--card .modal__wrap__inner .title, .modal--card .modal__wrap__inner h1, .modal--card .modal__wrap__inner h2, .modal--card .modal__wrap__inner h3, .modal--card .modal__wrap__inner h4 {
  margin-bottom: 10px;
}
.modal--card .modal__slider__image {
  background-size: 80%;
  background-repeat: no-repeat;
  margin-left: -15px;
  background-position: center 41px;
  height: 100%;
}
.modal--card .modal__slider__slide__content {
  padding: 0px 30px 20px 0;
  margin-top: 41px;
}
@media (max-width: 768.98px) {
  .modal--card .modal__slider__slide__content {
    padding: 0 30px;
  }
}
.modal--card .modal__close.close {
  top: -34px;
  right: -54px;
  z-index: 999999999;
}
.modal--card .modal__close.close:before, .modal--card .modal__close.close:after {
  background-color: #fff;
}
@media (max-width: 768.98px) {
  .modal--card .modal__close.close {
    top: -74px;
    right: -20px;
  }
}
@media (max-width: 768.98px) {
  .modal--people .container-fluid {
    overflow: scroll;
    height: 100%;
  }
  .modal--people .container-fluid::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
  }
  .modal--people .container-fluid::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #28a745;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  }
}
.modal--people .subtitle {
  margin-top: 0px;
}
.modal--people .title, .modal--people h1, .modal--people h2, .modal--people h3, .modal--people h4 {
  margin-bottom: 0px;
}
.modal--people .body p {
  font-family: "Montserrat", sans-serif;
}
.modal--people .testimonial, .modal--people .main-content blockquote, .main-content .modal--people blockquote {
  padding: 43px 50px;
}
.modal--people .testimonial cite, .modal--people .main-content blockquote cite, .main-content .modal--people blockquote cite {
  color: #28a745;
  display: inline-block;
  line-height: 22px;
}
.modal--people .testimonial blockquote, .modal--people .main-content blockquote blockquote, .main-content .modal--people blockquote blockquote {
  color: #1f2429;
  font-weight: normal;
}
@media (max-width: 768.98px) {
  .modal--people .testimonial, .modal--people .main-content blockquote, .main-content .modal--people blockquote {
    padding: 30px 20px;
  }
}
@media (max-width: 768.98px) {
  .modal--people .col-md-6 {
    padding: 0px;
  }
}
@media (max-width: 991.98px) {
  .modal--people .modal__slider__image {
    position: relative;
    border-radius: 50%;
    height: unset;
    max-width: 300px;
    margin: 50px auto 0;
  }
  .modal--people .modal__slider__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .modal--people .modal__slider__image > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal--people .title, .modal--people h1, .modal--people h2, .modal--people h3, .modal--people h4,
.modal--people .subtitle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .modal--people .modal__slider__slide__content {
    margin-top: 30px;
    max-height: 38vh;
  }
}
@media (max-width: 768.98px) {
  .modal--people .modal__slider__image {
    max-width: 200px;
  }
}
.modal__wrap {
  position: absolute;
  width: calc(100% - 40px);
  height: 80vh;
  background-color: #EFF3F7;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .modal__wrap {
    max-width: 1282px;
  }
}
@media (max-width: 768.98px) {
  .modal__wrap {
    height: calc(100vh - 40px);
  }
}
.modal__close.close {
  position: absolute;
  top: 0px;
  right: 14px;
  display: block;
  padding: 30px;
  width: 32px;
  height: 32px;
  z-index: 99999;
  cursor: pointer;
}
.modal__icon {
  position: absolute;
  right: 80px;
  width: 31px;
}
.modal__slider__image {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: top;
  margin-left: -15px;
}
@media (max-width: 991.98px) {
  .modal__slider__image {
    height: 25vh;
    margin: 0;
  }
}
.modal__slider__slide__content {
  padding: 0 30px 60px;
  margin-top: 81px;
  max-height: 62vh;
  overflow-y: scroll;
}
.modal__slider__slide__content::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.modal__slider__slide__content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #28a745;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.modal__slider__slide__content .title, .modal__slider__slide__content h1, .modal__slider__slide__content h2, .modal__slider__slide__content h3, .modal__slider__slide__content h4 {
  margin-bottom: 20px;
}
@media (max-width: 768.98px) {
  .modal__slider__slide__content {
    max-height: 38vh;
    margin-top: 30px;
    overflow: visible;
    padding: 20px 0;
    text-align: center;
  }
}
.modal__slider .col-md-6 {
  min-height: 572px;
}
.modal .divider {
  left: -39px;
  top: -57px;
}
.modal .body {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  /* 17px */
  font-size: 1.0625rem;
  /* 17px */
  line-height: 1.7058823529;
  /* 29px */
  color: #4C545F;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .modal .body {
    max-width: calc(100% - 50px);
  }
}

.Wentworth-House-Rail-Systems {
  position: relative;
}
.Wentworth-House-Rail-Systems img {
  height: 50px;
}
.Wentworth-House-Rail-Systems .button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

#content-wrap .modal .subtitle {
  font-family: "Montserrat", sans-serif;
}

.modal-anchor {
  cursor: pointer !important;
}

.mfp-content {
  max-width: 90vw;
  max-width: 1300px;
  margin: auto;
}

.modal-item {
  position: relative;
  background-color: #fff;
  padding: 60px 0 60px 89px;
  margin-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .modal-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
    max-width: 90vw;
    margin: auto;
  }
}
@media (max-width: 768px), (max-height: 768px) {
  .modal-item {
    max-height: 70vh;
    overflow: scroll;
  }
}
.modal-item .mfp-close {
  right: 10px;
  top: 10px;
  font-size: 49px;
}
@media (max-width: 1024px) {
  .modal-item .mfp-close {
    right: 10px;
  }
}
.modal-item__content {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-item__content .intro {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 46px;
}
@media (max-width: 800px) {
  .modal-item__content .intro {
    font-size: 25px;
    line-height: 41px;
  }
}
@media (max-width: 600px) {
  .modal-item__content .intro {
    font-size: 20px;
    line-height: 33px;
  }
}
.modal-item__content a.inline-popup {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.46px;
  line-height: 22px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .modal-item__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
@media (min-width: 1024.1px) {
  .modal-item__image {
    right: -50px;
    position: relative;
    background-color: #F0F3F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-right: -250px; */
    width: 30%;
    height: 385px;
  }
}
.modal-item__image img {
  position: absolute;
  width: 60%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .modal-item__image img {
    position: relative;
    max-width: 200px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .modal-item__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.modal-item .modal-prev:before, .modal-item .modal-next:before {
  content: "";
  border: solid #28a745;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.modal-item .modal-prev {
  position: relative;
  padding: 10px 0 10px 15px;
  margin-right: 20px;
}
.modal-item .modal-next {
  position: relative;
  padding: 10px 15px 10px 0px;
}
.modal-item .modal-prev:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  left: 0;
  top: 10px;
}
.modal-item .modal-next:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 10px;
}

.grid {
  position: relative;
}
@media (min-width: 992px) {
  .grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}
.grid.slick-slide {
  display: -ms-grid;
  display: grid;
}
.grid--4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid__item {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 992px) {
  .grid__item {
    margin: 25px;
  }
}
@media (max-width: 1199.98px) {
  .grid__item {
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .grid__item {
    margin-bottom: 30px;
  }
}
.grid__item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 67.7749360614%;
}
.grid__item > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.grid__item.hero {
  grid-row: 1/span 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}
.grid__item:hover {
  cursor: pointer;
}
.grid__item--card {
  background-size: auto 60%;
  background-position: center;
  background-color: white;
  margin: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 768.98px) {
  .grid__item--card {
    width: calc(50% - 45px);
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .grid__item--card {
    width: calc(100% - 40px);
    display: block;
  }
}
.grid__item--card > div {
  padding: 20px 30px;
}
.grid__item--card > div .title, .grid__item--card > div h1, .grid__item--card > div h2, .grid__item--card > div h3, .grid__item--card > div h4 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: calc(100% - 60px);
  font-size: 1.1875rem;
}
.grid__item--card > div .category {
  color: #2B53A0;
}
.grid__item--card > div .category.green-color, .grid__item--card > div .category.banner__nav {
  color: #28a745;
}
.grid__item--card .hover-title {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: unset;
  opacity: 0;
}
.grid__item--card:hover:before {
  background-color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.grid__item--card:hover .hover-title {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.grid__item--card:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.grid__item--shadow {
  overflow: hidden;
}
.grid__item--shadow .grid__item__inner {
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}
.grid__item--shadow .grid__item__inner:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(transparent));
  background: -o-linear-gradient(bottom, #000 0, transparent 100%);
  background: linear-gradient(0deg, #000 0, transparent 100%);
}
.grid__item--shadow:hover .grid__item__inner {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  -webkit-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.grid__item--hover {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.grid__item--hover:nth-of-type(1) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.grid__item--hover:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.grid__item__video {
  background-size: cover;
  background-repeat: no-repeat;
}
.grid__item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.grid__item__inner__card {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 50px;
}
.grid__item h3 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 20px;
  color: #fff;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .grid__item h3 {
    left: 30px;
  }
}
.grid__item.nav-box {
  background-color: white;
  z-index: 8;
}
.grid__item.nav-box .subtitle {
  margin: 5px 0;
}
@media (max-width: 1379px) {
  .grid__item.nav-box .subtitle {
    display: none;
  }
}
.grid__item.nav-box .grid__item__inner {
  padding: 40px;
}
@media (max-width: 991.98px) {
  .grid__item.nav-box .grid__item__inner {
    position: relative;
  }
}
@media (max-width: 991.98px) {
  .grid__item.nav-box:before {
    padding-top: 0%;
  }
  .grid__item.nav-box .grid__item__inner {
    width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  .grid__item.hero .grid__item__video {
    width: 90%;
    height: calc(100% - 70px);
    float: right;
    overflow: hidden;
    position: relative;
  }
}
.grid__item.hero .grid__item__video video {
  height: 100%;
}
@media (max-width: 991.98px) {
  .grid__item.hero .grid__item__video video {
    height: unset;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .grid__item.hero:before {
    padding-top: 103.77494%;
  }
}
@media (max-width: 991.98px) {
  .grid__item.hero .grid__item__inner__card {
    max-width: 100%;
    position: relative;
    margin-top: -15px;
    padding: 30px 40px;
  }
}
@media (max-width: 991.98px) {
  .grid__item.hero:before {
    display: none;
  }
  .grid__item.hero > div {
    position: relative;
  }
}
.grid__item .stat {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 300px;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex__hero {
  width: calc( 100% * 2/3);
}
.flex__item {
  width: calc(100% / 3);
}
.flex__item:hover .flex__item--hover {
  -webkit-animation-name: FadeInOut;
          animation-name: FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
}
.flex__item--card {
  background-size: auto 60%;
  background-position: center;
  background-color: white;
  margin: 20px;
  width: calc(100% - 40px);
}
.flex__item--card > div {
  padding: 20px 30px;
}
.flex__item--card > div .title, .flex__item--card > div h1, .flex__item--card > div h2, .flex__item--card > div h3, .flex__item--card > div h4 {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: calc(100% - 60px);
  font-size: 1.1875rem;
}
.flex__item--card > div .category {
  color: #2B53A0;
}
.flex__item--shadow:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(transparent));
  background: -o-linear-gradient(bottom, #000 0, transparent 100%);
  background: linear-gradient(0deg, #000 0, transparent 100%);
}
.flex__item--hover {
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.flex__item--hover:nth-of-type(1) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.flex__item--hover:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.flex__item__video {
  background-size: cover;
  background-repeat: no-repeat;
}
.flex__item__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.flex__item__inner__card {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 50px;
}
.flex__item h3 {
  position: absolute;
  bottom: 20px;
  left: 40px;
  right: 20px;
  color: #fff;
  z-index: 1;
}
.flex__item.nav-box {
  background-color: white;
  z-index: 9999;
  margin-right: 0px;
}
.flex__item.nav-box .subtitle {
  margin: 5px 0;
}
.flex__item.nav-box .grid__item__inner {
  top: calc(50% - 23px);
  left: 50%;
  /* height: auto; */
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 15px;
  width: calc(100% - 80px);
  height: unset;
}
.flex__item.hero .grid__item__video {
  width: 90%;
  height: calc(100% - 70px);
  float: right;
  overflow: hidden;
  position: relative;
}
.flex__item.hero .grid__item__video video {
  height: 100%;
}

.card-loop .grid__item--card {
  cursor: auto;
}

@media (max-width: 991.98px) {
  .page-template-tpl-who-we-are .who-we-are-grid {
    padding: 0 50px;
  }
}
@media (max-width: 768.98px) {
  .page-template-tpl-who-we-are .who-we-are-grid {
    padding: 0;
  }
}

.testimonial, .main-content blockquote {
  background-color: #fff;
  padding: 63px 80px;
  font-family: "Montserrat", sans-serif;
  text-align: left;
  position: relative;
  z-index: 9;
}
.testimonial:before, .main-content blockquote:before {
  content: url(../img/icons/quote-left.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 71px;
}
.testimonial:after, .main-content blockquote:after {
  content: url(../img/icons/quote-right.svg);
  position: absolute;
  bottom: -8px;
  right: -1px;
  width: 52px;
  height: 71px;
}
@media (max-width: 768.98px) {
  .testimonial, .main-content blockquote {
    padding: 33px 30px;
  }
}

blockquote {
  font-size: 25px;
  /* 25px */
  font-size: 1.5625rem;
  /* 25px */
  line-height: 1.28;
  /* 32px */
  font-weight: 600;
}
@media (max-width: 768.98px) {
  blockquote {
    font-size: 20px;
    /* 20px */
    font-size: 1.25rem;
    /* 20px */
    line-height: 1.35;
    /* 27px */
  }
}

cite {
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  color: #28a745;
  color: #1b52a5;
  letter-spacing: 0.5px;
  font-size: 0.8125rem;
  display: inline-block;
  line-height: 22px;
}

.slider-testimonial .slick-slide {
  margin: 0 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-testimonial .slick-slide.slick-center {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 576px) {
  .slider-testimonial .slick-slide {
    opacity: 0.2;
  }
}
.slider-testimonial .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.slider-testimonial .slick-dots li.slick-active button:before {
  background-color: #28a745;
}
.slider-testimonial:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

.mission-controls__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.mission-controls .title--small, .mission-controls h4 {
  max-width: 200px;
}
@media (max-width: 1199.98px) {
  .mission-controls .title--small, .mission-controls h4 {
    font-size: 1.1rem;
  }
}
.mission-controls__item {
  cursor: pointer;
}
.mission-controls__icon {
  width: 120px;
  height: 120px;
}
@media (max-width: 768.98px) {
  .mission-controls {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .mission-controls {
    padding: 0 50px;
  }
  .mission-controls__icon {
    width: 100px;
    height: 100px;
  }
}

.mission-section .subtitle {
  margin: auto;
  margin-top: 30px;
  max-width: 650px;
}
.mission-section .mission-controls__icon {
  margin-bottom: 25px;
}
.mission-section .col-md-4 {
  margin-bottom: 20px;
}
.mission-section .cards-block__card {
  margin-bottom: 20px;
}
.mission-section .cards-block__card:before {
  left: 14px;
}

.people-grid__portrait {
  background-color: #cfcfcf;
  position: relative;
  border-radius: 50%;
  background-size: cover;
}
.people-grid__portrait:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.people-grid__portrait > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.people-grid__wrap {
  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;
}
.people-grid__wrap > div {
  width: calc(20% - 60px);
  margin: 30px;
  text-align: center;
  margin-bottom: 50px;
  cursor: pointer;
}
.people-grid__wrap > div .title--small, .people-grid__wrap > div h4 {
  margin-top: 20px;
  font-size: 1.3125rem;
}
.people-grid__wrap > div .subtitle {
  line-height: 1.5;
  margin-top: 0px;
}
@media (max-width: 1199.98px) {
  .people-grid__wrap > div {
    width: calc((100% / 3) - 60px);
  }
}
@media (max-width: 768.98px) {
  .people-grid__wrap > div {
    width: calc(50% - 60px);
  }
}
@media (max-width: 575.98px) {
  .people-grid__wrap > div {
    width: calc(100% - 30px);
  }
}
.people-grid .intro {
  margin: 10px auto 0;
  max-width: 750px;
}
.people-grid .title--small, .people-grid h4 {
  position: relative;
  z-index: 2;
  width: auto;
  display: inline-block;
}
.people-grid .title--small:after, .people-grid h4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #28a745;
  height: 11px;
  width: 60%;
  right: 0;
  z-index: -1;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.people-grid__wrap > div:hover .title--small:after, .people-grid__wrap > div:hover h4:after {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.page-id-519 .people-grid__wrap > div {
  width: 19%;
}
@media (max-width: 991.98px) {
  .page-id-519 .people-grid__wrap > div {
    width: calc((100% / 3) - 60px);
  }
}
@media (max-width: 991.98px) {
  .page-id-519 .people-grid__wrap > div {
    width: calc(50% - 60px);
  }
}
@media (max-width: 575.98px) {
  .page-id-519 .people-grid__wrap > div {
    width: calc(100% - 30px);
  }
}
.page-id-519 .testimonial, .page-id-519 .main-content blockquote, .main-content .page-id-519 blockquote {
  padding: 60px;
  margin-top: 30px;
}

.hamburger-wrap {
  position: absolute;
  right: 40px;
  top: 50px;
  display: none;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .hamburger-wrap {
    display: block;
  }
}
@media (max-width: 768.98px) {
  .hamburger-wrap {
    top: 45px;
  }
}

.hamburger__inner {
  position: absolute;
  top: 50%;
  left: 26px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background-color: #28a745;
  -webkit-transition-duration: 0.22s;
       -o-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger__inner:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: #28a745;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger__inner:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  width: 30px;
  height: 2px;
  background-color: #28a745;
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger {
  width: 30px;
}
.hamburger.open-menu .hamburger__inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.open-menu .hamburger__inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger.open-menu .hamburger__inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.available-courses__accordion {
  cursor: pointer;
}
.available-courses__accordion__head {
  position: relative;
  background-color: #dbe0e4;
  padding: 20px;
  color: #202428;
  font-weight: 700;
  font-size: small;
  margin-bottom: 0px;
}
.available-courses__accordion__head:before, .available-courses__accordion__head:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: #000000;
}
.available-courses__accordion__head:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.available-courses__accordion__head.animate:before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.available-courses__accordion__body {
  padding-top: 20px;
  position: relative;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.available-courses__accordion__body iframe {
  width: 100%;
}
.available-courses__accordion__body.open {
  max-height: 1000px;
  overflow: visible;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single-trainingcourse #content-wrap .main-content p:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.page-id-3023 .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-3023 .grid__item {
  width: 50%;
}

@media (max-width: 991.98px) {
  .course-list-wrap {
    max-width: 930px;
    overflow: scroll;
  }
}
.course-list {
  margin-top: 40px;
  min-width: 930px;
}
.course-list__header, .course-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.course-list__header > div, .course-list__item > div {
  width: calc(65% / 6);
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.course-list__header > div:nth-of-type(3), .course-list__item > div:nth-of-type(3) {
  width: 35%;
  padding-right: 20px;
}
.course-list__header {
  padding: 10px 0;
  background-color: #dbe0e4;
  margin-bottom: 10px;
  font-weight: 500;
}
.course-list__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dbe0e4;
}
.course-list__item .button {
  padding: 12px 16px;
  margin-bottom: 0px;
  text-align: center;
}

.nav-links, .page-numbers, .wp-pagenavi, .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-links a, .nav-links span, .page-numbers a, .page-numbers span, .wp-pagenavi a, .wp-pagenavi span, .pagination a, .pagination span {
  border: 0;
  text-align: center;
  background-color: transparent;
  width: 35px;
  color: #000;
  padding: 10px;
  margin: 0 2px;
  height: 35px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 35.2px;
  position: relative;
  line-height: 14px;
  font-family: "Roboto";
}
.nav-links a:before, .nav-links span:before, .page-numbers a:before, .page-numbers span:before, .wp-pagenavi a:before, .wp-pagenavi span:before, .pagination a:before, .pagination span:before {
  display: none;
}
.nav-links a.current, .nav-links span.current, .page-numbers a.current, .page-numbers span.current, .wp-pagenavi a.current, .wp-pagenavi span.current, .pagination a.current, .pagination span.current {
  background-color: #1e7e34;
  color: #fff;
}
.nav-links li, .page-numbers li, .wp-pagenavi li, .pagination li {
  padding-left: 0 !important;
  text-align: center;
}
.nav-links li:before, .page-numbers li:before, .wp-pagenavi li:before, .pagination li:before {
  display: none;
  padding-left: 0px;
}

.pagination .next, .pagination .prev {
  background-color: #212529;
  padding: 13px;
}
.pagination .next i, .pagination .prev i {
  color: #fff;
  padding: 3px 3.5px 3px;
}
.pagination .next i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination .prev i {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.top-nav .menu-main-menu-container {
  margin-right: 43px;
}

.js-open-search {
  display: inline-block;
  float: right;
  margin-top: -29px !important;
}

.search-wrap {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.96);
  z-index: 99;
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -ms-transform: translateY(-101%);
  /* IE 9 */
  -webkit-transform: translateY(-101%);
  /* Safari */
  transform: translateY(-101%);
  /* Safari */
  pointer-events: none;
  opacity: 0;
}
.search-wrap.search--open {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  pointer-events: auto;
  opacity: 1;
}
.search-wrap .btn--search-close {
  position: absolute;
  top: 34px;
  right: 34px;
  padding: 20px;
  cursor: pointer;
}
.search-wrap .search__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-wrap .search__form {
  width: 75%;
  max-width: 900px;
  margin: 0 auto;
}
.search-wrap .search__form .search__input {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 7vw !important;
  line-height: 1;
  color: #F0F3F7;
  background: transparent;
  padding: 0 0 0.1em;
  border: 0;
  border-bottom: 4px solid #F0F3F7;
}
.search-wrap .search__form .search__info {
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 90%;
  color: #F0F3F7;
  font-weight: 700;
  text-align: right;
  margin: 0 auto;
  padding: 0.85em 0;
}

body.search--open {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .js-open-search {
    display: block;
    float: none;
    margin-top: 0;
    margin-left: 17px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
body.search-results .banner--page {
  text-align: left;
}
body.search-results .banner--page span {
  display: block;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-transform: uppercase;
  color: #009640;
  margin-bottom: 15px;
}
body.search-results .search-result {
  margin-bottom: 60px;
}
body.search-results .search-result h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  margin-bottom: 17px;
}
body.search-results .search-result .result-url {
  display: block;
  color: #009640;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.search-results .search-result .result-url:hover {
  color: #00632a;
}
body.search-results .pagination-wrapper {
  text-align: center;
}
body.search-results .pagination-wrapper span, body.search-results .pagination-wrapper a {
  background-color: transparent;
  padding: 5px 10px;
  margin: 0 3px;
}
body.search-results .pagination-wrapper a {
  color: white;
  background-color: #009640;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.search-results .pagination-wrapper a:hover {
  background-color: #00632a;
}

.swipe-in span {
  position: relative;
  color: #f0f3f7;
  line-height: normal;
}
.swipe-in span:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 0%;
  left: 0;
  background-color: #000000;
  z-index: 999;
}
.swipe-in.active span {
  color: #000000;
  -webkit-transition: color 0.1s linear 0.3s;
  -o-transition: color 0.1s linear 0.3s;
  transition: color 0.1s linear 0.3s;
}
.swipe-in.active span:after {
  -webkit-animation: 0.75s swipe-in forwards;
          animation: 0.75s swipe-in forwards;
}
.swipe-in.active div:last-of-type span {
  -webkit-transition-delay: 0.525s;
       -o-transition-delay: 0.525s;
          transition-delay: 0.525s;
}
.swipe-in.active div:last-of-type span:after {
  -webkit-animation-delay: 0.225s;
          animation-delay: 0.225s;
}
.swipe-in.not-active span {
  color: #f0f3f7;
  -webkit-transition: color 0.2s linear 0.4s;
  -o-transition: color 0.2s linear 0.4s;
  transition: color 0.2s linear 0.4s;
}
.swipe-in.not-active span:after {
  -webkit-animation: 0.5s swipe-in backwards;
          animation: 0.5s swipe-in backwards;
}
.swipe-in--static span {
  color: white;
}
.swipe-in--reverse span:after {
  left: auto;
  right: 0;
}
.swipe-in--reverse.active span:after {
  -webkit-animation: 0.75s swipe-in-reverse forwards;
          animation: 0.75s swipe-in-reverse forwards;
}

@-webkit-keyframes swipe-in {
  0% {
    width: 0%;
  }
  49% {
    left: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}

@keyframes swipe-in {
  0% {
    width: 0%;
  }
  49% {
    left: 0;
    width: 100%;
  }
  50% {
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@-webkit-keyframes swipe-in-reverse {
  0% {
    width: 0%;
  }
  49% {
    right: 0;
    left: auto;
    width: 100%;
  }
  50% {
    right: auto;
    left: 0;
  }
  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
@keyframes swipe-in-reverse {
  0% {
    width: 0%;
  }
  49% {
    right: 0;
    left: auto;
    width: 100%;
  }
  50% {
    right: auto;
    left: 0;
  }
  100% {
    width: 0%;
    right: auto;
    left: 0;
  }
}
.slide-up div:last-of-type span {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.slide-up span {
  -webkit-transform: translateY(110%);
      -ms-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.slide-up .subtitle span {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.block-reveal-inner, .block-reveal-inner--slide {
  position: relative;
  overflow: hidden;
}
.block-reveal-inner:before, .block-reveal-inner--slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: -0.1rem;
  bottom: 0;
  left: 0;
  background-color: #cdd3d8;
  -webkit-animation-duration: 1.15s;
          animation-duration: 1.15s;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
          transform: translateZ(0) scaleY(1) scaleX(0);
}
.block-reveal-inner__content, .block-reveal-inner--slide__content {
  -webkit-transform: translate3d(3rem, 0, 0);
          transform: translate3d(3rem, 0, 0);
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  opacity: 0;
}
.block-reveal-inner.animate-active .block-reveal-inner__content, .block-reveal-inner--slide.animate-active .block-reveal-inner__content {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  opacity: 1;
  -webkit-transition-delay: 1075ms;
       -o-transition-delay: 1075ms;
          transition-delay: 1075ms;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-reveal-inner.animate-active .block-reveal-inner__content, .block-reveal-inner--slide.animate-active .block-reveal-inner__content {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.block-reveal-inner.animate-active:before, .block-reveal-inner--slide.animate-active:before {
  -webkit-animation-name: reveal_panel;
          animation-name: reveal_panel;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.81, 0.15, 0.26, 0.99);
          animation-timing-function: cubic-bezier(0.81, 0.15, 0.26, 0.99);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .block-reveal-inner.animate-active:before, .block-reveal-inner--slide.animate-active:before {
    display: none;
  }
}

@-webkit-keyframes reveal_panel {
  0% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
            transform: translateZ(0) scaleY(1) scaleX(0);
  }
  50% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(1);
            transform: translateZ(0) scaleY(1) scaleX(1);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
            transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
  }
}

@keyframes reveal_panel {
  0% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(0);
            transform: translateZ(0) scaleY(1) scaleX(0);
  }
  50% {
    -webkit-transform: translateZ(0) scaleY(1) scaleX(1);
            transform: translateZ(0) scaleY(1) scaleX(1);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
            transform: translate3d(100%, 0, 0) scaleY(1) scaleX(1);
  }
}
.off-screen {
  opacity: 1;
}
.off-screen.off-screen--from-left, .off-screen.off-screen--from-right, .off-screen.off-screen--fade {
  -webkit-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.off-screen--fade-up {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 769px) {
  .off-screen--fade-up.off-screen--hide {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0;
  }
}

.off-screen--color-swipe {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.off-screen--color-swipe:after {
  -webkit-transition: all 0.4s ease-out 0.3s;
  -o-transition: all 0.4s ease-out 0.3s;
  transition: all 0.4s ease-out 0.3s;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.off-screen--color-swipe.off-screen--hide {
  -ms-transform: translateX(-30px);
  /* IE 9 */
  -webkit-transform: translateX(-30px);
  /* Safari */
  transform: translateX(-30px);
  /* Safari */
  opacity: 0;
}
.off-screen--color-swipe.off-screen--hide:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.off-screen--from-left {
  -ms-transform: translateX(0);
  /* IE 9 */
  -webkit-transform: translateX(0);
  /* Safari */
  transform: translateX(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 769px) {
  .off-screen--from-left.off-screen--hide {
    -ms-transform: translateX(70px);
    /* IE 9 */
    -webkit-transform: translateX(70px);
    /* Safari */
    transform: translateX(70px);
    /* Safari */
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .off-screen--hide.off-screen--from-left, .off-screen--static.off-screen--from-left {
    -ms-transform: translateX(-150px);
    /* IE 9 */
    -webkit-transform: translateX(-150px);
    /* Safari */
    transform: translateX(-150px);
    /* Safari */
    opacity: 0;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .off-screen--hide.off-screen--from-left, .off-screen--static.off-screen--from-left {
    -ms-transform: translateX(-20px);
    /* IE 9 */
    -webkit-transform: translateX(-20px);
    /* Safari */
    transform: translateX(-20px);
    /* Safari */
  }
}
@media (min-width: 769px) {
  .off-screen--hide.off-screen--from-right, .off-screen--static.off-screen--from-right {
    -ms-transform: translateX(150px);
    /* IE 9 */
    -webkit-transform: translateX(150px);
    /* Safari */
    transform: translateX(150px);
    /* Safari */
    opacity: 0;
  }
}
@media (min-width: 769px) and (max-width: 768.98px) {
  .off-screen--hide.off-screen--from-right, .off-screen--static.off-screen--from-right {
    -ms-transform: translateX(20px);
    /* IE 9 */
    -webkit-transform: translateX(20px);
    /* Safari */
    transform: translateX(20px);
    /* Safari */
  }
}
@media (min-width: 769px) {
  .off-screen--hide.off-screen--from-bottom, .off-screen--static.off-screen--from-bottom {
    -ms-transform: translateY(150px);
    /* IE 9 */
    -webkit-transform: translateY(150px);
    /* Safari */
    transform: translateY(150px);
    /* Safari */
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .off-screen--hide.off-screen--fade, .off-screen--static.off-screen--fade {
    opacity: 0;
  }
}

.off-screen--alternate > div > div {
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Safari */
  transform: translate(0, 0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media (min-width: 769px) {
  .off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(1) {
    -ms-transform: translateX(150px);
    /* IE 9 */
    -webkit-transform: translateX(150px);
    /* Safari */
    transform: translateX(150px);
    /* Safari */
    opacity: 0;
  }
  .off-screen--alternate > div.off-screen--hide:nth-child(even) div:nth-child(2) {
    -ms-transform: translateX(-150px);
    /* IE 9 */
    -webkit-transform: translateX(-150px);
    /* Safari */
    transform: translateX(-150px);
    /* Safari */
    opacity: 0;
  }
  .off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(1) {
    -ms-transform: translateX(-150px);
    /* IE 9 */
    -webkit-transform: translateX(-150px);
    /* Safari */
    transform: translateX(-150px);
    /* Safari */
    opacity: 0;
  }
  .off-screen--alternate > div.off-screen--hide:nth-child(odd) div:nth-child(2) {
    -ms-transform: translateX(150px);
    /* IE 9 */
    -webkit-transform: translateX(150px);
    /* Safari */
    transform: translateX(150px);
    /* Safari */
    opacity: 0;
  }
}

.off-screen--sequential > * {
  -ms-transform: translateY(0);
  /* IE 9 */
  -webkit-transform: translateY(0);
  /* Safari */
  transform: translateY(0);
  /* Safari */
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 769px) {
  .off-screen--sequential.off-screen--hide > * {
    -ms-transform: translateY(30px);
    /* IE 9 */
    -webkit-transform: translateY(30px);
    /* Safari */
    transform: translateY(30px);
    /* Safari */
    opacity: 0;
  }
}

.off-screen--sequential > *:nth-child(1) {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.off-screen--sequential > *:nth-child(2) {
  -webkit-transition-delay: 0.25s;
       -o-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.off-screen--sequential > *:nth-child(3) {
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.off-screen--sequential > *:nth-child(4) {
  -webkit-transition-delay: 0.75s;
       -o-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.off-screen--sequential > *:nth-child(5) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.off-screen--sequential > *:nth-child(6) {
  -webkit-transition-delay: 1.25s;
       -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.off-screen--sequential > *:nth-child(7) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.off-screen--sequential > *:nth-child(8) {
  -webkit-transition-delay: 1.75s;
       -o-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

.off-screen--sequential > *:nth-child(9) {
  -webkit-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
}

.off-screen--sequential > *:nth-child(10) {
  -webkit-transition-delay: 2.25s;
       -o-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

.off-screen--sequential > *:nth-child(11) {
  -webkit-transition-delay: 2.5s;
       -o-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.off-screen--sequential > *:nth-child(12) {
  -webkit-transition-delay: 2.75s;
       -o-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

.off-screen--sequential > *:nth-child(13) {
  -webkit-transition-delay: 3s;
       -o-transition-delay: 3s;
          transition-delay: 3s;
}

.off-screen--sequential > *:nth-child(14) {
  -webkit-transition-delay: 3.25s;
       -o-transition-delay: 3.25s;
          transition-delay: 3.25s;
}

.off-screen--sequential > *:nth-child(15) {
  -webkit-transition-delay: 3.5s;
       -o-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.off-screen--sequential > *:nth-child(16) {
  -webkit-transition-delay: 3.75s;
       -o-transition-delay: 3.75s;
          transition-delay: 3.75s;
}

.off-screen--sequential > *:nth-child(17) {
  -webkit-transition-delay: 4s;
       -o-transition-delay: 4s;
          transition-delay: 4s;
}

.off-screen--sequential > *:nth-child(18) {
  -webkit-transition-delay: 4.25s;
       -o-transition-delay: 4.25s;
          transition-delay: 4.25s;
}

.off-screen--sequential > *:nth-child(19) {
  -webkit-transition-delay: 4.5s;
       -o-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.off-screen--sequential > *:nth-child(20) {
  -webkit-transition-delay: 4.75s;
       -o-transition-delay: 4.75s;
          transition-delay: 4.75s;
}

.off-screen--sequential > *:nth-child(21) {
  -webkit-transition-delay: 5s;
       -o-transition-delay: 5s;
          transition-delay: 5s;
}

.off-screen--sequential > *:nth-child(22) {
  -webkit-transition-delay: 5.25s;
       -o-transition-delay: 5.25s;
          transition-delay: 5.25s;
}

.off-screen--sequential > *:nth-child(23) {
  -webkit-transition-delay: 5.5s;
       -o-transition-delay: 5.5s;
          transition-delay: 5.5s;
}

.off-screen--sequential > *:nth-child(24) {
  -webkit-transition-delay: 5.75s;
       -o-transition-delay: 5.75s;
          transition-delay: 5.75s;
}

.off-screen--sequential > *:nth-child(25) {
  -webkit-transition-delay: 6s;
       -o-transition-delay: 6s;
          transition-delay: 6s;
}

.off-screen--sequential > *:nth-child(26) {
  -webkit-transition-delay: 6.25s;
       -o-transition-delay: 6.25s;
          transition-delay: 6.25s;
}

.off-screen--sequential > *:nth-child(27) {
  -webkit-transition-delay: 6.5s;
       -o-transition-delay: 6.5s;
          transition-delay: 6.5s;
}

.off-screen--sequential > *:nth-child(28) {
  -webkit-transition-delay: 6.75s;
       -o-transition-delay: 6.75s;
          transition-delay: 6.75s;
}

.off-screen--sequential > *:nth-child(29) {
  -webkit-transition-delay: 7s;
       -o-transition-delay: 7s;
          transition-delay: 7s;
}

.off-screen--sequential > *:nth-child(30) {
  -webkit-transition-delay: 7.25s;
       -o-transition-delay: 7.25s;
          transition-delay: 7.25s;
}

.off-screen--sequential > *:nth-child(31) {
  -webkit-transition-delay: 7.5s;
       -o-transition-delay: 7.5s;
          transition-delay: 7.5s;
}

.off-screen--sequential > *:nth-child(32) {
  -webkit-transition-delay: 7.75s;
       -o-transition-delay: 7.75s;
          transition-delay: 7.75s;
}

.off-screen--sequential > *:nth-child(33) {
  -webkit-transition-delay: 8s;
       -o-transition-delay: 8s;
          transition-delay: 8s;
}

.off-screen--sequential > *:nth-child(34) {
  -webkit-transition-delay: 8.25s;
       -o-transition-delay: 8.25s;
          transition-delay: 8.25s;
}

.off-screen--sequential > *:nth-child(35) {
  -webkit-transition-delay: 8.5s;
       -o-transition-delay: 8.5s;
          transition-delay: 8.5s;
}

.off-screen--sequential > *:nth-child(36) {
  -webkit-transition-delay: 8.75s;
       -o-transition-delay: 8.75s;
          transition-delay: 8.75s;
}

.off-screen--sequential > *:nth-child(37) {
  -webkit-transition-delay: 9s;
       -o-transition-delay: 9s;
          transition-delay: 9s;
}

.off-screen--sequential > *:nth-child(38) {
  -webkit-transition-delay: 9.25s;
       -o-transition-delay: 9.25s;
          transition-delay: 9.25s;
}

.off-screen--sequential > *:nth-child(39) {
  -webkit-transition-delay: 9.5s;
       -o-transition-delay: 9.5s;
          transition-delay: 9.5s;
}

.off-screen--sequential > *:nth-child(40) {
  -webkit-transition-delay: 9.75s;
       -o-transition-delay: 9.75s;
          transition-delay: 9.75s;
}

.off-screen--sequential > *:nth-child(41) {
  -webkit-transition-delay: 10s;
       -o-transition-delay: 10s;
          transition-delay: 10s;
}

.off-screen--sequential > *:nth-child(42) {
  -webkit-transition-delay: 10.25s;
       -o-transition-delay: 10.25s;
          transition-delay: 10.25s;
}

.off-screen--sequential > *:nth-child(43) {
  -webkit-transition-delay: 10.5s;
       -o-transition-delay: 10.5s;
          transition-delay: 10.5s;
}

.off-screen--sequential > *:nth-child(44) {
  -webkit-transition-delay: 10.75s;
       -o-transition-delay: 10.75s;
          transition-delay: 10.75s;
}

.off-screen--sequential > *:nth-child(45) {
  -webkit-transition-delay: 11s;
       -o-transition-delay: 11s;
          transition-delay: 11s;
}

.off-screen--sequential > *:nth-child(46) {
  -webkit-transition-delay: 11.25s;
       -o-transition-delay: 11.25s;
          transition-delay: 11.25s;
}

.off-screen--sequential > *:nth-child(47) {
  -webkit-transition-delay: 11.5s;
       -o-transition-delay: 11.5s;
          transition-delay: 11.5s;
}

.off-screen--sequential > *:nth-child(48) {
  -webkit-transition-delay: 11.75s;
       -o-transition-delay: 11.75s;
          transition-delay: 11.75s;
}

.off-screen--sequential > *:nth-child(49) {
  -webkit-transition-delay: 12s;
       -o-transition-delay: 12s;
          transition-delay: 12s;
}

.off-screen--sequential > *:nth-child(50) {
  -webkit-transition-delay: 12.25s;
       -o-transition-delay: 12.25s;
          transition-delay: 12.25s;
}

.off-screen--sequential > *:nth-child(51) {
  -webkit-transition-delay: 12.5s;
       -o-transition-delay: 12.5s;
          transition-delay: 12.5s;
}

.off-screen--sequential > *:nth-child(52) {
  -webkit-transition-delay: 12.75s;
       -o-transition-delay: 12.75s;
          transition-delay: 12.75s;
}

.off-screen--sequential > *:nth-child(53) {
  -webkit-transition-delay: 13s;
       -o-transition-delay: 13s;
          transition-delay: 13s;
}

.off-screen--sequential > *:nth-child(54) {
  -webkit-transition-delay: 13.25s;
       -o-transition-delay: 13.25s;
          transition-delay: 13.25s;
}

.off-screen--sequential > *:nth-child(55) {
  -webkit-transition-delay: 13.5s;
       -o-transition-delay: 13.5s;
          transition-delay: 13.5s;
}

.off-screen--sequential > *:nth-child(56) {
  -webkit-transition-delay: 13.75s;
       -o-transition-delay: 13.75s;
          transition-delay: 13.75s;
}

.off-screen--sequential > *:nth-child(57) {
  -webkit-transition-delay: 14s;
       -o-transition-delay: 14s;
          transition-delay: 14s;
}

.off-screen--sequential > *:nth-child(58) {
  -webkit-transition-delay: 14.25s;
       -o-transition-delay: 14.25s;
          transition-delay: 14.25s;
}

.off-screen--sequential > *:nth-child(59) {
  -webkit-transition-delay: 14.5s;
       -o-transition-delay: 14.5s;
          transition-delay: 14.5s;
}

.off-screen--sequential > *:nth-child(60) {
  -webkit-transition-delay: 14.75s;
       -o-transition-delay: 14.75s;
          transition-delay: 14.75s;
}

.off-screen--sequential > *:nth-child(61) {
  -webkit-transition-delay: 15s;
       -o-transition-delay: 15s;
          transition-delay: 15s;
}

.off-screen--sequential > *:nth-child(62) {
  -webkit-transition-delay: 15.25s;
       -o-transition-delay: 15.25s;
          transition-delay: 15.25s;
}

.off-screen--sequential > *:nth-child(63) {
  -webkit-transition-delay: 15.5s;
       -o-transition-delay: 15.5s;
          transition-delay: 15.5s;
}

.off-screen--sequential > *:nth-child(64) {
  -webkit-transition-delay: 15.75s;
       -o-transition-delay: 15.75s;
          transition-delay: 15.75s;
}

.off-screen--sequential > *:nth-child(65) {
  -webkit-transition-delay: 16s;
       -o-transition-delay: 16s;
          transition-delay: 16s;
}

.off-screen--sequential > *:nth-child(66) {
  -webkit-transition-delay: 16.25s;
       -o-transition-delay: 16.25s;
          transition-delay: 16.25s;
}

.off-screen--sequential > *:nth-child(67) {
  -webkit-transition-delay: 16.5s;
       -o-transition-delay: 16.5s;
          transition-delay: 16.5s;
}

.off-screen--sequential > *:nth-child(68) {
  -webkit-transition-delay: 16.75s;
       -o-transition-delay: 16.75s;
          transition-delay: 16.75s;
}

.off-screen--sequential > *:nth-child(69) {
  -webkit-transition-delay: 17s;
       -o-transition-delay: 17s;
          transition-delay: 17s;
}

.off-screen--sequential > *:nth-child(70) {
  -webkit-transition-delay: 17.25s;
       -o-transition-delay: 17.25s;
          transition-delay: 17.25s;
}

.off-screen--sequential > *:nth-child(71) {
  -webkit-transition-delay: 17.5s;
       -o-transition-delay: 17.5s;
          transition-delay: 17.5s;
}

.off-screen--sequential > *:nth-child(72) {
  -webkit-transition-delay: 17.75s;
       -o-transition-delay: 17.75s;
          transition-delay: 17.75s;
}

.off-screen--sequential > *:nth-child(73) {
  -webkit-transition-delay: 18s;
       -o-transition-delay: 18s;
          transition-delay: 18s;
}

.off-screen--sequential > *:nth-child(74) {
  -webkit-transition-delay: 18.25s;
       -o-transition-delay: 18.25s;
          transition-delay: 18.25s;
}

.off-screen--sequential > *:nth-child(75) {
  -webkit-transition-delay: 18.5s;
       -o-transition-delay: 18.5s;
          transition-delay: 18.5s;
}

.off-screen--sequential > *:nth-child(76) {
  -webkit-transition-delay: 18.75s;
       -o-transition-delay: 18.75s;
          transition-delay: 18.75s;
}

.off-screen--sequential > *:nth-child(77) {
  -webkit-transition-delay: 19s;
       -o-transition-delay: 19s;
          transition-delay: 19s;
}

.off-screen--sequential > *:nth-child(78) {
  -webkit-transition-delay: 19.25s;
       -o-transition-delay: 19.25s;
          transition-delay: 19.25s;
}

.off-screen--sequential > *:nth-child(79) {
  -webkit-transition-delay: 19.5s;
       -o-transition-delay: 19.5s;
          transition-delay: 19.5s;
}

.off-screen--sequential > *:nth-child(80) {
  -webkit-transition-delay: 19.75s;
       -o-transition-delay: 19.75s;
          transition-delay: 19.75s;
}

.off-screen--sequential > *:nth-child(81) {
  -webkit-transition-delay: 20s;
       -o-transition-delay: 20s;
          transition-delay: 20s;
}

.off-screen--sequential > *:nth-child(82) {
  -webkit-transition-delay: 20.25s;
       -o-transition-delay: 20.25s;
          transition-delay: 20.25s;
}

.off-screen--sequential > *:nth-child(83) {
  -webkit-transition-delay: 20.5s;
       -o-transition-delay: 20.5s;
          transition-delay: 20.5s;
}

.off-screen--sequential > *:nth-child(84) {
  -webkit-transition-delay: 20.75s;
       -o-transition-delay: 20.75s;
          transition-delay: 20.75s;
}

.off-screen--sequential > *:nth-child(85) {
  -webkit-transition-delay: 21s;
       -o-transition-delay: 21s;
          transition-delay: 21s;
}

.off-screen--sequential > *:nth-child(86) {
  -webkit-transition-delay: 21.25s;
       -o-transition-delay: 21.25s;
          transition-delay: 21.25s;
}

.off-screen--sequential > *:nth-child(87) {
  -webkit-transition-delay: 21.5s;
       -o-transition-delay: 21.5s;
          transition-delay: 21.5s;
}

.off-screen--sequential > *:nth-child(88) {
  -webkit-transition-delay: 21.75s;
       -o-transition-delay: 21.75s;
          transition-delay: 21.75s;
}

.off-screen--sequential > *:nth-child(89) {
  -webkit-transition-delay: 22s;
       -o-transition-delay: 22s;
          transition-delay: 22s;
}

.off-screen--sequential > *:nth-child(90) {
  -webkit-transition-delay: 22.25s;
       -o-transition-delay: 22.25s;
          transition-delay: 22.25s;
}

.off-screen--sequential > *:nth-child(91) {
  -webkit-transition-delay: 22.5s;
       -o-transition-delay: 22.5s;
          transition-delay: 22.5s;
}

.off-screen--sequential > *:nth-child(92) {
  -webkit-transition-delay: 22.75s;
       -o-transition-delay: 22.75s;
          transition-delay: 22.75s;
}

.off-screen--sequential > *:nth-child(93) {
  -webkit-transition-delay: 23s;
       -o-transition-delay: 23s;
          transition-delay: 23s;
}

.off-screen--sequential > *:nth-child(94) {
  -webkit-transition-delay: 23.25s;
       -o-transition-delay: 23.25s;
          transition-delay: 23.25s;
}

.off-screen--sequential > *:nth-child(95) {
  -webkit-transition-delay: 23.5s;
       -o-transition-delay: 23.5s;
          transition-delay: 23.5s;
}

.off-screen--sequential > *:nth-child(96) {
  -webkit-transition-delay: 23.75s;
       -o-transition-delay: 23.75s;
          transition-delay: 23.75s;
}

.off-screen--sequential > *:nth-child(97) {
  -webkit-transition-delay: 24s;
       -o-transition-delay: 24s;
          transition-delay: 24s;
}

.off-screen--sequential > *:nth-child(98) {
  -webkit-transition-delay: 24.25s;
       -o-transition-delay: 24.25s;
          transition-delay: 24.25s;
}

.off-screen--sequential > *:nth-child(99) {
  -webkit-transition-delay: 24.5s;
       -o-transition-delay: 24.5s;
          transition-delay: 24.5s;
}

.off-screen--sequential > *:nth-child(100) {
  -webkit-transition-delay: 24.75s;
       -o-transition-delay: 24.75s;
          transition-delay: 24.75s;
}

.heartbeat {
  -webkit-animation: 1s beatHeart;
          animation: 1s beatHeart;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes beatHeart {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes beatHeart {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fold-in path {
  -webkit-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.fold-in .triangle-green {
  d: path("M275.063 53.063L346.188 447 69 382.747692z");
}
.fold-in .triangle-red {
  d: path("M70 382.675L275 53.188l155.938 262.875z");
}
.fold-in .triangle-blue {
  d: path("M275 53l71.184 394L431 316.071z");
}

.page-template-tpl-why-us {
  background-image: url(../img/textures/bg-why-us.jpg);
  background-size: 100%;
}
.page-template-tpl-why-us .banner .title, .page-template-tpl-why-us .banner h1, .page-template-tpl-why-us .banner h2, .page-template-tpl-why-us .banner h3, .page-template-tpl-why-us .banner h4, .page-template-tpl-why-us .banner .subtitle {
  color: #fff;
}
.page-template-tpl-why-us .video-wrap:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-tpl-why-us .animation {
  width: 100vw;
  padding-bottom: 20vh;
  z-index: 2;
  position: relative;
}
.page-template-tpl-why-us .animation__frame {
  width: 100%;
  position: relative;
}
.page-template-tpl-why-us .animation__frame--first {
  position: absolute;
  top: 0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 768px) {
  .page-template-tpl-why-us .animation__frame--first {
    position: relative;
  }
}
.page-template-tpl-why-us .animation__frame--last .animation__item {
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .page-template-tpl-why-us .animation__frame {
    padding: 60px 0;
    text-align: center;
  }
  .page-template-tpl-why-us .animation__frame .subtitle {
    max-width: unset;
  }
}
.page-template-tpl-why-us .animation__item {
  padding-bottom: 30px;
}
@media (min-width: 576px) {
  .page-template-tpl-why-us .animation__item {
    padding: 20vh 0;
  }
}
.page-template-tpl-why-us .animation__item .title, .page-template-tpl-why-us .animation__item h1, .page-template-tpl-why-us .animation__item h2, .page-template-tpl-why-us .animation__item h3, .page-template-tpl-why-us .animation__item h4, .page-template-tpl-why-us .animation__item .subtitle {
  color: white;
}
.page-template-tpl-why-us .background-shape-morph {
  position: fixed;
  position: sticky;
  top: calc(50vh - 250px);
  bottom: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width: 768px) {
  .page-template-tpl-why-us .background-shape-morph {
    top: 50%;
    bottom: 200px;
    left: 30%;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-why-us .background-shape-morph {
    position: fixed;
    left: 0;
    width: 100vw;
    top: 30%;
  }
}
@media (max-width: 768.98px) {
  .page-template-tpl-why-us .background-shape-morph {
    display: none;
  }
}
.page-template-tpl-why-us .background-shape-morph svg {
  overflow: visible !important;
}
@media (min-width: 576px) {
  .page-template-tpl-why-us .background-shape-morph svg {
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768.98px) {
  .page-template-tpl-why-us .background-shape-morph svg {
    width: 90%;
    height: auto;
  }
}

.teams-wrap {
  position: relative;
}
.teams-wrap .title--parallax {
  z-index: -1;
  position: relative;
  margin-left: -50px;
}
.teams-wrap .divider--1 {
  top: 450px;
}
.teams-wrap p {
  font-family: "Roboto";
}
.teams-wrap__info {
  background-color: #fff;
  padding: 64px 78px 50px;
  width: calc(100% - 100px);
}
@media (max-width: 991.98px) {
  .teams-wrap__info {
    padding: 30px;
    width: 100%;
    margin-bottom: 50px;
  }
  .teams-wrap__info .title, .teams-wrap__info h1, .teams-wrap__info h2, .teams-wrap__info h3, .teams-wrap__info h4 {
    font-size: 28px;
  }
}
.teams-wrap__img {
  height: calc(100% + 109px);
  width: calc(100% + 178px);
  background-size: cover;
}
@media (max-width: 991.98px) {
  .teams-wrap__img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 768.98px) {
  .teams-wrap__img {
    width: 100%;
    height: 200px;
  }
}
.teams-wrap__card {
  background-color: #fff;
  padding: 35px 40px 95px;
  height: 100%;
}
.teams-wrap__card img {
  clear: both;
  display: block;
  height: 21px;
  margin-bottom: 17px;
}
.teams-wrap__card .button {
  position: absolute;
  bottom: 53px;
  margin-top: 10px;
}
.teams-wrap__card .title, .teams-wrap__card h1, .teams-wrap__card h2, .teams-wrap__card h3, .teams-wrap__card h4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 33px;
}
.teams-wrap__card .subtitle {
  margin-top: 5px;
  line-height: 1.6;
}
.teams-wrap__card .subtitle:hover {
  text-decoration: none;
}
.teams-wrap__grid {
  padding-top: 20px;
  margin-top: -50px;
}
.teams-wrap .divider {
  position: absolute;
}
.teams-wrap .divider--1 {
  right: -25px;
}
.teams-wrap .divider--2 {
  left: -25px;
}
.teams-wrap .divider--3 {
  right: -25px;
}
.teams-wrap--1 .button {
  background-color: #28a745;
}
.teams-wrap--2 .button {
  background-color: #E40313;
}
.teams-wrap--3 .button {
  background-color: #2B53A0;
}

.teams-logo {
  max-width: 207px;
  height: auto;
  margin: auto;
}

.single-teams .title--xl {
  max-width: 850px;
  margin: auto;
}
.single-teams .container-fluid {
  max-width: 1350px;
}
.single-teams .subtitle {
  font-size: 19px;
  /* 19px */
  font-size: 1.1875rem;
  /* 19px */
  line-height: 1.5789473684;
  /* 30px */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: auto;
  margin-top: 0px;
  max-width: 832px;
}

.services p {
  padding-top: 30px;
}
.services ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 26px;
}
.services ul > li {
  padding: 0;
  text-indent: 0;
}
.services ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.services ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #28a745;
}
.services ul li ul {
  margin-top: 0px;
  padding-left: 10px;
  padding-top: 10px;
  list-style: none;
}
.services ul li ul li {
  font-size: 0.9rem;
}

.post-290 img,
.post-296 img,
.post-281 img {
  height: 41px;
}

.post-320 img {
  height: 18px;
}

.post-326 img {
  height: 51px;
}

.post-290 .teams-logo,
.postid-296 .teams-logo,
.postid-326 .teams-logo {
  height: 160px;
}

.postid-290 .teams-logo {
  height: 120px;
}

@media (max-width: 575.98px) {
  .teams-logo {
    width: 50vw;
  }
}

@media (max-width: 768.98px) {
  .single-teams .cards-block .col-md-4 {
    margin-bottom: 20px;
  }
  .single-teams .cards-block__card:before {
    left: 14px;
  }
  .single-teams .subtitle {
    text-align: center;
    margin: auto;
  }
  .single-teams .contact {
    margin: 30px 0;
  }
}
@media (max-width: 575.98px) {
  .single-teams .cards-block .col-md-4 {
    margin-bottom: 20px;
  }
  .single-teams .cards-block__card:before {
    left: 14px;
  }
  .single-teams .subtitle {
    font-size: 19px;
    line-height: 1.5;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    font-weight: 500;
  }
}
.contacts-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 66px;
  border-bottom: 1px solid #fff;
}
.contacts-grid .contact-profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-grid .contact-profile-row .contact__portrait {
  margin-right: 15px;
}

.contact .contact-details__email--other {
  color: #fff;
}

.page-template-tpl-teams .contact, .single-teams .contact, .blog .contact {
  padding: 55px 70px;
  background-color: #262626;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact, .single-teams .contact, .blog .contact {
    padding: 30px 25px;
  }
}
.page-template-tpl-teams .contact p, .single-teams .contact p, .blog .contact p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}
.page-template-tpl-teams .contact .title, .page-template-tpl-teams .contact h1, .page-template-tpl-teams .contact h2, .page-template-tpl-teams .contact h3, .page-template-tpl-teams .contact h4, .single-teams .contact .title, .single-teams .contact h1, .single-teams .contact h2, .single-teams .contact h3, .single-teams .contact h4, .blog .contact .title, .blog .contact h1, .blog .contact h2, .blog .contact h3, .blog .contact h4 {
  margin-bottom: 10px;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact .contact-details, .single-teams .contact .contact-details, .blog .contact .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin: 0;
  }
  .page-template-tpl-teams .contact .contact-details__name, .single-teams .contact .contact-details__name, .blog .contact .contact-details__name {
    text-align: left;
  }
}
.page-template-tpl-teams .contact .contacts-grid, .single-teams .contact .contacts-grid, .blog .contact .contacts-grid {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-template-tpl-teams .contact .contacts-grid > div, .single-teams .contact .contacts-grid > div, .blog .contact .contacts-grid > div {
  width: calc(100% / 3);
  margin-bottom: 20px;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact .contacts-grid > div, .single-teams .contact .contacts-grid > div, .blog .contact .contacts-grid > div {
    width: 100%;
  }
}
.page-template-tpl-teams .contact__header, .single-teams .contact__header, .blog .contact__header {
  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;
  margin-bottom: 56px !important;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact__header, .single-teams .contact__header, .blog .contact__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.page-template-tpl-teams .contact__footer, .single-teams .contact__footer, .blog .contact__footer {
  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;
  margin-bottom: 0 !important;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact__footer, .single-teams .contact__footer, .blog .contact__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.page-template-tpl-teams .contact__footer .title--xs, .single-teams .contact__footer .title--xs, .blog .contact__footer .title--xs {
  font-size: 21px;
}
.page-template-tpl-teams .contact__footer .contact-details, .single-teams .contact__footer .contact-details, .blog .contact__footer .contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff !important;
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact__footer .contact-details, .single-teams .contact__footer .contact-details, .blog .contact__footer .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-tpl-teams .contact__footer .contact-details a, .page-template-tpl-teams .contact__footer .contact-details p, .page-template-tpl-teams .contact__footer .contact-details *, .single-teams .contact__footer .contact-details a, .single-teams .contact__footer .contact-details p, .single-teams .contact__footer .contact-details *, .blog .contact__footer .contact-details a, .blog .contact__footer .contact-details p, .blog .contact__footer .contact-details * {
  color: #fff !important;
}
.page-template-tpl-teams .contact__footer .contact-details__email, .page-template-tpl-teams .contact__footer .contact-details__phone, .single-teams .contact__footer .contact-details__email, .single-teams .contact__footer .contact-details__phone, .blog .contact__footer .contact-details__email, .blog .contact__footer .contact-details__phone {
  font-family: "Roboto";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.58px;
  line-height: 22px;
  padding-left: 29px;
  position: relative;
}
@media (max-width: 575.98px) {
  .page-template-tpl-teams .contact__footer .contact-details__email, .page-template-tpl-teams .contact__footer .contact-details__phone, .single-teams .contact__footer .contact-details__email, .single-teams .contact__footer .contact-details__phone, .blog .contact__footer .contact-details__email, .blog .contact__footer .contact-details__phone {
    padding-left: 0px;
    position: relative;
    padding-top: 40px;
  }
}
.page-template-tpl-teams .contact__footer .contact-details__email:before, .page-template-tpl-teams .contact__footer .contact-details__phone:before, .single-teams .contact__footer .contact-details__email:before, .single-teams .contact__footer .contact-details__phone:before, .blog .contact__footer .contact-details__email:before, .blog .contact__footer .contact-details__phone:before {
  position: absolute;
  left: 0;
  top: 3px;
}
@media (max-width: 575.98px) {
  .page-template-tpl-teams .contact__footer .contact-details__email:before, .page-template-tpl-teams .contact__footer .contact-details__phone:before, .single-teams .contact__footer .contact-details__email:before, .single-teams .contact__footer .contact-details__phone:before, .blog .contact__footer .contact-details__email:before, .blog .contact__footer .contact-details__phone:before {
    left: 50%;
    top: 12px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.page-template-tpl-teams .contact__footer .contact-details__email, .single-teams .contact__footer .contact-details__email, .blog .contact__footer .contact-details__email {
  margin-right: 20px;
}
.page-template-tpl-teams .contact__footer .contact-details__email:before, .single-teams .contact__footer .contact-details__email:before, .blog .contact__footer .contact-details__email:before {
  content: url(../img/icons/mail.svg);
}
.page-template-tpl-teams .contact__footer .contact-details__phone:before, .single-teams .contact__footer .contact-details__phone:before, .blog .contact__footer .contact-details__phone:before {
  content: url(../img/icons/phone.svg);
}
@media (max-width: 787px) {
  .page-template-tpl-teams .contact__footer .contact-details, .single-teams .contact__footer .contact-details, .blog .contact__footer .contact-details {
    text-align: left;
    margin: 0;
  }
}

#content-wrap .what-we-do .grid--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content-wrap .what-we-do .grid--4 > div {
  width: 25%;
}
#content-wrap .what-we-do__service {
  padding: 30px;
}
#content-wrap .what-we-do__service .title, #content-wrap .what-we-do__service h1, #content-wrap .what-we-do__service h2, #content-wrap .what-we-do__service h3, #content-wrap .what-we-do__service h4 {
  padding-top: 15px;
  max-width: 271px;
  margin: auto;
  font-size: 1.4375rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.25px;
  padding-bottom: 20px;
  position: relative;
  text-transform: lowercase;
}
#content-wrap .what-we-do__service .title:before, #content-wrap .what-we-do__service h1:before, #content-wrap .what-we-do__service h2:before, #content-wrap .what-we-do__service h3:before, #content-wrap .what-we-do__service h4:before {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 30px;
  height: 4px;
}
#content-wrap .what-we-do__filters button:first-of-type {
  border-color: #000000;
}
#content-wrap .what-we-do__filters button:nth-of-type(2) {
  border-color: #E40313;
}
@media (max-width: 991.98px) {
  #content-wrap .what-we-do__filters button:nth-of-type(2) {
    color: #E40313;
  }
}
#content-wrap .what-we-do__filters button:nth-of-type(3) {
  border-color: #2B53A0;
}
@media (max-width: 991.98px) {
  #content-wrap .what-we-do__filters button:nth-of-type(3) {
    color: #2B53A0;
  }
}
#content-wrap .what-we-do__filters button:last-of-type {
  border-color: #28a745;
}
@media (max-width: 991.98px) {
  #content-wrap .what-we-do__filters button:last-of-type {
    color: #28a745;
  }
}
#content-wrap .what-we-do .grid--4 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #content-wrap .what-we-do .grid--4 > div {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  #content-wrap .what-we-do .grid--4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #content-wrap .what-we-do .grid--4 > div {
    width: 50%;
  }
}
@media (max-width: 768.98px) {
  #content-wrap .what-we-do .grid--4 > div {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  #content-wrap .what-we-do .grid--4 > div {
    width: 100%;
  }
}

.cat-5 .title:before, .cat-5 h1:before, .cat-5 h2:before, .cat-5 h3:before, .cat-5 h4:before {
  background-color: #E40313;
}

.cat-7 .title:before, .cat-7 h1:before, .cat-7 h2:before, .cat-7 h3:before, .cat-7 h4:before {
  background-color: #28a745;
}

.cat-6 .title:before, .cat-6 h1:before, .cat-6 h2:before, .cat-6 h3:before, .cat-6 h4:before {
  background-color: #2B53A0;
}

.slide-prev,
.slide-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -50px;
  padding: 10px;
  outline: none;
  border-color: white;
}

.slide-next {
  right: 0;
}

.slide-prev {
  left: 0;
}

.page-template-tpl-who-we-are .who-we-are-grid {
  margin: 25px 0;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip,
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block {
  margin: 25px 0;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .slick-dots,
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block .slick-dots {
  text-align: center;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .slick-dots li.slick-active button:before,
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block .slick-dots li.slick-active button:before {
  background-color: #28a745;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .slick-dots li,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .slick-dots li button:before,
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block .slick-dots li,
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block .slick-dots li button:before {
  height: 3px;
  width: 50px;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip {
  position: relative;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: black;
  opacity: 0.6;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat .title,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat h1,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat h2,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat h3,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .stat h4,
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .category {
  color: white;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip p {
  font-weight: 500;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip .container {
  position: relative;
  z-index: 2;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 70px;
  right: 70px;
  z-index: 9;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid {
  position: absolute;
  bottom: 70px;
  z-index: 9;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid .title, .page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid h1, .page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid h2, .page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid h3, .page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider .container-fluid h4 {
  color: white;
  margin: 0 25px;
}
.page-template-tpl-who-we-are .who-we-are-grid .full-width-strip--slider:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(transparent));
  background: -o-linear-gradient(bottom, #000 0, transparent 100%);
  background: linear-gradient(0deg, #000 0, transparent 100%);
}
.page-template-tpl-who-we-are .who-we-are-grid .timeline-block {
  margin-left: 25px;
  margin-right: 25px;
}
@media (max-width: 768.98px) {
  .page-template-tpl-who-we-are .who-we-are-grid .timeline-block {
    margin: 0px;
  }
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div:nth-of-type(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div:nth-of-type(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div:nth-of-type(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div.nav-box {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div.hero {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row-span: 2;
}
@media (max-width: 991.98px) {
  .page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div {
    width: 100%;
  }
  .page-template-tpl-who-we-are .who-we-are-grid .container:first-of-type > .row > div > section > div:nth-child(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .who-we-are-grid .container:nth-of-type(2) > .row > div > section > div:nth-of-type(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
}
.page-template-tpl-who-we-are .timeline-block {
  position: relative;
  padding: 50px 50px 50px 0px;
}
.page-template-tpl-who-we-are .timeline-block .cd-horizontal-timeline {
  background-color: #f0f3f7;
}
.page-template-tpl-who-we-are .timeline-block__wrap {
  position: relative;
}
@media (min-width: 992px) {
  .page-template-tpl-who-we-are .timeline-block__wrap {
    padding: 200px 0;
  }
}
.page-template-tpl-who-we-are .timeline-block__wrap__inner {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .page-template-tpl-who-we-are .timeline-block__wrap__inner {
    position: absolute;
    top: 50%;
    right: calc(70% - 50px);
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    margin-left: 50px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-who-we-are .timeline-block__wrap__inner {
    right: 50%;
  }
}
@media (min-width: 992px) {
  .page-template-tpl-who-we-are .timeline-block a.button {
    position: absolute;
    left: 0px;
    bottom: 50px;
  }
}
.page-template-tpl-who-we-are .timeline-block:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50px;
  height: calc(100% - 100px);
  right: 100px;
  width: 45%;
  border: 10px solid #2B53A0;
}
@media (max-width: 991.98px) {
  .page-template-tpl-who-we-are .timeline-block:before {
    top: 0px;
    left: unset;
    width: 90%;
    right: 0;
    height: 35%;
  }
}
.page-template-tpl-who-we-are .timeline-block img {
  padding-top: 100px;
}
@media (max-width: 991.98px) {
  .page-template-tpl-who-we-are .timeline-block img {
    padding: 0;
    margin-bottom: 25px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-who-we-are .timeline-block img {
    max-width: 400px;
  }
}
@media (max-width: 1199.98px) {
  .page-template-tpl-who-we-are .slider--stats .grid__item:before {
    padding-top: 39.77494%;
  }
}
@media (max-width: 991.98px) {
  .page-template-tpl-who-we-are .slider--stats .stat {
    padding-bottom: 20px;
  }
}

@-webkit-keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeInOut {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.post-type-archive-our-projects #content-wrap {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

#cesiumContainer {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* position: absolute; */
  top: -1px;
}

.btn {
  min-height: 40px;
}

.cardContainer {
  top: 50px;
  z-index: 100;
  max-height: 85vh;
  overflow: auto;
}

#closeCardButton {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 1rem;
  z-index: 9999;
}

.beforeAfterText {
  position: absolute;
  padding: 0.5rem;
  color: white;
  font-weight: 500;
}

.project-tools {
  position: absolute;
  right: 70px;
  bottom: 50px;
  /* transform: translateY(-50%); */
  -webkit-transform: translateX(370px);
      -ms-transform: translateX(370px);
          transform: translateX(370px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 300px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
  padding: 30px 30px 30px;
  font-size: 14px;
}

.project-tools a {
  display: inline-block;
  color: white;
  padding-left: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 5px 5px 5px 0;
  position: relative;
}

.project-tools a:after {
  content: "";
  position: absolute;
  height: 6px;
  background: #009640;
  width: 0px;
  left: -5px;
  bottom: 7px;
  z-index: -1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.project-tools a:hover {
  text-decoration: none;
}

.project-tools a:hover:after {
  width: calc(100% + 10px);
  outline: none;
}

.project-tools a:focus:after {
  width: calc(100% + 10px);
  outline: none;
}

.project-tools a.hover:after {
  width: calc(100% + 10px);
  outline: none;
}

.project-tools__title {
  font-size: 24px;
  margin-bottom: 15px;
  color: white;
}

.project-dropdown {
  /* display: none; */
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  outline: none;
}

.mfp-iframe-holder .mfp-close:focus {
  outline: none;
}

.mfp-iframe-holder .mfp-content {
  max-width: 80vw;
}

.project-details {
  height: 100vh;
  background: #eff3f8;
  position: fixed;
  width: 100%;
  z-index: 99;
  min-height: 100vh;
  top: 100vh;
  overflow: scroll;
  -webkit-transition: all ease-in-out 0.6s;
  -o-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
  text-align: center;
}

.project-details img {
  margin: auto;
  max-width: 1440px;
}

.js-back-project {
  cursor: pointer;
}
.js-back-project .full-case-study {
  background-color: transparent;
  color: #28a745;
}
.js-back-project .full-case-study:hover {
  background-color: transparent;
  color: #28a745 !important;
}

.js-back-uk {
  margin-top: 0;
  background-color: white;
  border: 1px solid #28a745;
  color: #28a745;
}
.js-back-uk:hover {
  background-color: #fff;
  color: #28a745 !important;
}

.full-case-study {
  margin-top: 0;
}

.project-facts__overflow {
  padding-left: 0px;
  max-height: calc(100vh - 324px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.project-facts__overflow::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.project-facts__overflow::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #28a745;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.project-dropdown {
  overflow-y: scroll;
  max-height: calc(100vh - 324px);
}
.project-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.project-dropdown::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.project-facts__box {
  background: white;
  padding: 40px;
  margin-left: 40px;
  position: relative;
  width: 460px;
}
.project-facts__box .button {
  width: calc(50% - 4px);
  border: 1px solid #28a745;
  text-align: center;
}
.project-facts__box .button--icon {
  border: 1px solid #7F8C9D;
  text-align: left;
}

.project-facts__box:before {
  position: absolute;
  content: "";
  left: -40px;
  top: -40px;
  width: 40px;
  height: 200px;
  background: #009a33;
}

.key-fact {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
}

.key-fact .category {
  margin-bottom: 5px;
}

.cesium-viewer .cesium-widget-credits {
  display: none !important;
}

.our-projects--desktop {
  display: block;
}

.our-projects--mobile {
  display: none;
}

@media (max-width: 769px) {
  .our-projects--desktop {
    display: none;
  }

  .our-projects--mobile {
    display: block;
  }
}
.our-projects-mobile {
  background-size: cover;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
}
.our-projects-mobile .project-tools {
  padding: 145px 30px 10px;
  display: none;
  position: absolute;
  /* height: 100%; */
  width: 100%;
  top: 50%;
  left: 50%;
  bottom: unset;
  right: unset;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-our-projects .project-details {
  overflow: visible;
  height: unset;
  position: relative;
  top: 0;
  background-color: transparent;
  z-index: 0;
  text-align: left;
}

.project-key {
  padding: 20px 20px 10px;
  max-width: 400px;
  /* background-color: white; */
  position: absolute;
  bottom: 50px;
  left: 50px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
          transform: translateX(-400px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.project-key__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.project-key__item img {
  width: 20px;
  height: 20px;
  margin-right: 13px;
  vertical-align: middle;
}

.our-projects--desktop.project-single .initial-overlay {
  display: none;
}
.our-projects--desktop.project-single .project-tools,
.our-projects--desktop.project-single .project-key {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

#project-link-8:hover:after {
  width: 50%;
}

.centered-content-block .title--xxl {
  color: #DBE0E4;
}
.centered-content-block h3 {
  margin: auto;
  margin-bottom: 20px;
  max-width: 850px;
}
.centered-content-block .subtitle {
  margin: auto;
  max-width: 750px;
}
@media (min-width: 576px) {
  .centered-content-block .cards-block {
    position: absolute;
    bottom: -30px;
    z-index: 99;
  }
}
.centered-content-block .cards-block__card {
  z-index: 9999999999;
}
.centered-content-block__strip {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768.98px) {
  .centered-content-block__strip:nth-of-type(odd) .col-md-4 {
    margin-left: 0px;
  }
}
@media (min-width: 576px) {
  .centered-content-block__strip:nth-of-type(odd) .row {
    padding-right: 40px;
  }
}
@media (min-width: 576px) {
  .centered-content-block__strip:nth-of-type(even) .row {
    padding-left: 40px;
  }
}
.centered-content-block img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 1200px;
  max-height: 630px;
}

.column-content-block h3 {
  margin-bottom: 30px;
  max-width: 90%;
}
@media (max-width: 768.98px) {
  .column-content-block h3 {
    margin-top: 30px;
  }
}
.column-content-block a:not(.button) {
  color: #28a745;
}
.column-content-block .modal .col-lg-5 {
  margin-left: 0 !important;
  -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important;
}
.column-content-block .divider {
  right: -15px;
  width: 30px;
}
@media (max-width: 768.98px) {
  .column-content-block .divider {
    width: 15px;
    right: 0;
    top: -17px;
  }
}
@media (max-width: 575.98px) {
  .column-content-block .divider {
    display: none;
  }
}
.column-content-block .subtitle {
  max-width: 500px;
}
.column-content-block p {
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 576px) {
  .column-content-block:nth-of-type(even) .row > div:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.column-content-block:nth-of-type(even) .row > div:last-of-type {
  margin-left: 0px;
}
.column-content-block:nth-of-type(even) .row > div:last-of-type .testimonial, .column-content-block:nth-of-type(even) .row > div:last-of-type .main-content blockquote, .main-content .column-content-block:nth-of-type(even) .row > div:last-of-type blockquote {
  float: right;
  margin-right: -20px;
  margin-left: 0;
}
.column-content-block:nth-of-type(even) .row > div:last-of-type .divider {
  top: 20%;
  right: unset;
  left: -15px;
  width: 30px;
}
@media (max-width: 768.98px) {
  .column-content-block:nth-of-type(even) .row > div:last-of-type .divider {
    top: -31px;
    left: -6px;
    width: 20px;
  }
}
.column-content-block .testimonial--align {
  max-width: 520px;
  padding: 43px 42px;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .column-content-block .testimonial--align {
    margin-top: -17%;
  }
}
@media (max-width: 768.98px) {
  .column-content-block .testimonial--align {
    margin-top: 20px;
  }
}
.column-content-block .testimonial--align cite {
  display: inline-block;
  line-height: 22px;
}
@media (max-width: 768.98px) {
  .column-content-block .row > div:first-of-type {
    margin-bottom: 30px;
  }
}

.people-container {
  position: relative;
}
.people-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 71.031096563%;
}
.people-container > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.people-container > div {
  display: none;
}
.people-container > div:first-of-type {
  display: block;
  width: 50%;
  z-index: 7;
}
.people-container > div:nth-of-type(2) {
  display: block;
  z-index: 6;
  width: 30%;
  right: 10%;
  left: unset;
  bottom: unset;
}
.people-container > div:nth-of-type(3) {
  display: block;
  width: 40%;
  left: unset;
  bottom: 0;
  right: 13%;
  top: unset;
}
.people-container > div:nth-of-type(4) {
  display: block;
  top: 55%;
  width: 18%;
  top: 70%;
  opacity: 1;
}
.people-container > div:nth-of-type(5) {
  display: block;
  width: 14%;
  opacity: 1;
  left: 45%;
  top: -10%;
}
.people-container > div > div {
  position: relative;
  background-color: #dbe0e4;
  border-radius: 50%;
  background-size: cover;
  background-position: top center;
}
.people-container > div > div:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.people-container > div > div > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-id-520 .column-content-block:nth-of-type(even) .row > div:last-of-type .divider {
  bottom: -50%;
  top: unset;
}