@import url(https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800);@import url(https://fonts.googleapis.com/css?family=Arimo:400,500,600,700,800);@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700);/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Barlow", "Arial", "Lucida Grande", sans-serif; }

p {
  margin: 0; }

body {
  background-color: #f4f4f4;
  font-family: "Barlow", "Arial", "Lucida Grande", sans-serif; }
  body.overflow--hidden {
    overflow: hidden; }

button {
  cursor: pointer; }

img[data-lazy-load] {
  transition: opacity 0.3s;
  max-width: 100%;
  opacity: 0; }
  img[data-lazy-load].is--loaded {
    opacity: 1; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left; }

video {
  display: block;
  width: 100%; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

u {
  text-decoration: underline; }

a {
  color: #043464; }

.container {
  position: relative;
  display: block;
  margin-left: 14%;
  margin-right: 14%; }
  @media (max-width: 1400px) {
    .container {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .container__space-top {
    margin-top: 20px; }

.position--relative {
  position: relative; }

.position--absolute {
  position: absolute; }

.position--fixed {
  position: fixed; }

.pre-roll-banner {
  width: 100%; }
  @media (max-width: 1024px) {
    .pre-roll-banner {
      display: block; } }

@media (max-width: 480px) {
  .hide--mobile {
    display: none !important; } }

@media (max-width: 600px) {
  .hide--small-tablet {
    display: none !important; } }

@media (max-width: 768px) {
  .hide--tablet {
    display: none !important; } }

@media (max-width: 1024px) {
  .hide--laptop {
    display: none !important; } }

@media (min-width: 769px) {
  .only--tablet {
    display: none !important; } }

@media (min-width: 481px) {
  .only--mobile {
    display: none !important; } }

.text--heavy {
  font-weight: 900; }

.text--strong {
  font-weight: 700; }

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

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

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

.text--font-lighter {
  font-weight: lighter; }

.text--font-normal {
  font-weight: normal; }

.text--font-bold {
  font-weight: bold; }

.text--font-bolder {
  font-weight: bolder; }

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

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

.text--underline {
  text-decoration: underline; }

.title {
  color: #043464;
  font-weight: 800; }
  .title--section {
    margin-top: 80px;
    font-size: 30px; }
    @media (max-width: 900px) {
      .title--section {
        margin: 40px 0 20px;
        font-size: 28px; } }
    @media (max-width: 600px) {
      .title--section {
        margin: 25px 0 20px;
        font-size: 18px; } }
    .title--section--blue {
      margin: 80px 0 30px;
      color: #043464;
      font-size: 24px; }
      @media (max-width: 900px) {
        .title--section--blue {
          margin: 40px 0 20px;
          font-size: 21px; } }
      @media (max-width: 600px) {
        .title--section--blue {
          margin: 25px 0 20px;
          font-size: 18px; } }
    .title--section--gray {
      margin: 80px 0 30px;
      color: #a5a5a5;
      font-size: 24px; }
      @media (max-width: 900px) {
        .title--section--gray {
          margin: 40px 0 20px;
          font-size: 21px; } }
      @media (max-width: 600px) {
        .title--section--gray {
          margin: 25px 0 20px;
          font-size: 18px; } }
    .title--section--no-margin {
      margin-top: 0;
      font-size: 30px; }

.accordion {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c7c7c7;
  transition: background-color 0.1s; }
  .accordion:first-child {
    border-top: 1px solid #c7c7c7; }
  .accordion.is--toggled, .accordion:hover {
    background-color: #fafafa; }
  .accordion.is--toggled .accordion__header::after {
    background-image: url(/build/web/svg/chevron-up-circle-outline.ce46ce6a7fd0e77e1915bbdfaaf13ea8.svg); }
  .accordion.is--toggled .accordion__content {
    max-height: 10000px;
    transition: max-height 1.2s; }
  .accordion__header {
    position: relative;
    padding: 30px 0;
    cursor: pointer; }
    .accordion__header::after {
      content: "";
      position: absolute;
      display: inline-block;
      top: 50%;
      right: 0;
      width: 30px;
      height: 30px;
      background-image: url(/build/web/svg/chevron-down-circle-outline.3be6a28087a7409702aa2cccd180a01f.svg);
      background-repeat: no-repeat;
      background-size: contain;
      transform: translateY(-50%); }
      @media (max-width: 1400px) {
        .accordion__header::after {
          right: 20px; } }
    .accordion__header__title, .accordion__header__title--break {
      margin: 0;
      color: #4e4848;
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase; }
      .accordion__header__title > strong, .accordion__header__title--break > strong {
        color: #043464; }
    @media (max-width: 480px) {
      .accordion__header__title--break > strong {
        display: block;
        margin-bottom: 5px; } }
  .accordion__content {
    display: block;
    overflow: hidden;
    transition: max-height 0.2s cubic-bezier(0, 1, 0, 1);
    max-height: 0; }

.agenda {
  padding: 30px 0;
  background-color: #fff; }
  .agenda + .accordions .accordion:nth-child(1) {
    border-top: 1px solid #e6e6e6; }
  .agenda + .accordions .accordion.is--toggled, .agenda + .accordions .accordion:hover {
    background-color: #fafafa; }
  .agenda__controls {
    position: relative; }
  .agenda__current-date {
    margin: 0;
    text-align: center;
    color: #043464;
    font-size: 38px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .agenda__current-date {
        font-size: 30px; } }
    @media (max-width: 650px) {
      .agenda__current-date {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .agenda__current-date {
        font-size: 18px; } }
  .agenda__prev, .agenda__next {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    color: #043464;
    font-size: 20px;
    text-decoration: none; }
    @media (max-width: 650px) {
      .agenda__prev, .agenda__next {
        font-size: 18px; } }
    @media (max-width: 480px) {
      .agenda__prev, .agenda__next {
        font-size: 16px; } }
    .agenda__prev__year, .agenda__next__year {
      display: block;
      margin-top: 5px;
      color: #043464;
      font-size: 14px; }
      @media (max-width: 650px) {
        .agenda__prev__year, .agenda__next__year {
          display: none; } }
    .agenda__prev::before, .agenda__prev::after, .agenda__next::before, .agenda__next::after {
      position: absolute;
      display: block;
      height: 30px;
      width: 18px;
      top: 50%;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
      @media (max-width: 650px) {
        .agenda__prev::before, .agenda__prev::after, .agenda__next::before, .agenda__next::after {
          height: 22px;
          width: 13px; } }
      @media (max-width: 480px) {
        .agenda__prev::before, .agenda__prev::after, .agenda__next::before, .agenda__next::after {
          height: 20px;
          width: 11px; } }
  .agenda__prev {
    left: 0;
    padding-left: 40px; }
    @media (max-width: 650px) {
      .agenda__prev {
        padding-left: 30px; } }
    @media (max-width: 480px) {
      .agenda__prev {
        padding-left: 20px; } }
    .agenda__prev::before {
      content: url(/build/web/svg/chevron-blue.a20dd50d15bc5e7ac4648e5998dc2d94.svg);
      top: 50%;
      left: 0; }
      @media (max-width: 480px) {
        .agenda__prev::before {
          left: -5px; } }
  .agenda__next {
    right: 0;
    padding-right: 40px;
    text-align: right; }
    @media (max-width: 650px) {
      .agenda__next {
        padding-right: 30px; } }
    @media (max-width: 480px) {
      .agenda__next {
        padding-right: 20px; } }
    .agenda__next::after {
      content: url(/build/web/svg/chevron-blue.a20dd50d15bc5e7ac4648e5998dc2d94.svg);
      top: 50%;
      right: 0;
      transform: translateY(-50%) rotate(180deg); }
      @media (max-width: 480px) {
        .agenda__next::after {
          right: -5px; } }
  .agenda__item {
    margin-bottom: 20px; }
    .agenda__item__date {
      margin: 0 0 25px;
      color: #043464;
      font-size: 16px; }
      @media (max-width: 600px) {
        .agenda__item__date {
          margin: 0 0 15px; } }
  .agenda__events {
    padding: 20px;
    background-color: #f4f4f4; }
    @media (max-width: 600px) {
      .agenda__events {
        padding: 10px; } }
  .agenda__event {
    padding: 20px 0;
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 0; }
    .agenda__event:last-child {
      margin-bottom: 0; }
    .agenda__event__column {
      display: inline-block;
      vertical-align: middle;
      width: 40%;
      font-size: 16px; }
      @media (max-width: 1150px) {
        .agenda__event__column {
          width: 20%; } }
      .agenda__event__column:first-child, .agenda__event__column:last-child {
        width: 30%; }
        @media (max-width: 1150px) {
          .agenda__event__column:first-child, .agenda__event__column:last-child {
            width: 40%; } }
        @media (max-width: 600px) {
          .agenda__event__column:first-child, .agenda__event__column:last-child {
            display: block;
            width: 100%; } }
      .agenda__event__column:first-child {
        padding-left: 50px; }
        @media (max-width: 768px) {
          .agenda__event__column:first-child {
            padding-left: 20px; } }
      .agenda__event__column:nth-child(2) {
        text-align: center; }
        @media (max-width: 600px) {
          .agenda__event__column:nth-child(2) {
            display: none; } }
      .agenda__event__column:last-child {
        padding-right: 50px;
        text-align: right; }
        @media (max-width: 768px) {
          .agenda__event__column:last-child {
            padding-right: 20px; } }
        @media (max-width: 600px) {
          .agenda__event__column:last-child {
            display: block;
            padding-left: 20px;
            padding-right: 0;
            text-align: left; } }
    .agenda__event__title {
      margin: 0 0 5px;
      color: #043464;
      font-size: 20px;
      font-weight: 400; }
      @media (max-width: 600px) {
        .agenda__event__title {
          font-size: 18px; } }
    .agenda__event__time {
      color: #65beec;
      font-size: 14px;
      font-weight: 700; }
    .agenda__event__activity {
      font-size: 0; }
      .agenda__event__activity .match__team--left,
      .agenda__event__activity .match__team--right {
        width: 50%;
        margin: 0 !important; }
      @media (max-width: 1150px) {
        .agenda__event__activity .match__team__title {
          display: none; } }
      .agenda__event__activity__icon {
        max-height: 55px; }
      .agenda__event__activity__name {
        margin: 10px 0 0;
        color: #4e4848;
        font-size: 16px;
        font-weight: 400; }
    .agenda__event__location {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      color: #4e4848;
      font-size: 15px;
      font-weight: 400; }
      @media (max-width: 600px) {
        .agenda__event__location {
          margin: 10px 0 0; } }
      .agenda__event__location::before {
        content: url(/build/web/svg/map-place.d84437732633dae6a735946dcfdb9521.svg);
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 13px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
    .agenda__event__sign-up {
      position: relative;
      display: block;
      padding: 15px 20px 0 0;
      color: #65beec;
      font-weight: bolder;
      text-transform: uppercase;
      text-decoration: none; }
      @media (max-width: 1024px) {
        .agenda__event__sign-up {
          padding: 15px 15px 0 0;
          font-size: 14px; } }
      .agenda__event__sign-up::after {
        content: url(/build/web/svg/chevron-blue.a20dd50d15bc5e7ac4648e5998dc2d94.svg);
        position: absolute;
        display: block;
        height: 10px;
        width: 9px;
        top: calc(50% + 9px);
        right: 0;
        transform: translateY(-50%) rotate(180deg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center; }
        @media (max-width: 1024px) {
          .agenda__event__sign-up::after {
            height: 8px;
            width: 7px;
            top: calc(50% + 10px); } }
      .agenda__event__sign-up.is-closed {
        padding: 15px 0 0;
        color: #e4251b; }
        .agenda__event__sign-up.is-closed::after {
          content: none;
          display: none; }
    .agenda__event__segments {
      width: 100%;
      text-align: left;
      font-size: 0; }
      @media (max-width: 768px) {
        .agenda__event__segments {
          display: none; } }
    .agenda__event__segments.only-1 > .agenda__event__segment {
      width: 100%; }
    .agenda__event__segment {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 10px 0;
      color: #4e4848;
      font-size: 16px; }
      @media (max-width: 1150px) {
        .agenda__event__segment {
          width: 100%; } }

.faq {
  background-color: #fff;
  padding-top: 60px; }
  .faq + .accordions .accordion {
    border-bottom: 1px solid #d8eef2;
    opacity: 1; }
    .faq + .accordions .accordion:nth-child(1) {
      border-top: 1px solid #e6e6e6; }
    .faq + .accordions .accordion.is--toggled, .faq + .accordions .accordion:hover {
      background-color: #fafafa; }
    .faq + .accordions .accordion__header__title, .faq + .accordions .accordion__header__title--break {
      text-transform: none;
      word-wrap: break-word;
      white-space: pre-wrap;
      font-size: 20px;
      max-width: 90%;
      line-height: 25px; }
  .faq__item {
    margin-bottom: 20px; }
  .faq__answer {
    font-size: 0; }
    .faq__answer:last-child {
      margin-bottom: 0; }
    .faq__answer__column {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
      .faq__answer__column:nth-child(2) {
        text-align: center; }
        @media (max-width: 600px) {
          .faq__answer__column:nth-child(2) {
            display: none; } }
      @media (max-width: 600px) {
        .faq__answer__column:last-child {
          display: block;
          padding-right: 0;
          text-align: left; } }
    .faq__answer__title {
      color: #043464;
      padding-bottom: 10px;
      font-family: "Arimo", "Arial", "Lucida Grande", sans-serif;
      white-space: break-spaces; }
      @media (max-width: 600px) {
        .faq__answer__title {
          font-size: 18px; } }

.filter-articles {
  margin-bottom: 30px; }
  .filter-articles .button {
    color: #1e253d;
    background-color: transparent;
    padding: 8px 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 14px; }
    @media (max-width: 480px) {
      .filter-articles .button {
        margin-right: -1px;
        padding: 8px 16px; } }
  .filter-articles .active {
    background-color: #65beec; }

.articles {
  margin: 0 -15px;
  font-size: 0; }
  @media (max-width: 1200px) {
    .articles {
      margin: 0 -10px; } }
  @media (max-width: 650px) {
    .articles {
      margin: 0; } }
  .articles__read-more {
    margin: 50px 0 0;
    text-align: center; }
    @media (max-width: 768px) {
      .articles__read-more {
        margin: 30px 0; } }

.article {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 30px);
  margin: 0 15px 40px;
  cursor: pointer;
  text-decoration: none; }
  @media (max-width: 1200px) {
    .article {
      width: calc(33.333% - 20px);
      margin: 0 10px 40px; } }
  @media (max-width: 950px) {
    .article {
      width: calc(50% - 20px); } }
  @media (max-width: 650px) {
    .article {
      width: 100%;
      margin: 0 0 40px; } }
  .article:hover .article__image > img {
    transform: scale(1.1); }
  .article__content__continue:hover {
    background-color: #6ea9c5;
    color: #fff; }
  .article__image {
    position: relative;
    overflow: hidden;
    height: 240px;
    background-color: #d6d6d6;
    box-sizing: initial; }
    .article__image > img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      transition: transform 0.8s, opacity 0.3s; }
    .article__image__icon {
      position: absolute;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      width: fit-content;
      height: fit-content;
      padding: 25px;
      background-color: rgba(255, 255, 255, 0.75);
      border-radius: 15px;
      transition: 0.2s;
      margin: auto; }
      .article__image__icon > img {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 25px;
        transform: translate(-50%, -50%);
        padding: 12px;
        border-radius: 15px; }
    .article__image__icon:hover {
      background-color: white;
      border-radius: 100%; }
  .article__content {
    margin-top: 15px; }
    @media (max-width: 600px) {
      .article__content {
        margin-top: 20px; } }
    .article__content__date {
      display: block;
      color: #043464;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 600px) {
        .article__content__date {
          font-size: 14px; } }
    .article__content__title {
      margin: 20px 0 0;
      min-height: 48px;
      height: auto;
      color: #043464;
      line-height: 24px;
      font-size: 20px;
      font-weight: 700;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 600px) {
        .article__content__title {
          margin: 15px 0 0;
          font-size: 16px; } }
    .article__content__title:hover {
      text-decoration: underline; }
    .article__content__description {
      margin-top: 14px;
      min-height: 44px;
      height: auto;
      color: #043464;
      line-height: 22px;
      font-size: 16px;
      font-weight: 400;
      word-wrap: break-word;
      overflow-wrap: break-word;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      hyphens: auto;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
      @media (max-width: 650px) {
        .article__content__description {
          height: auto; } }
      @media (max-width: 600px) {
        .article__content__description {
          font-size: 14px; } }
    .article__content__continue {
      display: inline-block;
      margin: 25px 0 0;
      margin-bottom: 10px; }

.article-slider {
  padding-left: 14% !important; }
  @media screen and (max-width: 1400px) {
    .article-slider {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  .article-slider .article {
    display: contents;
    min-width: 400px; }
  .article-slider .swiper-button-prev,
  .article-slider .swiper-button-next {
    width: 55px;
    height: 55px;
    background-size: 35px 35px;
    border: none;
    border-radius: 100%;
    outline: none;
    background-image: url(/build/web/svg/chevron-left-white.a02dfde716e349c04ad4c4b93e8057f3.svg);
    background-color: rgba(30, 37, 61, 0.75);
    filter: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.2s; }
    @media (max-width: 600px) {
      .article-slider .swiper-button-prev,
      .article-slider .swiper-button-next {
        width: 45px;
        height: 45px;
        background-size: 20px 20px; } }
    .article-slider .swiper-button-prev.swiper-button-disabled,
    .article-slider .swiper-button-next.swiper-button-disabled {
      pointer-events: auto; }
  .article-slider .swiper-button-prev:hover,
  .article-slider .swiper-button-next:hover {
    background-color: #1e253d; }

.article-aside {
  display: inline-block;
  vertical-align: top;
  padding-left: 60px;
  font-size: 16px; }
  @media (max-width: 1400px) {
    .article-aside {
      display: none; } }
  .article-aside__title {
    margin: 70px 0 0;
    color: #043464;
    font-size: 24px;
    font-weight: normal; }
  .article-aside__sponsors, .article-aside__related-articles {
    display: block; }
  .article-aside__sponsor, .article-aside__related-article {
    position: relative;
    display: block;
    width: 330px;
    padding-top: 330px;
    margin-top: 50px;
    background-color: #fff;
    text-decoration: none; }
  .article-aside__sponsor > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .article-aside__related-article {
    padding: 0; }
    .article-aside__related-article__figure {
      margin: 0;
      width: 100%;
      height: 220px; }
      .article-aside__related-article__figure > img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .article-aside__related-article__content {
      padding: 20px 30px 30px; }
    .article-aside__related-article__title {
      margin: 0;
      min-height: 70px;
      color: #043464;
      font-size: 16px;
      font-weight: normal;
      line-height: 26px; }
    .article-aside__related-article__date {
      display: block;
      margin-top: 20px;
      color: #98a1a6;
      font-size: 16px;
      font-weight: 400; }

.article-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  font-size: 0; }
  .article-container > [class^="article-item"] {
    display: inline-block;
    vertical-align: top;
    font-size: 16px; }
    @media (max-width: 1400px) {
      .article-container > [class^="article-item"] {
        display: block; } }

.article-item, .article-item--action, .article-item--news, .article-item--sponsor {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 100px auto 0;
  padding: 80px 100px;
  background-color: #fff;
  z-index: 2; }
  @media (max-width: 950px) {
    .article-item, .article-item--action, .article-item--news, .article-item--sponsor {
      margin-top: 0;
      padding: 60px 20px; } }
  @media (max-width: 768px) {
    .article-item, .article-item--action, .article-item--news, .article-item--sponsor {
      padding: 40px 20px; } }
  @media (max-width: 480px) {
    .article-item, .article-item--action, .article-item--news, .article-item--sponsor {
      padding: 20px; } }

.article-item--action .article-item__heading,
.article-item--sponsor .article-item__heading {
  border: none; }

.article-item--action .article-item__title,
.article-item--news .article-item__title,
.article-item--sponsor .article-item__title {
  padding-bottom: 0; }

.article-item--sponsor, .article-item--news {
  position: relative;
  z-index: 1;
  margin-top: -140px; }
  @media (max-width: 768px) {
    .article-item--sponsor, .article-item--news {
      margin-top: 0; } }

.article-item__heading {
  border-bottom: 1px solid #c7c7c7; }

.article-item__title {
  margin: 0;
  padding: 0 0 30px;
  color: #043464;
  font-size: 38px; }
  @media (max-width: 950px) {
    .article-item__title {
      padding: 0 0 40px;
      font-size: 30px; } }
  @media (max-width: 768px) {
    .article-item__title {
      padding: 0 0 20px;
      font-size: 24px; } }
  @media (max-width: 480px) {
    .article-item__title {
      font-size: 18px; } }

.article-item__sponsor {
  margin: 20px 0 -25px; }
  @media (max-width: 950px) {
    .article-item__sponsor {
      margin: 20px 0 -20px; } }
  @media (max-width: 768px) {
    .article-item__sponsor {
      margin: 20px 0 -10px; } }
  .article-item__sponsor > img {
    max-height: 80px;
    height: 100%; }
    @media (max-width: 768px) {
      .article-item__sponsor > img {
        max-height: 60px; } }

.article-item__date {
  display: block;
  margin: 20px 0 25px;
  color: #98a1a6;
  font-weight: 400; }
  @media (max-width: 768px) {
    .article-item__date {
      margin: 20px 0;
      font-size: 14px; } }

.article-item__container {
  color: #4e4848;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px; }
  @media (max-width: 768px) {
    .article-item__container {
      line-height: 22px; } }

.article-item__intro {
  margin-top: 30px;
  color: #043464;
  font-weight: normal;
  font-size: 18px; }
  @media (max-width: 768px) {
    .article-item__intro {
      margin-top: 20px;
      font-size: 16px; } }

.article-item__image, .article-item__slider, .article-item__video, .article-item__text, .article-item__form, .article-item__map {
  margin-top: 30px; }
  @media (max-width: 768px) {
    .article-item__image, .article-item__slider, .article-item__video, .article-item__text, .article-item__form, .article-item__map {
      margin-top: 20px; } }

@media (max-width: 950px) {
  .article-item__image, .article-item__slider, .article-item__video, .article-item__map {
    margin-left: -20px;
    margin-right: -20px; } }

.article-item__image {
  position: relative;
  display: inline-block;
  line-height: 0; }
  .article-item__image > img {
    width: 100%; }
  .article-item__image__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 30px 25px;
    color: white;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
    @media (max-width: 768px) {
      .article-item__image__caption {
        padding: 50px 20px 15px;
        font-size: 14px;
        line-height: 22px; } }

.article-item__video > video,
.article-item__video iframe {
  width: 100%; }

.article-item__video__container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .article-item__video__container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media (max-width: 768px) {
  .article-item__text {
    font-size: 14px; } }

.article-item__text img {
  width: 100%; }

.article-item__text.is-table {
  overflow-x: auto; }
  .article-item__text.is-table th,
  .article-item__text.is-table td {
    padding: 10px; }
    .article-item__text.is-table th:first-child,
    .article-item__text.is-table td:first-child {
      padding-left: 0; }
    .article-item__text.is-table th:last-child,
    .article-item__text.is-table td:last-child {
      padding-right: 0; }

.article-item__map > iframe {
  width: 100%;
  height: 350px; }
  @media (max-width: 768px) {
    .article-item__map > iframe {
      height: 230px; } }

.article-item__form__title {
  margin: 20px 0 10px;
  color: #043464;
  font-size: 24px; }
  @media (max-width: 768px) {
    .article-item__form__title {
      font-size: 22px; } }
  @media (max-width: 480px) {
    .article-item__form__title {
      font-size: 18px; } }

.article-item__form__intro {
  margin: 0;
  color: #043464;
  font-weight: normal;
  font-size: 18px; }
  @media (max-width: 768px) {
    .article-item__form__intro {
      margin-top: 10px;
      font-size: 16px; } }

.article-item__cookie-settings hr {
  margin-top: 30px;
  border: none;
  border-top: 1px solid #c7c7c7; }
  @media (max-width: 768px) {
    .article-item__cookie-settings hr {
      margin-top: 20px; } }

.article-item__cookie-settings__title {
  margin: 20px 0;
  color: #043464;
  font-size: 18px; }

.article-item__cookie-settings [data-save-cookie-settings] {
  margin-top: 20px;
  background-color: #64b265; }
  .article-item__cookie-settings [data-save-cookie-settings]:hover {
    background-color: #4b984c; }

.article-item p {
  margin: 0; }

.article-item__sm {
  margin-top: 40px; }
  @media (max-width: 768px) {
    .article-item__sm {
      margin-top: 20px; } }

.article-item__author {
  display: flex;
  margin-top: 30px;
  font-size: 0; }
  @media (max-width: 768px) {
    .article-item__author {
      display: none; } }
  .article-item__author__image, .article-item__author__content {
    display: inline-flex;
    vertical-align: top; }
  .article-item__author__image {
    width: 40%; }
    .article-item__author__image > img {
      width: 100%;
      height: 305px;
      object-fit: cover; }
  .article-item__author__content {
    position: relative;
    width: 60%;
    padding: 20px 30px;
    background-color: #fbfbfb;
    border: 1px solid #e8e8e8;
    border-left: none;
    flex-flow: wrap column; }
  .article-item__author__name {
    position: relative;
    margin: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #e8e8e8;
    color: #043464;
    font-size: 24px; }
    .article-item__author__name::after {
      content: url(/build/web/svg/quote.dc4ea0ea926be5b44244702605bc8fe0.svg);
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px; }
  .article-item__author__quote {
    position: relative;
    color: #939393;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 2em;
    margin-top: 10px;
    quotes: none; }

.back-button {
  position: absolute;
  display: block;
  height: 50px;
  bottom: 0;
  left: 25px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transform: translateY(150%); }
  @media (max-width: 1400px) {
    .back-button {
      height: calc(50px - 5px);
      transform: translateY(133%);
      left: 15px; } }
  .back-button__chevron {
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    background-color: #fff;
    border: 2px solid #cacaca;
    border-radius: 50%; }
    @media (max-width: 1400px) {
      .back-button__chevron {
        height: calc(50px - 5px);
        width: calc(50px - 5px); } }
    .back-button__chevron > img {
      position: absolute;
      top: 50%;
      left: 50%;
      height: 10px;
      transform: translate(-50%, -50%) rotate(90deg); }
  .back-button__title {
    position: absolute;
    display: none;
    left: 50px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 1024px) {
    .back-button {
      top: 50%;
      transform: translateY(-50%);
      bottom: auto;
      left: 0; }
      .back-button__chevron {
        border: 0; }
      .back-button__title {
        display: block;
        padding-left: 0;
        left: calc(50px - 5px);
        line-height: calc(50px - 5px); } }

.banners {
  margin: 0 -20px 0;
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; }
  @media (max-width: 1340px) {
    .banners {
      margin: 0 -10px 0; } }
  .banners__item {
    display: inline-block;
    margin: 0 25px;
    overflow: hidden; }
    @media (max-width: 1340px) {
      .banners__item {
        margin: 0 10px; } }
    .banners__item__image {
      width: 100%; }

.banner {
  display: block; }
  @media (max-width: 768px) {
    .banner {
      margin-top: 0; } }
  .banner__image {
    width: 100%; }

.button, .button--transparent {
  position: relative;
  display: inline-block;
  padding: 14px 44px;
  background-color: #65beec;
  border: none;
  color: #fff;
  font-size: 17px;
  font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5px;
  transition: color 0.2s, background-color 0.2s; }
  @media (max-width: 768px) {
    .button, .button--transparent {
      padding: 15px 30px;
      font-size: 14px; } }

.button:hover {
  background-color: #6ea9c5;
  box-shadow: 0 3px 6px #00000029; }

.button--transparent {
  color: #fff;
  border-color: #fff; }
  .button--transparent:hover {
    background-color: #fff;
    color: #000; }

.button--secondary {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #e4251b;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.2s; }
  @media (max-width: 768px) {
    .button--secondary {
      padding: 15px 20px;
      font-size: 12px; } }
  .button--secondary:hover {
    background-color: #b61e16; }

.button--for-sale.button--secondary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background-color: #65beec; }
  .button--for-sale.button--secondary span {
    transition: margin-left 0.2s; }
  .button--for-sale.button--secondary::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 6px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    margin-left: 4px;
    background-image: url(/build/web/svg/chevron.6404a6be8f6afa3d9d61d6af453bfd1f.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    transition: margin-left 0.1s; }
  .button--for-sale.button--secondary:hover {
    background-color: #043464; }
    .button--for-sale.button--secondary:hover span {
      margin-left: 40px; }
  @media (max-width: 768px) {
    .button--for-sale.button--secondary {
      padding-left: 45px; } }

.button--sold-out.button--secondary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  background-color: #e4251b; }
  .button--sold-out.button--secondary:hover {
    background-color: #e4251b; }

.button--date-for-sale.button--secondary {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  color: #1e253d;
  font-weight: 700;
  background-color: #65beec; }
  .button--date-for-sale.button--secondary:hover {
    background-color: #65beec; }

.button--for-sale.button, .button--for-sale.button--transparent {
  padding-left: 55px; }
  @media (max-width: 768px) {
    .button--for-sale.button, .button--for-sale.button--transparent {
      padding-left: 50px; } }

.button__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  height: 100%;
  max-height: 20px;
  margin-right: 5px;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .button__icon {
      max-height: 18px; } }

.content-blocker {
  position: relative;
  padding: 40px;
  background-color: #333;
  color: #fff; }
  @media (max-width: 1024px) {
    .content-blocker {
      padding: 40px 20px; } }
  @media (max-width: 768px) {
    .content-blocker {
      font-size: 14px; } }
  @media (max-width: 600px) {
    .content-blocker {
      text-align: center; } }
  .content-blocker__title {
    margin: 0; }
  .content-blocker__text, .content-blocker__footer {
    margin: 70px 0 0; }
    @media (max-width: 1024px) {
      .content-blocker__text, .content-blocker__footer {
        margin: 40px 0 0; } }
    @media (max-width: 600px) {
      .content-blocker__text, .content-blocker__footer {
        margin: 20px 0 0; } }
  .content-blocker__more-info {
    display: inline-block;
    margin-top: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold; }
    @media (max-width: 600px) {
      .content-blocker__more-info {
        display: block; } }
    .content-blocker__more-info + button {
      float: right;
      background-color: #64b265; }
      .content-blocker__more-info + button:hover {
        background-color: #4b984c; }
      @media (max-width: 600px) {
        .content-blocker__more-info + button {
          display: inline-block;
          margin-top: 20px;
          float: none; } }

@media (max-width: 1024px) {
  .cookie-settings {
    padding: 0 40px; } }

@media (max-width: 768px) {
  .cookie-settings {
    padding: 0 20px; } }

.cookie-settings__description {
  color: #4e4848;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 768px) {
    .cookie-settings__description {
      font-size: 14px;
      line-height: 20px; } }

.cookie-settings__option {
  display: block;
  margin-top: 20px;
  cursor: pointer; }
  .cookie-settings__option__wrapper {
    display: block;
    padding: 25px;
    border: 2px solid #c7c7c7;
    border-radius: 5px;
    background-color: #fff;
    transition: border-color 0.2s, background-color 0.2s;
    font-size: 0; }
    @media (max-width: 768px) {
      .cookie-settings__option__wrapper {
        padding: 15px; } }
    .cookie-settings__option__wrapper:hover {
      border-color: #043464; }
  .cookie-settings__option__input {
    display: none; }
  .cookie-settings__option__input:checked + .cookie-settings__option__wrapper {
    border-color: #65beec;
    background-color: #d9ebf4;
    font-weight: bold; }
  .cookie-settings__option__input:checked + .cookie-settings__option__wrapper .cookie-settings__option__star {
    background-image: url(/build/web/svg/star-filled.2dfecadc14437f7d25d381044a049d25.svg); }
  .cookie-settings__option__stars {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    text-align: center; }
    @media (max-width: 768px) {
      .cookie-settings__option__stars {
        display: block;
        width: 100%; } }
  .cookie-settings__option__star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(/build/web/svg/star.99e7da82ea17076b171ad62cf92c92dd.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .cookie-settings__option__text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
    padding-left: 10px;
    color: #043464;
    font-size: 16px; }
    @media (max-width: 768px) {
      .cookie-settings__option__text {
        display: block;
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
        text-align: center; } }

.cookie-settings__more-info {
  display: inline-block;
  margin-top: 13px;
  text-decoration: none;
  font-weight: bold; }
  @media (max-width: 1024px) {
    .cookie-settings__more-info {
      display: block; } }
  .cookie-settings__more-info + button {
    float: right;
    background-color: #64b265; }
    .cookie-settings__more-info + button:hover {
      background-color: #4b984c; }
    @media (max-width: 1024px) {
      .cookie-settings__more-info + button {
        display: inline-block;
        margin-top: 20px;
        float: none; } }

.download-agenda {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  color: #043464;
  font-size: 14px;
  text-decoration: none; }
  .download-agenda::after {
    content: url(/build/web/svg/download.b00d52a5cc473f8b645b9c17a1213971.svg);
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 16px;
    height: 15px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }

.error, .error--404, .error--500 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 66px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff; }
  @media (max-width: 1024px) {
    .error, .error--404, .error--500 {
      height: calc(100vh - 65px); } }
  .error > .container, .error--404 > .container, .error--500 > .container {
    height: 100%; }

.error::before, .error--404::before, .error--500::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/build/web/images/errors/background.64d5890bd833d884f47001ebb2f2f05c.png);
  background-size: cover;
  background-position: center;
  z-index: -1; }

.error::after, .error--404::after, .error--500::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1; }

.error__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  text-align: center; }

.error__title {
  margin: 0;
  font-size: 158px; }
  @media (max-width: 1400px) {
    .error__title {
      font-size: 130px; } }
  @media (max-width: 950px) {
    .error__title {
      font-size: 100px; } }
  @media (max-width: 650px) {
    .error__title {
      font-size: 90px; } }

.error__image {
  margin-left: 10px;
  margin-right: 10px;
  height: 112px;
  animation: bounce2 2s ease infinite; }

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

.error__subtitle {
  margin: 0;
  font-size: 38px; }
  @media (max-width: 1400px) {
    .error__subtitle {
      font-size: 34px; } }
  @media (max-width: 950px) {
    .error__subtitle {
      font-size: 26px; } }
  @media (max-width: 650px) {
    .error__subtitle {
      font-size: 22px; } }

.error__description {
  margin: 20px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase; }
  @media (max-width: 950px) {
    .error__description {
      font-size: 14px;
      line-height: 30px; } }
  @media (max-width: 650px) {
    .error__description br {
      display: none; } }
  @media (max-width: 480px) {
    .error__description {
      font-size: 12px;
      line-height: 26px; } }

.error__link {
  display: inline-block;
  padding: 20px 40px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s, background-color 0.2s; }
  .error__link:hover {
    background-color: #fff;
    color: #043464; }
  @media (max-width: 650px) {
    .error__link {
      padding: 15px 30px; } }

.filters, .filters--forced {
  padding: 25px 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0; }
  @media (max-width: 768px) {
    .filters, .filters--forced {
      padding: 20px 0; } }

@media (max-width: 479px) {
  .filters {
    display: none; } }

.filters__column, .filters__column--left, .filters__column--center, .filters__column--right {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 16px; }
  @media (max-width: 768px) {
    .filters__column, .filters__column--left, .filters__column--center, .filters__column--right {
      font-size: 14px; } }

.filters__column--left {
  text-align: left; }
  @media (max-width: 768px) {
    .filters__column--left {
      width: 60%; } }
  @media (max-width: 768px) {
    .filters__column--left .filter {
      width: calc(50% - 15px); } }
  .filters__column--left .filter, .filters__column--left .filter--calendar {
    margin-right: 35px; }
    @media (max-width: 900px) {
      .filters__column--left .filter, .filters__column--left .filter--calendar {
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .filters__column--left .filter, .filters__column--left .filter--calendar {
        margin-right: 10px; } }

.filters__column--center {
  width: 100%;
  text-align: center; }
  .filters__column--center .filter, .filters__column--center .filter--calendar {
    margin: 0 15px; }
    @media (max-width: 900px) {
      .filters__column--center .filter, .filters__column--center .filter--calendar {
        margin: 0 10px; } }

.filters__column--right {
  text-align: right; }
  @media (max-width: 768px) {
    .filters__column--right {
      width: 40%; } }
  .filters__column--right .filter, .filters__column--right .filter--calendar {
    margin-left: 35px; }
    @media (max-width: 900px) {
      .filters__column--right .filter, .filters__column--right .filter--calendar {
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .filters__column--right .filter, .filters__column--right .filter--calendar {
        margin-left: 10px; } }

.filter {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #043464;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  cursor: pointer; }
  .filter__selected {
    display: inline-block;
    vertical-align: top; }
    .filter__selected::before, .filter__selected::after {
      content: "";
      display: inline-block;
      vertical-align: top; }
    .filter__selected::after {
      content: url(/build/web/svg/chevron-small.41848251e51c5df027dd9120c941aed4.svg);
      position: relative;
      bottom: 2px;
      margin-left: 10px;
      width: 12px;
      height: 8px;
      transition: transform 0.2s; }
      @media (max-width: 480px) {
        .filter__selected::after {
          margin-left: 5px; } }
  .filter__menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 201px;
    max-height: 300px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    z-index: 1;
    will-change: opacity;
    overflow: auto; }
    .filter__menu__option {
      display: block;
      padding: 15px;
      color: #7f7f7f;
      font-weight: normal;
      text-decoration: none;
      outline: none;
      background-color: #fff; }
      .filter__menu__option:first-child {
        border-radius: 8px 8px 0 0; }
      .filter__menu__option:last-child {
        border-radius: 0 0 8px 8px; }
      .filter__menu__option:hover {
        background-color: #f4f4f4; }
  .filter__flatpickr {
    border: none;
    color: #043464;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
    width: 175px; }
    .filter__flatpickr::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: 1 !important; }
    .filter__flatpickr::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1 !important; }
    .filter__flatpickr:-ms-input-placeholder {
      /* IE 10+ */
      opacity: 1 !important; }
    .filter__flatpickr:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1 !important; }
  .filter:not(.is--open) .filter__menu {
    opacity: 0;
    pointer-events: none; }
  .filter[data-filter="calendar"] .filter__selected::before {
    content: url(/build/web/svg/calendar.99c71c27da69a31407ac33b63881ccb9.svg);
    width: 16px;
    height: 16px;
    margin-right: 10px; }
    @media (max-width: 480px) {
      .filter[data-filter="calendar"] .filter__selected::before {
        margin-right: 5px; } }
  @media (max-width: 768px) {
    .filter[data-filter="search"] {
      display: none; } }
  .filter__search {
    vertical-align: middle;
    width: 200px;
    color: #043464;
    font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    padding: 0;
    background: transparent;
    background-image: url(/build/web/svg/search.d82fd50718f7a3f203160e6039074a95.svg);
    background-size: 18px;
    background-position: center right;
    background-repeat: no-repeat; }
    .filter__search::-webkit-input-placeholder {
      color: #043464;
      opacity: 1 !important; }
    .filter__search::-moz-placeholder {
      color: #043464;
      opacity: 1 !important; }
    .filter__search:-ms-input-placeholder {
      color: #043464; }
    .filter__search ~ .filter__menu {
      top: 30px; }

.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  display: none;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08); }

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px; }

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999; }

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 200ms cubic-bezier(0.23, 1, 0.32, 1); }

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px; }

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px); }

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block; }

.flatpickr-calendar.hasWeeks {
  width: auto; }

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0; }

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6; }

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto; }

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px; }

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px; }

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px; }

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px; }

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%; }

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6; }

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff; }

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%; }

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6; }

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff; }

.flatpickr-calendar:focus {
  outline: 0; }

.flatpickr-wrapper {
  position: relative;
  display: inline-block; }

.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3; }

.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative; }

.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
    /*rtl:begin:ignore*/
  /*
    */
  left: 0;
  /*
    /*rtl:end:ignore*/
  /*
    */ }

/*
    /*rtl:begin:ignore*/
/*
    /*rtl:end:ignore*/
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
    /*rtl:begin:ignore*/
  /*
    */
  right: 0;
  /*
    /*rtl:end:ignore*/
  /*
    */ }

/*
    /*rtl:begin:ignore*/
/*
    /*rtl:end:ignore*/
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9; }

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747; }

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
  height: 14px; }

.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit; }

.numInputWrapper {
  position: relative;
  height: auto; }

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block; }

.numInputWrapper input {
  width: 100%; }

.numInputWrapper input::-ms-clear {
  display: none; }

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1); }

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2); }

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute; }

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0; }

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%; }

.numInputWrapper span.arrowDown {
  top: 50%; }

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%; }

.numInputWrapper span svg {
  width: inherit;
  height: auto; }

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5); }

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05); }

