@import url(https://use.typekit.net/vmk2cmn.css);
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-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 {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .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;
  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;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    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%;
    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; }
  .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; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.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__remove {
  margin-left: 2px;
  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;
  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[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.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--highlighted[aria-selected] {
  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: 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;
    margin-right: 10px; }
  .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: 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: 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: 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; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .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;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

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

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

.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;
  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[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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; }

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* START: Libs */
.select2-container--default {
  color: #51525a;
  /* .select2-selection {
    position: relative;

    &:before {
      content: "";
      width: 36px;
      height: 30px;
      border-radius: 2px;
      background-color: #1b204c;
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
    }

    &:after {
      content: '';
      background-image: url('../img/white-solid-arrow-down.svg');
      border: 0px none;
      width: 36px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      transition: all 250ms ease;
      position: absolute;
      top: 10px;
      right: 0px;
      transform: rotate(180deg);
      display: none;
    }
  } */
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 0px none;
  border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 49px;
  top: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/grey-solid-arrow-down.svg");
  border: 0px none;
  width: 10px;
  height: 6px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 250ms ease;
  margin-top: 0px;
  top: 22px;
}
.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  border: 0px none;
  border-radius: 0px;
  position: relative;
}
.select2-container--default .select2-selection--multiple:after {
  content: "";
  background-image: url("../img/grey-solid-arrow-down.svg");
  border: 0px none;
  width: 10px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 250ms ease;
  position: absolute;
  top: 10px;
  right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  cursor: pointer;
  display: block;
  padding: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-top: 14px;
  background-color: #fff;
  border: 0px none;
  font-size: 14px;
  color: #000;
  padding: 0px 10px;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  font-size: 18px;
  color: #51525a;
  background-color: transparent;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
  cursor: pointer;
  margin-top: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #51525a;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #51525a;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 0px none;
  padding: 10px;
  font-size: 14px;
  background-color: #f7f7f7;
}
.select2-container--default .select2-dropdown {
  border-radius: 2px;
  border: 1px solid #b7bcda;
}
.select2-container--default .select2-results__option {
  padding: 4px 14px 4px 22px;
  font-size: 18px;
  color: #444956;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e8e9f3;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #51525a;
  background-color: #c3c6da;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open .select2-selection--multiple:after {
  display: block;
  transform: rotate(180deg);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0px none;
}

.select2-container .select2-selection--single {
  height: auto;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  font-size: 18px;
  color: #51525a;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
  line-height: 1.2;
  cursor: pointer;
}

.select2-dropdown {
  border: 0px none;
  border-radius: 0px;
  background-color: #dfe0ee;
}

.select2-search--dropdown {
  padding: 0px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    @media (min-width: 640px) {
      .select2-container--default .select2-search--inline .select2-search__field {
        padding-left: 5px;
      }
    }
  }
}
.lity {
  background-color: rgba(0, 0, 0, 0.4);
}

.lity-close {
  display: none;
}

.lity-content:after {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.08);
}

.lity-wrap:before {
  margin-right: 0px !important;
}

/* END: Libs */
/* ----------------------- */
/* START: Partials */
/* #### Generated By: http://www.cufonfonts.com #### */
/*@font-face {
  font-family: 'myriad-pro'; //''Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}*/
/*
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}


@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}
*/
* {
  box-sizing: border-box;
}

body {
  font-family: "myriad-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  margin: 0px;
  color: #000000;
  position: relative;
  overflow-x: hidden;
}
body:after {
  content: "";
  width: 100%;
  height: 800px;
  display: block;
  background-image: url("../img/particles-pattern-horizontal.svg");
  background-position: bottom -100px left -100px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  z-index: -1;
}

input, textarea {
  font-family: "myriad-pro", sans-serif;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  color: #1b204c;
  margin: 15px 0px;
}

