/*!
Theme Name: LT Energy
Theme URI: ltenergyservices.co.uk
Author: Godzilla
Author URI: https://wearegodzilla.com
Description: Theme for LT Energy developed by Godzilla. This has been developed for LT Energy and it is for their use solely.
Version: 1.0.0
*/
:root {
  --black: #000;
  --white: #fff;
  --red: #C4000A;
  --yellow: #ede937;
  --black: #020000;
  --grey60: #d1d3d5;
  --grey80: #eceeef;
  --grey: #808285;
  --greyDark: #27292B;
  --blue: #1abde4;
}

:root {
  --font: "Poppins", sans-serif;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1240px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1240px) {
  .container {
    width: 1220px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.centered {
  text-align: center;
  vertical-align: middle;
}
.centered > div {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}
.centered > div.text-center {
  text-align: center;
}
.centered > .clear {
  display: block;
}
.centered.top > div {
  vertical-align: top;
}
.centered.middle > div {
  vertical-align: middle;
}
.centered.bottom > div {
  vertical-align: bottom;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Montserrat-normal-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Montserrat-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Montserrat-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Montserrat-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-italic-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-italic-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-italic-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-italic-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-normal-300.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  font-stretch: normal;
  src: url(fonts/Poppins-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}

.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}

.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}

.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}

.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}

.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}

.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}

.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}

.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}

.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}

.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}

.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}

.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}

.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}

.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}

.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}

.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}

.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}

.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}

.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}

.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}

.svg-inline--fa.fa-border {
  height: 1.5em;
}

.svg-inline--fa.fa-li {
  width: 2em;
}

.svg-inline--fa.fa-fw {
  width: 1.25em;
}

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}

.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}

.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}

.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}

.fa-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

:root {
  --fontBase: 1.4em;
  --btnFs: 2.2em;
}
@media (min-width: 992px) {
  :root {
    --fontBase: 1.5em;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: inherit;
}

p, ul, ol {
  font-size: var(--fontBase);
  color: var(--textColour, var(--black));
  margin-bottom: 1em;
  line-height: 1.65em;
}

ul, ol {
  padding: 0;
  margin: 0 0 0 1em;
}
ul li, ol li {
  margin: 0.5em 0;
}
ul ul, ul ol, ol ul, ol ol {
  padding: 0;
  margin: 0 0 0 0.5em;
}

small, .small {
  font-size: 1.4em;
}

blockquote {
  padding: 1em;
  margin: 0 0 1em;
  font-size: var(--fontBase);
}
blockquote p {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font);
  font-weight: 700;
  line-height: 1em;
  color: var(--textColour, var(--headingColour));
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  font-size: var(--fontSize);
  letter-spacing: var(--letterSpacing, -0.035em);
}
h1 .highlight, h2 .highlight, h3 .highlight, h4 .highlight, h5 .highlight, h6 .highlight,
.h1 .highlight, .h2 .highlight, .h3 .highlight, .h4 .highlight, .h5 .highlight, .h6 .highlight {
  color: var(--yellow);
}

.mark {
  --textColour: var(--black);
  --highSkew: .25em;
  --highHeight: 1.35em;
  --highOverlap: .4em;
  line-height: 1.5em;
}
.mark mark {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 1000;
  padding-inline: var(--highOverlap);
  padding-inline-start: calc(var(--highOverlap) * 1.5);
  white-space: pre-wrap;
  margin-inline: calc(var(--highOverlap) * -0.75);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: transparent;
  background-image: linear-gradient(to bottom right, transparent 50%, var(--yellow) 50%), linear-gradient(to right, var(--yellow), var(--yellow)), linear-gradient(to top left, transparent 50%, var(--yellow) 50%);
  background-size: var(--highSkew) var(--highHeight), calc(100% - var(--highSkew) * 2 + 1px) var(--highHeight), var(--highSkew) var(--highHeight);
  background-position: 0 50%, 50% 50%, 100% 50%;
  background-repeat: no-repeat;
}

h1, .h1 {
  --fontSize: 3.4em;
  --letterSpacing: -0.025em;
}
@media (min-width: 768px) {
  h1, .h1 {
    --fontSize: 4.5em;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    --fontSize: 5.2em;
  }
}
@media (min-width: 1240px) {
  h1, .h1 {
    --fontSize: 6em;
  }
}

h2, .h2 {
  --fontSize: 2.8em;
}
@media (min-width: 768px) {
  h2, .h2 {
    --fontSize: 3.2em;
  }
}
@media (min-width: 992px) {
  h2, .h2 {
    --fontSize: 3.6em;
  }
}
@media (min-width: 1240px) {
  h2, .h2 {
    --fontSize: 4em;
  }
}

h3, .h3 {
  --fontSize: 2em;
}
@media (min-width: 768px) {
  h3, .h3 {
    --fontSize: 2.4em;
  }
}
@media (min-width: 992px) {
  h3, .h3 {
    --fontSize: 2.8em;
  }
}
@media (min-width: 1240px) {
  h3, .h3 {
    --fontSize: 3.2em;
  }
}

h4, .h4 {
  --fontSize: 1.8em;
}
@media (min-width: 768px) {
  h4, .h4 {
    --fontSize: 2em;
  }
}
@media (min-width: 992px) {
  h4, .h4 {
    --fontSize: 2.4em;
  }
}
@media (min-width: 1240px) {
  h4, .h4 {
    --fontSize: 2.8em;
  }
}

h5 {
  --fontSize: 2em;
}

h6 {
  --fontSize: 1.7em;
}

a {
  color: var(--textColour, var(--black));
  text-decoration: none;
}
a:visited {
  color: var(--textColour, var(--black));
}
a:hover, a:focus, a:active {
  color: var(--black);
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

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

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

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

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

.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

pre {
  font-size: 1em;
  font-family: monospace;
  color: var(--white);
  text-align: left;
  padding: 15px;
  background: var(--black);
  position: fixed;
  left: 0;
  top: 10%;
  bottom: 10%;
  width: 400px;
  z-index: 10000000;
}

.temp {
  width: 100%;
  height: 600px;
  background-color: var(--white);
}

.copy .lorem {
  background: hotpink;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: var(--white);
  font-family: var(--font);
  color: var(--black);
  font-size: 1em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 1em 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[role=button] {
  cursor: pointer;
}

.btn,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  color: var(--buttonColor, var(--white));
  border: 1px solid var(--buttonBorder, var(--white));
  background: var(--buttonBg, transparent);
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  min-width: 200px;
  cursor: pointer;
  line-height: 1em;
  padding: 0.7em 1.2em;
  display: inline-block;
  margin: 1.5em 0;
  border-radius: 3em;
  font-size: 1.5em;
  transition: 0.5s ease all;
}
.btn svg,
.button svg,
button svg,
input[type=button] svg,
input[type=reset] svg,
input[type=submit] svg {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1.5em;
}
.btn:visited,
.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  color: var(--buttonColor, var(--white));
}
.btn:hover, .btn:active, .btn:focus, .btn.active, .btn.focus,
.button:hover,
.button:active,
.button:focus,
.button.active,
.button.focus,
button:hover,
button:active,
button:focus,
button.active,
button.focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button].active,
input[type=button].focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset].active,
input[type=reset].focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit].active,
input[type=submit].focus {
  text-decoration: none;
  border-color: var(--buttonBorderHover, var(--yellow));
  background: var(--buttonBgHover, var(--black));
  color: var(--buttonColorHover, var(--white));
}
.btn.disabled,
.button.disabled,
button.disabled,
input[type=button].disabled,
input[type=reset].disabled,
input[type=submit].disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn.disabled:focus, .btn.disabled:hover,
.button.disabled:focus,
.button.disabled:hover,
button.disabled:focus,
button.disabled:hover,
input[type=button].disabled:focus,
input[type=button].disabled:hover,
input[type=reset].disabled:focus,
input[type=reset].disabled:hover,
input[type=submit].disabled:focus,
input[type=submit].disabled:hover {
  background: var(--buttonBg, var(--red));
  color: var(--buttonColor, var(--white));
}

.fixed, .fixed_start {
  z-index: 5000;
  width: 100%;
}

ul, ol {
  margin: 0 0 1em 1em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1em 1em;
}

.pagination {
  grid-column: 1/-1;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  padding-left: 0;
  margin: 0 0;
  border-radius: 0;
  font-size: 1.4em;
}
@media (min-width: 768px) {
  .pagination {
    font-size: 1.6em;
  }
}
.pagination > li {
  display: inline-block;
}
.pagination > li.omission {
  pointer-events: none;
}
.pagination > li > a,
.pagination > li > span {
  cursor: pointer;
  --size: 30px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.1em 1em 0.9em;
  margin: 0 0.5em;
  line-height: 0;
  transition: 0.5s ease all;
  text-decoration: none;
  color: var(--black);
  background-color: var(--white);
  border: 1px solid var(--black);
  margin-left: -1px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .pagination > li > a,
  .pagination > li > span {
    --size: 40px;
  }
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li:hover:not(.omission) span,
.pagination > li:hover:not(.omission) a, .pagination > li:focus:not(.omission) span,
.pagination > li:focus:not(.omission) a, .pagination > li.active:not(.omission) span,
.pagination > li.active:not(.omission) a {
  z-index: 2;
  color: var(--greyDark);
  background-color: var(--yellow);
}

.cookies-table td {
  border: 1px solid var(--black);
  color: var(--black);
  padding: 8px;
  font-size: var(--fontBase);
  font-weight: 400;
  line-height: 1.4em;
}
.cookies-table td a {
  color: var(--red);
}
.cookies-table td a:hover {
  color: var(--green);
}

embed,
iframe,
object {
  width: 100%;
}

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.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%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - 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: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: 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;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-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;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
}
.swiper .swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}
.swiper .swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}

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

.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: var(--yellow);
  color: var(--black, #000);
}

.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-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--yellow);
}

.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: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}

.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 var(--yellow);
}

.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-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
}

.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-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}

.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 var(--yellow);
}

.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 var(--yellow);
}

.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: #fff;
  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: #fff;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--yellow);
}

