/* ********************
Set root URL for LESS compiling
-------------------- */
/* ********************
Imports
******************** */
/* ********************
Browser Reset
******************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
figure,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  cellspacing: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
/* ********************
Float & Align
******************** */
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.cb {
  clear: both !important;
}
.cl {
  clear: left !important;
}
.cr {
  clear: right !important;
}
.al {
  text-align: left !important;
}
.ar {
  text-align: right !important;
}
.ac {
  text-align: center !important;
}
/* ********************
Grid
******************** */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0 auto;
}
.grid:after,
.clear:after {
  clear: both !important;
  content: "";
  display: table;
}
[class*='col-'] {
  float: left;
}
/* ********************
Columns
******************** */
.col-1-1 {
  width: 100%;
}
.col-4-5 {
  width: 80%;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66666%;
}
.col-3-5 {
  width: 60%;
}
.col-1-2 {
  width: 50%;
}
.col-2-5 {
  width: 40%;
}
.col-1-4 {
  width: 25%;
}
.col-1-5 {
  width: 20%;
}
.col-1-3 {
  width: 33.33333%;
}
.col-1-8 {
  width: 12.5%;
}
.col-1-6 {
  width: 16.66%;
}
/* ********************
Mixins
******************** */
/* ****************************************
Flexbox
**************************************** */
.flex-row {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* ********************
Columns
******************** */
[class*="flex-col"] {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.flex-col-1-1 {
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  max-width: 100%;
}
.flex-col-1-2 {
  -webkit-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  max-width: 50%;
}
.flex-col-1-3 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  max-width: 33.33333%;
}
.flex-col-2-3 {
  -webkit-flex-basis: 66.66665999999999%;
  -ms-flex-basis: 66.66665999999999%;
  flex-basis: 66.66665999999999%;
  -ms-flex-preferred-size: 66.66665999999999%;
  max-width: 66.66665999999999%;
}
.flex-col-1-4 {
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  max-width: 25%;
}
.flex-col-3-4 {
  -webkit-flex-basis: 75%;
  -ms-flex-basis: 75%;
  flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  max-width: 75%;
}
.flex-col-1-5 {
  -webkit-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  max-width: 20%;
}
.flex-col-2-5 {
  -webkit-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  max-width: 40%;
}
.flex-col-3-5 {
  -webkit-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  max-width: 60%;
}
.flex-col-4-5 {
  -webkit-flex-basis: 80%;
  -ms-flex-basis: 80%;
  flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  max-width: 80%;
}
.flex-col-1-6 {
  -webkit-flex-basis: 16.66666%;
  -ms-flex-basis: 16.66666%;
  flex-basis: 16.66666%;
  -ms-flex-preferred-size: 16.66666%;
  max-width: 16.66666%;
}
.flex-col-1-8 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-basis: 12.5%;
  flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  max-width: 12.5%;
}
.flex-col-1-12 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  max-width: 8.33333%;
}
.flex-col-5-12 {
  -webkit-flex-basis: 41.66666%;
  -ms-flex-basis: 41.66666%;
  flex-basis: 41.66666%;
  -ms-flex-preferred-size: 41.66666%;
  max-width: 41.66666%;
}
/* ********************
Align
******************** */
.align-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.align-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.align-stretch {
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
/* ********************
Align self
******************** */
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-shrink {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}
.align-self-grow {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
/* ********************
Flexbox mixins
******************** */
@font-face {
  font-family: 'Tungsten Medium';
  src: url('../../fonts/Tungsten-Medium.woff2') format('woff2'), url('../../fonts/Tungsten-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten Semibold';
  src: url('../../fonts/Tungsten-Semibold.woff2') format('woff2'), url('../../fonts/Tungsten-Semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten Bold';
  src: url('../../fonts/Tungsten-Bold.woff2') format('woff2'), url('../../fonts/Tungsten-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten Black';
  src: url('../../fonts/Tungsten-Black.woff2') format('woff2'), url('../../fonts/Tungsten-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Industry Bold';
  src: url('../../fonts/industry_bold-webfont.woff2') format('woff2'), url('../../fonts/industry_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Industry Book';
  src: url('../../fonts/industry_book-webfont.woff2') format('woff2'), url('../../fonts/industry_book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow';
  src: url('../../fonts/BarlowSemiCondensed-Regular.eot');
  src: url('../../fonts/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/BarlowSemiCondensed-Regular.woff2') format('woff2'), url('../../fonts/BarlowSemiCondensed-Regular.woff') format('woff'), url('../../fonts/BarlowSemiCondensed-Regular.ttf') format('truetype'), url('../../fonts/BarlowSemiCondensed-Regular.svg#BarlowSemiCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';
  src: url('../../fonts/Oswald-Bold.eot');
  src: url('../../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Oswald-Bold.woff2') format('woff2'), url('../../fonts/Oswald-Bold.woff') format('woff'), url('../../fonts/Oswald-Bold.ttf') format('truetype'), url('../../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
#cookie-notice .cookie-notice-container {
  display: flex;
  overflow: hidden;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 137rem;
  width: 100%;
  padding: 20px;
}
@media (max-width: 600px) {
  #cookie-notice .cookie-notice-container {
    flex-flow: row wrap;
  }
}
#cookie-notice #cn-notice-text {
  flex: 0 1 137rem;
  font-size: 14px;
  text-align: left;
}
#cookie-notice #cn-notice-text a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
#cookie-notice #cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice a {
  font-size: 14px;
  color: white;
  text-decoration: underline;
}
#cookie-notice a:hover {
  text-decoration: none;
}
#cookie-notice #cn-notice-buttons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
#cookie-notice #cn-accept-cookie {
  text-decoration: none;
}
#cookie-notice #cn-refuse-cookie,
#cookie-notice #cn-accept-cookie,
#cookie-notice #cn-more-info {
  background: var(--primary);
  color: #ffffff;
  padding: 1.2rem 0;
  width: 12rem;
  font-size: 14px;
  border: 1px solid transparent;
  line-height: 100%;
  transition: all .2s ease;
  border-radius: 4px;
}
#cookie-notice #cn-refuse-cookie,
#cookie-notice #cn-more-info {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#cookie-notice #cn-refuse-cookie:hover,
#cookie-notice #cn-more-info:hover {
  text-decoration: none;
  background-color: var(--primary);
  color: #ffffff;
}
@media (max-width: 600px) {
  #cookie-notice #cn-notice-text {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
  #cookie-notice #cn-notice-text a {
    font-size: 12px;
  }
  #cookie-notice #cn-accept-cookie {
    margin-left: 0;
  }
}
.cookie-settings-modal {
  position: fixed;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-60%);
  background: white;
  z-index: 0;
  padding: 50px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease, transform .4s ease;
}
.cookie-settings-modal.editor {
  color: #0e1117;
}
.cookie-settings-modal.editor h3 {
  color: #0e1117;
}
.cookie-settings-modal.editor p {
  font-size: 1.6rem;
  opacity: .7;
  line-height: 2.6rem;
}
.cookie-settings-modal.editor input {
  width: auto;
  height: auto;
}
.cookie-settings-modal.editor form ul {
  padding-top: 4rem;
  padding-left: 3rem;
}
.cookie-settings-modal.editor form ul li {
  margin-bottom: 2rem;
  padding-left: 0;
}
.cookie-settings-modal.editor form ul li:before {
  display: none;
  background: #ffffff;
}
.cookie-settings-modal .cookie-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  padding: 0;
  background: none;
  cursor: pointer;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.cookie-settings-modal .cookie-close::before,