ul, ol {
  font-size: 16px;
  color: #1b204c;
  margin: 15px 0px;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

svg {
  max-width: 100%;
  height: auto;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.cf:after {
  clear: both;
}

.show-on-load {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 20px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(10, 15, 18, 0.2);
  border-right: 3px solid rgba(10, 15, 18, 0.2);
  border-bottom: 3px solid rgba(10, 15, 18, 0.2);
  border-left: 3px solid #1b204c;
  transform: translateZ(0);
  animation: spin 0.8s infinite linear;
}

.page-loader {
  left: 0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
}
.page-loader.active .top, .page-loader.active .bottom {
  height: 50%;
}
.page-loader .top {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #0E141A;
  top: 0;
  left: 0;
  transition: height 0.4s ease;
}
.page-loader .bottom {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #0E141A;
  bottom: 0;
  left: 0;
  transition: height 0.4s ease;
}
.page-loader .center {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-loader .loading-bar {
  width: 100%;
  height: 2px;
  background-color: #3A5368;
  left: 0;
  margin: 0 auto;
  right: 0;
  opacity: 0;
  transition: width 0.6s ease;
  position: relative;
}
.page-loader .loading-bar.active {
  width: 50%;
  opacity: 1;
}
.page-loader .loading-bar.active::before {
  width: 100%;
}
@media (max-width: 640px) {
  .page-loader .loading-bar.active {
    width: 60%;
  }
}
.page-loader .loading-bar.wide {
  width: 100%;
  /*transition: opacity 0s ease;*/
}
.page-loader .loading-bar.hide {
  opacity: 0;
}
.page-loader .loading-bar::before {
  position: absolute;
  width: 0;
  content: " ";
  display: block;
  height: 100%;
  background-color: #FFF;
  left: 0;
  top: 0;
  transition: width 0.5s ease 0.6s;
}
.page-loader .loading-logo {
  opacity: 0;
  margin: 0 auto 40px;
  width: 160px;
  transform-origin: center center;
  z-index: 99;
  transition: opacity 0.5s ease;
  /*@include screen1440 {
      top: 37%;
  }
  @include screen420 {
      width: 200px;
      top: 40%;
  }*/
}
.page-loader .loading-logo.show {
  opacity: 1;
}

.container {
  max-width: 1120px;
  margin: 0px auto;
}
.container.xw {
  max-width: 1920px;
}
.container.w {
  max-width: 1200px;
}
.container.m {
  max-width: 1080px;
}
.container.s {
  max-width: 920px;
}
.container.xs {
  max-width: 760px;
}

/*.btn {
  background: #653E64;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  padding: 20px;
  line-height: 1;
  display: inline-block;

  &:hover {
    opacity: 0.8;
  }
}*/
/*.text-content {
  max-width: 765px;
  margin: 0px auto;
  text-align: center;
}*/
@media (max-width: 1940px) {
  .container.xw:not(.n-p) {
    padding: 0px 20px;
  }
}
@media (max-width: 1220px) {
  .container.w:not(.n-p) {
    padding: 0px 20px;
  }
}
@media (max-width: 1140px) {
  .container:not(.n-p) {
    padding: 0px 20px;
  }
}
#header .search-form {
  border-radius: 50px;
  padding-right: 15px;
  overflow: hidden;
  position: relative;
  transition: all 250ms ease;
  top: -1px;
  margin-right: 0px;
}
#header .search-form input[type=text] {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000000;
  background-color: transparent;
  text-transform: uppercase;
  border: 0px none;
  outline: 0;
  width: 64px;
  transition: all 250ms ease;
  position: relative;
  top: -1px;
  height: 28px;
}
#header .search-form input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#header .search-form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
#header .search-form input[type=submit] {
  background-color: #1a204b;
  background-image: url("../img/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  text-indent: -99px;
  overflow: hidden;
  border: 0px none;
  border-radius: 50px;
  position: absolute;
  right: 120%;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
  top: 1px;
}
#header .search-form.expand {
  background-color: rgba(222, 223, 241, 0.41);
  margin-right: 20px;
}
#header .search-form.expand input[type=text] {
  padding-left: 10px;
  width: 200px;
  top: -2px;
}
#header .search-form.valid input[type=submit] {
  right: 0%;
  opacity: 1;
  visibility: visible;
}
#header .top-wrapper .logo {
  padding: 12px 0px 26px;
  float: left;
}
#header .top-wrapper .right-wrapper {
  float: right;
  margin-top: 38px;
  /*.lang-switch {
    ul {
      li {
        border-right: 0px;
      }
    }
  }*/
}
#header .top-wrapper .right-wrapper .search-form {
  float: left;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper {
  float: right;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul {
  list-style: none;
  margin: 0px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul li {
  display: inline-block;
  border-left: 1px solid #f4f4f4;
  /*&:last-child {
    border-right: 0px none;
  }*/
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper ul li.home a {
  color: #1b204c;
  font-weight: 600;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper a {
  color: #b2b2b2;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0px 15px;
  display: inline-block;
  line-height: 26px;
  transition: all 400ms ease;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper a:hover {
  opacity: 0.6;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children {
  display: inline-block;
  position: relative;
  font-size: 0px;
  line-height: 0;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children > a {
  padding-right: 30px;
  background-image: url("../img/light-blue-solid-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  background-color: #FFF;
  border: 1px solid #e8e8e8;
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.05);
  padding: 5px 0px;
  z-index: 9;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu li {
  width: 100%;
  border-right: 0px none;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children .sub-menu a {
  width: 100%;
  padding: 10px 15px;
}
#header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children.open .sub-menu, #header .top-wrapper .right-wrapper .secondary-nav-wrapper .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
#header .responsive-nav {
  background-color: #dedff0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 250ms ease;
}
#header .responsive-nav .nav-wrapper {
  max-width: 320px;
  margin: 0px auto;
  background-color: transparent;
}
#header .responsive-nav .nav-wrapper ul li {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  transition: all 400ms ease;
}
#header .responsive-nav .nav-wrapper a {
  line-height: 45px;
}
#header .responsive-nav .secondary-nav-wrapper {
  max-width: 320px;
  margin: 0px auto;
}
#header .responsive-nav .secondary-nav-wrapper a {
  text-align: center;
  line-height: 40px;
  color: #1b204c;
}
#header .responsive-nav .secondary-nav-wrapper ul li {
  display: block;
  margin-bottom: 20px;
  transition: all 400ms ease;
  text-align: center;
}
#header .responsive-nav .secondary-nav-wrapper ul li.home a {
  font-weight: 600;
  text-transform: uppercase;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children > a:after {
  content: url("../img/dropdown-icon.svg");
  margin-left: 10px;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children .sub-menu {
  padding-left: 30px;
}
#header .responsive-nav .secondary-nav-wrapper .menu-item-has-children .sub-menu a:before {
  content: "";
  display: inline-block;
  background-image: url(../img/dark-blue-line-arrow-right.svg);
  width: 15px;
  height: 12px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#header .responsive-nav .search-form {
  max-width: 320px;
  margin: 0px auto 20px;
  background-color: #FFF;
  top: 0px;
}
#header .responsive-nav .search-form input[type=text] {
  width: 100%;
  padding-left: 15px;
}
#header .responsive-nav .search-form input[type=submit] {
  /*right: 0px;
  visibility: visible;
  opacity: 1;*/
}
#header .nav-wrapper {
  background: #dedff0;
}
#header .nav-wrapper nav {
  font-size: 0px;
  line-height: 0px;
}
#header .nav-wrapper ul {
  list-style: none;
  text-align: justify;
  font-size: 0px;
  margin: 0px;
}
#header .nav-wrapper ul li {
  display: inline-block;
  /* START: IE 11 & Greater */
  /* END: IE 11 & Greater */
}
_:-ms-fullscreen #header .nav-wrapper ul li, :root #header .nav-wrapper ul li {
  padding: 0px 10px;
}
#header .nav-wrapper ul li.current-menu-item {
  opacity: 0.6;
}
#header .nav-wrapper ul li.custom-case a {
  text-transform: initial;
}
#header .nav-wrapper ul:after {
  width: 100%;
  content: "";
  display: inline-block;
}
#header .nav-wrapper a {
  font-size: 17px;
  color: #1b204c;
  font-weight: 600;
  display: inline-block;
  line-height: 62px;
  text-transform: uppercase;
}
#header .nav-wrapper a:hover {
  opacity: 0.7;
}
#header.expand-menu .responsive-nav {
  padding: 30px 20px 20px;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