.filter .select2-container {
  color: var(--black);
  font-size: var(--fontBase, 2em);
  font-weight: 500;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.filter .select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  height: 2em;
  user-select: none;
  -webkit-user-select: none;
}
.filter .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.filter .select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.filter .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filter .select2-container .select2-search--inline {
  float: left;
}
.filter .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.filter .select2-container .select2-search--inline .select2-search__field:-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.filter .select2-dropdown {
  font-size: 1em !important;
  background-color: var(--white);
  border: 1px solid var(--greyDark);
  border-radius: 0px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.filter .select2-results {
  display: block;
}
.filter .select2-results__options {
  font-size: 1em !important;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--black);
}
.filter .select2-results__option {
  padding: 6px;
  margin: 0;
  user-select: none;
  -webkit-user-select: none;
}
.filter .select2-results__option[aria-selected] {
  cursor: pointer;
}
.filter .select2-container--open .select2-dropdown {
  left: 0;
}
.filter .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter .select2-search--dropdown {
  display: block;
  padding: 4px;
}
.filter .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.filter .select2-search--dropdown .select2-search__field:-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.filter .select2-search--dropdown.select2-search--hide {
  display: none;
}
.filter .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: var(--white);
}
.filter .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;
}
.filter .select2-container--default .select2-selection--single {
  background-color: var(--white);
  border: 0 none;
  border-bottom: 1px solid var(--greyDark);
  border-radius: 0px;
}
.filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  line-height: 2em;
}
.filter .select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.filter .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--black) transparent transparent transparent;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 0;
}
.filter .select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.filter .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.filter .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.filter .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.filter .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;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.filter .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.filter .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.filter .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.filter .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.filter .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.filter .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.filter .select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.filter .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.filter .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.filter .select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.filter .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.filter .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.filter .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.filter .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.filter .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.filter .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.filter .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;
}
.filter .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;
}
.filter .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--yellow);
  color: var(--white);
}
.filter .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.filter .select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
}
.filter .select2-container--classic .select2-selection--single:focus {
  border: 1px solid var(--yellow);
}
.filter .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  height: 2em;
}
.filter .select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.filter .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.filter .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-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
}
.filter .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;
}
.filter .select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid var(--yellow);
}
.filter .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.filter .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;
}
.filter .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-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
}
.filter .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-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
}
.filter .select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.filter .select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid var(--yellow);
}
.filter .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.filter .select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.filter .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;
}
.filter .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.filter .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.filter .select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid var(--yellow);
}
.filter .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;
}
.filter .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;
}
.filter .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.filter .select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.filter .select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.filter .select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.filter .select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.filter .select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.filter .select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.filter .select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.filter .select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: black;
}
.filter .select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.filter .select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--yellow);
}
.filter .select2-results__option {
  color: var(--black) !important;
}

header {
  background-color: var(--grey60);
}
header .nav {
  display: grid;
  grid-template-columns: 120px 1fr 55px;
  grid-template-areas: "logo . toggle";
  align-items: center;
  justify-content: space-between;
  gap: 3em;
}
@media (min-width: 992px) {
  header .nav {
    gap: 3em;
    grid-template-columns: 180px 1fr 55px;
    grid-template-areas: "logo nav toggle";
  }
}
header .nav .nav_brand {
  width: 100%;
  padding: 1em 0;
}
@media (min-width: 992px) {
  header .nav .nav_brand {
    padding: 0;
  }
}
header .nav .navigation {
  display: none;
}
@media (min-width: 992px) {
  header .nav .navigation {
    display: inline-block;
  }
}
header .nav .navigation > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
header .nav .navigation > ul > li {
  padding: 1.5em 0;
  margin: 0;
  position: relative;
}
header .nav .navigation > ul > li > a {
  border-right: 1px solid var(--black);
  position: relative;
  padding: 0em 1em;
}
@media (min-width: 1240px) {
  header .nav .navigation > ul > li > a {
    padding: 0em 1.5em;
  }
}
header .nav .navigation > ul > li > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 3px;
  background-color: var(--yellow);
  transform: translate(-50%, 50%);
  transition: 0.5s ease all;
  width: 0;
}
header .nav .navigation > ul > li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: var(--greyDark);
  width: 0.5em;
  height: 0.5em;
  transform: translate(-50%, -50%) rotate(135deg);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease all;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}
header .nav .navigation > ul > li:last-of-type a {
  border-right: none;
}
header .nav .navigation > ul > li .subNavMobile {
  display: none;
}
header .nav .navigation > ul > li.current-menu-item a:after {
  width: calc(100% - 3em);
}
header .nav .navigation > ul > li:hover a, header .nav .navigation > ul > li:focus a {
  text-decoration: none;
}
header .nav .navigation > ul > li:hover a:after, header .nav .navigation > ul > li:focus a:after {
  width: calc(100% - 3em);
}
header .nav .navigation > ul > li:hover:after, header .nav .navigation > ul > li:focus:after {
  opacity: 0.85;
}
header .nav .navigation > ul > li:hover .submenu_wrapper, header .nav .navigation > ul > li:focus .submenu_wrapper {
  opacity: 1;
  pointer-events: all;
}
header .nav .navigation > ul .submenu_wrapper {
  z-index: 1;
  transition: 0.5s ease all;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: var(--headerHeight);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .nav .navigation > ul .submenu_wrapper .submenu_image {
  min-height: 350px;
  flex: 0 1 40vw;
  position: relative;
  z-index: 100;
  position: relative;
  background-color: var(--yellow);
}
header .nav .navigation > ul .submenu_wrapper .submenu_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
header .nav .navigation > ul .submenu_wrapper .submenu {
  flex: 1;
  position: relative;
  z-index: 100;
  padding: 3em 6em;
}
header .nav .navigation > ul .submenu_wrapper .submenu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  display: flex;
  gap: 1em;
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li a {
  position: relative;
  color: var(--white);
  transition: 0.5s linear all;
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li a:before {
  content: "";
  position: absolute;
  background-color: var(--yellow);
  width: calc(100% + 2em);
  height: calc(100% + 0.5em);
  z-index: -1;
  opacity: 0;
  left: 50%;
  top: 50%;
  transition: 0.5s linear all;
  transform: translate(-50%, -50%) skew(-30deg);
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li.page-item-41 a:before, header .nav .navigation > ul .submenu_wrapper .submenu ul li.menu-item-596 a:before {
  background-color: var(--blue);
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li.current-menu-item a {
  color: var(--black);
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li.current-menu-item a:before {
  opacity: 1;
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li:hover a, header .nav .navigation > ul .submenu_wrapper .submenu ul li:focus a {
  color: var(--black);
  text-decoration: none;
}
header .nav .navigation > ul .submenu_wrapper .submenu ul li:hover a:before, header .nav .navigation > ul .submenu_wrapper .submenu ul li:focus a:before {
  opacity: 1;
}
header .nav .navigation > ul .submenu_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--greyDark);
  opacity: 0.85;
}
header .nav .navigation_slide {
  height: 100%;
  background-color: var(--greyDark);
  position: fixed;
  top: 0;
  left: 100%;
  max-width: 400px;
  width: 100%;
  transition: 0.5s linear all;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3em;
  gap: 1.5em;
}
header .nav .navigation_slide:before {
  display: none;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/icon-bg.svg");
  background-size: 150px;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.03;
}
header .nav .navigation_slide.active {
  transform: translateX(-100%);
}
@media (min-width: 992px) {
  header .nav .navigation_slide {
    justify-content: flex-start;
    padding-top: calc(var(--headerHeight) + 3em);
  }
  header .nav .navigation_slide .primary {
    display: none;
  }
}
header .nav .navigation_slide .social_media {
  list-style: none;
  margin: 1em 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 2em;
}
header .nav .navigation_slide .social_media a {
  transition: 0.5s ease all;
  color: var(--yellow);
}
header .nav .navigation_slide .social_media a:hover, header .nav .navigation_slide .social_media a:focus {
  color: var(--white);
}
header .nav .navigation_slide ul {
  list-style: none;
  font-size: 1.8rem;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
header .nav .navigation_slide ul li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  color: var(--white);
}
header .nav .navigation_slide ul li.back {
  font-style: italic;
  font-weight: 400;
}
header .nav .navigation_slide ul li.current-menu-item a {
  color: var(--yellow);
}
header .nav .navigation_slide ul li a {
  color: var(--white);
  transition: 0.5s ease all;
}
header .nav .navigation_slide ul li a:hover, header .nav .navigation_slide ul li a:focus {
  text-decoration: none;
  color: var(--yellow);
}
header .nav .navigation_slide ul li.menu-item-65.current-menu-item a {
  color: var(--blue);
}
header .nav .navigation_slide ul li.menu-item-65:hover a, header .nav .navigation_slide ul li.menu-item-65:focus a {
  text-decoration: none;
  color: var(--blue);
}
header .nav .navigation_slide ul li .subNavMobile {
  color: var(--white);
}
header .nav .navigation_slide ul li .subNavMobile:hover, header .nav .navigation_slide ul li .subNavMobile:focus {
  color: var(--yellow);
}
header .nav .navigation_slide ul li ul {
  position: fixed;
  top: 0;
  left: 100%;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  height: 100%;
  background-color: var(--greyDark);
  transition: 0.5s linear all;
}
header .nav .navigation_slide ul li.open ul {
  transform: translateX(-100%);
}
header .nav .nav_toggle {
  grid-area: toggle;
  background-color: transparent;
  border: 0 none;
  display: grid;
  flex-direction: column;
  gap: 0.7em;
  z-index: 1000;
  margin: 0;
  font-size: 1em;
  min-width: auto;
}
header .nav .nav_toggle .icon-bar {
  display: block;
  width: 80%;
  height: 2px;
  background-color: var(--black);
  transition: 0.5s ease transform, 0.5s linear color, 0.5s linear width;
}
header .nav .nav_toggle .icon-bar:nth-child(2) {
  width: 100%;
}
header .nav .nav_toggle .icon-bar:nth-child(3) {
  width: 90%;
}
header .nav .nav_toggle.active {
  grid-template-areas: "bar";
}
header .nav .nav_toggle.active .icon-bar {
  grid-area: bar;
  background-color: var(--white);
  width: 100% !important;
}
header .nav .nav_toggle.active .icon-bar:nth-child(2) {
  transform: rotate(45deg);
}
header .nav .nav_toggle.active .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
}
header .nav .nav_toggle.active .icon-bar:nth-child(4) {
  opacity: 0;
}
header .nav .nav_toggle:hover .icon-bar {
  width: 100%;
}

footer {
  width: 100%;
  overflow: hidden;
  background-color: #808285;
  position: relative;
  display: grid;
  grid-template-areas: "layers";
  color: var(--white);
}
footer > * {
  grid-area: layers;
}
footer .content {
  padding: 3em 0 1.5em;
  z-index: 100;
  --fontSizeFooter: 1.4em;
}
@media (min-width: 992px) {
  footer .content {
    padding: 6em 0 3em;
  }
}
footer .content .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
@media (min-width: 768px) {
  footer .content .flex-row {
    gap: 3em;
  }
}
@media (min-width: 992px) {
  footer .content .flex-row {
    gap: 6em;
  }
}
@media (min-width: 992px) {
  footer .content .flex-row > div {
    flex: 1;
  }
}
footer .content .logo {
  flex: 1 0 100%;
  --iconFill: var(--white);
  --textFill: var(--white);
}
@media (min-width: 768px) {
  footer .content .logo {
    flex: 1 1 20%;
  }
}
footer .content .logo svg {
  max-width: 200px;
}
footer .content h3 {
  --fontSize: 2em;
  font-weight: 400;
  margin: 0 0 1em;
}
footer .content h4 {
  --fontSize: var(--fontSizeFooter);
  font-weight: 700;
  margin: 0 0 2em;
}
footer .content address {
  font-size: var(--fontSizeFooter);
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: -0.025em;
  font-weight: 400;
}
footer .content p {
  color: var(--white);
  font-size: var(--fontSizeFooter);
  line-height: 1.8em;
}
footer .content p a {
  transition: 0.5s ease all;
  color: var(--white);
}
footer .content p a:hover, footer .content p a:focus {
  color: var(--yellow);
}
footer .content .social_media {
  list-style: none;
  margin: 1em 0.5em;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 2em;
}
footer .content .social_media a {
  transition: 0.5s ease all;
  color: var(--yellow);
}
footer .content .social_media a:hover, footer .content .social_media a:focus {
  color: var(--white);
}
footer .content .links {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
footer .content .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  --fontBase: var(--fontSizeFooter);
}
footer .content .links ul li {
  margin: 0;
}
footer .content .links ul li a {
  transition: 0.5s ease all;
  color: var(--white);
}
footer .content .links ul li a:hover, footer .content .links ul li a:focus {
  color: var(--yellow);
}
footer .footer_logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2em;
}
@media (min-width: 992px) {
  footer .footer_logos {
    justify-content: flex-end;
    align-items: center;
  }
}
footer .footer_logos .flogo {
  width: 80px;
}
footer .footer_logos .flogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
footer .registration {
  margin: 3em 0 0;
}
@media (min-width: 992px) {
  footer .registration {
    margin: 6em 0 0;
  }
}
footer .registration nav ul {
  --fontBase: 1.2em;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
}
footer .registration nav ul li a {
  transition: 0.5s ease all;
  color: var(--white);
}
footer .registration nav ul li a:hover, footer .registration nav ul li a:focus {
  color: var(--yellow);
}
footer .registration p, footer .registration a {
  margin: 0em 0;
  font-size: 1.2em;
  color: var(--white);
  text-decoration: none;
}
footer .overlay {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
  z-index: 1;
}

section {
  width: 100%;
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .flex-row {
    flex-direction: row;
  }
}

.grid-row {
  display: grid;
  justify-content: center;
  align-items: center;
}

.minor,
.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 3em 0;
}
@media (min-width: 992px) {
  .minor,
  .error-404 {
    padding: 3em 0 6em 0;
  }
}

#error {
  display: none !important;
}

.filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
  margin: 0 0 1em 0;
}
@media (min-width: 992px) {
  .filters {
    margin-bottom: 3em;
  }
}
.filters .btn {
  margin: 0;
}
.filters .filter_bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1em;
}
.filters .filter_bar input {
  margin: 0 8px;
}
.filters .filter_bar label {
  font-size: 1.5em;
}

.resources_grid {
  padding: 0 0 3em 0;
}
@media (min-width: 992px) {
  .resources_grid {
    padding: 0 0 6em 0;
  }
}
.resources_grid .resources {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
@media (min-width: 768px) {
  .resources_grid .resources {
    gap: 1.5em;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .resources_grid .resources {
    gap: 3em;
  }
}
.resources_grid .resources .resource {
  padding: 2em;
  width: 100%;
  display: grid;
  background-color: var(--resourceBg, var(--black));
  color: var(--resourceCol, var(--white));
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .resources_grid .resources .resource {
    flex: 0 1 calc(50% - 1.5em);
  }
}
@media (min-width: 992px) {
  .resources_grid .resources .resource {
    flex: 0 1 calc(33% - 3em);
  }
}
.resources_grid .resources .resource:hover, .resources_grid .resources .resource:focus {
  text-decoration: none;
}
.resources_grid .resources .resource .wrapper {
  display: grid;
  grid-template-rows: 40px 1fr 60px;
  gap: 1em;
}
.resources_grid .resources .resource .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.resources_grid .resources .resource .top .types {
  flex: 1 1 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid var(--resourceBorder, var(--white));
}
.resources_grid .resources .resource .top .icon {
  flex: 0 0 30px;
}
.resources_grid .resources .resource .top .icon svg {
  height: 30px;
}
.resources_grid .resources .resource .top .icon svg * {
  transition: 0.5s ease all;
}
.resources_grid .resources .resource .info h3, .resources_grid .resources .resource .info p {
  color: var(--resourceCol);
}
.resources_grid .resources .resource .info h3.h4 {
  font-weight: 400;
}
.resources_grid .resources .resource .bottom {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.resources_grid .resources .resource .bottom .btn {
  margin: 0;
  font-size: 1.3em;
  min-width: auto;
  padding: 0.75em 3em;
}
.resources_grid .resources .resource .bottom .icon svg {
  height: 40px;
}
.resources_grid .resources .resource .bottom .icon svg * {
  transition: 0.5s ease all;
}
.resources_grid .resources .resource.manual {
  --resourceBg: var(--grey);
  --resourceCol: var(--white);
  --iconFill: var(--white);
  --buttonColor: var(--white);
  --buttonBorder: var(--white);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.resources_grid .resources .resource.manual:hover {
  --iconFill: var(--black);
  --buttonBg: var(--black);
  --buttonColor: var(--white);
}
.resources_grid .resources .resource.data-sheet {
  --resourceBg: var(--yellow);
  --resourceCol: var(--black);
  --iconFill: var(--black);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.resources_grid .resources .resource.data-sheet:hover {
  --iconFill: var(--white);
  --buttonBg: var(--black);
  --buttonColor: var(--white);
}
.resources_grid .resources .resource.data-sheet {
  --resourceBg: var(--yellow);
  --resourceCol: var(--black);
  --iconFill: var(--black);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.resources_grid .resources .resource.data-sheet:hover {
  --iconFill: var(--white);
  --buttonBg: var(--black);
  --buttonColor: var(--white);
}
.resources_grid .resources .resource.training-academy {
  --resourceBg: var(--blue);
  --resourceCol: var(--black);
  --iconFill: var(--black);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.resources_grid .resources .resource.training-academy:hover {
  --iconFill: var(--white);
  --buttonBg: var(--black);
  --buttonColor: var(--white);
}
.resources_grid .resources .resource.certificate {
  --resourceBg: var(--black);
  --resourceCol: var(--white);
  --iconFill: var(--yellow);
  --buttonColor: var(--white);
  --buttonBorder: var(--white);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.resources_grid .resources .resource.certificate:hover {
  --iconFill: var(--white);
  --buttonBg: var(--yellow);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
}
.resources_grid #loading_spinner {
  position: absolute;
  font-size: 6em;
  color: var(--yellow);
  text-align: center;
  pointer-events: none;
  z-index: 1000;
  top: 100px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: none;
}
.resources_grid #loading_spinner.loading {
  display: block;
}

article.project {
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
article.project .header_project {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.project .header_project {
    margin: 6em 0 3em;
  }
}
article.project .header_project .row {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
article.project .header_project .title {
  padding: 1em 0;
  --fontSizeProject: 1.8em;
}
@media (min-width: 768px) {
  article.project .header_project .title {
    --fontSizeProject: 2em;
  }
}
@media (min-width: 992px) {
  article.project .header_project .title {
    padding: 2em 0;
    --fontSizeProject: 2.4em;
  }
}
@media (min-width: 1240px) {
  article.project .header_project .title {
    --fontSizeProject: 2.8em;
  }
}
article.project .header_project .title .label {
  line-height: 1em;
  font-size: var(--fontSizeProject);
  font-weight: 700;
}
article.project .header_project .title h1 {
  margin: 0;
  font-weight: 400;
  font-size: var(--fontSizeProject);
}
article.project .header_project .info {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  font-size: 1.3em;
}
article.project .header_project .info .type {
  font-weight: 700;
}
article.project .featured_image {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.project .featured_image {
    margin: 3em 0 6em 0;
  }
}
article.project .featured_image .background {
  position: relative;
  width: 100%;
  aspect-ratio: 10/3;
}
article.project .featured_image .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
article.project .article {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.project .article {
    margin: 6em 0;
  }
}
article.project .header_project .post_nav {
  justify-content: flex-end;
}
article.project .post_nav {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
article.project .post_nav .nav {
  border-radius: 50%;
  border: 1px solid var(--grey);
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
}
article.project .post_nav .nav .nav_arrow {
  font-family: swiper-icons;
  font-size: 1.4em;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.project .post_nav .nav.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
article.project .post_nav .nav.disabled .nav_arrow {
  opacity: 0.5;
}
article.project .message .contact {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  article.project .message .contact {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  article.project .message {
    text-align: right;
  }
}
article.project .message .share .label {
  font-weight: 700;
}
article.project .all {
  text-align: right;
}
article.project .btn {
  font-size: 1.3em;
  margin: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: auto;
}
@media (min-width: 768px) {
  article.project .btn {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.projects_grid {
  padding: 0 0 3em 0;
}
@media (min-width: 992px) {
  .projects_grid {
    padding: 0 0 6em 0;
  }
}
.projects_grid #loading_spinner {
  position: absolute;
  font-size: 6em;
  color: var(--yellow);
  text-align: center;
  pointer-events: none;
  z-index: 1000;
  top: 100px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: none;
}
.projects_grid #loading_spinner.loading {
  display: block;
}

.projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (min-width: 768px) {
  .projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5em;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }
}
.projects .project {
  --iconFill: var(--black);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
  width: 100%;
  display: grid;
  background-color: var(--black);
  color: var(--white);
  grid-template-areas: "layer";
}
.projects .project > * {
  grid-area: layer;
}
.projects .project:hover, .projects .project:focus {
  text-decoration: none;
}
.projects .project .overlay {
  z-index: 50;
}
.projects .project .background {
  overflow: hidden;
  background-color: var(--yellow);
}
.projects .project .background img {
  transition: 0.3s ease-in-out all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects .project .wrapper {
  z-index: 100;
  padding: 2em;
  display: grid;
  grid-template-rows: 40px 1fr 60px;
  gap: 1em;
  width: 100%;
}
.projects .project .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.projects .project .top .types {
  color: var(--black);
  flex: 1 1 calc(100% - 60px);
  padding: 0.5em 0;
  border-bottom: 1px solid var(--resourceBorder, var(--black));
}
.projects .project .top .icon {
  flex: 0 0 30px;
}
.projects .project .top .icon svg {
  height: 30px;
}
.projects .project .top .icon svg * {
  transition: 0.5s ease all;
}
.projects .project .info h3, .projects .project .info p {
  color: var(--black);
}
.projects .project .info h3.h4 {
  font-weight: 400;
}
.projects .project .bottom {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.projects .project .bottom .btn {
  margin: 0;
  font-size: 1.3em;
  min-width: auto;
  padding: 0.75em 3em;
}
.projects .project .bottom .icon svg {
  height: 40px;
}
.projects .project .bottom .icon svg * {
  transition: 0.5s ease all;
}
.projects .project:hover .background img {
  transform: rotate(1deg) scale(1.1);
}
.projects .project:hover:nth-of-type(2n) .background img {
  transform: rotate(-1deg) scale(1.1);
}

.projects_signposts {
  padding: 3em 0;
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
@media (min-width: 992px) {
  .projects_signposts {
    padding: 6em 0;
  }
}
@media (min-width: 768px) {
  .projects_signposts .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
    flex-direction: row;
  }
}
.projects_signposts .title {
  margin: 0 0 3em 0;
}
@media (min-width: 992px) {
  .projects_signposts .title {
    margin-bottom: 6em;
  }
}
.projects_signposts .title p {
  max-width: 480px;
}

.posts_grid {
  padding: 0 0 3em 0;
}
@media (min-width: 992px) {
  .posts_grid {
    padding: 0 0 6em 0;
  }
}
.posts_grid #loading_spinner {
  position: absolute;
  font-size: 6em;
  color: var(--yellow);
  text-align: center;
  pointer-events: none;
  z-index: 1000;
  top: 100px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  display: none;
}
.posts_grid #loading_spinner.loading {
  display: block;
}

.posts {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1em;
  padding: 3em 3em;
}
@media (min-width: 768px) {
  .posts {
    padding: 3em 0;
  }
}
@media (min-width: 992px) {
  .posts {
    gap: 3em;
    padding: 6em 0;
  }
}
.posts .post {
  flex: 1 1 100%;
  --iconFill: var(--black);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
  width: 100%;
  display: grid;
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .posts .post {
    flex: 1 1 calc(50% - 3em);
  }
}
.posts .post .image {
  display: grid;
  grid-template-areas: "layer";
  width: 100%;
  align-items: flex-start;
}
.posts .post .image .background {
  width: 100%;
  height: 100%;
  aspect-ratio: 10/6;
}
.posts .post .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts .post .image > * {
  grid-area: layer;
}
.posts .post .image .top {
  padding: 1em;
  z-index: 100;
}
.posts .post:hover, .posts .post:focus {
  text-decoration: none;
}
.posts .post .overlay {
  z-index: 50;
  background-color: var(--black);
  opacity: 0.4;
}
.posts .post .background {
  overflow: hidden;
  background-color: var(--yellow);
}
.posts .post .background img {
  transition: 0.3s ease-in-out all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.posts .post .wrapper {
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.posts .post .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.posts .post .top .types {
  flex: 1 1 100%;
  padding: 0.5em 0;
  font-weight: 700;
  border-bottom: 1px solid var(--black);
}
.posts .post .top .icon {
  flex: 0 0 30px;
}
.posts .post .top .icon svg {
  height: 30px;
}
.posts .post .top .icon svg * {
  transition: 0.5s ease all;
}
.posts .post .info {
  padding: 2em;
}
.posts .post .info h3, .posts .post .info p {
  color: var(--black);
}
.posts .post .info h3.h4 {
  font-weight: 400;
}
.posts .post .info p {
  margin: 0;
}
.posts .post .bottom {
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.posts .post .bottom .btn {
  margin: 0;
  font-size: 1.3em;
  min-width: auto;
  padding: 0.75em 3em;
}
.posts .post .bottom .icon svg {
  height: 40px;
}
.posts .post .bottom .icon svg * {
  transition: 0.5s ease all;
}
@media (min-width: 992px) {
  .posts .post:nth-child(2) {
    margin-top: 10em;
  }
  .posts .post:nth-child(2n+1) {
    margin-top: -10em;
  }
  .posts .post:nth-child(1) {
    margin-top: 0em;
  }
}
.posts .post:hover .background img {
  transform: rotate(1deg) scale(1.1);
}
.posts .post:hover:nth-of-type(2n) .background img {
  transform: rotate(-1deg) scale(1.1);
}

.news_signposts {
  padding: 3em 0;
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
@media (min-width: 992px) {
  .news_signposts {
    padding: 6em 0;
  }
}
@media (min-width: 768px) {
  .news_signposts .row {
    display: flex;
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
  }
}
.news_signposts .title p {
  max-width: 480px;
}

article.news {
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
article.news .header {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.news .header {
    margin: 6em 0 3em;
  }
}
article.news .header .row {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
article.news .header .title {
  padding: 1em 0;
  --fontSizePost: 1.8em;
}
@media (min-width: 768px) {
  article.news .header .title {
    --fontSizePost: 2em;
  }
}
@media (min-width: 992px) {
  article.news .header .title {
    padding: 2em 0;
    --fontSizePost: 2.4em;
  }
}
@media (min-width: 1240px) {
  article.news .header .title {
    --fontSizePost: 2.8em;
  }
}
article.news .header .title .label {
  line-height: 1em;
  font-size: 1.5em;
  font-weight: 700;
}
article.news .header .title h1 {
  margin: 0;
  font-weight: 400;
  font-size: var(--fontSizePost);
}
article.news .all {
  text-align: right;
}
article.news .btn {
  font-size: 1.3em;
  margin: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: auto;
}
@media (min-width: 768px) {
  article.news .btn {
    padding-left: 3em;
    padding-right: 3em;
  }
}
article.news .message .contact {
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  article.news .message {
    text-align: right;
  }
}
article.news .message .share .label {
  font-weight: 700;
}
article.news .post_nav {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 1em;
}
article.news .post_nav .nav {
  border-radius: 50%;
  border: 1px solid var(--grey);
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  position: relative;
}
article.news .post_nav .nav .nav_arrow {
  font-family: swiper-icons;
  font-size: 1.4em;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
article.news .post_nav .nav.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
article.news .post_nav .nav.disabled .nav_arrow {
  opacity: 0.5;
}
article.news .article {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.news .article {
    margin: 6em 0;
  }
}
article.news .featured_image {
  margin: 3em 0;
}
@media (min-width: 992px) {
  article.news .featured_image {
    margin: 3em 0 6em 0;
  }
}
article.news .featured_image .background {
  position: relative;
  width: 100%;
  aspect-ratio: 10/3;
}
article.news .featured_image .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.flexible {
  display: grid;
  grid-template-areas: "layers";
  position: relative;
}
.flexible .content {
  z-index: 100;
}
.flexible .overlay {
  z-index: 20;
}
.flexible .symbols {
  z-index: 50;
}
.flexible .background {
  z-index: 10;
}
.flexible > div {
  width: 100%;
  grid-area: layers;
}
.flexible.missing {
  min-height: 500px;
}
.flexible.missing h3 {
  color: #f90;
}
.flexible.missing .warning {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

:root {
  --overlapH: 100px;
}
@media (min-width: 992px) {
  :root {
    --overlapH: 250px;
  }
}

.header_home {
  position: relative;
  z-index: 20;
  margin-bottom: calc(var(--overlapH) * -1);
}
.header_home .content {
  padding: 10em 0;
}
@media (min-width: 992px) {
  .header_home .content {
    padding: 12em 0;
  }
}
@media (min-width: 1240px) {
  .header_home .content {
    padding: 15em 0;
  }
}
.header_home .content h1 {
  color: var(--white);
  max-width: 80%;
}
@media (min-width: 992px) {
  .header_home .content h1 {
    max-width: 50%;
  }
}
.header_home .overlay {
  background-color: var(--black);
  opacity: 0.5;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--overlapH)), 0% 100%);
}
.header_home .symbols svg {
  position: absolute;
  left: 80%;
  width: 25%;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (min-width: 992px) {
  .header_home .symbols svg {
    left: 55%;
    width: 35%;
    max-height: 850px;
  }
}
.header_home .background {
  height: 100%;
  width: 100%;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--overlapH)), 0% 100%);
}
.header_home .background img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.header_home_bottom {
  position: relative;
  z-index: 1;
  background-color: var(--greyDark);
}
.header_home_bottom .content {
  min-height: 300px;
  padding: 3em 0 6em;
  padding-top: calc(var(--overlapH) + 3em);
}
@media (min-width: 992px) {
  .header_home_bottom .content {
    padding: 6em 0 12em;
    padding-top: calc(var(--overlapH) + 6em);
  }
}
.header_home_bottom .content p {
  color: var(--white);
}
.header_home_bottom .background {
  background-image: url("img/icon-bg.svg");
  background-size: 120px;
  background-repeat: repeat;
  background-position: center;
  opacity: 0.05;
}

.header_large .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .header_large .content {
    padding: 6em 0;
  }
}
.header_large .content h1, .header_large .content p {
  color: var(--white);
}
.header_large .content .ctas {
  margin: 3em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em 3em;
  align-items: center;
  justify-content: flex-start;
  --buttonBorder: var(--yellow);
  --buttonBg: transparent;
  --buttonBgHover: var(--white);
  --buttonColorHover: var(--black);
}
.header_large .content .ctas .btn {
  margin: 0;
}
.header_large .content .image {
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--greyDark);
}
.header_large .content .image .wrapper {
  display: inline-block;
  height: 400px;
  aspect-ratio: 1000/1530;
  margin: 0 10%;
}
@media (min-width: 992px) {
  .header_large .content .image .wrapper {
    height: 600px;
  }
}
.header_large .content .image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
  clip-path: polygon(0 var(--percent), 100% 0%, 100% calc(100% - var(--percent)), 0 100%);
}
.header_large .content .image .dec {
  z-index: 1;
  position: absolute;
  left: 0;
}
.header_large .content .image .dec_top {
  top: 0;
  transform: translate(0%, 25%) scaleX(-1);
  fill: var(--bgTopColor);
  height: 25%;
}
.header_large .content .image .dec_top svg {
  height: 100%;
}
.header_large .content .image .dec_bottom {
  fill: var(--bgBotColor);
  bottom: 0;
  transform: translate(-15%, 0%) scaleX(-1);
  height: 70%;
}
.header_large .content .image .dec_bottom svg {
  height: 100%;
}
@media (min-width: 768px) {
  .header_large .content .image .dec_bottom {
    transform: translate(0%, -10%) scaleX(-1);
  }
}
.header_large .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
}
.header_large .background {
  background-color: var(--grey);
}

.header_small_image .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .header_small_image .content {
    padding: 3em 0;
  }
}
.header_small_image .content h1, .header_small_image .content p {
  color: var(--white);
}
.header_small_image .content .breadcrumbs {
  display: inline-block;
  color: var(--white);
  font-size: var(--fontBase);
  padding: 1em 0;
  margin: 1em 0;
  position: relative;
}
.header_small_image .content .breadcrumbs a {
  color: var(--white);
}
.header_small_image .content .breadcrumbs a:hover, .header_small_image .content .breadcrumbs a:focus {
  text-decoration: none;
  color: var(--yellow);
}
.header_small_image .content .breadcrumbs .current {
  font-weight: 700;
  color: var(--yellow);
}
.header_small_image .content .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  align-items: center;
  justify-content: flex-start;
  --buttonBorder: var(--yellow);
  --buttonBg: transparent;
  --buttonBgHover: var(--white);
  --buttonColorHover: var(--black);
}
.header_small_image .content .ctas .btn {
  margin: 0;
}
.header_small_image .content .image {
  --percent: 37%;
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--greyDark);
  position: relative;
  flex: 1 1 50%;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .header_small_image .content .image {
    transform: translateX(15%);
    display: block;
  }
}
.header_small_image .content .image .wrapper {
  display: inline-block;
  height: 400px;
  aspect-ratio: 1000/1530;
  margin: 0 10%;
}
.header_small_image .content .image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
  clip-path: polygon(0 var(--percent), 100% 0%, 100% calc(100% - var(--percent)), 0 100%);
}
.header_small_image .content .image .dec {
  display: none;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  fill: var(--bgTopColor);
}
@media (min-width: 768px) {
  .header_small_image .content .image .dec {
    transform: translate(-50%, -50%) scale(0.6);
    display: block;
  }
}
@media (min-width: 992px) {
  .header_small_image .content .image .dec {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media (min-width: 1240px) {
  .header_small_image .content .image .dec {
    transform: translate(-50%, -50%) scale(1);
  }
}
.header_small_image .content .image .dec svg {
  height: 400px;
}
.header_small_image .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
}
.header_small_image .background {
  background-color: var(--grey);
}

.header_small {
  overflow: hidden;
}
.header_small .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .header_small .content {
    padding: 6em 0;
  }
}
.header_small .content .h1 {
  display: block;
}
.header_small .content .h1, .header_small .content p {
  color: var(--white);
}
.header_small .content .label {
  display: inline-block;
  color: var(--yellow);
  font-size: var(--fontBase);
  font-weight: 700;
  padding: 1em 0;
  margin: 1em 0;
  position: relative;
}
.header_small .content .label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% + 3em);
  height: 1px;
  background-color: var(--white);
}
.header_small .content .dec {
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
}
.header_small .content .dec svg {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.header_small .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
}
.header_small .background {
  background-color: var(--grey);
}

.header_simple {
  overflow: hidden;
}
.header_simple .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .header_simple .content {
    padding: 6em 0 1em;
  }
}
.header_simple .content .title {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 0 0 1em 0;
}
@media (min-width: 992px) {
  .header_simple .content .title {
    padding: 0 0 3em 0;
  }
}
.header_simple .content .title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: var(--grey);
}
.header_simple .content .title .dec {
  position: absolute;
  top: 0;
  width: 100px;
}
.header_simple .content .title .dec.dec_left {
  right: 100%;
  transform: translate(50%, 0);
}
.header_simple .content .title .dec.dec_right {
  left: 100%;
  transform: translate(-50%, 50%);
}
.header_simple .content .h1 {
  display: block;
}
.header_simple .content .h1, .header_simple .content p {
  color: var(--white);
}
.header_simple .content .dec {
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
}
.header_simple .content .dec svg {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.footer_banner .content {
  padding: 6em 0;
}
@media (min-width: 992px) {
  .footer_banner .content {
    padding: 12em 0;
  }
}
@media (min-width: 1240px) {
  .footer_banner .content {
    padding: 15em 0;
  }
}
.footer_banner .content p {
  color: var(--white);
}
.footer_banner .content .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  align-items: center;
  justify-content: center;
  --buttonBorder: var(--yellow);
  --buttonBg: var(--black);
  --buttonBgHover: var(--white);
  --buttonColorHover: var(--black);
}
.footer_banner .content .ctas .btn {
  margin: 0;
}
.footer_banner .background {
  background-color: var(--greyDark);
  position: relative;
}
.footer_banner .background svg {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.2;
  height: 80%;
  --iconFill: var(--grey);
  transform: translate(-50%, -50%);
}

.vertical_carousel .text_swiper {
  width: 100%;
  --swiper-pagination-bullet-vertical-gap: 2em;
  --swiper-pagination-color: var(--yellow);
  --swiper-pagination-bullet-inactive-color: var(--white);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 1px;
  --swiper-pagination-bullet-width: 3em;
}
@media (min-width: 768px) {
  .vertical_carousel .text_swiper {
    --swiper-pagination-bullet-height: 3em;
    --swiper-pagination-bullet-width: 2px;
  }
}
.vertical_carousel .text_swiper .swiper-slide .wrapper {
  width: 100%;
  flex: 1 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vertical_carousel .text_swiper .swiper-slide .info {
  margin: 3em 0;
  padding: 1em 3em;
}
@media (min-width: 992px) {
  .vertical_carousel .text_swiper .swiper-slide .info {
    padding: 3em 3em;
    margin: 6em 0;
  }
}
.vertical_carousel .text_swiper .swiper-slide .info h3 {
  color: var(--yellow);
}
.vertical_carousel .text_swiper .swiper-slide .info p {
  color: var(--white);
}
.vertical_carousel .image_swiper {
  width: 100%;
  pointer-events: none;
}
.vertical_carousel .image_swiper .swiper-slide .image {
  pointer-events: none;
}
.vertical_carousel .image_swiper .swiper-slide .image img {
  pointer-events: none;
}
.vertical_carousel .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
}
.vertical_carousel .background {
  background-color: var(--grey);
}

.steps {
  background-color: var(--grey80);
}
.steps .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .steps .content {
    padding: 6em 0;
  }
}
@media (min-width: 1240px) {
  .steps .content {
    padding: 12em 0;
  }
}
.steps .content .intro {
  text-align: center;
}
.steps .content .steps_wrapper {
  --buttonBg: var(--white);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  padding: 0 1em;
}
@media (min-width: 992px) {
  .steps .content .steps_wrapper {
    padding: 0 3em;
  }
}
.steps .content .steps_wrapper .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
}
@media (min-width: 768px) {
  .steps .content .steps_wrapper .step {
    gap: 3em;
    flex-direction: row;
  }
  .steps .content .steps_wrapper .step:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}