.cookie-settings-modal .cookie-close::after {
  position: absolute;
  width: 34px;
  height: 3px;
  left: 0;
  top: 19px;
  content: "";
  background: black;
}
.cookie-settings-modal .cookie-close::before {
  transform: rotate(-45deg);
}
.cookie-settings-modal .cookie-close::after {
  transform: rotate(45deg);
}
.cookie-settings-modal form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.cookie-settings-modal ul {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cookie-settings-modal ul li {
  padding-left: 0;
  margin-bottom: 15px;
}
.cookie-settings-modal ul li::after,
.cookie-settings-modal ul li::before {
  display: none;
}
.cookie-settings-modal ul li:last-child {
  margin-bottom: 0;
}
.cookie-settings-modal ul li label {
  cursor: pointer;
}
.cookie-settings-modal ul li.analytic {
  position: relative;
}
.cookie-settings-modal ul li.analytic:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMDBFNjc2IiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+') top left / 16px no-repeat;
  content: "";
}
.cookie-settings-modal ul li.analytic strong {
  padding-left: 22px;
}
.cookie-settings-modal ul li p {
  margin: 8px 0 0;
  padding-left: 22px;
}
.cookie-settings-modal h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold !important;
}
.cookie-settings-modal p {
  margin-bottom: 16px;
}
.cookie-settings-modal .button {
  line-height: 100%;
  padding: 13px 30px;
  font-family: inherit;
  background: var(--primary);
  color: #ffffff;
  border: 0;
  cursor: pointer;
  margin: 32px 0 0;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s ease;
  border-radius: 4px;
}
.cookie-settings-modal.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 640px), screen and (max-height: 768px) {
  .cookie-settings-modal {
    padding: 20px;
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    max-height: calc(100vh - 4%);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .cookie-settings-modal .cookie-settings-scroll-inner {
    margin-bottom: 80px;
  }
  .cookie-settings-modal .cookie-close {
    top: 5px;
    right: 5px;
  }
  .cookie-settings-modal ul {
    padding: 10px;
  }
  .cookie-settings-modal.show {
    left: 0;
    top: 2%;
    transform: translateX(0%) translateY(0%);
    z-index: 100001 !important;
  }
  .cookie-settings-modal.editor h3 {
    margin-bottom: 10px;
  }
  .cookie-settings-modal.editor p {
    margin-bottom: 10px;
  }
}
/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(0%);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.84999999999999%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
/* ********************
Editor
******************** */
.editor {
  /* ---------------
	Heading
	--------------- */
  /* ---------------
	Paragraph
	--------------- */
  /* ---------------
	Unordered list
	--------------- */
  /* ---------------
	Ordered list
	--------------- */
  /* ---------------
	Table
	--------------- */
  /* ---------------
	Blockqoute
	--------------- */
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  font-family: 'Oswald';
  font-weight: normal;
  color: #ffffff;
  position: relative;
  height: auto;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.editor h1 {
  font-size: 5rem;
  font-size: 4.3rem;
  line-height: 6.3rem;
  line-height: 5.6rem;
}
.editor h2 {
  font-size: 4rem;
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 500;
}
.editor h3 {
  font-size: 3.8rem;
  font-size: 3rem;
  line-height: 4.8rem;
  font-weight: 500;
}
.editor h4 {
  font-size: 3.4rem;
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 500;
}
.editor h5 {
  font-size: 3rem;
  line-height: 3.7rem;
  font-weight: 500;
}
.editor h6 {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .editor h1 {
    font-size: 3rem;
    line-height: 1.3;
  }
  .editor h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  .editor h3 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .editor h4 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .editor h5 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .editor h6 {
    font-size: 2rem;
    line-height: 1.3;
  }
}
.editor p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.editor p a {
  text-decoration: underline;
  color: inherit;
  transition: all 0.2s ease-in-out;
}
.editor p a:hover {
  color: white;
}
.editor p iframe {
  max-width: 100%;
}
.editor ul:not(.gform_fields) {
  margin-bottom: 2.5rem;
  margin-top: 1.5rem;
}
.editor ul:not(.gform_fields) > li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
}
.editor ul:not(.gform_fields) > li:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: inline-block;
  margin-top: -.5rem;
  background: #360fb8;
  background: var(--primary);
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
}
.editor ul:not(.gform_fields) > li a {
  color: #ffffff;
}
.editor ol {
  counter-reset: li-counter;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.editor ol li {
  position: relative;
  padding-left: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
}
.editor ol li a {
  color: #ffffff;
}
.editor ol li:before {
  font-family: 'Oswald';
  font-weight: normal;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
  color: #360fb8;
  color: var(--primary);
  padding-right: 5px;
}
.editor ol li ol {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  padding-left: 3.2rem;
}
.editor ol li ul {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
  padding-left: 3.2rem;
}
.editor ol li ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: .5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.6rem;
}
.editor ol li ul li:before {
  display: none;
}
.editor ol li ul li:after {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  display: inline-block;
  margin-top: -.5rem;
  background: #360fb8;
  background: var(--primary);
  width: .6rem;
  height: .6rem;
  border-radius: 100%;
}
.editor table tbody tr td {
  color: rgba(255, 255, 255, 0.8);
}
.editor table tbody tr td a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease-in-out;
  text-decoration-color: #360fb8;
  text-decoration-color: var(--primary);
}
.editor table tbody tr td a:hover {
  color: white;
}
/* ********************
Colors
******************** */
/* ********************
Variables
******************** */
/* ********************
Fonts
******************** */
.industry-bold {
  font-family: 'Oswald';
  font-weight: normal;
}
.industry-book {
  font-family: 'Barlow';
  font-weight: normal;
}
/* ---------------
Navigation
--------------- */
header.header {
  position: fixed;
  height: 8rem;
  width: 100%;
  z-index: 1001;
  padding-bottom: 10vh;
  display: flex;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-image: linear-gradient(180deg, #0e1117 0%, rgba(14, 17, 23, 0) 100%);
  background-image: linear-gradient(180deg, rgba(5, 44, 81, 0.5) 0%, rgba(5, 44, 81, 0) 100%);
}
header.header.nav-pos--center .nav--toggle {
  right: 6rem;
  margin: 0;
}
header.header .syndicate-logo {
  width: 14rem;
  margin-right: 2rem;
  height: 8rem;
  display: flex;
}
header.header .syndicate-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
header.header .page-logo {
  margin-right: auto;
  display: flex;
  z-index: 20;
  height: 4.1rem;
  margin-top: 1.7rem;
}
header.header .page-logo--right {
  margin-left: auto;
  margin-right: 0;
}
header.header .page-logo img {
  max-width: 3.2rem;
}
header.header .flag {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  display: flex;
  margin-right: 1rem;
}
header.header .flag img {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  margin-top: .5rem;
}
header.header li.lang__menu-item {
  display: flex;
  flex-direction: row;
  height: 3rem;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
header.header li.lang__menu-item a {
  font-family: 'Oswald';
  font-weight: normal;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
}
header.header ul.lang__sub-menu {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 4rem;
  left: -2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
header.header ul.lang__sub-menu.active {
  max-height: 100vh;
  visibility: visible;
  opacity: 1;
}
header.header ul.lang__menu {
  margin-left: 2.4rem;
}
header.header a svg {
  transition: all 0.2s ease-in-out;
  margin-top: 1rem;
  margin-left: .7rem;
}
header.header a.active svg {
  transform: rotate(180deg);
  margin-top: .9rem;
}
header.header nav.mainmenu {
  height: 8rem;
  display: flex;
  align-items: center;
}
header.header nav.mainmenu > ul.menu {
  display: flex;
  flex-direction: row;
}
header.header nav.mainmenu > ul.menu > li {
  /*  margin-right: 3.5rem; */
  padding: 0 0.8rem;
  position: relative;
  display: flex;
}
header.header nav.mainmenu > ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
}
header.header nav.mainmenu > ul.menu > li:hover > ul.sub-menu li {
  background: rgba(0, 0, 0, 0.7);
}
header.header nav.mainmenu > ul.menu > li.wpml-ls-menu-item {
  width: 3rem;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
header.header nav.mainmenu > ul.menu > li.wpml-ls-menu-item a:hover:before {
  display: none;
}
header.header nav.mainmenu > ul.menu > li:first-child {
  padding-left: 0;
}
header.header nav.mainmenu > ul.menu > li:last-child {
  padding-right: 0;
}
header.header nav.mainmenu > ul.menu > li a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 2.2rem;
  font-weight: 600;
  position: relative;
}
header.header nav.mainmenu > ul.menu > li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  /* margin-top: 2.4rem; */
  bottom: -0.4rem;
  height: .3rem;
  width: 0;
  background: #360fb8;
  background: var(--primary);
  transition: width .5s ease;
}
header.header nav.mainmenu > ul.menu > li a:hover::before {
  width: 60%;
}
header.header nav.mainmenu > ul.menu > li.current-menu-item a:before {
  width: 60%;
}
header.header nav.mainmenu--nav {
  margin-left: auto;
}
header.header .nav--toggle {
  display: none;
}
@media (max-width: 1280px) {
  header.header .grid {
    max-width: 100%;
    width: 100%;
  }
  header.header .page-logo {
    margin-top: 2.5rem;
    position: absolute;
  }
  header.header .page-logo--left {
    left: 2.5rem;
  }
  header.header .page-logo--right {
    right: 2.5rem;
  }
  header.header nav.mainmenu:before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
    transition: all 0.2s ease-in-out;
    transition-delay: .2s;
    opacity: 0;
    visibility: hidden;
  }
  header.header nav.mainmenu.active:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  header.header nav.mainmenu.active > ul.menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    height: 70vh;
    overflow: scroll;
  }
  header.header nav.mainmenu--nav {
    margin: 0;
  }
  header.header nav.mainmenu > ul.menu {
    flex-direction: column;
    opacity: 0;
    transform: translateX(-100%);
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 10rem;
    transition: all 0.4s ease-in-out;
    width: 100%;
    align-items: center;
  }
  header.header nav.mainmenu > ul.menu > li {
    margin-bottom: 2rem;
    padding: 0;
  }
  header.header nav.mainmenu > ul.menu > li a {
    font-size: 2.2rem;
    position: relative;
  }
  header.header nav.mainmenu > ul.menu > li a:before {
    display: none;
  }
  header.header nav.mainmenu > ul.menu .current-menu-item a:before {
    display: block;
  }
  header.header nav.mainmenu ul.lang__menu {
    width: 100%;
    margin-left: 0;
    display: flex;
  }
  header.header nav.mainmenu ul.lang__menu .lang__menu-item {
    margin: 0 auto;
  }
  header.header .nav--toggle {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    z-index: 100;
    right: 1rem;
    top: 1rem;
    width: 7rem;
    height: 7rem;
    border: none;
    border-radius: 50%;
    padding: 0;
    background: #fff;
    box-shadow: 0 0.4rem 2.4rem rgba(0, 0, 0, 0.24);
    line-height: 0.6;
    text-align: center;
    transform: scale(0.6);
  }
  header.header .nav--toggle > span {
    display: inline-block;
    position: relative;
    height: .2rem;
    width: 3.4rem;
    border-radius: .1rem;
    background: #360fb8;
    background: var(--primary);
    vertical-align: middle;
  }
  header.header .nav--toggle > span:before,
  header.header .nav--toggle > span:after {
    display: inline-block;
    position: absolute;
    content: "";
    height: .2rem;
    border-radius: .1rem;
    background: #360fb8;
    background: var(--primary);
    transition: all 0.4s ease-in-out;
  }
  header.header .nav--toggle > span:before {
    top: -1.1rem;
    left: .3rem;
    width: 2.8rem;
  }
  header.header .nav--toggle > span:after {
    top: 1.1rem;
    left: .6rem;
    width: 2.2rem;
  }
  header.header .nav--toggle.toggled > span {
    height: 0;
  }
  header.header .nav--toggle.toggled > span:after,
  header.header .nav--toggle.toggled > span:before {
    top: 0;
    left: 0;
    width: 3.4rem;
  }
  header.header .nav--toggle.toggled > span:after {
    transform: rotate(-45deg);
  }
  header.header .nav--toggle.toggled > span:before {
    transform: rotate(45deg);
  }
  header.header .nav--toggle:focus {
    outline: none;
  }
  header.header .nav--toggle:hover > span:after,
  header.header .nav--toggle:hover > span:before {
    width: 3.4rem;
    left: 0;
  }
  header.header .syndicate-logo {
    width: 10rem;
    margin-left: 3.5rem;
  }
}
@media (max-width: 1142px) {
  .lang__menu {
    display: none;
  }
}
@media (max-width: 640px) {
  header.header nav.mainmenu  > ul.menu li a {
    font-size: 1.8rem;
  }
}
/*---------------
Background image
--------------- */
.swiper-pagination {
  right: 3%;
  top: 0;
  position: fixed;
  z-index: 99;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 768px) {
  .swiper-pagination {
    display: none;
  }
}
.grid {
  position: relative;
}
.swiper-pagination-bullet {
  width: .3rem;
  height: 2rem;
  display: block;
  margin-bottom: 1rem;
  border-radius: 0;
  background: white;
  opacity: 0.5;
  margin-right: 1rem;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-image {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.hero-image .mobile,
.hero-image__mobile {
  display: none;
}
@media (max-width: 767px) {
  .hero-image .mobile,
  .hero-image__mobile {
    display: block;
  }
}
@media (max-width: 767px) {
  .hero-image .desktop {
    display: none;
  }
}
.hero-image > img,
.hero-image .swiper-slide {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: height 0.2s ease-in-out;
  object-fit: cover;
}
@media (max-width: 767px) {
  .hero-image > img,
  .hero-image .swiper-slide {
    height: 100vh;
  }
}
.hero-image .swiper-slide {
  position: relative;
}
.hero-image .swiper-container {
  position: fixed;
  height: 100%;
  width: 100%;
}
.hero-image__content {
  color: #ffffff;
  position: relative;
  height: 100%;
  min-height: 100vh;
  z-index: 6;
  max-width: 83.7rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  text-transform: uppercase;
}
.home .hero-image__content {
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 150px;
}
.hero-image__content h1 {
  font-family: 'Oswald';
  font-weight: normal;
  margin-bottom: 3rem;
  line-height: 10rem;
  position: relative;
  font-size: 10rem;
}
.hero-image__content h1:before {
  position: absolute;
  content: "";
  z-index: -1;
  padding-right: .7rem;
  bottom: -2rem;
  height: 1rem;
  width: 60%;
  background: #360fb8;
  background: var(--primary);
}
.hero-image__content .buttons {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .hero-image__content .buttons {
    padding-right: 0;
    width: 100%;
    margin-top: 2rem;
  }
  .hero-image__content .buttons .button {
    line-height: 3.4rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
}
.hero-image__content .button {
  font-family: 'Oswald';
  font-weight: normal;
  margin-right: 1rem;
  margin-top: 1rem;
  text-align: center;
  display: inline-block;
  align-content: center;
  background: #360fb8;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  width: auto;
  line-height: 6rem;
  padding: 0rem 3rem;
  justify-content: center;
  font-size: 1.8rem;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  transition: all 0.2s ease-in-out;
}
.hero-image__content .button:hover {
  background: transparent;
}
.hero-image__content span.headline {
  font-size: 2.4rem;
  line-height: 3.4rem;
  opacity: 0.7;
  margin-bottom: 1rem;
  font-weight: 500;
}
.hero-image__content span.date {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.hero-image__content .event__paragraph p {
  text-transform: none;
  margin-bottom: 0;
  max-width: 73rem;
  opacity: .7;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  display: block;
}
.hero-image__content > a {
  font-family: 'Oswald';
  font-weight: normal;
  height: 6rem;
  margin-top: 3rem;
  text-align: center;
  display: flex;
  align-content: center;
  background: #360fb8;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  width: auto;
  line-height: 6rem;
  padding: 0rem 3rem;
  justify-content: center;
  font-size: 1.8rem;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  transition: all 0.2s ease-in-out;
}
.hero-image__content > a:hover {
  background: transparent;
}
.hero-image__content:after {
  display: none;
}
.hero-image .slide__nav {
  margin-top: 3.5rem;
}
.hero-image .slide__nav span {
  margin-right: 1rem;
  cursor: pointer;
}
.hero-image::before {
  display: none;
  position: absolute;
  content: "";
  height: 100%;
  background: #0e1117;
  width: 30.3rem;
  opacity: .9;
  min-height: 100vh;
  z-index: 5;
}
.hero-image::after {
  display: none;
  position: absolute;
  content: "";
  height: 100%;
  background-image: linear-gradient(-90deg, rgba(14, 17, 23, 0.9) 0%, rgba(14, 17, 23, 0) 100%);
  transform: rotate(180deg);
  width: calc(100% - 30.2rem);
  left: 30.2rem;
  min-height: 100vh;
  z-index: 5;
  top: 0;
}
.hero-image--background {
  height: 100%;
  display: flex;
}
.hero-image--background::before {
  display: none;
}
.hero-image--background::after {
  display: none;
}
.hero-image__intro {
  display: flex;
  flex-flow: column nowrap;
  align-self: flex-start;
  padding-top: 35vh;
}
.hero-image__intro img {
  width: 50rem;
  margin-bottom: 2rem;
}
.hero-image__intro h2 {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 4rem;
  letter-spacing: 2px;
  line-height: 1.3;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .home .hero-image__content {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 13rem;
  }
  .hero-image__content span.headline {
    margin-bottom: 1rem;
  }
  .hero-image__content h1 {
    font-size: 7rem;
    line-height: 7rem;
    margin-bottom: 3rem;
  }
  .hero-image__content h1:before {
    margin-top: 6rem;
  }
  .hero-image__intro img {
    width: 100%;
    max-width: 30rem;
    margin-bottom: 1rem;
  }
  .hero-image__intro h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 520px) {
  .hero-image__content {
    padding-top: 4rem;
  }
  .hero-image__content h1 {
    font-size: 4.4rem;
    line-height: 5.4rem;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 60%;
  }
  .hero-image__content h1:before {
    margin-top: 5.5rem;
  }
  .hero-image__content span.headline {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .hero-image__content span.date {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .hero-image__content > a {
    margin-top: 2rem;
  }
  .hero-image::before {
    width: 7.5rem;
  }
  .hero-image::after {
    left: 7.5rem;
    width: calc(100% - 7.5rem);
  }
  .hero-image .event__paragraph {
    display: none;
  }
}
@media (max-width: 320px) {
  .hero-image__content {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .home .grid.hero-image__content {
    padding-right: 1.5rem;
  }
  .swiper-pagination {
    left: 2.5rem;
    right: auto;
  }
}
/*---------------
Counter
--------------- */
#countdown span {
  text-align: left;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0;
}
.countdown-section {
  width: auto;
  display: block;
  float: left;
  margin-right: 3rem;
  margin-top: 5rem;
}
.countdown-amount {
  font-size: 4rem;
  display: block;
  width: 100%;
  font-family: 'Oswald';
  font-weight: normal;
}
.countdown-period {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.8;
}
.countdown-descr {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .countdown-section {
    margin-top: 3rem;
    margin-right: 1.6rem;
  }
}
/*-----------------
Page content
---------------- */
.page-content {
  margin: 0 auto;
  z-index: 11;
  padding-top: 16rem;
  padding-bottom: 25rem;
  width: 100%;
}
.page-content h1 {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .page-content {
    padding-top: 8rem;
    padding-bottom: 3rem;
  }
  .page-content h1 {
    margin-bottom: 2.5rem;
    font-size: 3rem;
    line-height: 4.3rem;
  }
}
/* ---------------
News single
--------------- */
.news__single {
  text-align: center;
}
.news__single h1 {
  margin-bottom: 3rem;
}
.news__single a {
  text-decoration: underline !important;
  text-decoration-color: var(--primary) !important;
}
.news__single img {
  margin-bottom: 3rem;
  width: auto;
  height: auto;
  object-fit: cover;
}
.news__single .content {
  max-width: 63rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .news__single img {
    width: 100%;
  }
}
/* ---------------
Act single
--------------- */
body.single-post .single-content h1,
body.single-act .single-content h1 {
  margin-bottom: 3rem;
  text-align: center;
}
body.single-post .single-content a,
body.single-act .single-content a {
  text-decoration: underline !important;
  text-decoration-color: var(--primary) !important;
}
body.single-post .single-content img,
body.single-act .single-content img {
  margin-bottom: 3rem;
  width: auto;
  height: auto;
  object-fit: cover;
}
body.single-post .single-content--double,
body.single-act .single-content--double {
  display: flex;
  flex-direction: column;
  max-width: 1170px;
  width: 100%;
}
body.single-post .single-content--single,
body.single-act .single-content--single {
  text-align: center;
}
@media (max-width: 768px) {
  body.single-post .single-content img,
  body.single-act .single-content img {
    width: 100%;
  }
}
body.single-post .single-content .content-left,
body.single-act .single-content .content-left {
  width: 50%;
  float: left;
}
body.single-post .single-content .content-left img,
body.single-act .single-content .content-left img {
  max-width: 90%;
}
body.single-post .single-content .content-right,
body.single-act .single-content .content-right {
  padding-top: 40px;
  width: 50%;
  float: left;
}
body.single-post .single-content .content-right .button,
body.single-act .single-content .content-right .button {
  font-family: 'Oswald';
  font-weight: normal;
  height: 6rem;
  margin-top: 3rem;
  text-align: center;
  display: inline-block;
  align-content: center;
  background: #360fb8;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  width: auto;
  line-height: 6rem;
  padding: 0rem 3rem;
  justify-content: center;
  font-size: 1.8rem;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  transition: all 0.2s ease-in-out;
}
body.single-post .single-content__socials,
body.single-act .single-content__socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  body.single-post .single-content__socials,
  body.single-act .single-content__socials {
    position: relative;
    height: auto;
    background: transparent;
  }
}
body.single-post .single-content__socials li,
body.single-act .single-content__socials li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  margin-right: 0.8rem;
  padding: 0 !important;
}
body.single-post .single-content__socials li a,
body.single-act .single-content__socials li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  background: transparent;
}
body.single-post .single-content__socials li a:hover:before,
body.single-act .single-content__socials li a:hover:before {
  background: var(--primary);
}
body.single-post .single-content__socials li a:hover svg path,
body.single-act .single-content__socials li a:hover svg path {
  fill: #ffffff;
}
body.single-post .single-content__socials li a:before,
body.single-act .single-content__socials li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background: #ffffff;
  z-index: 9;
  transition: all 0.1s ease-in-out;
}
body.single-post .single-content__socials li a svg,
body.single-act .single-content__socials li a svg {
  width: 1.6rem;
  height: 1.6rem;
  z-index: 10;
}
body.single-post .single-content__socials li a svg path,
body.single-act .single-content__socials li a svg path {
  transition: all 0.1s ease-in-out;
}
body.single-post .single-content__socials li:before,
body.single-act .single-content__socials li:before {
  display: none !important;
}
body.single-post .single-content .content-left {
  padding-top: 40px;
  padding-right: 1.6rem;
}
@media only screen and (max-width: 900px) {
  body.single-post .act-single h1,
  body.single-act .act-single h1,
  body.single-post .single-content h1,
  body.single-act .single-content h1,
  body.single-post .act-single--single,
  body.single-act .act-single--single,
  body.single-post .single-content--single,
  body.single-act .single-content--single {
    text-align: left;
  }
  body.single-post .act-single .content-left,
  body.single-act .act-single .content-left,
  body.single-post .single-content .content-left,
  body.single-act .single-content .content-left {
    width: 100%;
    float: none;
    text-align: center;
    padding-right: 0;
  }
  body.single-post .act-single .content-left img,
  body.single-act .act-single .content-left img,
  body.single-post .single-content .content-left img,
  body.single-act .single-content .content-left img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  body.single-post .act-single .content-right,
  body.single-act .act-single .content-right,
  body.single-post .single-content .content-right,
  body.single-act .single-content .content-right {
    padding-top: 40px;
    width: 100%;
    float: none;
  }
}
/* ---------------
News overview
--------------- */
.news__cards {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.news__card {
  min-height: 48rem;
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.news__card .arrow {
  height: 6rem;
  width: 6rem;
  top: 0;
  right: -6rem;
  background: #360fb8;
  background: var(--primary);
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  z-index: 7;
}
.news__card .arrow svg > g > g {
  fill: #ffffff;
}
.news__card .img-wrapper {
  width: 100%;
  height: 72.5%;
  display: flex;
}
.news__card .img-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  background: linear-gradient(135deg, #1ba5c5 0%, #00487a 100%);
  width: 100%;
  opacity: .3;
  left: 0;
  z-index: 4;
  bottom: 0;
  padding-right: .1rem;
  transition: all 0.4s ease-in-out;
}
.news__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  z-index: 3;
  position: relative;
}
.news__card-content {
  position: absolute;
  padding: 3rem;
  bottom: 0;
  left: 0;
  z-index: 6;
  color: #ffffff;
}
.news__card-content .headline {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  display: block;
  transition: all 0.2s ease-in-out;
}
.news__card-content .excerpt p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  opacity: .6;
  transition: all 0.2s ease-in-out;
}
.news__card::after {
  position: absolute;
  content: "";
  height: 50%;
  background-image: linear-gradient(0deg, #0e1117 60%, rgba(14, 17, 23, 0) 100%);
  width: 100%;
  left: 0;
  z-index: 5;
  bottom: 0;
  padding-right: .1rem;
  transition: all 0.4s ease-in-out;
}
.news__card-wrapper {
  min-height: 48rem;
  width: 33.33333%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
.news__card:hover .arrow {
  right: 0;
}
.news__card:hover img {
  transform: scale(1.1);
}
.news__card:hover .img-wrapper::after {
  opacity: 0;
}
.news__card:hover .excerpt p {
  opacity: .9;
}
@media (max-width: 1024px) {
  .news__card-wrapper {
    width: 50%;
  }
  .news__overview h1 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 520px) {
  .news__cards {
    flex-direction: column;
  }
  .news__card {
    min-height: 34rem;
  }
  .news__card-content {
    bottom: -1.5rem;
  }
  .news__card-wrapper {
    width: 100%;
    min-height: 34rem;
    margin-bottom: 2.5rem;
  }
  .news__card .img-wrapper {
    object-fit: cover;
    height: auto;
    object-position: top;
  }
}
/*---------------
Accordion
--------------- */
.accordion {
  background: transparent;
  font-size: 2.2rem;
  cursor: pointer;
  padding: 1.8rem 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.4s ease-in-out;
  border-bottom: 0.1rem solid #ffffff;
  color: #ffffff;
  position: relative;
  height: 100%;
  font-family: 'Oswald';
  font-weight: normal;
  text-transform: uppercase;
}
.accordion:after {
  background-image: url("http://images/icon--chevron-down.svg");
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: cover;
  position: relative;
  float: right;
  display: inline-block;
  margin-right: 2rem;
  transition: all 0.4s ease-in-out;
}
.active:after {
  transform: rotate(180deg);
}
.panel {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 1.5rem;
}
.panel:last-of-type {
  margin-bottom: 3rem;
}
/*---------------
Forms
--------------- */
form input,
form select,
form .ginput_container_select {
  font-family: 'Barlow';
  font-weight: normal;
  width: 100%;
  border: none;
  /* background: white; */
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  height: 4rem;
  max-width: 30rem;
  font-size: 1.8rem;
  padding-left: 1rem;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
form textarea {
  font-family: 'Barlow';
  font-weight: normal;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.6);
  max-width: 100%;
  border: 0;
  resize: none;
  padding: 1rem;
}
form .gfield_label {
  font-size: 1.6rem;
}
form ul li.gfield {
  margin-bottom: 2rem;
  padding-left: 0;
}
form ul li.gfield:before {
  display: none;
}
form .gfield_required {
  color: #FF0000;
  margin-left: .5rem;
  font-size: 2rem;
}
form .gform_validation_container {
  display: none;
  visibility: hidden;
  opacity: 0;
}
form .validation_message {
  color: #FF0000;
}
form .gform_body {
  margin-top: 2rem;
}
form .ginput_container_select {
  padding-left: 0;
}
form .ginput_container_select:after {
  position: absolute;
  width: .9rem;
  height: .7rem;
  top: 1.8rem;
  right: 1.5rem;
  content: "";
  background: url("http://images/icon--arrow-down.svg") bottom left / 9px no-repeat;
  pointer-events: none;
}
form input[type=submit] {
  font-family: 'Oswald';
  font-weight: normal;
  line-height: 6rem;
  height: auto;
  margin-top: 3rem;
  text-align: center;
  display: flex;
  align-content: center;
  background: #360fb8;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  width: auto;
  justify-content: center;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 0rem 3rem;
}
form input[type=submit]:hover {
  background: transparent;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form select:-webkit-autofill,
form select:-webkit-autofill:hover,
form select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #0e1117;
  -webkit-box-shadow: 0 0 0 100rem #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  form input,
  form select,
  form .ginput_container_select {
    max-width: 100%;
  }
}
form .gform_heading .gform_description {
  font-size: 2.2rem;
  line-height: 2.4rem;
  opacity: 0.8;
}
.validation_error {
  margin-top: 3rem;
  color: #FF0000;
}
/*---------------
Tickets
--------------- */
.tickets h2 {
  font-family: 'Oswald';
  font-weight: normal;
  display: inline-block;
  z-index: 1;
  margin-bottom: 3rem;
}
.tickets h2:before {
  position: absolute;
  content: "";
  z-index: -1;
  /* margin-top: 4.2rem; */
  bottom: -0.4rem;
  height: .4rem;
  width: 60%;
  background: #360fb8;
  background: var(--primary);
}
.tickets__sidebar {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 3.2rem);
  margin-left: -1.6rem;
}
.tickets__sidebar ul li {
  padding-left: 0;
}
.tickets__sidebar ul li::before {
  display: none;
}
.tickets__sidebar-block {
  display: flex;
  padding: 0 1.6rem;
  border: none;
  margin-bottom: 3rem;
  max-width: 24%;
  max-width: 33.3333%;
  width: 100%;
}
.tickets__sidebar-block-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 3rem;
  background: #0e1117;
}
.tickets__sidebar h3,
.tickets__sidebar h4,
.tickets__sidebar h5,
.tickets__sidebar h6 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-top: 0;
}
.tickets__sidebar h3 {
  font-family: 'Oswald';
  font-weight: normal;
}
.tickets__sidebar-toggle {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  top: 0rem;
  right: 0rem;
  display: none;
}
.tickets__sidebar-toggle span {
  position: absolute;
  display: block;
  background-color: white;
  transition: transform 0.2s ease-in-out;
}
.tickets__sidebar-toggle span:nth-child(1) {
  width: 1.2rem;
  height: 0.2rem;
}
.tickets__sidebar-toggle span:nth-child(2) {
  height: 1.2rem;
  width: 0.2rem;
}
@media (max-width: 1024px) {
  .tickets__sidebar {
    flex-flow: wrap;
  }
  .tickets__sidebar-block {
    max-width: 49%;
    width: 49%;
  }
}
@media (max-width: 768px) {
  .tickets__content {
    width: 100%;
    padding-right: 0;
  }
  .tickets__sidebar-block {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 4.4rem;
    transition: max-height 0.6s ease;
    margin-bottom: 1.6rem;
  }
  .tickets__sidebar-block-inner {
    padding: 0.8rem 1.6rem;
    transition: all .2s ease;
  }
  .tickets__sidebar-block-inner h3,
  .tickets__sidebar-block-inner h4,
  .tickets__sidebar-block-inner h5 {
    font-size: 1.6rem;
  }
  .tickets__sidebar-block--open {
    max-height: 80rem;
  }
  .tickets__sidebar-block--open .tickets__sidebar-toggle span:nth-child(2) {
    transform: rotate(90deg);
  }
  .tickets__sidebar-toggle {
    display: flex;
  }
}
/*---------------
Media
--------------- */
.fancybox-slide {
  padding-left: 0;
  padding-right: 0;
}
.media {
  text-align: center;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  display: flex;
}
.media h1 {
  margin-bottom: 1.5rem;
}
.media p {
  max-width: 63rem;
}
.media__cards {
  width: 100%;
  margin-top: 2rem;
}
.media .youtube {
  height: 35rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.media .youtube__arrow {
  background: #360fb8;
  background: var(--primary);
  width: 7rem;
  height: 7rem;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: .4rem;
  display: flex;
  z-index: 11;
}
.media .youtube__arrow:after {
  content: "\2192";
  display: flex;
  font-size: 2rem;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.media .youtube__content {
  position: absolute;
  bottom: 4rem;
  z-index: 10;
  left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.media .youtube__content span {
  font-size: 2rem;
  opacity: .8;
}
.media .youtube__content span.youtube__category {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2.2rem;
  /* .industry-bold; */
  line-height: 2.4rem;
  opacity: 1;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.media .youtube img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media .youtube:hover img {
  transform: scale(1.05);
}
.media .youtube:after {
  position: absolute;
  content: "";
  height: 60%;
  background-image: linear-gradient(0deg, #0e1117 35%, rgba(14, 17, 23, 0) 100%);
  width: 100%;
  left: 0;
  z-index: 5;
  bottom: 0;
  padding-right: .1rem;
  transition: all 0.4s ease-in-out;
}
.media .song {
  height: 7rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  background: #0e1117;
  margin-bottom: 2.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.media .song__title {
  height: 100%;
  width: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  display: flex;
  align-items: center;
  align-content: center;
}
.media .song__title h6 {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.4rem;
  height: auto;
  margin-bottom: 0;
}
.media .song__type {
  margin-left: auto;
  display: flex;
  padding-right: 3.5rem;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.8rem;
  opacity: .9;
}
.media .song__play-button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #360fb8;
  background: var(--primary);
  width: 7rem;
  min-width: 7rem;
}
.media .wysiwyg {
  width: 100%;
}
.media .wysiwyg p {
  max-width: 100%;
  width: 100%;
}
.media .wysiwyg iframe {
  width: 100%;
}
@media (max-width: 768px) {
  .media .song__title {
    padding: 1.5rem;
  }
  .media .song__title h6 {
    font-size: 1.8rem;
    line-height: 1.8rem;
    text-align: left;
  }
  .media .song__type {
    display: none;
  }
  .media .youtube__content {
    bottom: 2rem;
  }
}
@media (max-width: 320px) {
  .media .song__title h6 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 768px) {
  .fancybox-content {
    width: 100% !important;
  }
}
/*---------------
Line-up
--------------- */
.line-up__cards {
  margin: 0 -1.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.line-up__card {
  min-height: 31rem;
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.line-up__card .img-wrapper {
  width: 100%;
  height: 80%;
  display: flex;
}
.line-up__card .img-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  background: #0e1117;
  width: 100%;
  opacity: .3;
  left: 0;
  z-index: 4;
  bottom: 0;
  padding-right: .1rem;
  transition: all 0.4s ease-in-out;
}
.line-up__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 0.4s ease-in-out;
  z-index: 3;
  position: relative;
}
.line-up__card-content {
  position: absolute;
  padding: 3rem;
  bottom: 0;
  left: 0;
  z-index: 6;
  color: #ffffff;
}
.line-up__card-content .headline {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 2.8rem;
  /* font-weight: 500; */
  text-transform: uppercase;
  display: block;
  transition: all 0.2s ease-in-out;
}
.line-up__card::after {
  position: absolute;
  content: "";
  height: 60%;
  background-image: linear-gradient(0deg, #0e1117 30%, rgba(14, 17, 23, 0) 100%);
  width: 100%;
  left: 0;
  z-index: 5;
  bottom: 0;
  padding-right: .1rem;
  transition: all 0.4s ease-in-out;
}
.line-up__card-wrapper {
  min-height: 31rem;
  width: 33.33333%;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
.line-up__card:hover .img-wrapper::after {
  opacity: 0;
}
.line-up--teams .information__sidebar {
  position: fixed;
  max-width: 350px;
}
.line-up--teams .information__sidebar ul li a {
  font-size: 2.4rem;
}
.line-up--teams .information__sidebar ul li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  /* margin-top: 2.3rem; */
  bottom: -0.4rem;
  height: .3rem;
  width: 0;
  background: #360fb8;
  background: var(--primary);
  transition: width .5s ease;
}
.line-up--teams .information__sidebar ul li a:hover,
.line-up--teams .information__sidebar ul li a.active {
  opacity: 1;
}
.line-up--teams .information__sidebar ul li a:hover:before,
.line-up--teams .information__sidebar ul li a.active:before {
  width: 60%;
}
@media (max-width: 768px) {
  .line-up--teams .information__sidebar {
    position: relative;
    max-width: 100%;
  }
}
.line-up--teams .teams-wrapper {
  width: calc(100% - 350px);
  max-width: 740px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .line-up--teams .teams-wrapper {
    width: 100%;
  }
}
.line-up--teams .teams-wrapper__item {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .line-up--teams .teams-wrapper__item {
    margin-bottom: 2rem;
  }
  .line-up--teams .teams-wrapper__item h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.line-up--teams .teams-wrapper__item p {
  margin-bottom: 4rem;
}
@media (max-width: 520px) {
  .line-up__cards {
    margin: 0;
    flex-direction: column;
  }
  .line-up__card-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
/*---------------
Information
--------------- */
.information {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.information.default-page {
  align-items: center;
  justify-content: center;
}
.information.default-page h1 {
  margin-bottom: 2rem;
}
.information .page-header__sub-nav {
  margin-bottom: 2rem;
}
.information .page-header__sub-nav .page-header__sub-nav-item {
  color: white;
  text-decoration: none;
  font-weight: bolder;
  margin-right: 1rem;
}
.information .page-header__sub-nav .page-header__sub-nav-item:hover {
  text-decoration: underline;
}
.page-template-page_line-up .information,
.post-type-archive-act .information,
body.tax-stage .information {
  flex-direction: column;
}
.information__sidebar {
  display: flex;
  min-width: 30rem;
  flex-direction: column;
  margin-bottom: 0;
}
.information__sidebar button#toggle-sidebar {
  background: #360fb8;
  background: var(--primary);
  display: flex;
  /* font-weight: 600; */
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2rem;
}
.information__sidebar button#toggle-sidebar:after,
.information__sidebar button#toggle-sidebar:before {
  position: absolute;
  content: '';
  display: block;
  right: 2rem;
  height: 1.5rem;
  width: .3rem;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.information__sidebar button#toggle-sidebar:before {
  height: .3rem;
  width: 1.5rem;
  right: 1.4rem;
}
.information__sidebar button#toggle-sidebar:after {
  top: 2.1rem;
  top: .6rem;
}
.information__sidebar button#toggle-sidebar.active:after {
  opacity: 0;
}
.information__sidebar--mobile {
  max-height: 0;
  overflow: hidden;
  transition: all 0.7s ease-in-out;
}
.information__sidebar--mobile.active {
  max-height: 100rem;
  transition: all 0.8s ease-in-out;
}
.information__sidebar ul {
  margin-top: 0;
  display: flex;
}
.information__sidebar ul li {
  margin-bottom: 1.8rem;
  margin-right: 1.8rem;
  display: block !important;
  padding-left: 0;
}
.information__sidebar ul li::before {
  display: none;
}
.information__sidebar ul li a {
  font-family: 'Oswald';
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.8rem;
  opacity: .7;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.information__sidebar ul li a:before {
  position: absolute;
  content: "";
  z-index: -1;
  /* margin-top: 2.3rem; */
  bottom: -0.4rem;
  height: .3rem;
  width: 0;
  background: #360fb8;
  background: var(--primary);
  transition: width .5s ease;
}
.information__sidebar ul li a:hover {
  opacity: 1;
}
.information__sidebar ul li button {
  font-family: 'Oswald';
  font-weight: normal;
  margin-top: 3rem;
  text-align: center;
  display: flex;
  align-content: center;
  background: #360fb8;
  background: var(--primary);
  color: #ffffff;
  text-decoration: none;
  width: auto;
  line-height: 6rem;
  padding: 0rem 3rem;
  justify-content: center;
  font-size: 1.8rem;
  border: 0.2rem solid #360fb8;
  border: 0.2rem solid var(--primary);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.information__sidebar ul li button:hover {
  opacity: 1;
  background-color: transparent;
}
.information__sidebar ul li .mixitup-control-active {
  opacity: 1;
  background-color: transparent;
}
.information__sidebar ul li .mixitup-control-active::before {
  width: 60%;
}
.information__sidebar ul li.current-menu-item a {
  opacity: 1;
}
.information__sidebar ul li.current-menu-item a::before {
  width: 60%;
}
.information__content {
  max-width: 69rem;
  max-width: 100%;
  width: 100%;
  z-index: 1000;
}
.information__content p:last-of-type {
  margin-bottom: .5rem;
}
@media (max-width: 768px) {
  .information {
    flex-direction: column;
  }
  .information__sidebar {
    width: 100%;
    margin-bottom: 2rem;
  }
  .information__sidebar ul {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2.5rem;
  }
  .information__sidebar ul li button {
    margin-top: 0rem;
    line-height: 4rem;
  }
  .information__content {
    padding-top: 3rem;
  }
}
@media (min-width: 769px) {
  .information button#toggle-sidebar {
    display: none;
  }
  .information__sidebar {
    flex-direction: row;
  }
  .information__sidebar--mobile {
    max-height: 100rem;
    padding-right: 3rem;
  }
  .information__content {
    display: flex;
    flex-direction: column;
  }
}
/*---------------
Footer
--------------- */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 7vh;
  z-index: 999;
  background-image: linear-gradient(0deg, #0e1117 30%, rgba(14, 17, 23, 0) 100%);
  background-image: linear-gradient(0deg, rgba(5, 44, 81, 0.5) 0%, rgba(5, 44, 81, 0) 100%);
}
.footer .copy {
  display: flex;
  color: #ffffff;
  opacity: 0.8;
  font-size: 1.2rem;
}
.footer__disclaimer {
  margin-left: 2rem;
}
.footer__disclaimer ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__disclaimer ul li {
  margin-right: 1.4rem;
}
.footer__disclaimer ul li a {
  color: #ffffff;
  opacity: 0.9;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.2s ease-in-out;
}
.footer__disclaimer ul li a:hover {
  opacity: 1;
}
.footer__disclaimer ul li:after {
  content: "|";
  font-size: 1.5rem;
  position: relative;
  margin-left: 1.4rem;
}
.footer__disclaimer ul li:last-child {
  margin-right: 0;
}
.footer__disclaimer ul li:last-child:after {
  display: none;
}
.footer .sponsor-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
}
.footer .sponsor-logos li {
  padding: 0 1.6rem;
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}
.footer .sponsor-logos li:first-child {
  padding-left: 0;
}
.footer .sponsor-logos li:last-child {
  padding-right: 0;
}
.footer .sponsor-logos li:hover {
  opacity: 1;
}
.footer .sponsor-logos li img {
  max-width: 8rem;
  max-height: 6rem;
  object-fit: contain;
}
.footer .grid {
  max-width: 100%;
  padding-bottom: 1rem;
  align-items: center;
}
@media (max-width: 768px) {
  .footer {
    position: relative;
    background: #0E1117;
    background: #052c51;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer .grid {
    flex-direction: column;
    padding-bottom: 0;
  }
  .footer .copy {
    order: 1;
    padding-bottom: 1rem;
  }
  .footer__disclaimer {
    margin-left: 0;
  }
  .footer__disclaimer ul {
    justify-content: center;
  }
  .footer__disclaimer ul li {
    margin-right: 0.8rem;
  }
  .footer .sponsor-logos {
    justify-content: center;
  }
}
/* ********************
Frequently asked questions
******************** */
.faq {
  padding: 0.8rem 0px;
}
.faq__inner {
  display: flex;
  flex-direction: column;
  border: 0.1rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease-in-out;
}
.faq__inner--open {
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
}
.faq__question {
  font-family: 'Oswald';
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem;
  font-size: 1.6rem;
  cursor: pointer;
}
.faq__question--open .faq__open span:nth-child(2) {
  transform: rotate(90deg);
}
.faq__answer {
  display: none;
  padding: 0 1.6rem 1.6rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: rgba(255, 255, 255, 0.8);
}
.faq__answer a {
  color: white;
}
.faq__open {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
}
.faq__open span {
  position: absolute;
  display: block;
  background-color: white;
  transition: transform 0.2s ease-in-out;
}
.faq__open span:nth-child(1) {
  width: 1.2rem;
  height: 0.2rem;
}
.faq__open span:nth-child(2) {
  height: 1.2rem;
  width: 0.2rem;
}
.faq:hover .faq__inner {
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .frequently-asked-questions {
    padding-top: 3rem;
  }
  .faq__question {
    padding: 0.8rem 1.6rem;
  }
}
/* ********************
Quick fixes
******************** */
.editor ul.gfield_checkbox li {
  padding-left: 0;
}
.editor ul.gfield_checkbox li input {
  width: auto;
  height: auto;
}
.editor ul.gfield_checkbox li:before {
  display: none;
}
.ginput_container_checkbox > ul:not(.gform_fields) {
  margin-top: 0;
}
.ginput_container_date > img {
  display: none;
}
div#ui-datepicker-div {
  z-index: 100 !important;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 20px 20px;
  background: black;
}
div#ui-datepicker-div a:hover {
  cursor: pointer;
}
div#ui-datepicker-div a.ui-datepicker-next {
  float: right;
}
div#ui-datepicker-div td {
  margin-right: 10px;
}
div#ui-datepicker-div td > a {
  color: var(--primary);
}
/* ********************
Socials
******************** */
.socials--fixed {
  position: fixed;
  background: #ffffff;
  z-index: 100;
}
.socials--fixed:not(.mobile) {
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.socials--fixed.mobile {
  position: relative;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.socials--fixed.mobile > ul {
  flex-direction: row;
}
.socials--fixed > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.socials--fixed > ul > li {
  display: flex;
  width: 100%;
}
.socials--fixed > ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.2rem 1.4rem;
  height: 4rem;
  min-width: 4rem;
  text-align: center;
  transition: all 0.1s ease-in-out;
}
.socials--fixed > ul > li > a > svg.insta {
  transform: scale(0.64);
}
.socials--fixed > ul > li > a > svg {
  margin: 0;
}
.socials--fixed > ul > li > a > svg path {
  fill: #0e1117;
  transition: all 0.1s ease-in-out;
}
.socials--fixed > ul > li > a:hover {
  background: var(--primary);
}
.socials--fixed > ul > li > a:hover > svg path {
  fill: #ffffff;
}
/* ********************
General
******************** */
.block {
  display: block;
}
.inlineblock {
  display: inline-block;
}
.none {
  display: none;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.hidden {
  overflow: hidden;
}
.grid {
  max-width: 142rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.grid--medium {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  flex-direction: row;
}
.grid--small {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-start;
  flex-direction: row;
}
.error {
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.error h1 {
  font-size: 10rem;
  line-height: 1.5;
}
.error p {
  font-size: 2.2rem;
  line-height: 1.5;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Barlow';
  font-weight: normal;
  position: relative;
  font-weight: 400;
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 2.8rem;
  overflow-x: hidden;
}
body:before {
  position: absolute;
  content: "";
  height: 100%;
  background: #0e1117;
  width: 100%;
  z-index: 5;
  opacity: 0.8;
  display: none;
}
body.home:before {
  display: none;
}
body.page-template-page_news:before {
  display: none;
  background: linear-gradient(135deg, #1ba5c5 0%, #00487a 100%);
  position: fixed;
}
@media (max-width: 768px) {
  body.home .footer {
    background: #0E1117;
  }
}
body a,
body button,
body input[type=submit] {
  -webkit-appearance: none;
}
button {
  font-family: 'Barlow';
  font-weight: normal;
}
@media only screen and (max-width: 142rem) {
  .grid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 114rem) {
  .grid--medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 75rem) {
  .grid--small {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero-image__content {
    padding-top: 25vh;
  }
  .media__cards a.song {
    justify-content: flex-start;
  }
}
.object-fit {
  height: 100%;
  width: 100%;
}
.object-fit img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.information__sidebar ul li {
  padding-left: 0 !important;
  margin-bottom: 1.5rem !important;
}
.information__sidebar ul li:before {
  display: none !important;
}
.line-up__card {
  overflow: hidden;
  position: relative;
}
.line-up__card-content {
  width: 100%;
  text-align: center;
}
.line-up__card .no-padding {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .line-up__card .no-padding {
    padding-bottom: 2.4rem;
  }
}
.line-up__card-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .line-up__card-wrapper {
    height: auto;
  }
  .line-up__card-wrapper.socials {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1100px) {
  .line-up__card-wrapper {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .line-up__card-wrapper {
    width: 100%;
  }
}
.card__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 2rem 1.4rem;
  margin: 0 !important;
  background: #0e1117;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .card__socials {
    position: relative;
    height: auto;
    background: transparent;
  }
}
.card__socials li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3.8rem;
  margin: 0 !important;
  margin-bottom: 1.2rem !important;
  padding: 0 !important;
}
.card__socials li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  background: transparent;
}
.card__socials li a:hover:before {
  background: var(--primary);
}
.card__socials li a:hover svg path {
  fill: #ffffff;
}
.card__socials li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  background: #ffffff;
  z-index: 9;
  transition: all 0.1s ease-in-out;
}
.card__socials li a svg {
  width: 1.6rem;
  height: 1.6rem;
  z-index: 10;
}
.card__socials li a svg path {
  transition: all 0.1s ease-in-out;
}
.card__socials li:before {
  display: none !important;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9999;
}
.popup::before {
  content: '';
  background: black;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: .2s ease;
  pointer-events: none;
}
.popup__window {
  background: white;
  max-width: 600px;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 110%);
  opacity: 0;
  z-index: 9999;
  transition: .2s ease;
  transition-delay: .4s;
  max-height: 90vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 992px) {
  .popup__window {
    max-width: 90vw;
  }
}
.popup__window .close {
  position: absolute;
  top: 2.7rem;
  right: 3.1rem;
  cursor: pointer;
  transition: .2s ease;
  z-index: 1;
}
.popup__window .close:hover {
  transform: scale(1.2);
}
.popup.show {
  pointer-events: all;
}
.popup.show::before {
  opacity: .5;
}
.popup.show .popup__window {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.popup__content {
  background: black;
  color: white;
  padding: 4rem;
  position: relative;
}
.popup__content form input {
  max-width: 100%;
}
.popup__content form textarea {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
}
.popup .gform_ajax_spinner {
  display: none;
}
.popup .gform_confirmation_message {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
}
.gform_wrapper .ginput_container,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
  width: 100%;
  max-width: 100%;
}
.gform_wrapper a {
  color: white;
}
.gform_wrapper a:hover {
  text-decoration: none;
}
#gform_wrapper_3 {
  max-width: 50rem;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.pagination__inner {
  display: flex;
}
.pagination .page-numbers,
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  height: 5rem;
  padding: 0 1.6rem;
  border: .1rem solid white;
  margin: 0 .6rem;
  text-decoration: none;
}
.pagination a {
  transition: all .2s ease;
  white-space: nowrap;
}
.pagination a:hover {
  background: white;
  color: var(--primary);
}
.pagination .page-numbers {
  width: 5rem;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  width: auto;
}
.pagination .page-numbers.current,
.pagination .page-numbers.dots {
  border-color: transparent;
}
@media (max-width: 768px) {
  .pagination .page-numbers,
  .pagination a {
    padding: 0 1rem;
    margin: 0 .4rem;
    font-size: 1.4rem;
    height: 4rem;
  }
  .pagination .page-numbers {
    width: 2.6rem;
  }
}
table thead tr th,
table tbody tr th {
  font-size: 1.6rem;
  color: white;
}
table thead tr td,
table tbody tr td {
  font-size: 1.6rem;
}
.grecaptcha-badge {
  display: none !important;
}