#header.expand-menu .responsive-nav .nav-wrapper ul li {
  margin-bottom: 0px;
}
#header.expand-menu .responsive-nav .secondary-nav-wrapper ul li {
  margin-bottom: 0px;
}
@media (max-width: 420px) {
  #header .top-wrapper .logo {
    max-width: 160px;
    margin: 5px 0px;
    padding-bottom: 12px;
  }
  #header .top-wrapper .right-wrapper {
    margin-top: 25px;
  }
}

#hamburger {
  width: 34px;
  height: 24px;
  cursor: pointer;
  float: right;
  background-image: url("../img/hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 25px;
  background-size: contain;
  display: none;
  will-change: background-image;
  transition: background-image 300ms ease;
}
.expand-menu #hamburger {
  background-image: url("../img/close.svg");
}
@media (max-width: 960px) {
  #hamburger {
    display: block;
  }
}

#header {
  display: none;
}

.header-v2__menu--wrap {
  position: relative;
}
.header-v2__menu--trigger {
  position: relative;
}
.header-v2__menu--trigger:hover + .header-v2__menu--dropdown, .header-v2__menu--trigger:hover + .header-v2__menu--dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-v2__menu--dropdown {
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.header-v2__menu--dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-v2__menu--dropdown a {
  display: block;
  padding: 10px 15px;
  color: #1b204c;
  text-decoration: none;
}
.header-v2__menu--dropdown a:hover {
  background-color: #f0f0f0;
}

#header-v2 {
  --hv2_color: #1b204c;
  --hv2_height: 100px;
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 999999;
  transition: all ease 0.3s;
}
#header-v2.not_homepage {
  background: rgba(255, 255, 255, 0);
}
#header-v2.is_static {
  position: static;
}
#header-v2 .main_header_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: var(--hv2_height);
}
#header-v2 .main_header_row .logo_search_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#header-v2 .main_header_row .logo_search_block .logo {
  max-width: 240px;
}
#header-v2 .main_header_row .logo_search_block .logo .logo_light {
  display: none;
}
#header-v2 .main_header_row .logo_search_block .logo .logo_dark {
  display: block;
}
#header-v2 .main_header_row .logo_search_block .search {
  display: flex;
  align-items: center;
  border: 2px solid var(--hv2_color);
  border-radius: 10px;
  background: transparent;
}
#header-v2 .main_header_row .logo_search_block .search .search-icon {
  display: flex;
  width: 24px;
  height: 24px;
  padding: 3px;
  cursor: pointer;
}
#header-v2 .main_header_row .logo_search_block .search .search-icon svg #s_icon_c, #header-v2 .main_header_row .logo_search_block .search .search-icon svg #s_icon_l {
  stroke: var(--hv2_color) !important;
}
#header-v2 .main_header_row .logo_search_block .search .search-form {
  display: none;
  padding: 2px 12px;
}
#header-v2 .main_header_row .logo_search_block .search .search-form form {
  display: flex;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text] {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text]::-moz-placeholder {
  color: #727da4;
  font-style: italic;
}
#header-v2 .main_header_row .logo_search_block .search .search-form input[type=text]::placeholder {
  color: #727da4;
  font-style: italic;
}
#header-v2 .main_header_row .logo_search_block .search.searching {
  background: rgba(255, 255, 255, 0.2);
}
#header-v2 .main_header_row .logo_search_block .search.searching .search-icon {
  display: none;
}
#header-v2 .main_header_row .logo_search_block .search.searching .search-form {
  display: block;
}
#header-v2 .main_header_row .logo_search_block .search:hover {
  opacity: 0.7;
}
#header-v2 .main_header_row .primary_menu_block {
  display: flex;
  align-items: center;
  width: 100%;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu {
  width: 100%;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li {
  display: inline-block;
  padding: 0 22px;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li a {
  display: block;
  color: var(--hv2_color);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all ease 0.3s;
}
#header-v2 .main_header_row .primary_menu_block .primary_menu ul li a:hover {
  text-decoration: underline;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 3px;
  margin: 0 5px 0 18px;
  border: 2px solid transparent;
  border-radius: 10px;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 2px 0;
  background: var(--hv2_color);
  border-radius: 1px;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon span:last-child {
  width: 75%;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger .burger_text {
  color: var(--hv2_color);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#header-v2 .main_header_row .primary_menu_block .menu_burger:hover {
  opacity: 0.7;
}
#header-v2 .big_menu_block {
  display: none;
  width: 100%;
  min-height: calc(100vh - var(--hv2_height));
}
#header-v2 .big_menu_block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
#header-v2 .big_menu_block ul li {
  display: inline-flex;
  flex-direction: column;
  width: 30%;
  min-width: 250px;
}
#header-v2 .big_menu_block ul li a {
  color: #1b204c;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
#header-v2 .big_menu_block ul li a:hover {
  padding-left: 15px;
  text-decoration: underline;
}
#header-v2 .big_menu_block ul li ul {
  margin: 20px 0;
}
#header-v2 .big_menu_block ul li ul li {
  display: block;
  width: 100%;
}
#header-v2 .big_menu_block ul li ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
}
#header-v2 .big_menu_block ul li ul li a:first-child:last-child {
  font-weight: 400;
  text-transform: none;
}
#header-v2 .big_menu_block ul li ul li ul {
  margin: 0 0 20px;
}
#header-v2 .big_menu_block ul li ul li ul li {
  display: block;
  width: 100%;
}
#header-v2 .big_menu_block ul li ul li ul li a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-transform: none;
}
#header-v2 .big_menu_block ul li.news_contact_item > a {
  display: none;
}
#header-v2 .big_menu_block ul li.news_contact_item ul {
  margin: 0 0 20px;
}
#header-v2 .big_menu_block ul li.news_contact_item ul li a:not(:only-child) {
  color: #1b204c;
}
#header-v2 .big_menu_block ul li.static_text > a {
  cursor: default;
}
#header-v2 .big_menu_block ul li.static_text > a:hover {
  padding-left: 0;
  text-decoration: none;
  pointer-events: none;
}
#header-v2.menu_open {
  --hv2_color: #ffffff;
  background: #717ba2;
}
#header-v2.menu_open .main_header_row .logo_search_block .logo .logo_light {
  display: block;
}
#header-v2.menu_open .main_header_row .logo_search_block .logo .logo_dark {
  display: none;
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon {
  border-color: var(--hv2_color);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:nth-child(1) {
  transform: rotate(45deg) translate(13%, 110%);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:nth-child(2) {
  transform: rotate(-45deg) translate(13%, -88%);
}
#header-v2.menu_open .main_header_row .primary_menu_block .menu_burger .burger_icon span:last-child {
  display: none;
}
#header-v2.menu_open .big_menu_block {
  display: block;
}
@media (max-width: 1200px) {
  #header-v2 .main_header_row .logo_search_block .logo {
    max-width: 200px;
  }
}
@media (max-width: 960px) {
  #header-v2 .main_header_row {
    flex-direction: column;
  }
  #header-v2 .main_header_row .logo_search_block {
    align-items: flex-end;
    padding-top: 16px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul {
    flex-wrap: wrap;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul .hide_mob {
    display: none;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger {
    flex-flow: row-reverse;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
    margin: 0 0 0 12px;
  }
}
@media (max-width: 600px) {
  #header-v2 .main_header_row .logo_search_block .logo {
    max-width: 160px;
  }
  #header-v2 .main_header_row .logo_search_block .search {
    margin-left: 8px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul {
    justify-content: space-around;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul li {
    padding: 0 2px;
  }
  #header-v2 .main_header_row .primary_menu_block .primary_menu ul li a {
    font-size: 16px;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_icon {
    margin: 0 0 0 2px;
  }
  #header-v2 .main_header_row .primary_menu_block .menu_burger .burger_text {
    display: none;
  }
  #header-v2 .big_menu_block ul {
    text-align: center;
  }
  #header-v2 .big_menu_block ul li {
    width: 100%;
  }
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next: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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