.steps .content .steps_wrapper .step .image {
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
}
.steps .content .steps_wrapper .step .image .wrapper {
  display: inline-block;
  height: 400px;
  aspect-ratio: 1000/1530;
  margin: 0 10%;
}
@media (min-width: 992px) {
  .steps .content .steps_wrapper .step .image .wrapper {
    height: 600px;
  }
}
.steps .content .steps_wrapper .step .image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
}
.steps .content .steps_wrapper .step .image .dec {
  z-index: 1;
  position: absolute;
}
.steps .content .steps_wrapper .step .image .dec_top {
  fill: var(--bgTopColor);
  height: 25%;
}
.steps .content .steps_wrapper .step .image .dec_top svg {
  height: 100%;
}
.steps .content .steps_wrapper .step .image .dec_bottom {
  fill: var(--bgBotColor);
  height: 70%;
}
.steps .content .steps_wrapper .step .image .dec_bottom svg {
  height: 100%;
}
.steps .content .steps_wrapper .step:nth-of-type(2n - 1) .image img {
  clip-path: polygon(0 0, 100% var(--percent), 100% 100%, 0 calc(100% - var(--percent)));
}
.steps .content .steps_wrapper .step:nth-of-type(2n - 1) .image .dec {
  right: 0;
}
.steps .content .steps_wrapper .step:nth-of-type(2n - 1) .image .dec_top {
  top: 0;
  transform: translate(0%, 25%);
}
.steps .content .steps_wrapper .step:nth-of-type(2n - 1) .image .dec_bottom {
  bottom: 0;
  transform: translate(15%, 0%);
}
@media (min-width: 768px) {
  .steps .content .steps_wrapper .step:nth-of-type(2n - 1) .image .dec_bottom {
    transform: translate(15%, 25%);
  }
}
.steps .content .steps_wrapper .step:nth-of-type(2n) .image img {
  clip-path: polygon(0 var(--percent), 100% 0%, 100% calc(100% - var(--percent)), 0 100%);
}
.steps .content .steps_wrapper .step:nth-of-type(2n) .image .dec {
  left: 0;
}
.steps .content .steps_wrapper .step:nth-of-type(2n) .image .dec_top {
  top: 0;
  transform: translate(0%, 25%) scaleX(-1);
}
.steps .content .steps_wrapper .step:nth-of-type(2n) .image .dec_bottom {
  bottom: 0;
  transform: translate(-15%, 0%) scaleX(-1);
}
@media (min-width: 768px) {
  .steps .content .steps_wrapper .step:nth-of-type(2n) .image .dec_bottom {
    transform: translate(-15%, 25%) scaleX(-1);
  }
}
.steps .content .steps_wrapper .step:nth-of-type(3n - 2) {
  --bgTopColor: var(--black);
  --bgBotColor: var(--yellow);
}
.steps .content .steps_wrapper .step:nth-of-type(3n - 1) {
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--greyDark);
}
.steps .content .steps_wrapper .step:nth-of-type(3n) {
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--black);
}
.steps .content .steps_wrapper .step .info {
  flex: 1 1 50%;
  padding: 3em;
}
@media (min-width: 992px) {
  .steps .content .steps_wrapper .step .info {
    padding: 6em;
  }
}
@media (min-width: 1240px) {
  .steps .content .steps_wrapper .step .info {
    padding: 6em 12em;
  }
}
.steps .content .steps_wrapper .step .info .count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0;
}

