.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
 * Swiper 5.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 20, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
@charset "UTF-8";.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-modal-dialog,.vjs-button>.vjs-icon-placeholder:before,.vjs-modal-dialog .vjs-modal-dialog-content{position:absolute;top:0;left:0;width:100%;height:100%}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.vjs-button>.vjs-icon-placeholder:before{text-align:center}@font-face{font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder:before,.vjs-icon-play:before{content:"\F101"}.vjs-icon-play-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-play-circle:before{content:"\F102"}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder,.vjs-icon-pause{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before,.vjs-icon-pause:before{content:"\F103"}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder,.vjs-icon-volume-mute{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before,.vjs-icon-volume-mute:before{content:"\F104"}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder,.vjs-icon-volume-low{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before,.vjs-icon-volume-low:before{content:"\F105"}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder,.vjs-icon-volume-mid{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before,.vjs-icon-volume-mid:before{content:"\F106"}.video-js .vjs-mute-control .vjs-icon-placeholder,.vjs-icon-volume-high{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-mute-control .vjs-icon-placeholder:before,.vjs-icon-volume-high:before{content:"\F107"}.video-js .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-enter:before{content:"\F108"}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder,.vjs-icon-fullscreen-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,.vjs-icon-fullscreen-exit:before{content:"\F109"}.vjs-icon-square{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-square:before{content:"\F10A"}.vjs-icon-spinner{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-spinner:before{content:"\F10B"}.video-js .vjs-subs-caps-button .vjs-icon-placeholder,.video-js .vjs-subtitles-button .vjs-icon-placeholder,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-subtitles{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js .vjs-subtitles-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-subtitles:before{content:"\F10C"}.video-js .vjs-captions-button .vjs-icon-placeholder,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder,.vjs-icon-captions{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-captions-button .vjs-icon-placeholder:before,.video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before,.vjs-icon-captions:before{content:"\F10D"}.video-js .vjs-chapters-button .vjs-icon-placeholder,.vjs-icon-chapters{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-chapters-button .vjs-icon-placeholder:before,.vjs-icon-chapters:before{content:"\F10E"}.vjs-icon-share{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-share:before{content:"\F10F"}.vjs-icon-cog{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-cog:before{content:"\F110"}.video-js .vjs-play-progress,.video-js .vjs-volume-level,.vjs-icon-circle,.vjs-seek-to-live-control .vjs-icon-placeholder{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before,.vjs-icon-circle:before,.vjs-seek-to-live-control .vjs-icon-placeholder:before{content:"\F111"}.vjs-icon-circle-outline{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-outline:before{content:"\F112"}.vjs-icon-circle-inner-circle{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-circle-inner-circle:before{content:"\F113"}.vjs-icon-hd{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-hd:before{content:"\F114"}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder,.vjs-icon-cancel{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before,.vjs-icon-cancel:before{content:"\F115"}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder,.vjs-icon-replay{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before,.vjs-icon-replay:before{content:"\F116"}.vjs-icon-facebook{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-facebook:before{content:"\F117"}.vjs-icon-gplus{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-gplus:before{content:"\F118"}.vjs-icon-linkedin{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-linkedin:before{content:"\F119"}.vjs-icon-twitter{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-twitter:before{content:"\F11A"}.vjs-icon-tumblr{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-tumblr:before{content:"\F11B"}.vjs-icon-pinterest{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-pinterest:before{content:"\F11C"}.video-js .vjs-descriptions-button .vjs-icon-placeholder,.vjs-icon-audio-description{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-descriptions-button .vjs-icon-placeholder:before,.vjs-icon-audio-description:before{content:"\F11D"}.video-js .vjs-audio-button .vjs-icon-placeholder,.vjs-icon-audio{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-audio-button .vjs-icon-placeholder:before,.vjs-icon-audio:before{content:"\F11E"}.vjs-icon-next-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-next-item:before{content:"\F11F"}.vjs-icon-previous-item{font-family:VideoJS;font-weight:400;font-style:normal}.vjs-icon-previous-item:before{content:"\F120"}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-enter{font-family:VideoJS;font-weight:400;font-style:normal}.video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-enter:before{content:"\F121"}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder,.vjs-icon-picture-in-picture-exit{font-family:VideoJS;font-weight:400;font-style:normal}.video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before,.vjs-icon-picture-in-picture-exit:before{content:"\F122"}.video-js{display:block;vertical-align:top;box-sizing:border-box;color:#fff;background-color:#000;position:relative;padding:0;font-size:10px;line-height:1;font-weight:400;font-style:normal;font-family:Arial,Helvetica,sans-serif;word-break:initial}.video-js:-moz-full-screen{position:absolute}.video-js:-webkit-full-screen{width:100%!important;height:100%!important}.video-js[tabindex="-1"]{outline:0}.video-js *,.video-js :after,.video-js :before{box-sizing:inherit}.video-js ul{font-family:inherit;font-size:inherit;line-height:inherit;list-style-position:outside;margin-left:0;margin-right:0;margin-top:0;margin-bottom:0}.video-js.vjs-1-1,.video-js.vjs-16-9,.video-js.vjs-4-3,.video-js.vjs-9-16,.video-js.vjs-fluid{width:100%;max-width:100%}.video-js.vjs-1-1:not(.vjs-audio-only-mode),.video-js.vjs-16-9:not(.vjs-audio-only-mode),.video-js.vjs-4-3:not(.vjs-audio-only-mode),.video-js.vjs-9-16:not(.vjs-audio-only-mode),.video-js.vjs-fluid:not(.vjs-audio-only-mode){height:0}.video-js.vjs-16-9:not(.vjs-audio-only-mode){padding-top:56.25%}.video-js.vjs-4-3:not(.vjs-audio-only-mode){padding-top:75%}.video-js.vjs-9-16:not(.vjs-audio-only-mode){padding-top:177.7777777778%}.video-js.vjs-1-1:not(.vjs-audio-only-mode){padding-top:100%}.video-js.vjs-fill:not(.vjs-audio-only-mode){width:100%;height:100%}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%}.video-js.vjs-audio-only-mode .vjs-tech{display:none}body.vjs-full-window{padding:0;margin:0;height:100%}.vjs-full-window .video-js.vjs-fullscreen{position:fixed;overflow:hidden;z-index:1000;left:0;top:0;bottom:0;right:0}.video-js.vjs-fullscreen:not(.vjs-ios-native-fs){width:100%!important;height:100%!important;padding-top:0!important}.video-js.vjs-fullscreen.vjs-user-inactive{cursor:none}.vjs-hidden{display:none!important}.vjs-disabled{opacity:.5;cursor:default}.video-js .vjs-offscreen{height:1px;left:-9999px;position:absolute;top:0;width:1px}.vjs-lock-showing{display:block!important;opacity:1!important;visibility:visible!important}.vjs-no-js{padding:20px;color:#fff;background-color:#000;font-size:18px;font-family:Arial,Helvetica,sans-serif;text-align:center;width:300px;height:150px;margin:0 auto}.vjs-no-js a,.vjs-no-js a:visited{color:#66a8cc}.video-js .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.63332em;width:3em;display:block;position:absolute;top:10px;left:10px;padding:0;cursor:pointer;opacity:1;border:.06666em solid #fff;background-color:#2b333f;background-color:rgba(43,51,63,.7);border-radius:.3em;transition:all .4s}.vjs-big-play-centered .vjs-big-play-button{top:50%;left:50%;margin-top:-.81666em;margin-left:-1.5em}.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#fff;background-color:#73859f;background-color:rgba(115,133,159,.5);transition:all 0s}.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none}.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block}.video-js button{background:0 0;border:none;color:inherit;display:inline-block;font-size:inherit;line-height:inherit;text-transform:none;text-decoration:none;transition:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.vjs-control .vjs-button{width:100%;height:100%}.video-js .vjs-control.vjs-close-button{cursor:pointer;height:3em;position:absolute;right:0;top:.5em;z-index:2}.video-js .vjs-modal-dialog{background:rgba(0,0,0,.8);background:linear-gradient(180deg,rgba(0,0,0,.8),rgba(255,255,255,0));overflow:auto}.video-js .vjs-modal-dialog>*{box-sizing:border-box}.vjs-modal-dialog .vjs-modal-dialog-content{font-size:1.2em;line-height:1.5;padding:20px 24px;z-index:1}.vjs-menu-button{cursor:pointer}.vjs-menu-button.vjs-disabled{cursor:default}.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu{display:none}.vjs-menu .vjs-menu-content{display:block;padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;overflow:auto}.vjs-menu .vjs-menu-content>*{box-sizing:border-box}.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu{display:none}.vjs-menu li{list-style:none;margin:0;padding:.2em 0;line-height:1.4em;font-size:1.2em;text-align:center;text-transform:lowercase}.js-focus-visible .vjs-menu li.vjs-menu-item:hover,.vjs-menu li.vjs-menu-item:focus,.vjs-menu li.vjs-menu-item:hover{background-color:#73859f;background-color:rgba(115,133,159,.5)}.js-focus-visible .vjs-menu li.vjs-selected:hover,.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover{background-color:#fff;color:#2b333f}.js-focus-visible .vjs-menu :not(.vjs-selected):focus:not(.focus-visible),.video-js .vjs-menu :not(.vjs-selected):focus:not(:focus-visible){background:0 0}.vjs-menu li.vjs-menu-title{text-align:center;text-transform:uppercase;font-size:1em;line-height:2em;padding:0;margin:0 0 .3em 0;font-weight:700;cursor:default}.vjs-menu-button-popup .vjs-menu{display:none;position:absolute;bottom:0;width:10em;left:-3em;height:0;margin-bottom:1.5em;border-top-color:rgba(43,51,63,.7)}.vjs-menu-button-popup .vjs-menu .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7);position:absolute;width:100%;bottom:1.5em;max-height:15em}.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:5em}.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:10em}.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:14em}.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content{max-height:25em}.vjs-menu-button-popup .vjs-menu.vjs-lock-showing,.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu{display:block}.video-js .vjs-menu-button-inline{transition:all .4s;overflow:hidden}.video-js .vjs-menu-button-inline:before{width:2.222222222em}.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline:hover,.video-js.vjs-no-flex .vjs-menu-button-inline{width:12em}.vjs-menu-button-inline .vjs-menu{opacity:0;height:100%;width:auto;position:absolute;left:4em;top:0;padding:0;margin:0;transition:all .4s}.vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline:hover .vjs-menu{display:block;opacity:1}.vjs-no-flex .vjs-menu-button-inline .vjs-menu{display:block;opacity:1;position:relative;width:auto}.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu{width:auto}.vjs-menu-button-inline .vjs-menu-content{width:auto;height:100%;margin:0;overflow:hidden}.video-js .vjs-control-bar{display:none;width:100%;position:absolute;bottom:0;left:0;right:0;height:3em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.vjs-audio-only-mode .vjs-control-bar,.vjs-has-started .vjs-control-bar{display:flex;visibility:visible;opacity:1;transition:visibility .1s,opacity .1s}.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{visibility:visible;opacity:0;pointer-events:none;transition:visibility 1s,opacity 1s}.vjs-controls-disabled .vjs-control-bar,.vjs-error .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar{display:none!important}.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar{opacity:1;visibility:visible}.vjs-has-started.vjs-no-flex .vjs-control-bar{display:table}.video-js .vjs-control{position:relative;text-align:center;margin:0;padding:0;height:100%;width:4em;flex:none}.video-js .vjs-control.vjs-visible-text{width:auto;padding-left:1em;padding-right:1em}.vjs-button>.vjs-icon-placeholder:before{font-size:1.8em;line-height:1.67}.vjs-button>.vjs-icon-placeholder{display:block}.video-js .vjs-control:focus,.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before{text-shadow:0 0 1em #fff}.video-js :not(.vjs-visible-text)>.vjs-control-text{border:0;clip:rect(0 0 0 0);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.vjs-no-flex .vjs-control{display:table-cell;vertical-align:middle}.video-js .vjs-custom-control-spacer{display:none}.video-js .vjs-progress-control{cursor:pointer;flex:auto;display:flex;align-items:center;min-width:4em;touch-action:none}.video-js .vjs-progress-control.disabled{cursor:default}.vjs-live .vjs-progress-control{display:none}.vjs-liveui .vjs-progress-control{display:flex;align-items:center}.vjs-no-flex .vjs-progress-control{width:auto}.video-js .vjs-progress-holder{flex:auto;transition:all .2s;height:.3em}.video-js .vjs-progress-control .vjs-progress-holder{margin:0 10px}.video-js .vjs-progress-control:hover .vjs-progress-holder{font-size:1.6666666667em}.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled{font-size:1em}.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-load-progress div,.video-js .vjs-progress-holder .vjs-play-progress{position:absolute;display:block;height:100%;margin:0;padding:0;width:0}.video-js .vjs-play-progress{background-color:#fff}.video-js .vjs-play-progress:before{font-size:.9em;position:absolute;right:-.5em;top:-.3333333333em;z-index:1}.video-js .vjs-load-progress{background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:rgba(115,133,159,.75)}.video-js .vjs-time-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-progress-holder:focus .vjs-time-tooltip{display:none}.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-time-tooltip{display:block;font-size:.6em;visibility:visible}.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip{font-size:1em}.video-js .vjs-progress-control .vjs-mouse-display{display:none;position:absolute;width:1px;height:100%;background-color:#000;z-index:1}.vjs-no-flex .vjs-progress-control .vjs-mouse-display{z-index:0}.video-js .vjs-progress-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-time-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.video-js .vjs-slider{position:relative;cursor:pointer;padding:0;margin:0 .45em 0 .45em;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-slider.disabled{cursor:default}.video-js .vjs-slider:focus{text-shadow:0 0 1em #fff;box-shadow:0 0 1em #fff}.video-js .vjs-mute-control{cursor:pointer;flex:none}.video-js .vjs-volume-control{cursor:pointer;margin-right:1em;display:flex}.video-js .vjs-volume-control.vjs-volume-horizontal{width:5em}.video-js .vjs-volume-panel .vjs-volume-control{visibility:visible;opacity:0;width:1px;height:1px;margin-left:-1px}.video-js .vjs-volume-panel{transition:width 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active,.video-js .vjs-volume-panel .vjs-volume-control:active,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control,.video-js .vjs-volume-panel:active .vjs-volume-control,.video-js .vjs-volume-panel:focus .vjs-volume-control{visibility:visible;opacity:1;position:relative;transition:visibility .1s,opacity .1s,height .1s,width .1s,left 0s,top 0s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;margin-right:0}.video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical,.video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-mute-control~.vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical,.video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical{left:-3.5em;transition:left 0s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active{width:10em;transition:width .1s}.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only{width:4em}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{height:8em;width:3em;left:-3000em;transition:visibility 1s,opacity 1s,height 1s 1s,width 1s 1s,left 1s 1s,top 1s 1s}.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{transition:visibility 1s,opacity 1s,height 1s 1s,width 1s,left 1s 1s,top 1s 1s}.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal{width:5em;height:3em;visibility:visible;opacity:1;position:relative;transition:none}.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical{position:absolute;bottom:3em;left:.5em}.video-js .vjs-volume-panel{display:flex}.video-js .vjs-volume-bar{margin:1.35em .45em}.vjs-volume-bar.vjs-slider-horizontal{width:5em;height:.3em}.vjs-volume-bar.vjs-slider-vertical{width:.3em;height:5em;margin:1.35em auto}.video-js .vjs-volume-level{position:absolute;bottom:0;left:0;background-color:#fff}.video-js .vjs-volume-level:before{position:absolute;font-size:.9em;z-index:1}.vjs-slider-vertical .vjs-volume-level{width:.3em}.vjs-slider-vertical .vjs-volume-level:before{top:-.5em;left:-.3em;z-index:1}.vjs-slider-horizontal .vjs-volume-level{height:.3em}.vjs-slider-horizontal .vjs-volume-level:before{top:-.3em;right:-.5em}.video-js .vjs-volume-panel.vjs-volume-panel-vertical{width:4em}.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level{height:100%}.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level{width:100%}.video-js .vjs-volume-vertical{width:3em;height:8em;bottom:8em;background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-volume-horizontal .vjs-menu{left:-2em}.video-js .vjs-volume-tooltip{background-color:#fff;background-color:rgba(255,255,255,.8);border-radius:.3em;color:#000;float:right;font-family:Arial,Helvetica,sans-serif;font-size:1em;padding:6px 8px 8px 8px;pointer-events:none;position:absolute;top:-3.4em;visibility:hidden;z-index:1}.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-control:hover .vjs-volume-tooltip{display:block;font-size:1em;visibility:visible}.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip,.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip{left:1em;top:-12px}.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip{font-size:1em}.video-js .vjs-volume-control .vjs-mouse-display{display:none;position:absolute;width:100%;height:1px;background-color:#000;z-index:1}.video-js .vjs-volume-horizontal .vjs-mouse-display{width:1px;height:100%}.vjs-no-flex .vjs-volume-control .vjs-mouse-display{z-index:0}.video-js .vjs-volume-control:hover .vjs-mouse-display{display:block}.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display{visibility:hidden;opacity:0;transition:visibility 1s,opacity 1s}.video-js.vjs-user-inactive.vjs-no-flex .vjs-volume-control .vjs-mouse-display{display:none}.vjs-mouse-display .vjs-volume-tooltip{color:#fff;background-color:#000;background-color:rgba(0,0,0,.8)}.vjs-poster{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;background-color:#000;cursor:pointer;margin:0;padding:0;position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.vjs-has-started .vjs-poster,.vjs-using-native-controls .vjs-poster{display:none}.vjs-audio.vjs-has-started .vjs-poster,.vjs-has-started.vjs-audio-poster-mode .vjs-poster{display:block}.video-js .vjs-live-control{display:flex;align-items:flex-start;flex:auto;font-size:1em;line-height:3em}.vjs-no-flex .vjs-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-liveui .vjs-live-control,.video-js:not(.vjs-live) .vjs-live-control{display:none}.video-js .vjs-seek-to-live-control{align-items:center;cursor:pointer;flex:none;display:inline-flex;height:100%;padding-left:.5em;padding-right:.5em;font-size:1em;line-height:3em;width:auto;min-width:4em}.vjs-no-flex .vjs-seek-to-live-control{display:table-cell;width:auto;text-align:left}.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,.video-js:not(.vjs-live) .vjs-seek-to-live-control{display:none}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge{cursor:auto}.vjs-seek-to-live-control .vjs-icon-placeholder{margin-right:.5em;color:#888}.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder{color:red}.video-js .vjs-time-control{flex:none;font-size:1em;line-height:3em;min-width:2em;width:auto;padding-left:1em;padding-right:1em}.vjs-live .vjs-time-control{display:none}.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time{display:none}.video-js .vjs-duration,.vjs-no-flex .vjs-duration{display:none}.vjs-time-divider{display:none;line-height:3em}.vjs-live .vjs-time-divider{display:none}.video-js .vjs-play-control{cursor:pointer}.video-js .vjs-play-control .vjs-icon-placeholder{flex:none}.vjs-text-track-display{position:absolute;bottom:3em;left:0;right:0;top:0;pointer-events:none}.video-js.vjs-controls-disabled .vjs-text-track-display,.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display{bottom:1em}.video-js .vjs-text-track{font-size:1.4em;text-align:center;margin-bottom:.1em}.vjs-subtitles{color:#fff}.vjs-captions{color:#fc6}.vjs-tt-cue{display:block}video::-webkit-media-text-track-display{transform:translateY(-3em)}.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display{transform:translateY(-1.5em)}.video-js .vjs-picture-in-picture-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control{display:none}.video-js .vjs-fullscreen-control{cursor:pointer;flex:none}.video-js.vjs-audio-only-mode .vjs-fullscreen-control{display:none}.vjs-playback-rate .vjs-playback-rate-value,.vjs-playback-rate>.vjs-menu-button{position:absolute;top:0;left:0;width:100%;height:100%}.vjs-playback-rate .vjs-playback-rate-value{pointer-events:none;font-size:1.5em;line-height:2;text-align:center}.vjs-playback-rate .vjs-menu{width:4em;left:0}.vjs-error .vjs-error-display .vjs-modal-dialog-content{font-size:1.4em;text-align:center}.vjs-error .vjs-error-display:before{color:#fff;content:"X";font-family:Arial,Helvetica,sans-serif;font-size:4em;left:0;line-height:1;margin-top:-.5em;position:absolute;text-shadow:.05em .05em .1em #000;text-align:center;top:50%;vertical-align:middle;width:100%}.vjs-loading-spinner{display:none;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;opacity:.85;text-align:left;border:6px solid rgba(43,51,63,.7);box-sizing:border-box;background-clip:padding-box;width:50px;height:50px;border-radius:25px;visibility:hidden}.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner{display:block;-webkit-animation:vjs-spinner-show 0s linear .3s forwards;animation:vjs-spinner-show 0s linear .3s forwards}.vjs-loading-spinner:after,.vjs-loading-spinner:before{content:"";position:absolute;margin:-6px;box-sizing:inherit;width:inherit;height:inherit;border-radius:inherit;opacity:1;border:inherit;border-color:transparent;border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before{-webkit-animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite;animation:vjs-spinner-spin 1.1s cubic-bezier(.6,.2,0,.8) infinite,vjs-spinner-fade 1.1s linear infinite}.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before{border-top-color:#fff}.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after{border-top-color:#fff;-webkit-animation-delay:.44s;animation-delay:.44s}@keyframes vjs-spinner-show{to{visibility:visible}}@-webkit-keyframes vjs-spinner-show{to{visibility:visible}}@keyframes vjs-spinner-spin{100%{transform:rotate(360deg)}}@-webkit-keyframes vjs-spinner-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}@-webkit-keyframes vjs-spinner-fade{0%{border-top-color:#73859f}20%{border-top-color:#73859f}35%{border-top-color:#fff}60%{border-top-color:#73859f}100%{border-top-color:#73859f}}.video-js.vjs-audio-only-mode .vjs-captions-button{display:none}.vjs-chapters-button .vjs-menu ul{width:24em}.video-js.vjs-audio-only-mode .vjs-descriptions-button{display:none}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:"\F10D";font-size:1.5em;line-height:inherit}.video-js.vjs-audio-only-mode .vjs-subs-caps-button{display:none}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder{vertical-align:middle;display:inline-block;margin-bottom:-.1em}.video-js .vjs-audio-button+.vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before{font-family:VideoJS;content:" \F11D";font-size:1.5em;line-height:inherit}.video-js.vjs-layout-small .vjs-current-time,.video-js.vjs-layout-small .vjs-duration,.video-js.vjs-layout-small .vjs-playback-rate,.video-js.vjs-layout-small .vjs-remaining-time,.video-js.vjs-layout-small .vjs-time-divider,.video-js.vjs-layout-small .vjs-volume-control,.video-js.vjs-layout-tiny .vjs-current-time,.video-js.vjs-layout-tiny .vjs-duration,.video-js.vjs-layout-tiny .vjs-playback-rate,.video-js.vjs-layout-tiny .vjs-remaining-time,.video-js.vjs-layout-tiny .vjs-time-divider,.video-js.vjs-layout-tiny .vjs-volume-control,.video-js.vjs-layout-x-small .vjs-current-time,.video-js.vjs-layout-x-small .vjs-duration,.video-js.vjs-layout-x-small .vjs-playback-rate,.video-js.vjs-layout-x-small .vjs-remaining-time,.video-js.vjs-layout-x-small .vjs-time-divider,.video-js.vjs-layout-x-small .vjs-volume-control{display:none}.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,.video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover{width:auto;width:initial}.video-js.vjs-layout-tiny .vjs-progress-control,.video-js.vjs-layout-x-small .vjs-progress-control{display:none}.video-js.vjs-layout-x-small .vjs-custom-control-spacer{flex:auto;display:block}.video-js.vjs-layout-x-small.vjs-no-flex .vjs-custom-control-spacer{width:auto}.vjs-modal-dialog.vjs-text-track-settings{background-color:#2b333f;background-color:rgba(43,51,63,.75);color:#fff;height:70%}.vjs-text-track-settings .vjs-modal-dialog-content{display:table}.vjs-text-track-settings .vjs-track-settings-colors,.vjs-text-track-settings .vjs-track-settings-controls,.vjs-text-track-settings .vjs-track-settings-font{display:table-cell}.vjs-text-track-settings .vjs-track-settings-controls{text-align:right;vertical-align:bottom}@supports (display:grid){.vjs-text-track-settings .vjs-modal-dialog-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;padding:20px 24px 0 24px}.vjs-track-settings-controls .vjs-default-button{margin-bottom:20px}.vjs-text-track-settings .vjs-track-settings-controls{grid-column:1/-1}.vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content,.vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content{grid-template-columns:1fr}}.vjs-track-setting>select{margin-right:1em;margin-bottom:.5em}.vjs-text-track-settings fieldset{margin:5px;padding:3px;border:none}.vjs-text-track-settings fieldset span{display:inline-block}.vjs-text-track-settings fieldset span>select{max-width:7.3em}.vjs-text-track-settings legend{color:#fff;margin:0 0 5px 0}.vjs-text-track-settings .vjs-label{position:absolute;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);display:block;margin:0 0 5px 0;padding:0;border:0;height:1px;width:1px;overflow:hidden}.vjs-track-settings-controls button:active,.vjs-track-settings-controls button:focus{outline-style:solid;outline-width:medium;background-image:linear-gradient(0deg,#fff 88%,#73859f 100%)}.vjs-track-settings-controls button:hover{color:rgba(43,51,63,.75)}.vjs-track-settings-controls button{background-color:#fff;background-image:linear-gradient(-180deg,#fff 88%,#73859f 100%);color:#2b333f;cursor:pointer;border-radius:2px}.vjs-track-settings-controls .vjs-default-button{margin-right:1em}@media print{.video-js>:not(.vjs-tech):not(.vjs-poster){visibility:hidden}}.vjs-resize-manager{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:-1000}.js-focus-visible .video-js :focus:not(.focus-visible){outline:0}.video-js :focus:not(:focus-visible){outline:0}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 4rem; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: initial; }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Sofia W03 Light";
  src: url("../fonts/6080393/6cf9e162-a25d-4862-a649-bf694ff244e4.woff2") format("woff2"), url("../fonts/6080393/07edb5cf-673e-4c5e-b38b-2755bb98d35f.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Light italic";
  src: url("../fonts/6080395/ca376d4c-0e8d-4f10-9846-61ac8f7725a8.woff2") format("woff2"), url("../fonts/6080395/0c24b72a-3b31-43bc-85b9-6c8bd104f327.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Regular";
  src: url("../fonts/6080399/43209b14-baa9-4b9d-9faa-d255460660a2.woff2") format("woff2"), url("../fonts/6080399/7f9c9ec8-478a-4121-ac7f-b2b22ef43ce2.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Medium";
  src: url("../fonts/6080409/6acb4a83-7a78-454d-acf5-8ec429edf3f0.woff2") format("woff2"), url("../fonts/6080409/aa86fb9d-305e-441e-8b8d-63a8a7e0f917.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Medium italic";
  src: url("../fonts/6080411/fe7f25bd-f45b-4761-adef-5c5927d7352c.woff2") format("woff2"), url("../fonts/6080411/dc1b52dd-34c1-45a0-a4a6-109ca588859b.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Semi Bold";
  src: url("../fonts/6080414/e39d39bf-afd8-44df-9655-05a3046b81b2.woff2") format("woff2"), url("../fonts/6080414/600e681c-410f-4099-8607-5b6898e73c79.woff") format("woff"); }

@font-face {
  font-family: "Sofia W03 Bold";
  src: url("../fonts/6080419/1964f30d-57e2-4ea4-89a2-76423213412f.woff2") format("woff2"), url("../fonts/6080419/0e0f19d3-e7ea-4abc-ade1-d28edf7c71cc.woff") format("woff"); }

* {
  outline: none; }

.no-js .animated {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important; }

html {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scrollbar-color: #579c99 #61636F;
  scrollbar-width: thin;
  scrollbar-base-color: #579c99;
  scrollbar-track-color: #61636F;
  height: 100vh; }
  html.popup-open {
    overflow: hidden; }

section {
  outline: none;
  overflow: hidden; }

.no-padding-bottom {
  margin-bottom: 0; }

@media (max-width: 42.65667em) {
  .desktop {
    display: none; } }

.fancybox-container {
  z-index: 999999 !important; }

.mobile {
  display: none; }
  @media (max-width: 42.65667em) {
    .mobile {
      display: block; } }

.parrallax-background {
  min-width: 100%;
  min-height: 100%; }

.background-image-fixed {
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%; }

.double-image-bottom {
  padding-bottom: 610px; }
  @media (max-width: 42.65667em) {
    .double-image-bottom {
      padding-bottom: 0;
      margin-bottom: -400px !important; } }

body {
  font-family: "Sofia W03 Medium";
  font-weight: 100;
  color: #000;
  font-size: 1.8em;
  line-height: 1.6;
  min-height: 100vh; }
  @media (max-width: 42.65667em) {
    body {
      font-size: 1.6rem; } }

.container {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 3rem; }
  @media (min-width: 111.11111em) {
    .container {
      max-width: 200rem; } }
  @media (min-width: 71.11111em) and (max-width: 80.05556em) {
    .container {
      padding: 0 10rem; } }
  @media (max-width: 71.10111em) {
    .container {
      padding: 0 2rem; } }
  @media (max-width: 42.65667em) {
    .container.full-size {
      padding: 0; } }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%;
  display: block; }

a {
  text-decoration: none; }

/* width */
::-webkit-scrollbar {
  width: 0.5rem; }

/* Track */
::-webkit-scrollbar-track {
  background: #61636F; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #579c99; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #579c99; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-family: "Sofia W03 Medium";
  line-height: 1.3;
  margin: 1rem 0; }
  h1.white,
  h2.white,
  h3.white,
  h4.white,
  h5.white,
  h6.white,
  .h1.white,
  .h2.white,
  .h3.white,
  .h4.white,
  .h5.white,
  .h6.white,
  p.white {
    color: #fff; }
  h1.blue,
  h2.blue,
  h3.blue,
  h4.blue,
  h5.blue,
  h6.blue,
  .h1.blue,
  .h2.blue,
  .h3.blue,
  .h4.blue,
  .h5.blue,
  .h6.blue,
  p.blue {
    color: #64B5B3; }
  h1.sea-green,
  h2.sea-green,
  h3.sea-green,
  h4.sea-green,
  h5.sea-green,
  h6.sea-green,
  .h1.sea-green,
  .h2.sea-green,
  .h3.sea-green,
  .h4.sea-green,
  .h5.sea-green,
  .h6.sea-green,
  p.sea-green {
    color: #579c99; }
  h1.green,
  h2.green,
  h3.green,
  h4.green,
  h5.green,
  h6.green,
  .h1.green,
  .h2.green,
  .h3.green,
  .h4.green,
  .h5.green,
  .h6.green,
  p.green {
    color: #80b355; }
  h1.yellow,
  h2.yellow,
  h3.yellow,
  h4.yellow,
  h5.yellow,
  h6.yellow,
  .h1.yellow,
  .h2.yellow,
  .h3.yellow,
  .h4.yellow,
  .h5.yellow,
  .h6.yellow,
  p.yellow {
    color: #F4C676; }

h1,
.h1 {
  font-size: 8rem; }
  @media (max-width: 42.65667em) {
    h1,
    .h1 {
      font-size: 4rem; } }

h2,
.h2 {
  font-family: "Sofia W03 Semi Bold";
  line-height: 50px;
  font-size: 42px;
  font-weight: 500;
  color: #222433; }
  @media (max-width: 42.65667em) {
    h2,
    .h2 {
      font-size: 26px;
      line-height: 32px; } }

h3,
.h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  color: #222433; }
  @media (max-width: 71.10111em) {
    h3,
    .h3 {
      line-height: 1.2; } }
  @media (max-width: 42.65667em) {
    h3,
    .h3 {
      font-size: 26px;
      line-height: 32px; } }

h4,
.h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #222433; }
  @media (max-width: 42.65667em) {
    h4,
    .h4 {
      font-size: 20px;
      line-height: 26px; } }

h5,
.h5 {
  font-family: "Sofia W03 Bold";
  color: #64B5B3;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 2.46px; }
  @media (max-width: 42.65667em) {
    h5,
    .h5 {
      font-size: 11px;
      letter-spacing: 2.08px; } }

h6,
.h6 {
  font-size: 22px;
  line-height: 29px; }
  @media (max-width: 42.65667em) {
    h6,
    .h6 {
      font-size: 16px;
      line-height: 22px; } }

del {
  position: relative;
  text-decoration: none; }
  del::before {
    content: "";
    position: absolute;
    border-bottom: 5px solid;
    left: 0.5rem;
    width: 100%;
    bottom: 0.5rem; }

p {
  font-family: "Sofia W03 Medium";
  font-size: 18px;
  line-height: 29px; }
  @media (max-width: 42.65667em) {
    p {
      font-size: 15px;
      line-height: 23px; } }

body {
  overflow-x: hidden; }

.wpcf7 .ajax-loader {
  display: none; }

.dg input {
  height: unset !important; }

#cookie-law-info-bar {
  width: 700px !important;
  padding: 45px 35px !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important; }
  @media screen and (max-width: 768px) {
    #cookie-law-info-bar {
      width: auto !important;
      max-width: 100% !important;
      top: 50% !important;
      -webkit-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important;
      left: 0 !important;
      right: 0 !important;
      margin: 0 30px !important; } }
  #cookie-law-info-bar a {
    margin: 0 10px !important; }
  #cookie-law-info-bar span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
  #cookie-law-info-bar .cli_settings_button {
    display: inline-block !important; }

.btn,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  position: relative;
  border-radius: 36px;
  color: #222433;
  font-family: "Sofia W03 Bold";
  text-transform: uppercase;
  font-size: 12px;
  border: 0;
  letter-spacing: 2.27px;
  max-height: 53px;
  max-width: 197px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transition: -moz-transform .3s ease-out;
  -moz-transition: -webkit-transform .3s ease-out; }
  .btn:hover,
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='submit']:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transition: -moz-transform .3s ease-out;
    -moz-transition: -webkit-transform .3s ease-out; }
  .btn .arrow,
  button .arrow,
  input[type='button'] .arrow,
  input[type='reset'] .arrow,
  input[type='submit'] .arrow {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
    right: 15px;
    left: unset !important;
    width: 18px !important;
    height: 17px !important;
    min-width: unset;
    min-height: unset; }
  .btn.btn-blue,
  button.btn-blue,
  input[type='button'].btn-blue,
  input[type='reset'].btn-blue,
  input[type='submit'].btn-blue {
    background-color: #64B5B3;
    color: #fff; }
  .btn.btn-transparent,
  button.btn-transparent,
  input[type='button'].btn-transparent,
  input[type='reset'].btn-transparent,
  input[type='submit'].btn-transparent {
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px 28px 4px;
    -webkit-transition: background-color color .8s ease;
    transition: background-color color .8s ease; }
    .btn.btn-transparent:hover,
    button.btn-transparent:hover,
    input[type='button'].btn-transparent:hover,
    input[type='reset'].btn-transparent:hover,
    input[type='submit'].btn-transparent:hover {
      background-color: #222433 !important;
      border-color: #222433;
      color: #fff !important; }
  .btn.btn-green,
  button.btn-green,
  input[type='button'].btn-green,
  input[type='reset'].btn-green,
  input[type='submit'].btn-green {
    color: #80b355; }
  .btn.btn-yellow,
  button.btn-yellow,
  input[type='button'].btn-yellow,
  input[type='reset'].btn-yellow,
  input[type='submit'].btn-yellow {
    background-color: #F4C676;
    color: #222433; }
    @media (max-width: 42.65667em) {
      .btn.btn-yellow,
      button.btn-yellow,
      input[type='button'].btn-yellow,
      input[type='reset'].btn-yellow,
      input[type='submit'].btn-yellow {
        font-size: 10px; } }
    .btn.btn-yellow:hover,
    button.btn-yellow:hover,
    input[type='button'].btn-yellow:hover,
    input[type='reset'].btn-yellow:hover,
    input[type='submit'].btn-yellow:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
      .btn.btn-yellow:hover img,
      button.btn-yellow:hover img,
      input[type='button'].btn-yellow:hover img,
      input[type='reset'].btn-yellow:hover img,
      input[type='submit'].btn-yellow:hover img {
        right: 11px; }
  .btn.btn-white,
  button.btn-white,
  input[type='button'].btn-white,
  input[type='reset'].btn-white,
  input[type='submit'].btn-white {
    background-color: #fff; }
    .btn.btn-white:hover,
    button.btn-white:hover,
    input[type='button'].btn-white:hover,
    input[type='reset'].btn-white:hover,
    input[type='submit'].btn-white:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02); }
      .btn.btn-white:hover img,
      button.btn-white:hover img,
      input[type='button'].btn-white:hover img,
      input[type='reset'].btn-white:hover img,
      input[type='submit'].btn-white:hover img {
        right: 11px; }
  .btn.btn-big,
  button.btn-big,
  input[type='button'].btn-big,
  input[type='reset'].btn-big,
  input[type='submit'].btn-big {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1.5rem 4rem; }
    @media (max-width: 71.10111em) {
      .btn.btn-big,
      button.btn-big,
      input[type='button'].btn-big,
      input[type='reset'].btn-big,
      input[type='submit'].btn-big {
        font-size: 2rem; } }
    @media (max-width: 42.65667em) {
      .btn.btn-big,
      button.btn-big,
      input[type='button'].btn-big,
      input[type='reset'].btn-big,
      input[type='submit'].btn-big {
        font-size: 1.7rem;
        padding: 1.5rem 2rem; } }

i {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  i.icon-facebook {
    background-image: url("../images/icons/icon-facebook.png");
    width: 4.3rem;
    height: 4.3rem; }
  i.icon-instagram {
    background-image: url("../images/icons/icon-instagram.png");
    width: 4.3rem;
    height: 4.3rem; }
  i.icon-pin {
    background-image: url("../images/icons/icon-pin.png");
    width: 4.3rem;
    height: 4.3rem; }
  i.icon-twitter {
    background-image: url("../images/icons/icon-twitter.svg");
    width: 4.3rem;
    height: 4.3rem; }
  i.icon-file {
    background-image: url("../images/icons/icon-file.svg");
    width: 1.8rem;
    height: 4rem; }
  i.icon-uk {
    background-image: url("../images/icons/icon-uk.svg");
    width: 6rem;
    height: 6rem; }
  i.icon-v {
    background-image: url("../images/icons/icon-v.svg");
    width: 6rem;
    height: 6rem; }
  i.icon-check {
    background-image: url("../images/icons/icon-check.svg");
    width: 5.5rem;
    height: 7rem; }
    @media (max-width: 71.10111em) {
      i.icon-check {
        width: 3.5rem;
        height: 4rem; } }
  i.icon-check-yellow {
    background-image: url("../images/banner/icon-check-yellow.svg");
    width: 3.2rem;
    height: 3.8rem; }
    @media (max-width: 42.65667em) {
      i.icon-check-yellow {
        width: 2.2rem;
        height: 2.8rem; } }
  i.icon-close {
    background-image: url("../images/icons/icon-close.svg");
    width: 2.3rem;
    height: 2.3rem; }
  i.icon-arrow-prev {
    background-image: url("../images/icons/icon-arrow-white.svg");
    width: 3.7rem;
    height: 3.4rem;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    i.icon-arrow-prev:hover {
      -webkit-transform: translateX(-1rem);
              transform: translateX(-1rem); }
    @media (max-width: 42.65667em) {
      i.icon-arrow-prev {
        width: 2.7rem;
        height: 2.4rem; } }
  i.icon-arrow-next {
    background-image: url("../images/icons/icon-arrow-white.svg");
    width: 3.7rem;
    height: 3.4rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer; }
    i.icon-arrow-next:hover {
      -webkit-transform: translateX(1rem) rotate(180deg);
              transform: translateX(1rem) rotate(180deg); }
    @media (max-width: 42.65667em) {
      i.icon-arrow-next {
        width: 2.7rem;
        height: 2.4rem; } }
  i.icon-arrow-down {
    background-image: url("../images/icons/icon-arrow-blue.svg");
    width: 1.2rem;
    height: 1.2rem; }
  i.icon-facebook-white {
    background-image: url("../images/icons/icon-facebook-white.svg");
    width: 2.6rem;
    height: 2.6rem; }
  i.icon-instagram-white {
    background-image: url("../images/icons/icon-ig-white.svg");
    width: 2.6rem;
    height: 2.6rem; }
  i.icon-pin-white {
    background-image: url("../images/icons/icon-pin-white.svg");
    width: 2.6rem;
    height: 2.6rem; }

.row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .row.child-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .row .col-3 {
    width: 33.33%; }
    @media (max-width: 42.65667em) {
      .row .col-3 {
        width: 100%; } }

.box-tofoo--img {
  margin-bottom: 1.5rem;
  display: inline-block; }
  .box-tofoo--img img {
    margin: 0 auto;
    -webkit-filter: drop-shadow(-50px 26px 18px rgba(0, 0, 0, 0.26));
    filter: drop-shadow(-50px 26px 18px rgba(0, 0, 0, 0.26)); }
    @media (max-width: 42.65667em) {
      .box-tofoo--img img {
        -webkit-filter: drop-shadow(-15px 20px 12px rgba(0, 0, 0, 0.26));
        filter: drop-shadow(-15px 20px 12px rgba(0, 0, 0, 0.26)); } }

.box-tofoo--name {
  text-align: center;
  font-family: proxima-nova, sans-serif;
  font-size: 2.7rem; }
  @media (max-width: 71.10111em) {
    .box-tofoo--name {
      font-size: 2.1rem; } }
  @media (max-width: 42.65667em) {
    .box-tofoo--name {
      font-size: 1.7rem; } }

.box-color--blue {
  background-image: url("../images/background/background-blue.jpg"); }

.box-color--yellow {
  background-image: url("../images/background/background-yellow-dark.jpg"); }

.box-color--red {
  background-image: url("../images/background/background-red.jpg"); }

.box-color--red-orange {
  background-image: url("../images/background/background-red-orange.jpg"); }

.box-color--green {
  background-image: url("../images/background/background-green.jpg"); }

.box-color--dark-green {
  background-image: url("../images/background/background-dark-green.jpg"); }

.box-color--gray {
  background-image: url("../images/background/background-gray.jpg"); }

.box-color--brown {
  background-image: url("../images/background/background-brown.jpg"); }

.box-color--brown-light {
  background-image: url("../images/background/background-brown-light.jpg"); }

.box--img-style {
  -webkit-clip-path: polygon(3% 0, 96% 2%, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 96% 2%, 100% 100%, 0 100%);
  position: relative;
  display: block; }
  @media (max-width: 42.65667em) {
    .box--img-style {
      -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
              clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%); } }
  .box--img-style::before {
    content: "";
    padding-top: 100%;
    display: block; }
  .box--img-style img {
    position: absolute; }

.row--list {
  margin: 0 -3.5rem; }
  .row--list .col {
    padding: 0 3.5rem;
    margin: 3rem 0; }
    @media (max-width: 42.65667em) {
      .row--list .col {
        margin: 1.5rem 0; } }
    .row--list .col:nth-of-type(2n) .box--img-style {
      -webkit-clip-path: polygon(3% 3%, 100% 0, 99% 100%, 0 99%);
              clip-path: polygon(3% 3%, 100% 0, 99% 100%, 0 99%); }
      @media (max-width: 42.65667em) {
        .row--list .col:nth-of-type(2n) .box--img-style {
          -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
                  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); } }
    .row--list .col:nth-of-type(3n) .box--img-style {
      -webkit-clip-path: polygon(0 0, 96% 3%, 100% 100%, 3% 98%);
              clip-path: polygon(0 0, 96% 3%, 100% 100%, 3% 98%); }
      @media (max-width: 42.65667em) {
        .row--list .col:nth-of-type(3n) .box--img-style {
          -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
                  clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%); } }

.box-food img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.box-food--name {
  position: absolute;
  bottom: 2.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media (min-width: 71.11111em) {
    .box-food--name {
      opacity: 0;
      bottom: 0;
      visibility: hidden; } }
  .box-food--name span {
    -webkit-clip-path: polygon(0 0, 100% 2%, 96% 98%, 2% 100%);
            clip-path: polygon(0 0, 100% 2%, 96% 98%, 2% 100%);
    background-color: #fff;
    color: #64B5B3;
    padding: 1rem 4rem;
    display: inline-block; }
    @media (max-width: 56.87889em) {
      .box-food--name span {
        padding: 1rem; } }
    @media (max-width: 42.65667em) {
      .box-food--name span {
        font-size: 2rem; } }

.box-food--name-out {
  font-family: proxima-nova, sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #64B5B3;
  margin: 1.7rem 0 4.3rem; }

@media (min-width: 71.11111em) {
  .box-food:hover .box-food--name {
    bottom: 2.3rem;
    opacity: 1;
    visibility: visible; }
    .box-food:hover .box-food--name.center {
      bottom: auto; } }

.box-product--img {
  -webkit-clip-path: polygon(3% 0, 96% 2%, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 96% 2%, 100% 100%, 0 100%); }
  .box-product--img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    right: 4%;
    z-index: 0;
    mix-blend-mode: multiply; }
  @media (max-width: 42.65667em) {
    .box-product--img {
      -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
              clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%); } }
  .box-product--img > img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
    z-index: 1; }

.box-product--name {
  font-family: proxima-nova, sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #64B5B3;
  margin-top: 2rem; }
  @media (max-width: 71.10111em) {
    .box-product--name {
      font-size: 2.4rem; } }
  @media (max-width: 42.65667em) {
    .box-product--name {
      font-size: 1.8rem;
      padding: 0 2rem; } }

.about-list {
  margin: 0 -2rem; }
  .about-list > div {
    padding: 0 2rem; }
  @media (max-width: 56.87889em) {
    .about-list .col-3 {
      width: 50%; } }
  @media (max-width: 42.65667em) {
    .about-list .col-3 {
      width: 100%; } }

.box-about {
  margin-bottom: 6rem; }
  .box-about--img {
    background-color: #F1F1F1;
    position: relative;
    padding-top: 105%;
    margin-bottom: 2rem; }
    .box-about--img > img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      width: 65%;
      position: absolute; }
  .box-about--detail {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    font-family: "Sofia W03 Medium";
    font-size: 1.8rem; }
    @media (max-width: 42.65667em) {
      .box-about--detail {
        padding: 0 2rem; } }
    .box-about--detail ul li {
      position: relative;
      padding-left: 3rem;
      margin-bottom: 2.5rem; }
      .box-about--detail ul li::before {
        content: "";
        background-color: #64B5B3;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 100%;
        position: absolute;
        top: 1.5rem;
        left: 0; }
  .box-about--number {
    color: #64B5B3;
    font-size: 4rem;
    font-family: "Sofia W03 Medium"; }
  .box-about--title {
    font-family: "Sofia W03 Medium";
    color: #64B5B3;
    font-size: 2.4rem;
    margin-bottom: 1.7rem; }
  .box-about--text {
    padding-left: 2rem; }
  @media (min-width: 56.88889em) {
    .box-about:nth-of-type(3n - 1) .box-about--img {
      -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 1% 98%);
              clip-path: polygon(0 0, 100% 3%, 100% 100%, 1% 98%); }
    .box-about:nth-of-type(3n) .box-about--img {
      -webkit-clip-path: polygon(0 3%, 100% 0, 99% 100%, 3% 98%);
              clip-path: polygon(0 3%, 100% 0, 99% 100%, 3% 98%); } }
  @media (max-width: 56.87889em) {
    .box-about:nth-of-type(1n) .box-about--img {
      -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
              clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%); }
    .box-about:nth-of-type(2n) .box-about--img {
      -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
              clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%); }
    .box-about:nth-of-type(3n) .box-about--img {
      -webkit-clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
              clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%); }
    .box-about:nth-of-type(4n) .box-about--img {
      -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%);
              clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 98%); } }
  .box-about.about-sustainability .box-about--number {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem; }
  .box-about.about-sustainability .box-about--detail {
    display: block; }

.box-accordion {
  cursor: pointer;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (min-width: 71.11111em) {
    .box-accordion:hover {
      opacity: 0.8; } }
  .box-accordion--title {
    font-size: 2.4rem;
    position: relative; }
    @media (max-width: 42.65667em) {
      .box-accordion--title {
        font-size: 2rem; } }
    .box-accordion--title::before {
      content: "";
      background-image: url("../images/icons/icon-arrow-right-b.svg");
      width: 1.5rem;
      height: 1.4rem;
      position: absolute;
      top: 1rem;
      left: -4rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      @media (max-width: 42.65667em) {
        .box-accordion--title::before {
          top: 1rem; } }
    .box-accordion--title.active::before {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .box-accordion--content {
    font-family: "Sofia W03 Medium";
    font-size: 1.8rem;
    padding: 1rem 0;
    display: none; }
    @media (max-width: 42.65667em) {
      .box-accordion--content {
        font-size: 1.4rem; } }

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  main .contact-us--last + .single-footer {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  main .contact-us--last + .latest-carousel {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  main .contact-us--last {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }

.single main .latest-carousel {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.single main .contact-us--last {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.block {
  background-size: cover; }
  .block--dark-green {
    background-image: url("../images/background/background-dark-green.jpg");
    color: #fff; }
  .block--green {
    background-image: url("../images/background/background-green.jpg");
    color: #fff; }
  .block--green-light {
    background-image: url("../images/background/background-green-light.jpg"); }
  .block--red {
    background-image: url("../images/background/background-red.jpg");
    color: #fff; }
  .block--yellow {
    background-image: url("../images/background/background-yellow.jpg");
    color: #fff; }
  .block--blue {
    background-image: url("../images/background/background-blue.jpg");
    color: #fff; }
  .block--gray {
    background-image: url("../images/background/background-gray.jpg");
    color: #fff; }
  .block--title {
    color: #61636F; }
    .block--title__content {
      max-width: calc((100% / 12) * 11);
      margin: 0 auto;
      padding: 0 18rem; }
      @media (max-width: 71.10111em) {
        .block--title__content {
          padding: 0; } }
      @media (max-width: 42.65667em) {
        .block--title__content {
          max-width: 100%; } }
      .block--title__content h2,
      .block--title__content h3,
      .block--title__content h4,
      .block--title__content h5,
      .block--title__content h6 {
        color: #64B5B3; }
      .block--title__content p {
        color: #61636F; }
      .block--title__content.text-white {
        color: #fff; }
        .block--title__content.text-white h2,
        .block--title__content.text-white h3,
        .block--title__content.text-white h4,
        .block--title__content.text-white h5,
        .block--title__content.text-white h6,
        .block--title__content.text-white p {
          color: #fff; }

.block--bg-fruits {
  position: relative;
  padding: 5rem 0;
  margin-bottom: 6rem;
  min-height: 25.5rem;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-clip-path: polygon(2% 0, 97% 0, 100% 100%, 0 97%);
          clip-path: polygon(2% 0, 97% 0, 100% 100%, 0 97%); }
  @media (max-width: 71.10111em) {
    .block--bg-fruits {
      min-height: 30rem; } }
  @media (max-width: 42.65667em) {
    .block--bg-fruits {
      -webkit-clip-path: none !important;
              clip-path: none !important;
      padding: 5rem 2rem; } }
  .block--bg-fruits--inner {
    max-width: 60rem; }
  .block--bg-fruits .bg-img {
    position: absolute;
    top: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    z-index: -1; }

.block--detail-page {
  margin-bottom: 5rem; }

.block-border-t {
  position: relative;
  padding-top: 6rem; }
  @media (max-width: 42.65667em) {
    .block-border-t {
      padding: 3rem 0; } }
  .block-border-t:before {
    content: "";
    background-image: url("../images/line-blue.png");
    width: 100%;
    height: 0.6rem;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.block-recipes {
  overflow: hidden; }
  .block-recipes .row--list {
    margin-top: 6rem; }
    @media (max-width: 42.65667em) {
      .block-recipes .row--list {
        margin-top: 3rem; } }
  .block-recipes .group-btn {
    margin-top: 4rem;
    margin-bottom: 6.5rem;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 42.65667em) {
      .block-recipes .group-btn {
        display: block;
        margin-bottom: 4rem; } }
    .block-recipes .group-btn__col {
      width: calc(100% / 3); }
      @media (max-width: 42.65667em) {
        .block-recipes .group-btn__col {
          width: 100%; } }
    .block-recipes .group-btn .btn {
      margin: 0 4rem; }
    .block-recipes .group-btn .group-fruit > img {
      width: 70%; }
    @media (max-width: 42.65667em) {
      .block-recipes .group-btn .group-fruit > img {
        margin: 2.4rem auto; } }
    .block-recipes .group-btn .group-fruit.left > img {
      margin-left: auto; }

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

.wp-block-media-text {
  margin-bottom: 6rem; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 6rem !important; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content {
  padding-right: 0; }

.swiper-container .swiper-wrapper {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .swiper-container .swiper-wrapper--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 42.65667em) {
      .swiper-container .swiper-wrapper--center {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .swiper-container .swiper-wrapper a {
    display: block;
    width: 80%;
    margin: 0 auto; }

.swiper-container .arrow-slider {
  width: 3.4rem;
  height: 3.7rem;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer; }
  @media (max-width: 56.87889em) {
    .swiper-container .arrow-slider {
      width: 2.4rem;
      height: 2.7rem; } }
  .swiper-container .arrow-slider.prev {
    background-image: url("../images/icons/icon-arrow-white-L.svg");
    left: 0; }
  .swiper-container .arrow-slider.next {
    background-image: url("../images/icons/icon-arrow-white-R.svg");
    right: 0; }

.swiper-container .swiper-button-disabled {
  display: none; }

form .group {
  margin-bottom: 14px; }
  form .group.submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

form .full-width {
  width: 100%; }

.wpcf7-form p {
  font-size: 16px;
  line-height: 21px; }

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
.input-file,
textarea,
select {
  background-color: transparent;
  border: 0.1rem solid #fff;
  width: 100%;
  color: #fff;
  height: 4.2rem;
  font-family: "Sofia W03 Medium";
  font-size: 1.5rem;
  padding: 1rem 2rem; }
  @media (max-width: 71.10111em) {
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    .input-file,
    textarea,
    select {
      font-size: 2.4rem; } }
  @media (max-width: 42.65667em) {
    input[type='email'],
    input[type='number'],
    input[type='password'],
    input[type='search'],
    input[type='tel'],
    input[type='text'],
    input[type='url'],
    .input-file,
    textarea,
    select {
      font-size: 1.8rem; } }

textarea {
  min-height: 20rem;
  resize: none; }

::-webkit-input-placeholder {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.9; }

::-moz-placeholder {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.9; }

:-ms-input-placeholder {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0.9; }

:-moz-placeholder {
  color: #61636F;
  font-size: 1.6rem;
  opacity: 0.8; }

.group-file {
  position: relative; }
  .group-file > input {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 5.5rem; }
  .group-file .input-file {
    position: relative; }
    .group-file .input-file > i {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 2rem; }

.group-input {
  font-family: "Sofia W03 Medium";
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin-bottom: 3.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .group-input .box-label {
    width: 25%;
    padding-right: 9rem; }
    @media (max-width: 42.65667em) {
      .group-input .box-label {
        width: 100%;
        margin-bottom: 1rem; } }
  .group-input .wpcf7-form-control-wrap,
  .group-input .group-file {
    width: 75%; }
    @media (max-width: 42.65667em) {
      .group-input .wpcf7-form-control-wrap,
      .group-input .group-file {
        width: 100%; } }
    .group-input .wpcf7-form-control-wrap input,
    .group-input .group-file input {
      width: 100%; }
    .group-input .wpcf7-form-control-wrap.your-file,
    .group-input .group-file.your-file {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .group-input .wpcf7-form-control-wrap.your-file input,
      .group-input .group-file.your-file input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0; }

.oval {
  position: relative;
  width: 50rem;
  padding: 4rem 8rem 2rem;
  color: #fff;
  margin: 8rem 0;
  z-index: 1; }
  @media (max-width: 88.87889em) {
    .oval {
      padding: 2rem 6rem 1rem; } }
  @media (max-width: 71.10111em) {
    .oval {
      width: 56rem;
      padding: 2rem 4rem 1rem; } }
  @media (max-width: 42.65667em) {
    .oval {
      width: 120%;
      left: -10%;
      padding: 2rem 4rem 3rem;
      margin-top: 10rem;
      margin-bottom: 0;
      top: 12rem; } }
  @media (max-width: 42.65667em) and (orientation: landscape) {
    .oval {
      width: 80%;
      left: 10%; } }
  @media (max-width: 17.77778em) {
    .oval {
      width: 130%;
      left: -15%; } }
  @media (min-width: 111.11111em) {
    .oval {
      width: 70rem; }
      .oval h2 {
        font-size: 7rem; }
      .oval h5 {
        font-size: 4rem; }
      .oval h6 {
        font-size: 3rem; } }
  .oval__content {
    position: relative;
    z-index: 1;
    text-align: center; }
    @media (max-width: 42.65667em) {
      .oval__content {
        width: 90%;
        margin: 0 auto; } }
    .oval__content del {
      color: #F4C676; }
  .oval__btn {
    padding-top: 3rem; }
    @media (max-width: 42.65667em) {
      .oval__btn {
        padding-top: 1rem;
        padding-left: 5rem; } }
    @media (min-width: 111.11111em) {
      .oval__btn {
        padding-left: 5rem; } }
  .oval::before, .oval::after {
    content: "";
    position: absolute;
    background: #80b355;
    border-radius: 50%;
    z-index: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .oval::before {
    left: -50px;
    width: 75%;
    height: calc(100% + 6rem);
    min-height: 47rem; }
    @media (max-width: 42.65667em) {
      .oval::before {
        min-height: auto; } }
    @media (min-width: 111.11111em) {
      .oval::before {
        left: -100px;
        width: 80%;
        height: calc(100% + 30rem); } }
  .oval::after {
    right: 0;
    width: 70%;
    height: 100%;
    min-height: 36rem;
    height: calc(100% - 1rem); }
    @media (max-width: 42.65667em) {
      .oval::after {
        min-height: auto; } }
    @media (min-width: 111.11111em) {
      .oval::after {
        right: -50px;
        height: calc(100% + 20rem); } }

.fruit-item {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .fruit-item:nth-of-type(1) {
    left: 0;
    right: auto; }
  @media (max-width: 42.65667em) {
    .fruit-item {
      display: none; }
      .fruit-item:nth-of-type(1) {
        right: auto;
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex; } }

.sticky.stick-item {
  position: fixed; }

.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none; }
  @media (max-width: 42.65667em) {
    .cursor {
      display: none; } }

.cursor--small {
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 999999999;
  opacity: 1;
  background: #fff; }
  @media (max-width: 42.65667em) {
    .cursor--small {
      display: none; } }
  .cursor--small.active {
    width: 20px;
    height: 20px;
    top: -10px;
    left: -10px;
    background: #64B5B3; }

.cursor--canvas {
  width: 100vw;
  height: 100vh;
  z-index: 12000; }
  @media (max-width: 42.65667em) {
    .cursor--canvas {
      display: none; } }

.page .page a {
  cursor: none; }
  @media (max-width: 42.65667em) {
    .page .page a {
      display: none; } }

.aspect-ratio {
  position: relative;
  padding-top: 60%;
  height: 0;
  overflow: hidden;
  display: block; }
  .aspect-ratio__img, .aspect-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    max-width: unset;
    max-height: unset; }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999999;
  padding: 2.4rem 0;
  font-size: 1.8rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  @media (max-width: 42.65667em) {
    header {
      padding-top: 0;
      width: 100vw;
      height: 60px; } }
  header.overlay {
    background: rgba(0, 0, 0, 0.2); }
    @media (max-width: 42.65667em) {
      header.overlay {
        background: transparent; } }
  header .inner {
    padding: 0 1.5rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 42.65667em) {
      header .inner {
        padding-right: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-left: 0;
        height: 60px; } }
    header .inner .row {
      width: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  header .logo {
    display: inline;
    padding: 0;
    margin: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: 3%;
    z-index: 99999; }
    @media (max-width: 42.65667em) {
      header .logo {
        margin-left: 19px; } }
  header nav {
    width: 50vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 42.65667em) {
      header nav {
        width: 100%; } }
    header nav .lang {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: -10px;
      margin-bottom: 15.5px; }
      @media (max-width: 42.65667em) {
        header nav .lang {
          display: none;
          position: fixed;
          top: 25.5px;
          left: 23.5px; } }
      header nav .lang a {
        color: #fff;
        text-decoration: none;
        padding: .2rem .45rem 0.1rem;
        text-transform: uppercase;
        margin-right: 0.2rem;
        font-family: "Sofia W03 Regular";
        font-size: 12px;
        letter-spacing: 0;
        line-height: 13px; }
        header nav .lang a.active {
          border: 1px solid white; }
    header nav a {
      color: #F4C676;
      text-decoration: underline; }
    header nav .text-part {
      color: #fff;
      margin-right: 18%; }
      @media (max-width: 42.65667em) {
        header nav .text-part {
          position: absolute;
          z-index: 99999999;
          width: 100%; } }
      header nav .text-part .intro {
        color: #FFFFFF;
        font-family: "Sofia W03 Medium";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px; }
        @media (max-width: 42.65667em) {
          header nav .text-part .intro {
            display: none; } }
        header nav .text-part .intro p {
          font-size: inherit;
          font-weight: inherit;
          font-weight: inherit;
          line-height: inherit;
          font-family: inherit; }
    header nav .nav-part {
      width: 120px;
      height: 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative; }
      @media (max-width: 31.54556em) {
        header nav .nav-part {
          width: 100%; } }
      header nav .nav-part .search,
      header nav .nav-part .menu {
        width: 60px;
        height: 60px; }
      header nav .nav-part .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: #fff;
        position: relative;
        cursor: pointer;
        margin-right: 60px; }
        header nav .nav-part .search.active {
          position: absolute;
          top: 0;
          width: 240%;
          height: 100%;
          -webkit-box-pack: space-evenly;
          -webkit-justify-content: space-evenly;
              -ms-flex-pack: space-evenly;
                  justify-content: space-evenly;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 56.87889em) {
            header nav .nav-part .search.active {
              width: calc(100vw - 60px);
              right: 0;
              z-index: 999991; } }
          header nav .nav-part .search.active .search-inner {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 71%; }
        header nav .nav-part .search .search-inner {
          display: none; }
          header nav .nav-part .search .search-inner form {
            width: auto;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; }
            header nav .nav-part .search .search-inner form input {
              color: #222433; }
              header nav .nav-part .search .search-inner form input ::-webkit-input-placeholder {
                color: #222433; }
              header nav .nav-part .search .search-inner form input ::-moz-placeholder {
                color: #222433; }
              header nav .nav-part .search .search-inner form input :-ms-input-placeholder {
                color: #222433; }
              header nav .nav-part .search .search-inner form input ::-ms-input-placeholder {
                color: #222433; }
              header nav .nav-part .search .search-inner form input ::placeholder {
                color: #222433; }
      header nav .nav-part .menu {
        background: #64B5B3;
        position: fixed;
        cursor: pointer;
        z-index: 99999; }
        header nav .nav-part .menu span {
          position: absolute;
          width: 21px;
          height: 1px;
          background: #fff;
          display: block;
          top: 50%;
          left: 18px;
          -webkit-transition: width .1s ease-in;
          transition: width .1s ease-in; }
          header nav .nav-part .menu span:nth-child(1) {
            top: calc(50% - 10px); }
          header nav .nav-part .menu span:nth-child(3) {
            width: 12px;
            top: calc(50% + 10px); }
        @media (max-width: 42.65667em) {
          header nav .nav-part .menu.active {
            background: transparent; } }
        header nav .nav-part .menu.active span {
          width: 0; }
          header nav .nav-part .menu.active span:nth-child(1) {
            top: 50%;
            width: 21px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          header nav .nav-part .menu.active span:nth-child(2) {
            width: 21px;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
          header nav .nav-part .menu.active span:nth-child(3) {
            width: 0; }

.dropdown {
  z-index: 9999;
  display: none;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #222433;
  padding: 2.4rem 0; }
  .dropdown .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%; }
    .dropdown .inner .dropdown__footer {
      position: absolute;
      bottom: 51px;
      left: 60px; }
      @media (max-width: 42.65667em) {
        .dropdown .inner .dropdown__footer {
          position: absolute;
          bottom: 80px;
          left: 16px;
          width: 100%; } }
  .dropdown .dropdown__row__header {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .dropdown .dropdown__row__main {
    width: 100%;
    height: auto;
    min-height: 60vh;
    margin-top: 18vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 42.65667em) {
      .dropdown .dropdown__row__main {
        margin-top: 18%; } }
    .dropdown .dropdown__row__main .dropdown__sectors {
      width: auto;
      min-width: 40%;
      margin-left: 10%;
      margin-right: 10%;
      margin-top: 25px;
      display: grid;
      grid-template-columns: repeat(3, auto);
      grid-template-rows: repeat(2, 121px);
      grid-row-gap: 41px; }
      .dropdown .dropdown__row__main .dropdown__sectors.active .sector-item {
        opacity: 1; }
      .dropdown .dropdown__row__main .dropdown__sectors .sector-item {
        width: 152px;
        height: 121px;
        opacity: 0;
        -webkit-transition: opacity .8s ease-in;
        transition: opacity .8s ease-in; }
        .dropdown .dropdown__row__main .dropdown__sectors .sector-item:nth-child(2) {
          -webkit-animation-delay: 4.8s;
                  animation-delay: 4.8s; }
        .dropdown .dropdown__row__main .dropdown__sectors .sector-item:nth-child(5) {
          -webkit-animation-delay: 4.8s;
                  animation-delay: 4.8s; }
        .dropdown .dropdown__row__main .dropdown__sectors .sector-item:nth-child(1) {
          -webkit-animation-delay: 8.4s;
                  animation-delay: 8.4s; }
        .dropdown .dropdown__row__main .dropdown__sectors .sector-item:nth-child(4) {
          -webkit-animation-delay: 8.4s;
                  animation-delay: 8.4s; }
        .dropdown .dropdown__row__main .dropdown__sectors .sector-item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          display: block;
          text-decoration: none;
          text-align: center;
          text-transform: uppercase; }
          .dropdown .dropdown__row__main .dropdown__sectors .sector-item a:hover {
            color: #F4C676; }
          .dropdown .dropdown__row__main .dropdown__sectors .sector-item a p {
            font-family: "Sofia W03 Medium";
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 20px;
            text-align: center;
            color: #F4C676; }
          .dropdown .dropdown__row__main .dropdown__sectors .sector-item a .icon {
            text-align: center;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-direction: row;
                -ms-flex-direction: row;
                    flex-direction: row;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
      @media (max-width: 42.65667em) {
        .dropdown .dropdown__row__main .dropdown__sectors {
          display: none; } }
    .dropdown .dropdown__row__main .dropdown__nav {
      width: 30%;
      max-width: 30%; }
      @media (max-width: 42.65667em) {
        .dropdown .dropdown__row__main .dropdown__nav {
          width: 100%;
          max-width: 100%; } }
      .dropdown .dropdown__row__main .dropdown__nav li {
        position: relative; }
        .dropdown .dropdown__row__main .dropdown__nav li a:hover {
          color: #F4C676; }
      .dropdown .dropdown__row__main .dropdown__nav .chevron-left {
        display: inline-block;
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 17px;
        left: -38px; }
        @media (max-width: 42.65667em) {
          .dropdown .dropdown__row__main .dropdown__nav .chevron-left {
            display: none; } }
      .dropdown .dropdown__row__main .dropdown__nav .arrow {
        margin-left: 15px;
        display: none;
        width: 16px;
        height: 15px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .dropdown .dropdown__row__main .dropdown__nav .arrow.active {
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
        @media (max-width: 42.65667em) {
          .dropdown .dropdown__row__main .dropdown__nav .arrow {
            display: inline-block; } }
      .dropdown .dropdown__row__main .dropdown__nav .dropdown__nav__sub-nav.nav-drop {
        display: none; }
        .dropdown .dropdown__row__main .dropdown__nav .dropdown__nav__sub-nav.nav-drop a {
          color: #F4C676;
          font-size: .74em;
          line-height: 1.85em; }
          @media (max-width: 42.65667em) {
            .dropdown .dropdown__row__main .dropdown__nav .dropdown__nav__sub-nav.nav-drop a {
              font-size: 12px;
              line-height: 26px; } }
      .dropdown .dropdown__row__main .dropdown__nav ul {
        width: 100%;
        height: auto; }
        .dropdown .dropdown__row__main .dropdown__nav ul li {
          width: 100%; }
          .dropdown .dropdown__row__main .dropdown__nav ul li a {
            font-family: "Sofia W03 Light";
            font-style: normal;
            font-weight: 100;
            text-transform: uppercase;
            text-decoration: unset;
            line-height: 1.4em;
            -webkit-font-kerning: none;
                    font-kerning: none;
            color: #fff;
            font-size: 40.5px;
            font-weight: 300;
            letter-spacing: 4.2px;
            line-height: 56px; }
            @media (max-width: 42.65667em) {
              .dropdown .dropdown__row__main .dropdown__nav ul li a {
                font-size: 1.3em;
                line-height: 1.6em;
                font-size: 21px;
                line-height: 35px;
                letter-spacing: 2.1px; } }
            .dropdown .dropdown__row__main .dropdown__nav ul li a.current-menu-item {
              color: #F4C676; }

.dropdown__footer p.contact-style {
  color: #64B5B3;
  font-family: "Sofia W03 Bold";
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2.46px;
  line-height: 24px;
  text-transform: uppercase; }

.dropdown__footer p {
  color: #FFFFFF;
  font-family: "Sofia W03 Medium";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24.5px; }

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100); }
  .banner .slick-list {
    height: 100vh !important; }
  .banner.sustain {
    text-transform: uppercase;
    overflow: hidden !important; }
    @media (max-width: 720px) {
      .banner.sustain {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100vh; } }
    .banner.sustain video {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100vh;
      height: calc(var(--vh, 1vh) * 100);
      margin: 0 auto;
      height: 100%;
      width: 177.77777778vh;
      min-width: 100%;
      min-height: 56.25vw;
      z-index: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .banner.sustain iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .banner.sustain .inner {
      padding-bottom: 0 !important; }
      @media (max-width: 720px) {
        .banner.sustain .inner {
          width: 201px; } }
      .banner.sustain .inner h2 {
        color: #64B5B3; }
        .banner.sustain .inner h2:before, .banner.sustain .inner h2:after {
          display: none; }
      .banner.sustain .inner p {
        color: #64B5B3; }
  .banner .slick-slide {
    overflow: hidden;
    height: 100vh;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100); }
  .banner .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .3; }
  .banner h5 {
    z-index: 99; }
  .banner.fix-height {
    height: 100vh;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100); }
  .banner .inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden; }
    .banner .inner h4 {
      color: #F4C676;
      font-size: .55em;
      text-transform: uppercase; }
    .banner .inner h1,
    .banner .inner h2 {
      font-size: 69px;
      font-family: "Sofia W03 Light";
      font-weight: 100;
      text-transform: uppercase;
      color: #fff;
      line-height: 78px;
      letter-spacing: 7.8px;
      width: 65%;
      z-index: 99;
      position: relative; }
      @media (max-width: 1290px) {
        .banner .inner h1,
        .banner .inner h2 {
          font-size: 4.5vw;
          line-height: 5vw; } }
      .banner .inner h1:before, .banner .inner h1:after,
      .banner .inner h2:before,
      .banner .inner h2:after {
        content: "";
        display: block;
        width: 1px;
        height: 120vh;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
                transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
        -webkit-transform-origin: center center;
                transform-origin: center center; }
        @media (max-width: 79.99em) {
          .banner .inner h1:before, .banner .inner h1:after,
          .banner .inner h2:before,
          .banner .inner h2:after {
            height: 120vh; } }
        @media (max-width: 56.87889em) {
          .banner .inner h1:before, .banner .inner h1:after,
          .banner .inner h2:before,
          .banner .inner h2:after {
            height: 120vh; } }
        @media (max-width: 56.87889em) {
          .banner .inner h1:before, .banner .inner h1:after,
          .banner .inner h2:before,
          .banner .inner h2:after {
            height: 120vh; } }
        @media (max-width: 31.54556em) {
          .banner .inner h1:before, .banner .inner h1:after,
          .banner .inner h2:before,
          .banner .inner h2:after {
            height: 120vh; } }
      .banner .inner h1:before,
      .banner .inner h2:before {
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #F4C676), color-stop(66%, #F4C676), color-stop(66%, transparent), to(transparent));
        background: linear-gradient(0deg, transparent, transparent 50%, #F4C676 50%, #F4C676 66%, transparent 66%, transparent);
        background-size: 200% 200%;
        background-position: 0% 100%;
        -webkit-animation: drawLine 1.5s ease forwards;
                animation: drawLine 1.5s ease forwards; }
      .banner .inner h1:after,
      .banner .inner h2:after {
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(84%, transparent), color-stop(84%, #F4C676), to(#F4C676));
        background: linear-gradient(0deg, transparent, transparent 84%, #F4C676 84%, #F4C676);
        background-size: 200% 200%;
        background-position: 0% 100%;
        -webkit-animation: drawLine 1.5s ease forwards;
                animation: drawLine 1.5s ease forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 33%, 0 33%);
                clip-path: polygon(0 0, 100% 0%, 100% 33%, 0 33%); }
      @media (max-width: 79.99em) {
        .banner .inner h1,
        .banner .inner h2 {
          width: 80%;
          font-size: 30px;
          line-height: 42px;
          letter-spacing: 2.8px;
          text-align: center; } }
      @media (max-width: 79.99em) {
        .banner .inner h1.tlft,
        .banner .inner h2.tlft {
          width: 80%;
          font-size: 36px;
          line-height: 48px;
          letter-spacing: 2.8px;
          text-align: left; } }
      @media (max-width: 42.65667em) {
        .banner .inner h1.tlft,
        .banner .inner h2.tlft {
          font-size: 30px; } }
    .banner .inner.larger h2, .banner .inner.large h2 {
      width: 60%;
      max-width: 776px; }
    .banner .inner.left {
      text-align: left; }
    .banner .inner.right {
      text-align: right; }
    .banner .inner.full-height {
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100); }
    .banner .inner.center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
  .banner .full-width {
    min-width: 100vw; }
    @media (max-width: 42.65667em) {
      .banner .full-width {
        overflow: hidden; } }
  .banner .banner__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .banner .banner__content video {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 100vh;
      /* Use vh as a fallback for browsers that do not support Custom Properties */
      height: calc(var(--vh, 1vh) * 100);
      margin: 0 auto;
      height: 100%;
      width: 177.77777778vh;
      /* 100 * 16 / 9 */
      min-width: 100%;
      min-height: 56.25vw;
      /* 100 * 9 / 16 */
      z-index: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .banner .banner__content.left {
      padding-left: 12.5%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .banner .banner__content.center h1,
    .banner .banner__content.center h2 {
      text-align: center; }
      @media (max-width: 42.65667em) {
        .banner .banner__content.center h1,
        .banner .banner__content.center h2 {
          padding-left: 6% !important;
          padding-right: 6% !important; } }
    .banner .banner__content.small h1,
    .banner .banner__content.small h2 {
      width: 40%;
      max-width: 583px; }
      @media (max-width: 42.65667em) {
        .banner .banner__content.small h1,
        .banner .banner__content.small h2 {
          width: 50%; } }
    .banner .banner__content.larger h1,
    .banner .banner__content.larger h2, .banner .banner__content.large h1,
    .banner .banner__content.large h2 {
      width: auto;
      max-width: 900px; }
      @media (min-width: 1300px) {
        .banner .banner__content.larger h1,
        .banner .banner__content.larger h2, .banner .banner__content.large h1,
        .banner .banner__content.large h2 {
          max-width: 1300px; } }
      @media (max-width: 71.10111em) {
        .banner .banner__content.larger h1,
        .banner .banner__content.larger h2, .banner .banner__content.large h1,
        .banner .banner__content.large h2 {
          width: 100%;
          padding-left: 6%;
          padding-right: 17%; } }
    .banner .banner__content .overlay {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: black;
      opacity: .2; }
    .banner .banner__content h1,
    .banner .banner__content h2 {
      text-transform: uppercase;
      font-family: "Sofia W03 Light";
      font-size: 69px;
      color: #fff;
      line-height: 78px;
      font-weight: 100;
      letter-spacing: 7.8px;
      width: 55%;
      z-index: 2;
      position: relative; }
      .banner .banner__content h1:before, .banner .banner__content h1:after,
      .banner .banner__content h2:before,
      .banner .banner__content h2:after {
        content: "";
        display: block;
        width: 1px;
        height: 120vh;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        -webkit-transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
                transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        z-index: 9; }
        @media (max-width: 42.65667em) {
          .banner .banner__content h1:before, .banner .banner__content h1:after,
          .banner .banner__content h2:before,
          .banner .banner__content h2:after {
            height: 120vh;
            -webkit-transform: translate3d(0, 0, 0) skew(-25.3deg, 0deg);
                    transform: translate3d(0, 0, 0) skew(-25.3deg, 0deg); } }
      .banner .banner__content h1:before,
      .banner .banner__content h2:before {
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #F4C676), color-stop(66%, #F4C676), color-stop(66%, transparent), to(transparent));
        background: linear-gradient(0deg, transparent, transparent 50%, #F4C676 50%, #F4C676 66%, transparent 66%, transparent);
        background-size: 200% 200%;
        background-position: 0% 100%;
        -webkit-animation: drawLine 1.5s ease forwards;
                animation: drawLine 1.5s ease forwards; }
      .banner .banner__content h1:after,
      .banner .banner__content h2:after {
        background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(84%, transparent), color-stop(84%, #F4C676), to(#F4C676));
        background: linear-gradient(0deg, transparent, transparent 84%, #F4C676 84%, #F4C676);
        background-size: 200% 200%;
        background-position: 0% 100%;
        -webkit-animation: drawLine 1.5s ease forwards;
                animation: drawLine 1.5s ease forwards;
        -webkit-animation-delay: 1s;
                animation-delay: 1s;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 33%, 0 33%);
                clip-path: polygon(0 0, 100% 0%, 100% 33%, 0 33%); }
      @media (max-width: 42.65667em) {
        .banner .banner__content h1,
        .banner .banner__content h2 {
          font-size: 3rem;
          line-height: 4.2rem;
          letter-spacing: .28rem; } }
  .banner .diagonal {
    position: absolute;
    top: 0;
    left: 0; }
  .banner__img {
    position: relative;
    height: 100vh;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100); }
    .banner__img img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .banner__img .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .banner .banner-container > div {
    height: 100vh !important;
    /* Use vh as a fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100) !important; }
  .banner .banner-container .slick-slide,
  .banner .banner-container .banner__img {
    opacity: 1 !important; }
  .banner .banner-container .slideInRight {
    -webkit-animation: 1.5s polygon linear;
            animation: 1.5s polygon linear;
    opacity: 1 !important; }
  .banner .banner-container .slideInLeft {
    -webkit-animation: 1.5s polygonReverse linear;
            animation: 1.5s polygonReverse linear; }
  .banner .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translatex(-50%);
            transform: translatex(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 42.65667em) {
      .banner .slick-dots {
        left: 10px;
        bottom: 20px;
        -webkit-transform: unset;
                transform: unset; } }
    .banner .slick-dots li {
      margin-left: 6px;
      margin-right: 6px;
      cursor: pointer; }
      .banner .slick-dots li.slick-active button {
        opacity: 1; }
      .banner .slick-dots li button {
        outline: 0;
        border: 0;
        width: 28px;
        height: 3px;
        background: #fff;
        opacity: .8;
        border-radius: 0;
        font-size: 0;
        padding: 0;
        margin: 0; }
  .banner-sustainable-fuels .center {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
    .banner-sustainable-fuels .center h5 {
      text-align: left;
      margin-left: 7%; }
    .banner-sustainable-fuels .center h2,
    .banner-sustainable-fuels .center h1 {
      text-align: left;
      margin-left: 7%;
      width: 50%; }
      .banner-sustainable-fuels .center h2:after,
      .banner-sustainable-fuels .center h1:after {
        display: none !important; }
      .banner-sustainable-fuels .center h2:before,
      .banner-sustainable-fuels .center h1:before {
        display: none !important; }
      @media (max-width: 768px) {
        .banner-sustainable-fuels .center h2,
        .banner-sustainable-fuels .center h1 {
          width: 70%;
          max-width: 150rem; } }

body:not(.home) section.banner {
  overflow: initial; }

@-webkit-keyframes drawLine {
  0% {
    background-position: 0% -100%; }
  100% {
    background-position: 0% 0%; } }

@keyframes drawLine {
  0% {
    background-position: 0% -100%; }
  100% {
    background-position: 0% 0%; } }

@-webkit-keyframes polygon {
  0% {
    -webkit-clip-path: polygon(161% 0, 100% 0%, 100% 100%, 200% 100%);
            clip-path: polygon(161% 0, 100% 0%, 100% 100%, 200% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%);
              clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%); } }
  50% {
    -webkit-clip-path: polygon(61% 0, 100% 0, 100% 100%, 20% 100%);
            clip-path: polygon(61% 0, 100% 0, 100% 100%, 20% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 95% 100%);
              clip-path: polygon(45% 0, 100% 0, 100% 100%, 95% 100%); } }
  100% {
    -webkit-clip-path: polygon(-161% 0, 100% 0, 100% 100%, -120% 100%);
            clip-path: polygon(-161% 0, 100% 0, 100% 100%, -120% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(-145% 0, 100% 0, 100% 100%, -195% 100%);
              clip-path: polygon(-145% 0, 100% 0, 100% 100%, -195% 100%); } } }

@keyframes polygon {
  0% {
    -webkit-clip-path: polygon(161% 0, 100% 0%, 100% 100%, 200% 100%);
            clip-path: polygon(161% 0, 100% 0%, 100% 100%, 200% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%);
              clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%); } }
  50% {
    -webkit-clip-path: polygon(61% 0, 100% 0, 100% 100%, 20% 100%);
            clip-path: polygon(61% 0, 100% 0, 100% 100%, 20% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(45% 0, 100% 0, 100% 100%, 95% 100%);
              clip-path: polygon(45% 0, 100% 0, 100% 100%, 95% 100%); } }
  100% {
    -webkit-clip-path: polygon(-161% 0, 100% 0, 100% 100%, -120% 100%);
            clip-path: polygon(-161% 0, 100% 0, 100% 100%, -120% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(-145% 0, 100% 0, 100% 100%, -195% 100%);
              clip-path: polygon(-145% 0, 100% 0, 100% 100%, -195% 100%); } } }

@-webkit-keyframes polygonReverse {
  0% {
    -webkit-clip-path: polygon(0 0, -61% 0, -20% 100%, 0% 100%);
            clip-path: polygon(0 0, -61% 0, -20% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(-45% 0, 100% 0, 100% 100%, -95% 100%);
              clip-path: polygon(-45% 0, 100% 0, 100% 100%, -95% 100%); } }
  50% {
    -webkit-clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
            clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
              clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%); } }
  100% {
    -webkit-clip-path: polygon(0 0, 161% 0, 120% 100%, 0% 100%);
            clip-path: polygon(0 0, 161% 0, 120% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%);
              clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%); } } }

@keyframes polygonReverse {
  0% {
    -webkit-clip-path: polygon(0 0, -61% 0, -20% 100%, 0% 100%);
            clip-path: polygon(0 0, -61% 0, -20% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(-45% 0, 100% 0, 100% 100%, -95% 100%);
              clip-path: polygon(-45% 0, 100% 0, 100% 100%, -95% 100%); } }
  50% {
    -webkit-clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
            clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%);
              clip-path: polygon(0 0, 61% 0, 20% 100%, 0% 100%); } }
  100% {
    -webkit-clip-path: polygon(0 0, 161% 0, 120% 100%, 0% 100%);
            clip-path: polygon(0 0, 161% 0, 120% 100%, 0% 100%);
    @media (max-width: 42.65667em) {
      -webkit-clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%);
              clip-path: polygon(145% 0, 100% 0, 100% 100%, 195% 100%); } } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (max-height: 869px) {
  .banner .banner__content h2:before, .banner .banner__content h2:after {
    height: 103vh !important; } }

.alwaysOneBelow {
  z-index: 1000000 !important; }

.alwaysAbove {
  z-index: 1000001 !important; }

footer {
  background: #222433;
  margin-top: -1px; }
  footer .twitter-icon {
    position: relative;
    top: 2px; }
  footer .footer__logo {
    margin-bottom: 127px; }
    @media screen and (max-width: 991px) {
      footer .footer__logo {
        margin-bottom: 30px; } }
  footer .btn {
    min-height: 35px;
    width: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 19px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (max-width: 42.65667em) {
    footer .footer-email-form {
      text-align: center; } }
  footer .footer-email-form h4 {
    color: #64b5b3;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2.46px;
    text-transform: uppercase; }
  footer .footer-email-form h2 {
    color: #fff;
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 88px; }
    @media (max-width: 42.65667em) {
      footer .footer-email-form h2 {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 34px; } }
  footer .footer-email-form form {
    margin-top: 63px;
    margin-bottom: 27px; }
    @media (max-width: 42.65667em) {
      footer .footer-email-form form {
        margin-top: 0; } }
    footer .footer-email-form form .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      footer .footer-email-form form .row:after {
        content: "";
        display: block;
        background-image: url(../images/icons/arrow-small-right.png);
        width: 18px;
        height: 17px;
        position: absolute;
        top: 10px;
        right: 13px; }
      @media (max-width: 42.65667em) {
        footer .footer-email-form form .row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    footer .footer-email-form form label {
      font-size: 12px;
      width: auto;
      width: 448px;
      max-width: 60%;
      color: #fff;
      margin-right: 12px;
      line-height: 14px;
      text-align: left; }
      @media (max-width: 56.87889em) {
        footer .footer-email-form form label {
          max-width: 51%; } }
      @media (max-width: 42.65667em) {
        footer .footer-email-form form label {
          margin-bottom: 26px;
          max-width: 100%; } }
      footer .footer-email-form form label input {
        margin-right: 12px;
        margin-bottom: 0; }
      footer .footer-email-form form label p {
        display: inline;
        font-size: inherit;
        color: inherit;
        line-height: inherit; }
    footer .footer-email-form form input {
      margin-bottom: 27px; }
    footer .footer-email-form form input[type="submit"] {
      background: #f4c676;
      width: 197px;
      min-height: 53px;
      max-width: 38%;
      text-align: left;
      padding-left: 45px;
      margin-bottom: 0; }
      @media (max-width: 42.65667em) {
        footer .footer-email-form form input[type="submit"] {
          -webkit-align-self: center;
              -ms-flex-item-align: center;
                  align-self: center; } }
    footer .footer-email-form form .signup-response {
      width: 100%;
      margin-bottom: 0;
      font-size: 18px;
      line-height: 1.3; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #64B5B3; }
  footer .footer-container {
    padding-top: 7em;
    padding-bottom: 7em;
    padding-left: 8%;
    padding-right: 8%;
    font-family: "Sofia W03 Medium";
    font-size: 1.2rem;
    color: #222433; }
    @media (max-width: 42.65667em) {
      footer .footer-container {
        font-size: 1.8rem;
        padding-bottom: 40px;
        padding-top: 40px; } }
  footer .footer-row {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    margin: 0 -3rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      footer .footer-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .footer-col {
    width: 50%;
    padding: 0 3rem; }
    @media (max-width: 31.54556em) {
      footer .footer-col {
        width: 100%; } }
    footer .footer-col-logos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 50%;
      -webkit-flex: 50% 1 1;
          -ms-flex: 50% 1 1;
              flex: 50% 1 1; }
      @media screen and (max-width: 991px) {
        footer .footer-col-logos {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          padding: 0 3rem 20px; } }
      footer .footer-col-logos .logo {
        width: calc(100% / 6);
        padding: 0 10px;
        height: auto; }
        @media screen and (max-width: 991px) {
          footer .footer-col-logos .logo {
            width: auto; } }
        footer .footer-col-logos .logo img {
          width: auto;
          height: auto;
          min-width: 100%; }
    footer .footer-col.sub__col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      footer .footer-col.sub__col .footer-menu {
        width: 30%; }
        @media (max-width: 31.54556em) {
          footer .footer-col.sub__col .footer-menu {
            width: 50%; } }
    @media (max-width: 42.65667em) {
      footer .footer-col {
        width: 100%;
        margin: 2.5rem 0; } }
    @media (min-width: 80.05556em) {
      footer .footer-col:last-child {
        padding-right: 0; } }
  footer .footer-menu {
    list-style: none;
    color: #000;
    font-size: 12px;
    line-height: 29px;
    font-weight: 500;
    font-family: "Sofia W03 Medium"; }
  footer .footer-address {
    margin-top: 3rem; }
  footer p {
    color: #fff;
    font-size: 1em;
    line-height: 2.4em; }
    @media (max-width: 31.54556em) {
      footer p {
        text-align: center;
        font-size: 0.6em;
        line-height: 2.3em; } }
    footer p a {
      color: #64B5B3; }
  footer .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 31.54556em) {
      footer .social {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .social p {
      color: #fff;
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 500;
      display: inline;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 59px;
      margin: 0; }
      @media (max-width: 31.54556em) {
        footer .social p {
          font-size: 0.7em; } }
    footer .social .icons {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-height: 33px; }
      @media (max-width: 31.54556em) {
        footer .social .icons {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 39px; } }
      footer .social .icons a {
        margin-left: 5%;
        width: 39px; }
        @media (max-width: 31.54556em) {
          footer .social .icons a {
            margin: 0 2%; } }

article.post-content {
  margin-top: 6.3rem;
  font-family: "Sofia W03 Medium";
  font-size: 1.8rem; }
  @media (max-width: 42.65667em) {
    article.post-content {
      margin-top: 3rem;
      font-size: 1.4rem; } }
  article.post-content h1,
  article.post-content h2,
  article.post-content h3,
  article.post-content h4,
  article.post-content h5,
  article.post-content h6 {
    font-family: "Sofia W03 Medium"; }
  article.post-content p {
    margin-bottom: 3rem; }
    article.post-content p:last-child {
      margin-bottom: 0; }
  article.post-content > ul {
    list-style: disc;
    padding-left: 4rem; }

.contact-us {
  background: #64B5B3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 150px;
  padding-bottom: 191px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact-us.double-image-padding {
    padding-top: 358px; }
    @media (max-width: 42.65667em) {
      .contact-us.double-image-padding {
        padding-top: 158px; } }
  .contact-us.darkblue {
    background: #222433; }
  .contact-us[style~="#F4C676"] .btn {
    background-color: #fff !important; }
  @media (max-width: 56.87889em) {
    .contact-us {
      background-size: 70%; } }
  @media (max-width: 42.65667em) {
    .contact-us {
      background-size: 55%; } }
  .contact-us .contact-us__inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 22%;
    text-align: center; }
    @media (max-width: 42.65667em) {
      .contact-us .contact-us__inner {
        padding: 0; } }
    .contact-us .contact-us__inner h2 {
      letter-spacing: 5.04px;
      margin-bottom: 29px;
      color: #fff;
      font-family: "Sofia W03 Light";
      font-weight: 100;
      width: 100%;
      max-width: 788px;
      font-size: 54px;
      font-weight: 300;
      letter-spacing: 5.04px;
      line-height: 78px;
      text-align: center; }
      @media (max-width: 42.65667em) {
        .contact-us .contact-us__inner h2 {
          font-size: 30px;
          line-height: 42px;
          letter-spacing: 2.8px;
          width: 100%;
          padding-left: 6%;
          padding-right: 6%; } }
    .contact-us .contact-us__inner .btn {
      min-width: 197px;
      min-height: 53px;
      line-height: 31px;
      vertical-align: middle;
      display: inline-block;
      font-family: "Sofia W03 Bold";
      font-size: 12px;
      line-height: 53px;
      letter-spacing: 2.27px;
      text-align: left;
      text-transform: none; }

.custom-select-dropdown {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 352px;
  height: 67px;
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 42.65667em) {
    .custom-select-dropdown {
      background: transparent;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%; } }
  .custom-select-dropdown span {
    font-family: "Sofia W03 Light";
    padding: 0 37px 0;
    width: calc( 352px - 67px);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .227rem;
    line-height: 2.6rem;
    font-weight: bold; }
    @media (max-width: 42.65667em) {
      .custom-select-dropdown span {
        display: none; } }
  .custom-select-dropdown .custom-select-dropdown__button {
    width: 67px;
    height: 67px;
    background: #222433;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .custom-select-dropdown .custom-select-dropdown__button img {
      width: 20px;
      height: 20px; }
  .custom-select-dropdown .dropdown {
    position: absolute;
    top: 67px;
    left: 0;
    height: auto;
    width: 352px;
    bottom: unset;
    right: unset;
    background: #222433; }
    @media (max-width: 42.65667em) {
      .custom-select-dropdown .dropdown {
        width: 100%; } }
    .custom-select-dropdown .dropdown li {
      padding-left: 37px; }
      .custom-select-dropdown .dropdown li a {
        font-size: .65em;
        color: #fff;
        line-height: 2.44em;
        text-transform: uppercase; }

section.imageleft, section.imageright {
  padding-top: 49.5px;
  padding-bottom: 179px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 71.10111em) {
    section.imageleft, section.imageright {
      width: 100%;
      margin: auto;
      padding-top: 30px;
      padding-bottom: 0px; } }
  @media (max-width: 42.65667em) {
    section.imageleft, section.imageright {
      background-position: right -238px center;
      background-repeat: no-repeat;
      background-size: 330px !important; } }
  section.imageleft .inner, section.imageright .inner {
    max-width: 1440px; }
  section.imageleft.overlap, section.imageright.overlap {
    margin-top: -200px; }
    section.imageleft.overlap .text, section.imageright.overlap .text {
      padding-top: 65px; }
    @media (max-width: 56.87889em) {
      section.imageleft.overlap, section.imageright.overlap {
        margin-top: 0; } }
  @media (max-width: 42.65667em) {
    section.imageleft.imageright, section.imageright.imageright {
      background-position: -165px 89px !important;
      background-repeat: no-repeat;
      background-size: 380px !important; } }
  section.imageleft.imageright .inner, section.imageright.imageright .inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 56.87889em) {
      section.imageleft.imageright .inner, section.imageright.imageright .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.imageleft.imageright .inner .text, section.imageright.imageright .inner .text {
      margin-right: 5%;
      margin-left: 5%; }
      section.imageleft.imageright .inner .text h5, section.imageright.imageright .inner .text h5 {
        width: 100%; }
  section.imageleft .inner, section.imageright .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 42.65667em) {
      section.imageleft .inner, section.imageright .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        max-width: 480px;
        margin: 0 auto; } }
    @media (max-width: 31.54556em) {
      section.imageleft .inner, section.imageright .inner {
        max-width: 279px;
        margin: 0 auto; } }
    section.imageleft .inner .text.left, section.imageright .inner .text.left {
      margin-right: 10%; }
      @media (max-width: 42.65667em) {
        section.imageleft .inner .text.left, section.imageright .inner .text.left {
          margin: 0;
          width: 100%;
          max-width: initial;
          padding-top: 0 !important; } }
    section.imageleft .inner .image, section.imageright .inner .image {
      width: 39%;
      margin-left: 7%;
      overflow: hidden; }
      @media (max-width: 71.10111em) {
        section.imageleft .inner .image, section.imageright .inner .image {
          min-height: 419px;
          width: 100%;
          max-width: 100%;
          padding-left: 5%;
          padding-right: 5%;
          overflow: hidden;
          margin: 0; } }
      @media (max-width: 42.65667em) {
        section.imageleft .inner .image, section.imageright .inner .image {
          width: 100%;
          max-width: 100%;
          margin: 20px 0;
          padding: 0; } }
      section.imageleft .inner .image .parrallax-background, section.imageright .inner .image .parrallax-background {
        min-height: 100%;
        min-width: 100%;
        max-width: auto; }
        @media (max-width: 71.10111em) {
          section.imageleft .inner .image .parrallax-background, section.imageright .inner .image .parrallax-background {
            height: auto;
            width: auto;
            min-height: 411px;
            max-height: 703px;
            position: relative; } }
      section.imageleft .inner .image.right, section.imageright .inner .image.right {
        width: 100%;
        margin-left: auto; }
      section.imageleft .inner .image img, section.imageright .inner .image img {
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0; }
    section.imageleft .inner .text, section.imageright .inner .text {
      margin-left: 113px;
      margin-top: 118px;
      max-width: 43%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 71.10111em) {
        section.imageleft .inner .text, section.imageright .inner .text {
          max-width: 100%;
          width: 100%;
          margin: 0; } }
      section.imageleft .inner .text h5, section.imageright .inner .text h5 {
        width: 100%; }
      section.imageleft .inner .text h2, section.imageright .inner .text h2 {
        margin-bottom: 49px; }
        @media (max-width: 42.65667em) {
          section.imageleft .inner .text h2, section.imageright .inner .text h2 {
            margin-bottom: 16px; } }
      section.imageleft .inner .text .text__inner, section.imageright .inner .text .text__inner {
        width: 100%;
        padding-left: 97px;
        text-align: left;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
        @media (max-width: 71.10111em) {
          section.imageleft .inner .text .text__inner, section.imageright .inner .text .text__inner {
            margin: 0;
            width: 100%;
            max-width: initial;
            padding-left: 0; } }
        section.imageleft .inner .text .text__inner hr, section.imageright .inner .text .text__inner hr {
          width: 40%;
          margin-right: 60%;
          margin-bottom: 49px; }

@media (max-width: 56.87889em) {
  .imageright.double-image-bottom .image.right {
    min-height: 814px; } }

section.pillars {
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 42.65667em) {
    section.pillars {
      width: 100%;
      padding-left: 21px;
      padding-right: 21px;
      padding-bottom: 60px; } }
  section.pillars h5 {
    margin-bottom: 50px; }
    @media (max-width: 42.65667em) {
      section.pillars h5 {
        margin-bottom: 12px; } }
  section.pillars h2 {
    margin-bottom: 40px; }
    @media (max-width: 42.65667em) {
      section.pillars h2 {
        margin-bottom: 36px;
        font-size: 26px;
        line-height: 32px; } }
  section.pillars h4 {
    font-size: 30px;
    font-family: "Sofia W03 Medium";
    text-transform: uppercase;
    line-height: 59px;
    letter-spacing: .14rem;
    margin-bottom: 30px; }
    @media (max-width: 42.65667em) {
      section.pillars h4 {
        font-size: 23px;
        line-height: 47.2px;
        margin-bottom: 10px; } }
  section.pillars .pillars__container {
    display: grid;
    padding: 10px 5%;
    grid-template-columns: repeat(3, 31%);
    grid-column-gap: 5%; }
    @media (max-width: 56.87889em) {
      section.pillars .pillars__container {
        grid-template-columns: none;
        grid-template-rows: repeat(3, auto);
        grid-row-gap: 5%; } }
    @media (max-width: 42.65667em) {
      section.pillars .pillars__container p {
        font-size: 15px;
        line-height: 23px; } }
    section.pillars .pillars__container .icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }

section.approach {
  text-align: center;
  margin-bottom: 95px;
  padding-top: 119px; }
  @media (max-width: 56.87889em) {
    section.approach {
      width: 100%;
      padding-left: 21px;
      padding-right: 20px; } }
  section.approach h5 {
    margin-bottom: 26px; }
    @media (max-width: 56.87889em) {
      section.approach h5 {
        margin-bottom: 10px; } }
  section.approach h2 {
    width: 40%;
    margin-top: 0;
    margin-bottom: 31px; }
    @media (max-width: 56.87889em) {
      section.approach h2 {
        font-size: 26px;
        line-height: 32px;
        width: 100%; } }
  section.approach .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  section.approach .points-container {
    display: grid;
    padding-left: 4.5%;
    padding-right: 4.5%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    grid-template-columns: repeat(3, 33.333%);
    z-index: 22; }
    @media (max-width: 56.87889em) {
      section.approach .points-container {
        grid-template-columns: none;
        grid-template-rows: repeat(3, auto); } }
    section.approach .points-container.active {
      grid-template-columns: 100%; }
      section.approach .points-container.active .point {
        display: none; }
        section.approach .points-container.active .point.active {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          section.approach .points-container.active .point.active p {
            display: block;
            width: 60%; }
          section.approach .points-container.active .point.active .icon {
            bottom: unset;
            top: 20px;
            left: unset;
            right: 20px;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
    section.approach .points-container .point {
      position: relative;
      overflow: hidden;
      height: 620px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.approach .points-container .point .parrallax-background {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      section.approach .points-container .point h3, section.approach .points-container .point h4, section.approach .points-container .point p {
        z-index: 1;
        color: #fff; }
      section.approach .points-container .point p {
        display: none;
        z-index: 3; }
      section.approach .points-container .point h3 {
        font-family: "Sofia W03 Medium";
        font-size: 36px;
        line-height: 59px;
        letter-spacing: 1.46px;
        font-weight: 400;
        z-index: 3; }
      section.approach .points-container .point h4 {
        font-family: "Sofia W03 Medium";
        font-size: 36px;
        letter-spacing: 1.46px;
        text-transform: uppercase;
        color: #F4C676;
        z-index: 3; }
        @media (max-width: 42.65667em) {
          section.approach .points-container .point h4 {
            font-size: 26px;
            line-height: 59px;
            letter-spacing: 0.9px; } }
      section.approach .points-container .point .icon {
        position: absolute;
        bottom: 61px;
        z-index: 1;
        width: 70px;
        height: 70px;
        border: 1px solid #fff;
        border-radius: 45px;
        cursor: pointer;
        z-index: 3; }
        section.approach .points-container .point .icon span {
          background: #fff;
          border-radius: 2px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          section.approach .points-container .point .icon span:nth-child(1) {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 16px;
            height: 2px; }
          section.approach .points-container .point .icon span:nth-child(2) {
            position: absolute;
            top: 50%;
            left: 50%;
            height: 16px;
            width: 2px; }
      section.approach .points-container .point .overlay {
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: .5;
        z-index: 2; }
      section.approach .points-container .point img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        z-index: -1; }

section.principles {
  position: relative;
  background: #222433;
  padding-top: 224px;
  padding-bottom: 256px; }
  @media (max-width: 42.65667em) {
    section.principles {
      padding-top: calc( 100px + 275px);
      background-image: none !important;
      padding-bottom: 76px; } }
  section.principles .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 14%; }
    @media (max-width: 42.65667em) {
      section.principles .inner {
        width: 100%;
        paddin-left: 31px;
        padding-righ: 10px; } }
  section.principles h5 {
    margin-bottom: 39px; }
    @media (max-width: 42.65667em) {
      section.principles h5 {
        margin-bottom: 15px; } }
  section.principles h2 {
    color: #fff;
    width: 45%;
    margin-bottom: 85px; }
    @media (max-width: 42.65667em) {
      section.principles h2 {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 21px;
        padding-right: 21px; } }
  section.principles .principle__grid {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 23%;
    padding-right: 5%;
    display: grid;
    grid-template-columns: repeat(2, 43%);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 7%;
    grid-row-gap: 139px; }
    @media (max-width: 71.10111em) {
      section.principles .principle__grid {
        grid-template-columns: repeat(1, 100%);
        grid-column-gap: 0;
        grid-row-gap: 20px; } }
    @media (max-width: 42.65667em) {
      section.principles .principle__grid {
        grid-template-columns: repeat(1, 100%);
        grid-template-rows: repeat(4, auto);
        grid-column-gap: 0;
        grid-row-gap: 20px;
        padding-left: 0px;
        padding-right: 15px; } }
    section.principles .principle__grid .principle {
      position: relative; }
      @media (max-width: 42.65667em) {
        section.principles .principle__grid .principle {
          padding-left: calc(58px - 31px);
          width: 100%; } }
      section.principles .principle__grid .principle span {
        font-family: "Sofia W03 Medium";
        font-size: 17px;
        color: #fff;
        position: absolute;
        top: 28px;
        left: -39px;
        letter-spacing: .69px;
        line-height: 20px; }
        @media (max-width: 42.65667em) {
          section.principles .principle__grid .principle span {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.5px;
            left: 0; } }
      section.principles .principle__grid .principle h4 {
        font-size: 36px;
        letter-spacing: 1.46px;
        line-height: 59px;
        color: #F4C676;
        text-transform: uppercase;
        margin-bottom: 40px; }
        @media (max-width: 42.65667em) {
          section.principles .principle__grid .principle h4 {
            font-size: 23px;
            line-height: 59px;
            margin-bottom: 20px; } }
      section.principles .principle__grid .principle p {
        color: #fff; }
        @media (max-width: 42.65667em) {
          section.principles .principle__grid .principle p {
            font-size: 15px;
            line-height: 23px; } }
  section.principles svg {
    position: absolute;
    left: 0;
    bottom: -290px; }
    @media (max-width: 42.65667em) {
      section.principles svg {
        display: none; } }

section.experience {
  position: relative;
  margin-top: 244px;
  margin-bottom: 180px;
  padding-bottom: 76px;
  overflow: initial; }
  @media (max-width: 56.87889em) {
    section.experience {
      margin-top: 40px;
      margin-bottom: 20px;
      padding-bottom: 40px;
      width: 100%; } }
  section.experience .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8.6%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 56.87889em) {
      section.experience .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0; } }
  section.experience .text-part {
    width: 40%; }
    @media (max-width: 56.87889em) {
      section.experience .text-part {
        width: 100%;
        margin-bottom: 40px;
        padding-left: 21px;
        padding-right: 21px; } }
    section.experience .text-part .text-part__inner {
      margin-left: 62px;
      margin-right: 84px; }
      @media (max-width: 56.87889em) {
        section.experience .text-part .text-part__inner {
          margin: 0; } }
      section.experience .text-part .text-part__inner hr {
        width: 111px;
        max-width: 111px;
        margin: 0;
        margin-bottom: 27px; }
    section.experience .text-part h2 {
      margin-bottom: 27px; }
  section.experience .icons {
    position: absolute;
    right: 0;
    top: calc(-61px - 244px);
    width: 50%;
    min-height: 895px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 6%;
    background: #61636f;
    display: grid;
    grid-template-rows: repeat(4, 132px);
    grid-row-gap: 10%;
    grid-column-gap: 2%;
    grid-template-columns: repeat(2, 48%); }
    @media (max-width: 56.87889em) {
      section.experience .icons {
        position: relative;
        top: unset;
        width: 100%; } }
    section.experience .icons .icon {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      section.experience .icons .icon img {
        width: auto;
        max-width: 100px;
        height: auto; }

section.team {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  section.team .linkedin {
    width: 36px;
    height: 35px;
    background-image: url("../images/icons/linkedin-grey.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: auto !important;
    display: block;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 42.65667em) {
    section.team {
      padding-top: 10px; } }
  section.team .inner h5 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.5%;
    padding-right: 4.5%; }
    @media (max-width: 42.65667em) {
      section.team .inner h5 {
        padding-bottom: 0;
        margin-bottom: 0; } }
  section.team .inner .team__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    padding-left: 4.5%;
    padding-right: 4.5%; }
    @media (max-width: 31.54556em) {
      section.team .inner .team__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.team .inner .team__header h2 {
      width: 37%;
      max-width: 488px; }
      @media (max-width: 31.54556em) {
        section.team .inner .team__header h2 {
          width: 100%;
          font-size: 26px;
          line-height: 32px; } }
    section.team .inner .team__header p {
      width: 50%;
      padding-right: 9%; }
      @media (max-width: 31.54556em) {
        section.team .inner .team__header p {
          width: 100%;
          font-size: 15px;
          line-height: 23px; } }
  section.team .inner .filters {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.5%;
    padding-right: 4.5%; }
    @media (max-width: 31.54556em) {
      section.team .inner .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    section.team .inner .filters a {
      padding: 4px 21px;
      display: inline-block;
      text-align: center;
      width: auto;
      border-radius: 25px; }
      @media (max-width: 31.54556em) {
        section.team .inner .filters a {
          width: auto;
          display: block; } }
      section.team .inner .filters a.active {
        background: #61636F;
        color: #fff; }
  section.team .inner .team__carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.5%;
    width: 100%;
    max-height: 570px; }
    @media (max-width: 42.65667em) {
      section.team .inner .team__carousel {
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 19px;
        padding-left: 21px; } }
    section.team .inner .team__carousel .slick-list {
      padding: 0 0 0 0; }
      @media (max-width: 42.65667em) {
        section.team .inner .team__carousel .slick-list {
          min-width: 100%; } }
    @media (max-width: 42.65667em) {
      section.team .inner .team__carousel .slick-slide {
        min-width: auto;
        max-width: initial;
        margin-right: 0; } }
    section.team .inner .team__carousel .team__member {
      width: 100%;
      position: relative;
      padding-right: 60px;
      min-height: 529px;
      max-height: 529px;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      outline: none; }
      section.team .inner .team__carousel .team__member a {
        min-height: 245px; }
      @media (max-width: 56.87889em) {
        section.team .inner .team__carousel .team__member {
          padding-right: 30px; } }
      @media (max-width: 42.65667em) {
        section.team .inner .team__carousel .team__member {
          min-width: initial;
          max-width: initial;
          padding-right: 15px; } }
      @media (max-width: 31.54556em) {
        section.team .inner .team__carousel .team__member {
          padding-right: 0; } }
      section.team .inner .team__carousel .team__member .descrip {
        position: relative; }
        section.team .inner .team__carousel .team__member .descrip p.pad {
          padding-right: 36px; }
      section.team .inner .team__carousel .team__member .card {
        width: auto;
        height: auto;
        min-height: 445px;
        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
        -webkit-transition: all 1.0s linear;
        transition: all 1.0s linear;
        cursor: pointer; }
        section.team .inner .team__carousel .team__member .card .front {
          position: absolute;
          width: 100%;
          height: 100%;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
        section.team .inner .team__carousel .team__member .card .back {
          width: 100%;
          height: 100%;
          background: #64B5B3;
          color: #fff;
          display: block;
          -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px;
          color: white;
          position: absolute;
          text-align: left;
          max-height: 420px;
          overflow-y: scroll; }
        section.team .inner .team__carousel .team__member .card.is-flipped {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
      @media (max-width: 42.65667em) {
        section.team .inner .team__carousel .team__member p {
          font-size: 23px;
          line-height: 24px; } }
      section.team .inner .team__carousel .team__member p.sub {
        color: #61636F;
        font-size: 17px;
        line-height: 20px; }
      section.team .inner .team__carousel .team__member .arrow {
        position: absolute;
        z-index: 999;
        top: 40px;
        right: calc(30.31px + 60px);
        height: 33px;
        width: 34px;
        display: none; }
      section.team .inner .team__carousel .team__member .image-container {
        height: auto;
        width: 100%;
        position: relative;
        max-height: 445px;
        overflow: hidden;
        cursor: pointer; }
        section.team .inner .team__carousel .team__member .image-container .overlay {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 100%;
          background: #000;
          opacity: .4; }
      section.team .inner .team__carousel .team__member img {
        width: 100%; }
      section.team .inner .team__carousel .team__member:hover .is-flipped {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        section.team .inner .team__carousel .team__member:hover .is-flipped .image-container {
          -webkit-transform: none;
                  transform: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      section.team .inner .team__carousel .team__member:hover .arrow {
        display: block; }
      section.team .inner .team__carousel .team__member:hover .image-container {
        -webkit-box-shadow: 0 27px 26px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 27px 26px 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: scale(1.01);
                transform: scale(1.01); }
      section.team .inner .team__carousel .team__member:hover .overlay {
        display: block; }
  section.team .inner .team__carousel__pagination {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 4.5%;
    padding-right: 4.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    section.team .inner .team__carousel__pagination button {
      font-size: 0;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0; }
    section.team .inner .team__carousel__pagination .slick-arrow {
      background-image: url("/wp-content/themes/coryton/images/icons/carousel-arrow-right.png");
      background-color: transparent;
      background-position: center;
      width: 25px;
      margin-top: 4px;
      margin-left: 6px;
      height: 26px;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      section.team .inner .team__carousel__pagination .slick-arrow.slick-prev {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    section.team .inner .team__carousel__pagination ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 20px;
      width: 80%; }
      @media (max-width: 42.65667em) {
        section.team .inner .team__carousel__pagination ul {
          width: auto; } }
      section.team .inner .team__carousel__pagination ul li {
        width: auto;
        min-width: 10px; }
        section.team .inner .team__carousel__pagination ul li.slick-active button {
          background: #000; }
        section.team .inner .team__carousel__pagination ul li button {
          width: 100%;
          background: #b2b3b3;
          height: 2px; }

.ourteam-modal.fancybox-content {
  width: auto;
  max-width: 780px;
  height: auto;
  background-color: #64B5B3;
  color: #fff;
  background-image: url("../images/icons/Group 7 Copy 2.png");
  background-repeat: no-repeat;
  background-position: right -120px center;
  background-blend-mode: soft-light; }
  @media (max-width: 56.87889em) {
    .ourteam-modal.fancybox-content {
      width: auto;
      max-width: 90%;
      height: auto; } }
  .ourteam-modal.fancybox-content .linkedin {
    width: 33px;
    height: 35px;
    background-image: url("../images/icons/linkedin-white.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: auto !important;
    display: block;
    background-size: contain; }
  .ourteam-modal.fancybox-content h4 {
    color: inherit; }
  .ourteam-modal.fancybox-content p {
    color: inherit; }

section.facility {
  background: #F1F1F1;
  padding-top: 80px;
  padding-bottom: 180px;
  position: relative; }
  @media (max-width: 56.87889em) {
    section.facility {
      overflow: hidden; } }
  section.facility .background-icon {
    width: 559px;
    height: 612px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    right: -240px;
    opacity: 1; }
  section.facility .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3%;
    padding-right: 3%; }
    @media (max-width: 71.10111em) {
      section.facility .inner {
        max-width: 980px;
        width: 100%;
        margin: 0 auto; } }
    @media (max-width: 42.65667em) {
      section.facility .inner {
        max-width: 280px; } }
    section.facility .inner .header {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 25%;
      margin-bottom: 52px;
      max-width: 70%; }
      @media (max-width: 56.87889em) {
        section.facility .inner .header {
          margin: 0 auto 52px;
          padding: 0;
          max-width: 280px;
          width: 100%; } }
    section.facility .inner .wrapper {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      section.facility .inner .wrapper .image__left {
        width: 32.5%;
        min-height: 554px;
        min-width: 468px;
        max-width: 468px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 15%;
        position: relative;
        overflow: hidden;
        max-height: 554px;
        z-index: 2; }
        section.facility .inner .wrapper .image__left .parrallax-background {
          position: absolute;
          top: -105px;
          left: 0; }
        @media (max-width: 71.10111em) {
          section.facility .inner .wrapper .image__left {
            margin-right: 6%;
            max-width: 360px;
            min-width: 360px; } }
        @media (max-width: 42.65667em) {
          section.facility .inner .wrapper .image__left {
            -webkit-box-ordinal-group: 3;
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2;
            margin: 0;
            margin-bottom: 20px;
            width: auto;
            min-width: 280px;
            max-width: 280px;
            max-height: 331px;
            margin: 0;
            width: 100%;
            margin: 0 auto;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media (max-width: 56.87889em) {
          section.facility .inner .wrapper .image__left .background-image-fixed {
            position: relative; } }
        section.facility .inner .wrapper .image__left img {
          width: 100%;
          height: auto; }
      section.facility .inner .wrapper .text {
        width: 39%;
        max-width: 449px;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media (max-width: 42.65667em) {
          section.facility .inner .wrapper .text {
            width: 100%;
            margin: 0 auto;
            max-width: 280px;
            margin-bottom: 20px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-box-ordinal-group: 2;
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1;
            padding-top: 20px;
            padding-bottom: 0; } }
        section.facility .inner .wrapper .text hr {
          margin: 0;
          text-align: left;
          width: 24%;
          margin-right: 76%;
          margin-bottom: 20px; }
      section.facility .inner .wrapper .image__bottom {
        width: auto;
        min-height: 451px;
        min-width: 381px;
        overflow: hidden;
        position: relative;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
        margin-top: 50px;
        z-index: 2; }
        @media (max-width: 42.65667em) {
          section.facility .inner .wrapper .image__bottom {
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            margin: 20px auto;
            -webkit-box-ordinal-group: 4;
            -webkit-order: 3;
                -ms-flex-order: 3;
                    order: 3;
            min-width: 280px;
            max-width: 280px;
            max-height: 331px;
            margin-top: 20px; } }
        section.facility .inner .wrapper .image__bottom .parrallax-background {
          position: absolute;
          top: -114px;
          left: 0; }
        section.facility .inner .wrapper .image__bottom img {
          width: 100%;
          height: auto; }

.latest-carousel + section.double-image {
  padding-top: 250px;
  background-color: #222433 !important; }
  @media (max-width: 42.65667em) {
    .latest-carousel + section.double-image {
      padding-top: 0; } }

.latest-carousel--dark + section.double-image {
  background-color: #222433 !important; }

.latest-carousel--light + section.double-image {
  background-color: #fff !important; }

section.double-image {
  background: #F1F1F1;
  position: relative;
  z-index: 20;
  min-height: 641px;
  margin-top: calc(-580px + -377px);
  overflow: initial; }
  @media (max-width: 42.65667em) {
    section.double-image {
      margin-top: 160px; } }
  section.double-image[data-background-color="#222433"] {
    background-color: #222433; }
  section.double-image[data-background-color="transparent"] {
    background-color: transparent; }
  section.double-image .inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5%;
    padding-right: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 42.65667em) {
      section.double-image .inner {
        padding-left: 0;
        padding-right: 0;
        -webkit-transform: unset;
                transform: unset; } }
    @media screen and (max-width: 684px) {
      section.double-image .inner {
        position: relative; } }
    section.double-image .inner .images {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      z-index: 22; }
      @media (max-width: 56.87889em) {
        section.double-image .inner .images {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      section.double-image .inner .images .image {
        position: relative;
        width: 50%;
        height: auto;
        min-height: 383px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 6%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-transition: -webkit-transform 1s ease, -webkit-box-shadow 1s ease;
        transition: -webkit-transform 1s ease, -webkit-box-shadow 1s ease;
        transition: transform 1s ease, box-shadow 1s ease;
        transition: transform 1s ease, box-shadow 1s ease, -webkit-transform 1s ease, -webkit-box-shadow 1s ease;
        -webkit-box-shadow: 0;
                box-shadow: 0;
        overflow: hidden; }
        @media (max-width: 56.87889em) {
          section.double-image .inner .images .image {
            width: 100%; } }
        @media screen and (max-width: 1138px) {
          section.double-image .inner .images .image {
            min-height: 240px; } }
        section.double-image .inner .images .image a {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          section.double-image .inner .images .image a .arrow {
            position: absolute;
            z-index: 999;
            height: 48px;
            width: 47px;
            top: 46px;
            right: 32px;
            display: none; }
        section.double-image .inner .images .image:hover {
          z-index: 10;
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-box-shadow: 0 54px 35px rgba(0, 0, 0, 0.1);
                  box-shadow: 0 54px 35px rgba(0, 0, 0, 0.1); }
          section.double-image .inner .images .image:hover .arrow {
            display: block; }
        section.double-image .inner .images .image h4 {
          z-index: 3;
          color: #fff;
          font-weight: 100;
          font-size: 3.4rem;
          text-transform: uppercase; }
        section.double-image .inner .images .image .parrallax-background {
          position: absolute;
          top: -130px;
          left: 0;
          height: 120%; }
        section.double-image .inner .images .image img {
          position: absolute;
          width: 100%;
          top: 0;
          left: 0;
          height: 100%; }
        section.double-image .inner .images .image .overlay {
          position: absolute;
          background: #000;
          opacity: .5;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          z-index: 1; }

section.accordian {
  background: #3E4A62; }
  section.accordian .inner {
    padding-top: 126px;
    padding-bottom: 204px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8%;
    padding-right: 8%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 56.87889em) {
      section.accordian .inner {
        padding-top: 40px;
        padding-bottom: 40px; } }
  section.accordian .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 1181px; }
    @media (max-width: 56.87889em) {
      section.accordian .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: 100%; } }
    section.accordian .wrapper p {
      color: #fff; }
    section.accordian .wrapper .col {
      width: auto;
      max-width: 512px; }
      section.accordian .wrapper .col:nth-child(1) {
        width: auto;
        max-width: 559px;
        margin-right: 106px; }
      @media (max-width: 56.87889em) {
        section.accordian .wrapper .col {
          width: 100%;
          max-width: 100%; }
          section.accordian .wrapper .col:nth-child(1) {
            width: 100%;
            margin-bottom: 30px; } }
  section.accordian .accordian {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 512px; }
    @media (max-width: 56.87889em) {
      section.accordian .accordian {
        min-width: 100%; } }
    section.accordian .accordian .accordian-item {
      width: 100%;
      height: auto;
      border-bottom: 1px solid #fff;
      margin-bottom: 46px; }
      section.accordian .accordian .accordian-item.active .icon span:nth-child(2) {
        display: none; }
    section.accordian .accordian .accordian-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      section.accordian .accordian .accordian-header h3 {
        text-transform: uppercase;
        font-size: 1.8rem;
        line-height: 2.8rem;
        letter-spacing: 0.08rem;
        font-family: "Sofia W03 Semi Bold"; }
      section.accordian .accordian .accordian-header .icon {
        position: relative;
        width: 16px;
        height: 16px; }
        section.accordian .accordian .accordian-header .icon span {
          display: block;
          width: 16px;
          height: 2px;
          background: #fff;
          position: absolute;
          top: 50%;
          left: 0; }
          section.accordian .accordian .accordian-header .icon span:nth-child(2) {
            -webkit-transform: rotate(90deg);
                    transform: rotate(90deg); }
    section.accordian .accordian p {
      color: #fff;
      font-size: 1.8rem;
      line-height: 2.9rem;
      margin-bottom: 10px;
      font-family: "Sofia W03 Medium";
      font-size: 18px;
      line-height: 29px; }
    section.accordian .accordian .accordian-body {
      display: none;
      margin-bottom: 56px; }

.single-post .text .inner h1,
.single-post .text .inner .h1 {
  font-size: 8rem;
  color: #222433;
  margin: 1rem 0 16px; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h1,
    .single-post .text .inner .h1 {
      font-size: 6rem; } }

.single-post .text .inner h2,
.single-post .text .inner .h2 {
  font-family: "Sofia W03 Semi Bold";
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
  color: #222433;
  margin: 1rem 0 16px; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h2,
    .single-post .text .inner .h2 {
      font-size: 32px;
      line-height: 40px; } }

.single-post .text .inner h3,
.single-post .text .inner .h3 {
  font-size: 36px;
  line-height: 40px;
  color: #222433;
  margin: 1rem 0 16px;
  font-weight: 500; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h3,
    .single-post .text .inner .h3 {
      font-size: 26px;
      line-height: 30px; } }

.single-post .text .inner h4,
.single-post .text .inner .h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  color: #222433;
  margin: 1rem 0 16px; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h4,
    .single-post .text .inner .h4 {
      font-size: 20px;
      line-height: 26px; } }

.single-post .text .inner h5,
.single-post .text .inner .h5 {
  font-family: "Sofia W03 Medium";
  font-size: 26px;
  line-height: 29px;
  font-weight: 500;
  color: #222433;
  letter-spacing: normal;
  text-transform: unset;
  margin: 1rem 0 16px; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h5,
    .single-post .text .inner .h5 {
      font-size: 18px;
      line-height: 25px; } }

.single-post .text .inner h6,
.single-post .text .inner .h6 {
  font-family: "Sofia W03 Medium";
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  color: #222433;
  margin: 1rem 0 16px; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner h6,
    .single-post .text .inner .h6 {
      font-size: 16px;
      line-height: 22px; } }

.single-post .text .inner p {
  font-size: 18px;
  line-height: 29px;
  font-weight: 500; }
  @media (max-width: 42.65667em) {
    .single-post .text .inner p {
      font-size: 16px;
      line-height: 22px; } }

section.overview {
  background: #222433;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative; }
  @media (max-width: 42.65667em) {
    section.overview {
      overflow: hidden; } }
  section.overview.white {
    background: #fff; }
    section.overview.white .inner .header h2 {
      color: #222433; }
      @media (max-width: 56.87889em) {
        section.overview.white .inner .header h2 {
          font-size: 26px;
          line-height: 32px; } }
    section.overview.white .inner .text p {
      max-width: 387px;
      color: #222433; }
      @media (max-width: 56.87889em) {
        section.overview.white .inner .text p {
          font-size: 15px;
          line-height: 23px; } }
    section.overview.white .background-icon {
      opacity: .06; }
  @media (max-width: 56.87889em) {
    section.overview {
      padding-top: 60px;
      padding-bottom: 60px; } }
  section.overview .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 56.87889em) {
      section.overview .inner {
        padding-left: 4%;
        padding-right: 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    section.overview .inner .header {
      width: 100%;
      margin-bottom: 20px; }
      section.overview .inner .header h2 {
        width: 90%;
        max-width: 620px;
        font-family: "Sofia W03 Bold"; }
    section.overview .inner .background-image {
      width: 79.9%;
      max-width: 561px;
      overflow: hidden;
      min-height: 666px;
      position: relative; }
      @media (max-width: 56.87889em) {
        section.overview .inner .background-image {
          margin: 0 auto; } }
      @media (max-width: 42.65667em) {
        section.overview .inner .background-image {
          min-width: 100%;
          min-height: 333px;
          max-height: 333px;
          z-index: 2; } }
    section.overview .inner .text-container {
      padding-left: 66px;
      padding-right: 12%;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 120px;
      z-index: 2; }
      @media (max-width: 42.65667em) {
        section.overview .inner .text-container {
          width: 100%;
          padding: 0 0 40px 0;
          max-width: 280px;
          margin: 0 auto; } }
      section.overview .inner .text-container.no-image {
        padding-left: 16%;
        padding-right: 16%; }
        @media (max-width: 42.65667em) {
          section.overview .inner .text-container.no-image {
            width: 100%;
            padding: 0 0 40px 0;
            max-width: 280px; } }
        section.overview .inner .text-container.no-image h2 {
          width: 100%;
          max-width: 100%;
          margin-bottom: 76px; }
          @media (max-width: 42.65667em) {
            section.overview .inner .text-container.no-image h2 {
              margin-bottom: 16px; } }
        section.overview .inner .text-container.no-image p {
          max-width: 100%; }
    section.overview .inner .text {
      padding-left: 48%;
      padding-top: 0;
      padding-bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 42.65667em) {
        section.overview .inner .text {
          padding-left: 0%; } }
      section.overview .inner .text p {
        color: #fff; }
      section.overview .inner .text hr {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 2px;
        width: 122px;
        border: 1px solid #788291;
        margin-left: initial;
        margin-bottom: 37px; }
  section.overview .background-icon {
    position: absolute;
    top: 50%;
    left: -160px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .13; }
    @media (max-width: 42.65667em) {
      section.overview .background-icon {
        top: 50%;
        right: -121px;
        width: 271px;
        z-index: 1;
        left: unset; } }
    section.overview .background-icon.background_right {
      left: unset;
      right: -241px;
      width: 559px;
      height: 612px;
      opacity: 0.26;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 0; }
      @media (max-width: 42.65667em) {
        section.overview .background-icon.background_right {
          top: 50%;
          right: -121px;
          width: 271px;
          z-index: 1; } }
      section.overview .background-icon.background_right img {
        width: auto;
        height: auto; }

section.design {
  padding-top: 110px; }
  section.design .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 7.2%;
    padding-right: 13%; }
    @media (max-width: 31.54556em) {
      section.design .inner {
        padding-left: 8%;
        padding-right: 8%; } }
  section.design .header {
    width: 45%;
    margin-left: 27.5%;
    margin-right: 27.5%;
    justify-self: center;
    margin-bottom: 140px; }
    @media (max-width: 31.54556em) {
      section.design .header {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px; } }
  section.design .center {
    text-align: center; }
  section.design .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 280px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 31.54556em) {
      section.design .wrapper {
        margin-bottom: 40px; } }
    section.design .wrapper .text {
      width: 37.7%;
      margin-top: 170px;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      section.design .wrapper .text .text__header {
        margin-bottom: 20px; }
      section.design .wrapper .text .text__text {
        padding-left: 18%; }
        section.design .wrapper .text .text__text hr {
          margin: 0;
          margin-bottom: 25px;
          width: 30%; }
        @media (max-width: 31.54556em) {
          section.design .wrapper .text .text__text {
            padding-left: 0; } }
      @media (max-width: 31.54556em) {
        section.design .wrapper .text {
          width: 100%;
          margin-top: 30px;
          margin-bottom: 30px; } }
    section.design .wrapper .image {
      width: 35%;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      section.design .wrapper .image img {
        width: 100%;
        height: auto; }
      @media (max-width: 31.54556em) {
        section.design .wrapper .image {
          width: 100%; } }
    section.design .wrapper.image-left .image {
      margin-right: 10%; }
    @media (max-width: 31.54556em) {
      section.design .wrapper.image-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    section.design .wrapper.image-right .image {
      margin-left: 10%; }
      @media (max-width: 31.54556em) {
        section.design .wrapper.image-right .image {
          margin-left: 0; } }
    @media (max-width: 31.54556em) {
      section.design .wrapper.image-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }

section.center-text {
  padding-top: 30px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 31.54556em) {
    section.center-text {
      padding-top: 25px;
      padding-bottom: 30px; } }
  section.center-text .inner {
    width: 46%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 56.87889em) {
      section.center-text .inner {
        width: 78%; } }
    @media (max-width: 31.54556em) {
      section.center-text .inner {
        width: 90%; } }
    section.center-text .inner.center {
      text-align: center; }
    section.center-text .inner p {
      width: 80%; }

.our_fuels-wrapper {
  padding: 180px 0 0; }
  @media (max-width: 1300px) {
    .our_fuels-wrapper {
      padding: 90px 0 0; } }
  @media (max-width: 950px) {
    .our_fuels-wrapper {
      padding: 50px 0 0; } }
  .our_fuels-wrapper--intro h5 {
    text-align: center; }
  .our_fuels-wrapper--intro h3 {
    text-align: center; }

.our_fuels--grid {
  padding: 70px 15% 180px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  @media (max-width: 1300px) {
    .our_fuels--grid {
      padding: 90px 5%; } }
  @media (max-width: 950px) {
    .our_fuels--grid {
      display: block;
      padding: 20px 5%; } }
  .our_fuels--grid a {
    padding-left: 0;
    border: 1px solid #222433;
    background-color: transparent;
    padding: 8px 20px; }
  .our_fuels--grid-item {
    padding: 30px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    @media (max-width: 950px) {
      .our_fuels--grid-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 10px;
        padding: 20px; } }
    .our_fuels--grid-item--open {
      display: none;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
      .our_fuels--grid-item--open.rotated {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); }
    @media (max-width: 950px) {
      .our_fuels--grid-item--headline {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .our_fuels--grid-item--headline .our_fuels--grid-item--open {
          margin-left: auto;
          display: block; } }
    .our_fuels--grid-item--headline .our_fuels--grid-item--icon {
      margin-right: 10px; }
    .our_fuels--grid-item--desc {
      text-align: left; }
      .our_fuels--grid-item--desc a {
        margin-top: 30px; }
    .our_fuels--grid-item--left {
      width: 60%;
      float: left;
      padding-right: 7.5%; }
      @media (max-width: 950px) {
        .our_fuels--grid-item--left {
          width: 100%;
          padding-right: 0%; } }
      .our_fuels--grid-item--left .our_fuels--grid-item--desc {
        display: block; }
        @media (max-width: 950px) {
          .our_fuels--grid-item--left .our_fuels--grid-item--desc {
            display: none; } }
        .our_fuels--grid-item--left .our_fuels--grid-item--desc--mobile {
          display: none; }
          @media (max-width: 950px) {
            .our_fuels--grid-item--left .our_fuels--grid-item--desc--mobile {
              display: block; } }
          @media (max-width: 950px) {
            .our_fuels--grid-item--left .our_fuels--grid-item--desc--mobile p {
              font-size: 14px;
              line-height: 20px; } }
    @media (max-width: 950px) {
      .our_fuels--grid-item--right {
        width: 100%;
        padding-left: 0%; } }
    .our_fuels--grid-item--right .our_fuels--grid-item--desc {
      display: block; }
      @media (max-width: 950px) {
        .our_fuels--grid-item--right .our_fuels--grid-item--desc {
          display: none; } }
      .our_fuels--grid-item--right .our_fuels--grid-item--desc--mobile {
        display: none; }
        @media (max-width: 950px) {
          .our_fuels--grid-item--right .our_fuels--grid-item--desc--mobile {
            display: block; } }
        @media (max-width: 950px) {
          .our_fuels--grid-item--right .our_fuels--grid-item--desc--mobile p {
            font-size: 14px;
            line-height: 20px; } }
    .our_fuels--grid-item h4 {
      font-size: 36px;
      text-transform: uppercase;
      line-height: 46px;
      text-align: left; }
    .our_fuels--grid-item h5 {
      font-size: 30px;
      line-height: 39px;
      text-align: left;
      color: #F4C676; }
    .our_fuels--grid-item p {
      font-size: 18px;
      line-height: 29px;
      text-align: left; }
    .our_fuels--grid-item:nth-of-type(1) {
      grid-area: 1 / 1 / 3 / 2;
      background-color: #F1F1F1;
      color: #222433;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .our_fuels--grid-item:nth-of-type(1) h4 {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) h4 {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(1) h5 {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) h5 {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(1) p {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) p {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--btn {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--btn {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--desc {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--desc {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--icon {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--icon {
            text-align: left; } }
        .our_fuels--grid-item:nth-of-type(1) .our_fuels--grid-item--icon img {
          display: inline-block; }
    .our_fuels--grid-item:nth-of-type(2) {
      grid-area: 1 / 2 / 2 / 4;
      background-color: #EEC688;
      color: #fff; }
      .our_fuels--grid-item:nth-of-type(2) h4 {
        color: #222433; }
      .our_fuels--grid-item:nth-of-type(2) h5 {
        color: #222433; }
      .our_fuels--grid-item:nth-of-type(2) p {
        color: #222433; }
    .our_fuels--grid-item:nth-of-type(3) {
      grid-area: 2 / 2 / 3 / 4;
      background-color: #222433;
      color: #fff; }
      .our_fuels--grid-item:nth-of-type(3) a {
        border-color: #fff;
        color: #fff; }
    .our_fuels--grid-item:nth-of-type(4) {
      grid-area: 3 / 1 / 4 / 3;
      background-color: #64B5B3;
      color: #fff; }
    .our_fuels--grid-item:nth-of-type(5) {
      grid-area: 4 / 1 / 5 / 3;
      background-color: #222433;
      color: #fff; }
      .our_fuels--grid-item:nth-of-type(5) a {
        border-color: #fff;
        color: #fff; }
    .our_fuels--grid-item:nth-of-type(6) {
      grid-area: 3 / 3 / 5 / 4;
      background-color: #F1F1F1;
      color: #222433;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .our_fuels--grid-item:nth-of-type(6) h4 {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(6) h4 {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(6) h5 {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(6) h5 {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(6) p {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(6) p {
            text-align: left; } }
      .our_fuels--grid-item:nth-of-type(6) .our_fuels--grid-item--icon {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(6) .our_fuels--grid-item--icon {
            text-align: left; } }
        .our_fuels--grid-item:nth-of-type(6) .our_fuels--grid-item--icon img {
          display: inline-block; }
      .our_fuels--grid-item:nth-of-type(6) .our_fuels--grid-item--desc {
        text-align: center; }
        @media (max-width: 950px) {
          .our_fuels--grid-item:nth-of-type(6) .our_fuels--grid-item--desc {
            text-align: left; } }

@media (max-width: 950px) {
  .our_fuels--grid-item--title h4 {
    font-size: 15px;
    line-height: 20px; }
  .our_fuels--grid-item--desc p {
    font-size: 14px;
    line-height: 20px; }
  .our_fuels--grid-item--emm .emm1, .our_fuels--grid-item--emm .emm2 {
    float: left;
    width: 50%; }
    .our_fuels--grid-item--emm .emm1 h5, .our_fuels--grid-item--emm .emm2 h5 {
      font-size: 20px;
      line-height: 26px; }
    .our_fuels--grid-item--emm .emm1 p, .our_fuels--grid-item--emm .emm2 p {
      font-size: 12px;
      line-height: 16px; }
  .our_fuels--grid-item--icon img {
    display: block !important;
    width: 20px; }
  .our_fuels--grid-item--hidden {
    display: none; } }

section.stats {
  background: #F4C676;
  padding-top: 127px;
  padding-bottom: 172px;
  margin-bottom: 28px; }
  @media (max-width: 42.65667em) {
    section.stats {
      padding-bottom: 40px; } }
  section.stats[data-background-color="#222433"] {
    background: #222433; }
    section.stats[data-background-color="#222433"] .inner h2 {
      color: #fff; }
    section.stats[data-background-color="#222433"] .inner .stats-container .stat h2 {
      color: #fff; }
    section.stats[data-background-color="#222433"] .inner .stats-container .stat .text p {
      color: #fff; }
  section.stats[data-background-color="#64B5B3"] {
    background: #64B5B3; }
  section.stats[data-background-color="#F4C676"] {
    background: #F4C676; }
  section.stats[data-background-color="#F1F1F1"] {
    background: #F1F1F1; }
    section.stats[data-background-color="#F1F1F1"] .inner .stats-container .stat h2 {
      color: #64B5B3; }
  @media (max-width: 42.65667em) {
    section.stats {
      margin-bottom: 0; } }
  section.stats .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    section.stats .inner .header {
      text-align: center;
      margin-bottom: 67px; }
    section.stats .inner .stats-container {
      width: 95%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 42.65667em) {
        section.stats .inner .stats-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      section.stats .inner .stats-container .stat {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        align-items: center;
        min-width: 21%;
        margin: 0 2%; }
        @media (max-width: 42.65667em) {
          section.stats .inner .stats-container .stat {
            margin-bottom: 40px;
            -webkit-box-align: center;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        section.stats .inner .stats-container .stat .text {
          padding-top: 12px;
          padding-bottom: 0; }
          section.stats .inner .stats-container .stat .text p {
            color: #222433;
            font-family: "Sofia W03 Medium";
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 29px;
            text-align: center; }
            @media (max-width: 56.87889em) {
              section.stats .inner .stats-container .stat .text p {
                font-size: 15px;
                line-height: 23px; } }
        section.stats .inner .stats-container .stat h2 {
          color: #fff;
          font-family: "Sofia W03 Light";
          font-size: 32px;
          font-weight: 300;
          letter-spacing: 3.92px;
          line-height: 34px;
          text-align: center; }
          @media (max-width: 88.87889em) {
            section.stats .inner .stats-container .stat h2 {
              font-size: 23px;
              line-height: 30px;
              letter-spacing: 2.1px; } }

.getintouch {
  background: #222433;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 6.4%;
  padding-right: 7.4%; }
  .getintouch span.wpcf7-not-valid-tip {
    color: white;
    display: inline-block;
    padding-top: 7px;
    font-family: "Sofia W03 Medium";
    font-size: 13px; }
  .getintouch .wpcf7-response-output {
    background-color: transparent;
    color: #fff;
    border: 0 !important;
    text-align: center; }
  .getintouch .screen-reader-response {
    color: white;
    display: inline-block;
    padding-top: 7px;
    font-family: "Sofia W03 Medium";
    font-size: 13px; }
    .getintouch .screen-reader-response ul {
      display: none; }
  @media (max-width: 42.65667em) {
    .getintouch {
      padding-top: 90px;
      padding-bottom: 320px;
      background-size: 70%; } }
  .getintouch .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 42.65667em) {
      .getintouch .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        margin: 0; } }
    .getintouch .inner select {
      margin-top: 23px;
      font-size: 17px; }
      .getintouch .inner select option {
        font-size: 17px; }
    .getintouch .inner form input::-webkit-input-placeholder {
      /* Edge */
      color: #D1D1D1; }
    .getintouch .inner form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #D1D1D1; }
    .getintouch .inner form input::-moz-placeholder {
      color: #D1D1D1; }
    .getintouch .inner form input::-ms-input-placeholder {
      color: #D1D1D1; }
    .getintouch .inner form input::placeholder {
      color: #D1D1D1; }
    .getintouch .inner form select {
      padding: 0 2rem;
      color: #D1D1D1;
      background: url("../images/icons/chevron-down.png") no-repeat;
      background-position: right 15px center;
      -webkit-appearance: none; }
      .getintouch .inner form select::-webkit-input-placeholder {
        /* Edge */
        color: #D1D1D1; }
      .getintouch .inner form select:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #D1D1D1; }
      .getintouch .inner form select::-moz-placeholder {
        color: #D1D1D1; }
      .getintouch .inner form select::-ms-input-placeholder {
        color: #D1D1D1; }
      .getintouch .inner form select::placeholder {
        color: #D1D1D1; }
    .getintouch .inner form textarea {
      background: #222433; }
      .getintouch .inner form textarea::-webkit-input-placeholder {
        /* Edge */
        color: #D1D1D1; }
      .getintouch .inner form textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #D1D1D1; }
      .getintouch .inner form textarea::-moz-placeholder {
        color: #D1D1D1; }
      .getintouch .inner form textarea::-ms-input-placeholder {
        color: #D1D1D1; }
      .getintouch .inner form textarea::placeholder {
        color: #D1D1D1; }
    .getintouch .inner form .right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative; }
      .getintouch .inner form .right::after {
        content: '';
        display: block;
        background-image: url(../images/icons/arrow-small-right.png);
        width: 18px;
        height: 17px;
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translate(-14%, -50%);
                transform: translate(-14%, -50%); }
      .getintouch .inner form .right input[type="submit"] {
        background: #F4C676;
        position: relative;
        min-height: 53px;
        text-align: left;
        line-height: 53px;
        min-width: 197px;
        outline: none; }
    .getintouch .inner .col {
      width: 37.6%; }
      @media (max-width: 71.10111em) {
        .getintouch .inner .col {
          width: 100%; } }
      .getintouch .inner .col.large {
        width: 50%; }
        @media (max-width: 71.10111em) {
          .getintouch .inner .col.large {
            width: 100%; } }
      @media (max-width: 31.54556em) {
        .getintouch .inner .col h5 {
          text-align: center; } }
      .getintouch .inner .col h2 {
        font-size: 65px;
        text-transform: uppercase;
        letter-spacing: 6.44px;
        line-height: 75px;
        font-family: "Sofia W03 Light";
        max-width: 598px; }
        @media (max-width: 42.65667em) {
          .getintouch .inner .col h2 {
            font-size: 30px;
            text-align: center;
            margin-bottom: 42px;
            letter-spacing: 2.8px;
            line-height: 42px; } }

.locations {
  padding-top: 194px;
  padding-bottom: 180px;
  background: #64B5B3; }
  @media (max-width: 56.87889em) {
    .locations {
      background-image: none !important;
      padding-top: 94px;
      padding-bottom: 80px; } }
  .locations .inner {
    padding-left: 6.4%;
    padding-right: 7.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 56.87889em) {
      .locations .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .locations .inner .col {
      width: 100%;
      margin-bottom: 30px; }
      @media (max-width: 56.87889em) {
        .locations .inner .col {
          width: 100%; } }
      .locations .inner .col.large {
        width: 91%;
        margin-right: 30px; }
        @media (max-width: 56.87889em) {
          .locations .inner .col.large {
            width: 100%; } }
      .locations .inner .col .locations-container {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 15%;
        grid-row-gap: 116px; }
        .locations .inner .col .locations-container .maplink {
          text-decoration: underline; }
        @media (max-width: 56.87889em) {
          .locations .inner .col .locations-container {
            grid-template-columns: repeat(1, 100%);
            grid-template-rows: repeat(3, auto);
            grid-row-gap: 50px; } }

.details {
  padding-top: 194px;
  padding-bottom: 180px; }
  @media (max-width: 56.87889em) {
    .details {
      padding-top: 90px;
      padding-bottom: 80px; } }
  .details .inner {
    padding-left: 6.8%;
    padding-right: 7.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .details .inner .header {
      margin-bottom: 30px; }
    .details .inner .details-container {
      display: grid;
      grid-template-columns: repeat(4, 24%);
      grid-column-gap: 1%; }
      @media (max-width: 56.87889em) {
        .details .inner .details-container {
          grid-template-columns: repeat(1, 100%);
          grid-template-rows: repeat(4, 1fr); } }

.text {
  padding-top: 25px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .text.table {
    padding-top: 35px;
    padding-bottom: 30px; }
  @media (max-width: 42.65667em) {
    .text {
      padding-top: 10px;
      padding-bottom: 10px; } }
  .text:nth-child(1) {
    padding-top: 72px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .text .inner {
    width: 100%;
    max-width: 753px;
    margin: 0 auto; }
    .text .inner h3 {
      color: #222433;
      font-family: "Sofia W03 Medium";
      font-size: 26px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 33px;
      margin-bottom: 40px; }
      @media (max-width: 56.87889em) {
        .text .inner h3 {
          font-size: 18px;
          line-height: 27px; } }
    .text .inner h4 {
      font-size: 2.8rem;
      font-weight: 500;
      line-height: 3.3rem;
      margin-bottom: 1rem; }
      @media (max-width: 56.87889em) {
        .text .inner h4 {
          font-size: 11px;
          line-height: 26px;
          letter-spacing: 2.1px; } }
    .text .inner h2 {
      color: #222433;
      font-family: "Sofia W03 Semi Bold";
      font-size: 46px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 59px;
      margin-bottom: 16px; }
      @media (max-width: 56.87889em) {
        .text .inner h2 {
          font-size: 26px;
          line-height: 32px; } }
    .text .inner p {
      color: #222433;
      font-family: "Sofia W03 Medium";
      font-size: 18px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 29px; }
      @media (max-width: 56.87889em) {
        .text .inner p {
          font-size: 15px;
          line-height: 23px; } }
      .text .inner p a {
        color: #64B5B3; }
    .text .inner b,
    .text .inner strong {
      font-family: "Sofia W03 Bold"; }
    .text .inner blockquote {
      padding: 0;
      margin: 0;
      margin-top: 1rem;
      margin-bottom: 1.4rem; }
      .text .inner blockquote p {
        color: #64B5B3;
        font-size: 3.9rem;
        line-height: 4.8rem; }
        @media (max-width: 42.65667em) {
          .text .inner blockquote p {
            max-width: 278px;
            font-size: 25px;
            line-height: 31px;
            margin-bottom: 30px; } }
    .text .inner ul {
      list-style: none;
      /* Remove default bullets */
      margin-top: 1rem;
      margin-bottom: 3rem;
      padding-left: 5rem; }
      @media (max-width: 42.65667em) {
        .text .inner ul {
          padding-left: 30px;
          max-width: 278px; } }
      .text .inner ul li {
        margin-bottom: .8rem; }
        .text .inner ul li:before {
          content: "\2022";
          /* Add content: \2022 is the CSS Code/unicode for a bullet */
          color: #F4C676;
          /* Change the color */
          font-weight: bold;
          /* If you want it to be bold */
          display: inline-block;
          /* Needed to add space between the bullet and the text */
          width: 1em;
          /* Also needed for space (tweak if needed) */
          margin-left: -1em;
          /* Also needed for space (tweak if needed) */ }
          @media (max-width: 42.65667em) {
            .text .inner ul li:before {
              position: absolute;
              margin-left: -1.7em; } }
        .text .inner ul li p {
          margin-bottom: 0;
          display: inline-block; }
          @media (max-width: 42.65667em) {
            .text .inner ul li p {
              padding-top: 0;
              margin-top: 0; } }
    .text .inner ol {
      padding-top: 20px;
      padding-bottom: 20px;
      counter-reset: custom-counter;
      list-style: none;
      padding-left: 0; }
      .text .inner ol li {
        counter-increment: custom-counter;
        position: relative;
        padding-left: 13.2%;
        margin-bottom: 2rem; }
        @media (max-width: 42.65667em) {
          .text .inner ol li {
            padding-left: 44px; } }
        .text .inner ol li::before {
          content: "0" counter(custom-counter);
          color: #64B5B3;
          font-family: "Sofia W03 Semi Bold";
          font-size: 31px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 59px;
          left: 0;
          top: -10px;
          position: absolute; }

@media (max-width: 42.65667em) {
  section.text .inner {
    width: 100%;
    max-width: 279px; } }

.image-fullwidth {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 533px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .image-fullwidth h2 {
    color: #fff;
    font-size: 6rem; }

.image-fullwidth_picture,
.image-fullwidth_img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.image-center {
  width: 100%;
  height: auto; }
  .image-center .inner {
    width: 100%;
    max-width: 753px;
    margin: 0 auto; }
    @media (max-width: 42.65667em) {
      .image-center .inner {
        width: 100%;
        max-width: 279px; } }

.newsblock {
  padding-top: 180px;
  padding-bottom: 180px;
  background: #222433; }
  .newsblock .inner {
    padding-left: 6.4%;
    padding-right: 7.4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .newsblock .inner .header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 4rem; }
    .newsblock .inner .news-container {
      display: grid;
      grid-template-columns: repeat(3, 32.3333%);
      grid-column-gap: 1%; }
      .newsblock .inner .news-container .latest-item {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: auto;
        min-height: 465px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 22px 7%;
        color: #fff; }
        .newsblock .inner .news-container .latest-item > div {
          z-index: 1; }
        .newsblock .inner .news-container .latest-item .tag {
          position: absolute;
          top: 22px;
          left: 7%;
          color: #000;
          background: #fff;
          border-radius: 8px;
          font-size: 1.3rem;
          padding-left: 12px;
          padding-right: 12px;
          z-index: 1; }
        .newsblock .inner .news-container .latest-item .sub {
          font-size: 1.3rem;
          text-transform: uppercase;
          z-index: 1; }
        .newsblock .inner .news-container .latest-item img {
          position: absolute;
          left: 0;
          bottom: 0;
          width: auto;
          height: 100%;
          z-index: 0;
          max-width: unset; }

.casestudy-preview {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -200px;
  position: relative;
  z-index: 20; }
  @media (max-width: 42.65667em) {
    .casestudy-preview {
      margin-top: -630px;
      min-height: unset; } }
  .casestudy-preview.padding-top {
    margin-top: 0;
    padding-top: -20%; }
    .casestudy-preview.padding-top .inner {
      padding-top: 50px; }
      @media (max-width: 42.65667em) {
        .casestudy-preview.padding-top .inner {
          padding-top: 0; } }
  .casestudy-preview .inner {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 180px;
    padding-bottom: 134px; }
    @media (max-width: 42.65667em) {
      .casestudy-preview .inner {
        padding-bottom: 54px; } }
    .casestudy-preview .inner h5 {
      color: black; }
    .casestudy-preview .inner h2 {
      text-align: center;
      font-family: "Sofia W03 Bold";
      font-weight: 600;
      line-height: 61px;
      font-size: 54px;
      width: 40%;
      margin-bottom: 64px;
      color: black !important; }
      @media (max-width: 56.87889em) {
        .casestudy-preview .inner h2 {
          width: 100%; } }
      @media (max-width: 42.65667em) {
        .casestudy-preview .inner h2 {
          font-size: 2.6rem;
          width: 100%; } }
    .casestudy-preview .inner .case-studies-container {
      width: 74%;
      max-width: 1069px; }
      @media (min-width: 56.88889em) {
        .casestudy-preview .inner .case-studies-container {
          max-width: 92%; } }
      @media (max-width: 42.65667em) {
        .casestudy-preview .inner .case-studies-container {
          width: 92%; } }
      .casestudy-preview .inner .case-studies-container .slick-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        background-color: transparent;
        background-image: url("../images/icons/arrow-small-right.png");
        background-repeat: no-repeat;
        background-position: center;
        font-size: 0;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        max-width: 35px !important;
        max-height: 35px !important;
        padding: 0; }
        @media (max-width: 42.65667em) {
          .casestudy-preview .inner .case-studies-container .slick-arrow {
            top: unset;
            bottom: -44px;
            right: 0; } }
        .casestudy-preview .inner .case-studies-container .slick-arrow.slick-prev {
          left: -3.5rem;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .slick-arrow.slick-prev {
              left: unset;
              right: 35px; } }
        .casestudy-preview .inner .case-studies-container .slick-arrow.slick-next {
          right: -3.5rem;
          left: unset; }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .slick-arrow.slick-next {
              right: 0; } }
      .casestudy-preview .inner .case-studies-container .case-study {
        overflow: hidden;
        position: relative;
        min-height: 554px; }
        @media (max-width: 42.65667em) {
          .casestudy-preview .inner .case-studies-container .case-study {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            display: block;
            min-height: 489px; } }
        .casestudy-preview .inner .case-studies-container .case-study .background-image-fixed {
          background-position: center; }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .case-study .background-image-fixed {
              position: relative;
              display: block;
              min-height: 264px;
              min-width: 100%; } }
        .casestudy-preview .inner .case-studies-container .case-study .parrallax-background {
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          left: 0;
          top: -58px;
          height: 110%;
          min-height: 100%;
          -webkit-transform-origin: bottom;
                  transform-origin: bottom; }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .case-study .parrallax-background {
              position: relative;
              min-height: 264px; } }
        .casestudy-preview .inner .case-studies-container .case-study .overlay {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          background: #F4C676;
          z-index: 3;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-left: 4%;
          width: auto;
          max-width: 35%; }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .case-study .overlay {
              width: 100%;
              padding: 0;
              height: auto;
              top: 257px;
              max-width: 100%;
              padding: 21px 19px 59px;
              -webkit-box-pack: start;
              -webkit-justify-content: flex-start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; } }
          .casestudy-preview .inner .case-studies-container .case-study .overlay h5 {
            z-index: 5;
            color: #222433;
            font-family: "Sofia W03 Bold";
            margin-bottom: unset;
            color: #222433;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 2.27px;
            line-height: 26px; }
            @media (max-width: 42.65667em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay h5 {
                font-size: 11px;
                line-weight: 26px;
                letter-spacing: 2.1px; } }
          .casestudy-preview .inner .case-studies-container .case-study .overlay h3 {
            min-height: 128px;
            z-index: 5;
            color: #222433;
            font-size: 46px;
            line-height: 56px;
            font-family: "Sofia W03 Semi Bold";
            max-width: 100%;
            font-size: 46px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 56px; }
            @media (max-width: 42.65667em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay h3 {
                font-size: 26px;
                max-width: 232px;
                line-height: 32px;
                min-height: auto;
                margin-bottom: 12px; } }
          .casestudy-preview .inner .case-studies-container .case-study .overlay .btn {
            min-width: 197px;
            min-height: 53px;
            line-height: 53px;
            display: inline-block; }
            @media (max-width: 42.65667em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay .btn {
                font-size: 10px;
                line-height: 18px;
                letter-spacing: 1.9px;
                min-height: 37.1px;
                min-width: 101px;
                padding-top: 9px;
                padding-left: 21px; } }
            @media (max-width: 42.65667em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay .btn .arrow {
                width: 8px !important;
                height: 8px !important;
                right: 19.15px; } }
          .casestudy-preview .inner .case-studies-container .case-study .overlay:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            background: #F4C676;
            /* left: 100%; */
            width: 123%;
            z-index: 0;
            height: 100%;
            -webkit-transform: skew(-18deg, 0deg);
                    transform: skew(-18deg, 0deg); }
            @media (max-width: 71.10111em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay:before {
                width: 123%; } }
            @media (max-width: 56.87889em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay:before {
                width: 133%; } }
            @media (max-width: 42.65667em) {
              .casestudy-preview .inner .case-studies-container .case-study .overlay:before {
                display: none; } }
        .casestudy-preview .inner .case-studies-container .case-study img:not(.arrow) {
          height: auto;
          width: auto;
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          z-index: 0; }
          @media (max-width: 42.65667em) {
            .casestudy-preview .inner .case-studies-container .case-study img:not(.arrow) {
              position: relative; } }
      .casestudy-preview .inner .case-studies-container ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px;
        width: 80%;
        position: absolute;
        top: unset;
        left: 0;
        -webkit-transform: unset;
                transform: unset;
        bottom: -36px; }
        @media (max-width: 42.65667em) {
          .casestudy-preview .inner .case-studies-container ul {
            width: 70%; } }
        .casestudy-preview .inner .case-studies-container ul li {
          width: auto;
          min-width: 10px;
          margin: 0; }
          .casestudy-preview .inner .case-studies-container ul li.slick-active button {
            background: #000; }
          .casestudy-preview .inner .case-studies-container ul li button {
            width: 100%;
            background: #b2b3b3;
            height: 2px;
            font-size: 0; }

body:not(.home) .latest-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: #222433;
  padding-top: 20px;
  padding-bottom: 40px;
  z-index: 1; }
  body:not(.home) .latest-carousel.latest-carousel--light {
    background: #FFF; }
    body:not(.home) .latest-carousel.latest-carousel--light .inner .filters h3 {
      color: #222433; }
    body:not(.home) .latest-carousel.latest-carousel--light .inner .filters .fitlers-container a {
      background-color: #222433; }
    body:not(.home) .latest-carousel.latest-carousel--light .latest-container button {
      color: white; }
    body:not(.home) .latest-carousel.latest-carousel--light .latest-container .slick-prev {
      background-image: url(../images/icons/arrow-small-right.png); }
    body:not(.home) .latest-carousel.latest-carousel--light .latest-container .slick-next {
      background-image: url(../images/icons/arrow-small-right.png); }
    body:not(.home) .latest-carousel.latest-carousel--light .latest-container ul li.slick-active button {
      background: #222433;
      max-width: none; }
  @media (max-width: 42.65667em) {
    body:not(.home) .latest-carousel {
      padding-top: 0;
      margin-bottom: 0 !important; } }
  body:not(.home) .latest-carousel .header-inner {
    padding-left: 30%;
    padding-right: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 1rem; }
    @media (max-width: 42.65667em) {
      body:not(.home) .latest-carousel .header-inner {
        padding-left: 10%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    body:not(.home) .latest-carousel .header-inner h2 {
      width: 60%; }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .header-inner h2 {
          width: 100%;
          text-align: center; } }
  body:not(.home) .latest-carousel .inner {
    width: 100%;
    height: auto;
    padding-left: 10%;
    padding-right: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 2.7rem; }
    @media (max-width: 42.65667em) {
      body:not(.home) .latest-carousel .inner {
        padding-left: 10%;
        padding-right: 10%; } }
    body:not(.home) .latest-carousel .inner h5 {
      text-align: center; }
    body:not(.home) .latest-carousel .inner h2 {
      color: #222433;
      text-align: center;
      padding-bottom: 40px; }
    body:not(.home) .latest-carousel .inner .filters {
      width: 100%;
      max-width: 1190px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding-top: 40px;
      padding-bottom: 40px; }
      @media (max-width: 66.10111em) {
        body:not(.home) .latest-carousel .inner .filters {
          max-width: 100%; } }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .inner .filters {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-right: 0;
          padding-top: 40px; } }
      body:not(.home) .latest-carousel .inner .filters .fitlers-container a {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 37px;
        max-height: 37px;
        min-width: 131px;
        border: 1px solid #FFFFFF;
        border-radius: 22.5px;
        font-family: "Sofia W03 Regular";
        font-size: 14px;
        text-align: center;
        text-transform: capitalize;
        vertical-align: middle;
        padding: 0;
        padding-top: 6px; }
      body:not(.home) .latest-carousel .inner .filters h3 {
        font-size: 4.6rem;
        line-height: 5.9rem;
        letter-spacing: .246rem;
        color: #fff; }
        @media (max-width: 42.65667em) {
          body:not(.home) .latest-carousel .inner .filters h3 {
            text-align: center;
            margin-bottom: 20px; } }
    body:not(.home) .latest-carousel .inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 20px;
      width: 80%;
      position: absolute;
      top: unset;
      left: unset;
      -webkit-transform: unset;
              transform: unset;
      bottom: -34px; }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .inner ul {
          width: 70%; } }
      body:not(.home) .latest-carousel .inner ul li {
        width: auto;
        min-width: 10px;
        margin: 0; }
        body:not(.home) .latest-carousel .inner ul li.slick-active button {
          background: #F4C676;
          max-width: none; }
        body:not(.home) .latest-carousel .inner ul li button {
          width: 100%;
          background: #b2b3b3;
          height: 2px;
          max-width: none; }
    body:not(.home) .latest-carousel .inner .latest-container {
      width: 100%;
      max-width: 1190px;
      margin-bottom: 4rem;
      display: grid;
      grid-template-columns: repeat(3, 370px);
      grid-column-gap: 40px;
      grid-row-gap: 40px; }
      @media (max-width: 66.10111em) {
        body:not(.home) .latest-carousel .inner .latest-container {
          max-width: 100%;
          grid-template-columns: repeat(3, calc( 33.3333% - 20px)); } }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .inner .latest-container {
          display: inline-block; } }
      body:not(.home) .latest-carousel .inner .latest-container .latest-item {
        width: auto;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: auto;
        min-height: 465px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 22px 7%;
        color: #fff; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item[data-background="#64B5B3"] {
          background: #64B5B3; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item[data-background="#F4C676"] {
          background: #F4C676; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item[data-background="#222433"] {
          background: #222433; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item[data-background="#F1F1F1"] {
          background: #F1F1F1; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item .parrallax-background {
          position: absolute;
          top: -87px;
          left: 0; }
        @media (max-width: 42.65667em) {
          body:not(.home) .latest-carousel .inner .latest-container .latest-item {
            width: 100%;
            min-width: 100%;
            max-width: 100%; } }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item a {
          display: block;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-flex: 1 1;
              -ms-flex: 1 1;
                  flex: 1 1;
          height: 100%;
          z-index: 5;
          min-height: 421px; }
          body:not(.home) .latest-carousel .inner .latest-container .latest-item a > div {
            z-index: 10; }
          body:not(.home) .latest-carousel .inner .latest-container .latest-item a p {
            color: #fff;
            font-size: 2.2rem;
            line-height: 3rem; }
            @media (max-width: 56.87889em) {
              body:not(.home) .latest-carousel .inner .latest-container .latest-item a p {
                font-size: 20px;
                line-height: 24px; } }
            body:not(.home) .latest-carousel .inner .latest-container .latest-item a p.sub {
              font-size: 1.3rem; }
              @media (max-width: 56.87889em) {
                body:not(.home) .latest-carousel .inner .latest-container .latest-item a p.sub {
                  font-size: 12px;
                  line-height: 13px; } }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item .icon {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          body:not(.home) .latest-carousel .inner .latest-container .latest-item .icon img {
            z-index: 1;
            width: 200%;
            height: auto;
            -webkit-transform: translate(42px, -10%);
                    transform: translate(42px, -10%);
            opacity: .5; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item .tag {
          position: absolute;
          top: 22px;
          left: 7%;
          color: #000;
          background: #fff;
          border-radius: 8px;
          font-size: 12px;
          padding-left: 12px;
          padding-right: 12px;
          z-index: 9;
          font-family: "Sofia W03 Medium";
          text-align: center;
          vertical-align: middle;
          min-width: 112px;
          min-height: 31px;
          line-height: 31px;
          border-radius: 25px; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item .sub {
          font-size: 1.3rem;
          text-transform: uppercase; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item img {
          position: absolute;
          left: 0;
          bottom: 0;
          width: auto;
          height: 100%;
          z-index: -1;
          max-width: unset; }
        body:not(.home) .latest-carousel .inner .latest-container .latest-item .overlay {
          position: absolute;
          background: black;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1;
          height: 100%;
          opacity: .3; }
    body:not(.home) .latest-carousel .inner .slick-arrow {
      position: absolute;
      bottom: -40px;
      right: 0;
      background-color: transparent;
      background-image: url("../images/icons/arrow-white-right.png");
      background-repeat: no-repeat;
      background-position: center;
      font-size: 0;
      width: 35px;
      height: 35px;
      min-width: 35px;
      min-height: 35px;
      max-width: 35px !important;
      max-height: 35px !important;
      padding: 0; }
      body:not(.home) .latest-carousel .inner .slick-arrow.slick-prev {
        right: 30px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    body:not(.home) .latest-carousel .inner .latest__carousel__pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 87%;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .inner .latest__carousel__pagination {
          width: 100%; } }
      body:not(.home) .latest-carousel .inner .latest__carousel__pagination button {
        font-size: 0;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0; }
      body:not(.home) .latest-carousel .inner .latest__carousel__pagination .slick-arrow {
        background-image: url("/wp-content/themes/coryton/images/icons/carousel-arrow-right.png");
        background-color: transparent;
        background-position: center;
        width: 25px;
        margin-top: 15px;
        margin-left: 6px;
        height: 26px; }
        body:not(.home) .latest-carousel .inner .latest__carousel__pagination .slick-arrow.slick-prev {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      body:not(.home) .latest-carousel .inner .latest__carousel__pagination ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px;
        width: 80%;
        position: absolute;
        top: unset;
        left: unset;
        -webkit-transform: unset;
                transform: unset;
        bottom: unset; }
        body:not(.home) .latest-carousel .inner .latest__carousel__pagination ul li {
          width: auto;
          min-width: 10px;
          margin: 0; }
          body:not(.home) .latest-carousel .inner .latest__carousel__pagination ul li.slick-active button {
            background: #000; }
          body:not(.home) .latest-carousel .inner .latest__carousel__pagination ul li button {
            width: 100%;
            background: #b2b3b3;
            height: 2px; }
    body:not(.home) .latest-carousel .inner .offset-background {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 90%;
      background: #eee;
      z-index: -1; }
      @media (max-width: 42.65667em) {
        body:not(.home) .latest-carousel .inner .offset-background {
          display: none; } }

.video_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px; }
  .video_block .inner {
    width: 100%;
    max-width: 753px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative; }
    @media (min-width: 759px) {
      .video_block .inner {
        padding-bottom: 424px !important; } }
    @media (max-width: 56.87889em) {
      .video_block .inner {
        width: 100%;
        max-width: 85%;
        padding-bottom: 47.8125%;
        /* 16:9 */
        height: 0; } }
    .video_block .inner iframe {
      width: 100%;
      max-width: 100% !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video_block .inner video {
      max-height: 502px; }
      @media (max-width: 42.65667em) {
        .video_block .inner video {
          max-height: 186px !important; } }

.video-text {
  background: #eeeeee;
  overflow: visible; }
  .video-text__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .video-text__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .video-text__inner_col {
      width: 50%; }
      @media screen and (max-width: 991px) {
        .video-text__inner_col {
          width: 100%; } }
    .video-text__inner_wrapper {
      background: #3D5C64;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .video-text__inner_text {
      max-width: 70%;
      margin: 0 auto;
      padding: 20px; }
      @media screen and (max-width: 991px) {
        .video-text__inner_text {
          max-width: 100%;
          padding: 70px 20px; } }
      .video-text__inner_text h2,
      .video-text__inner_text p {
        color: white; }
        @media screen and (max-width: 991px) {
          .video-text__inner_text h2,
          .video-text__inner_text p {
            text-align: center; } }
      .video-text__inner_text h2 {
        margin: 0 0 25px; }
      .video-text__inner_text p {
        margin: 0 0 33px; }
    @media screen and (max-width: 991px) {
      .video-text__inner .button-container {
        text-align: center; } }
    .video-text__inner .button-container .btn {
      display: inline-block;
      max-height: 53px;
      min-height: 43px;
      min-width: 197px;
      line-height: 53px;
      vertical-align: middle; }
      @media screen and (max-width: 991px) {
        .video-text__inner .button-container .btn {
          text-align: left; } }
    .video-text__inner .video-text__inner_video-wrapper {
      background-color: #222433; }
    .video-text__inner .video-text-image {
      position: relative;
      z-index: 999; }
      .video-text__inner .video-text-image--overlay {
        position: absolute;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .video-text__inner .video-text-image #vid1 {
        height: auto !important; }
      .video-text__inner .video-text-image video {
        max-height: 600px;
        display: block; }
        @media screen and (max-width: 991px) {
          .video-text__inner .video-text-image video {
            max-height: 300px; } }

section.downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 54px; }
  section.downloads .inner {
    background: #222433;
    width: 52%;
    border-radius: 9px;
    padding: 44px 4%; }
    @media (max-width: 769px) {
      section.downloads .inner {
        width: 80%; } }
    section.downloads .inner h4 {
      height: 80px;
      width: 640px;
      color: #F4C676;
      font-family: "Sofia W03 Semi Bold";
      font-size: 41px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 59px;
      margin: 0; }
      @media (max-width: 769px) {
        section.downloads .inner h4 {
          word-wrap: break-word;
          width: auto;
          height: auto;
          margin-bottom: 32px; } }
    section.downloads .inner .downloads-container {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      section.downloads .inner .downloads-container a {
        padding: 13px 16px;
        border: 1px solid #D1D1D1;
        margin-bottom: 16px;
        color: #D1D1D1;
        font-size: 1.7rem;
        line-height: 3.1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-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; }
        section.downloads .inner .downloads-container a:hover {
          -webkit-transform: scale(1.02);
                  transform: scale(1.02);
          -webkit-box-shadow: rgba(255, 255, 255, 0.1) 2px 4px 7px;
                  box-shadow: rgba(255, 255, 255, 0.1) 2px 4px 7px; }
        section.downloads .inner .downloads-container a .icon {
          display: block;
          top: 50%;
          right: 5px;
          width: 20px;
          height: 20px; }
          section.downloads .inner .downloads-container a .icon img {
            width: 100%;
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain; }
    section.downloads .inner .button-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    section.downloads .inner a.btn {
      height: 53px;
      min-width: 197px;
      border-radius: 26.5px;
      margin-top: 17px;
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end;
      display: inline-block;
      font-family: "Sofia W03 Bold";
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 2.27px;
      line-height: 26px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }

.quotes-block {
  min-height: 1234px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 121px;
  padding-bottom: 134px; }
  @media (max-width: 1210px) {
    .quotes-block {
      padding-top: 36px;
      height: auto;
      padding-bottom: 52px; } }
  .quotes-block h2 {
    width: 550px;
    color: #222433;
    font-family: "Sofia W03 Medium";
    font-size: 53px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 63px; }
    @media (max-width: 1210px) {
      .quotes-block h2 {
        width: 239px;
        font-size: 28px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 26px;
        text-align: center;
        margin-bottom: 33px; } }
  .quotes-block .inner {
    width: 100%;
    max-width: 1192px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1210px) {
      .quotes-block .inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .quotes-block .quote-blocks {
    width: 100%;
    height: 300px;
    display: grid;
    grid-template-columns: 576px 576px;
    grid-column-gap: 40px;
    grid-row-gap: 36px;
    grid-template-rows: 339px 339px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 1210px) {
      .quotes-block .quote-blocks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 286px;
        height: auto;
        grid-row-gap: unset; } }
    .quotes-block .quote-blocks .block {
      padding: 33px 56px 0 34px;
      position: relative;
      width: 100%;
      max-width: 509px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #fff;
      font-family: "Sofia W03 Medium";
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 29px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 300px;
      border-radius: 8px;
      -webkit-transition: all .5s ease-out;
      transition: all .5s ease-out; }
      @media (max-width: 1210px) {
        .quotes-block .quote-blocks .block {
          padding: 21px 25px 0 22px;
          margin-bottom: 14px; } }
      .quotes-block .quote-blocks .block:nth-child(1) {
        justify-self: flex-end;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end;
        -webkit-transform: translateY(50px);
                transform: translateY(50px); }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block:nth-child(1) {
            justify-self: unset;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset;
            -webkit-transform: unset;
                    transform: unset; } }
      .quotes-block .quote-blocks .block:nth-child(2) {
        justify-self: flex-start;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block:nth-child(2) {
            justify-self: unset;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset;
            -webkit-transform: unset;
                    transform: unset; } }
      .quotes-block .quote-blocks .block:nth-child(3) {
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        justify-self: flex-end;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block:nth-child(3) {
            justify-self: unset;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset;
            -webkit-transform: unset;
                    transform: unset; } }
      .quotes-block .quote-blocks .block:nth-child(4) {
        justify-self: flex-start;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block:nth-child(4) {
            justify-self: unset;
            -webkit-align-self: unset;
                -ms-flex-item-align: unset;
                    align-self: unset;
            -webkit-transform: unset;
                    transform: unset; } }
      .quotes-block .quote-blocks .block:after {
        content: '';
        display: block;
        position: absolute;
        height: 75px;
        width: 1px;
        background: #fff;
        bottom: 0;
        left: 0;
        -webkit-transform: skew(-20deg, 0deg) translate(50px, 0px);
                transform: skew(-20deg, 0deg) translate(50px, 0px); }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block:after {
            left: -20px;
            height: 55px; } }
      .quotes-block .quote-blocks .block p {
        color: #FFFFFF;
        font-family: "Sofia W03 Medium";
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 29px;
        padding: 0;
        margin: 0; }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block p {
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 24px; } }
      .quotes-block .quote-blocks .block .author {
        position: absolute;
        bottom: -27px;
        left: 83px;
        width: 198px;
        color: #fff;
        font-family: "Sofia W03 Medium";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 19px;
        height: 94px;
        color: #FFFFFF;
        font-family: "Sofia W03 Medium";
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 19px; }
        @media (max-width: 1210px) {
          .quotes-block .quote-blocks .block .author {
            left: 56px;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 19px;
            height: auto;
            min-height: 48px;
            width: 198px;
            bottom: 13px; } }
      .quotes-block .quote-blocks .block.large {
        max-width: 576px;
        height: 339px; }

.text-slider .half-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 1230px) {
    .text-slider .half-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .text-slider .half-wrap .col {
    width: 50%;
    min-height: 707px; }
    @media (max-width: 1230px) {
      .text-slider .half-wrap .col {
        width: 100%;
        min-height: 430px;
        height: 430px; } }
    .text-slider .half-wrap .col:nth-child(1) {
      background: #F1F1F1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1230px) {
        .text-slider .half-wrap .col:nth-child(1) {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-right: 0; } }
      .text-slider .half-wrap .col:nth-child(1) .inner {
        width: 100%;
        max-width: 499px; }
    .text-slider .half-wrap .col .slider {
      height: 100%; }
      .text-slider .half-wrap .col .slider .slide {
        height: 100%;
        color: #fff;
        min-height: 707px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1230px) {
          .text-slider .half-wrap .col .slider .slide {
            min-height: 430px;
            height: 430px; } }
        .text-slider .half-wrap .col .slider .slide .inner {
          height: 100%;
          min-height: 707px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; }
          @media (max-width: 1230px) {
            .text-slider .half-wrap .col .slider .slide .inner {
              min-height: 403px;
              height: 403px;
              padding-left: 0;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .text-slider .half-wrap .col .slider .slide .inner .text-row p {
            min-height: 116px; }
        .text-slider .half-wrap .col .slider .slide .arrow-row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 499px;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 40px; }
          @media (max-width: 1230px) {
            .text-slider .half-wrap .col .slider .slide .arrow-row {
              max-width: 320px; } }
        .text-slider .half-wrap .col .slider .slide .number {
          color: #FFFFFF;
          font-family: "Sofia W03 Semi Bold";
          font-size: 73px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 41px;
          text-align: center;
          margin: 0;
          padding: 0; }
          @media (max-width: 1230px) {
            .text-slider .half-wrap .col .slider .slide .number {
              width: 320px;
              font-size: 63px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 41px;
              text-align: center; } }
        .text-slider .half-wrap .col .slider .slide .next,
        .text-slider .half-wrap .col .slider .slide .prev {
          height: 24px;
          width: 24px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .text-slider .half-wrap .col .slider .slide .next svg,
          .text-slider .half-wrap .col .slider .slide .prev svg {
            fill: #fff;
            width: auto;
            height: 100%; }
        .text-slider .half-wrap .col .slider .slide h3 {
          width: 499px;
          color: #FFFFFF;
          font-family: "Sofia W03 Semi Bold";
          font-size: 32px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 41px;
          text-align: center;
          margin: 0;
          padding: 0;
          margin-bottom: 34px; }
          @media (max-width: 1230px) {
            .text-slider .half-wrap .col .slider .slide h3 {
              display: none; } }
        .text-slider .half-wrap .col .slider .slide p {
          width: 507px;
          color: #FFFFFF;
          font-family: "Sofia W03 Regular";
          font-size: 20px;
          letter-spacing: 0;
          line-height: 29px;
          text-align: center; }
          @media (max-width: 1230px) {
            .text-slider .half-wrap .col .slider .slide p {
              width: 301px;
              font-size: 16px;
              letter-spacing: 0;
              line-height: 24px;
              text-align: center;
              font-family: "Sofia W03 Regular"; } }

.text-slider h2 {
  width: 499px;
  color: #222433;
  font-family: "Sofia W03 Semi Bold";
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 41px;
  margin: 0;
  padding: 0;
  padding-bottom: 32px; }
  @media (max-width: 1230px) {
    .text-slider h2 {
      width: 284px;
      font-size: 26px;
      font-weight: 600;
      line-height: 29px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.text-slider p {
  width: 499px;
  color: #222433;
  font-family: "Sofia W03 Regular";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px; }
  @media (max-width: 1230px) {
    .text-slider p {
      width: 301px;
      color: #222433;
      font-family: "Sofia W03 Regular";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      margin-left: auto;
      margin-right: auto; } }

.four-points {
  width: 100%;
  height: auto;
  padding-top: 148px;
  padding-bottom: 70px;
  position: relative;
  overflow: visible; }
  @media (max-width: 1290px) {
    .four-points {
      padding-top: 54px;
      padding-bottom: 30px; } }
  .four-points .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1378px;
    background: linear-gradient(15.68deg, #63B0AD 0%, #E8BA75 100%);
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 63%, 0% 100%); }
    @media (max-width: 1219px) {
      .four-points .background {
        height: 1483px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
                clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%); } }
    .four-points .background img {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 750px;
      width: auto; }
  .four-points .inner {
    width: 100%;
    height: auto;
    max-width: 1288px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1219px) {
      .four-points .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .four-points h2 {
    width: 647px;
    color: #222433;
    font-family: "Sofia W03 Semi Bold";
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 82px; }
    @media (max-width: 720px) {
      .four-points h2 {
        width: 284px;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 29px;
        text-align: center;
        margin-bottom: 40px; } }
  .four-points .points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 85%; }
    @media (max-width: 1219px) {
      .four-points .points {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .four-points .points__icon {
      margin-bottom: 21px; }
      .four-points .points__icon img {
        max-width: 80px;
        max-height: 80px; }
  .four-points .point {
    width: 100%;
    max-width: 304px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 9px;
    margin-bottom: 39px; }
    @media (max-width: 1290px) {
      .four-points .point {
        margin-bottom: 24px; } }
    .four-points .point .num {
      width: 251px;
      color: #FFFFFF;
      font-family: "Sofia W03 Semi Bold";
      font-size: 24px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 28px;
      text-align: center;
      margin: 0;
      padding: 0;
      margin-bottom: 21px; }
      @media (max-width: 1290px) {
        .four-points .point .num {
          width: 251px;
          font-size: 24px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 28px;
          text-align: center; } }
    .four-points .point h4 {
      width: 100%;
      color: #222433;
      font-family: "Sofia W03 Light";
      font-size: 24px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 28px;
      text-align: center;
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      max-width: 205px;
      margin-bottom: 21px; }
      @media (max-width: 1290px) {
        .four-points .point h4 {
          width: 251px;
          font-size: 24px;
          font-weight: 300;
          letter-spacing: 0;
          line-height: 28px;
          text-align: center; } }
    .four-points .point p {
      width: 304px;
      color: #222433;
      font-family: "Sofia W03 Regular";
      font-size: 15px;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      margin: 0;
      padding: 0; }
      @media (max-width: 1290px) {
        .four-points .point p {
          width: 304px;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 24px;
          text-align: center; } }

.impact-of-fuels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 70px;
  padding-bottom: 41px; }
  .impact-of-fuels .vjs-v7 {
    height: 413.46px;
    width: 664px; }
    @media (max-width: 1230px) {
      .impact-of-fuels .vjs-v7 {
        height: 185px;
        width: 297px; } }
    .impact-of-fuels .vjs-v7 .vjs-big-play-button {
      border: 0;
      height: 73px;
      width: 73px;
      background-color: #FFFFFF;
      border-radius: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .impact-of-fuels .vjs-v7 .vjs-big-play-button:after {
        content: '';
        width: 0;
        height: 0;
        border: 13px solid transparent;
        border-left: 20px solid #6EB7B7;
        margin-top: -14px;
        margin-left: -7px;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%; }
  @media (max-width: 1230px) {
    .impact-of-fuels {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .impact-of-fuels .inner {
    width: 100%;
    max-width: 1188px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1230px) {
      .impact-of-fuels .inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .impact-of-fuels .inner .col {
      width: 50%;
      max-width: 50%; }
      @media (max-width: 1230px) {
        .impact-of-fuels .inner .col {
          width: 297px;
          max-width: unset;
          height: auto; } }
  .impact-of-fuels iframe {
    width: 100%;
    max-width: 100%; }
    @media (max-width: 1230px) {
      .impact-of-fuels iframe {
        width: auto;
        max-width: 100%;
        height: auto; } }
  .impact-of-fuels video {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .impact-of-fuels h2 {
    width: 410px;
    color: #222433;
    font-family: "Sofia W03 Semi Bold";
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0;
    padding: 0;
    margin-bottom: 34px; }
    @media (max-width: 1230px) {
      .impact-of-fuels h2 {
        width: 284px;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 29px;
        text-align: center;
        margin: 0 auto 30px; } }
  .impact-of-fuels p {
    height: auto;
    min-height: 239px;
    width: 479px;
    color: #222433;
    font-family: "Sofia W03 Regular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1230px) {
      .impact-of-fuels p {
        width: 301px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        margin: 0 auto 40px;
        min-height: unset; } }

.sustain-stats {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  padding-bottom: 98px; }
  @media (max-width: 1230px) {
    .sustain-stats {
      padding-top: 25px;
      padding-bottom: 33px; } }
  .sustain-stats .inner {
    width: 100%;
    max-width: 1288px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1230px) {
      .sustain-stats .inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .sustain-stats .stat {
    width: 100%;
    max-width: 304px; }
  .sustain-stats h2 {
    color: #222433;
    font-family: "Sofia W03 Semi Bold";
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px;
    margin: 0;
    padding: 0;
    margin-bottom: 12px; }
    @media (max-width: 1230px) {
      .sustain-stats h2 {
        font-size: 32px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 41px;
        text-align: center; } }
  .sustain-stats p {
    min-height: 102px;
    width: 304px;
    color: #222433;
    font-family: "Sofia W03 Regular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0; }
    @media (max-width: 1230px) {
      .sustain-stats p {
        width: 304px;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center; } }

.sustain-image-text {
  width: 100%;
  height: auto;
  min-height: 665px;
  color: #fff !important; }
  .sustain-image-text h1, .sustain-image-text h2, .sustain-image-text h3, .sustain-image-text h4, .sustain-image-text h5, .sustain-image-text p {
    color: #fff !important; }
  .sustain-image-text .inner {
    height: 100%;
    min-height: 665px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .sustain-image-text .inner.is-inViewport:before {
      background-position: 0% 0%; }
    .sustain-image-text .inner.is-inViewport:after {
      background-position: 0% 0%; }
    .sustain-image-text .inner:before, .sustain-image-text .inner:after {
      content: "";
      display: block;
      width: 1px;
      height: 89vh;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -webkit-transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
              transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), color-stop(66%, #fff), color-stop(66%, transparent), to(transparent));
      background: linear-gradient(0deg, transparent, transparent 50%, #fff 50%, #fff 66%, transparent 66%, transparent);
      background-size: 200% 200%;
      background-position: 0% -100%;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
      @media (max-height: 848px) {
        .sustain-image-text .inner:before, .sustain-image-text .inner:after {
          height: 120vh; } }
    .sustain-image-text .inner:before {
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(83%, transparent), color-stop(50%, #fff), to(#fff));
      background: linear-gradient(0deg, transparent, transparent 83%, #fff 50%, #fff);
      background-size: 200% 200%;
      background-position: 0% -100%; }
  .sustain-image-text p {
    width: 664px;
    color: #FFFFFF;
    font-family: "Sofia W03 Light";
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center; }
    @media (max-width: 720px) {
      .sustain-image-text p {
        width: 301px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center; } }

.sustain-two-col-image-text {
  width: 100%;
  height: 707px; }
  .sustain-two-col-image-text .two-col {
    width: 100%;
    height: 707px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 1270px) {
      .sustain-two-col-image-text .two-col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .sustain-two-col-image-text .two-col .col {
      width: 50%;
      height: 707px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 122px; }
      @media (max-width: 1270px) {
        .sustain-two-col-image-text .two-col .col {
          width: 100%;
          height: 400px;
          padding-left: 0;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .sustain-two-col-image-text .two-col .col .inner {
        width: 499px;
        height: auto;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; }
        @media (max-width: 1270px) {
          .sustain-two-col-image-text .two-col .col .inner {
            width: 301px; } }
      .sustain-two-col-image-text .two-col .col:nth-child(1) {
        padding-left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 1270px) {
          .sustain-two-col-image-text .two-col .col:nth-child(1) {
            height: 315px; } }
        .sustain-two-col-image-text .two-col .col:nth-child(1) img {
          width: 133.84px; }
  .sustain-two-col-image-text h2 {
    width: 499px;
    color: #222433;
    font-family: "Sofia W03 Semi Bold";
    font-size: 37px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 41px; }
    @media (max-width: 1270px) {
      .sustain-two-col-image-text h2 {
        width: 284px;
        font-size: 26px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 29px;
        text-align: center;
        margin: 0 auto 32px; } }
  .sustain-two-col-image-text p {
    width: 499px;
    color: #222433;
    font-family: "Sofia W03 Regular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 29px; }
    @media (max-width: 1270px) {
      .sustain-two-col-image-text p {
        width: 301px;
        color: #222433;
        font-family: "Sofia Pro";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        margin: 0 auto; } }

.hero_banner_image {
  position: relative;
  width: 100%;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hero_banner_image__image {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto; }

.statement-text {
  background-color: #222433;
  padding: 100px 0; }
  @media (max-width: 42.65667em) {
    .statement-text {
      padding: 50px 0; } }
  .statement-text__container {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px; }
    .statement-text__container h5 {
      text-align: center;
      margin: 0 0 20px 0; }
      @media (max-width: 42.65667em) {
        .statement-text__container h5 {
          margin: 0 0 20px 0; } }
    .statement-text__container h2 {
      font-family: "Sofia W03 Semi Bold";
      text-align: center;
      margin: 0 0 35px 0; }
    .statement-text__container p {
      text-align: center;
      color: white; }

.who-we-work-with {
  background: #eeeeee;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, white), color-stop(20%, #eeeeee));
  background: linear-gradient(0deg, white 20%, #eeeeee 20%);
  padding: 100px 0 20px; }
  @media (max-width: 42.65667em) {
    .who-we-work-with {
      padding: 55px 0 20px; } }
  .who-we-work-with__inner {
    padding: 0 22% 35px; }
    @media (max-width: 71.10111em) {
      .who-we-work-with__inner {
        padding: 0 20px 30px; } }
  .who-we-work-with h5,
  .who-we-work-with h2 {
    text-align: center;
    color: black; }
  .who-we-work-with h2 {
    font-size: 2.3em;
    line-height: 1.3;
    font-family: "Sofia W03 Semi Bold"; }
    @media (max-width: 42.65667em) {
      .who-we-work-with h2 {
        font-size: 1.5em; } }
  .who-we-work-with__container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 42.65667em) {
      .who-we-work-with__container .slick-list {
        padding: 0 20% 0 0 !important; } }
    .who-we-work-with__container .case-studies__cases__col {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      overflow: hidden; }
      @media (max-width: 42.65667em) {
        .who-we-work-with__container .case-studies__cases__col {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          padding: 0 0 0 20px; } }
      .who-we-work-with__container .case-studies__cases__col .case-study {
        height: auto;
        min-height: 295px;
        width: 100%;
        -webkit-transition: -webkit-transform 1s ease;
        transition: -webkit-transform 1s ease;
        transition: transform 1s ease;
        transition: transform 1s ease, -webkit-transform 1s ease;
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        overflow: hidden;
        position: relative; }
        @media (max-width: 42.65667em) {
          .who-we-work-with__container .case-studies__cases__col .case-study {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: 100%;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
                -ms-flex-align: end;
                    align-items: flex-end;
            min-height: 260px;
            max-height: 260px; } }
        .who-we-work-with__container .case-studies__cases__col .case-study .parrallax-background {
          position: absolute;
          height: auto;
          top: 0;
          left: 0;
          z-index: 0;
          background-position: center;
          min-height: calc(100% + 40px); }
        .who-we-work-with__container .case-studies__cases__col .case-study .icon {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          z-index: 2; }
          .who-we-work-with__container .case-studies__cases__col .case-study .icon img {
            position: absolute;
            left: unset;
            right: -32%;
            top: 50%;
            min-width: 20px !important;
            min-height: 20px !important;
            width: auto !important;
            height: auto !important;
            -webkit-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
            opacity: .24; }
        .who-we-work-with__container .case-studies__cases__col .case-study .overlay {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: .3;
          background: #000;
          z-index: 1; }
        .who-we-work-with__container .case-studies__cases__col .case-study a {
          width: 100%;
          height: 100%;
          display: block;
          z-index: 3;
          position: relative; }
        .who-we-work-with__container .case-studies__cases__col .case-study .inner {
          height: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding: 32px 6%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          @media (max-width: 42.65667em) {
            .who-we-work-with__container .case-studies__cases__col .case-study .inner {
              padding: 5px 6%;
              min-height: 260px;
              max-height: 260px; } }
          .who-we-work-with__container .case-studies__cases__col .case-study .inner h3 {
            font-weight: 400;
            font-family: "Sofia W03 Light";
            font-size: 34px;
            letter-spacing: 3.18px;
            line-height: 38px;
            text-transform: uppercase; }
            @media (max-width: 42.65667em) {
              .who-we-work-with__container .case-studies__cases__col .case-study .inner h3 {
                font-size: 1.5em; } }
          .who-we-work-with__container .case-studies__cases__col .case-study .inner p {
            color: #fff;
            font-size: 20px;
            line-height: 26px;
            display: none;
            font-family: "Sofia W03 Medium"; }
            @media (max-width: 42.65667em) {
              .who-we-work-with__container .case-studies__cases__col .case-study .inner p {
                font-size: 1.2em; } }
      .who-we-work-with__container .case-studies__cases__col .case-study:hover {
        -webkit-transform: scale(1.024);
                transform: scale(1.024);
        z-index: 999999; }
        .who-we-work-with__container .case-studies__cases__col .case-study:hover .parrallax-background {
          position: absolute;
          height: auto;
          top: 0;
          left: 0;
          z-index: 0;
          background-position: center;
          min-height: calc(100% + 40px); }
        .who-we-work-with__container .case-studies__cases__col .case-study:hover p {
          display: block; }

.lab-filter {
  background: #222433;
  padding: 110px 0 70px; }
  @media (max-width: 56.87889em) {
    .lab-filter {
      padding: 90px 8% 50px; } }
  .lab-filter__container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 56.87889em) {
      .lab-filter__container {
        padding: 0; } }
    .lab-filter__container-title {
      color: white;
      text-align: center; }
  .lab-filter__filters {
    max-width: 380px;
    margin: 30px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .lab-filter__filters--active .lab-filter__filters-icon {
      background-color: #F4C676; }
      .lab-filter__filters--active .lab-filter__filters-icon svg g g {
        fill: black; }
    .lab-filter__filters-icon {
      width: 50px;
      height: 50px;
      margin: 0 auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 50px;
      background-color: #3F4049; }
      .lab-filter__filters-icon img {
        max-width: 24px; }
    .lab-filter__filters-title {
      font-size: 14px;
      color: #F4C676;
      text-align: center;
      margin: 10px 0 0;
      letter-spacing: 2.46px; }
      @media screen and (max-width: 520px) {
        .lab-filter__filters-title {
          font-size: 11px; } }
    .lab-filter__filters svg {
      max-width: 25px; }
  .lab-filter .js-example-basic-single {
    display: none !important;
    border: 0 !important;
    outline: 0 !important; }
  .lab-filter__categories {
    text-align: center;
    margin: 20px auto 0;
    border: 0 !important; }
    .lab-filter__categories .select2-container {
      max-width: 300px; }
      .lab-filter__categories .select2-container .select2-selection__rendered {
        color: white; }
      .lab-filter__categories .select2-container .select2-selection {
        width: 185px;
        max-width: 185px;
        position: relative;
        margin: 0 auto; }
        .lab-filter__categories .select2-container .select2-selection:after {
          content: '';
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' fill='white' y='0px' width='122.881px' height='122.88px' viewBox='0 0 122.881 122.88' enable-background='new 0 0 122.881 122.88' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M56.573,4.868c0-0.655,0.132-1.283,0.37-1.859c0.249-0.6,0.61-1.137,1.056-1.583C58.879,0.545,60.097,0,61.44,0 c0.658,0,1.287,0.132,1.863,0.371c0.012,0.005,0.023,0.011,0.037,0.017c0.584,0.248,1.107,0.603,1.543,1.039 c0.881,0.88,1.426,2.098,1.426,3.442c0,0.03-0.002,0.06-0.006,0.089v51.62l51.619,0c0.029-0.003,0.061-0.006,0.09-0.006 c0.656,0,1.285,0.132,1.861,0.371c0.014,0.005,0.025,0.011,0.037,0.017c0.584,0.248,1.107,0.603,1.543,1.039 c0.881,0.88,1.428,2.098,1.428,3.441c0,0.654-0.133,1.283-0.371,1.859c-0.248,0.6-0.609,1.137-1.057,1.583 c-0.445,0.445-0.98,0.806-1.58,1.055v0.001c-0.576,0.238-1.205,0.37-1.861,0.37c-0.029,0-0.061-0.002-0.09-0.006l-51.619,0.001 v51.619c0.004,0.029,0.006,0.06,0.006,0.09c0,0.656-0.133,1.286-0.371,1.861c-0.006,0.014-0.012,0.025-0.018,0.037 c-0.248,0.584-0.602,1.107-1.037,1.543c-0.883,0.882-2.1,1.427-3.443,1.427c-0.654,0-1.283-0.132-1.859-0.371 c-0.6-0.248-1.137-0.609-1.583-1.056c-0.445-0.444-0.806-0.98-1.055-1.58h-0.001c-0.239-0.575-0.371-1.205-0.371-1.861 c0-0.03,0.002-0.061,0.006-0.09V66.303H4.958c-0.029,0.004-0.059,0.006-0.09,0.006c-0.654,0-1.283-0.132-1.859-0.371 c-0.6-0.248-1.137-0.609-1.583-1.056c-0.445-0.445-0.806-0.98-1.055-1.58H0.371C0.132,62.726,0,62.097,0,61.44 c0-0.655,0.132-1.283,0.371-1.859c0.249-0.6,0.61-1.137,1.056-1.583c0.881-0.881,2.098-1.426,3.442-1.426 c0.031,0,0.061,0.002,0.09,0.006l51.62,0l0-51.62C56.575,4.928,56.573,4.898,56.573,4.868L56.573,4.868z'/%3E%3C/g%3E%3C/svg%3E");
          display: block;
          background-size: 7px;
          width: 7px;
          height: 7px;
          position: absolute;
          top: 12px;
          right: 0; }
      .lab-filter__categories .select2-container .select2-selection--single {
        background: transparent;
        border: 0;
        outline: 0;
        border-radius: 0; }
      @media screen and (max-width: 767px) {
        .lab-filter__categories .select2-container .select2-selection__arrow {
          left: 0;
          text-align: center;
          margin: 0 auto;
          right: -100px; } }
      .lab-filter__categories .select2-container .select2-selection__arrow b {
        display: none; }
    .lab-filter__categories .select2-container--open .select2-selection__arrow {
      position: unset; }
      .lab-filter__categories .select2-container--open .select2-selection__arrow:after {
        content: '';
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='white' width='10px' height='10px' viewBox='0 0 122.881 9.737' enable-background='new 0 0 122.881 9.737' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M117.922,0.006C117.951,0.002,117.982,0,118.012,0c0.656,0,1.285,0.132,1.861,0.371c0.014,0.005,0.025,0.011,0.037,0.017 c0.584,0.248,1.107,0.603,1.543,1.039c0.881,0.88,1.428,2.098,1.428,3.441c0,0.654-0.133,1.283-0.371,1.859 c-0.248,0.6-0.609,1.137-1.057,1.583c-0.445,0.445-0.98,0.806-1.58,1.055v0.001c-0.576,0.238-1.205,0.37-1.861,0.37 c-0.029,0-0.061-0.002-0.09-0.006c-37.654,0-75.309,0.001-112.964,0.001c-0.029,0.004-0.059,0.006-0.09,0.006 c-0.654,0-1.283-0.132-1.859-0.371c-0.6-0.248-1.137-0.609-1.583-1.056C0.981,7.865,0.621,7.33,0.372,6.73H0.371 C0.132,6.154,0,5.525,0,4.869C0,4.215,0.132,3.586,0.371,3.01c0.249-0.6,0.61-1.137,1.056-1.583 c0.881-0.881,2.098-1.426,3.442-1.426c0.031,0,0.061,0.002,0.09,0.006C42.613,0.006,80.268,0.006,117.922,0.006L117.922,0.006z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 7px;
        width: 7px;
        height: 7px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: unset !important; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e8ba75; }

.research_block {
  padding: 100px 0; }
  @media (max-width: 56.87889em) {
    .research_block {
      padding: 50px 0; } }
  .research_block .js-filterable.is-hidden {
    display: none; }
  .research_block__container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    padding: 0 20px; }
    .research_block__container-title {
      color: white;
      text-align: center; }
  .research_block__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 56.87889em) {
      .research_block__head {
        margin-bottom: 25px; } }
    .research_block__head h2 {
      color: black;
      font-size: 2.3em;
      line-height: 1.3; }
      @media (max-width: 56.87889em) {
        .research_block__head h2 {
          text-align: center;
          font-size: 1.85em; } }
      .research_block__head h2 span {
        color: #F4C676; }
    .research_block__head > div {
      min-width: 120px;
      text-align: right; }
      @media (max-width: 56.87889em) {
        .research_block__head > div {
          min-width: auto;
          text-align: center; } }
    .research_block__head a {
      color: black;
      font-family: "Sofia W03 Regular";
      font-size: 1em;
      text-decoration: none;
      border-bottom: 2px solid black;
      padding-bottom: 4px; }
      @media (max-width: 42.65667em) {
        .research_block__head a {
          font-size: 1em; } }
  .research_block .loading-spinner {
    display: none;
    width: 38px;
    height: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .research_block .loading-spinner img {
      -webkit-animation-name: spin;
              animation-name: spin;
      -webkit-animation-duration: 1000ms;
              animation-duration: 1000ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .research_block .loading-spinner.show {
      display: block; }
  .research_block .loading-scroll-spinner {
    display: none;
    width: 38px;
    height: 42px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    .research_block .loading-scroll-spinner img {
      -webkit-animation-name: spin;
              animation-name: spin;
      -webkit-animation-duration: 1000ms;
              animation-duration: 1000ms;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear; }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
    .research_block .loading-scroll-spinner.show {
      display: block; }
  .research_block__posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 35vh;
    position: relative; }
    @media screen and (max-width: 991px) {
      .research_block__posts {
        -webkit-column-gap: 30px;
           -moz-column-gap: 30px;
                column-gap: 30px; } }
    @media screen and (max-width: 480px) {
      .research_block__posts {
        grid-template-columns: 1fr; } }
    .research_block__posts-post {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 60px; }
      @media screen and (max-width: 991px) {
        .research_block__posts-post {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 30px; } }
      .research_block__posts-post:hover img {
        -webkit-transform: scale(1.05);
                transform: scale(1.05);
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .research_block__posts-post .post-image {
        width: 55%;
        overflow: hidden; }
        @media screen and (max-width: 991px) {
          .research_block__posts-post .post-image {
            width: 100%; } }
      .research_block__posts-post .post-content {
        width: 45%;
        padding-left: 25px;
        padding-right: 10px; }
        @media screen and (max-width: 991px) {
          .research_block__posts-post .post-content {
            width: 100%;
            padding: 0; } }
        .research_block__posts-post .post-content h5 {
          color: black; }

.sustain_block {
  padding: 85px 0 110px;
  background: #436970;
  background: -webkit-gradient(linear, left top, right top, color-stop(44%, #436970), color-stop(95%, #364f58));
  background: linear-gradient(90deg, #436970 44%, #364f58 95%); }
  @media (max-width: 56.87889em) {
    .sustain_block {
      padding: 35px 0 60px; } }
  .sustain_block__container {
    width: 100%;
    padding: 0 8%;
    margin: 0 auto; }
  .sustain_block__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px; }
    @media (max-width: 56.87889em) {
      .sustain_block__head {
        margin-bottom: 25px; } }
    .sustain_block__head h2 {
      color: white;
      font-size: 2.85em;
      line-height: 1.3; }
      @media (max-width: 56.87889em) {
        .sustain_block__head h2 {
          text-align: center;
          font-size: 2.1em; } }
      .sustain_block__head h2 span {
        color: #F4C676; }
    .sustain_block__head > div {
      min-width: 120px;
      text-align: right; }
      @media (max-width: 56.87889em) {
        .sustain_block__head > div {
          min-width: auto;
          text-align: center; } }
    .sustain_block__head a {
      color: white;
      text-decoration: none;
      font-family: "Sofia W03 Regular";
      font-size: 1em;
      border-bottom: 2px solid white;
      padding-bottom: 4px; }
      @media (max-width: 42.65667em) {
        .sustain_block__head a {
          font-size: 1em; } }
  .sustain_block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 72px;
    grid-row-gap: 36px; }
    @media (max-width: 42.65667em) {
      .sustain_block__grid {
        grid-template-columns: 1fr;
        grid-gap: 24px; } }
    .sustain_block__grid--image {
      overflow: hidden; }
      .sustain_block__grid--image img {
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        .sustain_block__grid--image img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
    .sustain_block__grid h5 {
      margin: 27px 0 10px; }
      @media (max-width: 42.65667em) {
        .sustain_block__grid h5 {
          margin: 15px 0 2px; } }
    .sustain_block__grid h4 {
      color: #FFF;
      margin: 0 0 10px 0; }
    .sustain_block__grid__flex {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 991px) {
        .sustain_block__grid__flex {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .sustain_block__grid__flex-image {
        width: 55%; }
        @media screen and (max-width: 991px) {
          .sustain_block__grid__flex-image {
            width: 100%; } }
        .sustain_block__grid__flex-image img {
          height: auto; }
      .sustain_block__grid__flex-content {
        width: 45%;
        padding-left: 30px; }
        @media screen and (max-width: 991px) {
          .sustain_block__grid__flex-content {
            width: 100%;
            padding: 0; } }
        .sustain_block__grid__flex-content h5 {
          color: #F4C676;
          margin: 0 0 15px; }
          @media screen and (max-width: 991px) {
            .sustain_block__grid__flex-content h5 {
              margin: 10px 0 0; } }
        .sustain_block__grid__flex-content p {
          color: white; }
          @media screen and (max-width: 991px) {
            .sustain_block__grid__flex-content p {
              margin: 0 0 10px; } }
  .sustain_block .sustain_block_page__grid {
    grid-column-gap: 36px;
    grid-row-gap: 46px; }
    @media screen and (max-width: 991px) {
      .sustain_block .sustain_block_page__grid {
        grid-row-gap: 24px; } }

.video_block {
  padding: 56px 0;
  margin: 0; }
  @media (max-width: 56.87889em) {
    .video_block {
      padding: 50px 0; } }
  .video_block__container {
    width: 100%;
    padding-left: 8%; }
  .video_block__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 991px) {
      .video_block__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .video_block__wrapper .video_block__content {
      width: 40%;
      padding-right: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 40px;
      margin-top: 50px;
      margin-bottom: 70px; }
      @media screen and (max-width: 991px) {
        .video_block__wrapper .video_block__content {
          width: 95%;
          padding: 0;
          margin: 0;
          gap: unset; } }
      @media screen and (min-width: 992px) {
        .video_block__wrapper .video_block__content h2 {
          font-size: 40px; }
        .video_block__wrapper .video_block__content p {
          margin-bottom: 20px; } }
      .video_block__wrapper .video_block__content h5 {
        color: #000000; }
    .video_block__wrapper .video_block__video {
      width: 60%; }
      @media screen and (max-width: 991px) {
        .video_block__wrapper .video_block__video {
          width: 100%; } }
      .video_block__wrapper .video_block__video .video-container {
        position: relative;
        padding-bottom: 60%;
        height: 0;
        overflow: hidden; }
        .video_block__wrapper .video_block__video .video-container .image-container {
          position: absolute;
          z-index: 3;
          top: 0;
          width: 100%;
          height: 100%; }
          .video_block__wrapper .video_block__video .video-container .image-container img {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
          .video_block__wrapper .video_block__video .video-container .image-container .play-btn {
            position: absolute;
            z-index: 4;
            width: 83px;
            height: 83px;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            cursor: pointer; }
      .video_block__wrapper .video_block__video .video-container iframe,
      .video_block__wrapper .video_block__video .video-container object,
      .video_block__wrapper .video_block__video .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .video_block .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .video_block__content {
    width: 50%; }
  .video_block__video {
    width: 50%; }
    .video_block__video iframe {
      max-width: 100%;
      height: auto; }
  .video_block .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: -40px; }
    @media screen and (max-width: 991px) {
      .video_block .slick-dots {
        margin-top: 0px; } }
    .video_block .slick-dots li {
      cursor: pointer; }
      .video_block .slick-dots li button {
        font-size: 0;
        height: 3px;
        width: 32px;
        background-color: rgba(34, 36, 52, 0.3); }
        .video_block .slick-dots li button:focus {
          outline: 0; }
      .video_block .slick-dots li.slick-active button {
        width: 72px;
        background-color: #222434; }

.lab-block {
  background: #222433;
  padding: 110px 0; }
  @media (max-width: 56.87889em) {
    .lab-block {
      padding: 50px 0; } }
  .lab-block-lab {
    padding: 0 0 110px; }
    @media (max-width: 56.87889em) {
      .lab-block-lab {
        padding: 0 0 50px 0; } }
    .lab-block-lab .lab-block__container {
      max-width: unset;
      width: 100%;
      padding: 0 8%; }
  .lab-block__container {
    max-width: 1290px;
    margin: 0 auto;
    padding: 0 20px; }
  .lab-block__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 55px; }
    @media (max-width: 56.87889em) {
      .lab-block__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 35px; } }
    .lab-block__head h2 {
      color: white;
      font-size: 2.3em;
      line-height: 1.3; }
      @media (max-width: 56.87889em) {
        .lab-block__head h2 {
          text-align: center;
          font-size: 1.6em; } }
      .lab-block__head h2 span {
        color: #F4C676; }
    .lab-block__head > div {
      min-width: 120px;
      text-align: right; }
      @media (max-width: 56.87889em) {
        .lab-block__head > div {
          min-width: auto;
          text-align: center; } }
    .lab-block__head a {
      color: white;
      text-decoration: none;
      font-family: "Sofia W03 Regular";
      font-size: 1em;
      border-bottom: 2px solid white;
      padding-bottom: 4px; }
      @media (max-width: 42.65667em) {
        .lab-block__head a {
          font-size: 1em; } }
  .lab-block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 56.87889em) {
      .lab-block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .lab-block__content__featured {
      width: 55%; }
      @media (max-width: 56.87889em) {
        .lab-block__content__featured {
          width: 100%;
          padding-bottom: 20px; } }
      .lab-block__content__featured > div {
        overflow: hidden; }
      .lab-block__content__featured img {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out; }
        .lab-block__content__featured img:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05);
          -webkit-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out; }
      .lab-block__content__featured h5 {
        margin: 30px 0 15px; }
      .lab-block__content__featured h3 {
        color: white;
        font-size: 2em;
        line-height: 1.3;
        margin-bottom: 20px; }
        @media (max-width: 42.65667em) {
          .lab-block__content__featured h3 {
            font-size: 1.5em; } }
        .lab-block__content__featured h3 a {
          text-decoration: none;
          color: inherit;
          font-size: inherit; }
      .lab-block__content__featured p {
        font-family: "Sofia W03 Light";
        color: white;
        font-size: 18px;
        margin-bottom: 20px; }
        .lab-block__content__featured p a {
          text-decoration: none;
          color: inherit;
          font-size: inherit; }
        @media (max-width: 42.65667em) {
          .lab-block__content__featured p {
            font-size: 1em; } }
      .lab-block__content__featured a.read-more {
        font-family: "Sofia W03 Regular";
        color: white;
        text-decoration: none;
        border-bottom: 2px solid white;
        padding-bottom: 4px; }
    .lab-block__content__posts {
      width: 45%;
      padding-left: 5%; }
      @media (max-width: 56.87889em) {
        .lab-block__content__posts {
          width: 100%;
          padding: 0; } }
      .lab-block__content__posts-latest {
        color: white;
        margin: 0; }
        @media (max-width: 56.87889em) {
          .lab-block__content__posts-latest {
            display: none; } }
      .lab-block__content__posts-post {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 2px solid #3b3b45; }
        @media (max-width: 56.87889em) {
          .lab-block__content__posts-post {
            border-top: 2px solid #3b3b45;
            border-bottom: 0;
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media screen and (max-width: 320px) {
          .lab-block__content__posts-post {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .lab-block__content__posts-post .post-image {
          width: 40%; }
          @media screen and (max-width: 320px) {
            .lab-block__content__posts-post .post-image {
              width: 100%; } }
        .lab-block__content__posts-post .post-content {
          width: 60%;
          padding-left: 5%; }
          @media screen and (max-width: 320px) {
            .lab-block__content__posts-post .post-content {
              width: 100%;
              padding: 0; } }
          .lab-block__content__posts-post .post-content h5 {
            margin: 5px 0; }
            @media (max-width: 42.65667em) {
              .lab-block__content__posts-post .post-content h5 {
                margin: 0 0 5px 0;
                line-height: 1.2; } }
            @media screen and (max-width: 320px) {
              .lab-block__content__posts-post .post-content h5 {
                margin: 5px 0; } }
          .lab-block__content__posts-post .post-content p {
            font-size: 1.1em;
            line-height: 1.5;
            color: white; }
            @media (max-width: 42.65667em) {
              .lab-block__content__posts-post .post-content p {
                font-size: 1em; } }
      .lab-block__content__posts a .lab-block__content__posts-post {
        border-bottom: 2px solid #3b3b45; }
        @media (max-width: 56.87889em) {
          .lab-block__content__posts a .lab-block__content__posts-post {
            border-bottom: 0; } }
      .lab-block__content__posts a:first-child .lab-block__content__posts-post {
        padding-top: 0; }
        @media (max-width: 56.87889em) {
          .lab-block__content__posts a:first-child .lab-block__content__posts-post {
            padding-top: 20px;
            margin-top: 30px; } }
      .lab-block__content__posts a:last-child .lab-block__content__posts-post {
        border-bottom: 0; }
        @media (max-width: 56.87889em) {
          .lab-block__content__posts a:last-child .lab-block__content__posts-post {
            border-bottom: 2px solid #3b3b45; } }

@media (max-width: 910px) {
  .home.page-6 .lab-block__content__posts-post .post-image {
    width: 70% !important; }
  .home.page-6 .lab-block__content__posts-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px; } }

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222433;
  width: 100vw;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  z-index: 999999999999; }

.preloader .inner {
  width: 100vw;
  height: 100vh;
  /* Use vh as a fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden; }

.preloader .inner #line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.preloader .inner #logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px); }

.single-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 120px; }
  .single-footer .inner {
    width: 100%;
    max-width: 753px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 42.65667em) {
      .single-footer .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (max-width: 42.65667em) {
      .single-footer .inner {
        width: 100%;
        max-width: 279px; } }
    .single-footer .inner hr {
      width: 100%;
      margin-bottom: 42px; }
    .single-footer .inner h6 {
      margin: 0;
      text-transform: uppercase;
      font-size: 1.3rem;
      font-weight: 500; }
      @media (max-width: 42.65667em) {
        .single-footer .inner h6 {
          margin-bottom: 25px; } }
    .single-footer .inner .icons {
      justify-self: flex-end;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .single-footer .inner .icons a {
        margin-left: 12px; }

.sect-error {
  min-height: 90vh; }
  .sect-error .container {
    width: auto;
    min-height: 90vh;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .sect-error .container .alert {
      margin-bottom: 2rem; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__header .modal__close:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; }

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.modal__btn-primary {
  background-color: #00449e;
  color: #fff; }

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  display: none; }

.micromodal-slide.is-open {
  display: block; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

section.signup-block {
  background: #222433;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 81px;
  padding-bottom: 69px; }
  section.signup-block .inner {
    width: 100%;
    max-width: 612px;
    color: #fff; }
    @media (max-width: 42.65667em) {
      section.signup-block .inner {
        width: 80%; } }
    section.signup-block .inner h2 {
      color: #fff;
      font-size: 46px;
      line-height: 59px; }
    section.signup-block .inner p {
      color: #fff;
      font-size: 18px;
      line-height: 29px;
      margin-bottom: 41px; }
    section.signup-block .inner form input[type="text"], section.signup-block .inner form input[type="email"] {
      margin-bottom: 21px; }
    section.signup-block .inner form .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      section.signup-block .inner form .row:after {
        content: '';
        display: block;
        background-image: url(../images/icons/arrow-small-right.png);
        width: 18px;
        height: 17px;
        position: absolute;
        top: 20px;
        right: 13px; }
      section.signup-block .inner form .row label {
        width: 70%;
        max-width: 373px;
        text-align: left;
        font-size: 12px; }
        @media (max-width: 42.65667em) {
          section.signup-block .inner form .row label {
            max-width: 60%; } }
        section.signup-block .inner form .row label input[type="checkbox"] {
          margin-right: 12px; }
        section.signup-block .inner form .row label p {
          display: inline;
          font-size: inherit;
          color: inherit;
          line-height: inherit; }
      section.signup-block .inner form .row input[type="submit"] {
        background: #F4C676;
        width: 197px;
        height: 53px;
        text-align: left;
        padding-left: 45px; }
        @media (max-width: 42.65667em) {
          section.signup-block .inner form .row input[type="submit"] {
            max-width: 40%; } }

section.table .inner {
  overflow-x: auto; }
  @media (max-width: 768px) {
    section.table .inner {
      max-width: 85%; } }

section.table table {
  width: 100%;
  min-width: 100%;
  border: 0;
  border-collapse: collapse;
  overflow-x: auto;
  float: left; }
  section.table table thead {
    width: 100%; }
  section.table table tbody {
    width: 100%; }
  section.table table th {
    color: #fff;
    background: #212533;
    text-align: left;
    padding: 10px 12px; }
    section.table table th[colspan]:not([colspan="1"]) {
      text-align: center; }
  section.table table tbody tr th {
    color: #fff;
    background: #212533;
    text-align: left; }
    section.table table tbody tr th[colspan]:not([colspan="1"]) {
      text-align: center; }
  section.table table tbody tr td {
    color: #434652;
    text-align: left;
    padding: 10px 12px;
    border-right: 1px solid #212533; }
    section.table table tbody tr td[colspan]:not([colspan="1"]) {
      text-align: center; }
    section.table table tbody tr td:last-of-type {
      border-right: 0; }
  section.table table tbody tr:nth-child(odd) {
    background: #f2f2f2; }

section.gradient-text {
  min-height: 430px;
  background-color: #353539;
  background: linear-gradient(15.68deg, #212433 0%, #63B0AD 100%);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
  overflow: hidden; }
  @media (max-width: 1080px) {
    section.gradient-text {
      height: 469px; } }
  section.gradient-text p {
    width: 664px;
    color: #FFFFFF;
    font-family: "Sofia W03 Regular";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center; }
    @media (max-width: 1080px) {
      section.gradient-text p {
        width: 301px;
        color: #FFFFFF;
        font-family: "Sofia W03 Regular";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center; } }
  section.gradient-text .inner {
    max-width: 700px;
    position: relative; }
    section.gradient-text .inner.is-inViewport:before {
      background-position: 0% 10%; }
    section.gradient-text .inner.is-inViewport:after {
      background-position: 0% -10%; }
    section.gradient-text .inner:before, section.gradient-text .inner:after {
      content: "";
      display: block;
      width: 1px;
      height: 200%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -webkit-transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
              transform: translate3d(0, 0, 0) skew(-25deg, 0deg);
      -webkit-transform-origin: center center;
              transform-origin: center center;
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #fff), color-stop(66%, #fff), color-stop(66%, transparent), to(transparent));
      background: linear-gradient(0deg, transparent, transparent 50%, #fff 50%, #fff 66%, transparent 66%, transparent);
      background-size: 200% 200%;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      background-position: 0% -100%;
      display: none; }
    section.gradient-text .inner:after {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    section.gradient-text .inner:before {
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(83%, transparent), color-stop(50%, #fff), to(#fff));
      background: linear-gradient(0deg, transparent, transparent 83%, #fff 50%, #fff);
      background-size: 200% 200%;
      background-position: 0% -100%; }

.home .banner .banner__content {
  background-color: #222433; }

.home .banner .slick-current h1,
.home .banner .slick-current h2 {
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation: fadeIn 1.8s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.home .banner .slick-current .text {
  -webkit-animation: fadeIn 2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          animation: fadeIn 2s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.home .banner h1,
.home .banner h2 {
  font-size: 84px;
  line-height: 101px;
  letter-spacing: 7.4px; }
  @media (max-width: 1290px) {
    .home .banner h1,
    .home .banner h2 {
      font-size: 5vw;
      line-height: 6vw; } }
  @media (max-width: 79.99em) {
    .home .banner h1,
    .home .banner h2 {
      font-size: 52px;
      line-height: 69px; } }
  @media (max-width: 71.10111em) {
    .home .banner h1,
    .home .banner h2 {
      font-size: 44px;
      line-height: 52px; } }
  @media (max-width: 42.65667em) {
    .home .banner h1,
    .home .banner h2 {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: 2.8px; } }

.home .banner .text {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 51px;
  width: 28%;
  text-align: left;
  font-size: 2rem;
  line-height: 2.6rem;
  padding: unset;
  max-width: 422px;
  z-index: 2; }
  @media (max-width: 42.65667em) {
    .home .banner .text {
      right: 0;
      width: 58%;
      bottom: 20px;
      padding-right: 17px; } }
  .home .banner .text p {
    color: #fff;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
    font-family: "Sofia W03 Medium"; }
    @media (max-width: 42.65667em) {
      .home .banner .text p {
        font-size: 15px;
        line-height: 23px; } }
  .home .banner .text .btn {
    display: inline-block;
    max-height: 53px;
    min-height: 43px;
    min-width: 197px;
    line-height: 53px;
    vertical-align: middle; }
    @media (max-width: 42.65667em) {
      .home .banner .text .btn .arrow {
        display: block; } }

.home .banner .arrow {
  position: absolute;
  left: 5%;
  bottom: 100px;
  width: 45px;
  height: 45px;
  z-index: 22;
  cursor: pointer; }
  @media (max-width: 42.65667em) {
    .home .banner .arrow {
      display: none; } }
  .home .banner .arrow img {
    float: left;
    height: 100%;
    width: auto; }

.home section.case-studies {
  padding-bottom: calc(122px + 289px); }
  @media (max-width: 42.65667em) {
    .home section.case-studies {
      padding-bottom: calc(560px - 159px); } }

.home .casestudy-preview {
  margin-top: -560px; }
  .home .casestudy-preview .inner {
    z-index: 20; }
    .home .casestudy-preview .inner h1,
    .home .casestudy-preview .inner h2 {
      width: 40%;
      color: #fff; }
      @media (max-width: 42.65667em) {
        .home .casestudy-preview .inner h1,
        .home .casestudy-preview .inner h2 {
          width: 100%;
          font-size: 2.6rem;
          line-height: 32px;
          max-width: 279px; } }

.home .latest-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-bottom: 187px; }
  @media (max-width: 42.65667em) {
    .home .latest-carousel {
      padding-top: 20px;
      background: #eee;
      width: 100%;
      padding-bottom: 49px; } }
  .home .latest-carousel .header-inner {
    padding-left: 30%;
    padding-right: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 1rem; }
    @media (max-width: 42.65667em) {
      .home .latest-carousel .header-inner {
        padding-left: 6%;
        padding-right: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .home .latest-carousel .header-inner h1,
    .home .latest-carousel .header-inner h2 {
      width: auto;
      max-width: 495px;
      margin-bottom: 38px;
      font-family: "Sofia W03 Bold";
      font-size: 54px;
      line-height: 61px; }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .header-inner h1,
        .home .latest-carousel .header-inner h2 {
          width: 100%;
          text-align: left;
          font-size: 26px;
          line-height: 32px;
          font-family: "Sofia W03 Bold";
          word-break: break-word;
          width: 100%;
          padding-right: 44%;
          margin-bottom: 0;
          padding-bottom: 5px; } }
  .home .latest-carousel .inner {
    width: 100%;
    height: auto;
    padding-left: 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-bottom: 0; }
    @media (max-width: 42.65667em) {
      .home .latest-carousel .inner {
        padding-left: 6%;
        padding-right: 0; } }
    .home .latest-carousel .inner h5 {
      text-align: center; }
    .home .latest-carousel .inner h1,
    .home .latest-carousel .inner h2 {
      color: #222433;
      text-align: center;
      padding-bottom: 40px; }
    .home .latest-carousel .inner .filters {
      width: 100%;
      padding-right: 15%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding-top: 47px;
      padding-bottom: 50px; }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .filters {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-right: 0;
          padding-top: 0; } }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .filters h3 {
          display: none; } }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .filters .fitlers-container {
          /* -webkit-box-orient: horizontal; */
          /* -webkit-box-direction: normal; */
          /* -webkit-flex-direction: row; */
          -ms-flex-direction: row;
          /* flex-direction: row; */
          overflow-x: scroll;
          overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;
          white-space: nowrap;
          width: 100%; } }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .filters .fitlers-container::-webkit-scrollbar {
          width: 0 !important;
          display: none; } }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .filters .fitlers-container a {
          display: inline-block; } }
      .home .latest-carousel .inner .filters .fitlers-container a.active {
        background-color: #222433;
        border-color: #222433;
        color: #fff; }
      .home .latest-carousel .inner .filters h3 {
        font-size: 13px;
        line-height: 26px;
        letter-spacing: 2.5px;
        text-transform: uppercase;
        font-family: "Sofia W03 Bold";
        font-weight: bold;
        font-weight: 500;
        margin: 0;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
      .home .latest-carousel .inner .filters a {
        border-color: #000;
        border-width: 1.1px;
        color: #000;
        margin-right: 14.9px;
        max-height: 32px;
        min-height: 32px;
        line-height: 31px;
        min-width: 123px;
        max-width: unset;
        vertical-align: middle;
        text-align: center;
        vertical-align: middle;
        font-family: "Sofia W03 Medium";
        border-radius: 15.5px;
        text-transform: capitalize;
        padding: unset;
        height: 16px;
        width: 122px;
        color: #222433;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 32px;
        text-align: center;
        max-height: 32.1px;
        line-height: 27.1px;
        vertical-align: text-top;
        padding-bottom: 9px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
    .home .latest-carousel .inner .latest-container {
      width: 100%;
      margin-bottom: 77px; }
      .home .latest-carousel .inner .latest-container .slick-track {
        margin-left: initial;
        margin-right: initial; }
      .home .latest-carousel .inner .latest-container .slick-list {
        padding: 0 20% 0 0; }
        @media (max-width: 42.65667em) {
          .home .latest-carousel .inner .latest-container .slick-list {
            max-width: 100%;
            padding: 0; } }
      .home .latest-carousel .inner .latest-container .slick-slide {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 39px 0 0;
        max-width: 371px;
        min-height: 465px; }
        @media (max-width: 42.65667em) {
          .home .latest-carousel .inner .latest-container .slick-slide {
            max-width: 100%;
            padding: 0 16px 0 0; } }
      .home .latest-carousel .inner .latest-container .latest-item {
        width: auto;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        height: auto;
        min-height: 465px;
        max-height: 465px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 22px 7%;
        color: #fff;
        margin-right: 30px;
        margin-right: 20px; }
        @media (max-width: 42.65667em) {
          .home .latest-carousel .inner .latest-container .latest-item {
            width: 100%;
            min-width: 100%;
            max-width: 100%; } }
        .home .latest-carousel .inner .latest-container .latest-item .parrallax-background {
          position: absolute;
          top: -87px;
          left: 0;
          height: 110%; }
        .home .latest-carousel .inner .latest-container .latest-item[data-background="#64B5B3"] {
          background: #64B5B3; }
        .home .latest-carousel .inner .latest-container .latest-item[data-background="#F4C676"] {
          background: #F4C676; }
        .home .latest-carousel .inner .latest-container .latest-item[data-background="#222433"] {
          background: #222433; }
        .home .latest-carousel .inner .latest-container .latest-item[data-background="#F1F1F1"] {
          background: #F1F1F1; }
          .home .latest-carousel .inner .latest-container .latest-item[data-background="#F1F1F1"] p {
            color: #222433; }
        .home .latest-carousel .inner .latest-container .latest-item a {
          display: block;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-flex: 1 1;
              -ms-flex: 1 1;
                  flex: 1 1;
          height: 100%;
          z-index: 5;
          min-height: 421px; }
          .home .latest-carousel .inner .latest-container .latest-item a > div {
            z-index: 10;
            min-height: 421px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
          .home .latest-carousel .inner .latest-container .latest-item a p {
            color: #fff;
            font-size: 2.2rem;
            line-height: 3rem;
            font-family: "Sofia W03 Medium"; }
            .home .latest-carousel .inner .latest-container .latest-item a p.sub {
              font-size: 1.3rem; }
        .home .latest-carousel .inner .latest-container .latest-item .icon {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
          .home .latest-carousel .inner .latest-container .latest-item .icon img {
            z-index: 1;
            width: 200%;
            height: auto;
            -webkit-transform: translate(6%, -56%);
            transform: translate(36px, -161px);
            opacity: .5; }
        .home .latest-carousel .inner .latest-container .latest-item .tag {
          position: absolute;
          top: 22px;
          left: 7%;
          color: #000;
          background: #fff;
          border-radius: 8px;
          font-size: 12px;
          padding-left: 12px;
          padding-right: 12px;
          z-index: 9;
          font-family: "Sofia W03 Medium";
          text-align: center;
          vertical-align: middle;
          min-width: 112px;
          min-height: 31px;
          line-height: 31px;
          border-radius: 25px; }
        .home .latest-carousel .inner .latest-container .latest-item .sub {
          font-size: 1.3rem;
          text-transform: uppercase; }
        .home .latest-carousel .inner .latest-container .latest-item img {
          position: absolute;
          left: 0;
          bottom: 0;
          width: auto;
          height: 100%;
          z-index: -1;
          max-width: unset; }
        .home .latest-carousel .inner .latest-container .latest-item .overlay {
          position: absolute;
          background: black;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 1;
          height: 100%;
          opacity: .3; }
    .home .latest-carousel .inner .latest__carousel__pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 87%;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      margin-bottom: 65.4px; }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .latest__carousel__pagination {
          width: 100%;
          padding: 0 6%; } }
      .home .latest-carousel .inner .latest__carousel__pagination button {
        font-size: 0;
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0; }
      .home .latest-carousel .inner .latest__carousel__pagination .slick-arrow {
        background-image: url("/wp-content/themes/coryton/images/icons/carousel-arrow-right.png");
        background-color: transparent;
        background-position: center;
        width: 25px;
        margin-top: 0px;
        margin-left: 6px;
        height: 26px;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
        .home .latest-carousel .inner .latest__carousel__pagination .slick-arrow.slick-prev {
          -webkit-transform: rotate(0deg);
                  transform: rotate(0deg); }
      .home .latest-carousel .inner .latest__carousel__pagination ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 20px;
        width: 80%;
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset;
                transform: unset;
        bottom: unset; }
        @media (max-width: 42.65667em) {
          .home .latest-carousel .inner .latest__carousel__pagination ul {
            width: 60%; } }
        .home .latest-carousel .inner .latest__carousel__pagination ul li {
          width: auto;
          min-width: 10px;
          margin: 0; }
          .home .latest-carousel .inner .latest__carousel__pagination ul li.slick-active button {
            background: #000;
            max-width: none; }
          .home .latest-carousel .inner .latest__carousel__pagination ul li button {
            width: 100%;
            background: #b2b3b3;
            height: 2px;
            max-width: none; }
    .home .latest-carousel .inner .offset-background {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      width: 90%;
      background: #eee;
      z-index: -1; }
      @media (max-width: 42.65667em) {
        .home .latest-carousel .inner .offset-background {
          display: none; } }

.home .contact-us {
  background: #64B5B3;
  padding-top: 210px;
  padding-bottom: 186px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 42.65667em) {
    .home .contact-us {
      background-size: 60%; } }

body.about section.principles {
  padding-top: calc(237px + 275px);
  margin-top: -400px; }
  @media (max-width: 42.65667em) {
    body.about section.principles {
      padding-top: calc(237px + 150px); } }

@media (max-width: 42.65667em) {
  body.about .facility {
    margin-bottom: 0 !important; } }

body.about .double-image {
  min-height: auto;
  margin-top: 0; }
  @media (max-width: 42.65667em) {
    body.about .double-image .inner {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

@media (max-width: 42.65667em) {
  body.about .double-image-padding {
    padding-top: 158px; } }

.facility h1:before, .facility h1:after,
.facility h2:before,
.facility h2:after {
  content: none !important; }

section.case-studies {
  min-height: 100vh;
  background: #222433;
  position: relative;
  padding-bottom: 600px; }
  section.case-studies .inner {
    padding-top: 164px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify-content;
    -webkit-justify-content: justify-content;
        -ms-flex-pack: justify-content;
            justify-content: justify-content;
    position: relative;
    width: 100%; }
    section.case-studies .inner h3 {
      max-width: 508px;
      font-size: 49px;
      line-height: 56px;
      font-family: "Sofia W03 Semi Bold"; }
      @media (max-width: 56.87889em) {
        section.case-studies .inner h3 {
          font-size: 26px;
          line-height: 32px;
          max-width: initial; } }
    @media (max-width: 56.87889em) {
      section.case-studies .inner {
        padding-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  section.case-studies .icon {
    position: absolute;
    bottom: 158px;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  section.case-studies .case-studies__col {
    width: 40%;
    max-width: 40%;
    margin: 0 5%;
    position: relative; }
    @media (max-width: 56.87889em) {
      section.case-studies .case-studies__col {
        width: 90%;
        max-width: 90%;
        margin: 0 6%; } }
    @media (max-width: 42.65667em) {
      section.case-studies .case-studies__col {
        max-width: 280px;
        margin: 0 auto; } }
    section.case-studies .case-studies__col:nth-child(2) {
      width: 48%;
      max-width: 48%; }
      @media (max-width: 56.87889em) {
        section.case-studies .case-studies__col:nth-child(2) {
          width: 90%;
          max-width: 90%;
          margin: 0 6%; } }
    section.case-studies .case-studies__col .case-studies__heading {
      position: -webkit-sticky;
      position: sticky;
      top: 164px;
      width: 100%;
      max-width: 100%; }
      @media (max-width: 42.65667em) {
        section.case-studies .case-studies__col .case-studies__heading {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 2%;
          padding-right: 2%;
          padding-top: 40px;
          padding-bottom: 40px; } }
  section.case-studies .case-studies__cases {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -25px;
    margin-bottom: 10%; }
    @media (max-width: 42.65667em) {
      section.case-studies .case-studies__cases {
        margin-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    section.case-studies .case-studies__cases .case-studies__cases__col {
      width: calc(50% - 25px);
      margin-left: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 330px; }
      @media (max-width: 42.65667em) {
        section.case-studies .case-studies__cases .case-studies__cases__col {
          width: 100%;
          max-width: 280px;
          margin-left: 0;
          margin: 0 auto; } }
      section.case-studies .case-studies__cases .case-studies__cases__col:nth-child(2) {
        margin-top: 20%; }
        @media (max-width: 42.65667em) {
          section.case-studies .case-studies__cases .case-studies__cases__col:nth-child(2) {
            margin-top: 0; } }
    section.case-studies .case-studies__cases .case-study {
      height: auto;
      min-height: 438px;
      width: 100%;
      border-radius: 6px;
      margin-bottom: 24px;
      -webkit-transition: -webkit-transform 1s ease;
      transition: -webkit-transform 1s ease;
      transition: transform 1s ease;
      transition: transform 1s ease, -webkit-transform 1s ease;
      -webkit-transform-origin: bottom;
              transform-origin: bottom;
      overflow: hidden;
      position: relative; }
      @media (max-width: 42.65667em) {
        section.case-studies .case-studies__cases .case-study {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          min-height: 369px;
          max-height: 369px; } }
      section.case-studies .case-studies__cases .case-study .arrow {
        position: absolute;
        top: 21px;
        display: none; }
      section.case-studies .case-studies__cases .case-study .parrallax-background {
        position: absolute;
        height: auto;
        top: 0;
        left: 0;
        z-index: 0;
        background-position: center;
        min-height: calc(100% + 40px); }
      section.case-studies .case-studies__cases .case-study .icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2; }
        section.case-studies .case-studies__cases .case-study .icon img {
          position: absolute;
          left: unset;
          right: -32%;
          top: 50%;
          min-width: 20px !important;
          min-height: 20px !important;
          width: auto !important;
          height: auto !important;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          opacity: .24; }
      section.case-studies .case-studies__cases .case-study .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: #000;
        z-index: 1; }
      section.case-studies .case-studies__cases .case-study a {
        width: 100%;
        height: 100%;
        display: block;
        z-index: 3;
        position: relative; }
      section.case-studies .case-studies__cases .case-study .inner {
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 32px 6%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        @media (max-width: 42.65667em) {
          section.case-studies .case-studies__cases .case-study .inner {
            min-height: 369px;
            max-height: 369px; } }
        section.case-studies .case-studies__cases .case-study .inner h3 {
          font-weight: 400;
          font-family: "Sofia W03 Light";
          font-size: 34px;
          letter-spacing: 3.18px;
          line-height: 38px;
          text-transform: uppercase; }
        section.case-studies .case-studies__cases .case-study .inner p {
          color: #fff;
          font-size: 20px;
          line-height: 26px;
          display: none;
          font-family: "Sofia W03 Medium"; }
      section.case-studies .case-studies__cases .case-study:hover {
        -webkit-transform: scale(1.071);
                transform: scale(1.071);
        z-index: 999999; }
        section.case-studies .case-studies__cases .case-study:hover .arrow {
          display: block; }
        section.case-studies .case-studies__cases .case-study:hover .parrallax-background {
          position: absolute;
          height: auto;
          top: 0;
          left: 0;
          z-index: 0;
          background-position: center;
          min-height: calc(100% + 40px); }
        section.case-studies .case-studies__cases .case-study:hover p {
          display: block; }

body.case-studies .case-studies .filters {
  margin-top: 40px;
  width: 50%;
  position: relative; }
  body.case-studies .case-studies .filters.active .header .plus span {
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg); }
    body.case-studies .case-studies .filters.active .header .plus span:nth-child(2) {
      -webkit-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg); }
  body.case-studies .case-studies .filters .header {
    position: relative;
    font-family: "Sofia W03 Regular";
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 26px;
    letter-spacing: 2.5px; }
    body.case-studies .case-studies .filters .header .plus {
      position: absolute;
      top: 50%;
      right: 0;
      width: 16px;
      height: 16px;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      body.case-studies .case-studies .filters .header .plus span {
        width: 16px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        body.case-studies .case-studies .filters .header .plus span:nth-child(2) {
          -webkit-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
  body.case-studies .case-studies .filters .body {
    margin-top: 14px;
    display: none; }
    body.case-studies .case-studies .filters .body ul li a {
      text-transform: uppercase;
      color: #F4C676;
      font-family: "Sofia W03 Bold";
      letter-spacing: 2.5px;
      margin-bottom: 8px;
      font-size: 13px;
      cursor: pointer; }

body.case-studies .case-studies .case-study p.clientname {
  display: block; }

body.case-studies .case-studies {
  padding-bottom: 388px; }
  body.case-studies .case-studies .inner {
    margin-bottom: 0; }

body.latest .custom-select-dropdown > span {
  font-family: "Sofia W03 Bold";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.46px;
  line-height: 26px;
  color: #222433; }

body.latest .custom-select-dropdown .dropdown {
  background: #F1F1F1; }

body.latest .custom-select-dropdown li a {
  color: #222433;
  font-size: 13px;
  letter-spacing: 2.5px;
  font-family: "Sofia W03 Bold";
  text-transform: uppercase; }

body.latest section.latest-filters {
  min-height: 101px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 0 0 4%;
  background: #222433;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: initial; }
  @media (max-width: 71.10111em) {
    body.latest section.latest-filters {
      width: 100%;
      padding: 0; } }
  body.latest section.latest-filters .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    body.latest section.latest-filters .inner .filters {
      width: 72%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      /* this will hide the scrollbar in webkit based browsers - safari, chrome, etc */ }
      @media (max-width: 71.10111em) {
        body.latest section.latest-filters .inner .filters {
          width: 100%;
          padding-left: 12px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          min-height: 86px;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          overflow-x: scroll;
          /* this will hide the scrollbar in mozilla based browsers */
          overflow: -moz-scrollbars-none;
          /* this will hide the scrollbar in internet explorers */
          -ms-overflow-style: none; } }
      @media (max-width: 71.10111em) {
        body.latest section.latest-filters .inner .filters::-webkit-scrollbar {
          width: 0 !important;
          display: none; } }
      body.latest section.latest-filters .inner .filters h3 {
        font-size: 1.3rem;
        color: #F4C676;
        margin-right: 43px;
        text-transform: uppercase;
        color: #F4C676;
        font-family: "Sofia W03 Light";
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2.46px;
        line-height: 26px; }
        @media (max-width: 56.87889em) {
          body.latest section.latest-filters .inner .filters h3 {
            min-width: 157px;
            margin-right: 12px; } }
      body.latest section.latest-filters .inner .filters button {
        margin: 0;
        outline: 0;
        background: transparent;
        color: #fff;
        text-align: center;
        margin-right: 20px;
        vertical-align: middle;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 32px;
        min-width: 140px;
        border: 1px solid #FFFFFF;
        border-radius: 16px;
        font-family: "Sofia W03 Bold";
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 0px;
        text-align: center;
        padding: 0;
        max-height: 32px;
        cursor: pointer;
        text-transform: capitalize;
        padding-bottom: 3px;
        box-sizing: border-box;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        body.latest section.latest-filters .inner .filters button.active {
          background: #fff;
          color: #000; }
        body.latest section.latest-filters .inner .filters button:hover {
          background: #fff;
          color: #000;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
  body.latest section.latest-filters .custom-select-dropdown.latest {
    top: 0;
    min-height: 101px; }
    @media (max-width: 71.10111em) {
      body.latest section.latest-filters .custom-select-dropdown.latest {
        position: relative;
        background: #fff;
        width: 100%; } }
    @media (max-width: 71.10111em) {
      body.latest section.latest-filters .custom-select-dropdown.latest > span {
        display: block;
        width: calc(100% - 67px);
        font-size: 1.1rem; } }
    @media (max-width: 56.87889em) {
      body.latest section.latest-filters .custom-select-dropdown.latest span {
        display: block; } }
    body.latest section.latest-filters .custom-select-dropdown.latest .custom-select-dropdown__button {
      background: #fff; }
      body.latest section.latest-filters .custom-select-dropdown.latest .custom-select-dropdown__button a.active {
        color: #F4C676; }
    body.latest section.latest-filters .custom-select-dropdown.latest .dropdown {
      top: 101px; }
      @media (max-width: 42.65667em) {
        body.latest section.latest-filters .custom-select-dropdown.latest .dropdown {
          width: 100%; } }

body.latest .latest-filters {
  overflow: initial; }
  body.latest .latest-filters .custom-select-dropdown.latest.active {
    background: #F1F1F1; }
    body.latest .latest-filters .custom-select-dropdown.latest.active .plus span {
      -webkit-transform: translateY(-25%) rotate(45deg);
              transform: translateY(-25%) rotate(45deg); }
      body.latest .latest-filters .custom-select-dropdown.latest.active .plus span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    body.latest .latest-filters .custom-select-dropdown.latest.active .custom-select-dropdown__button {
      background: inherit; }
  body.latest .latest-filters .plus {
    position: relative; }
    body.latest .latest-filters .plus span {
      width: 16px;
      height: 2px;
      background: #000;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-25%);
              transform: translateY(-25%);
      padding: 0; }
      body.latest .latest-filters .plus span:nth-child(2) {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }

body.latest section.lastest-news {
  padding-top: 104px;
  padding-bottom: 214px;
  max-width: 1193px;
  width: 90%;
  margin: 0 auto; }
  @media (max-width: 71.10111em) {
    body.latest section.lastest-news {
      max-width: 780px; } }
  @media (max-width: 42.65667em) {
    body.latest section.lastest-news {
      width: 90%;
      max-width: 257px;
      padding-top: 0; } }
  body.latest section.lastest-news .small-logo {
    margin-top: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body.latest section.lastest-news .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -23px; }
    @media (max-width: 71.10111em) {
      body.latest section.lastest-news .inner {
        grid-template-columns: repeat(2, 46.8%); } }
    @media (max-width: 31.54556em) {
      body.latest section.lastest-news .inner {
        grid-template-columns: repeat(1, 100%); } }
  body.latest section.lastest-news .gutter-sizer {
    width: 40px; }
  body.latest section.lastest-news .grid-sizer {
    width: 100%;
    max-width: calc(33.333% - 40px); }
    @media (max-width: 768px) {
      body.latest section.lastest-news .grid-sizer {
        max-width: calc(50% - 40px); } }
    @media (max-width: 521px) {
      body.latest section.lastest-news .grid-sizer {
        max-width: 100%; } }
  body.latest section.lastest-news .latest-item {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: auto;
    min-height: 465px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    margin: 0;
    padding: 8px 2%;
    color: #fff;
    margin-bottom: 2.3rem;
    width: 100%;
    max-width: calc(33.333% - 40px); }
    @media (max-width: 768px) {
      body.latest section.lastest-news .latest-item {
        max-width: calc(50% - 40px); } }
    @media (max-width: 521px) {
      body.latest section.lastest-news .latest-item {
        max-width: 100%; } }
    body.latest section.lastest-news .latest-item .preview {
      z-index: 4; }
    body.latest section.lastest-news .latest-item.zoom-image img {
      -webkit-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    body.latest section.lastest-news .latest-item.zoom-image:hover img {
      -webkit-transform: scale(1.03);
              transform: scale(1.03); }
    body.latest section.lastest-news .latest-item.zoom-image-icon img {
      -webkit-transition: all 1s ease 0s;
      transition: all 1s ease 0s; }
    body.latest section.lastest-news .latest-item.zoom-image-icon:hover img {
      min-width: 210%;
      -webkit-transform: translate(50px, -442px);
              transform: translate(50px, -442px); }
    body.latest section.lastest-news .latest-item[data-background="#F1F1F1"] {
      background: #F1F1F1; }
      body.latest section.lastest-news .latest-item[data-background="#F1F1F1"] .sub {
        color: #222433 !important; }
      body.latest section.lastest-news .latest-item[data-background="#F1F1F1"] p {
        color: #222433 !important; }
    body.latest section.lastest-news .latest-item[data-background="#222433"] {
      background: #222433; }
    body.latest section.lastest-news .latest-item[data-background="#F4C676"] {
      background: #F4C676; }
    body.latest section.lastest-news .latest-item[data-background="#64B5B3"] {
      background: #64B5B3; }
    body.latest section.lastest-news .latest-item a {
      z-index: 4;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-height: 465px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    body.latest section.lastest-news .latest-item .icon {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: 0 auto; }
      body.latest section.lastest-news .latest-item .icon img {
        z-index: 1;
        /* width: 200%; */
        /* height: auto; */
        -webkit-transform: translate(42px, -100px);
        transform: translate(43px, -434px);
        opacity: .5;
        width: auto;
        height: auto;
        min-height: auto;
        min-width: 200%; }
        @media (max-width: 42.65667em) {
          body.latest section.lastest-news .latest-item .icon img {
            -webkit-transform: translate(30px, -60px);
            transform: translate(77px, -235px);
            min-width: 160%; } }
    body.latest section.lastest-news .latest-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .5;
      background: #000;
      z-index: 2; }
    body.latest section.lastest-news .latest-item .tag {
      position: absolute;
      top: 22px;
      left: 7%;
      color: #000;
      background: #fff;
      border-radius: 8px;
      font-size: 1.3rem;
      padding-left: 12px;
      padding-right: 12px;
      z-index: 4; }
      @media (max-width: 42.65667em) {
        body.latest section.lastest-news .latest-item .tag {
          left: 30px;
          top: 29px; } }
    body.latest section.lastest-news .latest-item p {
      color: #fff; }
    body.latest section.lastest-news .latest-item .sub {
      font-size: 1.3rem;
      text-transform: uppercase;
      color: #fff; }
    body.latest section.lastest-news .latest-item img {
      position: absolute;
      left: 0;
      bottom: 0;
      width: auto;
      height: auto;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: -1;
      right: 0;
      bottom: 0;
      top: 0;
      min-height: 100%;
      width: auto; }

.single-header {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 639px;
  position: relative;
  overflow: initial; }
  @media (max-width: 42.65667em) {
    .single-header {
      min-height: 350px;
      padding: 0 0 50px;
      margin-bottom: 10px;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .single-header .background-colour {
    background-color: #222433;
    min-height: 639px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media (max-width: 42.65667em) {
      .single-header .background-colour {
        min-height: 350px; } }
  .single-header .header {
    width: 45%; }
    @media (max-width: 42.65667em) {
      .single-header .header {
        width: 100%; } }
    .single-header .header h1 {
      color: #222433;
      font-size: 56px;
      line-height: 70px;
      font-weight: 700; }
      @media (max-width: 42.65667em) {
        .single-header .header h1 {
          font-size: 38px;
          line-height: 50px; } }
    .single-header .header h5 {
      font-size: 1.3rem;
      margin-bottom: 2rem; }
      @media (max-width: 42.65667em) {
        .single-header .header h5 {
          font-size: 11px;
          line-height: 26px;
          letter-spacing: 2.1px; } }
      .single-header .header h5 span {
        display: inline-block;
        padding-left: 3rem;
        color: #222433; }
        @media (max-width: 42.65667em) {
          .single-header .header h5 span {
            display: block;
            padding: 0; } }
  .single-header[data-custom-color="#F1F1F1"] .background-colour {
    background-color: #F1F1F1; }
  .single-header[data-custom-color="#F1F1F1"] h5 {
    color: #64B5B3; }
    .single-header[data-custom-color="#F1F1F1"] h5 span {
      color: #222433; }
  .single-header[data-custom-color="#222433"] .background-colour {
    background-color: #222433; }
  .single-header[data-custom-color="#222433"] h1 {
    color: #fff; }
  .single-header[data-custom-color="#222433"] h5 {
    color: #fff; }
    .single-header[data-custom-color="#222433"] h5 span {
      color: #64B5B3; }
  .single-header[data-custom-color="#F4C676"] .background-colour {
    background-color: #F4C676; }
  .single-header[data-custom-color="#F4C676"] h5 {
    color: #fff; }
    .single-header[data-custom-color="#F4C676"] h5 span {
      color: #222433; }
  .single-header[data-custom-color="#64B5B3"] .background-colour {
    background-color: #64B5B3; }
  .single-header[data-custom-color="#64B5B3"] h5 {
    color: #fff; }
    .single-header[data-custom-color="#64B5B3"] h5 span {
      color: #222433; }
  @media (max-width: 42.65667em) {
    .single-header.photo {
      padding: 0;
      margin-bottom: 0; } }
  .single-header.photo[data-custom-color="#F1F1F1"] .background-colour {
    background-color: #F1F1F1; }
  .single-header.photo[data-custom-color="#F1F1F1"] h1 {
    color: #222433; }
  .single-header.photo[data-custom-color="#F1F1F1"] h5 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #64B5B3; }
    @media (max-width: 42.65667em) {
      .single-header.photo[data-custom-color="#F1F1F1"] h5 {
        font-size: 11px;
        line-height: 26px;
        letter-spacing: 2.1px; } }
    .single-header.photo[data-custom-color="#F1F1F1"] h5 span {
      display: inline-block;
      padding-left: 3rem;
      color: #222433; }
      @media (max-width: 42.65667em) {
        .single-header.photo[data-custom-color="#F1F1F1"] h5 span {
          display: block;
          padding: 0; } }
  .single-header.photo[data-custom-color="#222433"] .background-colour {
    background-color: #222433; }
  .single-header.photo[data-custom-color="#222433"] h1 {
    color: #222433; }
  .single-header.photo[data-custom-color="#222433"] h5 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #64B5B3; }
    @media (max-width: 42.65667em) {
      .single-header.photo[data-custom-color="#222433"] h5 {
        font-size: 11px;
        line-height: 26px;
        letter-spacing: 2.1px; } }
    .single-header.photo[data-custom-color="#222433"] h5 span {
      display: inline-block;
      padding-left: 3rem;
      color: #222433; }
      @media (max-width: 42.65667em) {
        .single-header.photo[data-custom-color="#222433"] h5 span {
          display: block;
          padding: 0; } }
  .single-header.photo[data-custom-color="#F4C676"] .background-colour {
    background-color: #F4C676; }
  .single-header.photo[data-custom-color="#F4C676"] h1 {
    color: #222433; }
  .single-header.photo[data-custom-color="#F4C676"] h5 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #64B5B3; }
    @media (max-width: 42.65667em) {
      .single-header.photo[data-custom-color="#F4C676"] h5 {
        font-size: 11px;
        line-height: 26px;
        letter-spacing: 2.1px; } }
    .single-header.photo[data-custom-color="#F4C676"] h5 span {
      display: inline-block;
      padding-left: 3rem;
      color: #222433; }
      @media (max-width: 42.65667em) {
        .single-header.photo[data-custom-color="#F4C676"] h5 span {
          display: block;
          padding: 0; } }
  .single-header.photo[data-custom-color="#64B5B3"] .background-colour {
    background-color: #64B5B3; }
  .single-header.photo[data-custom-color="#64B5B3"] h1 {
    color: #222433; }
  .single-header.photo[data-custom-color="#64B5B3"] h5 {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #64B5B3; }
    @media (max-width: 42.65667em) {
      .single-header.photo[data-custom-color="#64B5B3"] h5 {
        font-size: 11px;
        line-height: 26px;
        letter-spacing: 2.1px; } }
    .single-header.photo[data-custom-color="#64B5B3"] h5 span {
      display: inline-block;
      padding-left: 3rem;
      color: #222433; }
      @media (max-width: 42.65667em) {
        .single-header.photo[data-custom-color="#64B5B3"] h5 span {
          display: block;
          padding: 0; } }
  .single-header.photo .inner {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 90%;
    max-width: 1069px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 153px auto 0; }
    @media (max-width: 42.65667em) {
      .single-header.photo .inner {
        padding: 0;
        max-width: 278px; } }
    .single-header.photo .inner .photo-container {
      width: 100%;
      height: auto;
      min-height: 485px;
      overflow: hidden;
      z-index: 5;
      margin-bottom: 48px;
      position: relative; }
      @media (max-width: 42.65667em) {
        .single-header.photo .inner .photo-container {
          min-height: 349px;
          max-height: 349px;
          min-width: 278px;
          margin-bottom: 18px; } }
      .single-header.photo .inner .photo-container .tag {
        position: absolute;
        top: 20px;
        left: 20px;
        background: #fff;
        color: #000;
        padding: 2px 10px;
        border-radius: 18px;
        font-size: 1.3rem;
        z-index: 2; }
      @media (max-width: 42.65667em) {
        .single-header.photo .inner .photo-container img {
          min-height: 349px;
          height: auto;
          max-width: 100%;
          width: auto;
          -o-object-fit: cover;
             object-fit: cover; } }
    .single-header.photo .inner .header {
      width: 100%;
      max-width: 753px;
      margin: 0 auto; }
      @media (max-width: 42.65667em) {
        .single-header.photo .inner .header {
          padding: 0; } }
      .single-header.photo .inner .header h5 {
        font-size: 1.3rem;
        margin-bottom: 2rem; }
        .single-header.photo .inner .header h5 span {
          display: inline-block;
          padding-left: 3rem;
          color: #000; }
          @media (max-width: 42.65667em) {
            .single-header.photo .inner .header h5 span {
              display: block;
              padding: 0; } }
  .single-header .background-overlay {
    position: absolute;
    top: 0;
    left: -243px;
    opacity: .3;
    z-index: 1;
    max-height: 639px; }
    @media (max-width: 42.65667em) {
      .single-header .background-overlay {
        max-height: 437px; } }
  .single-header .inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2; }
    @media (max-width: 42.65667em) {
      .single-header .inner {
        max-width: 279px;
        height: auto; } }
  @media (max-width: 42.65667em) {
    .single-header__aspect-ratio {
      padding-top: 0;
      height: auto; } }
  @media (max-width: 42.65667em) {
    .single-header__aspect-ratio img {
      position: relative; } }
  @media (max-width: 42.65667em) {
    .single-header__image--desktop {
      display: none; } }
  .single-header__image--mobile {
    display: none; }
    @media (max-width: 42.65667em) {
      .single-header__image--mobile {
        display: block; } }

.sectors .casestudy-preview h2 {
  font-size: 49px;
  font-family: 'Sofia W03 Semi Bold';
  font-size: 49px;
  line-height: 56px;
  font-weight: 500; }
  @media (max-width: 42.65667em) {
    .sectors .casestudy-preview h2 {
      font-size: 26px;
      line-height: 32px; } }

.sectors .case-studies {
  padding-bottom: 135px; }

.sectors .double-image {
  min-height: auto;
  margin-top: 0;
  padding-top: 60px; }

body.sectors .light-duty section.overview.white .background-icon {
  opacity: 0.06; }

body.casestudies-template-default .banner .inner h5 {
  color: #F4C676;
  font-family: "Sofia W03 Light";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2.46px;
  line-height: 26px;
  text-align: center; }

body.casestudies-template-default .banner .inner h2 {
  font-family: "Sofia W03 Light";
  font-size: 69px;
  font-weight: 300;
  letter-spacing: 6.44px;
  line-height: 78px;
  text-align: center; }
  @media (max-width: 42.65667em) {
    body.casestudies-template-default .banner .inner h2 {
      font-size: 26px;
      line-height: 32px; } }

body.casestudies-template-default .latest-carousel {
  margin-top: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 388px; }
  body.casestudies-template-default .latest-carousel .inner {
    padding-bottom: 0; }
    body.casestudies-template-default .latest-carousel .inner .latest-container {
      margin-bottom: 0; }

body.casestudies-template-default .double-image {
  min-height: auto;
  margin-top: 0; }

body.sustainability .latest-carousel {
  margin-top: 20px !important;
  padding-top: 20px !important; }
  body.sustainability .latest-carousel .inner {
    padding-bottom: 0; }
    body.sustainability .latest-carousel .inner .latest-container {
      margin-bottom: 0; }

body.sustainability .double-image {
  min-height: auto;
  margin-top: 0; }

body.sustainable-fuels {
  counter-reset: my-sec-counter; }
  body.sustainable-fuels .center-text {
    background-color: #222433;
    padding-top: 180px; }
    body.sustainable-fuels .center-text h5 {
      color: #fff; }
    body.sustainable-fuels .center-text h2 {
      color: #F4C676; }
    body.sustainable-fuels .center-text p {
      color: #fff; }
    @media (max-width: 950px) {
      body.sustainable-fuels .center-text {
        padding-top: 50px; } }

.sustain_carousel {
  background-color: #222433;
  padding: 180px 0 180px 15%; }
  @media (max-width: 1300px) {
    .sustain_carousel {
      padding: 90px 0 90px 5%; } }
  @media (max-width: 950px) {
    .sustain_carousel {
      padding: 30px 0 40px 5%; } }
  .sustain_carousel .slick-slide {
    padding: 0 60px; }
    @media (max-width: 1300px) {
      .sustain_carousel .slick-slide {
        padding: 0 30px; } }
    @media (max-width: 950px) {
      .sustain_carousel .slick-slide {
        padding: 0 10px !important; } }
  .sustain_carousel .slick-list {
    padding: 0 30% 0 0 !important; }
    @media (max-width: 1300px) {
      .sustain_carousel .slick-list {
        padding: 0 15% 0 0 !important; } }
  .sustain_carousel--slide {
    position: relative;
    padding: 200px 0 30px; }
    @media (max-width: 1300px) {
      .sustain_carousel--slide {
        padding: 0 50px 0 30px !important; } }
    @media (max-width: 950px) {
      .sustain_carousel--slide {
        padding: 0 5px !important; } }
    .sustain_carousel--slide-image {
      width: 40%;
      height: 100%;
      position: absolute;
      left: 20%;
      top: 0;
      z-index: -1;
      opacity: 40%; }
      .sustain_carousel--slide-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      @media (max-width: 1300px) {
        .sustain_carousel--slide-image {
          width: 60%; } }
      @media (max-width: 950px) {
        .sustain_carousel--slide-image {
          width: 85%;
          left: 10%;
          height: 60%; } }
    .sustain_carousel--slide-title {
      margin-bottom: 150px; }
      .sustain_carousel--slide-title h3 {
        font-size: 50px;
        color: #fff;
        line-height: 59px;
        margin: 0;
        padding: 0;
        text-transform: uppercase; }
        @media (max-width: 950px) {
          .sustain_carousel--slide-title h3 {
            font-size: 29px;
            line-height: 32px; } }
      @media (max-width: 950px) {
        .sustain_carousel--slide-title {
          margin-bottom: 80px; } }
    .sustain_carousel--slide-number {
      font-size: 50px;
      color: #579c99;
      line-height: 59px;
      margin: 0;
      padding: 0; }
      @media (max-width: 950px) {
        .sustain_carousel--slide-number {
          font-size: 29px;
          line-height: 32px;
          margin-top: 150px;
          margin-bottom: 20px; } }
    .sustain_carousel--slide-description {
      font-size: 18px;
      color: #fff;
      line-height: 29px;
      margin: 0;
      padding: 0;
      margin-left: 40%; }
      @media (max-width: 950px) {
        .sustain_carousel--slide-description {
          margin-left: 0;
          font-size: 14px;
          line-height: 24px; } }

.error404 section.sect-error {
  background: #64B5B3; }

.error404 h1 {
  color: #F4C676; }

.error404 .alert {
  color: #fff; }

.error404 .btn {
  background: #F4C676;
  min-width: 197px;
  height: auto;
  min-height: 53px;
  text-align: left;
  vertical-align: middle;
  line-height: 53px; }

.single-footer .icons a:hover {
  -webkit-filter: invert(63%) sepia(56%) saturate(277%) hue-rotate(130deg) brightness(93%) contrast(91%);
          filter: invert(63%) sepia(56%) saturate(277%) hue-rotate(130deg) brightness(93%) contrast(91%); }

body.search .banner {
  width: 100%;
  height: auto;
  min-height: 100px;
  max-height: 400px;
  background: #222433; }
  body.search .banner .inner {
    padding-top: 180px;
    padding-bottom: 68px;
    height: 100%;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    max-width: 1280px;
    margin: 0 auto; }
    body.search .banner .inner h3 {
      width: 100%;
      margin: 0;
      padding: 0; }
      body.search .banner .inner h3:after, body.search .banner .inner h3:before {
        display: none; }
    body.search .banner .inner h5 {
      width: 100%; }

body.search .search-results {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 103px;
  padding-bottom: 103px; }
  body.search .search-results .item {
    padding-bottom: 40px; }
    body.search .search-results .item h3 {
      font-size: 34px;
      line-height: 59px; }
    body.search .search-results .item hr {
      margin-top: 30px; }

body.what-we-do .banner .inner h2:before, body.what-we-do .banner .inner h2:after {
  height: 470%; }
  @media (max-width: 79.99em) {
    body.what-we-do .banner .inner h2:before, body.what-we-do .banner .inner h2:after {
      height: 1382%; } }
  @media (max-width: 56.87889em) {
    body.what-we-do .banner .inner h2:before, body.what-we-do .banner .inner h2:after {
      height: 742%; } }
  @media (max-width: 42.65667em) {
    body.what-we-do .banner .inner h2:before, body.what-we-do .banner .inner h2:after {
      height: 482%; } }

.dg.ac {
  z-index: 99999999999 !important; }

.facility .map-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .facility .map-overlay p {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, calc(-50% + 80px));
            transform: translate(-50%, calc(-50% + 80px));
    color: white; }
  .facility .map-overlay .new.loading-bar-container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 12px;
    -webkit-transform: translate(-50%, 50px);
            transform: translate(-50%, 50px);
    border: 1px solid white; }
    .facility .map-overlay .new.loading-bar-container .bar {
      height: calc(100% - 2px);
      width: 0px;
      position: absolute;
      top: 1px;
      left: 0;
      background: #64B5B3; }
  .facility .map-overlay img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5); }
    .facility .map-overlay img:nth-child(1) {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 158px;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-filter: unset;
              filter: unset;
      z-index: 3; }

.facility .banner .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.facility .banner h5 {
  font-size: 13px;
  letter-spacing: 2.46px;
  line-height: 26px; }
  @media (max-width: 1080px) {
    .facility .banner h5 {
      font-size: 11px;
      letter-spacing: 2.08px;
      line-height: 26px; } }

.facility .banner h2 {
  text-align: left;
  font-size: 69px;
  letter-spacing: 6.44px;
  line-height: 78px; }
  @media (max-width: 1080px) {
    .facility .banner h2 {
      font-size: 34.5px;
      letter-spacing: 3.22px;
      line-height: 39px; } }
  .facility .banner h2:before, .facility .banner h2:after {
    display: none; }

.facility section.text {
  background: #222433;
  color: #fff;
  padding: 106px 0 20px;
  text-align: center; }
  @media (max-width: 1080px) {
    .facility section.text {
      padding: 66px 0 36px; } }
  .facility section.text .inner h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2.46; }
    @media (max-width: 1080px) {
      .facility section.text .inner h3 {
        font-size: 11px;
        letter-spacing: 2.08; } }
  .facility section.text .inner h2 {
    color: #F4C676;
    margin: 0;
    font-size: 46px;
    line-height: 59px;
    margin: 0 auto 15px; }
    @media (max-width: 1080px) {
      .facility section.text .inner h2 {
        font-size: 26px;
        letter-spacing: 0;
        text-align: center;
        line-height: 29px; } }
  .facility section.text .inner p {
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    max-width: 664px;
    margin: 0 auto 34px; }
    @media (max-width: 1080px) {
      .facility section.text .inner p {
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px; } }
  .facility section.text .inner .explore {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 2.46;
    text-transform: uppercase;
    margin-top: 120px; }
    @media (max-width: 1080px) {
      .facility section.text .inner .explore {
        font-size: 11px;
        letter-spacing: 2.08px;
        text-align: center;
        line-height: 26px;
        margin-top: 40px; } }
  .facility section.text .inner .explore-facility {
    color: #64B5B3;
    font-size: 46px;
    line-height: 46px;
    margin: 0;
    margin-bottom: 21px; }
    @media (max-width: 1080px) {
      .facility section.text .inner .explore-facility {
        font-size: 26px;
        letter-spacing: 0;
        text-align: center;
        line-height: 29px; } }

.facility .interactive-3d {
  margin-bottom: 90px;
  position: relative;
  background: #222433; }
  @media (max-width: 1103px) {
    .facility .interactive-3d {
      margin-bottom: 30px; } }
  .facility .interactive-3d .point-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9;
    pointer-events: none;
    opacity: 0; }
  .facility .interactive-3d .legend {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: white;
    border-radius: 1px;
    padding: 5px 10px;
    opacity: 0; }
    .facility .interactive-3d .legend .icon {
      margin-right: 5px;
      height: 20px; }
      .facility .interactive-3d .legend .icon img {
        width: auto;
        height: 100%; }
    .facility .interactive-3d .legend p {
      font-size: 14px;
      line-height: 21px; }
    .facility .interactive-3d .legend .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .facility .interactive-3d .loading-bar {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #ffffff;
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s; }
  .facility .interactive-3d .loading-bar.ended {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: -webkit-transform 1.5s ease-in-out;
    transition: -webkit-transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out;
    transition: transform 1.5s ease-in-out, -webkit-transform 1.5s ease-in-out; }
  .facility .interactive-3d .mobile-points {
    display: none; }
    @media (max-width: 1080px) {
      .facility .interactive-3d .mobile-points {
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999999999;
        overflow: hidden;
        pointer-events: none; } }
    .facility .interactive-3d .mobile-points .mobile-point {
      width: 92%;
      height: 100%;
      background: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background: white;
      position: absolute;
      top: 0;
      right: -100%;
      -webkit-transition: -webkit-transform 0.6s ease-in;
      transition: -webkit-transform 0.6s ease-in;
      transition: transform 0.6s ease-in;
      transition: transform 0.6s ease-in, -webkit-transform 0.6s ease-in; }
      .facility .interactive-3d .mobile-points .mobile-point.active {
        right: 0;
        pointer-events: visible; }
      .facility .interactive-3d .mobile-points .mobile-point .inner {
        width: 100%;
        max-width: 246px;
        padding-top: 96px; }
      .facility .interactive-3d .mobile-points .mobile-point .close {
        position: absolute;
        top: 32px;
        right: 35px;
        width: 12px;
        height: 12px; }
        .facility .interactive-3d .mobile-points .mobile-point .close svg {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          .facility .interactive-3d .mobile-points .mobile-point .close svg path {
            fill: #222433; }
      .facility .interactive-3d .mobile-points .mobile-point h3 {
        font-family: "Sofia W03 Semi Bold";
        font-size: 27px;
        line-height: 31px;
        margin: 0;
        padding: 0;
        color: #222433;
        margin-bottom: 20px; }
      .facility .interactive-3d .mobile-points .mobile-point p {
        font-family: "Sofia W03 Regular";
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        padding: 0;
        color: #222433; }
  .facility .interactive-3d .point {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    width: 0;
    height: 0; }
    .facility .interactive-3d .point.visible img {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .facility .interactive-3d .point img {
      max-width: 86px;
      position: absolute;
      width: 86px;
      height: 86px;
      top: -43px;
      left: -43px;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s;
      -webkit-transition-delay: 1s;
              transition-delay: 1s;
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0); }
      @media (max-width: 769px) {
        .facility .interactive-3d .point img {
          width: 44px;
          height: 44px;
          top: -22px;
          left: -22px; } }
    .facility .interactive-3d .point .description {
      display: none; }
    .facility .interactive-3d .point.active {
      z-index: 9999999; }
      .facility .interactive-3d .point.active img {
        border-radius: 50%;
        background: #64B5B3; }
      .facility .interactive-3d .point.active .description {
        display: block;
        width: 539px;
        position: absolute;
        height: auto;
        top: 50%;
        right: 50%; }
        @media (max-width: 1080px) {
          .facility .interactive-3d .point.active .description {
            display: none; } }
        .facility .interactive-3d .point.active .description .close {
          width: 12px;
          height: 12px;
          position: absolute;
          left: -24px;
          top: 50%; }
          .facility .interactive-3d .point.active .description .close svg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        .facility .interactive-3d .point.active .description .heading {
          position: relative;
          width: 377px;
          height: auto;
          min-height: 58px;
          font-family: "Sofia W03 Semi Bold";
          font-size: 31px;
          line-height: 32px;
          color: #fff;
          margin: 0;
          padding: 0;
          margin-top: 29px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 23px;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
        .facility .interactive-3d .point.active .description .path {
          position: absolute;
          top: 0;
          left: 0; }
        .facility .interactive-3d .point.active .description .body {
          width: 377px;
          font-family: "Sofia W03 Regular";
          font-size: 18px;
          line-height: 29px;
          color: #fff;
          margin: 0;
          padding: 0; }
  .facility .interactive-3d .inner.center {
    text-align: center; }
  .facility .interactive-3d #facility {
    height: 100%;
    width: 100%;
    min-height: 717px;
    background: grey; }

.facility .facility-video .inner {
  width: 1095px;
  margin: 0 auto;
  max-width: 100%; }
  @media (max-width: 1080px) {
    .facility .facility-video .inner {
      width: 100%; } }
  .facility .facility-video .inner h2 {
    text-align: center;
    font-size: 46px;
    line-height: 59px;
    margin-bottom: 30px; }
    @media (max-width: 1080px) {
      .facility .facility-video .inner h2 {
        font-size: 26px;
        letter-spacing: 0;
        text-align: center;
        line-height: 29px; } }
  .facility .facility-video .inner .hosted-video {
    position: relative;
    margin-bottom: 40px; }
    .facility .facility-video .inner .hosted-video:before {
      display: block;
      content: "";
      padding-top: 56.25%; }
  .facility .facility-video .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%; }
  .facility .facility-video .inner video {
    padding-bottom: 40px !important; }
    @media (max-width: 1080px) {
      .facility .facility-video .inner video {
        padding-bottom: 66px !important; } }