@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;
  /* Fix of Webkit flickering */
  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-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 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, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.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;
}

.enquiry-form-widget {
  background-color: #ced0e5;
  border-radius: 2px;
  padding: 38px 20px 32px;
  margin-bottom: 20px;
}
.enquiry-form-widget h5 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.09px;
  text-align: center;
  color: #1b204c;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.enquiry-form-widget form {
  position: relative;
}
.enquiry-form-widget form .loading-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  z-index: 3;
}
.enquiry-form-widget form .loading-overlay .loader {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.enquiry-form-widget form .success {
  display: none;
  font-size: 16px;
  padding: 0px 0px 50px;
  text-align: center;
}
.enquiry-form-widget form .error {
  display: none;
  font-size: 16px;
  padding: 0px 0px 30px;
  text-align: center;
  color: #a84e4e;
}
.enquiry-form-widget form.loading .loading-overlay {
  display: block;
}
.enquiry-form-widget form.loading .form-fields {
  opacity: 0.1;
}
.enquiry-form-widget form.success .success {
  display: block;
}
.enquiry-form-widget form.success .form-fields {
  display: none;
}
.enquiry-form-widget form.error .error {
  display: block;
}
.enquiry-form-widget .form-field {
  border-bottom: 2px solid #caccdf;
}
.enquiry-form-widget .form-field.no-border {
  border-bottom: 0px none;
}
.enquiry-form-widget .form-field.field-invalid {
  border-bottom: 2px solid #d52114;
}
.enquiry-form-widget .gcerror iframe {
  border-bottom: solid 2px #d52114;
}
.enquiry-form-widget .form-button {
  margin: 0px 20px;
}
.enquiry-form-widget input[type=text], .enquiry-form-widget input[type=email], .enquiry-form-widget input[type=search], .enquiry-form-widget select, .enquiry-form-widget textarea {
  font-size: 18px;
  color: #51525a;
  background-color: transparent;
  border: 0px none;
  outline: none;
  padding: 14px;
  width: 100%;
}
.enquiry-form-widget input[type=text]::-moz-placeholder, .enquiry-form-widget input[type=email]::-moz-placeholder, .enquiry-form-widget input[type=search]::-moz-placeholder, .enquiry-form-widget select::-moz-placeholder, .enquiry-form-widget textarea::-moz-placeholder {
  color: #51525a;
  opacity: 1;
}
.enquiry-form-widget input[type=text]::placeholder, .enquiry-form-widget input[type=email]::placeholder, .enquiry-form-widget input[type=search]::placeholder, .enquiry-form-widget select::placeholder, .enquiry-form-widget textarea::placeholder {
  color: #51525a;
  opacity: 1;
}
.enquiry-form-widget select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/grey-solid-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.enquiry-form-widget select.select2-interest {
  height: 1px;
  overflow: hidden;
  padding: 0px 14px;
}
.enquiry-form-widget textarea {
  border-bottom: 0px none;
  resize: none;
  height: 51px;
  transition: all 300ms ease;
}
.enquiry-form-widget textarea.expand {
  height: 100px;
}
.enquiry-form-widget button,
.enquiry-form-widget input[type=submit] {
  border-radius: 3px;
  background-color: #f8fbfb;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.92px;
  text-align: center;
  color: #1b204c;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  outline: 0;
  border: 0px none;
  margin-top: 20px;
  cursor: pointer;
}
.enquiry-form-widget .field > label {
  display: none;
}
.enquiry-form-widget .no-list.hs-error-msgs.inputs-list {
  list-style: none;
  color: #a84e4e;
}
.enquiry-form-widget #google-captcha-holder {
  margin: 0px -20px;
}
.enquiry-form-widget #google-captcha-holder .g-recaptcha > div {
  margin: 0px auto;
}
@media (max-width: 1080px) and (min-width: 1000px) {
  .enquiry-form-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .enquiry-form-widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .enquiry-form-widget .google-captcha-wrapper {
    position: relative;
    max-width: 100%;
    height: 118px;
  }
  .enquiry-form-widget .google-captcha-wrapper #google-captcha-holder {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -152px;
  }
}