.numInputWrapper:hover span {
  opacity: 1; }

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0; }

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05); }

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block; }

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9); }

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial; }

.flatpickr-current-month input.cur-year:focus {
  outline: 0; }

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none; }

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px; }

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder; }

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0; }

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 307.875px; }

.flatpickr-days:focus {
  outline: 0; }

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1; }

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6; }

.flatpickr-day.today {
  border-color: #959ea9; }

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7; }

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px; }

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0; }

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7; }

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px; }

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default; }

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1); }

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7; }

.rangeMode .flatpickr-day {
  margin-top: 1px; }

.flatpickr-weekwrapper {
  display: inline-block;
  float: left; }

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6; }

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px; }

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none; }

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both; }

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left; }

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939; }

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939; }

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%; }

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%; }

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.flatpickr-time input.flatpickr-hour {
  font-weight: bold; }

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400; }

.flatpickr-time input:focus {
  outline: 0;
  border: 0; }

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400; }

.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0; }

.flatpickr-input[readonly] {
  cursor: pointer; }

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.footer {
  margin: 0;
  background-color: #0b162a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media (max-width: 1024px) {
    .footer {
      margin: 0; } }
  @media (max-width: 768px) {
    .footer {
      margin: 18px 0 0; } }
  .footer__menus {
    display: block;
    padding: 60px 0 0;
    font-size: 0; }
    @media (max-width: 1360px) {
      .footer__menus {
        padding: 60px 20px 0; } }
    @media (max-width: 768px) {
      .footer__menus {
        display: none; } }
  .footer__menu {
    display: inline-block;
    vertical-align: top;
    width: 25%; }
    .footer__menu__title {
      margin: 0 0 20px;
      font-size: 14px;
      color: #65beec;
      text-transform: uppercase; }
    .footer__menu__list {
      padding: 0;
      margin: 0;
      list-style: none; }
    .footer__menu__item > a {
      position: relative;
      display: block;
      padding: 5px 0;
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      text-decoration: none; }
      .footer__menu__item > a.custom-icon {
        padding-left: 30px; }
      .footer__menu__item > a:not(.custom-icon)::before {
        content: "";
        position: relative;
        display: inline-block;
        top: 2px;
        padding-top: 2px;
        margin: 0 5px;
        width: 12px;
        height: 17px;
        background-image: url(/build/web/svg/chevron-small.41848251e51c5df027dd9120c941aed4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(270deg); }
      .footer__menu__item > a > img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin: 0 5px 0 0;
        max-height: 25px; }
  .footer__website {
    display: block;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__website {
        padding: 60px 0 0; } }
    .footer__website__logo {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 150px;
      height: 150px;
      margin: 0; }
      @media (max-width: 480px) {
        .footer__website__logo {
          width: 100px;
          height: 100px; } }
      .footer__website__logo__img {
        position: absolute;
        display: block;
        height: auto;
        width: 100%;
        max-height: 100%;
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .footer__sponsor {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1rem;
    padding-top: 50px; }
    @media (max-width: 600px) {
      .footer__sponsor {
        display: block; } }
    @media (max-width: 900px) {
      .footer__sponsor {
        grid-template-columns: repeat(2, 1fr); } }
    .footer__sponsor__category {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 30px 0 0; }
      .footer__sponsor__category__title {
        position: relative;
        display: block;
        font-size: 22px;
        color: #65beec;
        margin-bottom: 10px;
        font-weight: 700; }
        @media (min-width: 768px) {
          .footer__sponsor__category__title {
            display: inline-block;
            margin-bottom: 0; } }
      .footer__sponsor__category__list {
        margin-top: 25px; }
        @media (max-width: 600px) {
          .footer__sponsor__category__list {
            margin-top: 20px;
            display: flex;
            flex-wrap: wrap; } }
        .footer__sponsor__category__list__logo {
          margin-right: 40px;
          margin-bottom: 20px;
          display: inline-block;
          vertical-align: middle;
          text-align: center;
          width: 110px; }
          .footer__sponsor__category__list__logo > img {
            max-width: 100%; }
            @media (max-width: 600px) {
              .footer__sponsor__category__list__logo > img {
                height: 100%;
                max-height: 60px; } }
          @media (max-width: 600px) {
            .footer__sponsor__category__list__logo {
              margin: 0;
              width: 50% !important;
              margin-bottom: 1.5rem;
              padding-right: 3.5rem; } }
  .footer__social {
    width: 100%;
    max-width: 600px;
    margin: 70px auto 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .footer__social {
        margin: 0 auto;
        padding: 30px 20px; } }
    .footer__social__item {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin: 0 20px; }
      .footer__social__item__wrapper {
        position: relative; }
        .footer__social__item__wrapper .circle {
          transition: transform 300ms ease-in-out;
          transform: scale(1); }
        .footer__social__item__wrapper > div {
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          position: absolute; }
        .footer__social__item__wrapper > div > .default {
          display: block;
          height: 30px;
          width: auto;
          transition: transform 300ms ease-in-out;
          transform: scale(0); }
      @media (max-width: 768px) {
        .footer__social__item {
          margin: 0 10px; }
          .footer__social__item__wrapper .circle {
            height: 50px; }
          .footer__social__item__wrapper > div > .default {
            height: 25px; } }
      @media (max-width: 480px) {
        .footer__social__item {
          margin: 0 4px; }
          .footer__social__item__wrapper .circle {
            height: 34px; }
          .footer__social__item__wrapper > div > .default {
            height: 17px; } }
      .footer__social__item:hover .footer__social__item__wrapper .circle {
        transition: transform 300ms ease-in-out;
        transform: scale(0); }
      .footer__social__item:hover .footer__social__item__wrapper > div > .default {
        transition: transform 300ms ease-in-out;
        transform: scale(1); }
    .footer__social > div > img {
      max-width: 100px; }
      @media (max-width: 768px) {
        .footer__social > div > img {
          max-width: 80px; } }
      @media (max-width: 480px) {
        .footer__social > div > img {
          max-width: 60px; } }
  .footer__app {
    width: 100%;
    margin: 10px auto 0;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .footer__app__wrapper {
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
    .footer__app__image {
      height: 37px;
      width: auto; }
    .footer__app__links {
      margin: 10px; }
    .footer__app__title {
      font-size: 16px;
      margin: 50px auto 0;
      color: #65beec;
      font-weight: 700;
      display: flex;
      justify-content: center; }
  .footer__links {
    position: relative;
    display: block;
    background-color: #0b1529;
    border-top: 1px solid #3f4551;
    border-bottom: 1px solid #3f4551;
    margin-top: 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__links {
        display: none; } }
    .footer__links__item {
      display: inline-block;
      vertical-align: middle;
      height: 40px;
      line-height: 40px;
      padding: 0 10px;
      border-left: 1px solid #3f4551;
      font-size: 14px;
      color: #65beec; }
      .footer__links__item:first-child {
        border-left: 0; }
  .footer__copyright {
    display: block;
    width: 100%;
    padding: 30px 0;
    margin: 80px 0 0;
    text-align: center;
    background-color: #0b1529;
    border-top: 1px solid #ffffff7a; }
    @media (max-width: 768px) {
      .footer__copyright {
        margin: 0;
        padding: 20px 0; } }
    .footer__copyright__list {
      display: block;
      width: 100%;
      margin: 0;
      padding: 0; }
    .footer__copyright__item {
      display: inline-block;
      margin: 0 35px;
      color: #fff;
      font-weight: 400; }
      @media (max-width: 1050px) {
        .footer__copyright__item {
          margin: 0;
          padding: 0 20px; } }
      @media (max-width: 768px) {
        .footer__copyright__item {
          font-size: 14px; } }
      @media (max-width: 1000px) {
        .footer__copyright__item:first-child, .footer__copyright__item:last-child {
          display: none; } }
      .footer__copyright__item > a {
        color: #65beec; }
        @media (max-width: 768px) {
          .footer__copyright__item > a {
            display: block;
            font-size: 14px; } }

.text-field__label,
.textarea-field__label,
.password-field__label,
.number-field__label,
.email-field__label,
.file-field__label,
.select-field__label,
.social-url-field__label, .text-field__input, .text-field__select,
.textarea-field__input,
.textarea-field__select,
.password-field__input,
.password-field__select,
.number-field__input,
.number-field__select,
.email-field__input,
.email-field__select,
.file-field__input,
.file-field__select,
.select-field__input,
.select-field__select,
.social-url-field__input,
.social-url-field__select {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.text-field,
.textarea-field,
.password-field,
.number-field,
.email-field,
.file-field,
.select-field,
.social-url-field {
  position: relative;
  display: block; }

.text-field__label,
.textarea-field__label,
.password-field__label,
.number-field__label,
.email-field__label,
.file-field__label,
.select-field__label,
.social-url-field__label {
  font-size: 0.85rem;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.75;
  transform: translate(0, -1.5rem) scale(1);
  padding: 0 0 10px;
  cursor: text; }

.text-field__input:focus ~ label, .text-field__select:focus ~ label,
.text-field.not--empty .text-field__input ~ label,
.text-field.not--empty .text-field__select ~ label,
.text-field.is--autofill .text-field__input ~ label,
.textarea-field__input:focus ~ label,
.textarea-field__select:focus ~ label,
.textarea-field.not--empty .text-field__input ~ label,
.textarea-field.not--empty .text-field__select ~ label,
.textarea-field.is--autofill .text-field__input ~ label,
.password-field__input:focus ~ label,
.password-field__select:focus ~ label,
.password-field.not--empty .text-field__input ~ label,
.password-field.not--empty .text-field__select ~ label,
.password-field.is--autofill .text-field__input ~ label,
.number-field__input:focus ~ label,
.number-field__select:focus ~ label,
.number-field.not--empty .text-field__input ~ label,
.number-field.not--empty .text-field__select ~ label,
.number-field.is--autofill .text-field__input ~ label,
.email-field__input:focus ~ label,
.email-field__select:focus ~ label,
.email-field.not--empty .text-field__input ~ label,
.email-field.not--empty .text-field__select ~ label,
.email-field.is--autofill .text-field__input ~ label,
.file-field__input:focus ~ label,
.file-field__select:focus ~ label,
.file-field.not--empty .text-field__input ~ label,
.file-field.not--empty .text-field__select ~ label,
.file-field.is--autofill .text-field__input ~ label,
.select-field__input:focus ~ label,
.select-field__select:focus ~ label,
.select-field.not--empty .text-field__input ~ label,
.select-field.not--empty .text-field__select ~ label,
.select-field.is--autofill .text-field__input ~ label,
.social-url-field__input:focus ~ label,
.social-url-field__select:focus ~ label,
.social-url-field.not--empty .text-field__input ~ label,
.social-url-field.not--empty .text-field__select ~ label,
.social-url-field.is--autofill .text-field__input ~ label,
.text-field.not--empty .textarea-field__input ~ label,
.text-field.not--empty .textarea-field__select ~ label,
.text-field.is--autofill .textarea-field__input ~ label,
.textarea-field.not--empty .textarea-field__input ~ label,
.textarea-field.not--empty .textarea-field__select ~ label,
.textarea-field.is--autofill .textarea-field__input ~ label,
.password-field.not--empty .textarea-field__input ~ label,
.password-field.not--empty .textarea-field__select ~ label,
.password-field.is--autofill .textarea-field__input ~ label,
.number-field.not--empty .textarea-field__input ~ label,
.number-field.not--empty .textarea-field__select ~ label,
.number-field.is--autofill .textarea-field__input ~ label,
.email-field.not--empty .textarea-field__input ~ label,
.email-field.not--empty .textarea-field__select ~ label,
.email-field.is--autofill .textarea-field__input ~ label,
.file-field.not--empty .textarea-field__input ~ label,
.file-field.not--empty .textarea-field__select ~ label,
.file-field.is--autofill .textarea-field__input ~ label,
.select-field.not--empty .textarea-field__input ~ label,
.select-field.not--empty .textarea-field__select ~ label,
.select-field.is--autofill .textarea-field__input ~ label,
.social-url-field.not--empty .textarea-field__input ~ label,
.social-url-field.not--empty .textarea-field__select ~ label,
.social-url-field.is--autofill .textarea-field__input ~ label,
.text-field.not--empty .password-field__input ~ label,
.text-field.not--empty .password-field__select ~ label,
.text-field.is--autofill .password-field__input ~ label,
.textarea-field.not--empty .password-field__input ~ label,
.textarea-field.not--empty .password-field__select ~ label,
.textarea-field.is--autofill .password-field__input ~ label,
.password-field.not--empty .password-field__input ~ label,
.password-field.not--empty .password-field__select ~ label,
.password-field.is--autofill .password-field__input ~ label,
.number-field.not--empty .password-field__input ~ label,
.number-field.not--empty .password-field__select ~ label,
.number-field.is--autofill .password-field__input ~ label,
.email-field.not--empty .password-field__input ~ label,
.email-field.not--empty .password-field__select ~ label,
.email-field.is--autofill .password-field__input ~ label,
.file-field.not--empty .password-field__input ~ label,
.file-field.not--empty .password-field__select ~ label,
.file-field.is--autofill .password-field__input ~ label,
.select-field.not--empty .password-field__input ~ label,
.select-field.not--empty .password-field__select ~ label,
.select-field.is--autofill .password-field__input ~ label,
.social-url-field.not--empty .password-field__input ~ label,
.social-url-field.not--empty .password-field__select ~ label,
.social-url-field.is--autofill .password-field__input ~ label,
.text-field.not--empty .number-field__input ~ label,
.text-field.not--empty .number-field__select ~ label,
.text-field.is--autofill .number-field__input ~ label,
.textarea-field.not--empty .number-field__input ~ label,
.textarea-field.not--empty .number-field__select ~ label,
.textarea-field.is--autofill .number-field__input ~ label,
.password-field.not--empty .number-field__input ~ label,
.password-field.not--empty .number-field__select ~ label,
.password-field.is--autofill .number-field__input ~ label,
.number-field.not--empty .number-field__input ~ label,
.number-field.not--empty .number-field__select ~ label,
.number-field.is--autofill .number-field__input ~ label,
.email-field.not--empty .number-field__input ~ label,
.email-field.not--empty .number-field__select ~ label,
.email-field.is--autofill .number-field__input ~ label,
.file-field.not--empty .number-field__input ~ label,
.file-field.not--empty .number-field__select ~ label,
.file-field.is--autofill .number-field__input ~ label,
.select-field.not--empty .number-field__input ~ label,
.select-field.not--empty .number-field__select ~ label,
.select-field.is--autofill .number-field__input ~ label,
.social-url-field.not--empty .number-field__input ~ label,
.social-url-field.not--empty .number-field__select ~ label,
.social-url-field.is--autofill .number-field__input ~ label,
.text-field.not--empty .email-field__input ~ label,
.text-field.not--empty .email-field__select ~ label,
.text-field.is--autofill .email-field__input ~ label,
.textarea-field.not--empty .email-field__input ~ label,
.textarea-field.not--empty .email-field__select ~ label,
.textarea-field.is--autofill .email-field__input ~ label,
.password-field.not--empty .email-field__input ~ label,
.password-field.not--empty .email-field__select ~ label,
.password-field.is--autofill .email-field__input ~ label,
.number-field.not--empty .email-field__input ~ label,
.number-field.not--empty .email-field__select ~ label,
.number-field.is--autofill .email-field__input ~ label,
.email-field.not--empty .email-field__input ~ label,
.email-field.not--empty .email-field__select ~ label,
.email-field.is--autofill .email-field__input ~ label,
.file-field.not--empty .email-field__input ~ label,
.file-field.not--empty .email-field__select ~ label,
.file-field.is--autofill .email-field__input ~ label,
.select-field.not--empty .email-field__input ~ label,
.select-field.not--empty .email-field__select ~ label,
.select-field.is--autofill .email-field__input ~ label,
.social-url-field.not--empty .email-field__input ~ label,
.social-url-field.not--empty .email-field__select ~ label,
.social-url-field.is--autofill .email-field__input ~ label,
.text-field.not--empty .file-field__input ~ label,
.text-field.not--empty .file-field__select ~ label,
.text-field.is--autofill .file-field__input ~ label,
.textarea-field.not--empty .file-field__input ~ label,
.textarea-field.not--empty .file-field__select ~ label,
.textarea-field.is--autofill .file-field__input ~ label,
.password-field.not--empty .file-field__input ~ label,
.password-field.not--empty .file-field__select ~ label,
.password-field.is--autofill .file-field__input ~ label,
.number-field.not--empty .file-field__input ~ label,
.number-field.not--empty .file-field__select ~ label,
.number-field.is--autofill .file-field__input ~ label,
.email-field.not--empty .file-field__input ~ label,
.email-field.not--empty .file-field__select ~ label,
.email-field.is--autofill .file-field__input ~ label,
.file-field.not--empty .file-field__input ~ label,
.file-field.not--empty .file-field__select ~ label,
.file-field.is--autofill .file-field__input ~ label,
.select-field.not--empty .file-field__input ~ label,
.select-field.not--empty .file-field__select ~ label,
.select-field.is--autofill .file-field__input ~ label,
.social-url-field.not--empty .file-field__input ~ label,
.social-url-field.not--empty .file-field__select ~ label,
.social-url-field.is--autofill .file-field__input ~ label,
.text-field.not--empty .select-field__input ~ label,
.text-field.not--empty .select-field__select ~ label,
.text-field.is--autofill .select-field__input ~ label,
.textarea-field.not--empty .select-field__input ~ label,
.textarea-field.not--empty .select-field__select ~ label,
.textarea-field.is--autofill .select-field__input ~ label,
.password-field.not--empty .select-field__input ~ label,
.password-field.not--empty .select-field__select ~ label,
.password-field.is--autofill .select-field__input ~ label,
.number-field.not--empty .select-field__input ~ label,
.number-field.not--empty .select-field__select ~ label,
.number-field.is--autofill .select-field__input ~ label,
.email-field.not--empty .select-field__input ~ label,
.email-field.not--empty .select-field__select ~ label,
.email-field.is--autofill .select-field__input ~ label,
.file-field.not--empty .select-field__input ~ label,
.file-field.not--empty .select-field__select ~ label,
.file-field.is--autofill .select-field__input ~ label,
.select-field.not--empty .select-field__input ~ label,
.select-field.not--empty .select-field__select ~ label,
.select-field.is--autofill .select-field__input ~ label,
.social-url-field.not--empty .select-field__input ~ label,
.social-url-field.not--empty .select-field__select ~ label,
.social-url-field.is--autofill .select-field__input ~ label,
.text-field.not--empty .social-url-field__input ~ label,
.text-field.not--empty .social-url-field__select ~ label,
.text-field.is--autofill .social-url-field__input ~ label,
.textarea-field.not--empty .social-url-field__input ~ label,
.textarea-field.not--empty .social-url-field__select ~ label,
.textarea-field.is--autofill .social-url-field__input ~ label,
.password-field.not--empty .social-url-field__input ~ label,
.password-field.not--empty .social-url-field__select ~ label,
.password-field.is--autofill .social-url-field__input ~ label,
.number-field.not--empty .social-url-field__input ~ label,
.number-field.not--empty .social-url-field__select ~ label,
.number-field.is--autofill .social-url-field__input ~ label,
.email-field.not--empty .social-url-field__input ~ label,
.email-field.not--empty .social-url-field__select ~ label,
.email-field.is--autofill .social-url-field__input ~ label,
.file-field.not--empty .social-url-field__input ~ label,
.file-field.not--empty .social-url-field__select ~ label,
.file-field.is--autofill .social-url-field__input ~ label,
.select-field.not--empty .social-url-field__input ~ label,
.select-field.not--empty .social-url-field__select ~ label,
.select-field.is--autofill .social-url-field__input ~ label,
.social-url-field.not--empty .social-url-field__input ~ label,
.social-url-field.not--empty .social-url-field__select ~ label,
.social-url-field.is--autofill .social-url-field__input ~ label, .file-field__input ~ label {
  transform: translate(0, -1.5rem) scale(1); }

.text-field__input, .text-field__select,
.textarea-field__input,
.textarea-field__select,
.password-field__input,
.password-field__select,
.number-field__input,
.number-field__select,
.email-field__input,
.email-field__select,
.file-field__input,
.file-field__select,
.select-field__input,
.select-field__select,
.social-url-field__input,
.social-url-field__select {
  appearance: none;
  font-size: inherit;
  color: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: 0 0 10px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  resize: vertical; }
  .is--alerted.text-field__input, .is--alerted.text-field__select,
  .is--alerted.textarea-field__input,
  .is--alerted.textarea-field__select,
  .is--alerted.password-field__input,
  .is--alerted.password-field__select,
  .is--alerted.number-field__input,
  .is--alerted.number-field__select,
  .is--alerted.email-field__input,
  .is--alerted.email-field__select,
  .is--alerted.file-field__input,
  .is--alerted.file-field__select,
  .is--alerted.select-field__input,
  .is--alerted.select-field__select,
  .is--alerted.social-url-field__input,
  .is--alerted.social-url-field__select {
    color: #ff6f00; }

.text-field__bottom-line,
.textarea-field__bottom-line,
.password-field__bottom-line,
.number-field__bottom-line,
.email-field__bottom-line,
.file-field__bottom-line,
.select-field__bottom-line,
.social-url-field__bottom-line {
  width: 100%;
  height: 2px;
  border-top: 1px solid silver;
  border-bottom: 1px solid transparent;
  transition: border-top 0.2s, border-bottom 0.2s; }

.text-field__letter-count,
.textarea-field__letter-count,
.password-field__letter-count,
.number-field__letter-count,
.email-field__letter-count,
.file-field__letter-count,
.select-field__letter-count,
.social-url-field__letter-count {
  position: absolute;
  right: 0;
  top: 0;
  color: #a5a5a5;
  font-size: 12px; }

.text-field__error,
.textarea-field__error,
.password-field__error,
.number-field__error,
.email-field__error,
.file-field__error,
.select-field__error,
.social-url-field__error {
  display: none;
  color: #a5a5a5;
  font-size: 12px; }

.form-field {
  width: 100%;
  max-width: 630px;
  margin: 50px auto 0; }
  @media (max-width: 1366px) {
    .form-field {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .form-field .video-placeholder {
    height: 300px;
    position: relative;
    border: 1px solid #63a4ff;
    line-height: 5px;
    padding: 20px;
    border-radius: 5px; }
  .form-field--fluid {
    max-width: 100%; }
  .form-field p .material-icons {
    vertical-align: middle;
    color: #848484;
    font-size: 20px;
    transform: translateY(-10%); }

.text-field__input:-webkit-autofill,
.textarea-field__input:-webkit-autofill,
.password-field__input:-webkit-autofill,
.number-field__input:-webkit-autofill,
.email-field__input:-webkit-autofill,
.file-field__input:-webkit-autofill,
.select-field__input:-webkit-autofill,
.social-url-field__input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

.text-field__input:not(:-webkit-autofill),
.textarea-field__input:not(:-webkit-autofill),
.password-field__input:not(:-webkit-autofill),
.number-field__input:not(:-webkit-autofill),
.email-field__input:not(:-webkit-autofill),
.file-field__input:not(:-webkit-autofill),
.select-field__input:not(:-webkit-autofill),
.social-url-field__input:not(:-webkit-autofill) {
  animation-name: onAutoFillCancel; }

.text-field__feedback,
.textarea-field__feedback,
.password-field__feedback,
.number-field__feedback,
.email-field__feedback,
.file-field__feedback,
.select-field__feedback,
.social-url-field__feedback {
  position: relative;
  margin-top: 5px; }

.text-field__letter-count__num-chars::before,
.textarea-field__letter-count__num-chars::before,
.password-field__letter-count__num-chars::before,
.number-field__letter-count__num-chars::before,
.email-field__letter-count__num-chars::before,
.file-field__letter-count__num-chars::before,
.select-field__letter-count__num-chars::before,
.social-url-field__letter-count__num-chars::before {
  content: attr(data-num-chars);
  color: inherit;
  font-size: inherit; }

.text-field__letter-count__max-chars::before,
.textarea-field__letter-count__max-chars::before,
.password-field__letter-count__max-chars::before,
.number-field__letter-count__max-chars::before,
.email-field__letter-count__max-chars::before,
.file-field__letter-count__max-chars::before,
.select-field__letter-count__max-chars::before,
.social-url-field__letter-count__max-chars::before {
  content: attr(data-max-chars);
  color: inherit;
  font-size: inherit; }

.text-field.is--focused .text-field__bottom-line,
.textarea-field.is--focused .text-field__bottom-line,
.password-field.is--focused .text-field__bottom-line,
.number-field.is--focused .text-field__bottom-line,
.email-field.is--focused .text-field__bottom-line,
.file-field.is--focused .text-field__bottom-line,
.select-field.is--focused .text-field__bottom-line,
.social-url-field.is--focused .text-field__bottom-line, .text-field.is--focused
.textarea-field__bottom-line,
.textarea-field.is--focused
.textarea-field__bottom-line,
.password-field.is--focused
.textarea-field__bottom-line,
.number-field.is--focused
.textarea-field__bottom-line,
.email-field.is--focused
.textarea-field__bottom-line,
.file-field.is--focused
.textarea-field__bottom-line,
.select-field.is--focused
.textarea-field__bottom-line,
.social-url-field.is--focused
.textarea-field__bottom-line, .text-field.is--focused
.password-field__bottom-line,
.textarea-field.is--focused
.password-field__bottom-line,
.password-field.is--focused
.password-field__bottom-line,
.number-field.is--focused
.password-field__bottom-line,
.email-field.is--focused
.password-field__bottom-line,
.file-field.is--focused
.password-field__bottom-line,
.select-field.is--focused
.password-field__bottom-line,
.social-url-field.is--focused
.password-field__bottom-line, .text-field.is--focused
.number-field__bottom-line,
.textarea-field.is--focused
.number-field__bottom-line,
.password-field.is--focused
.number-field__bottom-line,
.number-field.is--focused
.number-field__bottom-line,
.email-field.is--focused
.number-field__bottom-line,
.file-field.is--focused
.number-field__bottom-line,
.select-field.is--focused
.number-field__bottom-line,
.social-url-field.is--focused
.number-field__bottom-line, .text-field.is--focused
.email-field__bottom-line,
.textarea-field.is--focused
.email-field__bottom-line,
.password-field.is--focused
.email-field__bottom-line,
.number-field.is--focused
.email-field__bottom-line,
.email-field.is--focused
.email-field__bottom-line,
.file-field.is--focused
.email-field__bottom-line,
.select-field.is--focused
.email-field__bottom-line,
.social-url-field.is--focused
.email-field__bottom-line, .text-field.is--focused
.file-field__bottom-line,
.textarea-field.is--focused
.file-field__bottom-line,
.password-field.is--focused
.file-field__bottom-line,
.number-field.is--focused
.file-field__bottom-line,
.email-field.is--focused
.file-field__bottom-line,
.file-field.is--focused
.file-field__bottom-line,
.select-field.is--focused
.file-field__bottom-line,
.social-url-field.is--focused
.file-field__bottom-line, .text-field.is--focused
.select-field__bottom-line,
.textarea-field.is--focused
.select-field__bottom-line,
.password-field.is--focused
.select-field__bottom-line,
.number-field.is--focused
.select-field__bottom-line,
.email-field.is--focused
.select-field__bottom-line,
.file-field.is--focused
.select-field__bottom-line,
.select-field.is--focused
.select-field__bottom-line,
.social-url-field.is--focused
.select-field__bottom-line, .text-field.is--focused
.social-url-field__bottom-line,
.textarea-field.is--focused
.social-url-field__bottom-line,
.password-field.is--focused
.social-url-field__bottom-line,
.number-field.is--focused
.social-url-field__bottom-line,
.email-field.is--focused
.social-url-field__bottom-line,
.file-field.is--focused
.social-url-field__bottom-line,
.select-field.is--focused
.social-url-field__bottom-line,
.social-url-field.is--focused
.social-url-field__bottom-line {
  border-top: 1px solid #009688;
  border-bottom: 1px solid #009688; }

.text-field.not--valid .text-field__error,
.textarea-field.not--valid .text-field__error,
.password-field.not--valid .text-field__error,
.number-field.not--valid .text-field__error,
.email-field.not--valid .text-field__error,
.file-field.not--valid .text-field__error,
.select-field.not--valid .text-field__error,
.social-url-field.not--valid .text-field__error, .text-field.not--valid
.textarea-field__error,
.textarea-field.not--valid
.textarea-field__error,
.password-field.not--valid
.textarea-field__error,
.number-field.not--valid
.textarea-field__error,
.email-field.not--valid
.textarea-field__error,
.file-field.not--valid
.textarea-field__error,
.select-field.not--valid
.textarea-field__error,
.social-url-field.not--valid
.textarea-field__error, .text-field.not--valid
.password-field__error,
.textarea-field.not--valid
.password-field__error,
.password-field.not--valid
.password-field__error,
.number-field.not--valid
.password-field__error,
.email-field.not--valid
.password-field__error,
.file-field.not--valid
.password-field__error,
.select-field.not--valid
.password-field__error,
.social-url-field.not--valid
.password-field__error, .text-field.not--valid
.number-field__error,
.textarea-field.not--valid
.number-field__error,
.password-field.not--valid
.number-field__error,
.number-field.not--valid
.number-field__error,
.email-field.not--valid
.number-field__error,
.file-field.not--valid
.number-field__error,
.select-field.not--valid
.number-field__error,
.social-url-field.not--valid
.number-field__error, .text-field.not--valid
.email-field__error,
.textarea-field.not--valid
.email-field__error,
.password-field.not--valid
.email-field__error,
.number-field.not--valid
.email-field__error,
.email-field.not--valid
.email-field__error,
.file-field.not--valid
.email-field__error,
.select-field.not--valid
.email-field__error,
.social-url-field.not--valid
.email-field__error, .text-field.not--valid
.file-field__error,
.textarea-field.not--valid
.file-field__error,
.password-field.not--valid
.file-field__error,
.number-field.not--valid
.file-field__error,
.email-field.not--valid
.file-field__error,
.file-field.not--valid
.file-field__error,
.select-field.not--valid
.file-field__error,
.social-url-field.not--valid
.file-field__error, .text-field.not--valid
.select-field__error,
.textarea-field.not--valid
.select-field__error,
.password-field.not--valid
.select-field__error,
.number-field.not--valid
.select-field__error,
.email-field.not--valid
.select-field__error,
.file-field.not--valid
.select-field__error,
.select-field.not--valid
.select-field__error,
.social-url-field.not--valid
.select-field__error, .text-field.not--valid
.social-url-field__error,
.textarea-field.not--valid
.social-url-field__error,
.password-field.not--valid
.social-url-field__error,
.number-field.not--valid
.social-url-field__error,
.email-field.not--valid
.social-url-field__error,
.file-field.not--valid
.social-url-field__error,
.select-field.not--valid
.social-url-field__error,
.social-url-field.not--valid
.social-url-field__error {
  display: block; }

.text-field.not--valid .text-field__error::first-letter,
.textarea-field.not--valid .text-field__error::first-letter,
.password-field.not--valid .text-field__error::first-letter,
.number-field.not--valid .text-field__error::first-letter,
.email-field.not--valid .text-field__error::first-letter,
.file-field.not--valid .text-field__error::first-letter,
.select-field.not--valid .text-field__error::first-letter,
.social-url-field.not--valid .text-field__error::first-letter, .text-field.not--valid
.textarea-field__error::first-letter,
.textarea-field.not--valid
.textarea-field__error::first-letter,
.password-field.not--valid
.textarea-field__error::first-letter,
.number-field.not--valid
.textarea-field__error::first-letter,
.email-field.not--valid
.textarea-field__error::first-letter,
.file-field.not--valid
.textarea-field__error::first-letter,
.select-field.not--valid
.textarea-field__error::first-letter,
.social-url-field.not--valid
.textarea-field__error::first-letter, .text-field.not--valid
.password-field__error::first-letter,
.textarea-field.not--valid
.password-field__error::first-letter,
.password-field.not--valid
.password-field__error::first-letter,
.number-field.not--valid
.password-field__error::first-letter,
.email-field.not--valid
.password-field__error::first-letter,
.file-field.not--valid
.password-field__error::first-letter,
.select-field.not--valid
.password-field__error::first-letter,
.social-url-field.not--valid
.password-field__error::first-letter, .text-field.not--valid
.number-field__error::first-letter,
.textarea-field.not--valid
.number-field__error::first-letter,
.password-field.not--valid
.number-field__error::first-letter,
.number-field.not--valid
.number-field__error::first-letter,
.email-field.not--valid
.number-field__error::first-letter,
.file-field.not--valid
.number-field__error::first-letter,
.select-field.not--valid
.number-field__error::first-letter,
.social-url-field.not--valid
.number-field__error::first-letter, .text-field.not--valid
.email-field__error::first-letter,
.textarea-field.not--valid
.email-field__error::first-letter,
.password-field.not--valid
.email-field__error::first-letter,
.number-field.not--valid
.email-field__error::first-letter,
.email-field.not--valid
.email-field__error::first-letter,
.file-field.not--valid
.email-field__error::first-letter,
.select-field.not--valid
.email-field__error::first-letter,
.social-url-field.not--valid
.email-field__error::first-letter, .text-field.not--valid
.file-field__error::first-letter,
.textarea-field.not--valid
.file-field__error::first-letter,
.password-field.not--valid
.file-field__error::first-letter,
.number-field.not--valid
.file-field__error::first-letter,
.email-field.not--valid
.file-field__error::first-letter,
.file-field.not--valid
.file-field__error::first-letter,
.select-field.not--valid
.file-field__error::first-letter,
.social-url-field.not--valid
.file-field__error::first-letter, .text-field.not--valid
.select-field__error::first-letter,
.textarea-field.not--valid
.select-field__error::first-letter,
.password-field.not--valid
.select-field__error::first-letter,
.number-field.not--valid
.select-field__error::first-letter,
.email-field.not--valid
.select-field__error::first-letter,
.file-field.not--valid
.select-field__error::first-letter,
.select-field.not--valid
.select-field__error::first-letter,
.social-url-field.not--valid
.select-field__error::first-letter, .text-field.not--valid
.social-url-field__error::first-letter,
.textarea-field.not--valid
.social-url-field__error::first-letter,
.password-field.not--valid
.social-url-field__error::first-letter,
.number-field.not--valid
.social-url-field__error::first-letter,
.email-field.not--valid
.social-url-field__error::first-letter,
.file-field.not--valid
.social-url-field__error::first-letter,
.select-field.not--valid
.social-url-field__error::first-letter,
.social-url-field.not--valid
.social-url-field__error::first-letter {
  text-transform: capitalize; }

.text-field.not--valid,
.text-field.not--valid .text-field__error,
.text-field.not--valid .text-field__letter-count,
.textarea-field.not--valid,
.textarea-field.not--valid .text-field__error,
.textarea-field.not--valid .text-field__letter-count,
.password-field.not--valid,
.password-field.not--valid .text-field__error,
.password-field.not--valid .text-field__letter-count,
.number-field.not--valid,
.number-field.not--valid .text-field__error,
.number-field.not--valid .text-field__letter-count,
.email-field.not--valid,
.email-field.not--valid .text-field__error,
.email-field.not--valid .text-field__letter-count,
.file-field.not--valid,
.file-field.not--valid .text-field__error,
.file-field.not--valid .text-field__letter-count,
.select-field.not--valid,
.select-field.not--valid .text-field__error,
.select-field.not--valid .text-field__letter-count,
.social-url-field.not--valid,
.social-url-field.not--valid .text-field__error,
.social-url-field.not--valid .text-field__letter-count,
.text-field.not--valid
.textarea-field__error,
.text-field.not--valid
.textarea-field__letter-count,
.textarea-field.not--valid
.textarea-field__error,
.textarea-field.not--valid
.textarea-field__letter-count,
.password-field.not--valid
.textarea-field__error,
.password-field.not--valid
.textarea-field__letter-count,
.number-field.not--valid
.textarea-field__error,
.number-field.not--valid
.textarea-field__letter-count,
.email-field.not--valid
.textarea-field__error,
.email-field.not--valid
.textarea-field__letter-count,
.file-field.not--valid
.textarea-field__error,
.file-field.not--valid
.textarea-field__letter-count,
.select-field.not--valid
.textarea-field__error,
.select-field.not--valid
.textarea-field__letter-count,
.social-url-field.not--valid
.textarea-field__error,
.social-url-field.not--valid
.textarea-field__letter-count,
.text-field.not--valid
.password-field__error,
.text-field.not--valid
.password-field__letter-count,
.textarea-field.not--valid
.password-field__error,
.textarea-field.not--valid
.password-field__letter-count,
.password-field.not--valid
.password-field__error,
.password-field.not--valid
.password-field__letter-count,
.number-field.not--valid
.password-field__error,
.number-field.not--valid
.password-field__letter-count,
.email-field.not--valid
.password-field__error,
.email-field.not--valid
.password-field__letter-count,
.file-field.not--valid
.password-field__error,
.file-field.not--valid
.password-field__letter-count,
.select-field.not--valid
.password-field__error,
.select-field.not--valid
.password-field__letter-count,
.social-url-field.not--valid
.password-field__error,
.social-url-field.not--valid
.password-field__letter-count,
.text-field.not--valid
.number-field__error,
.text-field.not--valid
.number-field__letter-count,
.textarea-field.not--valid
.number-field__error,
.textarea-field.not--valid
.number-field__letter-count,
.password-field.not--valid
.number-field__error,
.password-field.not--valid
.number-field__letter-count,
.number-field.not--valid
.number-field__error,
.number-field.not--valid
.number-field__letter-count,
.email-field.not--valid
.number-field__error,
.email-field.not--valid
.number-field__letter-count,
.file-field.not--valid
.number-field__error,
.file-field.not--valid
.number-field__letter-count,
.select-field.not--valid
.number-field__error,
.select-field.not--valid
.number-field__letter-count,
.social-url-field.not--valid
.number-field__error,
.social-url-field.not--valid
.number-field__letter-count,
.text-field.not--valid
.email-field__error,
.text-field.not--valid
.email-field__letter-count,
.textarea-field.not--valid
.email-field__error,
.textarea-field.not--valid
.email-field__letter-count,
.password-field.not--valid
.email-field__error,
.password-field.not--valid
.email-field__letter-count,
.number-field.not--valid
.email-field__error,
.number-field.not--valid
.email-field__letter-count,
.email-field.not--valid
.email-field__error,
.email-field.not--valid
.email-field__letter-count,
.file-field.not--valid
.email-field__error,
.file-field.not--valid
.email-field__letter-count,
.select-field.not--valid
.email-field__error,
.select-field.not--valid
.email-field__letter-count,
.social-url-field.not--valid
.email-field__error,
.social-url-field.not--valid
.email-field__letter-count,
.text-field.not--valid
.file-field__error,
.text-field.not--valid
.file-field__letter-count,
.textarea-field.not--valid
.file-field__error,
.textarea-field.not--valid
.file-field__letter-count,
.password-field.not--valid
.file-field__error,
.password-field.not--valid
.file-field__letter-count,
.number-field.not--valid
.file-field__error,
.number-field.not--valid
.file-field__letter-count,
.email-field.not--valid
.file-field__error,
.email-field.not--valid
.file-field__letter-count,
.file-field.not--valid
.file-field__error,
.file-field.not--valid
.file-field__letter-count,
.select-field.not--valid
.file-field__error,
.select-field.not--valid
.file-field__letter-count,
.social-url-field.not--valid
.file-field__error,
.social-url-field.not--valid
.file-field__letter-count,
.text-field.not--valid
.select-field__error,
.text-field.not--valid
.select-field__letter-count,
.textarea-field.not--valid
.select-field__error,
.textarea-field.not--valid
.select-field__letter-count,
.password-field.not--valid
.select-field__error,
.password-field.not--valid
.select-field__letter-count,
.number-field.not--valid
.select-field__error,
.number-field.not--valid
.select-field__letter-count,
.email-field.not--valid
.select-field__error,
.email-field.not--valid
.select-field__letter-count,
.file-field.not--valid
.select-field__error,
.file-field.not--valid
.select-field__letter-count,
.select-field.not--valid
.select-field__error,
.select-field.not--valid
.select-field__letter-count,
.social-url-field.not--valid
.select-field__error,
.social-url-field.not--valid
.select-field__letter-count,
.text-field.not--valid
.social-url-field__error,
.text-field.not--valid
.social-url-field__letter-count,
.textarea-field.not--valid
.social-url-field__error,
.textarea-field.not--valid
.social-url-field__letter-count,
.password-field.not--valid
.social-url-field__error,
.password-field.not--valid
.social-url-field__letter-count,
.number-field.not--valid
.social-url-field__error,
.number-field.not--valid
.social-url-field__letter-count,
.email-field.not--valid
.social-url-field__error,
.email-field.not--valid
.social-url-field__letter-count,
.file-field.not--valid
.social-url-field__error,
.file-field.not--valid
.social-url-field__letter-count,
.select-field.not--valid
.social-url-field__error,
.select-field.not--valid
.social-url-field__letter-count,
.social-url-field.not--valid
.social-url-field__error,
.social-url-field.not--valid
.social-url-field__letter-count {
  color: red; }

.text-field.not--valid .text-field__bottom-line,
.textarea-field.not--valid .text-field__bottom-line,
.password-field.not--valid .text-field__bottom-line,
.number-field.not--valid .text-field__bottom-line,
.email-field.not--valid .text-field__bottom-line,
.file-field.not--valid .text-field__bottom-line,
.select-field.not--valid .text-field__bottom-line,
.social-url-field.not--valid .text-field__bottom-line, .text-field.not--valid
.textarea-field__bottom-line,
.textarea-field.not--valid
.textarea-field__bottom-line,
.password-field.not--valid
.textarea-field__bottom-line,
.number-field.not--valid
.textarea-field__bottom-line,
.email-field.not--valid
.textarea-field__bottom-line,
.file-field.not--valid
.textarea-field__bottom-line,
.select-field.not--valid
.textarea-field__bottom-line,
.social-url-field.not--valid
.textarea-field__bottom-line, .text-field.not--valid
.password-field__bottom-line,
.textarea-field.not--valid
.password-field__bottom-line,
.password-field.not--valid
.password-field__bottom-line,
.number-field.not--valid
.password-field__bottom-line,
.email-field.not--valid
.password-field__bottom-line,
.file-field.not--valid
.password-field__bottom-line,
.select-field.not--valid
.password-field__bottom-line,
.social-url-field.not--valid
.password-field__bottom-line, .text-field.not--valid
.number-field__bottom-line,
.textarea-field.not--valid
.number-field__bottom-line,
.password-field.not--valid
.number-field__bottom-line,
.number-field.not--valid
.number-field__bottom-line,
.email-field.not--valid
.number-field__bottom-line,
.file-field.not--valid
.number-field__bottom-line,
.select-field.not--valid
.number-field__bottom-line,
.social-url-field.not--valid
.number-field__bottom-line, .text-field.not--valid
.email-field__bottom-line,
.textarea-field.not--valid
.email-field__bottom-line,
.password-field.not--valid
.email-field__bottom-line,
.number-field.not--valid
.email-field__bottom-line,
.email-field.not--valid
.email-field__bottom-line,
.file-field.not--valid
.email-field__bottom-line,
.select-field.not--valid
.email-field__bottom-line,
.social-url-field.not--valid
.email-field__bottom-line, .text-field.not--valid
.file-field__bottom-line,
.textarea-field.not--valid
.file-field__bottom-line,
.password-field.not--valid
.file-field__bottom-line,
.number-field.not--valid
.file-field__bottom-line,
.email-field.not--valid
.file-field__bottom-line,
.file-field.not--valid
.file-field__bottom-line,
.select-field.not--valid
.file-field__bottom-line,
.social-url-field.not--valid
.file-field__bottom-line, .text-field.not--valid
.select-field__bottom-line,
.textarea-field.not--valid
.select-field__bottom-line,
.password-field.not--valid
.select-field__bottom-line,
.number-field.not--valid
.select-field__bottom-line,
.email-field.not--valid
.select-field__bottom-line,
.file-field.not--valid
.select-field__bottom-line,
.select-field.not--valid
.select-field__bottom-line,
.social-url-field.not--valid
.select-field__bottom-line, .text-field.not--valid
.social-url-field__bottom-line,
.textarea-field.not--valid
.social-url-field__bottom-line,
.password-field.not--valid
.social-url-field__bottom-line,
.number-field.not--valid
.social-url-field__bottom-line,
.email-field.not--valid
.social-url-field__bottom-line,
.file-field.not--valid
.social-url-field__bottom-line,
.select-field.not--valid
.social-url-field__bottom-line,
.social-url-field.not--valid
.social-url-field__bottom-line {
  border-top: 1px solid red;
  border-bottom: 1px solid red; }

.text-field.not--valid option,
.textarea-field.not--valid option,
.password-field.not--valid option,
.number-field.not--valid option,
.email-field.not--valid option,
.file-field.not--valid option,
.select-field.not--valid option,
.social-url-field.not--valid option {
  color: black; }

.social-url-field__wrap {
  display: flex;
  justify-content: flex-start; }

.social-url-field__placeholder, .social-url-field__input {
  font-size: inherit;
  line-height: 1;
  height: auto;
  padding: 10px 3px;
  margin: 0;
  display: flex;
  border: 0;
  flex-wrap: nowrap;
  width: auto;
  word-break: keep-all; }

.social-url-field__placeholder {
  font-size: 15px;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.55); }

.social-url-field__input {
  width: 100%; }

/*
  These animations serve no purpose other than to trigger an event in JavaScript
*/
@keyframes onAutoFillStart {
  from {
    /* void */ }
  to {
    /* void */ } }

@keyframes onAutoFillCancel {
  from {
    /* void */ }
  to {
    /* void */ } }

.g-recaptcha {
  padding-left: 20px; }

.grecaptcha-badge {
  z-index: 9999999999999999; }

.checkbox {
  vertical-align: middle; }
  .checkbox__label {
    color: #808080;
    cursor: pointer; }
    .checkbox__label input {
      display: none; }
      .checkbox__label input:checked + .checkbox__label__box {
        border: 1px solid #1976d2;
        background: #1976d2;
        color: white; }
    .checkbox__label__box {
      position: relative;
      display: inline-block;
      vertical-align: bottom;
      width: 18px;
      height: 18px;
      border: 1px solid silver;
      border-radius: 2px;
      background: transparent;
      margin-right: 12px;
      color: rgba(255, 255, 255, 0); }
      .checkbox__label__box__icon {
        position: absolute;
        display: block;
        font-size: 14px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }

form {
  font-size: 0; }

.form-field {
  max-width: 100%;
  padding: 0;
  margin: 25px auto 0;
  font-size: 16px; }
  .form-field--half {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .form-field--half:nth-child(odd) {
      padding: 0 20px 0 0; }
    .form-field--half:nth-child(even) {
      padding: 0 0 0 20px; }
    @media (max-width: 600px) {
      .form-field--half {
        width: 100%;
        padding: 0 !important; } }
  .form-field input,
  .form-field select,
  .form-field label {
    height: 45px;
    line-height: 45px; }
  .form-field input,
  .form-field select {
    padding: 0;
    color: #000; }
  .form-field label {
    padding-bottom: 0; }
  .form-field__title {
    margin: 0;
    color: #043464;
    font-weight: normal;
    font-size: 18px; }
    @media (max-width: 768px) {
      .form-field__title {
        font-size: 16px; } }

.radio-field {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 24px;
  cursor: pointer;
  color: #000; }
  .radio-field input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .radio-field input:checked + span::after {
      opacity: 1; }
  .radio-field span.radiomark {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .radio-field span.radiomark::after {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      background: #000;
      border-radius: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: opacity 0.1s; }

.checkbox {
  position: relative; }
  .checkbox__label {
    display: block;
    padding: 0 0 0 24px;
    cursor: pointer;
    color: #000;
    height: auto !important;
    line-height: 16px !important; }
    .checkbox__label input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
      .checkbox__label input:checked + span::after {
        opacity: 1; }
  .checkbox__mark {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    border: 1px solid #d5d5d5; }
    .checkbox__mark::after {
      content: "";
      position: absolute;
      display: block;
      width: 8px;
      height: 8px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      background: #000;
      transition: opacity 0.1s; }

.digit {
  display: inline-block;
  background: black;
  padding: 5px 10px;
  margin: 0 5px;
  width: 40px;
  border-radius: 5px;
  position: relative;
  opacity: 0.9; }
  .digit::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    bottom: 10px;
    background: transparent linear-gradient(180deg, #3b3b3b 0%, #000 100%) 0% 0%;
    z-index: -1; }
  .digit::after {
    content: "";
    width: 100%;
    height: 8px;
    left: 0;
    bottom: -5px;
    position: absolute;
    opacity: 0.3; }
  .digit--abbreviation {
    margin-right: 10px;
    font-size: 14px;
    font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
    font-weight: 700;
    color: #1e253d; }

.jumbotron {
  display: block;
  width: 100%;
  font-size: 0;
  background: #202020; }
  @media (max-width: 1200px) {
    .jumbotron {
      background: none; } }
  .jumbotron__news {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 75%;
    height: 100%;
    z-index: 1;
    font-size: 16px; }
    .jumbotron__news:hover .jumbotron__news__item__content::after {
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
      transform: translateY(0); }
    .jumbotron__news:hover .jumbotron__news__item__content .jumbotron__news__item__title {
      text-decoration: underline; }
    .jumbotron__news:hover .jumbotron__news__item__content .jumbotron__news__item__date {
      height: 22px;
      opacity: 1; }
    .jumbotron__news:hover .jumbotron__news__item__figure img {
      transform: scale(1.05); }
      @media (max-width: 1200px) {
        .jumbotron__news:hover .jumbotron__news__item__figure img {
          transform: none; } }
    @media (max-width: 1200px) {
      .jumbotron__news {
        display: block;
        width: 100%; } }
    .jumbotron__news .swiper-container,
    .jumbotron__news .swiper-wrapper {
      width: 100%;
      height: 100%; }
    .jumbotron__news__item {
      position: relative; }
      .jumbotron__news__item::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        z-index: 1; }
      .jumbotron__news__item__figure {
        position: relative;
        display: block;
        margin: 0; }
        .jumbotron__news__item__figure img {
          transition: transform 0.2s; }
      .jumbotron__news__item__image {
        height: 803px;
        width: 100%;
        object-fit: cover; }
        @media (max-width: 1200px) {
          .jumbotron__news__item__image {
            height: 600px; } }
        @media (max-width: 900px) {
          .jumbotron__news__item__image {
            height: 500px; } }
        @media (max-width: 600px) {
          .jumbotron__news__item__image {
            height: 380px; } }
      .jumbotron__news__item__content {
        position: absolute;
        padding-left: 50px;
        padding-bottom: 50px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2; }
        .jumbotron__news__item__content::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
          transform: translateY(16px);
          transition: background 0.2s, transform 0.2s;
          z-index: -1; }
        @media (max-width: 900px) {
          .jumbotron__news__item__content {
            padding-left: 20px; } }
        @media (max-width: 600px) {
          .jumbotron__news__item__content {
            padding-bottom: 45px; } }
      .jumbotron__news__item__label {
        padding: 10px 15px;
        background-color: #65beec;
        color: #043464;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 5; }
        @media (max-width: 900px) {
          .jumbotron__news__item__label {
            display: none; } }
      .jumbotron__news__item__title {
        margin: 20px 0;
        max-width: 900px;
        color: #fff;
        font-weight: 600;
        font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
        font-size: 50px;
        z-index: 5; }
        @media (max-width: 1200px) {
          .jumbotron__news__item__title {
            max-width: 800px;
            font-size: 38px; } }
        @media (max-width: 900px) {
          .jumbotron__news__item__title {
            padding-right: 20px;
            font-size: 34px; } }
        @media (max-width: 600px) {
          .jumbotron__news__item__title {
            padding-right: 33%;
            line-height: 32px;
            font-size: 22px; } }
        @media (max-width: 550px) {
          .jumbotron__news__item__title {
            padding-right: 25%; } }
        @media (max-width: 480px) {
          .jumbotron__news__item__title {
            padding-right: 20px; } }
      .jumbotron__news__item__date {
        font-size: 14px;
        line-height: 22px;
        height: 0;
        opacity: 0;
        overflow: hidden;
        color: #d5d5d5;
        z-index: 5;
        transition: height 0.2s, opacity 0.2s; }
      .jumbotron__news__item__pictogram {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
        padding-right: 10px; }
        .jumbotron__news__item__pictogram > img {
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          width: 100%; }
  .jumbotron__statistics {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
    max-height: 803px; }
    @media (max-width: 1200px) {
      .jumbotron__statistics {
        display: block;
        width: 100%;
        margin: 20px auto 0;
        padding: 0 20px; } }
    .jumbotron__statistics__title {
      display: flex;
      justify-content: space-around;
      padding: 25px 0;
      background: #f5f5f5;
      margin: 0;
      color: #043464;
      font-weight: 400;
      font-size: 14px;
      text-align: center;
      text-transform: uppercase; }
    .jumbotron__statistics__next-match {
      position: relative;
      text-align: center;
      overflow: hidden;
      background-color: #fff;
      height: 353px; }
      .jumbotron__statistics__next-match__sold-out {
        position: absolute;
        height: 60px;
        left: 50%;
        right: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        opacity: 1;
        z-index: 2; }
      .jumbotron__statistics__next-match__background {
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
        transform: translateX(-50%);
        z-index: 1;
        opacity: 0.2; }
        @media (max-width: 1200px) {
          .jumbotron__statistics__next-match__background {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 1;
            transform: none; } }
        @media (max-width: 1200px) {
          .jumbotron__statistics__next-match__background::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.6); } }
        .jumbotron__statistics__next-match__background img {
          transition: transform 3s, opacity 0.3s;
          height: 100%; }
          @media (max-width: 1200px) {
            .jumbotron__statistics__next-match__background img {
              width: 100%;
              object-fit: cover; } }
      .jumbotron__statistics__next-match__type {
        position: relative;
        height: 35px;
        z-index: 2;
        margin-top: 15px; }
      .jumbotron__statistics__next-match__details {
        position: relative;
        max-width: 260px;
        margin: 0 auto 35px;
        color: #fff;
        font-size: 20px;
        z-index: 2; }
        @media (max-width: 1200px) {
          .jumbotron__statistics__next-match__details {
            margin: 15px auto 0; } }
        @media (max-width: 600px) {
          .jumbotron__statistics__next-match__details {
            margin: 15px auto 0; } }
      .jumbotron__statistics__next-match__detail {
        display: inline-block;
        vertical-align: middle;
        font-style: 20px;
        color: #043464;
        font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
        font-weight: 600; }
        .jumbotron__statistics__next-match__detail:first-child {
          text-align: right; }
        .jumbotron__statistics__next-match__detail:last-child {
          text-align: left; }
        .jumbotron__statistics__next-match__detail:first-child, .jumbotron__statistics__next-match__detail:last-child {
          width: calc(50% - 25px); }
        .jumbotron__statistics__next-match__detail:nth-child(2) {
          width: 15px;
          font-size: 25px; }
          @media (max-width: 600px) {
            .jumbotron__statistics__next-match__detail:nth-child(2) {
              width: 30px;
              font-size: 26px; } }
        .jumbotron__statistics__next-match__detail > img {
          max-width: 100%;
          max-height: 130px; }
          @media (max-width: 600px) {
            .jumbotron__statistics__next-match__detail > img {
              max-height: 80px;
              max-width: 65px; } }
      .jumbotron__statistics__next-match__date {
        position: relative;
        display: block;
        margin-bottom: 20px;
        color: #fff;
        text-transform: uppercase;
        z-index: 2;
        font-size: 14;
        font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
        font-weight: 600; }
        @media (max-width: 1200px) {
          .jumbotron__statistics__next-match__date {
            width: 100%;
            top: 25px;
            text-align: center; } }
        @media (max-width: 900px) {
          .jumbotron__statistics__next-match__date {
            font-size: 18px; } }
        @media (max-width: 600px) {
          .jumbotron__statistics__next-match__date {
            top: 20px;
            font-size: 16px; } }
      .jumbotron__statistics__next-match__order {
        position: relative;
        z-index: 2; }
      @media screen and (max-width: 1024px) {
        .jumbotron__statistics__next-match {
          height: 330px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 480px) {
        .jumbotron__statistics__next-match {
          height: 300px;
          margin-bottom: 20px; } }
    .jumbotron__statistics__scoreboard {
      color: #fff;
      font-weight: 600; }
      @media (max-width: 1200px) {
        .jumbotron__statistics__scoreboard {
          display: none; } }
      .jumbotron__statistics__scoreboard tr {
        border-bottom: 1px solid rgba(109, 109, 109, 0.3);
        background-color: transparent; }
        .jumbotron__statistics__scoreboard tr.is--pec-zwolle {
          background-color: #626262;
          color: #fff; }
      .jumbotron__statistics__scoreboard th,
      .jumbotron__statistics__scoreboard td {
        padding: 18px 0; }
        .jumbotron__statistics__scoreboard th:first-child,
        .jumbotron__statistics__scoreboard td:first-child {
          padding-left: 50px;
          width: 150px; }
          @media (max-width: 1450px) {
            .jumbotron__statistics__scoreboard th:first-child,
            .jumbotron__statistics__scoreboard td:first-child {
              padding-left: 30px;
              width: 100px; } }
        .jumbotron__statistics__scoreboard th:last-child,
        .jumbotron__statistics__scoreboard td:last-child {
          width: 80px; }
          @media (max-width: 1450px) {
            .jumbotron__statistics__scoreboard th:last-child,
            .jumbotron__statistics__scoreboard td:last-child {
              width: 50px; } }
      .jumbotron__statistics__scoreboard th {
        color: #6d6d6d;
        font-size: 14px;
        text-transform: uppercase; }
      .jumbotron__statistics__scoreboard td {
        font-size: 16px; }
      .jumbotron__statistics__scoreboard__long td {
        padding: 17px 0; }
    .jumbotron__statistics__link {
      display: block;
      padding: 16px 0;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .jumbotron__statistics__link::after {
        content: "";
        position: relative;
        display: inline-block;
        width: 6px;
        height: 10px;
        top: 0;
        bottom: 0;
        right: 0;
        margin-left: 4px;
        background-image: url(/build/web/svg/chevron.6404a6be8f6afa3d9d61d6af453bfd1f.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
        transition: margin-left 0.1s; }
      .jumbotron__statistics__link:hover::after {
        margin-left: 10px; }
      @media (max-width: 1200px) {
        .jumbotron__statistics__link {
          display: none; } }
    .jumbotron__statistics__pictogram {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      padding-right: 3px;
      color: #1e253d; }
      .jumbotron__statistics__pictogram > img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
  .jumbotron--large {
    display: none; }
    @media (min-width: 1501px) {
      .jumbotron--large {
        display: block; } }
  .jumbotron--medium {
    display: none; }
    @media (min-width: 769px) and (max-width: 1500px) {
      .jumbotron--medium {
        display: block; } }
  .jumbotron--small {
    display: none; }
    @media (max-width: 768px) {
      .jumbotron--small {
        display: block; } }

.section {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 1200px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section--white {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 1200px) {
    .section--white {
      padding-top: 50px;
      padding-bottom: 50px; } }

.newsletter {
  height: 358px;
  background-position: center top;
  background-size: cover; }
  .newsletter__info {
    flex: 1;
    color: #fff;
    padding: 40px;
    height: 100%;
    align-content: center;
    max-width: 400px;
    background: linear-gradient(to right, #1e253d 50%, transparent); }
    .newsletter__info__title {
      color: #fff;
      font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
      font-weight: 600;
      font-size: 30px;
      margin: 0 40px;
      margin-left: 0;
      margin-bottom: 30px; }
    @media (max-width: 600px) {
      .newsletter__info {
        background: none;
        background-color: rgba(30, 37, 61, 0.85);
        max-width: 100%; } }
  @media (max-width: 1400px) {
    .newsletter {
      margin-left: 20px !important;
      margin-right: 20px !important;
      padding: 0 !important; } }

.highlighted-match, .highlighted-match--green, .highlighted-match--blue {
  padding: 65px 0 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff; }
  @media (max-width: 1400px) {
    .highlighted-match, .highlighted-match--green, .highlighted-match--blue {
      padding: 45px 0; } }
  @media (max-width: 1024px) {
    .highlighted-match, .highlighted-match--green, .highlighted-match--blue {
      padding: 25px 20px; } }
  @media (max-width: 768px) {
    .highlighted-match, .highlighted-match--green, .highlighted-match--blue {
      padding: 20px; } }
  @media (max-width: 480px) {
    .highlighted-match, .highlighted-match--green, .highlighted-match--blue {
      padding: 15px; } }

.highlighted-match--green {
  box-shadow: inset 0 0 0 100vh rgba(2, 75, 46, 0.85); }

.highlighted-match--blue {
  box-shadow: inset 0 0 0 100vh rgba(4, 52, 100, 0.85); }

.highlighted-match__category > img {
  display: block;
  margin: 0 auto;
  max-height: 40px; }
  @media (max-width: 1024px) {
    .highlighted-match__category > img {
      max-height: 30px; } }

.highlighted-match__details, .highlighted-match__details--upcoming {
  position: relative;
  margin-top: 20px;
  font-size: 0; }
  @media (max-width: 1024px) {
    .highlighted-match__details, .highlighted-match__details--upcoming {
      margin-top: 10px; } }
  @media (max-width: 950px) {
    .highlighted-match__details, .highlighted-match__details--upcoming {
      margin-left: -20px;
      margin-right: -20px; } }

.highlighted-match__details--upcoming .highlighted-match__team, .highlighted-match__details--upcoming .highlighted-match__team--left, .highlighted-match__details--upcoming .highlighted-match__team--right {
  width: calc(50% - 30px);
  vertical-align: middle;
  padding: 0; }

.highlighted-match__details--upcoming .highlighted-match__team__content, .highlighted-match__details--upcoming .highlighted-match__team__icon {
  vertical-align: middle; }

.highlighted-match__details--upcoming .highlighted-match__score {
  width: 60px;
  vertical-align: middle; }
  .highlighted-match__details--upcoming .highlighted-match__score__separator {
    margin: 0; }

.highlighted-match__team, .highlighted-match__team--left, .highlighted-match__team--right {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 80px);
  font-size: 0; }
  @media (max-width: 768px) {
    .highlighted-match__team, .highlighted-match__team--left, .highlighted-match__team--right {
      width: calc(50% - 60px); } }
  @media (max-width: 420px) {
    .highlighted-match__team, .highlighted-match__team--left, .highlighted-match__team--right {
      width: calc(50% - 45px); } }

.highlighted-match__team--left {
  padding-right: 50px;
  text-align: right; }
  @media (max-width: 768px) {
    .highlighted-match__team--left {
      padding-right: 30px; } }
  @media (max-width: 420px) {
    .highlighted-match__team--left {
      padding-right: 10px; } }

.highlighted-match__team--right {
  padding-left: 50px; }
  @media (max-width: 768px) {
    .highlighted-match__team--right {
      padding-left: 30px; } }
  @media (max-width: 420px) {
    .highlighted-match__team--right {
      padding-left: 10px; } }

.highlighted-match__team--left .highlighted-match__team__content {
  padding-right: 30px; }

.highlighted-match__team--right .highlighted-match__team__content {
  padding-left: 30px; }

.highlighted-match__team__content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 70px); }
  @media (max-width: 950px) {
    .highlighted-match__team__content {
      display: none; } }

.highlighted-match__team__title {
  margin: 0;
  font-size: 38px; }
  @media (max-width: 900px) {
    .highlighted-match__team__title {
      font-size: 30px; } }
  @media (max-width: 768px) {
    .highlighted-match__team__title {
      font-size: 26px; } }
  @media (max-width: 650px) {
    .highlighted-match__team__title {
      display: none; } }

.highlighted-match__team__description {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 22px; }

.highlighted-match__team__icon {
  display: inline-block;
  vertical-align: top;
  width: 70px; }
  @media (max-width: 768px) {
    .highlighted-match__team__icon {
      width: 60px; } }
  .highlighted-match__team__icon > img {
    width: 100%;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3)); }

.highlighted-match__score {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  text-align: center; }
  @media (max-width: 768px) {
    .highlighted-match__score {
      width: 120px; } }
  @media (max-width: 420px) {
    .highlighted-match__score {
      width: 90px; } }
  .highlighted-match__score__entry, .highlighted-match__score__separator {
    display: inline-block;
    vertical-align: middle; }
  .highlighted-match__score__entry {
    font-size: 75px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .highlighted-match__score__entry {
        font-size: 50px; } }
  .highlighted-match__score__separator {
    margin: 0 30px;
    font-size: 16px; }
    @media (max-width: 768px) {
      .highlighted-match__score__separator {
        margin: 0 20px; } }
    @media (max-width: 420px) {
      .highlighted-match__score__separator {
        margin: 0 10px; } }

.highlighted-match__information {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px; }
  @media (max-width: 1024px) {
    .highlighted-match__information {
      margin-top: 20px; } }
  @media (max-width: 768px) {
    .highlighted-match__information {
      margin-top: 15px;
      font-size: 14px;
      line-height: 24px; } }
  @media (max-width: 480px) {
    .highlighted-match__information {
      margin-top: 10px; } }

.highlighted-match__ticket-info {
  display: block;
  text-align: center;
  margin-top: 10px; }
  .highlighted-match__ticket-info__link {
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 10px; }

.highlighted-match__button {
  margin-top: 20px;
  text-align: center; }
  @media (max-width: 768px) {
    .highlighted-match__button {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    .highlighted-match__button {
      margin-top: 10px; } }

.highlighted-match__sold-out {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  width: 100%;
  max-width: 160px; }
  .highlighted-match__sold-out:hover {
    background-color: #e4251b; }

.load-more {
  padding: 40px 0 20px;
  text-align: center;
  color: #043464;
  background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0)); }

.match, .match--result {
  position: relative;
  display: block;
  padding: 35px 0;
  border-top: 1px solid #c7c7c7;
  background-color: #fff;
  font-size: 0;
  transition: background-color 0.2s; }
  @media (max-width: 1600px) {
    .match, .match--result {
      padding: 30px 0; } }
  @media (max-width: 1400px) {
    .match, .match--result {
      padding: 25px 0; } }
  @media (max-width: 1200px) {
    .match, .match--result {
      padding: 20px 0; } }
  @media (max-width: 950px) {
    .match, .match--result {
      text-align: center; } }
  .match:hover, .match--result:hover {
    background-color: #f3f3f3; }
  .match:last-child, .match--result:last-child {
    border-bottom: 1px solid #c7c7c7; }
  .match.has--ticket-info, .match--result.has--ticket-info {
    padding: 35px 0 60px; }
    .match.has--ticket-info .container, .match--result.has--ticket-info .container {
      position: initial; }

@media (max-width: 1200px) {
  .match--result {
    text-align: center; } }

.match__date, .match__category, .match__link {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 950px) {
    .match__date, .match__category, .match__link {
      display: block; } }

.match__date {
  width: 190px;
  color: #4e4848;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 1400px) {
    .match__date {
      width: 120px; } }
  @media (max-width: 950px) {
    .match__date {
      width: 100%;
      text-align: center; } }
  .match__date > strong {
    color: #043464;
    font-weight: 700; }

.match__location {
  margin-top: 8px; }
  .match__location::before {
    content: "- ";
    display: none; }
    @media (max-width: 950px) {
      .match__location::before {
        display: inline; } }
  @media (max-width: 950px) {
    .match__location {
      display: inline;
      margin: 0; } }

.match__category {
  width: 90px;
  text-align: center; }
  @media (max-width: 950px) {
    .match__category {
      margin-top: 15px;
      width: 100%;
      text-align: center; } }
  .match__category > img {
    max-height: 40px; }
    @media (max-width: 950px) {
      .match__category > img {
        max-height: 30px; } }

.match__team, .match__team--left, .match__team--right {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(50% - 268px);
  color: #043464;
  font-weight: 700;
  z-index: 1; }
  .match__team.is--pec-zwolle, .match__team--left.is--pec-zwolle, .match__team--right.is--pec-zwolle {
    z-index: 2; }
  .match__team.is--pec-zwolle .match__team__icon, .match__team--left.is--pec-zwolle .match__team__icon, .match__team--right.is--pec-zwolle .match__team__icon, .match__team.is--pec-zwolle .match__team--left__icon, .match__team--left.is--pec-zwolle .match__team--left__icon, .match__team--right.is--pec-zwolle .match__team--left__icon, .match__team.is--pec-zwolle .match__team--right__icon, .match__team--left.is--pec-zwolle .match__team--right__icon, .match__team--right.is--pec-zwolle .match__team--right__icon {
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
    transform: translateY(-50%) scale(1.15);
    max-width: 52px; }
  @media (max-width: 1400px) {
    .match__team, .match__team--left, .match__team--right {
      width: calc(50% - 233px); } }
  @media (max-width: 950px) {
    .match__team, .match__team--left, .match__team--right {
      margin-top: 35px;
      width: calc(50%); } }

.match__team--left {
  padding-right: 50px;
  text-align: right; }
  @media (max-width: 768px) {
    .match__team--left {
      padding-right: 40px; } }

.match__team--right {
  padding-left: 50px;
  text-align: left; }
  @media (max-width: 768px) {
    .match__team--right {
      padding-left: 40px; } }

.match__team--left .match__team__title,
.match__team--left .match__team__score {
  padding-right: 50px; }
  @media (max-width: 1400px) {
    .match__team--left .match__team__title,
    .match__team--left .match__team__score {
      padding-right: 35px; } }
  @media (max-width: 1200px) {
    .match__team--left .match__team__title,
    .match__team--left .match__team__score {
      padding-right: 20px; } }

.match__team--right .match__team__title,
.match__team--right .match__team__score {
  padding-left: 50px; }
  @media (max-width: 1400px) {
    .match__team--right .match__team__title,
    .match__team--right .match__team__score {
      padding-left: 35px; } }
  @media (max-width: 1200px) {
    .match__team--right .match__team__title,
    .match__team--right .match__team__score {
      padding-left: 20px; } }

.match__team--left .match__team__icon {
  right: -12px; }

.match__team--right .match__team__icon {
  left: -12px; }

.match__team__title {
  display: inline-block;
  font-size: 20px; }
  @media (max-width: 1400px) {
    .match__team__title {
      font-size: 18px; } }
  @media (max-width: 1200px) {
    .match__team__title {
      font-size: 16px; } }
  @media (max-width: 480px) {
    .match__team__title {
      font-size: 14px; } }

.match__team__score {
  font-size: 24px; }

.match__team__icon {
  position: absolute;
  top: 50%;
  max-width: 60px;
  max-height: 60px;
  transform: translateY(-50%); }

@media (max-width: 600px) {
  .match--result .match__team__title {
    display: none; } }

.match__link {
  text-align: right;
  width: 255px; }
  @media (max-width: 950px) {
    .match__link {
      margin-top: 40px;
      width: 100%;
      text-align: center; } }

.match__ticket-info {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%); }
  .match__ticket-info__link {
    position: relative;
    display: block;
    font-size: 16px;
    color: #043464;
    cursor: pointer;
    padding: 10px; }

.match__sold-out {
  width: 100%;
  max-width: 235px;
  margin: -20px 0;
  transform: scale(0.8); }
  @media (max-width: 950px) {
    .match__sold-out {
      margin: 0;
      max-width: 170px; } }

.modal, .modal--video, .modal--slider, .modal--cookies,
.pre-modal,
.pre-modal--video,
.pre-modal--slider,
.pre-modal--cookies {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
  will-change: opacity;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s; }
  @media (max-width: 1024px) {
    .modal, .modal--video, .modal--slider, .modal--cookies,
    .pre-modal,
    .pre-modal--video,
    .pre-modal--slider,
    .pre-modal--cookies {
      padding-top: 65px; } }
  .modal:not(.is--open), .modal--video:not(.is--open), .modal--slider:not(.is--open), .modal--cookies:not(.is--open),
  .pre-modal:not(.is--open),
  .pre-modal--video:not(.is--open),
  .pre-modal--slider:not(.is--open),
  .pre-modal--cookies:not(.is--open) {
    overflow-y: hidden;
    pointer-events: none;
    opacity: 0; }
    @supports (-ms-ime-align: auto) {
      .modal:not(.is--open), .modal--video:not(.is--open), .modal--slider:not(.is--open), .modal--cookies:not(.is--open),
      .pre-modal:not(.is--open),
      .pre-modal--video:not(.is--open),
      .pre-modal--slider:not(.is--open),
      .pre-modal--cookies:not(.is--open) {
        transform: scale(0); } }
  .modal:not(.is--open) .modal__container, .modal--video:not(.is--open) .modal__container, .modal--slider:not(.is--open) .modal__container, .modal--cookies:not(.is--open) .modal__container,
  .pre-modal:not(.is--open) .modal__container,
  .pre-modal--video:not(.is--open) .modal__container,
  .pre-modal--slider:not(.is--open) .modal__container,
  .pre-modal--cookies:not(.is--open) .modal__container, .modal:not(.is--open) .modal--video__container, .modal--video:not(.is--open) .modal--video__container, .modal--slider:not(.is--open) .modal--video__container, .modal--cookies:not(.is--open) .modal--video__container,
  .pre-modal:not(.is--open) .modal--video__container,
  .pre-modal--video:not(.is--open) .modal--video__container,
  .pre-modal--slider:not(.is--open) .modal--video__container,
  .pre-modal--cookies:not(.is--open) .modal--video__container, .modal:not(.is--open) .modal--slider__container, .modal--video:not(.is--open) .modal--slider__container, .modal--slider:not(.is--open) .modal--slider__container, .modal--cookies:not(.is--open) .modal--slider__container,
  .pre-modal:not(.is--open) .modal--slider__container,
  .pre-modal--video:not(.is--open) .modal--slider__container,
  .pre-modal--slider:not(.is--open) .modal--slider__container,
  .pre-modal--cookies:not(.is--open) .modal--slider__container, .modal:not(.is--open) .modal--cookies__container, .modal--video:not(.is--open) .modal--cookies__container, .modal--slider:not(.is--open) .modal--cookies__container, .modal--cookies:not(.is--open) .modal--cookies__container,
  .pre-modal:not(.is--open) .modal--cookies__container,
  .pre-modal--video:not(.is--open) .modal--cookies__container,
  .pre-modal--slider:not(.is--open) .modal--cookies__container,
  .pre-modal--cookies:not(.is--open) .modal--cookies__container, .modal:not(.is--open)
  .pre-modal__container, .modal--video:not(.is--open)
  .pre-modal__container, .modal--slider:not(.is--open)
  .pre-modal__container, .modal--cookies:not(.is--open)
  .pre-modal__container,
  .pre-modal:not(.is--open)
  .pre-modal__container,
  .pre-modal--video:not(.is--open)
  .pre-modal__container,
  .pre-modal--slider:not(.is--open)
  .pre-modal__container,
  .pre-modal--cookies:not(.is--open)
  .pre-modal__container, .modal:not(.is--open)
  .pre-modal--video__container, .modal--video:not(.is--open)
  .pre-modal--video__container, .modal--slider:not(.is--open)
  .pre-modal--video__container, .modal--cookies:not(.is--open)
  .pre-modal--video__container,
  .pre-modal:not(.is--open)
  .pre-modal--video__container,
  .pre-modal--video:not(.is--open)
  .pre-modal--video__container,
  .pre-modal--slider:not(.is--open)
  .pre-modal--video__container,
  .pre-modal--cookies:not(.is--open)
  .pre-modal--video__container, .modal:not(.is--open)
  .pre-modal--slider__container, .modal--video:not(.is--open)
  .pre-modal--slider__container, .modal--slider:not(.is--open)
  .pre-modal--slider__container, .modal--cookies:not(.is--open)
  .pre-modal--slider__container,
  .pre-modal:not(.is--open)
  .pre-modal--slider__container,
  .pre-modal--video:not(.is--open)
  .pre-modal--slider__container,
  .pre-modal--slider:not(.is--open)
  .pre-modal--slider__container,
  .pre-modal--cookies:not(.is--open)
  .pre-modal--slider__container, .modal:not(.is--open)
  .pre-modal--cookies__container, .modal--video:not(.is--open)
  .pre-modal--cookies__container, .modal--slider:not(.is--open)
  .pre-modal--cookies__container, .modal--cookies:not(.is--open)
  .pre-modal--cookies__container,
  .pre-modal:not(.is--open)
  .pre-modal--cookies__container,
  .pre-modal--video:not(.is--open)
  .pre-modal--cookies__container,
  .pre-modal--slider:not(.is--open)
  .pre-modal--cookies__container,
  .pre-modal--cookies:not(.is--open)
  .pre-modal--cookies__container {
    transform: translateY(10%); }

.modal--cookies .modal__container,
.pre-modal--cookies .modal__container, .modal--cookies
.pre-modal__container,
.pre-modal--cookies
.pre-modal__container {
  max-width: 800px; }
  @media (max-width: 1024px) {
    .modal--cookies .modal__container,
    .pre-modal--cookies .modal__container, .modal--cookies
    .pre-modal__container,
    .pre-modal--cookies
    .pre-modal__container {
      max-width: 100%; } }

.modal__background,
.pre-modal__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  z-index: 10;
  will-change: opacity;
  pointer-events: auto; }
  .modal__background:not(.is--open),
  .pre-modal__background:not(.is--open) {
    pointer-events: none;
    opacity: 0; }
  @media (max-width: 1024px) {
    .modal__background,
    .pre-modal__background {
      display: none; } }

.modal__container,
.pre-modal__container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 40px;
  padding: 55px 60px;
  background-color: #fff;
  transition: transform 0.2s; }
  @media (max-width: 1024px) {
    .modal__container,
    .pre-modal__container {
      min-height: calc(100vh - 65px);
      margin: 0 auto;
      padding: 40px;
      background-color: #f4f4f4; } }
  @media (max-width: 768px) {
    .modal__container,
    .pre-modal__container {
      padding: 20px; } }

.modal__close-button,
.pre-modal__close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  background-image: url(/build/web/svg/close.412f6fa0aed83013bc0fb709e52c7f95.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer; }
  @media (max-width: 1024px) {
    .modal__close-button,
    .pre-modal__close-button {
      display: none; } }

.modal__continue-website,
.pre-modal__continue-website {
  display: none;
  padding: 25px;
  margin: 25px 0 0;
  width: 100%;
  border: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  color: #043464;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent; }
  @media (max-width: 1024px) {
    .modal__continue-website,
    .pre-modal__continue-website {
      display: block; } }

.modal__title,
.pre-modal__title {
  margin: 0;
  padding: 0 0 20px;
  color: #043464;
  font-size: 38px;
  border-bottom: 1px solid #c7c7c7; }
  @media (max-width: 768px) {
    .modal__title,
    .pre-modal__title {
      padding: 0;
      border-bottom: none; } }
  @media (max-width: 900px) {
    .modal__title,
    .pre-modal__title {
      font-size: 28px; } }
  @media (max-width: 600px) {
    .modal__title,
    .pre-modal__title {
      font-size: 17px; } }

.modal__description,
.pre-modal__description {
  margin-top: 20px;
  color: #98a1a6;
  font-size: 16px;
  font-weight: 400; }

.modal__content,
.pre-modal__content {
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .modal__content,
    .pre-modal__content {
      margin-left: -40px;
      margin-right: -40px; } }
  @media (max-width: 768px) {
    .modal__content,
    .pre-modal__content {
      margin-left: -20px;
      margin-right: -20px; } }

.modal__footer,
.pre-modal__footer {
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .modal__footer,
    .pre-modal__footer {
      margin-left: -40px;
      margin-right: -40px;
      text-align: center; } }
  @media (max-width: 768px) {
    .modal__footer,
    .pre-modal__footer {
      margin-left: -20px;
      margin-right: -20px; } }

.modal__video-container,
.pre-modal__video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .modal__video-container > iframe,
  .pre-modal__video-container > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.navigation {
  position: relative;
  height: 66px;
  z-index: 10; }
  @media (max-width: 1024px) {
    .navigation {
      height: 65px;
      z-index: 15;
      display: none; } }
  .navigation.is--sticky .navigation__fixed {
    position: fixed;
    top: 0; }
  .navigation.is--sticky .navigation__logo {
    top: 10px;
    left: 10px;
    height: 50px; }
  .navigation.is--sticky .navigation__sponsor {
    top: 10px;
    left: 120px;
    height: 50px; }
  .navigation.is--sticky .navigation__main {
    padding-left: 40px; }
  @media (max-width: 1024px) {
    .navigation__desktop {
      display: none; } }
  .navigation__logo {
    position: fixed;
    left: 12px;
    height: 90px;
    z-index: 3;
    transition: height 0.3s, top 0.3s, left 0.3s; }
    @media (max-width: 1024px) {
      .navigation__logo {
        display: none; } }
    .navigation__logo img {
      height: 100%;
      margin-top: 4px; }
  .navigation__sponsor {
    position: fixed;
    left: 103px;
    height: 90px;
    z-index: 3;
    transition: height 0.3s, top 0.3s, left 0.3s; }
    @media (max-width: 1024px) {
      .navigation__sponsor {
        display: none; } }
    .navigation__sponsor img {
      height: 40px;
      margin-top: 15px; }
  .navigation__head {
    position: relative;
    padding: 20px 0 20px 230px;
    background-image: url(/build/web/images/navigation.9014a2521950b5106cfd16bf20705c97.jpg);
    background-position: center center;
    background-size: cover;
    font-size: 0;
    z-index: 2; }
    @media (max-width: 1024px) {
      .navigation__head {
        display: none; } }
    .navigation__head__sponsor {
      display: inline-block;
      vertical-align: middle;
      width: 33.333%; }
      .navigation__head__sponsor img {
        margin-left: 5px;
        vertical-align: middle;
        height: 100%;
        max-height: 60px; }
      .navigation__head__sponsor__title {
        vertical-align: middle;
        color: #fff;
        font-size: 16px; }
        .navigation__head__sponsor__title span {
          font-weight: 400; }
    .navigation__head__items {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      width: 66.666%; }
    .navigation__head__item {
      position: relative;
      display: inline-block;
      padding: 0 20px;
      color: #fff;
      text-decoration: none;
      text-align: center;
      font-size: 16px; }
      .navigation__head__item__search {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1400px) {
          .navigation__head__item__search {
            display: none; } }
        .navigation__head__item__search img {
          width: 16px !important; }
        .navigation__head__item__search input {
          background-color: transparent;
          border: none;
          color: #fff;
          margin-left: 10px;
          min-width: 80px;
          width: 100%; }
        .navigation__head__item__search input::placeholder {
          color: #fff; }
        .navigation__head__item__search input::placeholder {
          color: #fff; }
        .navigation__head__item__search input:focus {
          outline: none; }
      .navigation__head__item__name {
        opacity: 0;
        position: absolute;
        height: fit-content;
        left: 0;
        right: 0;
        margin-top: -25px;
        transition-duration: 0.2s;
        text-transform: uppercase;
        font-size: 12px;
        font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
        font-weight: 600; }
      .navigation__head__item::after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #10162b;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
      .navigation__head__item:last-child::after {
        display: none; }
      .navigation__head__item:hover .navigation__head__item__img {
        transform: translateY(-15%); }
      .navigation__head__item:hover .navigation__head__item__name {
        opacity: 1; }
      .navigation__head__item__img {
        margin-bottom: 10px;
        height: 25px;
        transition: transform 0.1s; }
  .navigation__fixed {
    position: fixed;
    left: 0;
    right: 0;
    box-shadow: #00000029 0 7px 29px 0;
    z-index: 1; }
    @media (max-width: 1024px) {
      .navigation__fixed {
        position: fixed;
        top: 0;
        height: 65px; } }
  .navigation__main {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    margin: 0 0 0 auto;
    font-size: 0;
    background-color: #1e253d;
    transition: padding-left 0.3s; }
    .navigation__main__items {
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1150px) {
        .navigation__main__items {
          display: block;
          width: 100%; } }
    .navigation__main__item {
      position: relative;
      display: inline-block;
      padding: 25px 35px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      cursor: pointer; }
      .navigation__main__item::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 15px;
        width: 12px;
        height: 8px;
        background-image: url(/build/web/svg/chevron-small.41848251e51c5df027dd9120c941aed4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-50%);
        transition: transform 0.2s; }
        @media (max-width: 1270px) {
          .navigation__main__item::after {
            right: 8px; } }
      .navigation__main__item:hover::after {
        transform: translateY(-50%) rotate(180deg); }
      @media (max-width: 1420px) {
        .navigation__main__item {
          padding: 25px 34px; } }
      @media (max-width: 1280px) {
        .navigation__main__item {
          padding: 25px 26px; } }
    .navigation__main__icons {
      position: absolute;
      height: 100%;
      width: 25%;
      right: 0;
      display: inline-flex;
      border-left: solid 1px #10162b;
      text-align: right; }
      @media (max-width: 1400px) {
        .navigation__main__icons {
          border-left: none; } }
      @media (max-width: 1150px) {
        .navigation__main__icons {
          display: none; } }
      .navigation__main__icons a {
        height: 100%;
        overflow: hidden;
        width: 85px; }
      .navigation__main__icons div {
        height: 100%; }
      .navigation__main__icons img {
        height: 100%;
        width: 23px; }
  .navigation__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.1s, transform 0.2s;
    transform: translateY(-100%);
    pointer-events: none;
    will-change: opacity;
    margin-top: -1px; }
    .navigation__dropdown.is--open, .navigation__dropdown:hover {
      transform: translateY(0);
      pointer-events: auto; }
      .navigation__dropdown.is--open + .navigation__teams + .navigation__overlay, .navigation__dropdown:hover + .navigation__teams + .navigation__overlay {
        opacity: 1; }
    .navigation__dropdown__container, .navigation__dropdown__container--teams {
      display: flex;
      margin: 0 auto;
      width: 100%;
      max-width: 1500px;
      padding: 50px 0 0;
      font-size: 0; }
    .navigation__dropdown__container--teams {
      display: block; }
    .navigation__dropdown__menu, .navigation__dropdown__menu--team {
      position: relative;
      display: block;
      flex-grow: 1;
      flex-basis: 100%/6;
      padding: 0 10px 0 30px;
      margin-bottom: 50px; }
      .navigation__dropdown__menu::before, .navigation__dropdown__menu--team::before {
        content: "";
        position: absolute;
        top: -5px;
        left: 0;
        width: 1px;
        height: calc(100% + 10px);
        background-color: #d5d5d5; }
    .navigation__dropdown__menu--team {
      display: inline-block;
      vertical-align: top;
      width: 100%/6;
      flex-grow: 0;
      flex-basis: 0; }
    .navigation__dropdown__title {
      margin: 0;
      color: #043464;
      font-size: 18px;
      font-weight: 700; }
    .navigation__dropdown__list {
      display: block;
      margin: 0;
      padding: 20px 0 0;
      list-style: none; }
    .navigation__dropdown__item {
      display: block;
      position: relative;
      padding: 7px 0 7px 30px;
      color: #0053a1;
      font-size: 16px;
      text-decoration: none; }
      .navigation__dropdown__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 12px;
        height: 8px;
        background-image: url(/build/web/svg/chevron-small.41848251e51c5df027dd9120c941aed4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(0%, -50%) rotate(270deg);
        transition: transform 0.2s, color 0.2s; }
      .navigation__dropdown__item:hover::before {
        transform: translate(25%, -50%) rotate(270deg); }
      .navigation__dropdown__item.has--submenu::after {
        content: "+";
        position: relative;
        display: inline;
        padding-left: 5px;
        top: -2px;
        font-size: 18px; }
      .navigation__dropdown__item.has--submenu + .navigation__dropdown__list {
        display: none;
        padding: 0 0 0 20px; }
      .navigation__dropdown__item.has--submenu.is--open {
        color: #000; }
        .navigation__dropdown__item.has--submenu.is--open::before {
          filter: brightness(0); }
        .navigation__dropdown__item.has--submenu.is--open::after {
          content: "-"; }
        .navigation__dropdown__item.has--submenu.is--open + .navigation__dropdown__list {
          display: block; }
  .navigation__teams {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.2s; }
    .navigation__teams.is--open {
      opacity: 1;
      pointer-events: auto; }
    .navigation__teams__back-button {
      position: relative;
      display: block;
      padding: 25px 0 25px 30px;
      width: 100%;
      max-width: 1500px;
      margin: 0 auto;
      border: none;
      color: #043464;
      font-size: 18px;
      font-weight: 700;
      text-align: left;
      background-color: transparent; }
      .navigation__teams__back-button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 15px;
        height: 9px;
        background-image: url(/build/web/svg/chevron-small.41848251e51c5df027dd9120c941aed4.svg);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(0%, -50%) rotate(90deg);
        transition: transform 0.2s; }
      .navigation__teams__back-button:hover::before {
        transform: translate(-25%, -50%) rotate(90deg); }
      .navigation__teams__back-button__container {
        background-color: #dde5f1; }
  .navigation__overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    top: 0;
    left: 0; }

.navigation-md {
  position: fixed;
  height: auto;
  width: 100%;
  z-index: 1000;
  display: none;
  top: 0;
  left: 0; }
  @media (max-width: 1024px) {
    .navigation-md {
      display: block; } }
  .navigation-md::after {
    content: "";
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    pointer-events: none;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.2s; }
  .navigation-md__head {
    position: absolute;
    display: block;
    height: 65px;
    width: 100%;
    background: #1e253d;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075); }
    .navigation-md__head__toggle {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 20px;
      width: 100px;
      height: 40px;
      padding: 0;
      border: none;
      background-color: transparent;
      outline: none;
      pointer-events: auto;
      opacity: 1;
      transform: translate(0%, -50%);
      transition: transform 0.2s, opacity 0.2s; }
    .navigation-md__head__back {
      position: absolute;
      display: block;
      top: 50%;
      left: 10px;
      width: 50px;
      height: 50px;
      padding: 0;
      border: none;
      outline: none;
      pointer-events: none;
      opacity: 0;
      transform: translate(0%, 0%);
      transition: transform 0.2s, opacity 0.2s;
      z-index: 10;
      cursor: pointer; }
      .navigation-md__head__back img {
        position: absolute;
        display: block;
        width: 100%;
        height: auto;
        max-width: 18px;
        max-height: 18px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .navigation-md__head__category {
      position: absolute;
      display: none;
      height: 65px;
      width: 100%;
      text-align: center;
      top: 50%;
      left: 50%;
      pointer-events: none;
      opacity: 0;
      transform: translate(-50%, -50%);
      overflow: hidden; }
      .navigation-md__head__category__inner {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        line-height: 50px;
        width: 100%;
        top: 50%;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 0.03em;
        left: -20px; }
        .navigation-md__head__category__inner .navigation-md__main__item__figure {
          position: relative;
          display: inline-flex; }
          .navigation-md__head__category__inner .navigation-md__main__item__figure svg path {
            fill: #65beec; }
    .navigation-md__head__hamburger-slice {
      position: relative;
      display: block;
      width: 20px;
      height: 1px;
      background: #fff;
      transition: transform 0.2s; }
      .navigation-md__head__hamburger-slice:first-child {
        transform: translateY(-500%) rotate(0deg); }
      .navigation-md__head__hamburger-slice:nth-last-child(2) {
        transform: translateY(500%) rotate(0deg); }
    .navigation-md__head__hamburger-title {
      position: absolute;
      top: 50%;
      font-weight: 700;
      left: 35px;
      transform: translateY(-50%);
      color: white;
      transition: color 0.2s; }
      .navigation-md__head__hamburger-title::after {
        content: "Sluiten";
        position: absolute;
        left: 0;
        font-size: 16px;
        color: rgba(4, 52, 100, 0);
        pointer-events: none;
        transition: color 0.2s; }
    .navigation-md__head__logo {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      height: 50px;
      transform: translate(-50%, -50%);
      text-align: center;
      outline: none;
      text-decoration: none;
      opacity: 1;
      transition: opacity 0.2s; }
      .navigation-md__head__logo > img {
        width: auto;
        height: 100%; }
    .navigation-md__head__tickets {
      position: absolute;
      display: block;
      top: 50%;
      right: 20px;
      font-weight: 700;
      transform: translateY(-50%);
      outline: none;
      text-decoration: none;
      opacity: 1;
      transition: opacity 0.2s; }
      .navigation-md__head__tickets > img {
        position: absolute;
        left: -35px;
        top: 50%;
        width: 25px;
        transform: translateY(-50%); }
      .navigation-md__head__tickets > span {
        color: #fff; }
    .navigation-md__head__search {
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      top: 50%;
      right: 10px;
      transform: translateY(-50%);
      cursor: pointer;
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.2s; }
      .navigation-md__head__search > img {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .navigation-md__head.not--main .navigation-md__head__toggle {
      transform: translate(0%, -100%);
      pointer-events: none;
      opacity: 0; }
      @media (min-width: 768px) {
        .navigation-md__head.not--main .navigation-md__head__toggle {
          transform: translate(0%, -50%);
          pointer-events: auto;
          opacity: 1;
          z-index: 10; } }
    .navigation-md__head.not--main .navigation-md__head__back {
      transform: translate(0%, -50%);
      pointer-events: auto;
      opacity: 1; }
      @media (min-width: 768px) {
        .navigation-md__head.not--main .navigation-md__head__back {
          transform: translate(0%, 0%);
          pointer-events: none;
          opacity: 0; } }
    .navigation-md__head.not--main .navigation-md__head__category {
      pointer-events: auto;
      opacity: 1; }
      .navigation-md__head.not--main .navigation-md__head__category__inner {
        opacity: 0;
        transform: translateY(0%);
        animation: navCategoryFadeUp 0.2s forwards; }
    .navigation-md__head.back-button--active .navigation-md__head__toggle,
    .navigation-md__head.back-button--active .navigation-md__head__logo,
    .navigation-md__head.back-button--active .navigation-md__head__tickets {
      display: none; }
  .navigation-md.is--active::after {
    content: "";
    opacity: 1;
    pointer-events: auto; }
  .navigation-md.is--active .navigation-md__head__logo, .navigation-md.is--active .navigation-md__head__tickets {
    pointer-events: none;
    opacity: 0; }
  .navigation-md.is--active .navigation-md__head__category {
    display: block; }
  .navigation-md.is--active .navigation-md__head__hamburger-slice {
    position: relative;
    display: block;
    width: 25px;
    height: 1px;
    background: #fff; }
    .navigation-md.is--active .navigation-md__head__hamburger-slice:first-child {
      transform: translateY(0%) rotate(45deg); }
    .navigation-md.is--active .navigation-md__head__hamburger-slice:nth-child(2) {
      display: none; }
    .navigation-md.is--active .navigation-md__head__hamburger-slice:nth-last-child(2) {
      transform: translateY(0%) rotate(-45deg); }
  .navigation-md.is--active .navigation-md__head__hamburger-title {
    position: absolute;
    top: 50%;
    font-weight: 700;
    left: 35px;
    transform: translateY(-50%);
    color: rgba(4, 52, 100, 0);
    transition: color 0.2s; }
    .navigation-md.is--active .navigation-md__head__hamburger-title::after {
      content: "Sluiten";
      position: absolute;
      left: 0;
      font-size: 16px;
      color: white;
      pointer-events: none;
      transition: color 0.2s; }
  .navigation-md.is--active .navigation-md__head__search {
    pointer-events: auto;
    opacity: 1; }
  .navigation-md.is--active .navigation-md__menu {
    opacity: 1;
    transform: translateY(0%);
    pointer-events: auto; }
  .navigation-md__menu {
    position: fixed;
    display: block;
    height: calc(100% - 65px);
    width: 100%;
    top: 65px;
    z-index: 5;
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 0.2s, transform 0.2s;
    pointer-events: none;
    overflow-y: auto;
    overflow-x: hidden; }
    .navigation-md__menu__search {
      position: relative;
      display: block;
      width: calc(100% - 40px);
      top: 20px;
      left: 20px;
      pointer-events: none;
      opacity: 0;
      z-index: 20;
      transition: opacity 0.1s; }
      .navigation-md__menu__search form {
        position: relative;
        font-size: 16px; }
        .navigation-md__menu__search form::after {
          content: "";
          position: absolute;
          display: block;
          top: 50%;
          right: 10px;
          width: 20px;
          height: 20px;
          background-image: url(/build/web/svg/search.d82fd50718f7a3f203160e6039074a95.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-color: #fff;
          transform: translateY(-50%); }
      .navigation-md__menu__search input {
        width: 100%;
        color: #043464;
        font-family: "Barlow", "Arial", "Lucida Grande", sans-serif;
        height: 50px;
        line-height: 50px;
        border: 1px solid #e4e3e3;
        outline: none;
        transition: max-width 0.2s;
        padding: 0 40px 0 15px; }
        @media (min-width: 768px) {
          .navigation-md__menu__search input {
            border: 1px solid #d5d5d5; } }
        .navigation-md__menu__search input::-webkit-input-placeholder {
          color: #043464;
          opacity: 1 !important; }
        .navigation-md__menu__search input::-moz-placeholder {
          color: #043464;
          opacity: 1 !important; }
        .navigation-md__menu__search input:-ms-input-placeholder {
          color: #043464; }
    .navigation-md__menu.search--open .navigation-md__menu__search {
      pointer-events: auto;
      opacity: 1; }
    .navigation-md__menu.search--open .navigation-md__main, .navigation-md__menu.search--open .navigation-md__sub-depth-1, .navigation-md__menu.search--open .navigation-md__sub-depth-2 {
      margin-top: 90px;
      height: calc(100% - 90px); }
  .navigation-md__main, .navigation-md__sub-depth-1, .navigation-md__sub-depth-2 {
    background: #f4f4f4; }
    .navigation-md__main__items, .navigation-md__sub-depth-1__items, .navigation-md__sub-depth-2__items {
      transform: scale(1);
      transition: transform 0.2s; }
    .navigation-md__main::after, .navigation-md__sub-depth-1::after, .navigation-md__sub-depth-2::after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(170, 170, 170, 0);
      pointer-events: none;
      transition: background 0.2s;
      transition-delay: 0.1s; }
    .navigation-md__main.set--back .navigation-md__main__items,
    .navigation-md__main.set--back .navigation-md__sub-depth-1__items,
    .navigation-md__main.set--back .navigation-md__sub-depth-2__items, .navigation-md__sub-depth-1.set--back .navigation-md__main__items,
    .navigation-md__sub-depth-1.set--back .navigation-md__sub-depth-1__items,
    .navigation-md__sub-depth-1.set--back .navigation-md__sub-depth-2__items, .navigation-md__sub-depth-2.set--back .navigation-md__main__items,
    .navigation-md__sub-depth-2.set--back .navigation-md__sub-depth-1__items,
    .navigation-md__sub-depth-2.set--back .navigation-md__sub-depth-2__items {
      transform: scale(0.9); }
      @media (min-width: 768px) {
        .navigation-md__main.set--back .navigation-md__main__items,
        .navigation-md__main.set--back .navigation-md__sub-depth-1__items,
        .navigation-md__main.set--back .navigation-md__sub-depth-2__items, .navigation-md__sub-depth-1.set--back .navigation-md__main__items,
        .navigation-md__sub-depth-1.set--back .navigation-md__sub-depth-1__items,
        .navigation-md__sub-depth-1.set--back .navigation-md__sub-depth-2__items, .navigation-md__sub-depth-2.set--back .navigation-md__main__items,
        .navigation-md__sub-depth-2.set--back .navigation-md__sub-depth-1__items,
        .navigation-md__sub-depth-2.set--back .navigation-md__sub-depth-2__items {
          transform: scale(1); } }
    .navigation-md__main.set--back::after, .navigation-md__sub-depth-1.set--back::after, .navigation-md__sub-depth-2.set--back::after {
      background: rgba(170, 170, 170, 0.5);
      transition: background 0.1s;
      transition-delay: 0s; }
      @media (min-width: 768px) {
        .navigation-md__main.set--back::after, .navigation-md__sub-depth-1.set--back::after, .navigation-md__sub-depth-2.set--back::after {
          background: none; } }
  .navigation-md__main {
    position: absolute;
    display: block;
    background: transparent;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0;
    transition: padding-top 0.1s; }
    .navigation-md__main__items {
      padding: 20px; }
      .navigation-md__main__items__category {
        display: none; }
        .navigation-md__main__items__category__title {
          color: #043464;
          font-size: 15px;
          font-weight: 700;
          letter-spacing: 0.03rem;
          margin-top: 24px;
          margin-bottom: 0;
          padding-bottom: 12px;
          border-bottom: 1px solid #e4e3e3; }
          @media (min-width: 768px) {
            .navigation-md__main__items__category__title {
              border-bottom: 1px solid #d5d5d5; } }
          .navigation-md__main__items__category__title:first-child {
            margin-top: 0; }
        .navigation-md__main__items__category.is--active {
          display: block; }
          @media (min-width: 768px) {
            .navigation-md__main__items__category.is--active {
              display: flex;
              flex-wrap: wrap;
              align-items: flex-start;
              justify-content: space-between; } }
      @media (min-width: 768px) {
        .navigation-md__main__items__holder {
          width: calc(50% - 20px); } }
    .navigation-md__main__item {
      position: relative;
      display: block;
      width: 100%; }
      .navigation-md__main__item__link {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px 0 calc(20px / 2);
        font-size: 16px;
        letter-spacing: 0.03em;
        color: #043464;
        border-bottom: 1px solid #e4e3e3;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (min-width: 768px) {
          .navigation-md__main__item__link {
            border-bottom: 1px solid #d5d5d5; } }
        .navigation-md__main__item__link::after {
          content: "";
          position: absolute;
          display: block;
          width: 12px;
          height: 17px;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-image: url(/build/web/svg/chevron-small-dark.47061dded9db8bee0aeb98b665f3e9ca.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(270deg); }
      .navigation-md__main__item__figure {
        position: absolute;
        display: inline-block;
        margin: 0;
        left: 0;
        width: 50px;
        height: 50px; }
        .navigation-md__main__item__figure img,
        .navigation-md__main__item__figure svg {
          position: absolute;
          display: block;
          height: auto;
          width: 100%;
          max-width: 22px;
          max-height: 22px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .navigation-md__main__item:last-child {
        margin-bottom: 2rem; }
      .navigation-md__main__item--dropdown {
        position: relative;
        min-height: 50px;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #e4e3e3; }
        @media (min-width: 768px) {
          .navigation-md__main__item--dropdown {
            border-bottom: 1px solid #d5d5d5; } }
        .navigation-md__main__item--dropdown .navigation-md__sub-depth-1__item__link::after {
          display: none; }
        .navigation-md__main__item--dropdown .navigation-md__dropdown__title::after {
          content: "";
          position: absolute;
          display: block;
          width: 12px;
          height: 12px;
          top: calc(50px / 2);
          bottom: unset;
          right: 0;
          background-image: url(/build/web/svg/dropdown-plus.033ad58e2d5b5814d2a4960d69c15970.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          transition: background 0.1s;
          transform: translateY(-50%); }
        .navigation-md__main__item--dropdown .navigation-md__dropdown__title.is--active::after {
          background-image: url(/build/web/svg/dropdown-minus.f87bb779159ad48cf44fc3e3ba479e59.svg); }
    @media (min-width: 768px) {
      .navigation-md__main {
        width: 30%;
        border-right: 1px solid #d5d5d5; } }
    .navigation-md__main__item__link {
      padding: 0 calc(20px / 2) 0 50px;
      font-weight: 700; }
  .navigation-md__sub-depth-1, .navigation-md__sub-depth-2 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0;
    transition: transform 0.2s, padding-top 0.1s;
    transform: translateX(100%); }
    .navigation-md__sub-depth-1.is--active, .navigation-md__sub-depth-2.is--active {
      transform: translateX(0%); }
    .navigation-md__sub-depth-1__items, .navigation-md__sub-depth-2__items {
      padding: 20px; }
      .navigation-md__sub-depth-1__items__category, .navigation-md__sub-depth-2__items__category {
        display: none; }
        .navigation-md__sub-depth-1__items__category__title, .navigation-md__sub-depth-2__items__category__title {
          color: #043464;
          font-size: 15px;
          font-weight: 700;
          letter-spacing: 0.03rem;
          margin-top: 24px;
          margin-bottom: 0;
          padding-bottom: 12px;
          border-bottom: 1px solid #e4e3e3; }
          @media (min-width: 768px) {
            .navigation-md__sub-depth-1__items__category__title, .navigation-md__sub-depth-2__items__category__title {
              border-bottom: 1px solid #d5d5d5; } }
          .navigation-md__sub-depth-1__items__category__title:first-child, .navigation-md__sub-depth-2__items__category__title:first-child {
            margin-top: 0; }
        .navigation-md__sub-depth-1__items__category.is--active, .navigation-md__sub-depth-2__items__category.is--active {
          display: block; }
          @media (min-width: 768px) {
            .navigation-md__sub-depth-1__items__category.is--active, .navigation-md__sub-depth-2__items__category.is--active {
              display: flex;
              flex-wrap: wrap;
              align-items: flex-start;
              justify-content: space-between; } }
      @media (min-width: 768px) {
        .navigation-md__sub-depth-1__items__holder, .navigation-md__sub-depth-2__items__holder {
          width: calc(50% - 20px); } }
    .navigation-md__sub-depth-1__item, .navigation-md__sub-depth-2__item {
      position: relative;
      display: block;
      width: 100%; }
      .navigation-md__sub-depth-1__item__link, .navigation-md__sub-depth-2__item__link {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 20px 0 calc(20px / 2);
        font-size: 16px;
        letter-spacing: 0.03em;
        color: #043464;
        border-bottom: 1px solid #e4e3e3;
        text-decoration: none;
        cursor: pointer;
        outline: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (min-width: 768px) {
          .navigation-md__sub-depth-1__item__link, .navigation-md__sub-depth-2__item__link {
            border-bottom: 1px solid #d5d5d5; } }
        .navigation-md__sub-depth-1__item__link::after, .navigation-md__sub-depth-2__item__link::after {
          content: "";
          position: absolute;
          display: block;
          width: 12px;
          height: 17px;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          background-image: url(/build/web/svg/chevron-small-dark.47061dded9db8bee0aeb98b665f3e9ca.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          transform: rotate(270deg); }
      .navigation-md__sub-depth-1__item__figure, .navigation-md__sub-depth-2__item__figure {
        position: absolute;
        display: inline-block;
        margin: 0;
        left: 0;
        width: 50px;
        height: 50px; }
        .navigation-md__sub-depth-1__item__figure img,
        .navigation-md__sub-depth-1__item__figure svg, .navigation-md__sub-depth-2__item__figure img,
        .navigation-md__sub-depth-2__item__figure svg {
          position: absolute;
          display: block;
          height: auto;
          width: 100%;
          max-width: 22px;
          max-height: 22px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      .navigation-md__sub-depth-1__item:last-child, .navigation-md__sub-depth-2__item:last-child {
        margin-bottom: 2rem; }
      .navigation-md__sub-depth-1__item--dropdown, .navigation-md__sub-depth-2__item--dropdown {
        position: relative;
        min-height: 50px;
        height: auto;
        padding: 0;
        border-bottom: 1px solid #e4e3e3; }
        @media (min-width: 768px) {
          .navigation-md__sub-depth-1__item--dropdown, .navigation-md__sub-depth-2__item--dropdown {
            border-bottom: 1px solid #d5d5d5; } }
        .navigation-md__sub-depth-1__item--dropdown .navigation-md__sub-depth-1__item__link::after, .navigation-md__sub-depth-2__item--dropdown .navigation-md__sub-depth-1__item__link::after {
          display: none; }
        .navigation-md__sub-depth-1__item--dropdown .navigation-md__dropdown__title::after, .navigation-md__sub-depth-2__item--dropdown .navigation-md__dropdown__title::after {
          content: "";
          position: absolute;
          display: block;
          width: 12px;
          height: 12px;
          top: calc(50px / 2);
          bottom: unset;
          right: 0;
          background-image: url(/build/web/svg/dropdown-plus.033ad58e2d5b5814d2a4960d69c15970.svg);
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          transition: background 0.1s;
          transform: translateY(-50%); }
        .navigation-md__sub-depth-1__item--dropdown .navigation-md__dropdown__title.is--active::after, .navigation-md__sub-depth-2__item--dropdown .navigation-md__dropdown__title.is--active::after {
          background-image: url(/build/web/svg/dropdown-minus.f87bb779159ad48cf44fc3e3ba479e59.svg); }
    @media (min-width: 768px) {
      .navigation-md__sub-depth-1, .navigation-md__sub-depth-2 {
        left: auto;
        right: 0;
        width: 70%; }
        .navigation-md__sub-depth-1__items, .navigation-md__sub-depth-2__items {
          padding: 40px; } }
  .navigation-md__dropdown {
    position: relative;
    display: block; }
    .navigation-md__dropdown__title {
      position: relative;
      display: block;
      height: 50px;
      line-height: 50px;
      padding: 0 20px 0 calc(20px / 2);
      color: #043464;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .navigation-md__dropdown__list-holder {
      position: relative;
      display: block;
      height: 0;
      overflow: hidden;
      transition: height 0.1s; }
    .navigation-md__dropdown__list {
      position: relative;
      display: block;
      margin: 0;
      padding: 0; }
      .navigation-md__dropdown__list__item {
        position: relative;
        display: block;
        list-style-type: none; }
        .navigation-md__dropdown__list__item__link {
          position: relative;
          display: block;
          height: calc(50px - 6px);
          line-height: calc(50px - 6px);
          padding: 0 20px;
          font-size: 16px;
          color: #043464;
          text-decoration: none;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          .navigation-md__dropdown__list__item__link::after {
            content: "";
            position: absolute;
            display: block;
            width: 12px;
            height: 17px;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            background-image: url(/build/web/svg/chevron-small-dark.47061dded9db8bee0aeb98b665f3e9ca.svg);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            transform: rotate(270deg); }

@keyframes navCategoryFadeUp {
  0% {
    opacity: 0;
    transform: translateY(0%); }
  100% {
    opacity: 1;
    transform: translateY(-50%); } }

@media (max-width: 1024px) {
  main {
    padding-top: 65px; } }

.page-heading, .page-heading--large {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .page-heading__figure, .page-heading__video, .page-heading--large__figure, .page-heading--large__video {
    position: relative;
    margin: 0 auto;
    height: 575px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 1600px) {
      .page-heading__figure, .page-heading__video, .page-heading--large__figure, .page-heading--large__video {
        height: 0;
        padding-bottom: 36%; } }
    @media (max-width: 768px) {
      .page-heading__figure, .page-heading__video, .page-heading--large__figure, .page-heading--large__video {
        height: 270px; } }
  .page-heading__figure > img, .page-heading--large__figure > img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .page-heading__video > video, .page-heading--large__video > video {
    height: 100%;
    object-fit: cover;
    pointer-events: none; }
  .page-heading__video__iframe-container, .page-heading--large__video__iframe-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0;
    width: 100%;
    padding-bottom: 56.25%; }
    .page-heading__video__iframe-container > iframe, .page-heading--large__video__iframe-container > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .page-heading__sub-navigation, .page-heading--large__sub-navigation {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    text-align: center; }
    .page-heading__sub-navigation__container, .page-heading--large__sub-navigation__container {
      position: relative; }
      .page-heading__sub-navigation__container::before, .page-heading__sub-navigation__container::after, .page-heading--large__sub-navigation__container::before, .page-heading--large__sub-navigation__container::after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        top: 0;
        bottom: 1px;
        pointer-events: none; }
      .page-heading__sub-navigation__container::before, .page-heading--large__sub-navigation__container::before {
        left: 0;
        background: linear-gradient(90deg, white, rgba(255, 255, 255, 0)); }
      .page-heading__sub-navigation__container::after, .page-heading--large__sub-navigation__container::after {
        right: 0;
        background: linear-gradient(270deg, white, rgba(255, 255, 255, 0)); }
    .page-heading__sub-navigation__holder, .page-heading--large__sub-navigation__holder {
      position: relative;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .page-heading__sub-navigation__holder::-webkit-scrollbar, .page-heading--large__sub-navigation__holder::-webkit-scrollbar {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        background-color: transparent; }
      .page-heading__sub-navigation__holder::-webkit-scrollbar-thumb, .page-heading--large__sub-navigation__holder::-webkit-scrollbar-thumb {
        display: none !important; }
    .page-heading__sub-navigation__list, .page-heading--large__sub-navigation__list {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative;
      display: inline-block; }
    .page-heading__sub-navigation__item, .page-heading--large__sub-navigation__item {
      display: inline-block;
      margin: 0 20px; }
    .page-heading__sub-navigation__link, .page-heading--large__sub-navigation__link {
      display: block;
      padding: 25px 0;
      border-bottom: 2px solid;
      border-color: transparent;
      text-decoration: none;
      color: #7f7f7f;
      font-size: 18px;
      font-weight: 400;
      transition: color 0.2s, border-color 0.2s; }
      @media (max-width: 1024px) {
        .page-heading__sub-navigation__link, .page-heading--large__sub-navigation__link {
          padding: 20px 0;
          font-size: 14px; } }
      .page-heading__sub-navigation__link:hover, .page-heading__sub-navigation__link.is--active, .page-heading--large__sub-navigation__link:hover, .page-heading--large__sub-navigation__link.is--active {
        color: #043464;
        border-color: #65beec; }
      .page-heading__sub-navigation__link.is--active, .page-heading--large__sub-navigation__link.is--active {
        font-weight: 500; }
    .page-heading__sub-navigation__prev, .page-heading__sub-navigation__next, .page-heading--large__sub-navigation__prev, .page-heading--large__sub-navigation__next {
      position: absolute;
      display: block;
      width: 36px;
      height: 100%;
      z-index: 10;
      cursor: pointer;
      pointer-events: none;
      opacity: 0; }
      .page-heading__sub-navigation__prev img, .page-heading__sub-navigation__next img, .page-heading--large__sub-navigation__prev img, .page-heading--large__sub-navigation__next img {
        position: absolute;
        display: block;
        height: auto;
        width: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .page-heading__sub-navigation__prev, .page-heading--large__sub-navigation__prev {
      left: 0;
      top: 0; }
    .page-heading__sub-navigation__next, .page-heading--large__sub-navigation__next {
      right: 0;
      top: 0;
      transform: rotate(180deg); }
    .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation, .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation {
      height: 58px; }
      .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__holder, .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__holder {
        height: 58px; }
      .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__list, .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__list {
        position: absolute;
        display: block; }
    .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__prev,
    .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__next, .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__prev,
    .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__next {
      opacity: 1;
      pointer-events: auto; }
      .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__prev.not--active,
      .page-heading__sub-navigation.is--overflow .page-heading__sub-navigation__next.not--active, .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__prev.not--active,
      .page-heading--large__sub-navigation.is--overflow .page-heading__sub-navigation__next.not--active {
        pointer-events: none;
        opacity: 0; }

.page-heading--large .page-heading__figure,
.page-heading--large .page-heading__video {
  height: 725px; }
  @media (max-width: 1600px) {
    .page-heading--large .page-heading__figure,
    .page-heading--large .page-heading__video {
      height: 575px; } }
  @media (max-width: 1400px) {
    .page-heading--large .page-heading__figure,
    .page-heading--large .page-heading__video {
      height: 425px; } }
  @media (max-width: 768px) {
    .page-heading--large .page-heading__figure,
    .page-heading--large .page-heading__video {
      height: 270px; } }

.panel-selectors {
  padding: 15px 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0;
  text-align: center; }

.panel-selector {
  display: inline-block;
  padding: 5px 30px;
  margin: 0;
  border: 1px solid #e6e6e6;
  border-radius: 1px;
  border-right: none;
  color: #7f7f7f;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  transition: background-color 0.2s, color 0.2s; }
  .panel-selector.is--active, .panel-selector:hover {
    background-color: #fff;
    color: #043464; }
  .panel-selector:last-child {
    border: 1px solid #e6e6e6; }

[data-panel] {
  display: none; }
  [data-panel].is--active {
    display: block; }

.partners {
  margin: 0 -30px;
  font-size: 0; }
  @media (max-width: 1400px) {
    .partners {
      margin: 0 -20px; } }

.partner {
  display: inline-block;
  vertical-align: middle;
  margin: 0 52px 20px;
  text-align: center; }
  @media (max-width: 1400px) {
    .partner {
      margin: 0 36px 20px; } }
  @media (max-width: 1200px) {
    .partner {
      margin: 0 21px 20px; } }
  .partner > img {
    max-width: 100%; }

.players {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0; }
  @media (max-width: 1350px) {
    .players {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 480px) {
    .players {
      margin-left: 0;
      margin-right: 0; } }

.player {
  position: relative;
  display: inline-block;
  height: 0;
  padding-bottom: 33.5%;
  width: calc(25% - 40px);
  margin: 0 20px 45px;
  background-color: #0b1529;
  font-size: 16px; }
  @media (max-width: 1350px) {
    .player {
      width: calc(25% - 20px);
      margin: 0 10px 20px; } }
  @media (max-width: 1050px) {
    .player {
      width: calc(33.333% - 20px);
      padding-bottom: 44.5%; } }
  @media (max-width: 600px) {
    .player {
      width: calc(50% - 20px);
      padding-bottom: 63.5%; } }
  @media (max-width: 480px) {
    .player {
      display: block;
      padding: 20px;
      margin: 0 0 20px;
      width: 100%;
      height: auto;
      background-color: #f3f3f3; } }
  .player:hover .player__data {
    opacity: 1;
    pointer-events: auto; }
  .player:hover .player__statistic__number {
    opacity: 1;
    transform: translateY(0); }
    @media (max-width: 1650px) {
      .player:hover .player__statistic__number {
        font-size: 45px; } }
  .player.is--imageless .player__front {
    background-image: url(/build/web/svg/imageless.f09dcb8b7154d97824f8c3089bec78b5.svg); }
    @media (max-width: 480px) {
      .player.is--imageless .player__front {
        height: 70px; } }
  .player__front {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: center 40%;
    z-index: 1; }
    @media (max-width: 480px) {
      .player__front {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background-size: auto 60px;
        background-position: left 50%; } }
    .player__front::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(335deg, #0b1529, rgba(0, 0, 0, 0) 75%);
      z-index: 2; }
      @media (max-width: 480px) {
        .player__front::after {
          display: none; } }
  .player__figure {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1; }
    @media (max-width: 480px) {
      .player__figure {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: 70px;
        height: 70px;
        overflow: hidden;
        border-radius: 50%;
        background-color: #0b1529; } }
  .player__image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center; }
    @media (max-width: 480px) {
      .player__image {
        object-position: center top;
        transform: scale(1.2); } }
  .player__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
    @media (max-width: 480px) {
      .player__content {
        top: 50%;
        left: 90px;
        bottom: auto;
        transform: translateY(-50%); } }
  .player__number {
    position: absolute;
    top: 15px;
    left: 25px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    z-index: 3; }
    @media (max-width: 1660px) {
      .player__number {
        font-size: 45px; } }
    @media (max-width: 1350px) {
      .player__number {
        font-size: 50px; } }
    @media (max-width: 1024px) {
      .player__number {
        font-size: 40px; } }
    @media (max-width: 480px) {
      .player__number {
        top: 50%;
        left: auto;
        right: 0;
        transform: translateY(-50%);
        color: #e2e2e2; } }
  .player__captain {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 35px;
    height: 27px;
    background-image: url(/build/web/svg/captain.721713d52a0fad1d5a1cef4ca4cb892c.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3; }
    @media (max-width: 1024px) {
      .player__captain {
        top: 25px; } }
    @media (max-width: 480px) {
      .player__captain {
        display: none; } }
  .player__name {
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 28px;
    font-weight: 400; }
    @media (max-width: 1660px) {
      .player__name {
        font-size: 20px; } }
    @media (max-width: 1350px) {
      .player__name {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .player__name {
        padding: 0;
        color: #043464;
        font-size: 22px; } }
  .player__function {
    display: block;
    margin: 40px 0 0;
    padding: 20px;
    border-top: 1px solid #252e3e;
    color: #65beec;
    font-size: 18px; }
    @media (max-width: 1350px) {
      .player__function {
        margin: 20px 0 0; } }
    @media (max-width: 480px) {
      .player__function {
        margin: 5px 0 0;
        padding: 0;
        border: none; } }
  .player__data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #e6e6ea;
    z-index: 2;
    transition: opacity 0.2s;
    pointer-events: none; }
    @media (max-width: 768px) {
      .player__data {
        display: none; } }
  .player__statistics {
    padding: 30px 20px 0;
    font-size: 0; }
    @media (max-width: 1350px) {
      .player__statistics {
        padding: 20px 20px 0; } }
  .player__statistic {
    display: inline-block;
    margin-top: 20px;
    width: 50%;
    color: #043464; }
    @media (max-width: 1350px) {
      .player__statistic {
        margin-top: 10px; } }
    .player__statistic__number {
      display: block;
      font-size: 60px;
      font-weight: 700;
      transform: translateY(25%);
      opacity: 0;
      transition: transform 0.2s, opacity 0.2s; }
      @media (max-width: 1350px) {
        .player__statistic__number {
          font-size: 40px; } }
    .player__statistic:nth-child(2) .player__statistic__number {
      transition-delay: 0.05s; }
    .player__statistic:nth-child(3) .player__statistic__number {
      transition-delay: 0.1s; }
    .player__statistic:nth-child(4) .player__statistic__number {
      transition-delay: 0.15s; }
    .player__statistic__name {
      display: block;
      margin-top: 5px;
      font-size: 14px; }
  .player__data .player__name {
    color: #043464; }
  .player__data .player__function {
    background-color: #043464;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    color: #fff; }

@media (max-width: 1024px) {
  .scoreboard-table__container {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto; } }

.scoreboard-table__tbody .scoreboard-table__tr:nth-child(odd) {
  background-color: #f4f4f4; }

.scoreboard-table__tbody .scoreboard-table__tr:nth-child(even) {
  background-color: #fcfcfc; }

.scoreboard-table__tr.is--pec-zwolle {
  background-color: #65beec !important; }

.scoreboard-table__tr.is--pec-zwolle .scoreboard-table__td__icon {
  max-width: 40px;
  max-height: 40px; }

.scoreboard-table__th, .scoreboard-table__th--small, .scoreboard-table__td {
  padding: 25px 0 25px 25px; }
  @media (max-width: 768px) {
    .scoreboard-table__th, .scoreboard-table__th--small, .scoreboard-table__td {
      padding: 20px 0 20px 20px; } }

.scoreboard-table__th, .scoreboard-table__th--small {
  border-top: 1px solid #e6e6e6;
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.scoreboard-table__th--small {
  width: 70px; }
  @media (max-width: 900px) {
    .scoreboard-table__th--small {
      width: 60px; } }
  @media (max-width: 768px) {
    .scoreboard-table__th--small {
      width: 50px; } }

.scoreboard-table__td {
  position: relative;
  color: #043464;
  font-size: 14px;
  font-weight: 700; }
  .scoreboard-table__td__icon {
    display: block;
    margin: 0 auto;
    max-width: 30px;
    max-height: 30px; }
    .scoreboard-table__td__icon__container {
      position: absolute;
      top: 50%;
      left: 25px;
      width: 35px;
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        .scoreboard-table__td__icon__container {
          left: 20px; } }
  .scoreboard-table__td__team {
    display: inline-block;
    padding-left: 65px; }
    @media (max-width: 768px) {
      .scoreboard-table__td__team {
        padding-left: 50px; } }
    @media (max-width: 359px) {
      .scoreboard-table__td__team {
        display: none; } }
  .scoreboard-table__td:last-child {
    padding: 25px 20px 25px 25px; }
    @media (max-width: 768px) {
      .scoreboard-table__td:last-child {
        padding: 20px; } }

.search-result__group {
  margin: 25px 0 0; }
  .search-result__group__title {
    color: #043464;
    font-size: 18px; }
    @media (max-width: 650px) {
      .search-result__group__title {
        font-size: 16px; } }

.search-result__item {
  display: block;
  padding: 20px 10px;
  color: #4e4848;
  font-size: 0;
  border-top: 1px solid #c7c7c7;
  text-decoration: none;
  background-color: transparent;
  transition: color 0.2s, background-color 0.2s; }
  .search-result__item:last-child {
    border-bottom: 1px solid #c7c7c7; }
  .search-result__item:hover {
    color: #043464;
    background-color: #e5f1f7; }
  .search-result__item:hover .search-result__item__title,
  .search-result__item:hover .search-result__item__date {
    font-weight: bolder; }
  .search-result__item__title {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    margin: 0;
    font-size: 14px;
    font-weight: normal; }
    @media (max-width: 650px) {
      .search-result__item__title {
        width: 100%; } }
  .search-result__item__date {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    font-size: 14px;
    font-weight: normal;
    text-align: right; }
    @media (max-width: 650px) {
      .search-result__item__date {
        display: none; } }

@media (max-width: 1024px) {
  .business-table__container {
    margin-left: -20px;
    margin-right: -20px;
    overflow-x: auto; } }

.business-table__tbody .business-table__tr:nth-child(odd) {
  background-color: #f4f4f4; }

.business-table__tbody .business-table__tr:nth-child(even) {
  background-color: #fcfcfc; }

.business-table__tr.is--pec-zwolle {
  background-color: #65beec !important; }

.business-table__th, .business-table__th--small, .business-table__td {
  padding: 25px 0 25px 25px; }
  @media (max-width: 768px) {
    .business-table__th, .business-table__th--small, .business-table__td {
      padding: 20px 0 20px 20px; } }

.business-table__th, .business-table__th--small {
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  font-weight: 700;
  color: #043464; }

.business-table__th--small {
  width: 70px; }
  @media (max-width: 900px) {
    .business-table__th--small {
      width: 60px; } }
  @media (max-width: 768px) {
    .business-table__th--small {
      width: 50px; } }

.business-table__td {
  position: relative;
  font-size: 14px;
  font-weight: 400; }
  .business-table__td__icon {
    display: block;
    margin: 0 auto;
    max-width: 30px;
    max-height: 30px; }
    .business-table__td__icon__container {
      position: absolute;
      top: 50%;
      left: 25px;
      width: 35px;
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        .business-table__td__icon__container {
          left: 20px; } }
  .business-table__td__team {
    display: inline-block;
    padding-left: 65px; }
    @media (max-width: 768px) {
      .business-table__td__team {
        padding-left: 50px; } }
    @media (max-width: 359px) {
      .business-table__td__team {
        display: none; } }
  .business-table__td:last-child {
    padding: 25px 20px 25px 25px; }
    @media (max-width: 768px) {
      .business-table__td:last-child {
        padding: 20px; } }

.share-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25vh;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
  .share-image__options {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0; }
  .share-image__option {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }
    .share-image__option > span {
      display: inline-block;
      vertical-align: middle;
      padding-left: 5px;
      color: #fff; }
  .share-image__image {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px; }
    .share-image__image > img {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 100%;
      filter: brightness(0) invert(1); }
  span > .share-image__image {
    display: none; }

.share-item__title, .share-item__title--with-border {
  margin: 0;
  color: #043464;
  font-size: 16px;
  font-weight: normal; }

.share-item__title--with-border {
  padding-top: 25px;
  border-top: 1px solid #c7c7c7; }
  @media (max-width: 768px) {
    .share-item__title--with-border {
      padding-top: 20px; } }

.share-item__options, .share-item__options--small {
  margin-top: 30px;
  font-size: 0; }
  @media (max-width: 768px) {
    .share-item__options, .share-item__options--small {
      margin-top: 20px; } }

.share-item__option {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 16px;
  text-decoration: none; }
  @media (max-width: 768px) {
    .share-item__option {
      width: auto;
      margin-right: 10px; } }
  .share-item__option > span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    color: #9f9f9f; }
    @media (max-width: 768px) {
      .share-item__option > span {
        display: none; } }

.share-item__options--small .share-item__option {
  width: auto;
  margin-right: 10px; }
  .share-item__options--small .share-item__option:last-child {
    margin-right: 0; }

.share-item__option:hover > .share-item__image {
  background-color: #65beec; }
  .share-item__option:hover > .share-item__image > img {
    filter: brightness(0) invert(1); }

.share-item__image {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  padding: 10px;
  border: 1px solid #e6e6e6;
  background-color: transparent;
  transition: background-color 0.2s; }
  .share-item__image > img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    transition: filter 0.2s; }

.share-item .share-item__option.share-item--twitter:hover > .share-item__image {
  background: #1da1f3; }

.share-item .share-item__option.share-item--facebook:hover > .share-item__image {
  background: #445e9a; }

.share-item .share-item__option.share-item--linkedin:hover > .share-item__image {
  background: #0077b5; }

.share-item .share-item__option.share-item--email:hover > .share-item__image {
  background: #ff8d17; }

.share-item .share-item__option.share-item--whatsapp:hover > .share-item__image {
  background: #25d365; }

.share-item .share-item__option.share-item--youtube:hover > .share-item__image {
  background: #fe0002; }

.share-item .share-item__option.share-item--website:hover > .share-item__image {
  background: #043464; }

.share-item .share-item__option.share-item--copy:hover > .share-item__image {
  background: #043464; }

/**
 * Swiper 4.4.1
 * 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: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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(0px, 0, 0);
  transform: translate3d(0px, 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; }

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -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)); }

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.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: 0.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(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

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

/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

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

/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-lazy {
  opacity: 0;
  transition: opacity 0.2s; }
  .swiper-lazy-loaded {
    opacity: 1; }

.article-item__slider .swiper-slide {
  height: auto;
  max-height: 422px; }

.swiper-slide {
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .swiper-slide > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%; }
  .swiper-slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px 30px 25px;
    color: white;
    font-size: 16px;
    font-style: italic;
    text-align: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)); }
    @media (max-width: 768px) {
      .swiper-slide-caption {
        padding: 50px 20px 15px;
        font-size: 14px; } }

.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  background-image: url(/build/web/svg/chevron-header.577819d949a874e4b743539b46a66247.svg);
  background-size: 30px 30px;
  filter: drop-shadow(0 0 2px #000);
  border: none;
  outline: none;
  border-radius: 50%; }
  @media (max-width: 600px) {
    .swiper-button-prev,
    .swiper-button-next {
      width: 45px;
      height: 45px;
      background-size: 18px 18px; } }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    pointer-events: auto; }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #e0e0e0; }

.swiper-button-prev {
  left: 30px; }
  @media (max-width: 600px) {
    .swiper-button-prev {
      left: 20px; } }

.swiper-button-next {
  right: 30px;
  transform: rotate(180deg); }
  @media (max-width: 600px) {
    .swiper-button-next {
      right: 20px; } }

.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  right: 30px;
  left: auto !important;
  width: auto !important;
  margin: 0;
  z-index: 2;
  font-size: 0; }
  @media (max-width: 600px) {
    .swiper-pagination {
      left: 17px !important;
      right: auto !important;
      bottom: 20px !important; } }
  .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px !important;
    padding: 0;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition: background 0.1s, transform 0.1s; }
    @media (max-width: 600px) {
      .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        margin: 0 4px !important; } }
    .swiper-pagination-bullet-active {
      background: #fff; }

.slider {
  background-color: transparent; }
  .slider, .slider--fullscreen {
    background-color: #000; }
    .slider.is--fullscreen, .slider--fullscreen.is--fullscreen {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: calc(100% - 100px);
      padding-top: 40px;
      z-index: 10; }
      .slider.is--fullscreen .swiper-slide > img, .slider--fullscreen.is--fullscreen .swiper-slide > img {
        max-height: 100%; }
      @media (max-width: 1024px) {
        .slider.is--fullscreen, .slider--fullscreen.is--fullscreen {
          padding-top: 0;
          height: 100%; }
          .slider.is--fullscreen .swiper-slide > img, .slider--fullscreen.is--fullscreen .swiper-slide > img {
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); } }
    .slider.is--fullscreen .slider__fullscreen-button, .slider--fullscreen.is--fullscreen .slider__fullscreen-button, .slider.is--fullscreen .slider--fullscreen__fullscreen-button, .slider--fullscreen.is--fullscreen .slider--fullscreen__fullscreen-button {
      opacity: 0;
      pointer-events: none; }
    .slider.is--fullscreen .slider__close-button,
    .slider.is--fullscreen .share-image,
    .slider.is--fullscreen + .slider__thumbnails, .slider--fullscreen.is--fullscreen .slider__close-button,
    .slider--fullscreen.is--fullscreen .share-image,
    .slider--fullscreen.is--fullscreen + .slider__thumbnails, .slider.is--fullscreen .slider--fullscreen__close-button,
    .slider.is--fullscreen + .slider--fullscreen__thumbnails, .slider--fullscreen.is--fullscreen .slider--fullscreen__close-button,
    .slider--fullscreen.is--fullscreen + .slider--fullscreen__thumbnails {
      opacity: 1;
      pointer-events: auto; }
    .slider:not(.is--fullscreen) .swiper-slide, .slider--fullscreen:not(.is--fullscreen) .swiper-slide {
      position: relative;
      height: 640px; }
      @media (max-width: 768px) {
        .slider:not(.is--fullscreen) .swiper-slide, .slider--fullscreen:not(.is--fullscreen) .swiper-slide {
          height: 530px; } }
      @media (max-width: 600px) {
        .slider:not(.is--fullscreen) .swiper-slide, .slider--fullscreen:not(.is--fullscreen) .swiper-slide {
          height: 370px; } }
      .slider:not(.is--fullscreen) .swiper-slide.is--small, .slider--fullscreen:not(.is--fullscreen) .swiper-slide.is--small {
        width: 50%; }
        @media (max-width: 600px) {
          .slider:not(.is--fullscreen) .swiper-slide.is--small, .slider--fullscreen:not(.is--fullscreen) .swiper-slide.is--small {
            width: 100%; } }
      .slider:not(.is--fullscreen) .swiper-slide > img, .slider--fullscreen:not(.is--fullscreen) .swiper-slide > img {
        position: absolute;
        height: 100%;
        object-fit: cover;
        left: 50%;
        transform: translateX(-50%); }
  .slider__thumbnails {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    padding: 40px 0 0;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    background-color: #000;
    overflow: hidden;
    z-index: 1; }
    .slider__thumbnails__container {
      display: block;
      width: 100%; }
    .slider__thumbnails__button-prev, .slider__thumbnails__button-next {
      position: fixed;
      width: 13px;
      height: 22px;
      bottom: 22px;
      padding: 0;
      background-image: url(/build/web/svg/chevron.6404a6be8f6afa3d9d61d6af453bfd1f.svg);
      background-size: contain;
      background-repeat: no-repeat;
      filter: drop-shadow(0 0 5px #000);
      border: none;
      background-color: transparent; }
    .slider__thumbnails__button-prev {
      left: 10px; }
    .slider__thumbnails__button-next {
      right: 10px;
      transform: rotate(180deg); }
    @media (max-width: 1024px) {
      .slider__thumbnails {
        display: none; } }
  .slider__thumbnail {
    position: relative;
    display: inline-block;
    height: 60px;
    margin-right: 5px;
    opacity: 1;
    transition: opacity 0.2s;
    cursor: pointer; }
    .slider__thumbnail:not(.is--active) {
      opacity: 0.5; }
    .slider__thumbnail:last-child {
      margin-right: 0; }
    .slider__thumbnail > img {
      display: block;
      height: 100%;
      max-width: 100%; }
  .slider__fullscreen-button {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/build/web/svg/fullscreen.4906c3994290e0afc51532c16f14855d.svg);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    will-change: opacity; }
  .slider__close-button {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(/build/web/svg/close.412f6fa0aed83013bc0fb709e52c7f95.svg);
    background-position: center center;
    background-size: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    will-change: opacity; }

.inline-fullscreen-slider {
  position: relative;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .inline-fullscreen-slider {
      margin-top: 20px; } }

.jumbotron .swiper-slide {
  height: 100% !important;
  max-height: 803px; }

.socials {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 0; }
  .socials__header {
    position: relative; }
  .socials__title {
    margin: 0;
    color: #043464;
    font-size: 30px;
    font-weight: 800; }
  .socials__filters {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none; }
  .socials__filter {
    display: inline-block;
    margin-left: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-bottom-color 0.2s, padding-bottom 0.2s; }
    .socials__filter:hover, .socials__filter.is--active {
      padding-bottom: 15px;
      border-bottom-color: #65beec; }
  .socials__masonary {
    margin-top: 50px;
    column-count: 5;
    column-gap: 20px; }
    @media (max-width: 1200px) {
      .socials__masonary {
        column-count: 4; } }
    @media (max-width: 950px) {
      .socials__masonary {
        column-count: 3; } }
  .socials__card {
    display: none;
    padding: 20px 0 50px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    text-decoration: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: bottom 20px right 20px;
    page-break-inside: avoid;
    break-inside: avoid;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s, opacity 0.4s; }
    .socials__card.is--active {
      display: block; }
    .socials__card.is--visible {
      transform: scale(1);
      opacity: 1; }
    .socials__card.is--verified .socials__card__title::after {
      position: relative;
      display: inline-block;
      top: 2px;
      width: 15px;
      height: 15px;
      margin-left: 5px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center; }
    .socials__card--twitter {
      background-image: url(/build/web/svg/social/small/twitter-blue.d96d87cef3092ee5cfa01da533c4eb57.svg); }
    .socials__card--twitter.is--verified .socials__card__title::after {
      content: url(/build/web/svg/social/small/verified-twitter.e44b781fd2ffe5d2e1e36b25be8d1c1d.svg); }
    .socials__card--facebook {
      background-image: url(/build/web/svg/social/small/facebook-blue.2150c13f4492c95e815577efe0371f66.svg); }
    .socials__card--facebook.is--verified .socials__card__title::after {
      content: url(/build/web/svg/social/small/verified-facebook.f1336a9ff7e77c0d35c1b506ed07b0ae.svg); }
    .socials__card--instagram {
      background-image: url(/build/web/svg/social/small/instagram-blue.f1eef428169307c4ccdde28f5ee04fa1.svg); }
    .socials__card--instagram.is--verified .socials__card__title::after {
      content: url(/build/web/svg/social/small/verified-instagram.5efe1791415caaa35c10efa5ffa80d23.svg); }
    .socials__card__content {
      position: relative;
      display: block; }
    .socials__card__title {
      position: relative;
      margin: 0;
      padding: 0 20px;
      color: #28445a;
      font-size: 18px;
      font-weight: normal; }
    .socials__card__image {
      margin: 20px 0 0;
      width: 100%; }
    .socials__card__text {
      margin: 15px 0 0;
      padding: 0 20px;
      color: #4e4848;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px; }
    .socials__card__retweet {
      position: relative;
      margin: 0 0 15px;
      padding: 0 20px 0 50px;
      color: #657786;
      font-size: 12px;
      font-weight: 400; }
      .socials__card__retweet::before {
        content: url(/build/web/svg/social/small/retweet.6b2e93dd7822d603fb4906f22c961ae7.svg);
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        width: 20px;
        transform: translateY(-50%);
        background-repeat: no-repeat; }

.social-media {
  margin-left: -20px;
  margin-right: -20px;
  font-size: 0; }
  @media (max-width: 1350px) {
    .social-media {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (max-width: 550px) {
    .social-media {
      margin-left: 0;
      margin-right: 0; } }
  .social-media .socials__card {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 40px);
    height: 600px;
    margin: 0 20px 45px;
    border-top: 4px solid #043464;
    border-radius: 0;
    transform: scale(1);
    opacity: 1; }
    @media (max-width: 1350px) {
      .social-media .socials__card {
        width: calc(25% - 20px);
        margin: 0 10px 45px; } }
    @media (max-width: 1050px) {
      .social-media .socials__card {
        width: calc(33% - 20px); } }
    @media (max-width: 800px) {
      .social-media .socials__card {
        width: calc(50% - 20px); } }
    @media (max-width: 550px) {
      .social-media .socials__card {
        width: 100%;
        height: auto;
        margin: 0 0 20px; } }

.sponsors {
  margin: 100px auto 0; }
  @media (max-width: 950px) {
    .sponsors {
      margin: 60px auto 0; } }
  @media (max-width: 768px) {
    .sponsors {
      margin: 40px auto 0; } }
  @media (max-width: 480px) {
    .sponsors {
      margin: 20px auto 0; } }
  .sponsors__heading {
    border-bottom: 1px solid #c7c7c7; }
  .sponsors__title {
    margin: 0;
    padding: 0 0 50px;
    color: #043464;
    font-size: 38px; }
    @media (max-width: 950px) {
      .sponsors__title {
        padding: 0 0 40px;
        font-size: 30px; } }
    @media (max-width: 768px) {
      .sponsors__title {
        padding: 0 0 20px;
        font-size: 24px; } }
    @media (max-width: 480px) {
      .sponsors__title {
        font-size: 18px; } }
  .sponsors__items {
    margin-top: 50px;
    font-size: 0; }
    @media (max-width: 768px) {
      .sponsors__items {
        margin-top: 40px; } }
    @media (max-width: 480px) {
      .sponsors__items {
        margin-top: 20px; } }
  .sponsors__item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding-top: 25%;
    background-color: #f4f4f4; }
    @media (max-width: 950px) {
      .sponsors__item {
        width: 33.333%;
        padding-top: 33.333%; } }
    @media (max-width: 768px) {
      .sponsors__item {
        width: 50%;
        padding-top: 50%; } }
    .sponsors__item:nth-child(8n+1), .sponsors__item:nth-child(8n+3), .sponsors__item:nth-child(8n+6), .sponsors__item:nth-child(8n+8) {
      background-color: #f4f4f4; }
    .sponsors__item:nth-child(8n+2), .sponsors__item:nth-child(8n+4), .sponsors__item:nth-child(8n+5), .sponsors__item:nth-child(8n+7) {
      background-color: #fcfcfc; }
    @media (max-width: 950px) {
      .sponsors__item:nth-child(6n+1), .sponsors__item:nth-child(6n+3), .sponsors__item:nth-child(6n+5) {
        background-color: #f4f4f4; } }
    @media (max-width: 950px) {
      .sponsors__item:nth-child(6n+2), .sponsors__item:nth-child(6n+4), .sponsors__item:nth-child(6n+6) {
        background-color: #fcfcfc; } }
    @media (max-width: 768px) {
      .sponsors__item:nth-child(4n+1), .sponsors__item:nth-child(4n+4) {
        background-color: #f4f4f4; } }
    @media (max-width: 768px) {
      .sponsors__item:nth-child(4n+2), .sponsors__item:nth-child(4n+3) {
        background-color: #fcfcfc; } }
  .sponsors__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    max-width: 80%; }

.logo-container::after {
  content: "";
  clear: both;
  display: table; }

.logo {
  float: left;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center; }

.logo-img {
  width: 180px; }

.logo:nth-child(odd) {
  background: #f4f4f4; }

.logo:nth-child(even) {
  background: #fcfcfc; }

.featured_items {
  display: grid;
  gap: 2rem; }
  .featured_items__item {
    position: relative;
    height: fit-content;
    overflow: hidden;
    text-align: center; }
    .featured_items__item__background {
      position: relative;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      transition: 0.2s; }
      .featured_items__item__background img {
        width: 100%;
        height: auto;
        margin-bottom: -2px; }
      .featured_items__item__background::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70%;
        background: linear-gradient(0deg, #000000bf, rgba(0, 0, 0, 0)); }
    .featured_items__item:hover .featured_items__item__background {
      transform: scale(1.05); }
  .featured_items__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 40px;
    z-index: 1; }
    .featured_items__content__title {
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      margin: 0 0 25px; }

@media (min-width: 600px) {
  .featured_items {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 900px) {
  .featured_items {
    grid-template-columns: repeat(3, 1fr); } }

.pre-modal {
  font-size: 0; }
  .pre-modal__content {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin: 0; }
    @media (max-width: 1024px) {
      .pre-modal__content {
        width: 65%; } }
    @media (max-width: 768px) {
      .pre-modal__content {
        width: 100%; } }
  .pre-modal__header .modal__title {
    border-bottom: 0;
    padding-bottom: 20px; }
  .pre-modal__footer {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 40%;
    padding-left: 40px;
    margin: 0; }
    @media (max-width: 1024px) {
      .pre-modal__footer {
        width: 35%;
        padding-left: 30px; } }
    @media (max-width: 768px) {
      .pre-modal__footer {
        width: 100%;
        padding-left: 0;
        padding-top: 20px; } }
  .pre-modal .modal__continue-website {
    text-align: left; }

.logo-container::after {
  content: "";
  clear: both;
  display: table; }

.logo {
  float: left;
  padding: 5px;
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center; }

.logo-img {
  width: 180px; }

.logo:nth-child(odd) {
  background: #f4f4f4; }

.logo:nth-child(even) {
  background: #fcfcfc; }

.hidden {
  visibility: hidden; }

@media (min-width: 1280px) {
  #CybotCookiebotDialogPoweredbyLink {
    background-image: url(/build/web/svg/logo.f877a6ceed82dbe46269c732d55e533d.svg) !important;
    background-repeat: no-repeat !important; } }

@media (min-width: 1280px) {
  #CybotCookiebotDialogPoweredbyImage {
    display: none !important; } }

.CybotEdge #CybotCookiebotDialogPoweredbyCybot {
  display: none !important; }

/*# sourceMappingURL=web.cad1e4fb619f6209fecbb2026beeb220.bundle.css.map*/