.large_copy .content {
  padding: 1em 0;
}
@media (min-width: 768px) {
  .large_copy .content {
    padding: 3em 0;
  }
}
.large_copy .content p {
  font-weight: 700;
  line-height: 1.1em;
  --fontBase: 2.2em;
}
@media (min-width: 768px) {
  .large_copy .content p {
    --fontBase: 2.6em;
  }
}
@media (min-width: 992px) {
  .large_copy .content p {
    --fontBase: 3em;
  }
}
@media (min-width: 1240px) {
  .large_copy .content p {
    --fontBase: 3.4em;
  }
}

.tabbed_carousel {
  --swiper-pagination-bullet-vertical-gap: 1em;
  --swiper-pagination-color: var(--yellow);
  --swiper-pagination-bullet-inactive-color: var(--greyDark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 1px;
  --swiper-pagination-bullet-width: 3em;
}
@media (min-width: 768px) {
  .tabbed_carousel {
    --swiper-pagination-bullet-height: 3em;
    --swiper-pagination-bullet-width: 2px;
  }
}
.tabbed_carousel .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .tabbed_carousel .content {
    padding: 6em 0;
  }
}
.tabbed_carousel .content .tabbed_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0em 1em;
  align-items: center;
  --buttonBg: var(--white);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
}
@media (min-width: 992px) {
  .tabbed_carousel .content .tabbed_nav {
    gap: 0 1.5em;
  }
}
@media (min-width: 1240px) {
  .tabbed_carousel .content .tabbed_nav {
    gap: 0 2em;
  }
}
.tabbed_carousel .content .tabbed_nav .block {
  display: flex;
  flex-direction: column;
}
.tabbed_carousel .content .tabbed_nav .block .count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0 0;
}
.tabbed_carousel .content .tabbed_nav .block .btn {
  margin: 0;
  margin-top: 0.5em;
  min-width: auto;
  padding: 0.75em 2em;
}
.tabbed_carousel .content .tabbed_nav .block .btn:focus, .tabbed_carousel .content .tabbed_nav .block .btn.active {
  --buttonBg: var(--yellow);
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper {
  max-height: none;
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .swiper-slide {
  min-width: 0;
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .info {
  margin: 1em 0;
  padding: 1em;
}
@media (min-width: 768px) {
  .tabbed_carousel .content .tabbed_carousel_text_wrapper .info {
    margin: 3em 0;
    padding: 3em;
  }
}
@media (min-width: 992px) {
  .tabbed_carousel .content .tabbed_carousel_text_wrapper .info {
    margin: 6em 0;
  }
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .info .count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0 0;
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .info p {
  color: var(--black);
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .info p:first-of-type {
  font-weight: 700;
}
.tabbed_carousel .content .tabbed_carousel_text_wrapper .info .btn {
  --buttonBg: var(--white);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper {
  overflow: initial;
  pointer-events: none;
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image {
  pointer-events: none;
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--greyDark);
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .wrapper {
  display: inline-block;
  width: 100%;
  aspect-ratio: 1000/1530;
  margin: 0 10%;
}
@media (min-width: 992px) {
  .tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .wrapper {
    margin: 0 20% 0 0;
  }
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image img {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
  clip-path: polygon(0 0, 100% var(--percent), 100% 100%, 0 calc(100% - var(--percent)));
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec {
  z-index: 1;
  position: absolute;
  right: 0;
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_top {
  top: 0;
  fill: var(--bgTopColor);
}
@media (min-width: 768px) {
  .tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_top {
    transform: translate(10%, 0);
  }
}
@media (min-width: 992px) {
  .tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_top {
    transform: translate(0%, 35%);
  }
}
@media (min-width: 1240px) {
  .tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_top {
    transform: translate(0%, 75%);
  }
}
.tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_bottom {
  fill: var(--bgBotColor);
  bottom: 0;
  transform: translate(-15%, 0%);
}
@media (min-width: 768px) {
  .tabbed_carousel .content .tabbed_carousel_image_wrapper .swiper-slide .image .dec_bottom {
    transform: translate(2%, 25%);
  }
}

.body_copy_split .content {
  padding: 1em 0;
}
@media (min-width: 768px) {
  .body_copy_split .content {
    padding: 3em 0;
  }
}
@media (min-width: 992px) {
  .body_copy_split .content {
    padding: 6em 0;
  }
}
.body_copy_split .content p:first-of-type {
  font-weight: 700;
}
@media (min-width: 768px) {
  .body_copy_split .content article {
    padding-left: 1em;
  }
}
@media (min-width: 1240px) {
  .body_copy_split .content article {
    padding-left: 3em;
  }
}
.body_copy_split .content .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  align-items: center;
  justify-content: flex-start;
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
.body_copy_split .content .ctas .btn {
  margin: 0;
}

.body_copy_image .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .body_copy_image .content {
    padding: 6em 0;
  }
}
.body_copy_image .content p:first-of-type {
  font-weight: 700;
}
.body_copy_image .content article {
  padding-right: 3em;
}
.body_copy_image .content .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 3em;
  align-items: center;
  justify-content: flex-start;
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: transparent;
  --buttonBgHover: var(--yellow);
  --buttonColorHover: var(--black);
}
.body_copy_image .content .ctas .btn {
  margin: 0;
}
.body_copy_image .content .image {
  position: relative;
  --percent: 37%;
  flex: 1 1 50%;
  text-align: center;
  --bgTopColor: var(--yellow);
  --bgBotColor: var(--greyDark);
}
.body_copy_image .content .image .wrapper {
  display: inline-block;
  height: 600px;
  aspect-ratio: 1000/1530;
  margin: 0 10%;
}
.body_copy_image .content .image img {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
  clip-path: polygon(0 var(--percent), 100% 0%, 100% calc(100% - var(--percent)), 0 100%);
}
.body_copy_image .content .image .dec {
  z-index: 1;
  position: absolute;
  left: 0;
}
.body_copy_image .content .image .dec_top {
  top: 0;
  transform: translate(0%, 25%) scaleX(-1);
  fill: var(--bgTopColor);
}
.body_copy_image .content .image .dec_bottom {
  fill: var(--bgBotColor);
  bottom: 0;
  transform: translate(-15%, 0%) scaleX(-1);
}
@media (min-width: 768px) {
  .body_copy_image .content .image .dec_bottom {
    transform: translate(0%, -10%) scaleX(-1);
  }
}

.body_copy_carousel {
  --swiper-pagination-bullet-vertical-gap: 1em;
  --swiper-pagination-color: var(--yellow);
  --swiper-pagination-bullet-inactive-color: var(--greyDark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 3em;
}
.body_copy_carousel .content {
  --transformBox: 0em;
  padding: 1em 0 6em;
  padding-bottom: var(--transformBox) !important;
}
@media (min-width: 768px) {
  .body_copy_carousel .content {
    --transformBox: 6em;
  }
}
@media (min-width: 992px) {
  .body_copy_carousel .content {
    --transformBox: 8em;
    padding: 3em 0 9em;
  }
}
@media (min-width: 1240px) {
  .body_copy_carousel .content {
    --transformBox: 10em;
    padding: 3em 0 12em;
    margin-bottom: 3em;
  }
}
.body_copy_carousel .content .image {
  position: relative;
  z-index: 10;
}
.body_copy_carousel .content .text {
  position: relative;
  z-index: 20;
}
.body_copy_carousel .content .over_carousel_text_wrapper {
  background-color: var(--white);
}
.body_copy_carousel .content .info {
  padding: 1em 3em;
}
@media (min-width: 768px) {
  .body_copy_carousel .content .info {
    padding: 2em 3em 1em;
  }
}
@media (min-width: 992px) {
  .body_copy_carousel .content .info {
    padding: 2em 6em 1em;
  }
}
.body_copy_carousel .content .info h3 {
  margin: 3rem 0;
}
.body_copy_carousel .content .info .count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0 0;
}
.body_copy_carousel .content .info p {
  color: var(--black);
}
.body_copy_carousel .content .info p:first-of-type {
  font-weight: 700;
}
.body_copy_carousel .content .over_carousel_image_wrapper {
  overflow: initial;
  pointer-events: none;
}
.body_copy_carousel .content .over_carousel_image_wrapper .swiper-slide .image {
  pointer-events: none;
  position: relative;
  width: 100%;
  aspect-ratio: 6/4;
}
.body_copy_carousel .content .over_carousel_image_wrapper .swiper-slide .image .wrapper {
  width: 100%;
  height: 100%;
}
.body_copy_carousel .content .over_carousel_image_wrapper .swiper-slide .image img {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .body_copy_carousel .content .over_carousel_image_wrapper .swiper-slide .image img {
    transform: scale(1.5);
  }
}
@media (min-width: 992px) {
  .body_copy_carousel .content .right {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .body_copy_carousel .content .right .over_carousel_image_wrapper .swiper-slide .image img {
    transform-origin: left center;
  }
  .body_copy_carousel .content .left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .body_copy_carousel .content .left .over_carousel_image_wrapper .swiper-slide .image img {
    transform-origin: right center;
  }
}

.body_copy_image_block .content {
  --transformBox: 0em;
  padding: 1em 0 6em;
  padding-bottom: var(--transformBox) !important;
}
@media (min-width: 768px) {
  .body_copy_image_block .content {
    --transformBox: 6em;
    margin-top: calc(var(--transformBox) * -1);
  }
}
@media (min-width: 992px) {
  .body_copy_image_block .content {
    --transformBox: 8em;
    padding: 3em 0 9em;
  }
}
@media (min-width: 1240px) {
  .body_copy_image_block .content {
    --transformBox: 10em;
    padding: 3em 0 12em;
    margin-bottom: 3em;
  }
}
.body_copy_image_block .content .image {
  position: relative;
  z-index: 10;
}
.body_copy_image_block .content .text {
  position: relative;
  z-index: 20;
}
.body_copy_image_block .content .info {
  transform: translateY(var(--transformBox));
  margin-top: calc(var(--transformBox) / 2);
  background-color: var(--white);
  margin: 1em 0;
  padding: 2em;
}
@media (min-width: 768px) {
  .body_copy_image_block .content .info {
    margin: 0em 0;
    padding: 1em 3em 3em;
  }
}
@media (min-width: 992px) {
  .body_copy_image_block .content .info {
    margin: 5em 0 1em;
    padding: 1em 6em var(--transformBox);
  }
}
.body_copy_image_block .content .info .count {
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  margin: 1em 0 0;
}
.body_copy_image_block .content .info p {
  color: var(--black);
  --fontBase: 1.7em;
}
@media (min-width: 992px) {
  .body_copy_image_block .content .info p {
    --fontBase: 2em;
  }
}
.body_copy_image_block .content .info p:first-of-type {
  font-weight: 700;
}
.body_copy_image_block .content .image .image {
  pointer-events: none;
  position: relative;
  width: 100%;
  aspect-ratio: 6/4;
}
.body_copy_image_block .content .image .image .wrapper {
  width: 100%;
  height: 100%;
}
.body_copy_image_block .content .image .image img {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .body_copy_image_block .content .image .image img {
    transform: scale(1.5);
  }
}
@media (min-width: 768px) {
  .body_copy_image_block .content .right {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .body_copy_image_block .content .right .image img {
    transform-origin: left top;
  }
  .body_copy_image_block .content .left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .body_copy_image_block .content .left .image img {
    transform-origin: right top;
  }
}

.team_carousel {
  --swiper-pagination-bullet-vertical-gap: 1em;
  --swiper-pagination-color: var(--yellow);
  --swiper-pagination-bullet-inactive-color: var(--greyDark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 3em;
  --swiper-pagination-bottom: "auto";
  --swiper-pagination-top: 105%;
}
.team_carousel .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .team_carousel .content {
    padding: 6em 0;
  }
}
.team_carousel .content .containera {
  width: 100vw;
  overflow: hidden;
  padding-bottom: 10em;
}
.team_carousel .content .containera .swiper {
  overflow: initial;
}
.team_carousel .content .team_carousel_wrapper .team_nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  margin-top: 1em;
  padding-left: var(--teamLeftSpace);
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav {
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--grey);
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: swiper-icons;
  font-size: 1.4em;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav:hover {
  background-color: var(--yellow);
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav.nav-prev:after {
  content: "prev";
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-nav.nav-next:after {
  content: "next";
}
.team_carousel .content .team_carousel_wrapper .team_nav .swiper-pagination {
  position: relative;
  text-align: left;
  width: auto;
  padding-left: 1em;
  top: 0;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide {
  width: 260px;
  background-color: var(--yellow);
  transition: 0.5s ease all;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .slide_content {
  display: grid;
  grid-template-areas: "layer";
  aspect-ratio: 2/1;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .slide_content > * {
  grid-area: layer;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .image {
  position: relative;
  background-color: var(--grey);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .image img {
  transition: 0.5s ease all;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .image:after {
  content: "";
  background-color: var(--grey);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info {
  width: 100%;
  height: 100%;
  z-index: 100;
  display: grid;
  grid-template-areas: "title in" "name .";
  padding: 1em;
  justify-content: space-between;
  align-items: stretch;
  grid-template-columns: 1fr 30px;
  grid-template-rows: 25px 1fr;
  gap: 1em;
}
@media (min-width: 992px) {
  .team_carousel .content .team_carousel_wrapper .swiper-slide .info {
    padding: 2em;
  }
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info > * {
  transition: 0.5s ease all;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info .name {
  grid-area: name;
  font-size: 2.2em;
  color: var(--black);
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.1em;
  font-weight: 300;
  transition: 0.5s ease all;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info .title {
  grid-area: title;
  font-size: 1.2em;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  margin: 0;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info .linkedin {
  grid-area: in;
  font-size: 1.8em;
  color: var(--black);
  transition: 0.5s ease all;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide .info .linkedin a {
  color: var(--black);
}
.team_carousel .content .team_carousel_wrapper .swiper-slide:hover, .team_carousel .content .team_carousel_wrapper .swiper-slide:focus {
  background-color: var(--grey);
}
.team_carousel .content .team_carousel_wrapper .swiper-slide:hover .info, .team_carousel .content .team_carousel_wrapper .swiper-slide:focus .info {
  text-decoration: none;
}
.team_carousel .content .team_carousel_wrapper .swiper-slide:hover .info > *, .team_carousel .content .team_carousel_wrapper .swiper-slide:focus .info > * {
  color: var(--yellow);
}
.team_carousel .content .team_carousel_wrapper .swiper-slide:hover .linkedin, .team_carousel .content .team_carousel_wrapper .swiper-slide:focus .linkedin {
  color: var(--yellow);
}
.team_carousel .content .team_carousel_wrapper .swiper-slide:hover .image img, .team_carousel .content .team_carousel_wrapper .swiper-slide:focus .image img {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .team_carousel .content .team_carousel_wrapper .swiper-slide {
    width: 350px;
  }
}

.quote .content {
  padding: 3em 0;
  text-align: center;
}
@media (min-width: 992px) {
  .quote .content {
    padding: 6em 0;
  }
}
@media (min-width: 1240px) {
  .quote .content {
    padding: 12em 0;
  }
}
.quote .content.black {
  background-color: var(--black);
}
.quote .content.darkGrey {
  background-color: var(--grey);
  position: relative;
}
.quote .content.darkGrey .container {
  position: relative;
  z-index: 10;
}
.quote .content.darkGrey .overlay {
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, #27292B 0%, #808285 100%);
  opacity: 0.5;
  z-index: 1;
}
.quote .content blockquote {
  text-align: center;
  font-size: 1em;
  position: relative;
  margin: 3em 0;
}
.quote .content blockquote p {
  color: var(--white);
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5em;
}
@media (min-width: 992px) {
  .quote .content blockquote p {
    font-size: 2em;
  }
}
.quote .content blockquote:before, .quote .content blockquote:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 25px;
}
.quote .content blockquote:before {
  background-color: var(--yellow);
  bottom: 100%;
  left: 0;
  transform: skew(-30deg) rotate(-30deg) translateX(-50%) translateY(-50%);
}
.quote .content blockquote:after {
  background-color: var(--white);
  top: 100%;
  right: 0;
  transform: skew(-30deg) rotate(-30deg) translateX(50%) translateY(50%);
}
.quote .content cite {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-style: normal;
  color: var(--white);
}
.quote .content cite .name {
  color: var(--yellow);
}
.quote .content cite .company {
  color: var(--white);
}

.accreditations .content {
  padding: 1em 0 3em;
}
@media (min-width: 992px) {
  .accreditations .content {
    padding: 3em 0 6em;
  }
}
.accreditations .content .logos {
  --gap: 1em;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: var(--gap);
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1em 0 3em;
}
@media (min-width: 992px) {
  .accreditations .content .logos {
    padding: 3em 0 6em;
    --gap: 3em;
  }
}
@media (min-width: 1240px) {
  .accreditations .content .logos {
    --gap: 4em ;
  }
}
.accreditations .content .logos .logo {
  padding: var(--gap);
  flex: 1 1 calc(50% - var(--gap));
}
@media (min-width: 768px) {
  .accreditations .content .logos .logo {
    flex: 1 1 calc(33% - var(--gap));
    padding: 0;
  }
}
@media (min-width: 992px) {
  .accreditations .content .logos .logo {
    flex: 1 1 calc(16.6666666667% - (var(--gap)));
  }
}
.accreditations .content .logos .logo img, .accreditations .content .logos .logo svg {
  max-height: 60px;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.contact_details .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .contact_details .content {
    padding: 6em 0;
  }
}
.contact_details .content .info {
  padding: 0 3em 0 0;
  --fontSizeFooter: 1.4em;
}
.contact_details .content address {
  font-size: var(--fontSizeFooter);
  font-style: normal;
  line-height: 1.8em;
  letter-spacing: -0.025em;
  font-weight: 400;
  margin: 1em 0;
}
@media (min-width: 992px) {
  .contact_details .content address {
    margin: 2em 0;
  }
}
.contact_details .content p {
  color: var(--black);
  font-size: var(--fontSizeFooter);
  line-height: 1.8em;
  font-weight: 700;
}
.contact_details .content p a {
  font-weight: 400;
  transition: 0.5s ease all;
  color: var(--black);
}
.contact_details .content p a:hover, .contact_details .content p a:focus {
  color: var(--yellow);
}
.contact_details .content .label {
  margin: 1em 0 0;
  font-size: var(--fontSizeFooter);
  font-weight: 700;
}
@media (min-width: 992px) {
  .contact_details .content .label {
    margin: 3em 0 0;
  }
}
.contact_details .content .social_media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
  font-size: 2.5em;
}
.contact_details .content .social_media a {
  transition: 0.5s ease all;
  color: var(--black);
}
.contact_details .content .social_media a:hover, .contact_details .content .social_media a:focus {
  color: var(--yellow);
}
.contact_details .contacts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em 3em;
}
.contact_details .contacts .contact {
  flex: 1 1 calc(50% - 3em);
  background-color: var(--yellow);
  display: grid;
  grid-template-areas: "layer";
  aspect-ratio: 2/1.25;
  transition: 0.5s ease all;
}
.contact_details .contacts .contact > * {
  grid-area: layer;
}
.contact_details .contacts .contact .details {
  width: 100%;
  height: 100%;
  z-index: 100;
  display: grid;
  grid-template-areas: "title in" "name ." "email ." "phone .";
  padding: 1em;
  justify-content: space-between;
  align-items: stretch;
  grid-template-columns: 1fr 30px;
  grid-template-rows: 25px 1fr;
  gap: 1em;
}
@media (min-width: 992px) {
  .contact_details .contacts .contact .details {
    padding: 2em;
  }
}
.contact_details .contacts .contact .details p {
  margin: 0;
}
.contact_details .contacts .contact .details > * {
  transition: 0.5s ease all;
}
.contact_details .contacts .contact .details .name {
  grid-area: name;
  font-size: 2.2em;
  color: var(--black);
  display: flex;
  flex-direction: column-reverse;
  line-height: 1.1em;
  font-weight: 300;
  transition: 0.5s ease all;
}
.contact_details .contacts .contact .details .title {
  grid-area: title;
  font-size: 1.2em;
  color: var(--black);
  border-bottom: 1px solid var(--black);
  margin: 0;
}
.contact_details .contacts .contact .details .email {
  grid-area: email;
  font-size: 1.4em;
  color: var(--black);
  transition: 0.5s ease all;
}
.contact_details .contacts .contact .details .email a {
  color: var(--black);
}
.contact_details .contacts .contact .details .email a:hover, .contact_details .contacts .contact .details .email a:focus {
  text-decoration: none;
  color: var(--yellow);
}
.contact_details .contacts .contact .details .phone {
  grid-area: phone;
  font-size: 1.4em;
  color: var(--black);
  transition: 0.5s ease all;
}
.contact_details .contacts .contact .details .phone a {
  color: var(--black);
}
.contact_details .contacts .contact .details .phone a:hover, .contact_details .contacts .contact .details .phone a:focus {
  text-decoration: none;
  color: var(--yellow);
}
.contact_details .contacts .contact .details .linkedin {
  grid-area: in;
  font-size: 1.8em;
  color: var(--black);
  transition: 0.5s ease all;
}
.contact_details .contacts .contact .details .linkedin a {
  color: var(--black);
}
.contact_details .contacts .contact .details .linkedin a:hover, .contact_details .contacts .contact .details .linkedin a:focus {
  text-decoration: none;
  color: var(--yellow);
}
.contact_details .contacts .contact:hover {
  background-color: var(--grey);
}

.form {
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBg: var(--yellow);
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
}
.form .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .form .content {
    padding: 6em 0;
  }
}
.form .content .info {
  padding: 0 3em 0 0;
}
.form .content .form_wrapper .acf-form .af-fields {
  display: grid;
  padding: 0;
  gap: 3em;
}
.form .content .form_wrapper .acf-form .af-fields .acf-field {
  padding: 0;
  margin: 0;
}
.form .content .form_wrapper .acf-form .af-field-type-group .acf-fields.-border {
  border: 0;
}
.form .content .form_wrapper .acf-form .acf-field {
  border-top: 0 none !important;
}
.form .content .form_wrapper .acf-form .acf-field .af-label {
  display: none;
  visibility: hidden;
  font-size: var(--fontBase);
}
.form .content .form_wrapper .acf-form .acf-field input, .form .content .form_wrapper .acf-form .acf-field textarea {
  font-size: var(--fontBase);
}
.form .content .form_wrapper .acf-form .acf-field input {
  border: 0 none;
  border-bottom: 1px solid var(--greyDark);
}
.form .content .form_wrapper .acf-form .acf-field.acf-field-textarea .af-label {
  padding-left: 0.5em;
  display: inline-block;
  visibility: initial;
  color: var(--greyDark);
  opacity: 0.7;
}
.form .content .form_wrapper .acf-form .acf-field textarea {
  border-radius: 1rem;
}
.form .content .form_wrapper .acf-form .af-submit {
  padding: 0;
}
.form .content .form_wrapper .acf-form .af-submit button {
  margin: 0;
}

.faqs .content {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .faqs .content {
    padding: 0 0 6em 0;
  }
}
.faqs .content .accordions .accordion {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid var(--greyDark);
}
@media (min-width: 992px) {
  .faqs .content .accordions .accordion {
    margin: 0 0 2em 0;
    padding: 0 0 2em 0;
  }
}
.faqs .content .accordions .accordion:last-of-type {
  border-bottom: 0 none;
}
.faqs .content .accordions .accordion .title {
  position: relative;
}
.faqs .content .accordions .accordion .title h3 {
  font-weight: 600;
  font-size: 1.6em;
  max-width: 90%;
  line-height: 1em;
  margin: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .faqs .content .accordions .accordion .title h3 {
    font-size: 1.8em;
  }
}
.faqs .content .accordions .accordion .title .icon {
  --size: 30px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-100%, -50%);
  transition: 0.3s ease-out all;
  background-color: transparent;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  opacity: 0;
}
.faqs .content .accordions .accordion .title .svg-inline--fa {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  font-size: 2em;
  color: var(--green);
  transition: 0.5s ease all;
}
.faqs .content .accordions .accordion .title:hover, .faqs .content .accordions .accordion .title:focus {
  cursor: pointer;
}
.faqs .content .accordions .accordion .title:hover .circle, .faqs .content .accordions .accordion .title:focus .circle {
  background-color: var(--yellow);
}
.faqs .content .accordions .accordion .info {
  overflow: hidden;
  transition: 0.3s ease-out max-height;
  padding: 0;
  max-height: var(--visible);
  position: relative;
  width: 100%;
}
.faqs .content .accordions .accordion .info P {
  margin: 0;
  padding: 0.5em 0;
  font-size: var(--fontBase);
  max-width: 90%;
}
.faqs .content .accordions .accordion .info a {
  font-weight: 600;
}
.faqs .content .accordions .accordion.js-active .title .icon {
  opacity: 1;
}
.faqs .content .accordions .accordion.js-active .info {
  max-height: var(--visible, 0);
  opacity: 1;
  pointer-events: none;
}
.faqs .content .accordions .accordion.js-active.active .title .icon {
  background-color: var(--yellow);
  transform: translate(-100%, -50%) rotate(45deg);
}
.faqs .content .accordions .accordion.js-active.active .info {
  opacity: 1;
  pointer-events: all;
}

.signposts .content {
  padding: 3em 0 6em;
}
@media (min-width: 992px) {
  .signposts .content {
    padding: 6em 0 12em;
  }
}
.signposts .content .title {
  text-align: center;
}
.signposts .signposts_carousel {
  --swiper-pagination-bullet-vertical-gap: 1em;
  --swiper-pagination-color: var(--yellow);
  --swiper-pagination-bullet-inactive-color: var(--greyDark);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-width: 3em;
  --swiper-pagination-bottom: "auto";
  --swiper-pagination-top: 105%;
  margin: 3em 0;
}
.signposts .signposts_carousel .swiper-slide {
  min-width: 0;
}
.signposts .signposts_carousel .swiper-slide .slide_content {
  --fontColor: var(--black);
  --buttonBg: var(--white);
  --buttonColor: var(--black);
  --buttonBorder: var(--black);
  --buttonBgHover: var(--black);
  --buttonColorHover: var(--white);
  background-color: var(--yellow);
  transition: 0.5s ease-out all;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: var(--fontColor);
  gap: 1.5em;
  height: 100%;
  padding: 2em 2em 6em;
}
@media (min-width: 768px) {
  .signposts .signposts_carousel .swiper-slide .slide_content {
    padding: 3em 6em;
  }
}
@media (min-width: 992px) {
  .signposts .signposts_carousel .swiper-slide .slide_content {
    padding: 6em;
  }
}
.signposts .signposts_carousel .swiper-slide .slide_content .count, .signposts .signposts_carousel .swiper-slide .slide_content h3, .signposts .signposts_carousel .swiper-slide .slide_content p {
  color: var(--fontColor);
  margin: 0;
}
.signposts .signposts_carousel .swiper-slide .slide_content .count {
  font-weight: 700;
}
.signposts .signposts_carousel .swiper-slide .slide_content p {
  font-size: 1.4em;
}
.signposts .signposts_carousel .swiper-slide:nth-child(2n+1) .slide_content {
  --fontColor: var(--white);
  background-color: var(--grey);
}
.signposts .sign_nav {
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  margin-top: 1em;
  padding: 1em 3em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1em;
  align-items: center;
}
.signposts .sign_nav .nav {
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
}
.signposts .sign_nav .swiper-nav {
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--black);
  width: 30px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  background-color: var(--white);
}
.signposts .sign_nav .swiper-nav:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: swiper-icons;
  font-size: 1.4em;
  text-transform: none;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.signposts .sign_nav .swiper-nav:hover {
  background-color: var(--yellow);
}
.signposts .sign_nav .swiper-nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.signposts .sign_nav .swiper-nav.nav-prev:after {
  content: "prev";
}
.signposts .sign_nav .swiper-nav.nav-next:after {
  content: "next";
}
.signposts .sign_nav .swiper-pagination {
  position: relative;
  text-align: left;
  width: auto;
  padding-left: 1em;
  top: 0;
}
.signposts .background {
  position: relative;
}
.signposts .background .image {
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.signposts .background .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-id-41 .body_copy_image .content .image {
  --bgTopColor: var(--blue);
}
.page-id-41 .header_small .content .label {
  color: var(--blue);
}
.page-id-41 .dec .cls-4 {
  fill: var(--blue);
}
.page-id-41 .mark mark {
  background-image: linear-gradient(to bottom right, transparent 50%, var(--blue) 50%), linear-gradient(to right, var(--blue), var(--blue)), linear-gradient(to top left, transparent 50%, var(--blue) 50%);
}
.page-id-41 button:not(.nav_toggle), .page-id-41 .btn:not(.nav_toggle) {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--black);
}
.page-id-41 button:not(.nav_toggle):hover, .page-id-41 button:not(.nav_toggle):focus, .page-id-41 .btn:not(.nav_toggle):hover, .page-id-41 .btn:not(.nav_toggle):focus {
  background-color: var(--black);
}

.page_content {
  overflow: hidden;
  width: 100%;
}
/*# sourceMappingURL=style.css.map */