.message-popup {
  background-color: #fff;
  max-width: 600px;
  margin: 0px auto;
  overflow-y: auto;
  border-radius: 5px;
  position: relative;
  text-align: center;
  padding: 30px;
}
.message-popup h5 {
  color: #1b204c;
}
.message-popup p {
  color: #666;
}
.message-popup p.links {
  color: #1b204c;
  line-height: 1.4;
}
.message-popup p.links a {
  color: #1b204c;
  text-decoration: none;
  transition: all 250ms ease;
}
.message-popup p.links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.message-popup p.credits {
  line-height: 1.4;
}
.message-popup .btn {
  padding: 5px 15px;
  background-color: #1b204c;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
}
@media (max-width: 400px) {
  .message-popup {
    padding: 30px 20px;
  }
}

.text-content-widget {
  margin: 0px auto 30px;
}
.text-content-widget .container {
  overflow-x: initial;
}
.text-content-widget h1 {
  font-size: 64px;
  font-weight: 700;
  color: #1b204c;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1b204c;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.03;
  color: #1b204c;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.text-content-widget h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.23;
  color: #7a84a6;
  text-transform: uppercase;
}
.text-content-widget h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #1b204c;
  text-transform: uppercase;
}
.text-content-widget h6 {
  font-size: 20px;
  line-height: 1.2;
  color: #1b204c;
  text-transform: uppercase;
}
.text-content-widget img {
  max-width: 100%;
  height: auto;
}
.text-content-widget .content {
  max-width: 796px;
}
.text-content-widget .content p {
  line-height: 1.69;
}
.text-content-widget .content ul {
  list-style: disc;
  padding-left: 30px;
}
.text-content-widget .content ol {
  padding-left: 30px;
}
.text-content-widget .content.columns-2 {
  max-width: 100%;
}
.text-content-widget .content.columns-2 .columns {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.text-content-widget .content.columns-2 .columns p {
  padding: 20px 0px;
  margin: 0px;
}
.text-content-widget p {
  max-width: 715px;
}
.text-content-widget p + h3, .text-content-widget p + h4 {
  margin-top: 55px;
}
.text-content-widget table {
  max-width: 100%;
}
.text-content-widget ul {
  list-style: disc;
  padding-left: 30px;
}
.text-content-widget ol {
  padding-left: 30px;
}
@media (max-width: 960px) {
  .text-content-widget h1 {
    font-size: 38px;
  }
  .text-content-widget h2 {
    font-size: 30px;
  }
  .text-content-widget h3 {
    font-size: 28px;
  }
  .text-content-widget h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .text-content-widget h1 {
    font-size: 28px;
  }
  .text-content-widget h2 {
    font-size: 22px;
  }
  .text-content-widget h3 {
    font-size: 20px;
  }
  .text-content-widget h4 {
    font-size: 18px;
  }
  .text-content-widget h5, .text-content-widget h6 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .text-content-widget .content.columns-2 .columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.need-accordions-widget {
  margin: 40px auto;
}
.need-accordions-widget .item {
  background-color: #f1f2f7;
  padding: 16px 0px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
.need-accordions-widget .item:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  display: block;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 39%);
}
.need-accordions-widget .item .container {
  position: relative;
}
.need-accordions-widget .item .title {
  position: relative;
}
.need-accordions-widget .item .title:after {
  content: "";
  background-image: url("../img/grey-solid-arrow-down.svg");
  background-size: 15px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0px;
  transition: all 250ms ease;
}
.need-accordions-widget .item .title h5 {
  font-size: 24px;
  font-weight: 700;
  color: #1b204c;
  text-transform: uppercase;
  max-width: 630px;
  line-height: 1.4;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .need-accordions-widget .item .title h5 {
    white-space: nowrap;
  }
}
.need-accordions-widget .item .content {
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  max-width: 630px;
  transition: all 250ms ease;
}
.need-accordions-widget .item .content ul, .need-accordions-widget .item .content ol {
  padding-left: 22px;
}
.need-accordions-widget .item .content ol li {
  padding-left: 10px;
}
.need-accordions-widget .item.expand .title:after {
  transform: rotate(180deg);
}
.need-accordions-widget .item.expand .content {
  max-height: 1000px;
  padding-bottom: 20px;
  transition: all 250ms ease;
}

#footer {
  padding: 40px 0px;
}
#footer .wrapper {
  /*max-width: 1080px;
  margin: 0px auto;*/
  /* padding-right: 65px; */
  position: relative;
}
#footer .chat {
  width: 65px;
  height: 65px;
  background-color: #1b204c;
  float: right;
  border-radius: 50px;
  background-image: url("../img/chat-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 250ms ease;
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer .chat:hover {
  opacity: 0.6;
}
#footer .copy-rights {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  color: #949494;
  padding-top: 3px;
}
#footer .links {
  float: left;
  font-size: 14px;
}
#footer .links ul {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
}
#footer .links ul li {
  display: inline-block;
  padding: 0px 10px;
}
#footer .links ul li:first-child {
  padding-left: 0px;
}
#footer .links a {
  font-size: 14px;
  color: #1b204c;
  transition: all 250ms ease;
}
#footer .links a:hover {
  opacity: 0.6;
}
#footer .left-wrapper {
  float: left;
}
#footer .left-wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  color: #7a84a6;
}
#footer .right-wrapper {
  float: right;
}
#footer .right-wrapper .social-media-widget {
  float: right;
  padding: 11px 0px;
  margin-right: 10px;
}
#footer .right-wrapper .social-media-widget a {
  width: 44px;
  height: 44px;
  background-color: #7a84a6;
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  text-indent: -99px;
  margin: 0px 5px;
  float: left;
  transition: all 250ms ease;
}
#footer .right-wrapper .social-media-widget a.facebook {
  background-image: url("../img/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#footer .right-wrapper .social-media-widget a.youtube {
  background-image: url("../img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a.twitter {
  background-image: url("../img/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
#footer .right-wrapper .social-media-widget a.instagram {
  background-image: url("../img/instagram.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a.linkedin {
  background-image: url("../img/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
#footer .right-wrapper .social-media-widget a:hover {
  opacity: 0.6;
}
@media (max-width: 745px) {
  #footer {
    padding: 20px 0px;
  }
  #footer .left-wrapper {
    float: none;
  }
  #footer .right-wrapper {
    float: none;
  }
  #footer .right-wrapper .social-media-widget {
    margin-right: 0px;
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 560px) {
  #footer .wrapper {
    padding-right: 0px;
    padding-top: 70px;
  }
}
@media (max-width: 450px) {
  #footer .links ul li:nth-child(3) {
    display: block;
    padding-left: 0px;
  }
}

.cookie-notice-widget {
  background-color: #7a85a8;
  color: #fff;
  font-size: 14px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  transform: translate3d(0, 150%, 0);
  transition: all 300ms ease;
  z-index: 9;
}
.cookie-notice-widget a {
  color: #fff;
}
.cookie-notice-widget .inner-content {
  max-width: 1300px;
  margin: 0px auto;
  padding: 15px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.cookie-notice-widget .message {
  padding: 0px 20px 0px 10px;
}
.cookie-notice-widget .buttons {
  white-space: nowrap;
  padding: 0px 10px;
}
.cookie-notice-widget .buttons a {
  padding: 5px 10px;
  background-color: #1b204c;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  transition: all 300ms ease;
}
.cookie-notice-widget .buttons a:last-child {
  margin-left: 0px;
}
.cookie-notice-widget .buttons a:hover {
  background-color: #dfdfef;
  color: #1b204c;
}
.cookie-notice-widget .links {
  padding: 0px 10px;
  white-space: nowrap;
}
.cookie-notice-widget .links a {
  text-decoration: underline;
}
.cookie-notice-widget a.close {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../img/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
.cookie-notice-widget.expand {
  transform: translate3d(0, 0, 0);
}
@media (max-width: 1200px) {
  .cookie-notice-widget .inner-content {
    flex-wrap: wrap;
    text-align: center;
  }
  .cookie-notice-widget .message {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cookie-notice-widget .inner-content {
    display: block;
  }
  .cookie-notice-widget .message {
    display: block;
    margin-bottom: 20px;
  }
  .cookie-notice-widget .buttons {
    margin-bottom: 20px;
  }
}

/* #cookie-notice {
  .cookie-notice-container {
    display: flex !important;
    max-width: 1262px;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
  }

  .cn-buttons-container
  {
    white-space: nowrap;
  }

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

  .cn-close-icon
  {
    display: none;
  }

  .cn-button {
    background-color: #1b204c;
    transition: all 300ms ease;

    &:hover {
      background-color: #dcdff3;
      color: #1b204c;
    }
  }

  .cn-more-info.cn-button
  {
    background-color: transparent;
    text-decoration: underline;

    &:hover {
      box-shadow: none;
      color: #FFF;
    }
  }
} */
body:after {
  background-image: none !important;
}

#footer {
  width: 100%;
  padding-bottom: 0;
  padding-top: 10px;
  background: rgba(27, 32, 76, 0.8);
  position: absolute;
  bottom: 0;
}
#footer.is_static {
  position: static;
}
#footer .right-wrapper .social-media-widget a {
  background-color: transparent !important;
}
#footer .left-wrapper h3, #footer .copy-rights, #footer .links a {
  color: #fff !important;
}
@media (max-width: 960px) {
  #footer .wrapper {
    padding-top: 30px !important;
  }
  #footer .left-wrapper {
    float: none;
  }
  #footer .left-wrapper h3, #footer .left-wrapper .links, #footer .left-wrapper .copy-rights {
    width: 100%;
    text-align: center !important;
    margin-right: 0 !important;
  }
  #footer .right-wrapper {
    text-align: center !important;
    float: none;
  }
  #footer .right-wrapper .social-media-widget {
    display: inline-block !important;
    float: none;
    margin-top: 0;
  }
}

/* END: Partials */
.iot-page {
  /*.enquiry-form-widget {
    background-color: #dedfef;
    padding: 38px 40px 32px;

    h5 {
      color: #27284a;
      font-weight: 600;
    }

    .form-field {
      border-bottom: 2px solid #27284a;
    }

    .form-button {
      margin: 0;
    }

    input[type=text], input[type=email], input[type=search], select, textarea {
      color: #27284a;
      padding: 14px 14px 14px 0;

      &::placeholder {
        color: #27284a;
      }
    }

    button, input[type=submit] {
      background-color: #27284a;
      border-radius: 0;
      color: #ffffff;
      font-size: 18px;
      padding: 18px;
    }
  }*/
  /*.select2-container--default {
    .select2-selection--single {
      .select2-selection__arrow {
        b {
          background-image: url('../img/arrow_back_ios_24px.svg');
          background-size: 10px;
        }
      }
    }

    .select2-selection--multiple {
      &:after {
        background-image: url('../img/arrow_back_ios_24px.svg');
        background-size: 10px;
      }
    }

    .select2-search--inline {
      .select2-search__field {
        color: #27284a;
        padding: 14px 14px 14px 0;

        &::placeholder {
          color: #27284a;
        }
      }
    }
  }

  .select2-container {
    .select2-selection--single {
      .select2-selection__rendered {
        color: #27284a;
        padding: 14px 14px 14px 0;
      }
    }
  }*/
}
.iot-page .section-title h3 {
  color: #27284a;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 15px;
  padding-top: 20px;
  text-transform: uppercase;
}
.iot-page .section-link-arrow {
  padding-right: 35px;
}
.iot-page .section-link-arrow a {
  color: #27284a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
}
.iot-page .section-link-arrow a:after {
  content: "";
  background-image: url("../img/arrow_back_ios_24px.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 2px;
  right: -35px;
  transition: all 0.5s ease;
  transform: rotate(270deg);
}
.iot-page .section-link-arrow a:hover:after {
  right: -40px;
}
.iot-page .slider_section {
  width: 100%;
}
.iot-page .slider_section .swiper-container {
  width: 100%;
  height: 100%;
}
.iot-page .slider_section .swiper-container-3d {
  perspective: none !important;
}
.iot-page .slider_section .item_slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 540px;
}
.iot-page .slider_section .item_slider .overlay {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 100px 0;
}
.iot-page .slider_section .item_slider .overlay .title h3 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}
.iot-page .slider_section .item_slider .overlay .content {
  width: 60%;
}
.iot-page .slider_section .item_slider .overlay .content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}
.iot-page .slider_section .navigation_overlay {
  position: relative;
  height: 100px;
  margin-top: -100px;
  z-index: 10;
}
.iot-page .slider_section .navigation_overlay .slider-button-prev, .iot-page .slider_section .navigation_overlay .slider-button-next {
  background-image: url("../img/arrow_back_ios_24px_white.svg");
  background-size: 18px;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #ffffff;
}
.iot-page .slider_section .navigation_overlay .slider-button-prev {
  left: 0;
  transform: rotate(90deg);
}
.iot-page .slider_section .navigation_overlay .slider-button-next {
  left: 44px;
  transform: rotate(270deg);
}
.iot-page .section_content .columns {
  display: flex;
  justify-content: space-between;
}
.iot-page .section_content .columns .column_left {
  width: 60%; /*55%*/
}
.iot-page .section_content .columns .column_right {
  width: 40%;
  max-width: 400px; /*475px*/
}
.iot-page .enquiry-form-widget {
  background-color: #f1f2f7;
  box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.21);
}
.iot-page .enquiry-form-widget .form-field {
  border-bottom: 1px solid #758592;
}
.iot-page .enquiry-form-widget .form-field.no-border {
  border-bottom: 0px none;
}
.iot-page .enquiry-form-widget .form-field.field-invalid {
  border-bottom: 1px solid #d52114;
}
.iot-page .enquiry-form-widget .form-button {
  margin: 0 30px;
}
.iot-page .enquiry-form-widget input[type=text], .iot-page .enquiry-form-widget input[type=email], .iot-page .enquiry-form-widget input[type=search], .iot-page .enquiry-form-widget select, .iot-page .enquiry-form-widget textarea {
  color: #758592;
}
.iot-page .enquiry-form-widget input[type=text]::-moz-placeholder, .iot-page .enquiry-form-widget input[type=email]::-moz-placeholder, .iot-page .enquiry-form-widget input[type=search]::-moz-placeholder, .iot-page .enquiry-form-widget select::-moz-placeholder, .iot-page .enquiry-form-widget textarea::-moz-placeholder {
  color: #758592;
}
.iot-page .enquiry-form-widget input[type=text]::placeholder, .iot-page .enquiry-form-widget input[type=email]::placeholder, .iot-page .enquiry-form-widget input[type=search]::placeholder, .iot-page .enquiry-form-widget select::placeholder, .iot-page .enquiry-form-widget textarea::placeholder {
  color: #758592;
}
.iot-page .enquiry-form-widget button, .iot-page .enquiry-form-widget input[type=submit] {
  background-image: linear-gradient(93deg, #1b204b 0%, #717da3 100%);
  color: #ffffff;
  text-transform: capitalize;
}
.iot-page .enquiry-form-widget button:hover, .iot-page .enquiry-form-widget input[type=submit]:hover {
  background: #1b204b;
}
.iot-page .section_services .section_content {
  background-color: #e9eaef;
  margin: 30px 0;
  padding: 25px 0 45px;
}
.iot-page .section_services .section_content .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iot-page .section_services .section_content .items .item {
  width: 45%;
  padding: 35px 40px 45px 0;
  background-repeat: no-repeat;
  background-position: 90% 90%;
  background-size: 43% 75%;
}
.iot-page .section_services .section_content .items .item .title h5 {
  color: #27284a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
.iot-page .section_services .section_content .items .item .content p {
  color: #27284a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 15% 0 0;
}
.iot-page .ptt-wrap {
  display: flex;
  background: #E9EAEF;
  padding: 50px 0;
}
.iot-page .ptt-content {
  display: flex;
  gap: 47px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.iot-page .ptt-content--text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #27284A;
  text-transform: uppercase;
}
.iot-page .ptt-content--text p {
  margin-top: 12px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #27284A;
  max-width: 700px;
}
@media (max-width: 1024px) {
  .iot-page .ptt-content {
    display: flex;
    flex-direction: column;
  }
  .iot-page .ptt-content--text p {
    max-width: unset;
  }
  .iot-page .ptt-content--video {
    width: 100%;
  }
  .iot-page .ptt-content--video iframe {
    width: 100%;
  }
}
.iot-page .section_areas .section_content {
  margin: 30px 0;
}
.iot-page .section_areas .section_content .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.iot-page .section_areas .section_content .items .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
}
.iot-page .section_areas .section_content .items .item .content {
  background-color: #e9eaef;
  width: 75%;
  height: 100%;
  padding: 60px;
  transition: all 0.8s ease;
  opacity: 1;
}
.iot-page .section_areas .section_content .items .item .content .title h5 {
  color: #27284a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
.iot-page .section_areas .section_content .items .item .content .list ul li {
  color: #27284a;
  margin-left: 16px;
}
.iot-page .section_areas .section_content .items .item .link {
  background: #e9eaef;
  background: linear-gradient(110deg, rgb(233, 234, 239) 30%, rgba(233, 234, 239, 0) 65%);
  position: absolute;
  top: 0;
  left: -100%;
  opacity: 0;
  display: flex;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-left: 60px;
  transition: all 1.2s ease;
}
.iot-page .section_areas .section_content .items .item .link a {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}
.iot-page .section_areas .section_content .items .item:hover .content {
  opacity: 0;
}
.iot-page .section_areas .section_content .items .item:hover .link {
  left: 0;
  opacity: 1;
}
.iot-page .ptt-wrap {
  display: flex;
  background: #E9EAEF;
  padding: 50px 0;
}
.iot-page .ptt-content {
  display: flex;
  gap: 47px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.iot-page .ptt-content--text h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #27284A;
}
.iot-page .ptt-content--text p {
  margin-top: 12px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.4px;
  color: #27284A;
  max-width: 448px;
}
@media (max-width: 1024px) {
  .iot-page .ptt-content {
    display: flex;
    flex-direction: column;
  }
  .iot-page .ptt-content--text p {
    max-width: unset;
  }
  .iot-page .ptt-content--video {
    height: 220px;
    aspect-ratio: 16/9;
  }
  .iot-page .ptt-content--video iframe {
    width: 100%;
  }
}
.iot-page .text-content-widget {
  margin: 30px auto;
}
.iot-page .text-content-widget .content {
  max-width: none;
}
.iot-page .text-content-widget .content p {
  color: #27284a;
  line-height: 1.63;
  max-width: none;
}
.iot-page .need-accordions-widget {
  margin: 30px auto 40px;
}
.iot-page .need-accordions-widget .item:before {
  background: none;
}
.iot-page .need-accordions-widget .item .title h5 {
  color: #27284a;
}
.iot-page .need-accordions-widget .item .title:after {
  background-image: url("../img/arrow_back_ios_24px.svg");
  background-size: 24px;
  width: 24px;
  height: 24px;
}
.iot-page .need-accordions-widget .item .content p {
  color: #27284a;
}
.iot-page .need-accordions-widget .item.expand .content {
  padding-bottom: 0;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(1) {
  background-color: #e9eaef;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(2) {
  background-color: #9394a5;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(3) {
  background-color: #5d5e77;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(4) {
  background-color: #27284a;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(2) .title h5, .iot-page .need-accordions-widget.maritime .item:nth-child(3) .title h5, .iot-page .need-accordions-widget.maritime .item:nth-child(4) .title h5 {
  color: #ffffff;
}
.iot-page .need-accordions-widget.maritime .item:nth-child(2) .title:after, .iot-page .need-accordions-widget.maritime .item:nth-child(3) .title:after, .iot-page .need-accordions-widget.maritime .item:nth-child(4) .title:after {
  background-image: url("../img/arrow_back_ios_24px_white.svg");
}
.iot-page .need-accordions-widget.maritime .item:nth-child(2) .content p, .iot-page .need-accordions-widget.maritime .item:nth-child(3) .content p, .iot-page .need-accordions-widget.maritime .item:nth-child(4) .content p {
  color: #ffffff;
}
.iot-page .need-accordions-widget.in_land .item:nth-child(1) {
  background-color: #f8f4ee;
}
.iot-page .need-accordions-widget.in_land .item:nth-child(2) {
  background-color: #e8e3db;
}
.iot-page .need-accordions-widget.in_land .item:nth-child(3) {
  background-color: #cec8bf;
}
.iot-page .need-accordions-widget.in_land .item:nth-child(4) {
  background-color: #b8b1a6;
}
@media (max-width: 1220px) {
  .iot-page .slider_section .item_slider .overlay {
    padding: 100px 20px;
  }
  .iot-page .slider_section .navigation_overlay .slider-button-prev {
    left: 20px;
  }
  .iot-page .slider_section .navigation_overlay .slider-button-next {
    left: 64px;
  }
}
@media (max-width: 960px) {
  .iot-page .section-title h3 {
    font-size: 32px;
  }
  .iot-page .section_content .columns {
    flex-direction: column;
    align-items: center;
  }
  .iot-page .section_content .columns .column_left {
    width: 100%;
  }
  .iot-page .section_content .columns .column_right {
    width: 100%;
    max-width: 700px; /*475px*/
  }
  .iot-page .section_services .section_content .items .item {
    width: 100%;
    padding: 15px 0;
  }
  .iot-page .section_services .section_content .items .item .content p {
    padding: 0 10% 0 0;
  }
  .iot-page .section_areas .section_content .items .item {
    width: 100%;
  }
}
